@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

body {
    overflow-x: hidden;
    font-family: "Nunito", serif;
    scroll-behavior: smooth;
}

.container {
    max-width: 1260px;
}
html {
    overflow-x: hidden !important;
}

/*GLOBAL CSS START*/
:root {
    --55-roman: font-family: "Neue Haas Grotesk Text Pro 55 Roman";
    --65-medium: font-family: "Neue Haas Grotesk Display Pro 65 Medium";
    --75-bold: font-family: 'Neue Haas Grotesk Display Pro 75 Bold';
    --blackclr: #2B3252;
    --redclr: #EA2121;
    --greyclr: #7C878E;
    --skyclr: #F5F8FE;
}

.section_header span {
    position: relative;
    font-size: 24px;
    font-family: var(--65-medium);
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
    z-index: 1;
    display: inline-block;
    padding-right: 90px;
}

.section_header span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 55px;
    height: 2px;
    background: var(--redclr);
    z-index: -1;
}

.section_header h2 {
    font-size: 64px;
    font-family: var(--75-bold);
    font-weight: 700;
    color: var(--blackclr);
    text-transform: capitalize;
    position: relative;
    display: block;
    margin-bottom: 30px;
    line-height: 1.0;
}

.paragraph {
    font-weight: 300;
    color: #000;
    line-height: 1.3;
}

.cta_btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: none;
    background: var(--redclr);
    outline: none;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
}

.cta_btn:hover {
    background: var(--blackclr);
    color: #fff;
}

.cta_btn_black {
    font-size: 18px;
    font-family: var(--75-bold);
    font-weight: 700;
    color: #fff;
    border: none;
    background: #000;
    outline: none;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    padding: 18px 45px;
    display: inline-block;
}

.cta_btn_black:hover {
    color: #fff;
    background: var(--redclr);
}

/*GLOBAL CSS END*/

/*HEADER CSS START*/
header {
    padding: 15px 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

header .container {
    max-width: 1240px !important;
}

.logo img {
    max-width: 225px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.stellarnav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 55px;
}

.stellarnav ul>li>a {
    padding: 0;
    font-size: 20px;
    font-family: var(--75-bold);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.stellarnav ul>li>a:hover {
    color: var(--redclr);
}

.header_number {
    display: flex;
    align-items: center;
}

.header_number img {
    max-width: 64px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.header_number a {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.header_number a:hover {
    color: var(--redclr) !important;
}

/*HEADER CSS END*/

/*BANNER CSS START*/
.banner_section {
    position: relative;
    z-index: 1;
    background: #000;
}

.banner_slider .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    min-height: 1060px;
}

.banner_content {
    max-width: 720px;
}

.banner_content h1 {
    font-size: 100px;
    font-weight: 700;
    font-family: var(--75-bold);
    color: #fff;
    line-height: 1.0;
    margin-bottom: 30px;
}

.banner_content p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.banner_btn {
    margin: 40px 0 0;
}

.banner_slider .owl-nav {
    position: absolute;
    bottom: 10%;
    right: 8%;
}

.banner_slider .owl-nav button {
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    border: 1px solid #fff !important;
    outline: none !important;
    background: #fff !important;
}

.banner_slider .owl-nav button i {
    color: #000 !important;
    font-size: 20px !important;
}

.banner_slider .owl-nav button.owl-prev {
    background: transparent !important;
}

.banner_slider .owl-nav button.owl-prev i {
    color: #fff !important;
}

/*BANNER CSS END*/


/*INDEX SECTION2 CSS START*/
.index_section2 {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}

.index_section2 ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.index_section2 ul li {
    font-size: 96px;
    font-weight: 700;
    color: #000;
    list-style-type: none;
    position: relative;
    padding-left: 50px;
}

.index_section2 ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--redclr);
}

.vector1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: contain;
    object-position: center;
}

/*INDEX SECTION 3 CSS START*/
.index_section3 {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}

/*INDEX SECTION 4 CSS START*/
.index_section4 {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}

.servicesTabs_wrap button {
    background: #E7E7E7 !important;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px !important;
    padding: 15px 30px;
    width: 100%;
    outline: none;
    border: none;
    margin-bottom: 15px;
}

.servicesTabs_wrap button.active {
    background: var(--redclr) !important;
}

#v-pills-tab button:hover {
    color: var(--blackclr);
}

.service_tabBtn button img {
    max-width: 40px;
    width: 100%;
}

.serviceTab_inner ul li {
    font-size: 15px;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #000;
}

.serviceTab_inner ul li:last-child {
    margin: 0;
    padding: 0;
}

s .servicesTabs_wrap button.active img {
    filter: invert(1);
}

.serviceTab_inner h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

/*PORTFOLIO SECTION CSS START*/
.portfolio_section {
    position: relative;
    padding: 70px 0;
}

.portflio_wrap {
    background: var(--skyclr);
    padding: 20px;
}

.portfolio_tabLinks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.portfolio_tabLinks ul {
    gap: 30px;
}

.portfolio_tabLinks .nav-link {
    /* background: transparent !important; */
    font-size: 18px;
    /* font-family: var(--55-roman); */
    font-weight: 500;
    color: var(--blackclr);
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
}

.portfolio_tabLinks .nav-link:before {
    content: '';
    position: absolute;
    top: 48%;
    left: 0;
    width: 0.7rem;
    height: 3px;
    /* border-radius: 50%; */
    background: var(--blackclr);
    opacity: 1;
}

.portfolio_tabLinks .nav-link.active:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 26px;
    height: 117px;
    background: var(--skyclr);
}

.portfolio_tabLinks .nav-link.active {
    color: var(--redclr);
    /* font-family: var(--65-medium); */
    font-weight: 600;
    background: #f5f8fe;
}

.portfolio_tabLinks .nav-link.active:before {
    opacity: 0;
}

.portfolio_item {
    display: block;
    padding: 0 15px;
}

.portfolio_item .image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}

.portfolio_detail span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
}

