.top-links a,.c-btn-nb{
    color: #1F3667;
    font-size: 16px;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: all ease-in .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 5px;
}
.c-btn-nb i{
    font-size: 22px;
    line-height: 0px;
}
.top-links {
    display: flex;
    gap: 10px;
}
.g-5{
    gap: 25px;
}
.c-btn-nb {
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #1F3667;
    transition: all ease-in .3s;
}
.logo-section {
    width: 40%;
}
.pharmacy-page .logo-section{
   width: 32%;
}
.links-section{
    width: 29%;
}
.btn-section {
    width: 31%;
}
.pharmacy-page .btn-section {
   width: 38%;
}
.btn-section .relative {
    position: relative;
    gap: 30px;
}
.relative span:first-child{
    position: relative;
}
.relative span:first-child::after{
    position: absolute;
    content: "";
    right: -15px;
    top: 0px;
    width: 1px;
    height: 22px;
    background-color: #1f36677d;
}
.titl-text {
    position: absolute;
    top: -15px;
    font-size: 11px;
    font-weight: 700;
    left: 16px;
    background: #ffff;
    padding: 0px 4px;
    transition: all ease-in .3s;
}
.btn-section .relative:hover {
    background-color: #fff;
    color: #1F3667;
}
.bg-b{
    background-color: #1F3667;
    color: #fff;
}
.bg-w {
    background-color:#fff;
    color: #1F3667;
}
.g-2 {
    gap: 15px;
}
.c-btn-nb:hover {
    background-color: #FBB03C;
    border-color: #FBB03C;
    color: #fff;
}
.top-links a:hover, .y-clr{ 
    color: #FBB03C;
}
.bnr-content h1{
    color: #1F3667;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    width: 90%;
}
/* .pharmacy-page .bnr-content h1{ 
    font-size: 60px;
} */
.bnr-content p {
    width: 60%;
}
.bnr-content p, .common-txt{
    color: #231F20;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 24px 0px;
}
.bnr-content {
    padding: 100px 0px;
}
.bnr-crd {
    position: relative;
    margin-top: 20px;
}
.img-2 {
    position: absolute;
    right: -75px;
    top: 0px;
}
.img-4{
    position: absolute;
    bottom: 0px;
    right: -15px;
}
.img-1, .img-2, .img-3, .img-4, .img-5, .img-6{
    width: fit-content;
}
.img-5{ 
    position: absolute;
    bottom: 0px;
    left: -280px;
}
.img-6 {
    position: absolute;
    top: 47%;
    right: 90px;
}
.count-crd {
    background-color: #24376F;
    padding: 40px;
    border-radius: 0px 118px 0px 0px;
    background-image: url('../images/ring.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
section, .t-b-spc{
    padding: 80px 0px;
}
.count-crd h3{
    color: #FFF;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
}
.count-crd p{
    color: #FFF;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 24px 0px 0px 0px;
    width: 85%;
}
.about-section {
    padding-top: 0px;
}
.common-tit{
    color: #1F3667;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}
.abt-content {
    position: relative;
}
.star-img-1{
    text-align: end;
    top: 60px;
    position: relative;
}
.star-img-2{
    position: absolute;
    right: 240px;
    top: -65px;
}
.star-img-3 {
    position: absolute;
    top: -196px;
    left: -25px;
}
.wht-txt{
    color: #fff;
    text-align: center;
    width: 55%;
    margin: 0 auto;
}
.txt-wid{
    width: 45%;
    margin: 0 auto;
}
.future-section, .bg-blue {
    background-color: #1F3667;
}

.f-crd {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    height: 100%;
    transition: all ease-in .2s;
}
.pharmacy-page .f-crd, .art-science-page .f-crd {
   min-height: 450px;
}
.pharmacy-page .crd-icn {
    position: unset;
}
.pharmacy-page .star-img-3 {
   top: -170px;
}
.inner-img-width img{
    width: 85%;
}
.future-section {
    position: relative;
    overflow: hidden;
}
.line-one{
    width: fit-content;
    position: absolute;
    right: 58px;
    bottom: -20px;
}
.future-section .row {
    position: relative;
    z-index: 1;
}
.line-two {
    width: fit-content;
    position: absolute;
    bottom: 106px;
    left: 88px;
}
.mobile-bnr {
    display: none;
} 
.pm-crd {
    position: relative;
    min-width: 300px;
    overflow: hidden;
    border-radius: 10px;
}
.arts-crd .pm-crd{
   min-width: unset;
}
.crd-content p{
    color: #FFF;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0px;
}
.pm-crd img{
    width: 100%;
}
.crd-content {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    padding: 0px 20px 20px 20px;
}
.curve-img {
    position: absolute;
    bottom: 0px;
}
.main-img{
    padding-bottom: 100px;
}
.passion-meets .d-flex{
    gap: 20px;
    padding-top: 30px;
}
.marquee, .marquee-altr {
    position: relative;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}
  .track {
    width: fit-content;
    will-change: transform;
    animation: marquee 40s linear infinite;
  }
  .track-altr{
    width: fit-content;
    will-change: transform;
    animation: marquee-altr 40s linear infinite;
  }
  .track:hover, .track-altr:hover {
    animation-play-state: paused;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  @keyframes  marquee-altr {
    from { transform: translateX(-50%); }
    to { transform: translateX(0%); }
  }
  
.certi-logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.certi-logo img {
    width: 100px;
}
.pharmacy-page .certi-logo img, .art-science-page .certi-logo img{
    width: 130px;
}
.txt-wid-s {
    width: 35%;
    margin: 0 auto;
}
.fit-content-btn {
    width: fit-content;
    margin: 0 auto;
}
.mba-crd h4{
    color: #000;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding: 75px 20px 20px 20px;
    margin-bottom: 0px;
    transition: all ease-in .2s;
}
.mba-crd {
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    margin-bottom: 10px;
    transition: all ease-in .2s;
}
.mba-crd:hover {
    background-color: #3A648F;
}
.mba-crd:hover h4{
    color: #fff;
}
.br-rd {
    border-radius: 10px 10px 0px 0px;
}
.btm-spc {
    position: relative;
    top: 30px;
}
.txt-w {
    color: #fff;
}
.inner-marq-one,.inner-marq-two {
    height: 100%;
}
.marq-set-one{
    max-height: 100%;
    height: 50vh;
    width: fit-content;
    animation: marq-one 5S linear infinite;
}
.marq-set-two {
    max-height: 100%;
    height: 50vh;
    width: fit-content;
    animation: marq-two 5S linear infinite;
}
.frm-shw {
  padding:10px;
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0,0.10);
}
.frm-shw p{
    margin: 0px 10px;
    font-size: 12px;
    line-height: 22px;
    font-style: italic;
    position: relative;
    bottom: 10px;
}
.art-science-page .owl-carousel .owl-item img {
   width: 95%;
}
.art-science-page .owl-carousel .owl-item .half-wids{
  width: 75%;
}

@keyframes marq-one {
    from {
        transform: translateY(0px);
    }
    to{
        transform: translateY(-100%);
    }
}
@keyframes marq-two {
    from {
        transform: translateY(-100%);
    }
    to{
        transform: translateY(0%);
    }
}
.inner-marq-one img, .inner-marq-two img{
    display: block;
    margin-bottom: 10px;
    border-radius: 100px;
}
.work-section {
    overflow: hidden;
    position: relative;
    padding: 0px;
}
.r-spcs {
    gap: 25px;
}
.mobile-marq-scr {
    display: none;
}
.mobile-marq-scr .pm-crd {
    min-width: 130px;
    margin-right: 15px;
}
.pm-crd .main-img {
    transition: all ease-in .2s;
}
.pm-crd:hover .main-img{
    transform: scale(1.08);
}
.y-img {
   position: absolute;
   bottom: 50px;
   left: 40%;
}
.testi-crd {
    background-color: #3A648F;
    border-radius: 8px;
    padding: 28px;
    transition: all ease-in .2s;
}
.owl-carousel .owl-item .testi-crd img{
    width: 150px;
}
.owl-carousel .owl-item .plcmnt img{
   width: 45px;
}
.detail-cnt h3, .detail-cnt h5{
    color: #FFF;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
}
.detail-cnt h5 {
    font-weight: 400; font-size: 14px; line-height: 1.5;
}

.detail-cnt h5 span{  font-size: 12px; font-style: italic; display: block; line-height: 1.5; }

.detail-cnt{
    margin-top: 15px;
}
.t-crd-cnt p{
    color: #FFF;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}
.testi-crd {
    display: flex;
    gap: 16px; min-height: 460px;
}
.plcmnt {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.plcmnt span{
    color: #24376F;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.plcmnt .d-flex{
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.spc-top {
    margin-top: 40px;
}
.owl-nav {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 45px;
}
.owl-dots{
    display: none;
}
.owl-nav i{
    font-size: 25px;
    color: #1F3667;
}
.mobile-marq-scr {
    position: relative;
    z-index: 1;
}
footer {
    padding: 80px 0px 30px 0px;
    background-color: #1F3667;
}
.f-social-links li{
    list-style-type: none;
}
.f-social-links {
    display: flex;
    gap: 25px;
    padding-left: 0px;
    margin-top: 40px;
    cursor: pointer;
}
.admission h3{
    color: #FFF;
    text-align: start;
    font-family: "Sora", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
}
.admission a{
    color: #FFF;
}
.admission .top-links{
    margin: 30px 0px;
}
.admission .top-links span, .admission .top-links h4{ 
    color: #FFF;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.admission .top-links h4 {
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
.icm .top-links{
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.left-spcs {
    padding-left: 15px;
}
.admission .top-links:last-child{
    margin-bottom: 0px;
}
.copyright-cnt p{
    color: #FFF;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}
.relative {
    position: relative;
}
.redline-one {
    position: absolute;
    top: 100px;
    left: 160px;
}
.redline-two {
    position: absolute;
    top: 50%;
    right: 160px;
}
.mobile-info li{
    list-style-type: none;
}
.mobile-info {
    display: flex;
    gap: 10px;
}
.mobile-info{
    display: none;
}
.mobile-info .d-flex{
    gap: 20px;
}
.mobile-info .d-flex li{
    border-radius: 100px;
    border: 1px solid #1F3667;
    padding: 7px;
    background-color: #1F3667;
    transition: all ease-in .3s;
}
.mobile-info .d-flex img{
    filter: brightness(10);
}
.mobile-info .d-flex li:hover {
    background-color: #FBB03C;
    border-color: #FBB03C;
}
.curves-img {
    position: relative;
    z-index: 2;
}
.t-b-spcs {
    padding: 50px 0px 90px 20px;
}
.mobile-info a{
    font-size: 12px !important;
    padding: 8px 14px !important;
    font-weight: 700; 
}
.mobile-btm-info{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background-color: #FBB03C;
    display: none;
    z-index: 3;
}
.mobile-btm-info .d-flex li{
    list-style-type: none;
    /* padding: 10px 14px 10px 14px; */
    border-right: 1px solid #ffffff8c;
    width: 100%;
    display: block;
    /* gap: 10px;
    justify-content: center; */
}
.mobile-btm-info .d-flex li a{
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 14px 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mobile-btm-info .d-flex li:first-child a{
    position: relative;
    top: 4px;
}
.mobile-btm-info .d-flex li:last-child{
    border: none;
}
.mobile-btm-info .d-flex {
    justify-content: center;
    padding-left: 0px;
    width: 100%;
}
.mobile-form {
    display: none;
}
.copyright-cnt {
    padding-top: 0px;
}
footer hr{
    color: #fffffff0;
    margin: 30px 0px;
}
.testi-crd:hover {
    background-color: #1F3667;
}
.f-crd:hover .reverse--hover-icn {
    transition: all ease-in .2s;
}
.f-crd:hover .reverse--hover-icn{
    transform: scaleX(-1);
}
.blnks-ylw {
    animation: blinks 2s linear alternate-reverse infinite;
}
.scls-grw {
    animation: scls 2s linear alternate-reverse infinite;
}
.form-section input, .form-section select{
  padding: 16px 24px;
  border: 1px solid #1F3667;
  border-radius: 100px;
  font-family: "Sora", sans-serif;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.form-section input {
    margin-bottom: 20px;
}
::placeholder, .form-section select{
    color: #1F3667;
}
.form-section form{
    margin-top: 50px;
}
select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Safari, Chrome, Opera */
    -webkit-appearance: none;
    
}
.right-icn {
    position: relative;
    margin-bottom: 20px;
}
.right-icn::after {
    position: absolute;
    right: 35px;
    top: 15px;
    content: "\F282";
    font-weight: 700;
    font-family: bootstrap-icons !important;
    color: #1f3667;
}
.pharma-crd .mba-crd h4{
    padding: 30px 20px 20px 20px;
    color: #fff;
    min-height: 125px;
}
.pharma-crd .mba-crd {
    background-color: #3A648F;
}
.bg-grays {
    background-color: #F3F3F3;
}
.pharma-crd .owl-nav {
   display: none;
}
.owl-texts {
    color: #000;
    text-align: center;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 25px;
}
.gps-p{
    gap: 30px;
}
.p-btn-s {
    display: flex;
    align-items: center;
    gap: 20px;
}
.c-btn-nb.relative.gps-p:hover {
    background-color: #fff;
    color: #1F3667;
}
.wid-txt {
    width: 50%;
}
.owl-carousel.why-crd .owl-item img {
    display: inline-block !important;
}
.owl-carousel.why-crd .reverse--hover-icn {
   width: 50px !important;
}
.owl-carousel.why-crd .item{
   height: 100%;
}
.why-crd .owl-nav{
    display: none;
}
.half-wid {
    width: 80% !important;
}
.half-wid-s{
    width: 85% !important;
}
.wid-txt-s {
    width: 45%;
}
.pharma-crd{
    gap: 15px;
}
.art-science-page .star-img-3{
   display: none;
}
.arts-crd {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    margin-top: 30px;
}
.arts-crd .pm-crd{
    width: 19%;
}

@keyframes scls{
  0%{
    transform: scale(0.9);
    opacity: 0.4;
  }
  100%{
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes blinks {
    0%{
        filter: brightness(1);
    }
    100%{
        filter: brightness(1.2);
    }
}



.line-arrow path:nth-child(1){
    stroke-dasharray: 318;
    animation: lines 1s linear forwards;
    animation-delay: 1s;
    stroke-dashoffset: 318;
}

.line-arrow path:nth-child(2){
    stroke-dasharray: 318;
    animation: lines 1s linear forwards;
    animation-delay: 2s;
    stroke-dashoffset: 318;
}





@keyframes lines {
    0%{
       stroke-dashoffset: 318;
    }
    100% {
        stroke-dashoffset: 0;
    }
}








@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1310px;
        padding: 0px 20px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1410px;
    }
}

@media (max-width: 1700px){
    .redline-one {
        position: absolute;
        top: 55px;
        left: -50px;
    }
    .redline-two {
        position: absolute;
        top: 43%;
        right: 0px;
    }
}

@media(max-width: 1400px){
    .star-img-3 {
        display: none;
    }
    .logo-section {
        width: 35%;
    }
    .pharmacy-page .logo-section {
        width: 30%;
    }
    .relative span:first-child::after {
        right: -9px;
    }   
    .btn-section .relative {
        gap: 17px;
    } 
    .links-section {
        width: 31%;
    }
    .btn-section {
        width: 34%;
    }
    .top-links a, header .c-btn-nb{
        font-size: 14px;
    }
    .img-6 {
        top: 45%;
        right: 90px;
    }
    .img-2 {
        /* right: 0px; */
        top: 0px;
    }
    .img-4 {
        bottom: 0px;
        right: 20px;
    }
    .bnr-content{
        padding: 50px 0px 0px 0px;
    }
    .star-img-3{
        top: -225px;
    }
    .admission .top-links a{
        font-size: 16px !important;
    }
    .btn-section .d-flex  {
        justify-content: flex-end;
    }
}
@media(max-width: 1299px){
    .star-img-3 {
        display: none;
    }
    .about-section .align-items-end {
        align-items: start !important;
    }
}

@media (max-width: 1200px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
    .logo-section {
        width: 30%;
    }
    .links-section {
        width: 34%;
    }
    .btn-section {
        width: 36%;
    }
    .img-1 img, .img-2 img, .img-3 img, .img-4 img, .img-5 img, .img-6 img{
        width: 80%;
    }
    .bnr-content h1{
        font-size: 50px;
        line-height: 60px;
    }
    .star-img-1 {
        top: -45px;
        position: absolute;
        right: 0px;
    }
    .star-img-1 svg{
        width: 150px;
     }
     .star-img-2 {
        right: 150px;
        top: -50px;
    }
    .star-img-2 svg{ 
        width: 100px;
    }
    .future-section h2, .future-section p, .txt-wid{
        width: 80%;
    }
    section, .t-b-spc{
        padding: 60px 0px;
    }
    .footer-logo img{
        width: 265px;
    }
    .star-img-2, .star-img-1{
        display: none;
    }
    .logos img{
        width: 100%;
    }
    .pharmacy-page .btn-section {
        width: 40%;
    }
    .pharmacy-page .links-section {
        width: 32%;
    }
    .pharmacy-page .logo-section {
        width: 28%;
    }
}

@media (max-width: 1099px){
    .logo-section .logos img {
        width: 100%;
    }
   
    .top-links a, header .c-btn-nb{
        font-size: 12px;
    }
    .admission .top-links a{
        font-size: 16px !important;
    }
    
}

@media (max-width: 1024px){
    .links-section {
        display: none;
    }
    .logo-section {
        width: 50%;
    }
    .btn-section {
        width: fit-content;
    }
    header .row.align-items-center{
        justify-content: space-between;
    }
    .bnr-content {
        padding: 40px 0px;
    }
    .logo-section .logos img {
        width: auto;
    }
    .pharmacy-page .btn-section {
        width: 55%;
    }
    
}
@media(max-width: 991px){
    .mobile-bnr {
        display: block;
    }
    .bnr-crd {
        display: none;
    }
    .star-img-2 {
        right: 240px;
        top: -65px;
    }
    .star-img-2 {
        right: 150px;
        top: 0px;
    }
    .common-tit{
        font-size: 30px;
        line-height: 38px;
    }
    .mb-overflow-hide {
        overflow-y: hidden;
    }
    .t-b-spcs {
        padding: 50px 20px;
    }
    .mobile-marq-scr {
        display: block;
    }
    .mb-overflow-hide{
        display: none !important;
    }
    .y-img {
        position: absolute;
        bottom: 150px;
        left: 50%;
    }
    section, .t-b-spc, footer{
        padding: 40px 0px;
    }
    .work-section {
        padding-bottom: 50px;
    }
    .btm-spc {
        top: 0px;
    }
    .admission{
        margin-top: 40px;
    }
    .left-spcs {
        padding-left: 0px;
    }
    /* .copyright-cnt{
        margin-top: 30px;
    } */
    .redline-one, .redline-two{
        display: none;
    }
    .footer-logo img{
        width: 300px;
    }
    footer {
        padding: 40px 0px 30px 0px;
    }
    .npf_wgts {
        margin-top: 40px;
    }
    .form-section form{
        margin-top: 0px;
    }
    .form-section .common-tit {
        margin-top: 20px;
    }
    .arts-crd {
        gap: 10px;
    }
    .arts-crd .pm-crd { 
        width: 49%;
    }

}

@media(max-width: 768px){
    footer {
        padding: 40px 0px 70px 0px;
    }
    .btn-section {
        display: none;
    }
    .logo-section {
        width: 100%;
    }
    .logo-section .logos img {
        width: 190px;
    }
    .bnr-content h1 {
        width: 100%;
        font-size: 35px;
        line-height: 45px;
    }
    .bnr-content p, .wht-txt {
        width: 100%;
    }
    .count-crd p{
        margin-bottom: 30px;
    }
    .future-section h2, .future-section p, .txt-wid{
        width: 100%;
    }
    .admission .top-links a{
        font-size: 16px !important;
    }
    .footer-logo img{
        width: 350px;
    }
    .mobile-info{
        display: block;
        position: absolute;
        width: fit-content;
        right: -10px;
        top: 10px;
    }
    .common-tit {
        font-size: 24px;
        line-height: 32px;
    }
    .count-crd h3{
        font-size: 50px;
        line-height: 60px;
    }
    .passion-meets .common-txt {
        padding:0px 10px;
    }
    .mb-crd {
        display: flex;
        flex-wrap: wrap;
    }
    .mb-crd .col-xs-12{
        width: 50%;
    }
    .mb-crd h4{
        font-size: 18px !important;
        line-height: 28px !important;
        padding: 15px 16px 12px 16px;
    }
    .mobile-btm-info{ 
        display: block;
    }
    .mobile-form {
        display: block;
        padding: 0px 12px;
    }
    .c-btn-nb {
        gap: 15px;
    }
    .owl-nav{
        margin-top: 30px;
    }
    .arts-crd {
        gap: 16px;
    }

    .arts-crd .pm-crd {
        width: 48%;
    }
}

@media (max-width: 527px){
    .testi-crd {
        display: block;
    }
    .crd-img {
        display: flex;
        margin-bottom: 20px;
        gap: 20px;
    }
    .pharmacy-page .logo-section{
       width: 48%;
    }
    .pharmacy-page .logo-section img{
        width: 100%;
    }
    .pharma-m-b a{
        padding: 6px 10px !important;
    }
    .pharma-m-b {
        right: -11px;
        top: 8px;
    }
    .p-btn-s{
       display: block;
    }
    .gps-p {
        margin-top: 20px;
    }
    .arts-crd .pm-crd {
        width: 100%;
    }
}