* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #000 !important;
    cursor: pointer !important;
}

a:hover {
    color: #694998 !important;
}

::selection {
    background-color: #b34e98;
    color: #fff;
}

.m-s {
    margin-left: 3rem;
}

.price-btn {
    padding: 15px;
    border-radius: 30px;
    display: block;
    margin-top: 30px !important;
    color: #fff !important;
    margin: auto;
    max-width: 200px;
    text-align: center;
    background-color: #b34e98;
    font-size: 18px;
    font-weight: 500;
}

.price-btn:hover {
    color: #fff !important;
    background-color: #694998;
}

header {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.accordion {
    padding: 60px 80px;
    background-color: #fff;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 30%); */
}

.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    margin-right: 40px;
}

.accordion-button:not(.collapsed)::before {
    background-image: url("../img/arrow.png");
    transform: rotate( -270deg);
}

.accordion-button::after {
    display: none;
}

.accordion-button {
    padding: 11px !important;
    font-weight: 500;
    /* margin: 5px 0; */
    border-bottom: 0.5px solid #fff !important;
    background-color: #f3f3f3 !important;
}

.accordion-item {
    border: none !important;
}

.accordion-body {
    background-color: #f3f3f3 !important;
    margin-bottom: 3px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    /* background-color: #fff !important; */
}

.navbar-brand img {
    width: 100px;
    margin: -13px 0 !important;
}

/* .header-top {
    margin-top: 90px;
} */

a:hover {
    color: #b34e98 !important;
}

.about-s p {
    margin: 15px 0 !important;
}

.social-fix {
    z-index: 999;
    position: fixed;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: #fff; */
    text-align: center;
    /* padding: 3px 6px; */
}

.bottom-form {
    position: fixed;
    bottom: 0;
    left: 30px;
    width: 320px;
    z-index: 999999;
    padding: 15px;
    border: 1px solid #000000;
    background-color: #ffffff;
}

.social-fix a {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    font-size: 18px;
    margin: 5px 0;
}

.social-fix a:nth-child(1) {
    background-color: #4267B2;
}

.social-fix a:nth-child(2) {
    background-color: #8a3ab9;
}

.social-fix a i {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 45px;
}

.social-fix a:hover {
    background-color: #000 !important;
}

.social-fix a:nth-child(1):hover {
    background-color: #2a4783 !important;
}

.social-fix a:nth-child(2):hover {
    background-color: #6c2894 !important;
}

.social-fix a:hover i {
    color: #fff !important;
}

.nav-item .nav-link {
    color: #000 !important;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    margin: auto 15px;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
}

.border-left {
    border-left: 1px solid #aeaeae;
}

.price-list {
    display: flex;
    justify-content: space-between;
    /* margin: 8px 20px; */
    margin-bottom: 12px;
}

.fix-price {
    position: sticky;
    top: 90px;
    border: 1px solid #dedede;
    padding: 10px;
}

.price-li h2 {
    font-size: 27px;
    margin-bottom: 20px;
}

.price-li li {
    padding: 10px 30px;
    /* background: #fff; */
    /* margin-bottom: 3px; */
    border-bottom: 0.3px solid #d8d5d5;
    display: block;
}