.portfolio_detail p {
    font-size: 36px;
    font-family: var(--65-medium);
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.portfolio_item:hover img {
    filter: brightness(0.8);
}


/*CONTACT SECTION CSS START*/
.contact_section {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}

.contact_leftCol {
    padding-right: 100px;
}

.social_iconsWrap {
    margin-bottom: 50px;
}

.social_icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social_icon a {
    font-size: 22px;
    color: #fff;
    background: var(--redclr);
    padding: 5px 14px;
    border-radius: 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.social_icon a:hover {
    background: var(--blackclr);
}

.contact_detail_item {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
}

.contact_detail_item .contact_det {
    width: 300px;
}

.contact_detail_item .contact_det span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #5c5c5c;
    margin-bottom: 5px;
}

.contact_detail_item .contact_det a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.contact_detail_item i {
    font-size: 22px;
    color: #333;
}

.contact_detail_item .contact_det a:hover {
    color: var(--redclr);
}

.contact_form {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 50px 50px;
}

.field_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.field_row .field_item {
    width: 48%;
}

.field_item label {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

.field_item input,
.field_item textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #b0b0b0;
    padding: 10px;
    outline: none;
    border: none;
    resize: none;
    border-radius: 8px;
}

/*TESTIMONIALS SECTION CSS START*/
.testimonials_section {
    position: relative;
    background: #f5f5f5 url(../user_images/vector1.png) no-repeat;
    /* background-size: cover; */
    min-height: 900px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.testimonials_section .section_header>h2 {
    color: var(--blackclr);
}

.testimonials_section .section_header>span {
    color: #000;
}

.testimonials_slider {
    margin: 50px 0 20px;
}

.testimonial_slide .top {
    border-radius: 20px;
    background: #ffffff;
    background-size: contain;
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 20px 50px 0;
    margin-bottom: 50px;
    box-shadow: 0 0 2px 0px #fcfcfc;
    z-index: 1;
}

.client_review p {
    color: #fff;
}

.testimonial_slide .top:before {
    content: '';
    position: absolute;
    bottom: -7%;
    left: 3%;
    background: url(../user_images/Tip.png) no-repeat;
    background-size: contain;
    width: 39px;
    height: 21px;
    z-index: -1;
}

.client_review {
    font-size: 14px;
    font-weight: 500;
    color: var(--blackclr);
    padding-bottom: 40px;
}

.client_info {
    width: calc(100% - 100px);
}

.rating span {
    font-size: 20px;
    color: #FFA800;
    margin: -1px;
}

.testimonial_slide .bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.client_image img {
    max-width: 70px;
    width: 100%;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.client_info p {
    font-size: 20px;
    font-weight: 600;
    color: #2b3252;
}

.client_info span {
    font-size: 17px;
    font-weight: 500;
    color: var(--greyclr);
}

.testimonials_slider .owl-nav {
    position: absolute;
    top: -35%;
    right: 10%;
}

.testimonials_slider .owl-nav button {
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    border: 1px solid #fff !important;
    outline: none !important;
    background: #fff !important;
}

.testimonials_slider .owl-nav button i {
    color: #000 !important;
    font-size: 20px !important;
}

.testimonials_slider .owl-nav button.owl-prev {
    background: transparent !important;
    border: 1px solid #53586f !important;
}

.testimonials_slider .owl-nav button.owl-prev i {
    color: #50556e !important;
}




/*FOOTER CSS START*/
footer {
    position: relative;
    padding: 70px 0 0;
    overflow: hidden;
    font-family: "Nunito", serif;
}

footer .container {
    max-width: 1260px;
}

.footer_top {
    position: relative;
    padding-bottom: 40px;
    z-index: 1;
}

.contact_info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact_info span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--blackclr);
    color: #fff;
    font-size: 18px;
}

.contact_item label {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: var(--greyclr);
}

.contact_info a {
    font-size: 19px;
    font-weight: 600;
    color: var(--blackclr);
    transition: all 0.3s ease-in-out;
}

.f_middle {
    text-align: center;
}

.footer_logo {
    margin-bottom: 5px;
}

.f_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.f_col1 {
    display: flex;
    justify-content: flex-start;
}

.social_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.f_col3 {
    display: flex;
    justify-content: flex-end;
}

.footer_bottom {
    position: relative;
    background: #000;
    padding: 15px 0;
}

.footer_bottom p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.fbottom_p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fbottom_p a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

footer#footer-main {
    background: #1a335a;
    padding-top: 60px;
}

.links-items a {
    display: block;
    width: fit-content;
    transition: 0.5s;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Nunito';
}

.links-items {
    padding-top: 20px;
}

.links-items a:hover {
    color: #6165f9;
}

.social-links-media ul {
    list-style: none;
    display: inline-flex;
}

.social-links-media ul li {
    margin: 10px 15px 0 0;
}

.quick-links h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans';
    margin: 0;
    line-height: 30px;
    margin-bottom: 20px;
}

.quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links ul li a {
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    transition: 0.5s;
    text-decoration: none;
}

.quick-links ul li a:hover {
    color: #6165f9;
}

.new-latter-top h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans';
    margin: 0;
    line-height: 30px;
    margin-bottom: 20px;
}

.new-latter-top p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.news-latter-form {
    position: relative;
    padding-top: 20px;
}

.news-latter-form input.form-control {
    padding: 12px 20px;
    border-radius: 50px;
    position: relative;
    width: 100%;
    border: 1px solid #6165f9;
}

.news-latter-form input.form-control::placeholder {
    color: #000;
    font-family: 'Nunito';
    font-size: 14px;
}

.news-latter-form button.btn.btn-theme {
    background: #5271FF;
    padding: 13px 30px;
    border-radius: 50px;
    border: unset;
    position: absolute;
    right: 0;
    box-shadow: unset;
    color: #fff;
    font-family: 'Nunito';
    z-index: 99;
    width: fit-content;
}

.news-latter-form input.form-control {
    border-radius: 50px !important;
}

.news-latter-form .input-group {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

div#copy-right {
    padding-top: 15px;
    padding-bottom: 15px;
    align-content: center;
    border-top: 1px solid #ffffff5e;
}

