* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
   box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
    font-size: calc(15px + 0.390625vw);
    margin: 0;
    padding: 0;
    width: 100vw;
    background-color: whitesmoke;
}

/*
  Styling the body
  */
.pcodblogcontent{
    margin-bottom: 50px;
}
  .other-articles-heading{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.other-articles-on-site{
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    z-index: 1;
}
.containerbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px;
    padding: 10px;
    position: relative;
    margin-top: 15px;
}

.addresscontainer .alldetailcontainer,
.addresscontainer .thirdsecondbox {
    text-align: left;
}

/*
Style for Address Detail Contact Us Page
*/


/* Style for individual blog sections */
.imagecontainer {
    flex: 0 0 calc(33.33% - 20px);
    /* Three sections side by side with spacing */
    margin-bottom: 20px;
    /* Spacing between sections */

    width: 100%;
    /* Set the width to 100% to cover the entire screen */
    margin: 0 auto 40px;
    /* Center-align and add spacing between sections */
    max-width: 600px;
    /* Set a maximum width for the container */
    text-align: center;
    /* Center-align content within sections */
}

/* Style for the images within the blog sections */
.imagecontainer img {
    width: 100%;
    /* Full width for images */
    /* Add additional styling for images as needed */
}

.imagecontainer h3 {
    white-space: nowrap;
    /* Prevent H3 text from wrapping */
    overflow: hidden;
    /* Hide overflow text */
    text-overflow: ellipsis;
    /* Display ellipsis (...) for long text */
    font-size: 18px;
    /* Adjust font size as needed */
    margin: 5px 0;
    /* Add margin as needed */
    background-color: hsl(0, 97%, 34%);
    /* Background color */
    color: white;
    /* Font color */
    padding: 5px;
    /* Add padding as needed */
    text-align: center;
    line-height: 1.5;
}

.imagecontainer a {
    text-decoration: none;
    /* Remove underline from links */
}

.imagecontainer p {
    overflow: hidden;
    /* Hide overflow text */
    text-overflow: ellipsis;
    /* Display ellipsis (...) for long text */
    margin: 5px 0;
    /* Add margin as needed */
    max-height: 4.5em;
    /* Limit the maximum height to 4.5 lines */
    line-height: 1.5;
    /* Adjust line-height for vertical alignment */
}

.popularposts {
    position: relative;
    margin-top: 15px;
}

.readmore a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    /* Change back to inline-block */
    width: 25%;
    /* Set the width to 50% of the image */
    text-align: center;
    background-color: hsl(210, 40%, 50%);
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0;
    /* Adjust padding to center vertically */
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    animation: pulsate 2s infinite;
    margin-top: 20px;
    margin-bottom: 20px;
}


@keyframes pulsate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        /* Increase size */
    }

    100% {
        transform: scale(1);
    }
}

.centered {
    text-align: center;
    /* Center-align content within the div */
    color: hsl(0, 97%, 24%);
    /* Font color */
    font-size: 18px;
}

/* Hover effect for the button */
.readmore a:hover {
    background-color: hsl(0, 97%, 24%);
    /* Darker background color on hover */
    cursor: pointer;
}

.blogfirstpara {
    font-size: 16px;
}

.firstheader1 {
    position: relative;
    /* Make the h1 tag positioned relative */
    margin-top: 15px;
    /* Adjust the vertical position as needed */
    text-align: center;
    /* Center-align the text horizontally */
    font-size: 36px;
    /* Adjust the font size as needed */
    color: hsl(0, 97%, 34%);
    /* Text color */
    margin: 0;
    /* Remove any default margins */
    padding: 20px 0;
    /* Add padding as needed */
}

.socia-media {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    height: 5vh;
    margin-top: 2vw;
    margin-bottom: 1vw;
    position: relative;
}

.facebook-icon:hover {
    cursor: pointer;
}

.smedia {
    height: 4vh;
    padding-top: 5%;

}

a.fbook {
    width: 16.6%;
    height: 5vh;
    background-color: #3b5998;
    padding-left: 7%;
}

a.twbook {
    width: 16.6%;
    height: 5vh;
    background-color: black;
    padding-left: 7%;
}

a.libook {
    width: 16.6%;
    height: 5vh;
    background-color: #0072b1;
    padding-left: 7%;
}

a.qubook {
    width: 16.6%;
    height: 5vh;
    background-color: #B92B27;
    padding-left: 7%;
}

a.yobook {
    width: 16.6%;
    height: 5vh;
    background-color: red;
    padding-left: 7%;
}

