
/*
    Theme name: Shreem Laabham
    blue_bg = #024da0
    text-heading-color: #024da0
    font-family: 'Roboto', sans-serif;

*/

/*
font-family: 'Cormorant Garamond', serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Jost', sans-serif;
font-family: 'Noto Serif Khmer', serif;
font-family: 'Quicksand', sans-serif;
*/

@charset "UTF-8";
:root {

  --dark-bg-111 : #121111;
  --color-light-111: #fff;
  --color1: #111;
  --color2: #00a859;
  --color3: #273191;
  --color4: #444;
  --color5: #f1fdf8;
  --color6: #FBDAC7;
  --color61: #FECBAE;
  --color7: #fb4449;
  /* --ff1: 'Cormorant Garamond', serif; */
  --ff1: 'Josefin Sans', sans-serif;
  --ff1: 'Montserrat', sans-serif;
  /* --ff1: 'Jost', sans-serif; */
  /* --ff1: 'Noto Serif Khmer', serif; */
  /* --ff1: 'Quicksand', sans-serif; */
  --ff2: 'Cormorant Garamond', serif;
  }

  html {
    scroll-behavior: smooth;
  }

body{
    font-family: var(--ff1);
    font-size: 15px;
    letter-spacing: -0.015em;

}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none
}
img{
    max-width: 100%;
    height: auto;
}
a{
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    transition: all 0.15s linear;
    color: inherit;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
p {
    line-height: 1.5;
    margin: 0 0 1em 0;
}
main.wrapper{
    max-width: 100%;
}
header .header-container {
    padding: 5px 20px 5px 20px;
    background-color: #ffffff59;
    /* box-shadow: -1px 3px 2px 0px #00000047; */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 3;
    position: relative;
    width: 100%;
    top: 0;
    color: #444;
}
header ul{
    text-align: right;
}
header ul li {
    display: inline-block;
    margin-right: 15px;
}
header ul li:last-child {
    margin-right: 0;
}
header ul li a {
    text-transform: uppercase;
    color: #444;
    font-size: 14px;
    font-weight: 600;
}
header ul li a:hover {
    color: var(--color2);
}
header .brand {
    display: flex;
    /* flex-wrap: wrap; */
    flex: 0 0 1;
    align-items: center;
}
header .brand img {
    width: 100px;
    height: 100px;
}
header .brand strong {
    /* width: calc(100% - 176px); */
    /* display: flex; */
    align-items: center;
    flex: 0 0 1;
    font-size: 26px;
    align-items: center;
    margin-bottom: 0;
    padding-left: 15px;
    font-weight: 800;
    color: var(--color3);
    line-height: 1.2;
}
header .brand strong span {
    color: var(--color2);
    font-size: 22px;
    text-align: right;
    display: block;
}
.theme-button {
    background: rgb(107, 107, 107);
    background: linear-gradient( 180deg, rgba(107, 107, 107, 1) 0%, rgba(70, 69, 65, 1) 46%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient( 180deg, rgb(134 12 211) 0%, rgb(102 2 114) 46%, rgb(116 5 98) 100%);
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #ccc;
    display: inline-block;
    text-transform: uppercase;
}
.theme-button:hover {
    color: #fff;
}
.topnavs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    font-size: 15px;
}
.btngroup {
    margin: 50px 0 0;
}
.moto {
    position: relative;
}
.moto::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 52px;
    background: var(--color61);
    top: 34%;
}
.moto p{
    font-weight: bold;
    font-style: italic;
    margin: 50px 0;
    padding-left: 75px;
}
.btngroup ul li {
    display: inline-block;
}
.btngroup ul li a.btnstype2{
    padding: 16px 30px 14px;
}
.topnavs .tpnv2{
    width: 550px;
    max-width: 100%;
    margin: 0 15px;
}
.tpnv31 ul li a{
    padding: 5px 25px;
    margin-left: 15px;
    border-radius: 30px;
    background: var(--color3);
    color: #fff !important;
}
.tpnv1 a{
    font-weight: 700;
}
.topnavs .tpnv1 a, .topnavs .tpnv31 a{
    color: var(--color2);
}
.tpnv31 {
    margin-right: 15px;
    position: relative;
}
.tpnv31 ul li:last-child{
    margin-left: 0;
}
.tpnv31 ul li:last-child a {
    margin-left: 0;
    background: var(--color2);
}
.tpnv31::after {
    position: absolute;
    right: 0;
    width: 1px;
    height: 18px;
    border-right: 1px solid #ddd;
    content: '';
    top: 2px;
    display: none;
}
.full-dtls111 {
    border: 1px solid #dddd;
    padding: 25px;
    border-radius: 5px;
}
.font2 {
    font-weight: 800;
    font-family: var(--ff2) !important;
    font-size: 44px !important;
}
section.msa-section {
    padding: 5rem 0;
}
section.sectionpadlnr{
    padding-left: 4rem;
    padding-right: 4rem;
}
.cntnct-add .section-title .theme-title {
    font-size: 30px !important;
}
.theme-title{
    color: var(--color1);
    font-size: 34px;
    margin-bottom: 20px;
}
.theme-title.title-h1 span, .theme-title.title-h2 span{
    color: var(--color2);
}
.section-title .theme-title {
    font-size: 2.8rem;
}
.section-title {
    text-align: center;
}
section.msa-section.serv-section{
    background-size: contain;
}
strong.theme-title.title-h2.font2, div.theme-title.title-h2.font2 {
    line-height: 1.2;
}
.theme-btn1{
    font-size: 11px;
    line-height: 1.27em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}