.copyright-text p {
    color: #fff;
    font-size: 14px;
    font-family: 'Nunito';
    line-height: 25px;
}

.design-by-colum {
    text-align: right;
}

.design-by-colum p {
    color: #fff;
    font-size: 14px;
    font-family: 'Nunito';
    line-height: 25px;
}

.design-by-colum p a {
    transition: 0.5s;
    position: relative;
    color: #fff;
}

.design-by-colum p a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #6165f9;
    transition: 0.5s;
    opacity: 0;
}

.design-by-colum p a:hover::before {
    width: 100%;
    color: #fff;
    opacity: 1;
}

.design-by-colum p a:hover {
    color: #fff;
}

div#inner-ftr {
    padding: 0px 0 60px 0;
}

/*FOOTER CSS END*/

/*GET IN TOUCH POPUP CSS START*/
.modal-dialog {
    max-width: 750px;
}

.modal-content {
    border-radius: 20px;
    border: none !important;
    box-shadow: 0 0 10px 0 #ccc;
    background: #f5f5f5;
    padding: 20px 20px;
}

.modal-header {
    border: none !important;
}

.modal-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.btn-close {
    opacity: 1;
    color: var(--blackclr);
}

/*GET IN TOUCH POPUP CSS END*/

/* body scroll css */
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 12px;
    background-image: linear-gradient(to right top, #1A335A, #6165f9, #1A335A, #6165f9, #6165f9);
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-image: linear-gradient(to right top, #6165f9, #6165f9, #6165f9, #6165f9, #6165f9);
}

/* End Body scroll css */


/* Font Family CSS */



/* Font Family Css End */


/* Header Css */

section.header-top ul {
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
}
section.header-top ul.mainunorderlist .dropdown-menu li a {
    margin: auto;
}
section.header-top ul.mainunorderlist .dropdown-menu li a:hover {
    width: auto;
    color: white !important;
    margin: auto;
}
section.header-top ul.mainunorderlist .dropdown-menu {
    list-style: none;
    display: none;
    justify-content: space-between;
}

section.header-top ul li a {
    text-align: left;
    margin: 0 5px;
    font-size: 14px;
}

section.header-top nav.site-nav {
    text-align: right;
}

section.header-top .container .row.justify-content-center {
    align-items: center;
}

.button-sign-log {
    text-align: right;
}

.button-sign-log button {
    background: #1A335A;
    color: #fff;
    font-family: nunito;
    padding: 10px 40px;
    border: 1px solid #1A335A;
    font-weight: 400;
    border-radius: 50px;
    transition: 0.5s;
    position: relative;
}

.button-sign-log button:hover {
    background: #fff;
    color: #1A335A;
}

section.header-top ul li a {
    color: #2E2C2C !important;
    transition: 0.5s !important;
    text-decoration: none !important;
}

section.header-top ul li a:hover {
    color: #5271FF;
}

section.header-top ul li a:hover {
    color: #5271FF !important;
}

section.header-top .container {
    padding: 30px 30px;
    background: #fff;
    border-radius: 100px;
    box-shadow: -2px 2px 8px 5px #00000038;
    align-content: center;
}

/* Header Css End */

/* Banner Css */
button.btn.btn-success a {
    color: #fff;
    text-decoration: none;
}

section#first-banner {
    background-image: url(../user_images/outflags.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: top;
    background-position-x: right;
    height: 700px;
    align-content: center;
    margin: 0 auto;
    padding: 0px !important;
    position: relative;
    transition: 0.5s;
}

section#first-banner .container {
    padding: 0;
}

div#heading-colum-set h4 {
    font-size: 35px;
    font-weight: 600;
    color: #2E2C2C;
    line-height: 45px;
}

div#heading-colum-set h2 {
    font-size: 60px;
    line-height: 65px;
    color: #5271FF;
    font-weight: 600;
}

div#heading-colum-set p {
    color: #727272;
    line-height: 30px;
    font-size: 18px;
    font-family: "Roboto Condensed", serif;

}

/* Banner Form Css */


/* Parent container inline flex */
.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #727272;
    border-radius: 50px;
    position: relative;
    padding: 0 0px 0px 20px;
}

div#category-feild img {
    padding: 0 0px 0 10px;
}

/* Styling input and select */
.search-form .form-control {
    flex: 1;
    min-width: 120px;
    padding: 8px;
    border: unset;
    border-radius: 0;
    outline: none;
}

/* Custom dropdown wrapper */
.custom-select {
    position: relative;
    flex: 1;
}

/* Styling the dropdown select */
.custom-select select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    appearance: none;
    /* Remove default arrow */
}

/* Dropdown icon */
.custom-select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}

/* Button styling */
.find-now-btn {
    color: white;
    border: 1px solid #007bff;
    padding: 8px 15px;
    cursor: pointer;
    background: #1A335A;
    border: unset;
    font-family: 'Nunito';
    padding: 15px 30px;
    border-radius: 50px;
}

.find-now-btn:hover {
    background-color: #000000;
}

div#form-flex-cls {
    padding-top: 26px;
}

.search-form input::placeholder {
    color: #727272;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 400;
}

.form-control:focus {
    color: #6165f9;
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.input-container {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.input-container i {
    color: #6165f9;
    font-size: 18px;
}

div#looking-feild {
    width: 20%;
    border-right: 1px solid #0000007a;
}

div#state-feild {
    width: 15%;
    border-right: 1px solid #0000007a;
    padding: 0 10px;
}

div#city-feild {
    width: 15%;
    border-right: 1px solid #0000007a;
    padding: 0 10px;
}

div#zip-feild {
    width: 20%;
    padding: 0 10px;
    border-right: 1px solid #0000007a;
}

div#form-flex-cls .form-control:focus {
    box-shadow: unset !important;
    border: none !important;
}
div#busines-card-conte .businesses-card {
    margin-top: 20px;
}
section#first-banner .container {
    padding-top: 150px;
}

/* Banner Form End */


/* Banner CSS END */


/* Populor category css */

