:root {
    --green-primary: #00ab66ff;
    --green-dark: #1B5E20;
    --green-light: #4CAF50;
    --gray-dark: #333333;
    --gray-medium: #666666;
    --bs-btn-font-family: 'DM Sans';
    --black: #000000;
    --white: #FFFFFF;
    --blue: #1c2359;
    --ligh-grey: #dae2f1ff;
    --headlinefont: 'Inter';
    --color-dark-grey: #0E182C;
    --color-vaoewwxm: #dae2f1ff;
    --animate-duration: 1s;
    --color-lgf1duy4: #0E182C;
    --bs-accordion-color: #FFFFFF;
    --bs-btn-disabled-bg: #00ab66ff;
}

body {
    font-family: 'DM Sans';
    color: var(--gray-dark);
}
img:not([draggable]) {
    max-width: 100%;
    height: auto;
}
/* Header */
.navbar {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 1rem 0;
}

.navbar .dropdown-menu .dropdown-item{
    font-weight: 500;
    font-size: 20px;
}

.navbar .dropdown-menu .dropdown-item:hover{
    color: var(--green-primary);
}

.navbar-brand img {
    height: 70px;
}

.nav-link {
    color: var(--gray-dark) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
}

.nav-link:hover {
    color: var(--green-primary) !important;
}

ul.navbar-nav{
	font-weight: 700;
  	font-size: 20px;
}

.btn-green {
    background-color: var(--green-primary);
    color: white;
    border-width: 1px;
    border-color: var(--white);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-weight: 400;
    transition: all 0.3s;
    font-size: 18px;
    padding: 10px 25px;
}

.btn-green.call_now{
    text-transform: uppercase;
}

.mobile-call-cta{
    display: none;
    flex: 0 0 100%;
    margin-bottom:15px;
    margin-top:5px;
}

.mobile-call-cta .btn-green {min-width: 49%;}

.mobile-call-btn{
    width: 100%;
}

.btn-green:hover {
    background-color: var(--blue);
    color: white;
    border-width: 1px;
    border-color: var(--white);
}

.btn-green-outline {
    background: transparent;
    color: white;
    border: 2px solid var(--green-primary);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-green-outline:hover {
    background-color: rgba(46, 125, 50, 0.2);
    color: white;
}

/* Hero Section */
.hero{
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    color: white;
    padding: 150px 0 100px;
    margin-top: 75px;
    background-color: var(--black);
}

.hero_background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url('../images/hero-bg-home.jpg');
    background-position: 50% !important;
    background-repeat: repeat !important;
    background-size: cover !important;
    opacity: .5;
}

.page-about .hero{
    padding: 150px 0;
}

.page-contact .hero{
    min-height: unset;
}

.page-services .hero{
    min-height: unset;
}

.page-services .hero.subtitle{
    line-height: 1.6em;
}

.page-services .services-section{
    background-color: transparent;
}