.theme-btn1 span {
    display: inline-block;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 2px;
}
.theme-btn1 span:after {
    content: '';
    display: block;
    width: 300%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,currentColor 0,currentColor 33%,transparent 33%,transparent 66%,currentColor 66%,currentColor 100%);
    transform: translateX(-66%);
    transition: transform 1.2s cubic-bezier(.53,.95,.28,1.03);
}
.theme-btn1 span:hover:after {
    transform: translateX(0);
}
a.clickable-all::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fixed-whatsapp {
    position: fixed;
    bottom: 80px;
    z-index: 2;
    right: 25px;
}
.fixed-whatsapp img {
    max-width: 75px;
    max-height: 75px;
}
.art-items {
    background: #ffff;
    border-radius: 0;
    width: 100%;
    margin: auto;
    /* box-shadow: 1px 1px 2px 0px #00000059; */
    margin: 25px 0;
    overflow: hidden;
}
.art-items .imgcntnt {
    overflow: hidden;
    max-height: 360px;
}
.art-items img {
    width: 100%;
    margin: 0 0 15px;
    border-radius: 0px 0px 0 0;
    height: 240px;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: .3s ease-in-out all;
    will-change: transform;
    transform-origin: center;
    --qodef-img-move: 8;
    --qodef-img-scale: 1.1;
    transform: translateX(0) translateZ(0) scale(var(--qodef-img-scale));
    transition: transform .5s cubic-bezier(.33,.02,0,.93);
}
.art-items .cntnt {
    padding: 15px 0;
    color: var(--color1);
    min-height: 135px;
}
.teratmentdtls .col-lg-3, .teratmentdtls .col-lg-4 {
    margin-top: 55px;
}
.teratmentdtls .art-items {
    margin: 0;
    border: 1px solid #ddd;
    height: 100%;
}
.teratmentdtls .art-items .cntnt {
    padding: 15px 15px 25px;
}
.art-items .cntnt ul {
}
.art-items .cntnt ul li{
    margin-right: 15px;
    display: inline-block;
}
.art-items .cntnt ul li:last-child{
    margin-right: 0;
}
.art-items .cntnt p{
    margin: 15px 0 25px;
}
.art-items:hover img{
    transform: scale(1.1);
    filter: grayscale(.8);
    transition: .3s ease-in-out all;
    transform: translateX(calc(var(--qodef-img-move) * 1px)) translateZ(0) scale(var(--qodef-img-scale));
}
.destinations-section a h3:hover {
    color: var(--color2);
}
.our-service h3, .art-items h3, .ttle111 {
    /* margin: -0.5rem auto 2.5rem; */
    font-size: 28px;
    font-weight: 800;
    color: var(--color1);
    font-family: var(--ff2);
}
.ttle111 {
    line-height: 1.2;
}
.treatments article strong{
    font-weight: 500;
    font-size: 18px;
    word-break: break-all;
}
.our-service h3, .art-items p {
    color: var(--color4);
}
/*
.parallax11 {
    min-height: 450px;
    background: url(../images/parallax.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 75px 0;
}
.parallax11::after {
    background: rgb(0 0 0 / 48%);
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}
.parallax11 .cntnt{
    position: relative;
    z-index: 1;
}
*/

/* why pure start */
.pa-why-pure-shape ul li svg {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    fill: #6caaa8;
}
.pa-why-pure-shape ul li {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(231, 245, 245);
    border-radius: 10px;
    padding: 30px 30px 23px;
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
}
.pa-why-pure-shape ul li:hover {
    transform: translate(0px, -5px);
}
.pa-why-pure-shape ul li:nth-child(3) {
    margin-top: 30px;
}
.pa-why-pure-shape ul {
    column-count: 2;
    column-gap: 30px;
}
.pa-why-pure-shape ul li p {
    margin: 0;
}
.pa-why-pure-shape ul li h3 {
    font-size: 20px;
    margin: 15px 0;
    text-transform: capitalize;
    font-family: var(--ff2);
    font-weight: 800;
    font-size: 26px;
}
.pa-why-pure-content .pa-btn {
    margin-top: 20px;
}
.pa-product, .pa-blog, .pa-why-pure, .pa-team, .pa-price-plan {
    padding-bottom: 50px;
}
.pa-why, .pa-counter, .pa-tesimonial, .pa-why-pure, .pa-team-home {
    background: var(--color5);
}
.spacer-bottom {
    padding-bottom: 80px;
}
.spacer-top {
    padding-top: 80px;
}

.pa-heading img {
    opacity: 0.4;
}
.pa-why-pure-content h2, .ttlspan111 {
    font-family: var(--ff2);
    font-weight: 800;
    font-size: 48px;
    color: var(--color1);
    margin: 15px 0 3px;
    line-height: 1.1;
}
.dblock{
    display: block;
}
.pa-why-pure-content h5 {
    font-family: var(--ff2);
    font-size: 24px;
    font-weight: 800;
    color: var(--color2);
    margin-bottom: 20px;
}

/* why pure end */
/* Treatments Section Starts */
section.treatments {
    padding: 4rem 0;
}
section.treatments article {
    text-align: center;
    margin-top: 15px;
}
section.treatments article .pic {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
section.treatments article img{
    max-width: 100px;
}
section.treatments article h3 {
    /* font-family: var(--ff2); */
    font-weight: 500;
    font-size: 18px;
    word-break: break-all;
}
div#owl_treatments {
    margin-top: 20px;
}
/* Treatments Section Ends */

/* Dieses We Cure Section Starts */
.dss-cure .col-md-2{
    margin-top: 20px;
    transition: .3s;
}
.dss-cure .col-md-2:hover{
    transform: translate(0px, -5px);
    transition: .3s;
}
.dss-cure .col-md-2:hover .cntnt {
    color: var(--color61);
}

.dss-cntr.d-flex {
    height: 100%;
}
.dss-cntr{
    background: #fff;
    /* margin-top: 15px; */
    align-items: center;
    border-radius: 5px;
    box-shadow: 2px 5px 5px #cddddb;
}
.cntnt {
    padding: 15px 15px;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
}
.slno {
    background: #dbe9e8;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 9px;
    border-radius: 5px 0 0 5px;
    font-weight: 600;
    /* width: 50px; */
}
.cntnt {
    padding: 15px 15px;
    border-radius: 0 5px 5px 0;
}