.client_review h4 {
    font-size: 20px;
    color: #2e2c2c;
    font-family: 'Nunito';
    text-align: center;
}

.testimonial_slide img {
    width: 10% !important;
    margin: 0 auto;
}

/* Slider container */
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 16.66%;
    /* Each slide takes 1/6th of the container width (100% / 6 columns) */
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    margin: 0 10px;
    padding: 50px 20px;
    border-radius: 20px;
}

.slide img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.slide h4 {
    font-size: 18px;
    color: #333;
    margin-top: 0;
}

.search-form a {
    color: #fff;
}

/* Navigation buttons */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #5271FF;
    color: white;
    border: none;
    padding: 8px;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.prev {
    left: 0px;
    top: 60%;
}

.next {
    right: 0px;
    top: 60%;
}

/* Responsive Design for smaller screens */
@media (max-width: 768px) {
    .slide {
        flex: 0 0 50%;
        /* 2 columns on mobile */
    }
}

@media (max-width: 480px) {
    .slide {
        flex: 0 0 100%;
        /* 1 column on smaller screens */
    }
}

section#popular-categories-setcn {
    background: #293c7a;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-colm h4 {
    color: #5271FF;
    font-weight: 600;
    font-family: "Open Sans", serif;
    font-size: 25px;
    line-height: 35px;
}

.content-colm h2 {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
}

.slide h4 {
    color: #2E2C2C;
    font-family: 'Nunito';
    font-weight: 500;
}

section#popular-categories-setcn .slider-container {
    padding-top: 50px;
}

/* Popular Css End  */


/* Businesses Css */

section#businesses-sect-03 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-heand h4 {
    color: #5271FF;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.content-heand h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Nunito';
    line-height: 40px;
}

.view-businessees {
    text-align: right;
    align-items: center;
    align-content: space-between;
    justify-content: center;
}

section#businesses-sect-03 .col-12.col-md-6.col-lg-6 {
    align-content: center;
}

div#busines-card-conte {
    padding-top: 0px;
}

section.header-top ul.mainunorderlist .dropdown-menu.show {
    display: block;
}

.top-banner {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.top-banner h4 {
    font-family: 'Nunito';
    font-size: 18px;
    line-height: 25px;
    color: #2E2C2C;
    margin: 0px;
}

.top-banner a {
    text-decoration: none;
}

.bussiness-brand img {
    width: 70px;
    height: auto;
}

.inner-colm-top {
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.bussiness-brand {
    margin: 0 5px 0 0;
}

.business-prof img {
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    width: 100%;
}
.restaurant-info ul li:nth-child(1) {
    width: 50%;
}
.restaurant-info ul li:nth-child(2) {
    width: 50%;
}
.business-prof {
    padding-top: 30px;
    height: 200px;
    width: 200px;
    margin: auto;
}
div#busines-card-conte a {
    text-decoration: none;
}

.restaurant-info ul {
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
}

.restaurant-info ul li span {
    margin: 0px 10px;
}

.content-pera p {
    font-size: 16px;
    color: #727272;
    font-family: 'Roboto Condensed';
    line-height: 30px;
}

.content-pera {
    padding-top: 20px;
}

.bottom-foter {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 20px;
}

.bottom-foter ul {
    list-style: none;
    display: inline-flex;
    margin: 0px;
}

.bottom-foter ul li {
    margin: 0 5px;
}

.email-ftr a {
    color: #1677F1;
    text-decoration: underline;
}


.businesses-card {
    padding: 20px 20px;
    border: 1px solid #27272754;
    border-radius: 20px;
    transition: 0.5s;
    background: #fff;
    bottom: 0;
    /* height: 500px; */
}

.businesses-card:hover {
    bottom: 20px;
    box-shadow: 0px 5px 10px 3px #ccc;
}

div#busines-card-row2 {
    padding-top: 40px;
}

section#showcase-04 {
    padding-top: 100px;
    padding-bottom: 100px;
    transition: 0.5s;
    background-image: url(../user_images/background-last.svg);
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    align-content: center;
}

.fav-list-business {
    position: relative;
    transition: 0.5s;
}

.fav-list-business::before {
    content: url(user_images/red.svg);
    position: absolute;
    transition: 0.5s;
    opacity: 0;
    top: 0;
    right: 0;
    pointer-events: auto;
}

.fav-list-business:hover::before {
    opacity: 1;
    border-radius: 50px;
    pointer-events: auto;
}

.content-itemsz h4 {
    color: #5271FF;
    font-weight: bold;
    font-family: "Open Sans", serif;
    font-size: 20px;
    line-height: 35px;
}

.content-itemsz h2 {
    font-size: 35px;
    font-weight: 600;
    color: #2E2C2C;
    line-height: 45px;
}

.content-itemsz p {
    font-size: 16px;
    color: #727272;
    font-family: 'Roboto Condensed';
    line-height: 30px;
    padding-top: 20px;
}

.content-itemsz p strong {
    font-family: 'Nunito';
    font-weight: 600;
    color: #000;
    line-height: 30px;
    font-size: 18px;
}

.content-itemsz a {
    background: #1A335A;
    color: #fff;
    font-family: nunito;
    padding: 10px 40px;
    border: 1px solid #1A335A;
    font-weight: 400;
    border-radius: 50px;
    transition: 0.5s;
    position: relative;
    display: block;
    width: fit-content;
    margin: 20px 0 0 0;
}

.content-itemsz a:hover {
    color: #1A335A;
    background: transparent;
}

/* Businesses Css ENd */


/* Slider Container */

/* Slider Container */
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Slider Wrapper */
.slider-wrapper {
    width: 90%;
    /* Adjust width as needed */
    overflow: hidden;
}