.page-services .service_background{
    background: url(https://gooddeedsmoving.com/images/tmpt3bx3y6t.webp);
}

.page-services .section-title{
    color: var(--color-dark-grey);
}

.page-about .hero_background{
.page-about .hero_background{
    background: url(https://gooddeedsmoving.com/images/tmpt3bx3y6t1.webp);
}}

.page-contact .hero_background{
    background: url(https://gooddeedsmoving.com/images/tmp8q2i88xj.webp);}

.page-services .hero_background{
    background: url(https://gooddeedsmoving.com/images/tmpu7bywqxb.webp);}

.page-local-moves .hero_background{
    background: url(https://gooddeedsmoving.com/images/tmpjxmievos.webp);}

.page-long-distance-moves .hero_background{
    background: url(https://gooddeedsmoving.com/images/tmpashlr8lh.webp);}

.page-simple-moving-labor .hero_background{
    background: url(https://gooddeedsmoving.com/images/tmpo_t0uod9.webp);
}


.page-gun-safe-heavy-items-move .hero_background{
    background: url(https://gooddeedsmoving.com/images/tmpnsmt7fda.webp);}
.page-reserve .hero_background{
    background: url(https://gooddeedsmoving.com/images/moving-reservation.jpg);
}


.hero .container-sm{
    z-index: 9;
}

.hero h1 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero .subtitle {
    font-size: 20px;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero .feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.hero .feature-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.hero .feature-list i {
    color: var(--white);
    font-size: 1.25rem;
}

/* Trust Bar */
.trust-bar {
    box-shadow: none;
    padding: 50px 0;
    margin: 0;
    background-color: var(--ligh-grey);
    backdrop-filter: none;
}

section.bg-grey{
    background-color: var(--ligh-grey);
}

section.bg-white{
    background-color: var(--white) !important;
}

.trust-title h2{
    font-size: 40px;
    font-family: var(--headlinefont);
    color: var(--color-dark-grey);
    font-weight: 600;
    text-shadow: none;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    padding: 30px 0px;
    margin: 0 auto 25px;
}

.page-about .trust-title h2{
    margin: 0 auto 0px;
}

.trust-title h4{
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
}

.trust-items{
    /*padding: 20px 0px;*/
}

.trust-items .trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-weight: 600;
    flex-direction: column;
    padding: 25px 5px;
    text-align: center;
}

.trust-bar .trust-items .trust-item span{
    font-size: 18px;
    font-weight: 400;
    text-shadow: none;
    line-height: 1.8em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    color: var(--color-dark-grey);
}

.trust-bar .trust-items.with-title .trust-item span{
    font-size: 16px;
    font-weight: 400;
}

.trust-bar .trust-items .trust-item img{
    height: 90px;
    width: 90px;
}

.trust-bar .trust-items.with-title .trust-item img{
    box-shadow: none;
    width: auto;
    height: 60px;
}

.trust-bar .trust-items.with-title .trust-item h4{
    font-size: 23px;
    font-weight: 400;
    margin-top: .5rem;
}

.trust-items .trust-item i {
    font-size: 1.5rem;
}

/* About Section */
.about-section {
    padding: 60px 0px;
    background-color: transparent;
}

.about-section p{
    font-size: 18px;
    color: var(--color-dark-grey);
    font-weight: 400;
    line-height: 1.8em;
}

.about-section .content-section{
    padding: 30px 0px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gray-dark);
    margin-bottom: 1.5rem;
}

.section-title.white{
    color: var(--white);
}

.section-subtitle {
    color: var(--green-primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.about-image {
    border-radius: 5px;
}

/* Services Section */
.services-section {
    box-shadow: none;
    padding: 60px 0;
    margin: 0;
    background-color: var(--black);
    backdrop-filter: none;
    position: relative;
}

.services-section .section-title{
    padding: 20px 0px;
}

.services-section .action-box{
    margin: 60px auto 0;
    position: relative;
}

.service_background{
    background: url(https://gooddeedsmoving.com/images/tmpu7bywqxb.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    opacity: .5;
    background-position: 50% !important;
    background-repeat: repeat !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.service-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    box-shadow: none;
    padding: 20px 20px 10px;
    background-color: var(--white);
    backdrop-filter: none;
    border-color: var(--white);
    border-width: 2px;
    border-style: solid;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-card img {
    height: 200px;
    object-fit: cover;
}

.service-card .card-body {
    padding: 1.5rem;
}

.service-card .card-title {
    font-weight: 600;
    color: var(--gray-dark);
    margin-bottom: 0.75rem;
    font-size: 23px;
}

.service-card .card-text {
    color: var(--color-dark-grey);
    font-size: 18px;
    text-shadow: none;
    line-height: 1.8em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-weight: 300;
}

/* Why Choose Us */
.why-section, .contact-info, .moving-process, .faq {
    padding: 60px 0 30px;
    background-color: transparent;
}

.moving-process.dark{
    background-color: var(--black);
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 10px;
}

.contact-info h3{
    font-size: 23px;
}

.contact-info .contact-info-item a{
    font-size: 23px;
    text-decoration: none;
    color: var(--color-dark-grey);
}

.page-about .why-section .why-item, .page-services .why-section .why-item, .page-local-moves .why-section .why-item{
    box-shadow: 0 0 3px 2px #707070;
    background-color: var(--white);
    backdrop-filter: none;
    border-width: 2px;
    border-style: solid;
    font-family: var(--headlinefont);
}

.why-section.with-boxes .why-item{
    box-shadow: 0 0 3px 2px #707070;
    background-color: var(--white);
    backdrop-filter: none;
    border-width: 2px;
    border-style: solid;
    font-family: var(--headlinefont);
}

.moving-process .moving-process-item{
    background-color: var(--green-primary);
    backdrop-filter: none;
    border-width: 2px;
    border-style: solid;
    font-family: var(--headlinefont);
    padding: 25px 20px;
    color: var(--white);
}

.moving-process .moving-process-items{
    grid-template-columns: 1fr 1fr;
}

.moving-process .moving-process-item .process-card-title{
    font-size: 26px !important;
    margin-bottom: 10px;
    font-weight: 400;
}

.moving-process .moving-process-item .process-card-subtitle{
    font-size: 20px !important;
    margin-bottom: 10px;
    font-weight: 400;
}

.moving-process .moving-process-item .description{
    line-height: 1.8em;
}

.page-about .why-section .why-item .card-body, .page-services .why-section .why-item .card-body, .page-local-moves .why-section .why-item .card-body{
    font-size: 23px !important;
    font-weight: 500;
    color: var(--color-dark-grey);
}

.why-section.with-boxes .why-item .card-body{
    font-size: 23px !important;
    font-weight: 500;
    color: var(--color-dark-grey);
}

.moving-process .moving-process-item .card-body{
    font-size: 23px !important;
    font-weight: 500;
    color: var(--color-dark-grey);
}

.why-item i {
    color: var(--green-primary);
    font-size: 18px;
    flex-shrink: 0;
}

.why-item h5 {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.why-item p {
    color: var(--gray-medium);
    margin: 0;
    font-size: 18px;
}

/* Service Areas */
.areas-section {
    padding: 60px 0px;
    position: relative;
    background-color: var(--color-vaoewwxm);
}

.areas_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-attachment: fixed !important;
	background-position: 50% !important;
	background-repeat: repeat !important;
	background-size: cover !important;
	-webkit-background-size: cover !important;
    background: url(https://gooddeedsmoving.com/images/tmpyql_8nwb.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    opacity: .5;
}

.area-badge-outer{
	margin: 30px 0px;
}

.area-badge-outer .card{
    background-color: transparent;
    border: 0px;
}

.area-badge {
	background-color: var(--green-primary);
	color: var(--white);
	secondary-color: var(--white);
	padding: 15px 10px;
	border-color: var(--white);
	border-width: 1px;
	border-style: solid;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: none;
	text-shadow: none;
	animation-duration: var(--animate-duration);
  	animation-fill-mode: both;
  	border-radius: 15px;
  	font-size: 20px;
  	width: 100%;
  	display: block;
  	cursor: pointer;
}

.area-badge:hover {
    background-color: var(--blue);
    color: white;
}


/* Team Section */

.team-section, .contact-form, .prefer-section{
    padding: 60px 0px;
    position: relative;
    background-color: var(--color-vaoewwxm);
}

.prefer-section{
    background-color: var(--color-dark-grey);
}

.prefer-section h2{
    font-size: 70px !important;
    font-weight: 400;
    font-family: var(--headlinefont);
    color: var(--white);
}

.team_background, .contact_background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-attachment: fixed !important;
    background-position: 50% !important;
    background-repeat: repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background: url(https://gooddeedsmoving.com/images/tmpyql_8nwb.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    opacity: .5;
}

.team-badge-outer{
    margin: 30px 0px;
}

.team-badge-outer .card{
    background-color: transparent;
    border: 0px;
}

.team-badge {
    background-color: var(--green-primary);
    color: var(--white);
    secondary-color: var(--white);
    padding: 15px 20px;
    border-color: var(--white);
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
    text-shadow: none;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
    border-radius: 15px;
    font-size: 20px;
    width: 100%;
    display: block;
    cursor: pointer;
}

.team-badge:hover {
    background-color: var(--blue);
    color: white;
}

.button-icon-start{
	display: inline-block;
}

.button-icon-start::before{
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: var(--white);
}

/* CTA Section */
.cta-section {
    background-color: transparent;
    padding: 60px 0px;
    color: white;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.btn-white {
    background-color: white;
    color: var(--green-primary);
    border: none;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-white:hover {
    background-color: #f0f0f0;
    color: var(--green-dark);
}

.btn-white-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-white-outline:hover {
    background-color: rgba(255,255,255,0.1);
}

/* Footer */
.footer {
    background-color: transparent;
    color: var(--color-dark-grey);;
    padding: 4rem 0 2rem;
    font-family: var(--headlinefont);
}

.footer img{
	height: 75px;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer a {
    color: var(--color-dark-grey);
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 700;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer .social-icons-container a{
	color: inherit;
	cursor: pointer;
	display: block;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
}

.footer .social-icons-container a img{
	height: 20px;
	width: 20px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin-right: 0.5rem;
    transition: all 0.3s;
}

.social-links a:hover {
    background-color: var(--green-primary);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    text-align: center;
}

.plan-outer{
	margin: 0 auto;
	box-shadow: none;
	padding: 100px 5px;
	background-color: var(--black);
	backdrop-filter: none;
	border-color: transparent;
	border-width: 2px;
	border-style: solid;
	width: 100%;
	position: relative;
	border-radius: 50px;
}

.home-plan-outer p{
	padding: 10px 80px;
  	opacity: 1;
}

.plan-background, .moving-process-background{
	border-radius: 48px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-position: 50% !important;
	background-repeat: repeat !important;
	background-size: cover !important;
    background: url(https://gooddeedsmoving.com/images/tmp5wopikk1.webp);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    opacity: .5;
}

.page-about .plan-background{
    background: url(https://gooddeedsmoving.com/images/tmpj0nvyxsa.webp);}

.page-commercial-moves .plan-background{
    background: url(https://gooddeedsmoving.com/images/tmpsfr_dzlh.webp);}

.page-long-distance-moves .plan-background{
    background: url(https://gooddeedsmoving.com/images/tmp0umk3b0q.webp);}

.page-piano-movers .plan-background{
    background: url(https://gooddeedsmoving.com/images/tmpqv4bm6in.webp);}

.page-simple-moving-labor .plan-background{
    background: url(https://gooddeedsmoving.com/images/tmp4dtdmm_0.webp);}

.page-gun-safe-heavy-items-move .plan-background{
    background: url(https://gooddeedsmoving.com/images/tmp13yktvh2.webp);}

.moving-process-background{
    background: url(https://gooddeedsmoving.com/images/tmpj5ou7yd8.webp);}

.page-piano-movers .moving-process-background{
    background: url(https://gooddeedsmoving.com/images/tmpeg77kcmy.webp);}

.page-simple-moving-labor .moving-process-background{
    background: url(https://gooddeedsmoving.com/images/tmpeg77kcmy.webp);}

.page-gun-safe-heavy-items-move .moving-process-background{
    background: url(https://gooddeedsmoving.com/images/tmpkixrvhci.webp);}



.home-contact-details{
	position: relative;
	box-shadow: none;
	padding: 30px 0;
	margin: 0 auto 0-57px;
	background-color: var(--color-lgf1duy4);
	backdrop-filter: none;
}


.home-contact-details .details-box{
	width: 100%;
}

.home-contact-details .details-box .detail-item{
	padding: 0;
	opacity: 1;
	text-shadow: none;
	line-height: 1.8em;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
	color: var(--white);
}

.home-contact-details .details-box .detail-item a{
	color: var(--white);
	text-decoration: none;
}

.home-contact-details .details-box .detail-item a:hover{
	text-decoration: underline;
}

.home-contact-details .details-box .detail-item p{
	margin-bottom: 0px;
}

.form-cotainer{
    width: 100%;
    max-width: 650px;
}

.form-cotainer .outer-box{
    background-color: #FFFFFFFF;
    color: #undefined;
    border: 1px solid #FFFFFFFF;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-radius: 3px;
    max-width: 650px;
    width: 100%;
    border-color: #FFFFFFFF;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 4px 4px 0px #57647e36;
}

.form-control{
    background-color: #FFFFFFFF !important;
    color: #000000FF !important;
    border: 1px solid #ACACACFF !important;
    border-radius: 5px;
    padding: 12px 15px 12px 15px !important;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    background-clip: inherit !important;
}

.form-control::-webkit-calendar-picker-indicator {
    /* Expand the indicator to cover the entire input area */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* Optional: make it transparent if needed */
    opacity: 0;
    cursor: pointer;
}

.contact-form .terms a{
    color: #000000;
    background-color: #FFFFFF00;
    border: 0px none #FFFFFF;
    border-radius: 0px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 15px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    line-height: 1.5;
}

.map{
    width: 100%;
    height: 450px;
}

.map iframe{
    width: 100%;
    height: 100%;
    border: 0;
}

.faq .accordion-button{
    background-color: var(--green-primary);
    color: var(--white);
    font-weight: 600;
}

/* Responsive */
@media (max-width: 500px) {
    .hero h1{
        font-size: 35px !important;
        font-weight: 700;
        text-align: center;
    }

    .hero .subtitle {
        text-align: center;
        font-size: 18px !important;
        font-weight: 300;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .trust-item {
        margin-bottom: 1rem;
    }

    .home-contact-details{
        margin: 0px;
    }

    .home-contact-details .details-box{
        max-width: 100%;
    }

    .home-contact-details .details-box .detail-item{
        text-align: center;
    }

    .area-badge-outer{
        margin: 10px 0px;
    }

    .hero .action-buttons{
        justify-content: center;
    }

    .hero .action-buttons a{
        width: 100%;
    }

    .home-plan-outer .action-buttons{
        flex-direction: column;
    }

    .plan-outer .action-buttons a{
        width: 100%;
    }

    .moving-process .moving-process-items{
        grid-template-columns: 1fr;
    }

    .moving-process .moving-process-item{
        max-width: 95%;
        margin: auto;
    }

    /* Force the toggler (hamburger menu icon) to be visible */
    .navbar-toggler {
        display: block !important;
    }

    /* Force the menu content to be hidden by default (collapsed state) */
    .navbar-collapse {
        display: none !important;
    }

    /* When the menu is explicitly shown (after the toggler is clicked) */
    .navbar-collapse.show {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .home-contact-details .details-box .detail-item{
        margin-bottom: 20px;
    }

    .navbar .container{
        max-width: unset;
    }

    .navbar{
        padding-bottom: 0px;
    }

    .navbar .call_now{
        display: none !important;
    }

    .navbar .mobile-call-cta{
        display: block;
    }

    .navbar .mobile-call-btn{
        display: block;
        width: calc(100% + 30px);
        border-radius: 0;
        text-transform: uppercase;
        text-align: center;
        padding: 12px 16px;
        font-weight: 700;
        font-size: 16px;
        margin-top: 10px;
        margin-left: -15px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1270px;
    }

    .container-sm{
        width: 1170px;
    }
}

@media screen and (min-width: 481px) and (max-width: 10000px) {
	p:not(.content){
		font-size: 18px !important;
	}

	p.sm{
		font-size: 16px !important;
	}

	p.md{
		font-size: 20px !important;
	}

    p.lg{
        font-size: 23px !important;
    }
}
.modal-open{overflow:hidden}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
i.icon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
i.icon svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em; /* fine-tune alignment if needed */
    fill: var(--green-primary);
}
.position-relative {
    position: relative;
}
.appointment-form .form-group,
.registration-form .form-group,
.jf-form .form-group{
    position: relative;
    margin-bottom: 16px;
}
.form-group > i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 18px;
    font-size: 16px;
}
.form-group > i.fa-envelope {
    padding-top: 1px;
}
.form-group > i.fa-comment {
    margin-top: -2px;
}
.form-group > i.fa-chevron-down {
    width: 17px;
}
.form-group.has-label > i {
    top: 50px;
}

[class*=col-].form-group > i {
    right: calc(var(--bs-gutter-x) / 2 + 25px);
}
.form-group .form-control,
.form-group .form-select{
    padding: 10px 10px;
    background-color: #fff;
}

.form-group .form-control:focus,
.form-group .form-select:focus{
    box-shadow: 0 0 0 .25rem rgba(249, 92, 20, .25)
}

.form-group .form-icon{
    position: relative;
}

.form-group .form-icon i{
    position: absolute;
    top: 19px;
    left: 20px;
    z-index: 1;
}

.form-group .form-icon .form-control,
.form-group .form-icon .form-select{
    padding-left: 50px;
}

.form-check{
    margin-bottom: 20px;
}

.form-check .form-check-input{
    border-radius: 6px;
    margin-top: 6.5px;
}

.form-check .form-check-input:focus{
    box-shadow: 0 0 0 .25rem rgba(249, 92, 20, .25)
}
.popup-window {
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    width: 100%;
    z-index: 15000;
}

.popup-window.active {
    opacity: 1;
    pointer-events: auto;
}

.popup-window.active .popup-window-inner {
    -webkit-transform: perspective(200px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform: perspective(200px) rotateY(0deg) rotateX(0deg) rotate(0deg);
}
.popup-window .button-popup-close {
    height: 36px;
    width: 36px;
    position: absolute;
    right: 50px;
    top: 12px;
    -webkit-transform: translate(calc(100% + 32px));
    transform: translate(calc(100% + 32px));
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.popup-window .button-popup-close:hover,
.popup-window .button-popup-close:focus {
    background: #2c2e33;
    color: #fff;
}
@media (max-width: 768px) {
    .popup-window .button-popup-close {
        right: 6px;
        top: 10px;
        -webkit-transform: translate(0);
        transform: translate(0);
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }
}

.popup-window-overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    width: 100%;
    z-index: 2;
}

.popup-window-inner {
    background: #efeef1;
    border-radius: 16px;
    max-height: 100%;
    padding: 35px 35px 15px 35px;
    position: relative;
    -webkit-transform: perspective(200px) rotateY(1deg) rotateX(1deg) rotate(1deg);
    transform: perspective(200px) rotateY(1deg) rotateX(1deg) rotate(1deg);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    width: 100%;
}

@media (max-width: 992px) {
    .popup-window-inner {
        max-width: 600px;
    }
}

@media (max-width: 576px) {
    .popup-window-inner {
        border-radius: 16px;
        padding: 32px 32px 16px 32px;
    }
}
.popup-window-container {
    overflow-y: auto;
    max-height: 100%;
    position: relative;
    z-index: 3;
}
.popup-window-box {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
    justify-content: center;
    max-width: 352px;
    z-index: 4;
    margin: 20px auto 0;
    padding: 32px 0;
}

@media (max-width: 992px) {
    .popup-window-box {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .popup-window-box {
        width: 100%;
    }
}
registration-form {

}
.registration-form .form-control {
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    background-image: none;
    appearance: auto;
    -webkit-appearance: auto;
}
.registration-form .btn {
    width: 100%;
    color: #fff;
    border-radius: 4px;
}
.registration-form .tf-btn::after {
    border-radius: 4px;
}
.registration-form .input-group-addon,
.registration-form .input-group-text {
    padding: 6px 9px 6px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    width: auto;
}
.registration-form .input-group-addon.left {
    padding-top: 8px;
    padding-bottom: 4px;
}
.registration-form .has-error .input-group-addon {border-color: #cccccc;}
.form-control.error {
    border: 2px solid #E42C3E;
}
.error[generated="true"] {
    color: white;
    background: #E42C3E;
}
.checkbox input[type=checkbox], .radio input[type=radio] {
    position: absolute;
    margin-top: 4px;
    margin-left: 0px;
}

.checkbox label, .radio label {
    padding-left: 4px;
    font-weight: 400 !important;
    font-size: 15px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
    vertical-align: middle;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.glyphicon-warning-sign {
    color: red;
}

.jf-form > form {
    margin-bottom: 10px;
}
.jf-form label {
    font-weight: 400;
}
.jf-form .form-control, .jf-form textarea, .jf-form input {
    height: auto;
    min-height: 0;
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    background-clip: padding-box;
    background-position: right 5px center;
}

.jf-thankyou {
    margin-bottom: 110px;
}

.jf-thankyou .item-img {
    max-width: 64px;
    padding-top: 25px;
    margin: 0 auto 10px;
    text-align: center;
}

.jf-thankyou h3 {
    margin: 20px 0;
}

div.form-group1 {
    padding: 8px;
    width: 49%;
    display: inline-block;
}

div.form-group3 {
    padding: 8px;
    width: 98%;
}

.jf-form .input-group {
    position: relative;
}
.jf-form .input-group-text {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: auto;
}
@media screen and (max-width: 460px) {
    div.form-group1 {
        width: 100%;
    }

    p.description {
        margin: 0px;
    }

    p.error {
        padding: 5px;
    }

    p.error {
        margin-top: 10px;
        color: #a94442;
    }
}

.appointment-form .form-group {
    margin-bottom: 24px;
}
.appointment-form select,
.appointment-form .form-control,
.appointment-form .form-select,
.appointment-form textarea,
.appointment-form input {
    border: 1px solid transparent;
    height: 56px;
}
.appointment-form select:focus,
.appointment-form .form-control:focus,
.appointment-form .form-select:focus,
.appointment-form textarea:focus,
.appointment-form input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--green-primary);
}
.appointment-form .nice-select:after {
    right: 30px;
    border-bottom: 2px solid var(--gray-dark);
    border-right: 2px solid var(--gray-dark);
}
.appointment-form .nice-select .option {
    color: var(--gray-dark);
}
.appointment-form .nice-select .option.selected {
    color: var(--green-primary) !important;
    background: var(--green-primary) !important;
}
.appointment-form .nice-select .option.selected.focus {
    color: var(--white) !important;
    background: var(--green-primary) !important;
}
.appointment-form .nice-select .option:hover, .appointment-form .nice-select .option.focus {
    background: var(--green-primary) !important;
    color: var(--white) !important;
}
.appointment-form .nice-select.open .list {
    border-bottom: 3px solid var(--green-primary);
}
.appointment-form.style2 {
    background-color: var(--white);
}
.appointment-form.style2 select,
.appointment-form.style2 .form-control,
.appointment-form.style2 .form-select,
.appointment-form.style2 textarea,
.appointment-form.style2 input {
    background-color: var(--white);
    border: 1px solid var(--ligh-grey);
    height: 56px;
}
.appointment-form.style2 select:focus,
.appointment-form.style2 .form-control:focus,
.appointment-form.style2 .form-select:focus,
.appointment-form.style2 textarea:focus,
.appointment-form.style2 input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--green-primary);
}
.appointment-form.style3 {
    border-radius: 0;
}
.appointment-form.style3 select,
.appointment-form.style3 .form-control,
.appointment-form.style3 .form-select,
.appointment-form.style3 textarea,
.appointment-form.style3 input {
    background-color: var(--white);
    border: 1px solid var(--ligh-grey);
    height: 56px;
}
.appointment-form.style3 select:focus,
.appointment-form.style3 .form-control:focus,
.appointment-form.style3 .form-select:focus,
.appointment-form.style3 textarea:focus,
.appointment-form.style3 input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--green-dark);
}
.appointment-form label {
    font-size: 18px;
    color: var(--gray-dark);
    margin-bottom: 25px;
}
.appointment-form .call-info .call-label {
    color: var(--gray-dark);
}
#testimonial_area {
    padding: 60px 0 30px;
    background-color: #ecedf0;
}
.box-area {
    padding: 30px;
    position: relative;
    display: block;
    background: #fff;
    color: #000;
    margin: 40px 0;
}
.box-area h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--green-primary);
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.user-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--green-primary);
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.box-area span {
    color: #262626;
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 400;
}
.box-area .content {
    color: #262626;
}
.box-area .img-area {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 5px solid var(--green-primary);
    border-radius: 50%;

}
.box-area .img-area img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.socials {
    margin-top: 30px;
}
.socials i {
    margin: 0 1px;
    color: #f5b248;
    font-size: 18px;
}
#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--green-primary);
    border-radius: 50%;
    text-align: center;
    background: #fff;
    position: absolute;
}
#testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
}
#testimonial_area .owl-next {
    right: -60px;
    top: -30px;
}
@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .box-area {
        text-align: center;
    }
    .owl-nav {
        display: none;
    }
}

.testmonial_slider_area {
    padding: 30px 0;
}
.underline-link {
    border-bottom: 2px solid var(--green-primary);
}
.left-border {
    border-left: 4px solid var(--green-primary);}
.box-default {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    padding: 10px 30px;
}
.patient-feedback {
    position: relative;
    background-color: var(--white);
    border: 1px solid #DEDFE3;
    border-radius: 24px;
    padding: 11px 24px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 56px;
}
.patient-feedback .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
}
.patient-feedback .box-review {
    margin: 0 16px;
    display: inline-flex;
}
.patient-feedback .box-review i {
    color: #FFA439;
}
.patient-feedback:before, .patient-feedback:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 448px;
    height: 1px;
    background-color: #DEDFE3;
    z-index: -1;
}
.patient-feedback:before {
    left: -80%;
}
.patient-feedback:after {
    right: -80%;
}

.brand-title {
    font-size: 32px;
    margin-bottom: 25px;
}

.brandSlider3 {
    margin-right: 10px;
}

.brand-item {
    width: 217px;
    height: 50px;
    overflow: hidden;
    position: relative;
    display: block;
    /* Large devices */
}
@media (max-width: 1199px) {
    .brand-item {
        margin-right: auto;
    }
}
@media (max-width: 480px) {
    .brand-item {
        margin: auto;
    }
}
.brand-item:hover a img.gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.brand-item:hover a img.original {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.brand-item img {
    margin: 0 auto;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.brand-item img.gray {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.brand-item img.original {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.brand-card {
    border: 1px solid #DEDFE3;
    border-radius: 16px;
    text-align: center;
}

.brand-sec3 {
    position: relative;
    margin: -60px 100px 0 0;
    clip-path: path("M100 0H1820V200H0L100 0Z");
    z-index: 2;
    /* Extra large devices */
    /* Medium Large devices */
}
.brand-sec3 .container {
    --main-container: 1570px;
}
@media (min-width: 1930px) {
    .brand-sec3 {
        clip-path: path("M183.132 0H3333V200H0L183.132 0Z");
    }
}
@media (max-width: 1500px) {
    .brand-sec3 {
        margin: -60px 0 0 0;
    }
}
@media (max-width: 1299px) {
    .brand-sec3 {
        clip-path: none;
    }
}

.brand-text {
    max-width: 576px;
    display: block;
    margin: auto;
}

.brandSlider6 .swiper-wrapper {
    gap: 35px 0;
}
.inner-title {
    max-height: 75vh!important;
    padding: 30px 0 20px!important;
    margin-top: 150px!important;
    min-height: 0vh!important;
}
.margin-zero {margin:0!important}

@media (max-width: 767px) { .hide-mobile {
    display: none;
  }
}

.footer-link-title {
font-weight: 600;
margin-bottom: 1.5rem;
font-size: 1.25rem;
line-height: 1.2;
color: var(--bs-heading-color);	
margin-top: 0;
}