a.inbook {
    width: 16.6%;
    height: 5vh;
    background-color: #e1306c;
    padding-left: 6%;
}

hr {
    border: 1px solid #af1f60;
}


.pcod-blog-topsection {
  display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
}

.blog-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pcodblogfirst {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border:2px solid #af1f60; */
    margin: 1%;
}

.picheader {
    color: white;
    background-color: black;
    text-align: center;
    width: 100%;
}


.commonimage {
    width: 60%;
    height: 35vh;
}

.heroimage1 {
    width: 100%;
    height: 50vh;
}

.smallwidthimage {
    width: 50%;
    height: 50vh;
    border: 2px solid black;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.topheadingh1 {
    text-align: center;
    margin: 4vh auto 2vh auto;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1f3c5c;
    position: relative;
    padding-bottom: 18px;
}

.topheadingh1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background-color: #1f8a8a;
}


.topheadingh2 {
    text-align: center;
    margin-top: 2vh;
    font-size: calc(20px + 0.390625vw);
    /* color: #af1f60; */
    color: black;
    margin-bottom: 2vh;
    font-family: 'Nunito Sans', sans-serif;
    padding: 1% 3%;
}

.pcodblogcontent h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 700;
    color: #1f3c5c;
    margin-top: 4vh;
    margin-bottom: 2vh;
    text-align: left;
    position: relative;
    padding-left: 15px;
}

.pcodblogcontent h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 70%;
    background: linear-gradient(to bottom, #7a1e4d, #1f8a8a);
    border-radius: 3px;
}


.topheadingh3 {
    text-align: center;
    font-size: calc(20px + 0.390625vw);
    color: black;
    width: 70%;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 2%;
    text-transform: capitalize;
}

.topheadingh4 {
    font-size: calc(14px + 0.390625vw);
    text-align: center;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 3%;
    /* font-family: 'Great Vibes', cursive; */
    /* font-family: 'Roboto', sans-serif; */
}


.pcodblogcontent {
    width: 70%;
    background-color: antiquewhite;
    margin: auto;
    position: relative;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.pcodblogintroh3 {
    color: #af1f60;
    font-size: calc(20px + 0.390625vw);
    padding: 1% 2%;
    padding-bottom: 0;
    padding-right: 3%;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: capitalize;
}

.list-item-wrap-text {
    text-indent: -1em;
    /* Negative indent to align the wrapped text */
    padding-left: 1em;
    /* Padding to align content after the first line */
}

.pcodblogpara {
    font-size: 15px;
    padding: 0.5% 2%;
    text-align: justify;
    line-height: 1.6;
    padding-right: 3%;
    color: rgba(32, 32, 32, 0.7);
    font-family: 'Nunito Sans', sans-serif;
    padding-left: 7%;
}

.pcodblogpara li {
    padding-left: 2%;
}

h4.picdescription {
    text-align: center;
}

.pcodsymptomlist {
    /* list-style-type: none; */
    line-height: 2;
    font-family: 'Nunito Sans', sans-serif;
    list-style-type: disc;
    line-height: 1.75;
    list-style-position: inside;
    text-indent: -2%;
    padding-left: 5%;
}


.nobullets {
    list-style-type: none;
}

.addressdetail {
    width: 110%;
}

div.formdetails {

    color: black;
    text-align: center;
    width: 95%;
    margin: 0;
    margin: auto;

}

div.formdetails label {
    margin-right: 4rem;
}

.formdet {
    /* width: 95%; */
    margin: auto;
    height: 5vh;
    text-align: center;
    margin: 2vh auto;
    width: 100%;

}

div.thirdsecondbox {
    width: 33%;
}

div.addressmap {
    width: 33%;
    padding: 2%;
    border: 2px solid #af1f60;
    background-color: whitesmoke;

}

div.addressmap iframe {
    width: 100%;
    height: 50vh;
    background-color: whitesmoke;
}



.submitform {

    margin: auto;
    /* Center the form horizontally */
}




.subsections {
    line-height: 2;
    font-family: 'Nunito Sans', sans-serif;
    list-style-type: circle;
    line-height: 1.75;
    list-style-position: inside;
    text-indent: -2%;
    padding-left: 7%;
    text-align: justify;
}

ol.pcossymptoms {
    line-height: 2;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    padding: 0.5% 2%;
    text-align: justify;
    line-height: 2;
    padding-left: 5%;
    padding-right: 3%;
    color: rgba(32, 32, 32, 0.7);
    /* text-indent: -2%; */
}

h4.sectionminheader {
    font-size: calc(14px + 0.390625vw);
    padding: 0.5% 5%;
    padding-right: 5%;
    font-family: 'Nunito Sans', sans-serif;
    /* padding-left: 5%; */
}

img.pcodblogpic {
    width: 100%;
    height: 70vh;
    /* margin-left:20%; */
    margin-top: 2%;
}

img.blogpic80vh {
    width: 100%;
    height: 100vh;
    /* margin-left:20%; */
    margin-top: 2%;
}


img.dietchartts {
    width: 50vw;
}

img.dietchartts1 {
    width: 50vw;
    position: relative;
    height: 80vh;
    left: 10%;
}

.publishingdetail {
    text-align: center;
    font-size: calc(10px + 0.390625vw);
}

p.publisdateval1 {
    color: #b92e34;
}

.tophighlights {
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 3%;
    padding: 1%;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin-left: 3%;
    width: 90%;
}

ul.tophighlightlist {
    list-style-type: disc;
    line-height: 1.75;
    list-style-position: inside;
    text-indent: -2%;
    padding-left: 2%;
    font-family: 'Nunito Sans', sans-serif;

}

/*********************************************************
*************Styling Table of Contents for the Blog Pages*
**********************************************************/
.toc {
    background-color: #f4f4f4;
    padding: 20px;
    position: relative;   

    margin-top: 20px;
    left: 0;
    height: 100%;
    overflow-y: auto;
}

.toc h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.toc ul {
    list-style-type: none;
    padding: 0;
}

.toc li {
    margin-bottom: 5px;
}

.contentanchor a {
    font-size: 20px;
    text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
    color: hsl(0, 97%, 34%);
    ;
    line-height: 1.5;
    font-weight: bold;
}

.contentanchor1 a {
    text-decoration: none;
    line-height: 1.2;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: black;
}

li.contentanchor ul {
    padding-left: 5%;
}

.contentanchor a:hover {
    color: #007bff;
}

.pcodblogcontent .contentanchor {
    margin-bottom: 10px;
}

.contentanchor a:hover {
    color: #0077b6;
    /* Change color on hover */
}





/*********************************************************
************* Styling Pop Up Message to the Visitor on Site
**********************************************************/

.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2%;
    /* Adjust padding as 2% */
    max-width: 80vw;
    /* Adjust max-width as needed */
    max-height: 80vh;
    /* Adjust max-height as needed */
    background-color: #FFF;
    /* Adjust background color as needed */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 2px solid black;
    visibility: hidden;
}