/* Main Slider */
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* Individual Slide */
.slide {
    flex: 0 0 20%;
    /* 100% / 5 = 20% (for 5 slides per view) */
    text-align: center;
    background: #fff;
    margin: 0 10px;
    padding: 40px 0px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Slide Images */
.slide img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

/* Navigation Arrows */


.prev {
    left: 20px;
}

.next {
    right: 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .slide {
        flex: 0 0 25%;
    }

    /* Show 4 slides on tablets */
}

@media (max-width: 768px) {
    .slide {
        flex: 0 0 33.33%;
    }

    /* Show 3 slides on smaller screens */
}

@media (max-width: 480px) {
    .slide {
        flex: 0 0 50%;
    }

    /* Show 2 slides on mobile */
}


/* Header Login Css */

/* .nav-item.dropdown:hover .dropdown-menu {
    display: block;
} */

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    background: transparent !important;
    padding: 0;
}

div#login-menu ul li a {
    color: #fff;
    font-family: 'Nunito';
    font-size: 16px;
    padding: 10px 20px;
}

section#login-header {
    background: #1A335A;
    padding: 30px 0;
}

section#login-header div#navbarNav {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

ul.dropdown-menu {
    background: #fff;
    border: none;
    padding: 0;
    border-radius: 0;
}

.dropdown-item:hover {
    background: #6165f9 !important;
}

.dropdown-item:focus {
    background: #1e3158 !important;
}

ul.dropdown-menu li a {
    color: #000 !important;
}

ul.dropdown-menu li a:hover {
    color: #fff !important;
}


/* Business Page */

section.filter-top h4 {
    font-size: 22px;
    font-family: 'Nunito';
    color: #2E2C2C;
    font-weight: 600;
    margin: 0;
}

.heading-message {
    text-align: end;
}

section.filter-top {
    padding-top: 80px;
}


/* Sidebar bar checkicon css */

.checkbox.style-c {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.style-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style-c input:checked~.checkbox__checkmark {
    background-color: #6165f9;
}

.checkbox.style-c input:checked~.checkbox__checkmark:after {
    opacity: 1;
}

.checkbox.style-c:hover input~.checkbox__checkmark {
    background-color: #eee;
}

.checkbox.style-c:hover input:checked~.checkbox__checkmark {
    background-color: #6165f9;
}

.checkbox.style-c .checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 4px;
}

.checkbox.style-c .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.checkbox.style-c .checkbox__body {
    color: #727272;
    line-height: 1.4;
    font-size: 16px;
    font-family: 'Roboto Condensed';
}


/* Sidebar bar checkicon css */

.sidebar__inner .checkboxes__item {
    margin-top: 20px;
}


/* Sidebar Css */

section.sidebar-custom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sidebar__inner {
    background: #f5f8fb;
    padding: 40px;
    border-radius: 20px;
}

.sidebar__inner h2 {
    font-size: 18px;
    font-family: 'Nunito';
    font-weight: bold;
    margin-bottom: 20px;
    border: none !important;
    margin-top: 40px;

}

div#slider-range input.form-control-range {
    width: 350px;
}

div.sliderContainer {
    width: auto;
    text-align: center;
}

#slider {
    -webkit-appearance: none;
    appearance: none;
    height: 10px !important;
    width: 100%;
    border-radius: 10em;
    background-color: #5271FF;
    outline: none;
    margin-bottom: 14px;
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 3px solid #f4f4f4;
}


#slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #5271FF;
    cursor: pointer;
    border: 3px solid #5271FF;
}

#output {
    color: #d3d3d3;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    font-size: 20px;
    margin-left: 5px;
}


/* Sidebar Css End */


/* Map Css */


.collapse-content {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

section.sidebar-custom {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

section.sidebar-custom button#toggleBtn {
    top: 10%;
    right: 0;
    transform: rotate(270deg);
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: absolute;
    background-color: #5271FF;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
    border-radius: 10px;
}

/* Main business cards wrapper */
.list-sty-program {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.list-sty-program ul#myTab {
    border: none;
}

.list-sty-program a {
    color: #5271FF;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Nunito';
}

.main-part-bussiness .businesses-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    transition: all 0.5s ease;
}

div#mainContent.col-12.col-lg-12 .businesses-card {
    width: auto;
}
.main-part-bussiness .businesses-card {
    width: calc(50% - 10px);
    /* Default 2 cards per row */
    box-sizing: border-box;
    transition: 0.5s;
}

/* Map section (initially hidden) */
.map-column {
    width: 0;
    overflow: hidden;
    transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

/* When map is expanded, adjust column width */
.map-column.expand {
    width: 800px;
    position: absolute;
    right: 0;
    height: 95vh;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    opacity: 1;
}

/* Collapse content (for smooth opening/closing of map) */
.collapse-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* When map is open, show content with fade-in effect */
.collapse-content.open {
    display: block;
    opacity: 1;
    border-radius: 20px !important;
    /* width: 90%; */
    /* position: absolute; */
    right: 0;
}

/* When map is open, change cards layout to single column */
.main-part-bussiness .businesses-cards-wrapper.single-card {
    flex-direction: column;
    transition: flex-direction 0.5s ease, opacity 0.5s ease;
}


/* Start */


/* business detailed */


/* Profile Details */

.inner-review {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.profile-list {
    margin: 0 20px 0 0;
}

.profile-deatil h2 {
    font-size: 25px;
    margin: 0;
}

.profile-deatil img {
    margin: 10px 0;
}

.profile-deatil h4 {
    margin: 0;
    font-size: 16px;
}

.profile-list img {
    width: 100px;
}

/* End */

/* Full-width container */
.gallery-section {
    width: 100%;
}

.carousel-control-next {
    right: 1%;
}

/* Center arrows on images */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    top: 50% !important;
    transform: translateY(-50%);
}

/* Custom styling for arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #5271FF;
    border-radius: 10% !important;
    padding: 10px !important;
    width: 30% !important;
    height: 20% !important;
}

/* Custom arrow icons with white color */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Adjust row display */
.gallery-section .carousel-inner .row {
    display: flex;
}

.gallery-section .carousel-inner .col-md-3 {
    flex: 1;
    padding: 5px;
}

/* Ensure images are responsive */
.carousel-item img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.gallery-section .row {
    padding: 0;
}

.gallery-section .col-12 {
    padding: 0;
}

.gallery-section .container-fluid {
    padding: 0;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size: 100% 50% !important;
    background-color: #5271FF;
    border-radius: 10% !important;
    width: 15% !important;
    height: 15% !important;
}

.gallery-items .slide {
    box-shadow: unset;
}

/* Review Section css start */

.review-top {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.review-top h2 {
    color: #2E2C2C;
    font-weight: 600;
    font-family: 'Nunito';
}

.review-top h4 {
    color: #5271FF;
    font-weight: 400;
    font-family: 'Nunito';
}

section#client-reviews {
    padding: 100px 0 100px 0;
}

section#form-review .container.mt-5 {
    margin-top: 0 !important;
}