.pa-why,.pa-counter,.pa-tesimonial,.pa-why-pure,.pa-team-home{
    background: rgba(108, 170, 168, 0.1);
}
.pa-why-img {
    width: 380px;
    height: 380px;
    line-height: 380px;
    border: 1px dashed #6caaa8;
    border-radius: 100%;
    text-align: center;
}
.pa-why-ul ul li {
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}
.pa-why-ul ul li:last-child{
    margin-bottom: 0;
}
.pa-why-ul ul li:after {
    position: absolute;
    content: '';
    width: 145px;
    border: 0.5px dashed #6caaa8;
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto 0;
}
.pa-why-left ul li {
    text-align: right;
    padding-right: 150px;
}
.pa-why-right ul li {
    text-align: left;
    padding-left: 150px;
}
.pa-why-right ul li:after{
    left: 0;
}
.pa-why-left ul li:after {
    right: 0;
}
.pa-why-left ul li:first-child:after {
    transform: rotate(11deg) translate(70px, 0px);
}
.pa-why-left ul li:nth-child(2):after {
    transform: rotate(8deg) translate(13px, 10px);
}
.pa-why-left ul li:nth-child(4):after {
    transform: rotate(-8deg) translate(10px, -10px);
}
.pa-why-left ul li:last-child:after {
    transform: rotate(-14deg) translate(55px, -10px);
}
.pa-why-right ul li:first-child:after {
    transform:rotate(-11deg) translate(-62px, 10px);
}
.pa-why-right ul li:nth-child(2):after {
    transform: rotate(-8deg) translate(-15px, 10px);
}
.pa-why-right ul li:nth-child(3):after {
    transform: rotate(0deg);
}
.pa-why-right ul li:nth-child(4):after {
    transform: rotate(8deg) translate(-11px, -10px);
}
.pa-why-right ul li:last-child:after {
    transform: rotate(16deg) translate(-50px, -10px);
}
.pa-why-left ul li:first-child {
    padding-right: 85px;
}
.pa-why-left ul li:nth-child(2) {
    padding-right: 140px;
}
.pa-why-left ul li:nth-child(4) {
    padding-right: 145px;
}
.pa-why-left ul li:last-child {
    padding-right: 100px;
}
.pa-why-right ul li:first-child {
    padding-left: 95px;
}
.pa-why-right ul li:nth-child(2) {
    padding-left: 140px;
}
.pa-why-right ul li:nth-child(4) {
    padding-left: 145px;
}
.pa-why-right ul li:last-child {
    padding-left: 110px;
}
.pa-why-img img {
    width: 150px;
}

.dss-cure{
    margin-top: 30px;
}

/* Dieses We Cure Section Ends */

/* Appointment Section Starts */
.appointment {
    background-image: url(../images/bg/h1-background-pattern-img-1.webp);
    background-position: center center;
    background-repeat: repeat;
    padding: 10rem 0 4rem;
    margin-top: -9%;
}
.appointment.innerapntmnt{
    margin-top: 0;
}
.form-input {
    margin-top: 15px;
}
.form-input input, .form-input textarea {
    border: 1px solid var(--color1);
    border-radius: 0;
    padding: 5px 15px;
    height: 45px;
    line-height: 45px;
    background: inherit;
}
.form-input textarea {
    height: 65px;
    line-height: inherit;
}

.btnstype2 {
    font-size: 11px;
    line-height: 1.27em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    padding: 16px 52px 14px;
    color: #000;
    background-color: var(--color6);
    border: 1px solid transparent;
    cursor: pointer;
}
.btnstype2:hover {
    background-color: var(--color61);
}

.appointment .section-title .theme-title{
    font-size: 30px !important;
}
/* Appointment Section Ends */

/* Specialities Section Starts */
.specialities {
    padding: 4rem 0 12rem;
    background-image: url(../images/bg/curve.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.specialities article {
    border-color: #fff;
    border-style: solid;
    border-width: 0px;
    border-radius: 15px;
    box-shadow: 0 1px 3px #646464;
    padding: 10px 0 15px;
    text-align: center;
    margin-top: 20px;
    transition: .3s;
}
.specialities article:hover {
    transform: translate(0px, -5px);
    transition: .3s;
}
.specialities article .hdr {
    /* background: rgba(247, 247, 247, 1); */
    text-align: center;
    font-size: 20px;
    padding: 5px 15px;
    font-weight: 600;
}
.specialities article .hdr img{
    max-width: 80px;
}
.specialities article .cntnt {
    text-align: left;
}
.specialities article .cntnt h4 {
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: 700;
    border-bottom: 1px solid #dddd;
    padding-bottom: 10px;
}
/* Specialities Section Ends */

.our-service p {
    line-height: 1.7em;
    font-size: 14px;
}
.our-service .btn-cntnr a {
    text-transform:capitalize;
}
.our-service .btn-cntnr {
padding-bottom: 20px;
}
.our-service {
    background: #ffff;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    padding: 20px;
    text-align: center;
    box-shadow: 1px 1px 2px 0px #00000059;
    margin: 25px 0;
}
.our-program {
    background: #eb9018;
    padding: 75px 0;
}
.our-program-h2 .title-h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0.6px;
}
.ourprogramme img{
    max-width: 100%;
    width: auto
}
.ourprogramme p {
    font-size: 19px;
    line-height: 1.6em;
}




section.msa-section.sprmkt {
    padding-bottom: 40px;
    background-image: none;
}
.featurus-full-div.img-abs {
    position: relative;
}
.abs.abs-img1{
    position: absolute;
    top: 0;
    width: 150%;
}
.abs.abs-img1 img{
    min-width: 30%;
}
.abs.abs-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
}
.abs.abs-img2 img {
    min-width: 100%;
}
.supermkt{
    text-align: center;
}
.supermkt img{
    max-width: 80%;
}
.features-container {
    margin-top: 72px;
    position: relative;
    z-index: 1;
}
.features-row.left-rows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feature-cntnt h3 {
    font-size: 1.5rem;
    font-weight: 300;
}