/* Style for the close button */
.popup-container .popup-close {
    cursor: pointer;
    background-color: #333;
    color: #FFF;
    border: none;
    border-radius: 8px;
    /* Add border-radius */
    margin-bottom: 2%;
    /* Adjust margin as 2% */
    font-size: 1.5vw;
    /* Decrease font-size */
}

/* Style for clickable icons */
.popup-container .popup-icons {
    display: flex;
    gap: 2%;
    /* Adjust gap as 2% */
    justify-content: space-around;
    /* Align icons at the center */
    width: 100%;
    /* Ensure icons take full width */
    padding-bottom: 2vw;
    /* Adjust padding-bottom as 2vw */
}

.popup-container .popup-icon {
    cursor: pointer;
    font-size: 1.5vw;
    /* Decrease font-size */
    animation: callDance 1s ease-in-out;
    /* Adjust animation duration as needed */
    animation-delay: 2s;
    /* Adjust delay as needed */
}

/* Style for the pop-up content (image) */
.popup-container .popup-content {
    width: 100%;
    /* Adjust width as needed */
    max-height: 60vh;
    /* Adjust max-height as needed */
}

/* Style for the cancel button */
.popup-container .popup-cancel {
    background-color: #0b69a3;
    /* Set background color */
    color: #FFF;
    /* Set font color */

    border: none;
    border-radius: 8px;
    /* Add border-radius */
    font-size: 1.25vw;
    /* Decrease font-size */
    width: 20%;
}

/* Style for the WhatsApp icon */
.popup-container .popup-whatsapp {
    color: #25d366;
    /* Real WhatsApp green color */
    animation: whatsappDance 1s ease-in-out;
}

.popup-container .popup-call {
    animation: callDance 1s ease-in-out;
    /* Adjust animation duration as needed */
    animation-delay: 0.5s;
    /* Adjust delay as needed */
}

@keyframes whatsappDance {

    0%,
    100% {
        transform: translateY(0);
    }

    25%,
    75% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }
}

/* Keyframes for call icon dancing animation */
@keyframes callDance {

    0%,
    100% {
        transform: translateY(0);
    }

    25%,
    75% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }
}