.review-about p {
    font-family: 'Roboto Condensed';
    color: #727272;
}

.heading-reviews {
    padding-top: 20px;
}

.last-review-colum {
    padding-top: 0px;
    display: inline-flex;
    width: 60%;
    justify-content: space-between;
}

.review-about {
    padding-top: 20px;
}

.review-about h4 {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 22px;
    color: #000;
}

.heading-reviews h4 {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 22px;
    color: #000;
}

.last-review-colum h5 {
    color: #5271FF;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto Condensed';
    line-height: 30px;
}

.last-review-colum ul {
    padding: 0;
    list-style: none;
}

.last-review-colum ul li {
    font-size: 16px;
    color: #727272;
    line-height: 30px;
    font-family: 'Roboto Condensed';
}

/* Review Section css end */


/* Contact Info */
div#multi-step-form-add input::placeholder {
    color: #00000082 !important;
}

section#client-reviews {
    padding: 20px 0 0px 0;
}

.contact-information {
    padding: 30px;
    border: 1px solid #0000003d;
    border-radius: 10px;
    height: auto;
}

.inner-contact ul li {
    margin-top: 16px;
}

.contact-information h4 {
    font-size: 20px;
    color: #2E2C2C;
    font-weight: 600;
    font-family: 'Nunito';
    line-height: 42px;
}

.contact-information ul {
    list-style: none;
    padding: 0;
    position: relative;
}

.contact-information ul li {
    line-height: 35px;
}

.contact-information ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-family: 'Nunito';
    line-height: 30px;
    transition: 0.5s;
    word-break: break-all;
}

.contact-information ul li a img {
    margin: 0 10px 0 0;
}

.contact-information ul li a:hover {
    width: 100%;
}

.contact-information .social-linksz ul {
    display: inline-flex;
}

.social-linksz {
    padding-top: 50px;
}

.social-linksz h4 {
    line-height: 30px;
}

/* Contact Info ENd */


/* Review Form */


.star-rating {
    direction: rtl;
    font-size: 24px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
    color: gold;
}

.review-box {
    padding: 50px 30px 50px 30px;
    background: #f5f8fb;
    border-radius: 10px;
    margin-top: 50px;
}

.review-box h4 {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 22px;
    color: #000;
}

.flex-item {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.flex-item button.btn.btn-primary {
    background: #1A335A;
    border: 1px solid #1A335A;
    border-radius: 50px;
    padding: 0px 40px;
    width: fit-content;
}

/* Review End */


/* Comments sect */

section#client-review {
    padding-top: 20px;
}

.headn-ing h4 {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 22px;
    color: #000;
}

.comment-main {
    padding-top: 30px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.icon-box-detail {
    display: inline-flex;
}

.icon-box-detail span {
    display: block;
}

.icon-box-detail h4 {
    padding-left: 20px;
    font-family: 'Nunito';
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 34px;
}

.comment-main p {
    color: #6165f9;
    font-family: 'Nunito';
    font-size: 16px;
    margin: 0;
}

.comment-date {
    align-content: end;
}

.read-more {
    cursor: pointer;
    color: #1A335A !important;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Roboto Condensed';
}

.comment-details .container.mt-5 {
    padding: 0;
    margin: 0px !important;
}

.read-and-less {
    padding-top: 20px;
}

.read-and-less p {
    font-family: 'Roboto Condensed';
    color: #727272;
}

.view-businessees a {
    text-decoration: none;
    color: #5271FF;
    font-family: 'Open Sans';
}

/* Comments End */

/* business detailed end */


/* Sign Up page */


.join-discover h3 span {
    color: #5271FF;
}

div#sign-up h3 {
    font-weight: 600;
    color: #000;
    font-size: 32px;
    font-family: 'Nunito';
    line-height: 40px;
}

section#signup-banner {
    height: auto;
    align-items: center;
    background-image: url(../user_images/outflags.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: top;
    background-position-x: right;
    align-content: center;
    margin: 0 auto;
    padding: 0px !important;
    position: relative;
    transition: 0.5s;
    padding-top: 250px !important;
    padding-bottom: 100px !important;
}

div#sign-up .join-discover {
    position: relative;
    transition: 0.5s;
    background-image: url(../user_images/man.png);
    padding: 30px;
    background-size: cover;
    height: 600px;
    border-radius: 20px 0px 0 20px;
}

section#signup-banner .col-12.col-md-6.col-lg-6 {
    padding: 0;
}

div#signup-form {
    padding: 40px 80px;
    text-align: left;
    background: #fff;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 5px -1px 9px 0px #ccc;
    height: 600px;
    align-items: center;
    align-content: center;
}

div#signup-form input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #727272;
    border-radius: 5px;
}

div#signup-form form {
    width: 100%;
}

div#signup-form label {
    font-family: 'Nunito';
    color: #000;
}

label.line-flx {
    display: inline-flex;
}

label.line-flx input {
    width: 6% !important;
}

label.line-flx {
    width: 100%;
}

label.line-flx input[type="checkbox"] {
    margin: 0 10px 0 0;
}

button.submit-btn {
    background: #1A335A;
    color: #fff;
    border: 1px solid;
    padding: 20px 60px;
    margin: 0 10px 0 0;
    width: fit-content;
    display: block;
    border-radius: 50px;
}

.login-buttons-google {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}

div#signup-form p {
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}

div#signup-form p span {
    color: #5271FF;
}

.main-top-hdeng {
    text-align: center;
    padding-bottom: 30px;
}