.features-row {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    position: relative;
}
.features-row.left-rows {
    justify-content: end;
}
.features-row.right-rows {
    justify-content: start;
    flex-direction: row-reverse;
}
.features-row.right-rows .feature-cntnt {
    padding-left: 100px;
    padding-right: 0;
}
.feature-cntnt {
    padding-right: 100px;
}
.feature-icon span {
    width: 68px;
    height: 68px;
    border: 3px solid var(--color2);
    color: var(--color2);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 1px 3px 3px 0px #00000073;
    background: #fff;
    position: relative;
    z-index: 1;
}
.features-row::after {
height: 100%;
width: 1px;
content: '';
position: absolute;
border-right: 1px dashed #000;
right: 34px;
z-index: 0;
}
.features-row.right-rows::after {
    left: 34px;

}
.features-row:first-child::after {
    height: 77%;
    top: 0;
}
section.msa-section.benefits {
    padding: 90px 0 50px;
    background: none;
}
.benefits-pic-holder img{
    margin-top: -74px;
    max-width: 174%;
}
.ben-contnt-row {
    display: flex;
    align-items: center;
}
.ben-contnt-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}
.ben-cntnt-cntnt {
    padding-left: 16px;
}
.ben-contnt-row .feature-icon {
    width: 100px;
}
.ben-contnt-row .ben-cntnt-cntnt h3{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
}
.blogs{
    padding: 50px 0;
}
.beyttl{
    text-align: center;
}
.ben-contnt-row .ben-cntnt-cntnt p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}
article.blog {
    position: relative;
    margin-top: 35px;
}
article.blog img {
    height: 325px;
    width: 100%;
    object-fit: cover;
}
article.blog .cntnt {
    background: linear-gradient(360deg, black, transparent);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 15px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease-in-out;
}
article.blog .cntnt h2 {
    font-size: 18px;
    text-align: left;
}
article.blog:hover .cntnt {
    height: 100%;
    transition: all 1s ease-in-out;
}
.top-destinations .col-md-4, .top-destinations .col-md-6{
    padding: 0 5px;
}
.mtdest2{
    margin-top: 15px;
}
.top-destinations{
    padding: 0 0 50px;
}
section.testimonial {
    padding: 4rem 0;
}
.sayingMainBox {
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.partner-row .col-2 {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: -1px;
    margin-right: -1px;
}
section.partners {
    padding: 55px 0 100px;
}
.partner-row .col-2 {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: -1px;
    margin-right: -1px;
    background: #fff;
    text-align: center;
}
.partner-row .col-2 img{
    max-width: 80%;
}
.offer-holder {
    border-radius: 15px;
}
.offer-holder img{
    border-radius: 15px;
}
section.offer {
    background: #f5f5f5;
    padding: 60px 0;
}
.saying-by{
    flex: 0 0 30%;
    max-width: 30%;
}
.saying-content {
    flex: 0 0 90%;
    max-width: 90%;
    padding: 0px 0 0 20px;
}
.saying-content p {
    position: relative;
    padding: 0px 40px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}
.saying-content p::before {
    position: absolute;
    content: '\f10d';
    font-family: 'Font Awesome 5 Pro';
    top: -20px;
    left: -10px;
    font-size: 32px;
    color: #c4c1c3c7;
}
.saying-content p::after {
    position: absolute;
    content: '\f10e';
    font-family: 'Font Awesome 5 Pro';
    bottom: -20px;
    right: -10px;
    font-size: 32px;
    color: #c4c1c3c7;
}
.client-dtls {
    font-weight: 800;
    font-size: 22px;
    padding-left: 40px;
    margin-top: 10px;
    font-family: var(--ff2);
}
.saying-by img {
    border-radius: 50%;
/*
    border: 2px solid #ffa711;
    box-shadow: inset -20px 2px #F44336;
*/
}
.referral .cntnt ul {
    padding-left: 15px;
}
.referral .cntnt ul li {
    margin-top: 10px;
    list-style: disc;
}
.title-type2 h2 {
    font-family: var(--ff2);
    font-size: 40px;
    font-weight: 800;
}
.title-type2 h2 span{
    color: var(--color2);
}
footer {
    background: url(../images/bg/h1-background-pattern-img-1.webp);
    padding: 40px 0 0;
}
img.ftr-logo {
    width: 100px;
}
.ftrlogo .col-md-8{
    padding-left: 0;
}
.ftrlogo h5{
    font-weight: 700;
    color: #273191;
}
footer ul li {
    margin-top: 10px;
}
.ftr-col h6 {
    font-size: 13px;
    line-height: 1.667em;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    letter-spacing: .6em;
    text-transform: uppercase;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
footer ul li a{
    --qodef-underline-position-y: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    background-position-x: 100%;
    background-size: 0 var(--qodef-underline-position-y);
    transition: background-size .4s cubic-bezier(.51,.5,.07,.99),color .2s ease-out;
}
footer ul li a:hover {
    background-size: 100% var(--qodef-underline-position-y);
    background-position-x: 0;
}

.ftr-social ul li {
    display: inline-block;
    margin-right: 10px;
}
.ftr-social {
    margin-top: 20px;
}
.ftr-social ul li a {
    width: 30px;
    height: 30px;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.ftr-social ul li a:hover {
    color: #fff;
}
.col-12.subscribe {
    border-bottom: 1px solid #888;
    margin-bottom: 35px;
    padding-bottom: 15px;
    margin: 55px 0 55px;
}
.copyright{
    margin-top: 45px;
    background-color: var(--color1);
    color: #fff;
    padding: 20px;
}
.copyright p {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}
.ftr-social ul li a.lnkedin {
    background: #0077b5;
}
.ftr-social ul li a.instagram {
    background: #bb29a8;
}
.ftr-social ul li a.facebook {
    background: #3b5998;
}
span.togglemenu {
    position: absolute;
    right: 15px;
    top: 28%;
    color: #000;
    font-size: 15px;
    display: none;
}
.dropdownmenu {
    position: absolute;
    width: 250px;
    text-align: left;
    background: #fff;
    box-shadow: 2px 2px 5px #ddd;
    border-radius: 5px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .3s ease-in-out;
}
.showdropdown:hover .dropdownmenu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: .3s ease-in-out;
}
ul.dropdownmenu li {
    display: block;
    margin: 5px 0;
}
ul.dropdownmenu li a{
    display: block;
    padding: 5px 5px;
}
.ytb{
    color: red;
}
.insta{
    color: #bb29a8;
}
.fb{
    color: #0077b5;
}
.ttr{
    color: #00a4f3;
}
.bgytb{
    background: red !important;
}
.bginsta{
    background: #bb29a8 !important;
}
.bgfb{
    background: #0077b5 !important;
}
.bgttr{
    background: #00a4f3 !important;
}
.marq{
    line-height: 1;
}
.cont-dtl h2{
    color: #000;
    font-size: 13px;
    line-height: 1.667em;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    letter-spacing: .6em;
    text-transform: uppercase;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 4px;
}
.cont-dtl {
    text-align: center;
    margin: 15px 0;
}
.cont-dtl a{
    font-size: 16px;
    margin-top: 15px;
}
.absimg1 {
    position: absolute;
    width: 459px;
    height: auto;
    right: -20px;
    bottom: 0px;
    opacity: .5;
}
.appointment.innerapntmnt.apntsec222 {
    padding-top: 4rem;
    margin-top: 3rem;
}
.appointment.innerapntmnt.apntsec222 .section-title .theme-title {
    font-size: 2.8rem !important;
    margin-bottom: 38px;
}
.wlcntnt{
    font-size: 22px;
    margin: 30px 0;
}
h2.mm11{
    font-family: var(--ff2);
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 40px;
}
.boxt11{
    margin-top: 15px;
}
.boxt11 h6{
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 20px;
}
.brdcrmb {
    background-color: var(--color6) !important;
    background-size: cover !important;
    background-position: center bottom !important;
    padding: 110px 0;
    position: relative;
}
.brdcrmb:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #ffffff7a;
}
.brdcrmb.offerhder:before {
    background: #ffffffd4;
}
.brdcrmb.offerhder h1{
    font-weight: 600;
    font-size: 38px;
    font-family: var(--ff2);
}
.brdcrmb.offerhder p{
    font-size: 22px;
}
.brdcrmb .font2 {
    font-size: 56px !important;
    color: var(--color1);
    position: relative;
    text-shadow: 1px 1px #fff;
}
section.brdcrmb ul li {
    display: inline-block;
    margin-right: 15px;
    padding: 0 15px;
    border-right: 1px solid var(--color6);
}
section.brdcrmb ul li:last-child {
    border-right: none;
    padding: 0;
    margin-right: 0;
}
.brd-top-btns-holder{
    text-align: right;
}
.reviews-analytics {
    background: #fff;
    margin-top: -104px;
    padding: 25px 30px 40px;
    border-radius: 10px;
    box-shadow: 0px 12px 12px 0px #ddd;
}
.brdcrmb.reviewsbrd{
    padding-bottom: 188px;
    padding-top: 65px;
}
.star-row ul li {
    display: inline-block;
    color: #ffc107;
}
.count h4 {
    font-weight: 700;
    font-size: 35px;
}
.revbtns{
    text-align: right;
}
.revbtns ul li{
    display: inline-block;
    margin-right: 15px;
}
.count h6 {
    font-size: 24px;
    margin: 20px 0;
}
.ver{
    color: var(--color2);
    font-size: 22px;
}
.ason {
    text-align: right;
    margin-top: 15px;
    color: #888;
}
.ason h6 {
    font-size: 14px;
}
.revbtngrp ul li {
    display: inline-block;
    margin-right: 20px;
}
.revbtngrp ul li i{
    font-size: 22px;
}
.folus{
    margin: 50px 0 0;
}
.folus li{
    display: inline-block;
    margin-right: 45px;
}
.folus li a{
    font-size: 38px;
}
.cont-dtl.folus h2{
    margin-bottom: 25px;
}
.revbtns ul li:last-child, .revbtngrp ul li:last-child, .folus li:last-child{
    margin-right: 0;
}
.revbtngrp {
    margin: 0 0 35px;
    text-align: center;
}
.star-row ul li {
    display: inline-block;
    color: #ffc107;
    font-size: 24px;
}
.rating-row.d-flex {
    margin-top: 5px;
}
.rt11 {
    padding-right: 15px;
    font-size: 20px;
    font-weight: 600;
}
.rt11 {
    font-weight: 700;
    font-size: 22px;
    width: 75px;
}
.rt11 i {
    color: #ffbe00;
}
.rt111{
    flex-grow: 1;
    display: flex;
    align-items: center;
    /* padding-right: 16px; */
}
.rating-row .progress{
    width: 100%;
}
.rt111 h4{
    width: 20%;
    text-align: right;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}
.progress-bar{
    background: var(--color2);
}
.enqform{
    text-align: left;
}
/* Reviews Pages Starts */
.reviews-row .col-md-4 {
    margin-bottom: 25px;
}
article.card_container {
    background: #fff;
    position: relative;
    padding: 8px;
    box-sizing: border-box;
    box-shadow: rgb(1 1 1 / 5%) 1px 1px 5px 0px;
    height: 100%;
    margin: 0px;
    border-radius: 16px;
    transition: all 250ms ease 0s;
    overflow: hidden;
}
article.card_container:hover {
    transform: translateY(-0.25rem);
    box-shadow: rgb(46 41 51 / 8%) 0px 2px 4px, rgb(71 63 79 / 16%) 0px 5px 10px;
}
.card-content {
    padding: 24px;
}
ul.list2522{
    padding-left: 25px;
}
ul.list2522 li{
    list-style: disc;
    margin-top: 15px;
}
.catholder{
    margin-bottom: 15px;
}
.catholder img{
    max-width: 100px;
}
.card-content p {
    font-size: 0.875rem;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
    margin: 25px 0 20px;
}
.publications_details.d-flex {
    align-items: center;
    margin-top: 15px;
}
.card-content .publications_details .author_pic {
    width: 50px;
    height: 50px;
    background-color: #e2e8f0;
    margin: 0px 1rem 0px 0px;
    border-radius: 50%;
    border: 3px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    text-align: center;
}
.author_details {
    display: inline-block;
}
.card-content .publications_details .author_name a {
    color: #718096;
    font-weight: 600;
    font-size: 16px;
}
.articles-date-and-time {
    color: #a0aec0;
    font-size: 14px;
    line-height: 1.2;
}
.rating-box {
    margin-top: -5px;
    color: #ffc107;
}
.rating-box ul li {
    display: inline-block;
}

/* Reviews Pages Ends */
section.msa-section.destinations-section.teratmentdtls{
    background: none;
}
.destinations-section.teratmentdtls {
    padding: 4rem 4rem 8rem !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: #666;
}
.brdcrmb.dietician-advice{
    background-position: center top !important;
}

/* Popup design */

.popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff9e;
    z-index: 3;
    display: none;
    padding-top: 50px;
    overflow-y: auto;
}
.popup .formholder {
    background: #fff;
    padding: 24px 20px 30px;
    border: 1px solid #ddd;
    margin: 25px auto;
    position: relative;
    border-radius: 5px;
    box-shadow: 4px 8px 12px 3px #938585;
}
.popup .form-holder {
    text-align: left;
}
.close-pup-up button {
    background: none;
    border: none;
    color: red;
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 0px;
    cursor: pointer;
}
#enquirePop.popup.show , #appointPop.popup.show{
    display: block;
}
#msgBox, #msgBox2, #msgBox3, #msgBox4 {
    margin-top: 15px;
}
#msgBox p, #msgBox2 p {
    color: #f00;
    margin-bottom: 0;
    font-weight: 600;
}
select{
    width: 100%;
    background: inherit;
}
.processing {
    position: relative;
}
.processing::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 86%);
    z-index: 99;
    content: 'Please wait...';
    display: flex;
    align-items: flex-end;
    padding-bottom: 52px;
    justify-content: center;
    font-weight: 800;
}
.blurred{
    filter: blur(7px);
}
/* Popup design ends */

