body {
    background-image: url(../images/body.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}
p {
    font-family: math;
    font-size: 20px;
}
h1, h2 {
    font-size: 60px!important;
    font-family: auto;
}
div#collapsibleNavbar {
    flex-direction: row-reverse;
}
a.nav-link {
    font-size: 20px;
    color: #000;
    font-family: math;
}
ul.navbar-nav {
    gap: 30px;
}
a.navbar-brand {
    color: #fff;
    font-size: 25px;
    background-color: #c1048e;
    padding: 10px;
}
.img-box img {
    width: 100%;
}
.img-box p {
    margin: 0px;
}
p.name {
    font-size: 22px;
    font-weight: bold;
    font-family: monospace;
    color: #ffdc00;
    padding: 0px 10px;
    width: 33.33%;
}
p.bio {
    font-size: 19px;
    padding: 0px 10px;
}
p.phone-price a {
    background-color: #046b04;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
    text-decoration: none;
}
.phone-price {
    margin-top: 12px;
    color: #39ff2c;
    font-size: 18px;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.img-box {
    background-color:#3434348c;
    padding-bottom: 10px;
}
.name-call {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 5px 10px 0px;
    gap: 5px;
}
.name-call a {
    color: #fff;
    text-decoration: none;
    padding: 6px 25px;
    width: 33.333%;
    text-align: center;
}
p.ratting {
    color: #d07b24;
}
p.ratting i {
    background-color: #fff;
    padding: 3px;
    border-radius: 50%;
    color: #c4008f;
    font-size: 15px;
    height: 25px;
    width: 25px;
    text-align: center;
    border: 2px dashed #fff;
}
/* Footer css start here */
footer {
    background-color: #e1dcdc;
    padding: 20px 0px 75px;
}
footer p {
    margin: 0px;
}
.flex-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
.flex-btn a {
    width: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    padding: 10px;
    color: #000;
    font-family: math;
}
a.callbtn {
    background-image: url(../images/body.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
a.whtsapp {
    background-image: url(../images/body.jpg);
    background-repeat: no-repeat;
    background-position: left;
}

/* About us page css start here */
.about-img-box {
    background-color: #000;
}

/* Contact us page css */
form input, textarea {
    width: 100%;
    margin: 10px!important;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
}
form textarea {
    height:180px;
}
input[type="submit"] {
    width: 20%;
    background-color: #000;
    color: #fff;
    border: navajowhite;
    box-shadow: 0px 17px 13px -13px #000;
}
.contact-container {
    background-color: #ede5ae!important;
}
a.call-item, a.chat-item {
    background-color: #c1048e;
    color: #fff;
    padding: 8px 30px;
    border-radius: 43px;
    font-size: 18px;
    text-decoration: none;
}
a.chat-item {
    background-color: #046c04;
}
ul.contact-list {
    list-style: none;
    padding: 0px;
}
ul.contact-list li {
    margin: 30px 0px;
}

@media only screen and (max-width:768px){
.img-box {
    margin: 10px 0px;
}
form input, textarea {
    margin: 10px 0px!important;
}
input[type="submit"] {
    width: 25%;
}
}