.main-top-hdeng h4 {
    color: #5271FF;
    font-weight: bold;
    font-family: 'Nunito';
}

.main-top-hdeng h2 {
    font-size: 35px;
    line-height: 45px;
    color: #2E2C2C;
}

/* Sign Up Page ENd */


/* Sign in page */

.forgot-password {
    text-align: right;
}

/* Sign in page End*/


/* favorite Page css start */

.fav-list-business {
    position: relative;
    transition: 0.5s;
    top: 0px;
}

.fav-list-business::after {
    content: url(user_images/red.svg);
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s;
    opacity: 0;
}

.fav-list-business:hover::after {
    opacity: 1;
}

.fav-list-business::after {
    content: url(user_images/red.svg);
    position: absolute;
}

.comments-review {
    padding: 20px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 350px;
    align-content: center;
    width: calc(50% - 10px);
    box-sizing: border-box;
    transition: 0.5s;
}

.comments-review h4 {
    font-family: 'Nunito';
    font-weight: 600;
    margin-bottom: 30px;
}

.comments-review ul {
    display: inline-flex;
    list-style: none;
    width: 100%;
    justify-content: space-between;
    padding: 0;
}

.comments-review ul li {
    font-family: 'Nunito';
    font-weight: 500;
}

.comments-review h5 {
    font-size: 16px;
    font-family: 'Nunito';
    color: #5271FF;
    font-weight: 600;
    margin-top: 20px;
}

.comments-review p {
    font-size: 16px;
    line-height: 30px;
    color: #727272;
    font-family: 'Roboto Condensed';
}

ul.edit-delete-business {
    display: inline-flex;
    justify-content: space-between;
    width: 75%;
}
.edit-delete{
    padding-top: 20px;
}

ul.edit-delete-business li {
    color: #5271FF;
    font-size: 14px;
}

ul.edit-delete-business a {
    text-decoration: none;
    color: #5271FF;
    pointer-events: auto;
}

section.business-reviews-items {
    padding-bottom: 60px;
}
.program-box .main-header-box .box-top h6 a {
    color: #5271FF;
}
/* favorite End */


/* Thank You Page Css */

section.thank-you-page {
    padding-top: 130px;
    padding-bottom: 130px;
}

section.thank-you-page h2 {
    font-family: 'Nunito';
    font-size: 60px;
    line-height: 65px;
    color: #5271FF;
    font-weight: 600;
}

section.thank-you-page p {
    font-size: 16px;
    color: #727272;
    font-family: 'Roboto Condensed';
    line-height: 30px;
    margin-bottom: 30px;
}

section.thank-you-page a {
    background: #1A335A;
    color: #fff;
    font-family: nunito;
    padding: 10px 40px;
    border: 1px solid #1A335A;
    font-weight: 400;
    border-radius: 50px;
    transition: 0.5s;
    position: relative;
    text-decoration: none;
}

section.thank-you-page a:hover {
    background: #fff;
    color: #1A335A;
}

.thank-image {
    text-align: right;
}

/* Thank you end */


/* Homepage Programs */

.program-box {
    padding: 20px 20px;
    width: 100%;
}