/* content */
.title-h1 h1{
    font-family: var(--ff2);
    font-weight: 900;
}
.title-h1 h1 span{
    color:var(--color2);
}
.time-dtls {
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 15px;
    padding: 15px;
}
.inner-cntnt h2{
    margin: 15px 0;
    font-weight: 600;
    font-size: 26px;
}
.inner-cntnt, .inner-cntnt p, .list-details ul li {
    font-size: 1rem;
    font-weight: 600;
    color: #666;
}
.treatsdtls .inner-cntnt {
    padding-right: 50px;
}
.time-dtls i{
    color: var(--color2);
    font-size: 22px;
}
.list-details {
    margin-top: 25px;
    padding-left: 25px;
}
.topics-covered .list-details {
    padding-left: 0;
}
.time-dtls h3{
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 10px;
}
.list-details h3{
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 10px;
}
.timing ul li strong {
    color: #777;
}
.higlight-text {
    background: #f5f5f5;
    padding: 25px;
    margin: 50px 0;
}
.higlight-text h6 {
    font-size: 24px;
    font-style: italic;
    line-height: 1.5;
}
.gtchcntnt {
    background: var(--color6);
    padding: 25px;
    text-align: center;
    height: 100%;
}
.getintouch .col-md-4{
    margin-top: 15px
}
.gtchcntnt p {
    font-size: 18px;
    margin-bottom: 0;
}
.gtchcntnt strong{
    color: #d36363;
}
.gtchcntnt a{
    font-size: 34px;
}
/* content ends */

