﻿/* For Footer Section */
/* For Footer Section */
.logo_aside img {
    margin-left: auto;
    margin-top: 11px;
    width: 216px;
    height: 50px;
    object-fit: contain;
}

@media only screen and (max-width: 500px) {
    .logo_aside img {
        width: 100%;
        max-width: 113px;
    }
}

/* General Paragraph Styles */
Body p {
    text-align: Justify;
    margin-bottom: 10px;
}

h1, h2, .h2 {
    font-size: 20px;
}

.h3, h3 {
    font-size: 18px;
}

.responsive {
    width: auto;
    height: auto;
    max-width: 100%;
}

.pagination1 {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 44.5%;
}

@media only screen and (max-width:470px) {
    /* For mobile phones: */
    .pagination1 {
        left: 25%;
    }
}

.pagination1 a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination1 a.active {
    background-color: #3798d6;
    color: white;
    border-radius: 5px;
}

.pagination1 a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

.table-alignment {
    display: flex;
}

@media only screen and (max-width:470px) {
    .table-alignment {
        display: block;
        margin: -10px 0 0 -25px;
    }
}

div.gallery {
    margin: 16px 10px;
    border: 1px solid #ccc;
    float: left;
    width: 420px;
    height: 472px;
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.profile-image img {
    float: left;
    margin: 5px 30px 5px 5px;
    width: 150px;
}


.profile-wrapper {
    display: flex;
    align-items: flex-start;
}

.profile-image img {
    max-width: 200px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .profile-wrapper {
        flex-direction: column; /* Image on top, text below */
        text-align: center;
    }

    .profile-image img {
        max-width: 100%;
        margin: 0 auto;
    }

    section.generic-content-top-bottom-spacing {
        padding: 24px 30px 25px;
    }
}

/* For About Us Section */
.embedresize2 {
/*    max-width: 750px;*/
    margin: auto;
    float: left;
    width: 100%;
    height: auto;
    margin-right: 20px;
}

    .embedresize2 div {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
    }

    .embedresize2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.thirty-four-px {
    font-size: 34px;
}
/* For Embeds */
.embedresize {
    max-width: 700px;
    margin: auto;
    width: 100%;
    height: auto;
}

    .embedresize div {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        margin: 20px;
    }

    .embedresize iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.intro #intro .embedresize iframe,
.exit .quizz .embedresize iframe,
.alreadyplayed #intro .embedresize iframe,
.identityset #intro .embedresize iframe,
#notabene .embedresize iframe,
#message_intro .embedresize iframe,
.fancybox_body .embedresize iframe,
#comments .embedresize iframe,
#description .embedresize iframe,
.alreadyplayed .embedresize iframe,
#adserver .embedresize iframe {
    max-width: none !important;
}

/* General Styles for Lists */
ul {
    margin: 10px 0;
}

 /*Styles for Headers within the CMS Content */
.cms_content h2 {
    margin: 10px 0 0;
}

/* Page Layout and Breadcrumb */
/*.pageinner_container {
    padding: 20px;
}*/

/*.title_breadcrumb_row {
    padding: 10px 0;
}*/

.breadcrumb_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .breadcrumb_list li {
        display: inline;
        margin-right: 5px;
    }

        /*.breadcrumb_list li a {
            text-decoration: none;
            color: #007bff;
        }*/

/* Miscellaneous Content Styles */
/*.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}*/

/*.div_section {
    margin-top: 20px;
    margin-bottom: 20px;
}*/

/*h1, h2, h3 {
    font-weight: bold;
}

h2 {
    margin-top: 30px;
}

h3 {
    margin-top: 15px;
}

strong {
    font-weight: bold;
}

.breadcrumb_list li a {
    text-decoration: none;
}

    .breadcrumb_list li a:hover {
        text-decoration: underline;
    }*/

/* For Frequently Asked Questions Section */
/*.frequently_home .frequently_info p {
    font-size: 16px;
}

.frequently_home .frequently_info h3 {
    font-size: 24px;
    font-weight: bold;
}

.frequently_home .read_more_link {
    color: #007bff;
    text-decoration: none;
}

    .frequently_home .read_more_link:hover {
        text-decoration: underline;
    }*/

/* For the Package Listing Section */
/*.main_wrapper {
    padding: 20px;
}

.package_list_para a {
    color: #007bff;
    text-decoration: none;
}

    .package_list_para a:hover {
        text-decoration: underline;
    }

.medical_listing .medical_item {
    margin-bottom: 30px;
}

    .medical_listing .medical_item .info_col .packge_info .title {
        font-size: 18px;
        font-weight: bold;
    }

    .medical_listing .medical_item .info_col .map_col .marker_col p {
        font-size: 14px;
    }

    .medical_listing .medical_item .info_col .type_package_col p,
    .medical_listing .medical_item .info_col .cate_p p {
        font-size: 14px;
        color: #555;
    }

    .medical_listing .medical_item .info_col .package_list_para p {
        font-size: 14px;
    }

    .medical_listing .medical_item .info_col .expired_package_col p {
        font-size: 14px;
        color: #888;
    }

.package_offer p {
    font-size: 16px;
    color: red;
}

.btn_col .btn_offer {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}

    .btn_col .btn_offer:hover {
        background-color: #0056b3;
    }
*/
/* For Gallery Section */
/*.table-alignment {
    display: flex;
}

@media only screen and (max-width: 470px) {
    .table-alignment {
        display: block;
        margin: -10px 0 0 -25px;
    }
}

div.gallery {
    margin: 16px 14px;
    border: 1px solid #ccc;
    float: left;
    width: 420px;
    height: 472px;
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

div.desc {
    padding: 15px;
    text-align: center;
}*/

/* For Section Padding */
/*section.generic-content-top-bottom-spacing {
    padding: 25px 55px 176px !important;
}

@media only screen and (max-width: 500px) {
    :target {
        padding: 10px 0;
        scroll-margin-top: 140px;
    }
}*/
