@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

/*@import url("https://db.onlinewebfonts.com/c/1140819bff120ecc7a6eaed55f1dd6ed?family=Garet+W05+Bold");  */
@font-face {
    font-family: GaretBook;
    src: url("../fonts/Garet-Book.otf") format("opentype");
}

@font-face {
    font-family: GaretHeavy;
    src: url("../fonts/Garet-Heavy.otf") format("opentype");
}

@font-face {
    font-family: "Garet W05 Bold";
    src: url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.eot");
    src: url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.svg#Garet W05 Bold")format("svg");
}


:root {
    --primary-color: #fcc8d5;
    --primary-color: #b40a00;
    --secondary-color: #b40a00;
    --secondary-light-color: #b40a00;
    --tertiary-color: #0000ad;
    --bg-gradient: linear-gradient(to right, #363a5f 50%, #5c5cff);
    --primaryFont: 'Lato', sans-serif;
    --primaryFont: 'Raleway', sans-serif;
    --garetbook: GaretBook;
    --garetheavy: GaretHeavy;
    --fs-18: 18px;
}

.bg-primary {
    background-color: #fcc8d5 !important;
}

.btn-primary {
    background-color: #fcc8d5;
    border-color: #fcc8d5;
    color: #000000 !important;
}

.btn-tertiary {
    background-color: #fcc8d5;
    border-color: #fcc8d5;
    color: #000000 !important;
}

a {
    color: #ff7094;
    text-decoration: none;
}

.garetbook {
    font-family: var(--GaretBook) !important;
}

.garetheavy {
    font-family: var(--GaretHeavy) !important;
}

.primary-font {
    font-family: var(--primaryFont) !important;
}

.text-primary-color {
    color: var(--primary-color) !important;
}

.text-secondary-color {
    color: var(--secondary-color) !important;
}

.bg-primary-color {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.bg-tertiary-color {
    background-color: var(--tertiary-color) !important;
    color: #fff;
}

.bg-secondary-color {
    background-color: var(--secondary-color) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

.border-secondary {
    border-color: var(--secondary-light-color) !important;
}

.border-tertiary {
    border-color: var(--tertiary-color) !important;
}

.text-tertiary-color {
    color: var(--tertiary-color) !important;
}

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.rounded-9999 {
    border-radius: 9999px !important;
}

.tracking-relaxed {
    letter-spacing: 4px;
}


body {
    font-family: 'Raleway', sans-serif;
    color: #222222;
    font-size: 16px;
}








.body__home .custom-navbar {
    position: absolute;
    width: 100%;
    z-index: 1050;
}

.custom-navbar .nav-item .nav-link {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    font-family: var(--primaryFont);
}

#navbarSupportedContent a span {
    font-family: var(--primaryFont);
    font-weight: bold;
    font-size: 18px;
}



#rendom_ads, #popular_service, #ourpartner {
    padding: 30px 0px;
}


.top_search {
    padding: 160px 0 360px 0;
    overflow: hidden;
}

.search-services-icons-section {
    margin-top: -250px;
}

body .CurrentLocation_new, body .any-other-location {
    /* padding: 13px 3px !important; */
    height: 100%;
}

.location-box {
    display: flex;
    align-items: center;
}

.location-box select:focus {
    box-shadow: none;
}

.location-box select {
    width: 50px !important;
}

.search-button {}


.ourLocationText {}

.location-boxes span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.location-boxes [class*=ocation] {
    font-weight: 600;
}




.enroll-box {
    margin-top: 100px;
    padding: 5px 20px;
}

.enroll-box h3 {
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.enroll-box .img-box img {
    margin: -40px 0;
}




.home-img {
    position: absolute;
    right: 0;
    max-width: 530px;
    top: 30px;
    border-radius: 10px;
    border: 4px solid #ffffff;
}

.catagory_service_item a {
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    text-transform: capitalize;
}

.catagory_service_item h4 {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.catagory_service_item img {
    margin: 6px auto;
    max-width: 30px;
}

.slider_img {
    height: 149px;
    border-radius: 4px;
    overflow: hidden;
}

.slider_img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.popular_service_item a {
    text-decoration: none;
    color: #212121;
}

.popular_service_item a:hover {
    color: #ff7094;
}

.popular_service_item a.cat_item {
    position: absolute;
    right: 0px;
    top: 20px;
    background: #ff7094;
    color: #fff;
    z-index: 10;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 50px 0px 0px 50px;
}

.popular_service_item {
    margin: 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    color: #212121;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.popular_service_item_content {
    position: relative;
    z-index: 1;
    padding: 20px 10px;
}

.popular_service_item_content h3 {
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.popular_service_item_content p {
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.popular_service_item_content p i {
    color: #ff7094;
}

/*how_it_works*/
#how_it_works {
    padding: 40px 0px 40px 0px;
    background: #f9feff;
    margin-top: 40px;
}

.tag-1 {
    background-color: #1f85a02e;
    border-radius: 50px;
    padding: 14px 28px;
    color: #1f85a0;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}

.tag-2 {
    background-color: #58bd8c2e;
    border-radius: 50px;
    padding: 14px 28px;
    color: #58bd8c;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}

.list-steps {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.list-steps .list-steps_item {
    display: inline-block;
    width: 33%;
    padding-right: 110px;
    margin-bottom: 10px;
    vertical-align: top;
    position: relative;
}

.list-steps .list-steps_item .list-steps_content {
    background-color: #fcc8d5;
    padding: 25px 20px 20px;
    border-radius: 8px;
    min-height: 400px;
}

.list-steps .list-steps_item .icon_list {
    height: 80px;
    width: 80px;
    background: #ffffff73;
    border-radius: 50%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

body .fixedbar .catagory_item_top .countcat {
    color: #ef534e !important;
}

.list-steps .list-steps_item .counter {
    height: 20px;
    width: 20px;
    font-weight: bold;
    line-height: 20px;
    background: #ef534e;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;


}

.list-steps .list-steps_item .icon_list img {
    height: 40px;
}

.list-steps .list-steps_item:before {
    content: "";
    height: 30px;
    width: 77px;
    position: absolute;
    top: 110px;
    right: 15px;
    background: url(../imgs/arrow1.svg) no-repeat 100% 0;
}

.list-steps .list-steps_item:last-child:before {
    display: none;
}

.list-steps .list-steps_item h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #101828;
}

.title {
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

#newletter {
    padding-top: 40px;
}

.newletter_form {
    margin: 20px 0px;
}

.newletter_form input[type="email"] {
    color: #666;
    border: 1px solid #ccc;
    border-right: 0;
    padding: 0 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
    height: 48px;
    line-height: 48px;
    width: 100%;
}

.newletter_form #subscribe_btn {
    background-color: #fcc8d5;
    color: #000000;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    height: 48px;
    line-height: 48px;
}

li.mathced {
    background: #ff7094;
    color: #ffffff;
}

.search-services-icons-section .search-services-inner-box {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, .2);
    border-radius: 30px 30px 0 0;
}

footer {
    background: #ff7094;
    padding: 50px 0 36px 0;
}

footer a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

footer .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-block {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
}

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fcc8d5;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 24px;
    color: #000000;
}

.text-primary {
    color: #000000 !important;
}

.border-left-1 {
    position: relative;
}

.border-left-1:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    height: 45px;
    width: 1px;
    background-color: #e4dada;
    margin: auto;
}



.mobile-view .border-left-1 {
    position: relative;
}

.mobile-view .border-left-1:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    height: 34px;
    width: 1px;
    background-color: #e4dada;
    margin: auto;
}

.mobile-view .search-button {
    padding-top: 5px;
    padding-bottom: 6px;
}


.p-6px {
    padding: 3px !important;
}

.fs-18 {
    font-size: var(--fs-18) !important;
}

.fs-4 {
    font-size: 24px !important;
}

section#about_us p, .list-steps_content p {
    text-align: justify;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}

/*inner*/
#map {
    height: 70vh;
    width: 100%;
}