/*
Styling the FAQ sections
*/
.sectionfaq {
    border: 1px solid #ccc;
    margin: 10px;
}

.headerfaq {
    background-color: hsl(0, 97%, 34%);
    ;
    padding: 10px;
    cursor: pointer;
    color: white;
    font-size: larger;
}

.content {
    display: none;
    padding: 10px;
}

.toggle-sign {
    float: right;
}



.toc-container {
    display: none;
    /* Initially hide the TOC */
}

.toch2 {
    text-align: center;
    color: white;
    background-color: hsl(0, 97%, 34%);
}


/******************************
**** Styling the FAQ Body
*******************************/
h1.firstheader1cs {
    text-align: center;
    position: relative;
    margin-top: 20px;
    color: hsl(0, 97%, 34%);
    padding-top: 0;
}

div.maincontainerfaq {
    position: relative;
    margin-top: 20px;
    width: 90%;
    padding: 5%;
    margin: auto;
    padding-top: 4%;
    margin-top: 0;
    padding-top: 0;
}


h4.FAQQUEST {
    margin: 1vw;
    margin-bottom: 0.5vw;
    color: hsl(0, 97%, 34%);
}

p.FAQANS {
    margin-top: 0;
    line-height: 1.5;
}


.FAQVIDEO {
    width: 50vw;
    height: 50vh;

}

/******************************
**** Styling the Button
*******************************/


/* Apply the animation to the button */


/* Apply the animation to the button */
.toc-heading {
    display: flex;
    align-items: center;
    /* Vertically align items */
    justify-content: space-between;
    /* Create space in between */
}

.toch2 {
    margin: 0;
    /* Remove default margin for H2 */
    color: white;
    font-size: 18px;
    /* You can adjust the font size as needed */
    cursor: pointer;
}

.toggle-button {
    position: relative;
    top: 0;
    left: 29%;

    font-weight: bold;
    font-size: calc(14px + 0.390625vw);
    color: white;

    cursor: pointer;
    margin-right: 5px;

    border: none;
    background: none;

    z-index: 2;

    animation: bounce 0.5s ease infinite;
}

/* CSS for the fade-in animation */
/* CSS for the bounce animation */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-10px);
    }
}

/****************************************
**********For Screen Size til 950px
****************************************/
@media (max-width: 950px) {

    /*
  Styling the Header
  */



    div.phonecontainer {
        display: none;
    }



}

/****************************************
**********For Screen Size til 770px
****************************************/
@media (max-width: 770px) {

    /*
  Styling the Header
  */




    div.appointmentbook h4 {
        font-size: calc(1.5*(15px + 0.390625vw));
    }

    .thirdcontainer {
        display: block;
        height: fit-content;
        /* padding:2%; */
    }

    .thirdfirstbox {
        width: 105vw;
        margin: 0;
        padding: 0;
        margin: auto;
        padding: 2vw;
    }


    .thirdsecondbox {
        width: 90%;
        margin: 0;
        padding: 0;
        margin: auto;
        padding: 2vw;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    div.appointmentbook h4 {
        font-size: calc(1.5*(15px + 0.390625vw));
    }

    div.herosection h2 {
        top: 8%;
    }

    /*
  Styling the Body
  */

    h2.toch2 {
        font-size: 19px;
        text-align: left;
    }

    #toggleTOC.toggle-button {
        font-size: 28px;
        font-weight: bold;
        margin-right: 5px;
        color: white;
        position: relative;
        top: 33vh;
        left: 37%;
        z-index: 2;
        border: none;
        background: none;
    }

    .contentanchor a {
        font-size: 16px;
    }

    .contentanchor1 a {
        font-size: 14px;
    }

    .imagecontainer {
        position: relative;
        /* Make the container relative for absolute positioning */
        width: 100%;
        /* Set the width to 100% to cover the entire screen */
        margin: 0 auto 20px;
        /* Center-align the container horizontally */
        max-width: 600px;
        /* Set a maximum width for the container */
        text-align: center;
        /* Center-align content within sections */

    }

    .centered {
        font-size: 16px;
    }

    .mainarticle {
        font-size: 16px;
    }

    .containerbody {
        flex-direction: column;
        /* Stack sections vertically */
        align-items: center;
        /* Center-align sections on mobile */
    }

    .addresscontainer {
        text-align: left;
    }

    .imagecontainer {
        flex: 0 0 100%;
        /* Full width for sections on mobile */
    }

    .imagecontainer h3 {
        font-size: 16px;
        /* Adjust font size as needed */
    }

    .imagecontainer a h3 {
        font-size: 16px;
        /* Adjust font size for medium-sized screens */
    }

    .topheadingh3 {
        font-size: calc(16px + 0.390625vw);

    }

    .topheadingh4 {
        font-size: calc(11px + 0.390625vw);
    }

    .topheadingh2 {
        font-size: calc(20px + 0.390625vw);
    }

    .topheadingh1 {
        font-size: calc(22px + 0.390625vw);
    }

    /*POp Up Box
*/

    .popup-container .popup-call {
        font-size: 3vw;
        /* Adjust font size for smaller screens */
    }

    .popup-container .popup-cancel {
        font-size: 3vw;
    }

    .popup-container .popup-icon {
        font-size: 4vw;
    }

    .popup-container {
        width: 75vw;
    }

    .pcodblogcontent {
        width: 80%;
    }

    img.pcodblogpic {
        height: 50vh;
    }

    .pcodblogfirst {
        width: 80%;
    }

    .socia-media {
        width: 80%;
    }

    .commonimage {
        width: 100%;
    }

    /*
Contact Us Page
*/
    div.thirdsecondbox {
        width: 95%;
        border: 2px solid #af1f60;
    }

    div.addressmap {
        width: 95%;
    }

    div.addressmap iframe {
        width: 100%;
    }

    .alldetailcontainer {
        width: 95%;
        border: 2px solid #af1f60;

    }

}

