html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato';
    margin: 0 auto !important;
    color: #555555;
    text-decoration: none;
    max-width: 450px;
    text-align: center;
    box-shadow: 1px 2px 15px #48484833;
    padding-bottom: 90px;
}

.profile_line{width: 40%;background-color:#C02938;height:2px;}

a {
    text-decoration: none;
}

.upper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10%;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 0 auto;
    position: relative;
	background-color:#fff;
}
 /*
.upper::before {
    content: ' ';
    width: 45px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 7px solid #C02938;
    border-left: 7px solid #C02938;;
}

.upper::after {
    content: ' ';
    width: 45px;
    height: 84px;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 7px solid #C02938;
    border-right: 7px solid #C02938;;
}
*/

.profile-pic-img {
    width: 120px;
	border-radius: 50%;
	height: 120px;
    border: 5px solid #C02938;
    margin-bottom: 15px;
	padding: 5px;
}

.contact-footer{
	display:none;}
	
@media only screen and (max-width:767px){
	.contact-footer{
	display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0px 2px;
    background-color: #C02938;
    color: #fff !important;
    text-align: center}
	
	.footer{
		display:none;}
	}	

.red-color{
	color:#C02938;}

.room-section{
	margin: 20px 0;
	padding: 15px;
	border: 2px solid #C02938;
	text-align: center;
	background: ;}
	
.enquiry{
	font-family: "Poppins";
	background: #C02938;
	border: 1px solid #C02938;
	color: #fff;
	padding: 5px 15px;
	margin: 5px 0px;
	width:100%;
	text-align: center;}
	
.contact-btn{
	text-align:center;
	margin-top: 15px;}
	
.contact-btn-1{
	padding: 15px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%), 0 0 40px rgb(255 251 251 / 10%) inset;
    color: #fff;
    border: none;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #C02938;
    background-color: #C02938}
	
.contact-btn i{
	margin: -8px;
	text-decoration:none;}

.contact-box{
	box-shadow: 0 1px 4px rgb(0 0 0 / 20%), 0 0 40px rgb(255 251 251 / 10%) inset;
	padding: 15px;
	width: 100%;
	margin: 15px 0 15px 0;
	font-size:14px;
	text-align: left !important;
	border-left: 3px solid #C02938}
	
.contact-box i{
	color: #C02938;
	font-size: 16px;
	width: 16px;}
	
.contact-btn:hover i{
	color:#fff;}
	
.box-corner{
	width:0;
	height:0;
	border-top: 80px solid #C02938;
	border-right: 150px solid transparent;}
	
.box-corner-bottom{
	width:0;
	height:0;
	border-bottom: 80px solid #C02938;
	border-left: 150px solid transparent;
	margin-left:auto;}

.border-right{
	border-right: 1px solid #C02938;
	margin: 0 10px 0 5px;}

.firmname {
    font-size: 18px;
    font-family: 'Poppins';
    margin: 10px 0;
    text-transform: uppercase;
}

.intro::first-letter { color:#ffb606;  font-size:40px;} 

.name {
    font-family: 'Poppins';
    font-size: 16px;
    margin: 20px 0 2px 0;
}

.curve {
    background-image: url(curve.svg);
    background-position: center top;
    background-size: 150px 16px;
    background-repeat: repeat-x;
    height: 14px;
}

.call_button{color:#fff !important; text-decoration:none; background-color:#1586BC !important; border-bottom: 6px solid #1576AB !important;}
.call_button:hover{color:#fff !important; text-decoration:none; background-color:#1586BC !important; border-bottom: 6px solid #1576AB !important;}

.whatsapp_button{color:#fff !important; text-decoration:none; background-color:#0DC143 !important; border-bottom: 6px solid #008A00 !important;}
.whatsapp_button:hover{color:#fff !important; text-decoration:none; background-color:#0DC143 !important; border-bottom: 6px solid #008A00 !important;}

.location_button{color:#fff !important; text-decoration:none; background-color:#4485FF !important; border-bottom: 6px solid #1576AB !important;}
.location_button:hover{color:#fff !important; text-decoration:none; background-color:#4485FF !important; border-bottom: 6px solid #1576AB !important;}

.mail_button{color:#fff !important; text-decoration:none; background-color:#DD4E41 !important; border-bottom: 6px solid #E21225 !important;}
.mail_button:hover{color:#fff !important; text-decoration:none; background-color:#DD4E41 !important; border-bottom: 6px solid #E21225 !important;}

.lower {
    background-color: #C02938;
	text-align:left;
    color: #ffffff;
	text-decoration:none;
    padding: 3px;
    margin-top: -1px;
}

.lower a{
    background-color: #C02938;
	text-align:left;
	text-decoration:none;
    color: #ffffff;
    padding: 20px;
    margin-top: -1px;
}

.contact-buttons {
    text-align: center;
    width: calc(100% + 40px);
    margin-top: 20px;
}

.contact-button {
    padding: 8px 10px;
    border-radius: 50px;
    min-width: 70px;
    display: inline-block;
    font-size: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    text-align: center;
    background-color: #424242;
    color: #fff;
    border: none;
    margin-right: 5px;
    margin-bottom: 10px;
}

.contact-button i {
    margin-right: 5px;
}

.contact-action-table {
    -webkit-border-vertical-spacing: 10px;
}

.contact-action-table td {
    padding: 0;
}

.contact-action-container-icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
	padding-top:8px;
    text-align: center;
    line-height: 30px;
    color: #C02938;
    background-color: #ffffff;
    font-size: 16px;
}

.contact-action-container-text {
    color: #ffffff;
    margin-left: 10px;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    font-family: 'Roboto';
}

.whatsapp-input {
    text-align: left;
    display: flex;
}

.whatsapp-input input {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 10px;
    outline: none;
    font-size: 12px;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 40px;
}

.whatsapp-button {
    -webkit-appearance: none;
    padding: 10px;
    font-size: 13px;
    background-color: #51B14D;
    opacity: 0.9;
    color: #fff;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.whatsapp-button i {
    font-size: 16px;
    margin-right: 10px;
}

.input-wrapper {
    position: relative;
    flex: 1;
}

.input-wrapper label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}

.shadow-buttons {
    display: flex;
    justify-content: center;
    margin: -5px;
}

.shadow-button {
    padding: 10px 2px;
    font-size: 15px;
    color: #F1F1F1;
    margin: 5px;
    background: rgba(72, 72, 72, 0.55);
    flex: 1;
    border-bottom: 6px solid #37393A;
    display: inline-block;
}

.shadow-button .shadow-button-icon {
    color: #F1F1F1;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -2;
}

/* Section CSS Starts */
.section-header {
    color: #C02938;
	font-family:Poppins
}
.section-container {
    text-align: left;
    padding: 0px 30px 20px;
    line-height: 22px;
    font-size: 14px;
    position: relative;
	background-color:#fff;
	color:#000;
}

.section-container a{
    
	text-decoration:none;
	color:#000;
   
}
.section-container a:hover{
    
	text-decoration:none;
	color:#000;
   
}

/*
.section-container::before {
    content: ' ';
    width: 45px;
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 7px solid #C02938;
    border-left: 7px solid #C02938;
}
.section-container::after {
    content: ' ';
    width: 45px;
    height: 84px;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 7px solid #C02938;
    border-right: 7px solid #C02938;;
}
*/
.section-close {
    position: relative;
}

.section-close::before {
    content: ' ';
    width: 45px;
    height: 85px;
    position: absolute;
    left: -30px;
    bottom: -20px;
    border-bottom: 7px solid #C02938;
    border-left: 7px solid #C02938;
}

.section-close::after {
    content: ' ';
    width: 45px;
    height: 85px;
    position: absolute;
    right: -30px;
    bottom: -20px;
    border-bottom: 7px solid #C02938;
    border-right: 7px solid #C02938;
}
/* Section CSS Completed */

/* Card CSS Starts */
.card {
    text-align: left;
    background-color: rgba(241,125,58, 0.15);
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset; */
}

.card .card-title {
    font-size: 15px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-family: 'Poppins';
}
/* Card CSS Completed */

/* About us info classes start */
.about-us-table {
    font-size: 14px;
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.about-us-table .table-row-label {
    text-align: left;
    min-width: 150px;
    vertical-align: top;
}

.about-us-table .table-row-label .table-row-label-text {
    display: inline-block;
    margin: 0;
    font-family: 'Poppins';
    font-size: 14px;
}

.about-us-table .table-row-label .table-row-label-separator {
    float: right;
}

.speciality-label {
    font-family: 'Poppins';
}

.about-us-text {
    text-align: justify;
    max-width: 95%;
}

.document-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #555555;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #555555;
}

.document-wrapper .pdf-icon {
    padding: 12px;
    padding-right: 5px;
    font-size: 18px;
}

.document-wrapper .pdf-number {
    padding: 10px;
    flex: 1;
}

.document-wrapper .download-icon {
    font-size: 18px;
    padding: 12px;
    border-left: 2px solid #555555;
    color: #C02938;
}

/* About us info classes completed */

/* Product css starts */
.product-description {
    text-align: justify;
    max-width: 100%;
}
/* Product css completed */

/* Payment CSS Start */
.qr-image {
    max-width: 250px;
    width: 100%;
}
/* Payment CSS Completed */

/* Gallery CSS Starts */
.images-container {
    column-count: 3;
    -webkit-column-count: 3;
    column-gap: 0;
    -webkit-column-gap: 0;
}

.images-container .image-wrapper {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    padding: 3px;
}

.images-container .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.images-container .image-wrapper img:hover {
    opacity: 0.7;
}
/* Gallery CSS Completed */

/* Enquiry form CSS start */
.enquiry-form input[type=text],select,textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Poppins';
}

.enquiry-form input[type=button] {
    background-color: #C02938;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Poppins';
}

.enquiry-form input[type=button]:disabled {
    opacity: 0.3;
}

.enquiry-form .enquiry-phoneNumber {
    flex: 1;
    margin-right: 5px;
}

.enquiry-form .enquiry-email {
    flex: 1;
    margin-left: 5px;
}
/* Enquiry form CSS Completed */

/* Footer Menu CSS Starts */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.footer-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    overflow: auto;
    position: relative;
    background: white;
    /* border-radius: 20px 20px 0 0; */
    display: flex;

    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));
    /* Shadows */
    /* Shadow covers */
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
    background-attachment: local, local, scroll, scroll;
}

.footer-menu li {
    flex: 1;
    min-width: 80px;
}

.footer-menu .footer-menu-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    color: #555555;
}

.footer-menu .footer-menu-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: #C02938;
}

.footer-menu .footer-menu-text {
    font-size: 12px;
}

/* Footer Menu CSS Completed */

/* Copyright css start */
.copyright-wrapper {
    color: rgba(0,0,0, 0.8);
    padding: 5px;
    background-color:#fff;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: -26px;
}

.copyright-wrapper a {
    color:rgba(0,0,0,0.8);
}

/* Copyright css completed */

/* Modal CSS Start */
/* The Modal CSS (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* Modal CSS Completed */

/* Share Form in modal Start*/
.share-modal {
    padding-top: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
}
.share-form {
    background-color: #F1F1F1;
}

.share-form .share-form-header {
    position: relative;
    padding: 20px 0;
}

.share-form .share-form-header .share-form-header-text {
    padding-top: 12px;
    margin: 0;
}

.share-form .share-form-header .close {
    top: 18px;
    color: #555555;
}

.share-form-buttons-container {
    margin-bottom: 40px;
}

.share-buttons-heading {
    position: relative;
    padding: 0 60px;
}

.share-buttons-heading .share-buttons-arrow {
    position: absolute;
    left: 35px;
    top: 16px;
    width: 30px;
    transform: rotateZ(15deg);
}

.share-buttons-heading .share-buttons-heading-text {
    text-align: left;
    font-family: Poppins;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #D34544;
    margin: 10px 0;
}

.share-buttons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 0 60px;
    margin: 0;
}

.share-buttons .share-button {
    padding: 4px;
    list-style: none;
}

.share-buttons .share-button i {
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    width: 40px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-buttons.inprofile {
    padding: 0;
    justify-content: flex-end;
    margin: -4px;
}

.share-buttons.inprofile .share-button {
    padding: 3px;
}

.share-buttons.inprofile .share-button i {
    padding: 0;
    height: 27px;
    width: 27px;
    font-size: 12px;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
}

.share-button-whatsapp {
    background-color: #29a71a;
}

.share-button-sms {
    background-color: #1598d5;
}

.share-button-facebook {
    background-color: #3b5998;
}

.share-button-twitter {
    background-color: #2ba9e1;
}

.share-button-skype {
    background-color: #00aff0;
}

.share-button-pinterest {
    background-color: #cb2027;
}

.share-button-linkedin {
    background-color: #007bb6;
}

.share-button-instagram {
    background-color: #F18644;
}

.share-button-youtube {
    background-color: #E63631;
}

.share-button-mail {
    background-color: #939598;
}
/* Share Form in modal Completed*/

/* Animations classes start */
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* Animations Classes Completed */

/* Media query on Smaller Screens */
@media only screen and (max-width: 450px){
    .modal-content {
        width: 100%;
    }

    .share-modal {
        align-items: flex-end;
    }
}

/* Extra util classes */
.p-30 {
    padding-top: 30px;
}

.p-20 {
    padding-top: 20px;
}
.orderedList {
    list-style: decimal;
    padding-left: 16px;
}

.unorderedList {
    list-style: disc;
    padding-left: 16px;
}

.flex {
    display: flex;
}
/* Extra util classes completed */

.pdf {
    padding-bottom: 0;
}