.result_list {
    max-height: 63vh;
    overflow-y: auto;
}

.result_list ul {
    padding-left: 0;
    list-style: none;
}

.result_list li {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.result_list li a {
    color: #fff;
    opacity: .8;
    font-size: 13px;
}

.result_list li h3 {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.result_list li h3 span {
    color: #e6a7b7;
    font-size: small;
    display: none;
}

.result_list li.mathced h3 span {
    display: block;
}

.result_list li.mathced p.last_p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result_list li p {
    margin-bottom: 0;
}

.gallery_main .slick-slide img {
    width: 100%;
}

.thumb_profile {
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.thumb_profile img {
    height: 80px;
}

.dz-clickable {
    height: 200px;
    border: 1px solid #ccc;
}

.alert-danger {
    background: #f1f1f1;
    border: none;
    border-radius: 0;
    border-left: 4px solid #ffc6c6;
    color: #e77f7f;
}

.show_error ul {
    padding-left: 0;
}

.show_error li {
    list-style-type: none;
    background: #f1f1f1;
    border: none;
    border-radius: 0;
    border-left: 4px solid #ffc6c6;
    color: #e77f7f;
    padding: 8px 15px;
}

.slick-next {
    right: 15px;
    z-index: 2;
}

.slick-prev {
    left: 15px;
    z-index: 2;
}

.slick-prev:before, .slick-next:before {
    font-size: 24px;
    color: black;
    background: #fff;
    padding: 7px 10px;
    opacity: 1;
    box-shadow: -2px 1px 8px 0 rgba(0, 0, 0, 0.16);
}

.newLogolistHome {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1000px;
    margin: auto;
}

.newLogolistHome a img {
    width: 100%;
}

.newLogolistHome a {
    width: calc(40.3% - 10px);
    border: 3px solid #ff7094;
    border-radius: 10px;
    overflow: hidden;
}

.contentboxNew {
    position: relative;
}

.top_chat_img {
    max-width: 800px;
    width: 100%;
}

@media(max-width:991px) {

    .newLogolistHome a {
        border: 1px solid #ff7094;
    }

    .search-services-icons-section .search-services-inner-box {
        padding: 30px;
    }

    .search-services-icons-section .container {
        max-width: 100%;
        padding: 0;
    }

    .top_search {
        padding: 0px 0 300px 0;
    }

    .search-services-icons-section {
        margin-top: -290px;
    }

    .mobile-view .enroll-box h3 {
        font-size: 20px;
        padding: 10px;
    }

    .body__home .custom-navbar {
        position: relative;
    }

    .list-steps .list-steps_item {
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
        padding-right: 0;
    }

    .list-steps .list-steps_item:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .doctor_div_child, .resturant_div_child {
        left: -20px !important;
    }

    body .location-boxes .locationWithCity {
        padding: 0 !important;
    }

    .locationWithCity input.form-control {
        padding: 5px 14px !important;
    }

    #map {
        height: 30vh;
        width: 100%;
    }
}

@media (max-width:576px) {
    .newLogolistHome a {
        width: calc(50% - 10px);
    }

    .search-services-inner-box .mb-4 {
        margin-bottom: 12px !important;
    }

    /* body .CurrentLocation_new, body .any-other-location{padding: 6px 3px !important; }  */
    .top_search {
        padding: 0px 0 300px 0;
    }

    .search-services-icons-section {
        margin-top: -290px;
    }

    .search-services-icons-section .search-services-inner-box {
        padding: 20px;
    }

    .mobile-view {}

    .mobile-view .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    header .navbar-brand img {
        width: 120px;
    }


    .item-box img {
        width: 25px;
    }

    .item-box span {
        font-size: 10px;
    }

    .locationWithCity input.form-control {
        font-size: 12px !important;
        font-weight: bold;
    }

    .btn {
        padding: 9px 20px !important;
        font-size: 16px !important;
    }

    .location-box select {
        font-size: 14px !important;
    }

    footer .logo img {
        max-height: 60px !important;
        margin-bottom: 10px;
    }

    ul.list-block {
        margin: 20px 0;
    }

    .location-boxes [class*=ocation] {
        padding: 2px 10px !important;
        font-size: 10px;
        color: #353535;
    }

    .any-other-location svg {
        width: 14px;
    }

    .bannerContent1 {
        font-size: 16px;
    }

    .bannerContent2 {
        font-size: 12px;
    }

    .btn {
        padding: 4px 0px !important;
        font-size: 12px !important;
    }
    button.btn.bg-secondary-color.search-button.rounded-pill.fs-18.text-white.fw-bold.d-block.px-4.submitbtn,
    button.btn.bg-tertiary-color.search-button.rounded-pill.fs-18.text-white.fw-bold.d-block.px-4.submitbtn {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .p-6px {
        padding: 3px !important;
    }

    .fs-18 {
        --fs-18: 11px !important;
    }

    .location-box {
        font-size: 14px;
    }

    input.newGoInput {
        font-size: 12px !important;
        padding: 0 0 0 20px !important;
        font-weight: bold;
    }

    .newLogolistHome {
        margin-top: 20px !important;
    }

    .top_chat_div {
        margin-bottom: 20px !important;
    }

    .top_chat_img {
        width: 100% !important;
    }
}

#go-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 22px;
    border: none;
    outline: none;
    background-color: #fcc8d5;
    color: #000000;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#go-to-top-btn:hover {
    background-color: #da302b;
}

footer .col-md-12.text-white.text-center.mt-3 {
    margin-top: 50px !important;
}

.footer-bottom__categories {
    position: relative;
}

.footer-bottom__categories:after {
    position: absolute;
    content: '';
    border-right: 1px solid #ffffff;
    right: 0;
    height: 105px;
    top: 7px;
}

@media(min-width:1200px) {
    body .CurrentLocation_new, body .any-other-loaction {
        padding: 8px 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .result_list {
        max-height: initial;
    }
}


.col-12.position-relative.z-3 .rounded-pill,
#top_search .rounded-pill {
    border-radius: 0px !important;
}

#top_search .bg-white.p-4.text-center.rounded-4 .rounded-pill {
    border-radius: 100px !important;
}

button.btn.bg-primary-color.search-button.rounded-pill.h-100.fs-18.text-white.fw-bold.d-block.w-100 {
    padding: 2px;
}

.img-app {
    height: 44px;
    object-fit: contain;
    width: 100%;
}



@media(max-width:576px) {
    h5.mb-0.fw-bold {
        font-size: 16px;
    }

    h5.mb-0.fw-bold br {
        display: none !important;
    }

    .img-app {
        height: 38px;
    }
}










.faq-section {
    padding: 40px 0px 40px 0px;
}

.faq-accordion {}

.faq-accordion .accordion {
    --bs-accordion-btn-icon: url(https://within5.com/fontend/assets/imgs/plus.svg) !important;
}

.accordion-button::after {
    background-image: url(https://within5.com/fontend/assets/imgs/plus.svg) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://within5.com/fontend/assets/imgs/plus.svg) !important;
    transform: rotate(45deg);
}

.faq-accordion .accordion-item {
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
}

.faq-accordion .accordion-item .accordion-header {}

.faq-accordion .accordion-item .accordion-button {
    font-weight: 600;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: unset;
}

.faq-accordion .accordion-item .accordion-body {
    text-align: start;
}

.search-services-icons-section .search-services-inner-box {
    position: relative;
}

.newLogolistHome1 {
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
}

.text-gradient {
    background: linear-gradient(to right, #363a5f 50%, #5c5cff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.top_chat_div1 {}

.catagory_item a {
    height: 100%;
}







.news-qr-box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #2241c3 35%, #01187a);
}



.img-wrapper-1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 70px;
    background: linear-gradient(to right, #97c3df 35%, #dbeaf4);
    border-radius: 0 9999px 9999px 0;
    z-index: 1;
}

.news-qr-box .text-end,
.news-qr-box img {
    position: relative;
    z-index: 1;
}

.price-wrapper {
    position: relative;
    margin-top: -15px;
    margin-bottom: -15px;
}

.price-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.price-wrapper img~* {
    position: relative;
    z-index: 1;
}


.maw-custom {
    max-width: 680px;
}
.maw-custom-search {
    max-width: 656px;
}


@media(max-width:1400px) {
    .newLogolistHome1 {
        top: 280px;
    }

    /* #search_page .newLogolistHome1 {
        top: 280px;
    } */
}

@media(max-width:1200px) {
    .newLogolistHome1 {
        top: 290px;
    }

    .newLogolistHome1 {
        top: 270px;
    }

    .any-other-loaction {
        padding: 6px 3px !important;
    }
}

@media(max-width:992px) {
    .newLogolistHome1 {
        top: 430px;
    }

    /* #search_page .newLogolistHome1 {
        top: 430px;
    } */

    .newColom {
        flex: 0 0 100%;
        margin-top: 210px;
    }
}

@media(max-width:768px) {
    #search_page >.container{
        max-width: 100%;
        padding: 0;
    }
}
@media(min-width:576.1px) {
    /* .search-services-inner-box img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    } */
}
@media(max-width:576px) {
    .newLogolistHome1 {
        top: 214px;
    }

    .newColom {
        margin-top: 127px;
    }

    /* #search_page .newLogolistHome1 {
        top: 250px;
    } */

    h4.m-0.fw-bold.text-uppercase {
        font-size: 12px;
    }

    h2.text-center.text-tertiary-color.fw-900.mb-3.tracking-relaxed {
        font-size: 18px;
        line-height: 1;
        letter-spacing: 1px;
    }

    h5.text-center.text-tertiary-color.fw-900.mt-2.mb-2 {
        font-size: 10px;
        font-weight: 800 !important;
    }
    h6.m-0.fw-bold.text-uppercase {
        font-size: 14px;
    }
}

@media(max-width:390px) {
    /* .newLogolistHome1 {
        top: 240px;
    }

    #search_page .newLogolistHome1 {
        top: 240px;
    } */
    .newColom {
        margin-top: 115px;
    }
}

.coin {
    perspective: 1000px;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: -33px auto;
}

.coin-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: flip 2s infinite linear;
}

.coin-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.coin-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coin-back {
    transform: rotateY(180deg);
}

.overlay-text {
    position: absolute;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes flip {
    0% { transform: rotateY(0); }
    50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); }
}
a.navbar-brand.logo img {
    max-width: 226px;
  }
  
  
  p.mb-2.d-flex.justify-content-end {
    right: 120px !important;
}