/* Specialities starts */
.title-22s h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 12px;
    position: relative;
}
.listtyp22{
    margin-top: 15px;
}
.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.treats-other .title-22s h2 span{
    color: var(--color2);

}
.listtyp22 ul li, .treats-other .listtyp22 ul li a{
    margin-top: 25px;
    display: flex;
}
.treats-other .listtyp22 ul li a{
    margin-top: 0;
}
.listtyp22 ul li .pic {
    width: 50px;
    font-size: 40px;
    color: var(--color2);
    padding-top: 5px;
}
.listtyp22 ul li .cntnt{
    width: calc(100% - 50px);
    padding: 0 0 0 15px;
}
.treats-other .listtyp22 ul li .cntnt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}
.treats-other .listtyp22 ul li {
    align-items: center;
}
.treats-other .listtyp22 ul li .pic{
    padding-top: 0;
}
.listtyp22 ul li .cntnt p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.sublist h4 {
    font-size: 20px;
    color: var(--color2);
    font-weight: 600;
}
.treats-other .listtyp22 ul li .cntnt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.inner-cntnt.specpg .list-details h3, .inner-cntnt.specpg .list-details h2{
    font-size: 22px;
    color: var(--color2);
}
.trtftrs .theme-title.title-h2.font2{
    font-size: 34px !important;
}
.full-width{
    min-width: 100%;
}
.spec-list {
    margin-top: 35px;
}
.spec-list .col-md-4 {
    padding: 0;
}
.spec-list article {
    border: 1px solid #d5cbcb;
    margin-top: 15px;
    height: 100%;
    margin-top: -1px;
    margin-right: -1px;
    padding: 15px;
}
.spec-list article h5 {
    font-weight: 600;
    color: #000;
}
h3.titl2525 {
    color: var(--color7);
    font-weight: 600;
}
h3.titl2525 span{
    text-transform: uppercase;
}
section.spcl-advantages{
    padding: 60px 0 270px;
}
.bnef211 {
    text-align: center;
}
.bnef211 img {
    max-width: 100px;
}
.bnef211 p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
/* Specialities ends */
/* Features Starts */
.ftrslist ul li {
    display: flex;
    margin-top: 30px;
    align-items: center;
}
.ftrslist.rightside ul li {
    flex-direction: row-reverse;
    text-align: right;
}
.ftrslist ul li .icon{
    width: 70px;
}
.ftrslist ul li img{
    width: 70px;
    max-width: 100%;
    height: auto;
}
.ftrslist ul li .cntnt {
    width: calc(100% - 70px);
    padding: 0;
    padding-left: 15px;
}
.ftrslist ul li .cntnt h3{
    font-size: 18px;
}
.features .pichldr h2 {
    font-weight: 800;
    font-family: var(--ff2);
    text-align: center;
    margin-top: 18px;
    color: var(--color3);
    font-size: 42px;
}
.features .pichldr h2 span {
    display: block;
    text-align: right;
    color: var(--color2);
    font-size: 28px;
}
/* Features Ends */

.saying-content img {
    max-width: 100px;
    margin: 18px 0;
}
ul.defaultstyle{
    padding-left: 25px;
}
ul.numberedlist li{
    list-style: decimal;
}
.specdddk .col-md-6{
    padding: 0;
}
.teratmentdtls .art-items .cntnt ul li {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-top: 8px;
}
.btn22s2{
    margin-right: 15px;
}
.teratmentdtls .art-items .cntnt ul li::before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    background: #a8ed00;
    border-radius: 50%;
    border: 3px solid #ddd;
    left: 0px;
    top: 2px;
}

.list-bullets ul li{
    list-style: disc !important;
}
.carousel-item img{
    min-width:100%
}
.h1holder {
    text-align: center;
}
.h1holder h1, .h1holder h2{
    font-size: 18px;
    color: inherit;
    line-height: 1.5;
}
.pb0{
    padding-bottom: 0 !important;
}