.main-header-box {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.pera-graph h6 {
    font-size: 16px;
    font-family: 'Roboto Condensed';
    color: #727272;
}

.pera-graph p {
    font-size: 16px;
    font-family: 'Roboto Condensed';
    color: #727272;
    text-align: left;
}

.bussiness-category-list {
    width: 100%;
    padding-top: 20px;
}

.bussiness-category-list ul {
    list-style: none;
    width: 100%;
    justify-content: flex-start;
    padding-top: 20px;
}

.category-list-01 ul,
.category-list-02 ul {
    display: inline-flex;
    list-style: none;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.category-list-01 {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.category-list-01 ul li,
.category-list-02 ul li {
    padding: 10px 20px 10px 20px;
    margin: 0px 20px 0 0;
    background: #F6F8FC;
    border-radius: 50px;
}

.category-list-02 ul li {
    margin-top: 15px;
}

.list-cate ul {
    list-style: none;
    width: 100%;
    justify-content: flex-start;
    padding-top: 20px;
}

.bussiness-category-list ul {
    list-style: none;
    width: 100%;
    justify-content: flex-start;
    padding-top: 20px;
}

.devider-colm {
    display: inline-flex;
}

.main-menu-devider {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.main-menu-devider h4 {
    padding: 0 0 0 10px;
}

.divider-line-program span.text {
    font-size: 20px;
    font-family: 'Nunito';
    color: #000;
    font-weight: 500;
}

.pera-graph {
    padding: 10px 0 10px 0;
}

.divider-line-program .divider {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 10px 0 10px 0;
}

.divider-line-program {
    text-align: left;
}

.category-list-02 {
    padding-bottom: 20px;
}

.main-header-box h4 {
    font-size: 24px;
    text-align: left;
    line-height: 40px;
    font-weight: 600;
}

.main-header-box h6 {
    color: #5271FF;
    line-height: 30px;
    text-align: left;
}

.program-box {
    border: 1px solid #ccc;
    border-radius: 20px;
}

.program-top-bnr {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.program-top-bnr h4 {
    color: #5271FF;
    font-weight: 700;
    line-height: 40px;
}

.program-top-bnr h2 {
    font-size: 40px;
    font-weight: 600;
}

section.swiper-slider-program {
    padding-bottom: 100px;
}

.box-top span {
    color: #727272;
}


.divider {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.icon {
    color: blue;
    margin-right: 10px;
    font-size: 14px;
}

.text {
    font-weight: bold;
    margin-right: 10px;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: #ddd;
    width: 100vh;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    background: #5271FF;
    padding: 20px 20px;
    border-radius: 5px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 46% !important;
    right: auto;
    top: 95% !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 47% !important;
    left: auto;
    top: 95% !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.swiper-slide.swiper-slide-next {
    height: 620px;
}

/* Programs ENd */


/* Programs Search REsult page css */
.main-header-box a {
    color: #000;
    text-decoration: none;
    font-family: 'Nunito';
}

.view-businessees h4 {
    font-family: 'Nunito';
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
}

.search-program-list {
    padding-bottom: 20px;
}

.heading-filter {
    position: sticky;
    top: 0;
    right: 0;
}

.tabs-start-new .headn-ing {
    padding-top: 30px;
}

/* End */


/* Programs Tabs Css Deatial page */


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #5271FF !important;
    color: #fff !important;
}

.tabs-list-program-page {
    padding-top: 50px;
}

.tabs-list-program-page button {
    font-family: 'Nunito';
    color: #000;
    font-weight: 600;
}

.review-box button.btn.btn-primary {
    color: #fff !important;
}

/* Program tabs */

.programs-tabz-list .program-box {
    padding: 30px 20px;
}

.programs-tabz-list .program-box li {
    padding: 8px 10px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
}

.programs-tabz-list ul {
    padding: 0;
}

.programs-tabz-list h4 {
    font-size: 18px;
}

.programs-tabz-list h6 {
    font-size: 14px;
}

.programs-tabz-list p {
    font-size: 14px;
}

.programs-tabz-list .line {
    width: 65vh;
}

/* Program Tab End */


/* CSS End */


/* Single PRograms page css */


section#single-program {
    padding-top: 80px;
    padding-bottom: 30px;
}

section#single-program h4 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Nunito';
}

section#single-program h6 {
    font-size: 20px;
    font-family: 'Nunito';
}

section#single-program .programs-tabz-list p {
    font-size: 18px;
    font-family: 'Roboto Condensed';
    line-height: 34px;
}

section#single-program .program-box {
    padding: 0;
    border: none;
}

.new-add-cls {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.new-add-cls ul li {
    font-size: 15px;
    font-family: 'Roboto Condensed';
    line-height: 25px;
    color: #727272;
}

li.color-change {
    color: #5271FF !important;
    padding-bottom: 10px;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    font-size: 17px !important;
}

.working-hours-list {
    padding-top: 20px;
}

.working-hours-list h4 {
    font-family: 'Nunito';
    font-size: 25px !important;
}

section#single-program h4 {
    font-family: 'Nunito';
}

.single-programs-inneer h4 {
    font-size: 25px !important;
}

section.map-embed {
    padding-bottom: 80px;
}

/* End */


/* Fav Section tabs */

.program-listing .program-box ul {
    padding: 0;
}

.program-listing .program-box ul li {
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
}

.aling-list ul {
    list-style: none;
    display: inline-flex;
    width: 100%;
    align-content: space-between;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.aling-list ul li {
    padding: 10px 20px 10px 20px;
    margin: 0px 20px 0 0;
    background: #F6F8FC;
    border-radius: 50px;
}

.column-progrm .line {
    width: 40vh;
}

.search-program-list h4 {
    font-family: 'Nunito';
}

.box-top h5 {
    font-size: 15px;
    color: #000;
    font-family: 'Nunito';
}

/* Fav Section */

/* Bussiness program tabs approved reject color css */



span.reject {
    color: #D84042;
}

span.approved {
    color: #1CAF55;
}



/* end */



/* add Programs Page */
div#adjust-mnt {
    padding-bottom: 80px;
}

section.add-program h1 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Nunito';
    line-height: 40px;
    color: #5271FF;
}


/* Program Form Css */

.timing-slots {
    max-width: 100%;
    margin: auto;
}

.day-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.form-check {
    min-width: 120px;
}

.form-check input {
    padding: 0 !important;
}
.time-input {
    max-width: 35%;
    margin-left: 10px;
}

section#program-form-page-id-10 .container.mt-5 {
    margin-top: 0px !important;
}

div#adjust-mnt h4 {
    font-size: 16px;
    font-family: 'Nunito';
    font-weight: 600;
    padding-bottom: 20px;
}

div#adjust-mnt input.form-control {
    border: 1px solid #ccc;
    padding: 15px 10px;
}

div#adjust-mnt label {
    color: #000;
    font-family: 'Nunito';
}

div#adjust-mnt select.form-control {
    border: 1px solid #ccc;
    padding: 15px 10px;
}

div#adjust-mnt select.form-control option {
    font-family: 'Nunito';
}

.btn-submit button.btn.btn-primary:hover {
    background: transparent;
    border: 1px solid #1A335A;
    color: #1A335A;
}

.btn-submit button.btn.btn-primary {
    color: #fff;
    background: #1A335A;
    padding: 10px 40px;
    border-radius: 50px;
    border: 1px solid #1A335A;
    transition: 0.5s;
    font-family: 'Nunito';
    font-weight: 600;
}

div#adjust-mnt select#city {
    padding: 15px 10px;
    border: 1px solid #ccc;
}

/* End */



/* Responsive Start */

.bg-light {
    background: transparent !important;
}
.navbar-light .navbar-toggler {
    color: #6165f9;
    border-color: rgb(97 101 249);
    border-radius: 50px;
    padding: 10px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: transparent !important;
}
section.add-program {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.top-banner-businesses {
    padding-top: 50px;
}
.list-sty-tags ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}
.list-sty-tags ul li {
    background: #F6F8FC;
    padding: 5px 15px;
    border-radius: 50px;
    margin: 5px 0;
    font-family: 'Roboto Condensed';
}
section.swiper-slider-program .swiper-wrapper {
    height: auto !important;
}
section.swiper-slider-program .swiper {
    height: auto !important;
}
section#login-header div#navbarNavDropdown ul li a {
    color: #fff;
    font-family: 'Nunito';
    /* margin: 0 10px; */
    font-size: 16px;
}
span.navbar-toggler-icon {
    filter: invert(1);
}
.mobile-scrn button.open-popup-btn {
    padding: 10px 10px;
    font-size: 14px;
    font-family: 'Nunito';
    background: #6165f9;
}
.mobile-scrn {
    display: none;
}
.popup-content {
    width: auto !important;
}
section.mobile-sect-form {
    display: none;
}
.links-items a {text-decoration: none;}

	.social-links-media ul {
		padding: 0;
	}

    .businesses-card:hover {
    background: #6165f91a;
    /* transform: scale(1); */
}