* {
    margin-top: 0 !important;
}
.post, .page {
    margin: 0 !important;
}
p:nth-last-child(1) {
    margin-bottom: 0;
}
.phone-number-box a {
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 100% !important;
    text-transform: capitalize !important;
    color: #2D2B20 !important;
}

/* header css */
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.site-header .row {
    padding: 15px 10px;
	flex-wrap:nowrap;
}
.site-logo{
    flex: 0 0 calc(20% - 20px);
}
.site-menu {
    flex: 0 0 calc(80% - 20px);
	    display: flex;
    align-items: center;
	gap:20px;
}
.main-navigation {
    display: block;
    width: 80%;
}
a.custom-logo-link {
    width: 91px;
}
ul#primary-menu{
    gap: 28px;
    justify-content: end;
    align-items: center;
}
ul#primary-menu a {
    font-family: Poppins;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 100%;
    color: #373737 !important;
}
ul#primary-menu .current-menu-item a:hover {
    font-weight: 700 !important;
    color: #E14E23 !important;
}

 a.book-now-btn  {
    background: #F4B21B;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 600 !important;
    color: #373737 !important;
    border: 1px solid #F4B21B;
}
a.book-now-btn:hover {
    color: #F4B21B !important;
    background-color: #fff;
    border: 1px solid #F4B21B;
}
#primary-menu {
    display: flex; 
    position: relative;
    z-index: 9998;
}
.menu-toggle {
    margin-right: 0 !important;
    margin-left: auto;
}
@media (max-width: 1023px) {
    #primary-menu {
        display: none;
        flex-direction: column;
    }

    #primary-menu.active {
        display: flex;
        gap: 0;
        background-color: #fff;
    }
}
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 9;
}

.menu-toggle .menu-icon,
.menu-toggle .menu-icon::before,
.menu-toggle .menu-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 26px;
    height: 3px;
    background: #000;
    transform: translateX(-50%);
    transition: 0.3s ease;
    border-radius: 3px;
}
.menu-toggle .menu-icon {
    top: 50%;
}
.menu-toggle .menu-icon::before {
    top: -8px;
}
.menu-toggle .menu-icon::after {
    top: 8px;
}
.menu-toggle.active .menu-icon {
    background: transparent;
}

.menu-toggle.active .menu-icon::before {
    top: 0;
    transform: translateX(-50%) rotate(45deg);
}

.menu-toggle.active .menu-icon::after {
    top: 0;
    transform: translateX(-50%) rotate(-45deg);
}




/* responsive */
@media (max-width:1024px){
    .phone-number-box a {
        font-size: 28px !important;
    }
}

@media (max-width:991px){
    .phone-number-box a {
        font-size: 28px !important;
    }
	.main-navigation
 {
    order: 2;
    width: max-content;
}
	a.book-now-btn.book-us-now {
    order: 1;
}
}

@media (max-width:767px){
	.site-menu {
    flex: 0 0 calc(68% - 0px);
		justify-content: end;
}
	.site-logo{
    flex: 0 0 calc(30% - 0px);
}
    .phone-number-box a {
        font-size: 26px !important;
    }
    .menu-main-menu-container {
        display: block !important;
        width: 100% !important;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 150px;
    }
    ul#primary-menu li {
        text-align: center;
        margin-bottom: 15px;
    }
    ul#primary-menu {
        padding: 20px 10px 10px 10px;
    }
}

@media (max-width:600px){
	footer#colophon .row {
		gap: 30px !important;
		flex-wrap: wrap !important;
	}
	.footer-inner .col-md-3 {
		flex: 0 0 calc(100% - 0px) !important;
	}
	img.footer-logo {
		width: 130px !important;
		margin: 0 auto !important;
		display: block !important;

	}
	.copyright-text {
		text-align: center;
	}
	.footer-inner h4{
		text-align: center !important;
	}
	.footer-inner a {
		text-align: center !important;
	}
	li.footer-phone{
		justify-content: center !important;
	}
	.footer-bottom .row {
		padding: 10px 0;
		justify-content: center !important;
		align-items: center !important;
		gap: 10px !important;
	}
	.copyright-text {
		width: 100%;
	}
	.d-flex {
		gap: 0px !important;
	}
	.contact-form .w-50 {
    flex: 0 0 calc(100% - 0px) !important;
	}
	.row {
    	gap: 0px;
 	}
    .phone-number-box a {
        font-size: 22px !important;
    }
    .menu-main-menu-container {
        display: block !important;
        width: 100% !important;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 150px;
    }
    ul#primary-menu li {
        text-align: center;
        margin-bottom: 15px;
    }
    ul#primary-menu {
        padding: 20px 10px 30px 10px;
    }
    a.custom-logo-link{
        width: 80px;
    }
	a.book-now-btn.book-us-now {
        order: 1;
        font-size: 15px !important;
        padding: 10px 20px;
    }
}