.ofc-cntnt {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.ofc-cntnt input{
    display: none;
}
.label-loca {
    width: 100%;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
    font-family: var(--ff1);
}
.label-loca strong {
    font-weight: 600;
    color: var(--color1);
}
.label-loca::after {
    position: absolute;
    right: 0;
    top: 15px;
    content: '';
    background: url(../img/icon/sort-down.png);
    transition: .3s ease-in-out all;
    /* background: red; */
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}
.locationchekbox:checked ~ .label-loca::after {
    transform: rotate(0deg);
    transition: .3s ease-in-out all;
}
.locationchekbox:checked ~ .label-loca{
    /* color: var(--color2); */
}
.label-loca::after {
    position: absolute;
    right: 0;
    top: 15px;
    content: '';
    background: url(../images/sort-down.png);
    transition: .3s ease-in-out all;
    /* background: red; */
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.locationchekbox ~ div {
    display: block;
    transition: .3s ease-in-out all;
}
.locationchekbox:checked ~ div {
    display: none;
    border-top: 1px solid #f9f9f9;
    padding-top: 15px;
    margin-top: 5px;
    padding-bottom: 15px;
    transition: .3s ease-in-out all;
}
.ofc-cntnt .site-list-style-one.list2222 li {
    margin-top: 5px;
}
.ofc-cntnt .site-list-style-one li:after {
    top: 8px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.curvefrombottom{
    padding: 4rem 4rem 8rem !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
}
.ofc-list p{
    font-weight: 600;
}
.grdnt {
    background: linear-gradient(0deg, #f9f9f9, transparent);
}
.grdntfrmtop {
    background: linear-gradient(180deg, #e2ecf3, transparent);
}
img.ftr-logo {
    max-width: 100%;
    height: auto;
}
section.appointment .enqcntctdetls{
    margin-top:40px
}
/* Offer Pages Starts */

.offer-dtls-body{
    max-width: 85%;
    margin-top: -4rem;
    background: #dbf9c9;
    position: relative;
    border-radius: 15px;
}
.offrdtl-hdr {
    padding: 35px 15px;
    font-weight: 500;
}
.offrdtl-hdr span.time{
    color: red;
}
.offrdtl-ftr {
    padding: 20px 15px 45px;
}
.offrdtl-ftr .results .rsltholder{
    margin-top: 15px;
}
.offrdtl-ftr .results .rsltholder img{
    border-radius: 15px;
}
.offrdtl-ftr .results h3{
    font-family: var(--ff2);
    font-weight: 800;
    font-size: 36px;
    margin-top: 8px;
    color: #00ab60;
}
.offrdtl-hdr h2 {
    font-size: 40px;
    font-family: var(--ff2);
    font-weight: 800;
    color: #000000;
    text-shadow: 1px 0px #000;
    margin-bottom: 15px;
}
.offrdtl-body {
    padding: 80px 50px 80px 35px;
    border: 2px dashed #fff;
    position: relative;
    border-radius: 15px;
    background: #b5ebaa;
}
.offrdtl-body .dtlrow {
    position: relative;
    padding-left: 70px;
}
.offrdtl-body .dtlrow::before {
    position: absolute;
    content: '';
    border: 1px dashed #434645;
    left: 23px;
    height: 100%;
    top: 0;
}
.imgholder {
    position: absolute;
}
.imgholder.img111 {
    top: -18px;
    width: 150px;
    right: -18px;
}
.imgholder.img222 {
    top: -42px;
    left: -20px;
    width: 154px;
}
.imgholder.img333 {
    left: -81px;
    margin-top: -124px;
}
.imgholder.img444 {
    bottom: 15px;
    left: 0;
    width: 145px;
}   
.imgholder.img555 {
    bottom: 15px;
    right: 0;
    width: 150px;
}
.offrdtl-body .dtlrow .slno111 {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #292a29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    line-height: 1;
    left: 0;
}
.offrdtl-body .dtlrow .col-md-3{
    padding-bottom: 35px;
}
.offrdtl-body .dtlrow .ttle h3 {
    font-weight: 600;
    font-size: 28px;
    font-family: var(--ff2);
}
.offrdtl-body .dtlrow .ttle .slno111 .day{
    text-transform: uppercase;
    font-size: 12px;
}
.offrdtl-body .dtlrow .slno111 span.sl {
    font-weight: 700;
    font-size: 19px;
    margin-top: 2px;
}
.offrdtl-body .dtlrow .ttle .slno111 span.sl {
    font-weight: 600;
    font-size: 20px;
}
.offrdtl-body .dtlrow .cntnt111 {
    font-weight: 500;
    color: #444;
    padding: 0 0 30px;
}
.offrdtl-body .dtlrow .cntnt111 p{
    margin-bottom: 0;
}
.offer-aside {
    background: #9ee3a8;
    padding: 25px;
    border-radius: 15px;
    margin: 30px 0;
}
.formholder .fromhdr h2 {
    font-size: 34px;
    font-weight: 600;
    font-family: var(--ff2);
    color: #000;
}

.formholder .formrow {
    margin-top: 15px;
}
.formholder .formrow label {
    font-weight: 600;
    font-size: 18px;
}
.formholder .formrow input{
    border-radius: 0;
    /* background: inherit; */
    color: #000;
    height: 40px;
}
/* Offer Pages Ends */
.theme-title.title-h2.font11522{
    font-size: 30px;
    font-weight: 600;
    max-width: 700px;
    margin: 15px auto;
    line-height: 1.2;
}
.f4522{
    font-size: 16px;
    font-weight: 500;
}
.offerss1522 .ofritem{
    margin-top: 25px;
}
.offerss1522 .ofritem img{
    border-radius: 15px;
}
.moredtls12555 {
    margin-bottom: 60px;
    margin-top: 20px;
}
.moredtls12555 h2{
    font-size: 34px;
    font-weight: 600;
    font-family: var(--ff2);
    color: #000;
}
.moredtls12555 .ofc-cntnt{
    border-bottom: none;
}

@media only screen and (max-width:768px){
    .curvefrombottom {
        padding: 0 !important;
        padding-bottom: 6rem !important;
    }
    section.sectionpadlnr{
        padding-left: 0;
        padding-right: 0;
    }
    .h1section{
        padding-top: 30px !important;
    }
    .h1section + section{
        padding-top: 30px !important;
    }
    .h1holder {
        text-align: left;
        border: 1px solid #ddd;
        padding: 15px;
        border-radius: 3px;
    }
    header .header-container {
        padding: 10px 0;
    }
    header ul li {
        display: block;
        margin-top: 8px;
    }
    .about-pic1 img {
        max-width: 100%;
        margin-bottom: 40px;
    }
    header ul li a {
        padding: 0;
    }
    nav.collapsable_menu {
        display: none;
    }
    span.togglemenu  {
        display: block;
    }
    nav.menu_visibility {
        display: block;
        margin-top: 20px;
    }
    header ul {
        text-align: left;
    }
    
}


@media only screen and (max-width:767px){
    #popular-treatments .art-items .cntnt {
        border: 1px solid #ddd;
        padding: 15px 15px 25px;
        margin-top: -5px;
        border-radius: 0 0 5px 5px;
    }
    .treatsdtls .inner-cntnt {
        padding-right: 0;
    }
    .btn22s2{
        margin-right: 0;
        margin-bottom: 25px;
    }
    header .brand img {
        width: 75px;
        height: 75px;
    }
    header .brand h2 {
        font-size: 22px;
        padding-left: 10px;
    }
    header .brand h2 span {
        font-size: 18px;
    }
    .topnavs {
        flex-wrap: wrap;
    }
    .tpnv1, .tpnv31 {
        width: 100%;
        flex: 100%;
    }
    .tpnv1 {
        text-align: center;
        font-size: 14px;
        margin: 10px 0 8px;
    }
    .tpnv3 {
        display: none;
    }
    .tpnv31 {
        margin-right: 0;
    }
    .tpnv31 ul {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    .tpnv31 ul li{
        display: inline-block;
    }
    .tpnv31 ul li a {
        padding: 5px 18px;
        margin-left: 0;
        font-size: 12px;
    }
    span.togglemenu {
        font-size: 32px;
        z-index: 1;
    }
    .features-row.left-rows {
        justify-content: start;
        align-content: flex-end;
        flex-direction: row-reverse;
    }
    .feature-cntnt {
        padding-right: 0;
        padding-left: 16px;
    }
    .features-row.right-rows .feature-cntnt{
        padding-left: 16px;
    }
    .features-row::after {
        right: 57px;
    }
    .ftr-col {
        margin-top: 50px;
    }
    footer .col-lg-4:first-child .ftr-col {
        margin-top: 0;
    }
    .destinations-section {
        padding: 4rem 0rem !important;
    }
    .font2 {
        font-size: 30px !important;
    }
    #popular-treatments.owl-popular-services .art-items {
        border-radius: 10px;
        box-shadow: 1px 1px 2px 0px #00000059;
    }
    .row.owl-popular-services{
        margin: 0 auto;
    }
    #popular-treatments.owl-popular-services .art-items .cntnt {
        padding: 15px 15px 25px;
    }
    .pa-why-pure-content h2 {
        font-size: 35px;
        margin: 8px 0 3px;
    }
    .pa-why-pure.spacer-top.spacer-bottom .btngroup ul li {
        display: block;
    }
    .pa-why-pure.spacer-top.spacer-bottom .btngroup ul li a.btnstype2 {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        display: block;
    }
    .pa-why-pure-shape ul {
        column-count: 1;
    }
    .pa-why-pure-shape {
        margin-top: 45px;
    }
    .pa-why-pure-shape ul li:nth-child(3) {
        margin-top: 0;
    }
    .appointment {
        margin-top: -6%;
        padding-top: 46px;
    }
    section.specialities .col-md-3 {
        margin-top: 17px;
    }
    .specialities article {
        height: 100%;
    }
    .form-input .btnstype2 {
        width: 100%;
        display: block;
    }
    .form-holder {
        margin-bottom: 50px;
    }
    .sayingMainBox {
        padding: 15px 0;
    }
    .subscribe h4 {
        text-align: center;
    }
    .subscribe .btnstype2{
        display: block;
        text-align: center;
        margin: 15px 0 25px;
    }
    .col-12.subscribe {
        border-bottom: 1px solid #8ca1a9;
    }
    ul.ftrcolcnt {
        column-count: 2;
    }
    .brd-top-btns-holder {
        text-align: center;
        display: none;
    }
    .brdcrmb {
        padding: 50px 0;
    }
    .brdcrmb .font2 {
        font-size: 30px !important;
        text-align: center;
    }
    .brdcrmb ul{
        text-align: center;
        margin-bottom: 0;
    }
    .destinations-section.teratmentdtls {
        padding: 4rem 0rem 4rem !important;
    }
    section.msa-section.destinations-section.teratmentdtls + section.appointment {
        margin-top: -20px;
        padding-top: 50px;
    }
    .saying-content p {
        font-size: 14px;
    }
    .brdcrmb.dietician-advice {
        background-position: center !important;
        padding: 60px 0;
    }
    .reviews-analytics {
        padding: 25px 20px 40px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    .reviews-analytics .font2 {
        font-size: 26px !important;
        line-height: 1;
        margin-bottom: 0;
    }
    .revbtns ul li {
        display: block;
        margin-right: 0;
    }
    .revbtns ul li:last-child {
        margin-top: 3px;
    }
    .revbtns a {
        font-size: 9px;
    }
    .reviews-analytics .count {
        margin-top: 26px;
    }
    .reviews-analytics .contnt {
        margin-top: 26px;
    }
    .reviews-analytics .count h4 {
        font-weight: 700;
        font-size: 24px;
    }
    .reviews-analytics .count h6 {
        font-size: 18px;
        margin: 10px 0 12px;
    }
    .ver {
        font-size: 18px;
    }
    .ason h6 {
        font-size: 12px;
    }
    .star-row ul li {
        font-size: 16px;
    }
    .rt11 {
        font-weight: 700;
        font-size: 16px;
        width: 56px;
    }
    .revbtngrp ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 9px;
    }
    .revbtngrp ul li:nth-child(3), .revbtngrp ul li:nth-child(4) {
        display: inline-block;
    }
    .revbtngrp ul li:nth-child(3) {
        margin-top: 15px;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .card-content p {
        font-size: 14px;
    }
    .card-content .publications_details .author_name a {
        font-size: 14px;
    }
    .rating-box ul li {
        display: inline-block;
        font-size: 12px;
    }
    .articles-date-and-time {
        font-size: 12px;
    }
    .cont-dtl {
        margin: 25px 0;
    }
    .cont-dtl a {
        font-size: 14px;
    }
    .title-h1 h1 {
        font-size: 30px;
    }
    .inner-cntnt.specpg .list-details h3, .inner-cntnt.specpg .list-details h2 {
        font-size: 20px;
    }
    .spec-list .col-md-4 {
        margin-top: 15px;
    }
    section.brdcrmb.offerhder{
        display: none;
    }
    .offer-dtls-body {
        max-width: 100%;
        margin-top: 2rem;
        border-radius: 0;
    }
    .imgholder.img222 {
        width: 93px;
    }
    .imgholder.img111 {
        top: -41px;
        width: 130px;
    }
    .offrdtl-body {
        padding: 80px 15px 82px 19px
    }
}

@media screen and (min-width: 1460px){
    
    
}
