body {
    margin: 0%;
    background-color: black;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-weight: 500;
}

.content-holder, .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-holder { 
    width: 100%;
    margin-bottom: 5em;
}

.content { 
    width: 28%;
}

.content-mobile { 
    width: 95%;
}

.nav-bar {
    width: 100%;
    height: 3em;
    position: fixed;
    bottom: 0%;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    overflow-x: scroll;
}

.nav-item-holder { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #1a6c89;
    margin-left: 2em;
}

.nav-item-holder:last-of-type { 
    margin-right: 2em;
}

.nav-item-text {
    font-size: 16px;
    margin: 0%;
    margin-top: 0.2em;
}

.nav-item-img { 
    font-size: 16px;
}

.header {
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 0.5em;
    background: linear-gradient(45deg, #275259, #01a1eb);

    /* background: linear-gradient(0deg, rgba(166,47,48,1) 0%, rgba(181,77,36,1) 37%); */

    /* background: linear-gradient(0deg, rgba(146,47,48,1) 0%, rgba(181,77,36,1) 42%, rgba(209,148,53,1) 100%); */
}

.header-img {
    width: 100%;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(images/logo-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.logo-img {
    width: 65%;
    margin: 2em;
    margin-bottom: 0.5em;
    border: 4px solid #0c88be;
    background-color: white;
}

.translucent-heading, .translucent-sub-heading { 
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    background-color: #0e85b7b5;
}

.translucent-sub-heading { 
    font-size: 12px;
    font-weight: 600;
}

.contact-holder { 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-row {
    width: 100%;
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.contact-btn {
    padding-right: 0.7em;
    padding-left: 0.7em;
    margin-left: 0.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #ffffff3d;
    color: white;
    text-decoration: none;
}

.contact-btn:hover {
    background-color: orange;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.contact-text {
    font-size: 15px;
    margin-left: 0.5em;
}

.contact-img, .contact-detail-item-img, .share-whatsapp-btn-img, .share-other-btn-img {
    font-size: 16px !important;
}

.contact-details {
    width: 85%;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-detail-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-detail-item-img {
    color: white;
    background-color: #ffffff3d;
    padding: 0.4em 0.5em 0.4em 0.5em;
}

.contact-detail-item-text { 
    margin-left: 1.5em;
    color: white;
    font-size: 12px;
    font-weight: 200;
}

.share-section {
    width: 85%;
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share-whatsapp { 
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.share-whatsapp-phone-field {
    width: 49%;
    padding: 0.9em;
}

.share-whatsapp-btn {
    width: 40%;
    padding-right: 0.2em;
    padding-left: 0.2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #1aab2c;
    color: white;
    cursor: pointer;
}

.share-whatsapp-btn-text {
    font-size: 12px;
    margin-left: 0.5em;
}

.share-other { 
    width: 100%;
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.share-other-btn {
    width: 48.5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #2e2c41;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 3px;
}

.share-other-btn-img {
    margin-left: 0.5em;
}

.social-media {
    width: 100%;
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.social-media-btn {
    padding: 0.3em 0.5em 0.3em 0.5em;
    margin-left: 0.5em;
    color: white;
    text-decoration: none;
}

.social-media-btn-img {
    font-size: 20px !important;
}

.map-holder {
    width: 100%;
    margin-top: 2em;
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map {
    width: 85%;
    height: 10em;
}

.container-with-heading {
    width: 100%;
    margin-bottom: 0.5em;
    background-color: white;
    border-radius: 5px;
}

.container-heading-holder {
    width: 100%;
    margin: 0%;
    padding: 0.5em 0em 0.5em 0em;
    color: white;
    background: linear-gradient(45deg, #9C27B0 , #3F51B5 65%);
    
    /* background: linear-gradient(-90deg, rgba(166,47,48,1) 0%, rgba(146,47,48,1) 33%, rgba(181,77,36,1) 100%); */

    /* background: linear-gradient(-90deg, rgba(146,47,48,1) 0%, rgba(181,77,36,1) 42%, rgba(209,148,53,1) 100%); */

    border-radius: 5px;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
}

.container-heading {
    margin: 0%;
    padding-left: 1em;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.container-content {
    width: 100%;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    text-align: left;
}

.qr-code-img {
    width: 30%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.container-content-text {
    width: 90%;
    margin: 1.5em;
    font-size: 16px;
    font-weight: 500;
}

.offers-row {
    width: 100%;
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.offers-item {
    width: 45%;
    padding-top: 0.2em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 20px 0px #00000030;
}

.offers-item-text {
    width: 90%;
    margin: 1em 0em 1em 0em;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.offers-item-enquiry-btn, .offers-item-buy-btn, .service-item-enquiry-btn, .paytm-payment-btn {
    margin-bottom: 1em;
    padding: 0em 1em 0em 1em;
    color: white;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
}

.offers-item-enquiry-btn, .service-item-enquiry-btn, .paytm-payment-btn {
    background: linear-gradient(45deg, #9C27B0 , #3F51B5 65%);
}

.offers-item-buy-btn {
    background: linear-gradient(45deg, #9C27B0 , #3F51B5 65%);
}

.paytm-payment-btn {
    margin-top: 1em;
}

.youtube-video {
    margin: 0%;
    margin-bottom: 1em;
    margin-top: 2em;
}

.service-item {
    width: 95%;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border: 3px solid orange;
    border-radius: 20px;
}

.service-item-heading {
    margin: 0%;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 600;
}

.service-item-img {
    width: 60%;
    margin-bottom: 1em;
}

.service-item-text {
    width: 80%;
    font-size: 14px;
    margin-bottom: 1em;
}

.info-content-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.info-content-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.info-content-heading {
    margin: 0%;
    margin-left: 2.5em;
    margin-bottom: 0.5em;
    font-size: 14px;
    font-weight: 500;
    color: gray;
}

.info-content-text {
    margin: 0%;
    margin-left: 2em;
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 500;
}

.info-content-heading:first-child {
    margin-top: 2em;
}

.info-content-text:last-child {
    margin-bottom: 0%;
}

.paytm-payment-mehod {
    width: 50%;
    height: auto;
    margin-top: 1em;
}