.price-li li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.price-form {
    margin-top: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.price-form form {
    padding: 20px;
}

.price-li li a:hover {
    font-weight: 500;
}

.price-list p {
    font-weight: 400;
    font-size: 15px;
}

@keyframes shake {
    5%, 45% {
        transform: translate3d(-1px, 0, 0);
    }
    10%, 40% {
        transform: translate3d(2px, 0, 0);
    }
    15%, 25%, 35% {
        transform: translate3d(-2px, 0, 0);
    }
    20%, 30% {
        transform: translate3d(2px, 0, 0);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.pricing-pad {
    padding: 0 30px !important;
    margin-bottom: 20px;
}

.border-cus {
    text-align: center;
    border: 1px solid #aeaeae;
    margin: 0 26px;
    /* padding: 10px 0; */
    height: 100%;
}

.price-padding {
    padding: 0 65px !important;
}

.btn-slider {
    color: #fff !important;
    font-size: 20px !important;
    padding: 10px 35px !important;
    position: absolute;
    bottom: -80%;
    left: -10%;
}

.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999999;
}

.whatsapp-btn img {
    width: 60px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 25px;
}

.gallery a .image-zoom {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: rgba(105, 73, 152, 0.6);
    border: 1px solid #fff;
}

.custum-body {
    background: url(../img/body.jpg) no-repeat center !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.custum-body section {
    background-color: transparent !important;
}

.gallery a:hover .image-zoom {
    display: block;
}

.image-zoom p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 70px;
    font-weight: 100;
    text-align: center;
}

li {
    list-style: none;
    display: block;
    overflow: hidden;
}

.contact-email {
    margin-top: 25px;
    color: #000;
    font-weight: 500;
    font-size: 19px;
}

.form-control, .form-select {
    box-shadow: none !important;
}

p {
    margin: 0 !important;
}

h5 {
    font-weight: 300;
}

.text-justify {
    text-align: justify;
}

.top-heading {
    /* margin-top: 90px; */
    padding: 40px;
    text-align: center;
    background: #b34e98;
    color: #fff;
}

.footer-links {
    margin: 10px 0;
}

.footer-links i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background: #fff;
    text-align: center;
}

.footer-links a {
    color: #ffff;
    line-height: 40px;
}

.top-heading h2 {
    font-size: 30px;
}

.center {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.map {
    text-align: center;
    margin: 0 30px;
    height: 100%;
}

.map iframe {
    padding: 10px;
    background-color: #f3f3f3;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 25%);
}

.map p {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
}

.location-page {
    padding: 15px 50px;
}

.location-page p {
    font-weight: 400;
}

.dropdown-menu {
    min-width: 300px !important;
}

.dropdown-item {
    border-bottom: 1px solid #d8d8d8 !important;
    white-space: inherit !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.contact-location {
    display: flex;
    padding: 5px 0px;
    align-items: center;
    margin: 30px 0px 0px;
}

.social-links-2 {
    padding-top: 10px;
    display: block;
}

.social-links-2 a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #fff;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #0000005c;
}

.price-heading {
    text-align: center;
    background-color: #b34e98;
    color: #fff;
    padding: 16px 0;
    margin-bottom: 10px;
}

.price-heading p {
    color: #fff;
    display: block;
}

.custum-border {
    border: 1px solid #d3c7c7;
    padding: 10px !important;
    margin: 15px 0;
    height: 100%;
    background-color: rgb(255 255 255 / 25%);
}

.table h2 {
    background: #b34e98;
    padding: 15px 0;
    color: #fff;
}

.list-p {
    padding: 0 5px !important;
    margin: 12px 0;
}

.price-inner {
    padding: 8px 0 !important;
    display: block;
    /* text-align: center; */
    /* border-bottom: 1px solid #8b8b8b; */
    font-size: 17px;
    /* font-weight: 500; */
}

/* .price-inner p {
    font-weight: 500;
} */

.social-links-2 a:hover i {
    color: #fff;
}

.social-links a:hover i {
    color: #fff;
}

.top {
    padding: 10px;
    cursor: pointer;
    background: #b34e98;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: -15px;
    display: block;
    position: relative;
}

.top:hover {
    background: #694998;
}

.top .top-img img {
    width: 100%;
    height: auto;
    display: block;
}

.form-toggle {
    margin-top: 30px;
    display: none;
}

.form-toggle input, .form-toggle textarea {
    border-radius: 0 !important;
    margin: 10px 0;
}

.btn-black {
    background: #241f21 !important;
    color: #fff !important;
}

.top .top-img {
    padding: 14px 9px 0 3px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000000;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -30px;
    left: -25px;
    animation: shake infinite 1.5s;
    border: 0.3px solid #f3f3f3;
}

.top i {
    margin-right: 10px;
    position: relative;
}

.form-toggle {
    margin-top: 30px;
    display: none;
}

.social-links a:hover {
    background-color: #694998;
}

.social-links-2 a:hover {
    background-color: #694998;
}

.social-links-2 i {
    line-height: 50px;
    color: #694998;
    font-size: 20px;
}

.contact-location i {
    display: block;
    color: #b34e98 !important;
    width: 50px;
    box-shadow: 0px 0px 20px #0000005c;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px;
}

.contact-location a {
    color: #000;
}

.social-links {
    margin-top: 30px;
    display: block;
}

.social-links a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #fff;
    margin: 0px 10px 0px 0px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #0000005c;
}

.social-links i {
    line-height: 50px;
    font-size: 20px;
    color: #b34e98;
}

.location-page p {
    font-weight: 400;
}

.location-page p a {
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.location-margin {
    margin-bottom: 60px;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

.nav-item .nav-link:hover {
    color: #694998 !important;
}

.carousel-caption h5 {
    font-size: 40px;
}

.call-header i {
    width: 40px;
    height: 40px;
    background-color: #b34e98;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
}

.call-header i:hover {
    color: #fff !important;
}

.call-header a {
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.card-title {
    text-align: center;
    margin: 12px 0;
}

.card {
    border: none !important;
    background: #f8f9fa;
}

.price li {
    overflow: visible !important;
    display: list-item;
    list-style: inherit;
}

.nav-fixed {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #f3f3f3;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 32% !important;
    left: 15%;
    color: #fff;
    text-align: center;
}

.carousel-caption h3 {
    font-size: 90px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.carousel-caption h4 {
    font-size: 65px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.carousel-caption .slider-number {
    display: inline-block;
    background-color: #b34e98;
    padding: 10px 60px;
    border-radius: 50px;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-caption .slider-number p {
    font-size: 25px;
}

.carousel-caption .slider-number a {
    color: #fff !important;
    display: inline-block;
    margin: 7px 0;
    font-size: 20px;
}

.white-line {
    height: 1px;
    background-color: #fff;
    border-color: #fff;
}

.white-line-2 {
    height: 1px;
    width: 70px;
    background-color: #fff;
    border-color: #fff;
}

.copyright {
    background-color: #000;
    padding: 15px;
}

.copyright a {
    color: #fff !important;
}

.copyright a:hover {
    color: #b34e98 !important;
}

.copyright h3 {
    margin: 0;
    font-size: 18px;
    color: #f3f3f3;
}

section {
    padding: 80px 0;
    background-color: #f8f9fa !important;
}

.o-h {
    background: #000;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.section-heading {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.section-heading::after {
    content: "";
    position: absolute;
    width: 100px;
    padding: 2px;
    background-color: #000;
    bottom: -10px;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
}

.gallery a {
    position: relative !important;
    width: 100%;
    height: 100%;
    display: block;
}

.justify-content-space-between {
    justify-content: space-between;
}

.gallery .h-gallery {
    height: 636px;
}

.btn-contact {
    padding: 5px 13px;
    background: #b34e98;
    color: #fff;
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 18px;
}

.btn-contact:hover {
    background-color: #694998;
}

.modal-header {
    position: absolute;
    margin: 0 !important;
    padding: 10px !important;
    right: -4px;
    top: -4px;
    border: none !important;
    background-color: #ee1212;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9999999;
}

.modal-header .btn-close {
    padding: 0 !important;
    margin: 0 !important;
}

footer {
    background-color: #000;
    padding: 50px 0;
}

footer p {
    color: #fff;
    margin: 15px 0 !important;
}

footer h2 {
    font-size: 22px;
    position: relative;
    color: #fff;
    margin-bottom: 35px;
}

footer h2::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}

footer .icon {
    margin: 25px 0;
}

footer .icon a {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 18px;
}

footer .icon a:hover {
    color: #ee1212;
}

footer li {
    list-style: none;
    display: block;
    color: #fff;
}

.right {
    float: right;
}

.left {
    float: left;
}

.navbar-toggler-icon {
    color: #fff;
}

.navbar-toggler {
    width: 50px;
    height: 45px;
}

.navbar-toggler i {
    color: #625f5f;
    font-size: 30px;
}

.services li {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
    list-style: none;
    display: inline-block;
    overflow: inherit;
}

.services h2 {
    font-size: 35px;
    margin-bottom: 30px;
}

.services img {
    width: 30px;
    margin-right: 10px;
    display: inline-block;
}

.contact-footer a {
    margin-bottom: 15px;
    display: block;
    color: #fff !important;
    font-size: 18px;
}

.contact-footer a:hover {
    color: #b34e98 !important;
}

.branches h5 {
    font-size: 25px;
}

.branches a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}


/********************************prices****************************************/
.prices table{border-bottom-width:0px;border-bottom:1px solid #b34e98;border-right:1px solid #b34e98;border-left:1px solid #b34e98;vertical-align:middle;height:100%}
.prices table thead th{background-color:#b34e98;color:#fff;text-align:center;border-bottom-width:0px;}
.prices table tbody tr th{border:none;padding:0.4rem 0.5rem;font-weight:400}
.prices table tbody tr td{border:none}
.prices table tbody tr{border-bottom:1px dashed #b34e98}


@media (max-width:1500px) {
    .carousel-caption {
        bottom: 25% !important;
    }
    .carousel-caption h5 {
        font-size: 45px;
    }
    section {
        padding: 60px 0;
    }
}

@media (max-width:1050px) {
    .nav-item .nav-link {
        font-weight: 500;
        font-size: 16px;
        margin: auto 0px;
    }
}

@media (max-width:1000px) {
    .bottom-form {
        width: 270px;
    }
    .border-cus {
        height: auto;
        margin-bottom: 15px !important;
    }
    .m-s {
        margin-left: 2rem;
    }
}

@media (max-width:1200px) {
    .carousel-caption {
        bottom: 10% !important;
    }
    .carousel-caption h5 {
        font-size: 45px;
    }
    .carousel-caption h3 {
        font-size: 70px;
    }
    .carousel-caption h4 {
        font-size: 52px;
    }
    .carousel-caption .slider-number {
        display: inline-block;
        background-color: #b34e98;
        padding: 7px 51px;
        border-radius: 50px;
        margin-top: 10px;
    }
    section {
        padding: 60px 0;
    }
    .social-links a {margin: 0 4px;}
}

@media (max-width:400px) {
    .whatsapp-btn img {
        width: 40px;
    }
}

@media (max-width:925px) {
    .carousel-caption {
        display: none !important;
    }
    .border-cus {
        margin-bottom: 15px !important;
    }
}

@media (max-width:800px) {
    section {
        padding: 40px 0;
    }
    .price-list {
        padding: 0 0 0 0 !important;
    }
    .border-cus {
        margin: 0 0 0 0 !important;
        margin-bottom: 30px !important;
    }
    .m-s {
        margin-left: 0 !important;
    }
}

@media (max-width:500px) {
    .map {
        margin: 15px;
    }
    .location-margin {
        margin-bottom: 40px;
    }
    .pricing-pad {
        padding: 0 5px !important;
    }
    .price-padding {
        padding: 0 20px !important;
    }
}

@media (max-width:450px) {
    .price-list p {
        font-size: 12px;
    }
}

@media (max-width:400px) {
    section {
        padding: 20px 0;
    }
    .price-padding {
        padding: 0 20px !important;
    }
}