/****************************************
**********For Screen Size til 600px
****************************************/
@media (max-width: 600px) {


    /*
  Styling the Body
  */
    .firstheader1 {
        font-size: calc(1.5*(14px + 0.390625vw));
    }

    .topheadingh3 {
        font-size: calc(12px + 0.390625vw);
        padding-left: 1%;
        padding-right: 1%;
    }

    .topheadingh4 {
        font-size: calc(10px + 0.390625vw);
        padding-left: 1%;
        padding-right: 1%;
    }

    .topheadingh2 {
        font-size: calc(18px + 0.390625vw);
    }

    .topheadingh1 {
        font-size: calc(20px + 0.390625vw);
    }

    h3.topheadingh3 {
        width: 85%;
        margin: auto;
        margin-top: 3%;
        font-size: calc(15px + 0.390625vw);
    }

    h3.pcodblogintroh3 {
        font-size: calc(15px + 0.390625vw);
    }

    p.pcodblogpara {
        font-size: calc(13px + 0.390625vw);
    }

    .socia-media {
        width: 80%;
    }

    li.contentanchor1 a {
        font-weight: 100;
    }

    /*POp Up Box
*/


    .popup-container .popup-icon {
        font-size: 5vw;
    }

  

}

/****************************************
**********For Screen Size til 500px
****************************************/
@media (max-width: 500px) {
    /*
  Styling the Header
  */


    /*
  Styling the Body
  */
    .readmore a {
        width: 25%;
        /* Set the width to 50% of the image */
        font-size: 14px;
    }

    .centered {
        font-size: 14px;
    }

    .mainarticle {
        font-size: 14px;
    }

    .pcodblogcontent {
        width: 85%;
    }

    .imagecontainer a h3 {
        font-size: 14px;
        /* Adjust font size for medium-sized screens */
    }

    img.pcodblogpic {
        height: 40vh;
    }

    .pcodblogfirst {
        width: 85%;
    }

    .socia-media {
        width: 85%;
    }

    .commonimage {
        height: 35vh;
    }

    img.pcodblogpic {
        height: 30vh;
    }


}

/****************************************
**********For Screen Size til 400px
****************************************/

@media (max-width: 400px) {


    /*
Styling the Body
*/

    .firstheader1 {
        font-size: calc(1.5*(12px + 0.390625vw));
    }

    .imagecontainer h3 {
        font-size: 14px;
        /* Adjust font size as needed */
    }

    a.fbook {
        padding-left: 4%;
        padding-top: 1px;
    }

    a.twbook {
        padding-left: 4%;
        padding-top: 1px;
    }

    a.libook {
        padding-left: 4%;
        padding-top: 1px;
    }

    a.inbook {
        padding-left: 4%;
        padding-top: 1px;
    }

    a.yobook {
        padding-left: 4%;
        padding-top: 1px;
    }

    a.qubook {
        padding-left: 4%;
        padding-top: 1px;
    }

    /*POp Up Box
*/


    .popup-container .popup-icon {
        font-size: 5vw;
    }

}

/****************************************
**********For Screen Size til 350px
****************************************/

@media (max-width: 350px) {


    div.tophighlights {
        padding: 1% 6%;
        font-size: calc(13px + 0.390625vw);
        line-height: 1.6;
        text-align: justify;
    }
}