corrections updated
This commit is contained in:
parent
56cda54815
commit
7657f85a4a
@ -52,7 +52,7 @@ export default function Contact() {
|
|||||||
const emailData = {
|
const emailData = {
|
||||||
...formData,
|
...formData,
|
||||||
message: `Subject: ${formData.subject}<br /><br />Message: ${formData.message}`,
|
message: `Subject: ${formData.subject}<br /><br />Message: ${formData.message}`,
|
||||||
to: "info@rapharehab.ca",
|
to: "bloor@rapharehab.ca",
|
||||||
senderName: "Rapha Rehab Contact Page",
|
senderName: "Rapha Rehab Contact Page",
|
||||||
recaptchaToken: captchaToken,
|
recaptchaToken: captchaToken,
|
||||||
};
|
};
|
||||||
@ -124,8 +124,8 @@ export default function Contact() {
|
|||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><i className="icon-26"></i></div>
|
<div className="icon-box"><i className="icon-26"></i></div>
|
||||||
<p>
|
<p>
|
||||||
<Link href="mailto:info@rapharehab.ca">info@rapharehab.ca</Link><br />
|
<Link href="mailto:bloor@rapharehab.ca">bloor@rapharehab.ca</Link><br />
|
||||||
<Link href="mailto:bloor@rapharehab.ca">bloor@rapharehab.ca</Link>
|
{/* <Link href="mailto:bloor@rapharehab.ca">bloor@rapharehab.ca</Link> */}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -148,7 +148,7 @@ export default function Team() {
|
|||||||
<span className="border-animation border-3"></span>
|
<span className="border-animation border-3"></span>
|
||||||
</a>
|
</a>
|
||||||
</div> */}
|
</div> */}
|
||||||
<p className="inner-box-new-color">Rapha rehab offers patients in etobicoke and scarborough exceptional care with a personalized treatment plan to suit your specific needs. If you are suffering from pain or have recently experienced an injury, our etobicoke and scarborough Physiotherapists will ensure you get back to the activities you enjoy and love. Call us at 647-722-3434 for an appointment today or email us at info@rapharehab.ca to book a consultation.</p>
|
<p className="inner-box-new-color">Rapha rehab offers patients in etobicoke and scarborough exceptional care with a personalized treatment plan to suit your specific needs. If you are suffering from pain or have recently experienced an injury, our etobicoke and scarborough Physiotherapists will ensure you get back to the activities you enjoy and love. Call us at 647-722-3434 for an appointment today or email us at bloor@rapharehab.ca to book a consultation.</p>
|
||||||
<div className="btn-box mt-4">
|
<div className="btn-box mt-4">
|
||||||
<Link href="tel:647-722-3434" className="theme-btn btn-one">
|
<Link href="tel:647-722-3434" className="theme-btn btn-one">
|
||||||
<span>Make an Appointment</span>
|
<span>Make an Appointment</span>
|
||||||
|
|||||||
@ -150,7 +150,27 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
|
|||||||
</ul>
|
</ul>
|
||||||
<div className={isActive.key == 5 ? "dropdown-btn open" : "dropdown-btn"} onClick={() => handleToggle(5)}><span className="fa fa-angle-right" /></div>
|
<div className={isActive.key == 5 ? "dropdown-btn open" : "dropdown-btn"} onClick={() => handleToggle(5)}><span className="fa fa-angle-right" /></div>
|
||||||
</li>
|
</li>
|
||||||
<li><Link href="/contact-us" onClick={handleMobileMenu}>Contact</Link></li>
|
<li><Link href="/contact" onClick={handleMobileMenu}>Contact</Link></li>
|
||||||
|
<li>
|
||||||
|
<Link href="/why-rapha-physiotherapy-etobicoke" onClick={handleMobileMenu}>
|
||||||
|
Why Us
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link href="/faq-physiotherapy-etobicoke" onClick={handleMobileMenu}>
|
||||||
|
Faq
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link href="/what-to-expect" onClick={handleMobileMenu}>
|
||||||
|
What To Expect
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link href="/payment-insurance" onClick={handleMobileMenu}>
|
||||||
|
Payment And Insurance
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -165,11 +185,13 @@ export default function MobileMenu({ isSidebar, handleMobileMenu, handleSidebar
|
|||||||
{/*Social Links*/}
|
{/*Social Links*/}
|
||||||
<div className="social-links">
|
<div className="social-links">
|
||||||
<ul className="clearfix">
|
<ul className="clearfix">
|
||||||
|
<li><Link href="https://www.instagram.com/elrapharehab/" target="_blank"
|
||||||
|
rel="noopener noreferrer"><span className="fab fa-instagram"></span></Link></li>
|
||||||
<li><Link href="/"><span className="fab fa-twitter"></span></Link></li>
|
<li><Link href="/"><span className="fab fa-twitter"></span></Link></li>
|
||||||
<li><Link href="/"><span className="fab fa-facebook-square"></span></Link></li>
|
<li><Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank"
|
||||||
|
rel="noopener noreferrer"><span className="fab fa-facebook-square"></span></Link></li>
|
||||||
<li><Link href="/"><span className="fab fa-pinterest-p"></span></Link></li>
|
<li><Link href="/"><span className="fab fa-pinterest-p"></span></Link></li>
|
||||||
<li><Link href="/"><span className="fab fa-instagram"></span></Link></li>
|
<li><Link href="/"><span className="fab fa-youtube"></span></Link></li>
|
||||||
<li><Link href="/l"><span className="fab fa-youtube"></span></Link></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@ -48,7 +48,8 @@ const servicesCols = [
|
|||||||
</p>
|
</p>
|
||||||
<ul className="social-links clearfix">
|
<ul className="social-links clearfix">
|
||||||
<li>
|
<li>
|
||||||
<Link href="/"><i className="icon-4"></i></Link>
|
<Link href="https://www.instagram.com/elrapharehab/" target="_blank"
|
||||||
|
rel="noopener noreferrer"><i className="icon-4"></i></Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="/"><i className="icon-5"></i></Link>
|
<Link href="/"><i className="icon-5"></i></Link>
|
||||||
@ -57,7 +58,8 @@ const servicesCols = [
|
|||||||
<Link href="/"><i className="icon-6"></i></Link>
|
<Link href="/"><i className="icon-6"></i></Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="/"><i className="icon-7"></i></Link>
|
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank"
|
||||||
|
rel="noopener noreferrer"><i className="icon-7"></i></Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -169,8 +171,8 @@ const servicesCols = [
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i className="icon-26"></i>
|
<i className="icon-26"></i>
|
||||||
<Link href="mailto:info@rapharehab.ca">
|
<Link href="mailto:bloor@rapharehab.ca">
|
||||||
info@rapharehab.ca
|
bloor@rapharehab.ca
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -6,11 +6,11 @@ import { servicesList } from "@/utils/Services.utils"
|
|||||||
|
|
||||||
export default function Footer2() {
|
export default function Footer2() {
|
||||||
|
|
||||||
const servicesCols = [
|
const servicesCols = [
|
||||||
servicesList.slice(0, 6),
|
servicesList.slice(0, 6),
|
||||||
servicesList.slice(6, 12),
|
servicesList.slice(6, 12),
|
||||||
servicesList.slice(12, 18),
|
servicesList.slice(12, 18),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -48,7 +48,8 @@ const servicesCols = [
|
|||||||
</p>
|
</p>
|
||||||
<ul className="social-links clearfix">
|
<ul className="social-links clearfix">
|
||||||
<li>
|
<li>
|
||||||
<Link href="/"><i className="icon-4"></i></Link>
|
<Link href="https://www.instagram.com/elrapharehab/" target="_blank"
|
||||||
|
rel="noopener noreferrer"><i className="icon-4"></i></Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="/"><i className="icon-5"></i></Link>
|
<Link href="/"><i className="icon-5"></i></Link>
|
||||||
@ -57,7 +58,8 @@ const servicesCols = [
|
|||||||
<Link href="/"><i className="icon-6"></i></Link>
|
<Link href="/"><i className="icon-6"></i></Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="/"><i className="icon-7"></i></Link>
|
<Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank"
|
||||||
|
rel="noopener noreferrer"><i className="icon-7"></i></Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -170,7 +172,7 @@ const servicesCols = [
|
|||||||
<li>
|
<li>
|
||||||
<i className="icon-26"></i>
|
<i className="icon-26"></i>
|
||||||
<Link href="mailto:example@info.com">
|
<Link href="mailto:example@info.com">
|
||||||
info@rapharehab.ca
|
bloor@rapharehab.ca
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -19,7 +19,7 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<img src="/assets/images/icons/mail.png" alt="Mail" style={{ marginRight: "8px" }} />
|
<img src="/assets/images/icons/mail.png" alt="Mail" style={{ marginRight: "8px" }} />
|
||||||
<Link href="mailto:info@rapharehab.ca">info@rapharehab.ca</Link>
|
<Link href="mailto:bloor@rapharehab.ca">bloor@rapharehab.ca</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -37,10 +37,12 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
|
|||||||
<li>
|
<li>
|
||||||
<Link href="/payment-insurance">Payment And Insurance</Link>
|
<Link href="/payment-insurance">Payment And Insurance</Link>
|
||||||
</li>
|
</li>
|
||||||
<li><Link href="/"><i className="icon-4"></i></Link></li>
|
<li><Link href="https://www.instagram.com/elrapharehab/" target="_blank"
|
||||||
|
rel="noopener noreferrer"><i className="icon-4"></i></Link></li>
|
||||||
<li><Link href="/"><i className="icon-5"></i></Link></li>
|
<li><Link href="/"><i className="icon-5"></i></Link></li>
|
||||||
<li><Link href="/"><i className="icon-6"></i></Link></li>
|
<li><Link href="/"><i className="icon-6"></i></Link></li>
|
||||||
<li><Link href="/"><i className="icon-7"></i></Link></li>
|
<li><Link href="https://www.facebook.com/ELRaphaRehabCenter/" target="_blank"
|
||||||
|
rel="noopener noreferrer"><i className="icon-7"></i></Link></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -51,7 +53,7 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
|
|||||||
<div className="outer-container">
|
<div className="outer-container">
|
||||||
<div className="outer-box">
|
<div className="outer-box">
|
||||||
<div className="logo-box">
|
<div className="logo-box">
|
||||||
<figure className="logo"><Link href="/"><img src="/assets/images/logo.png" alt=""/></Link></figure>
|
<figure className="logo"><Link href="/"><img src="/assets/images/logo.png" alt="" /></Link></figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Menu Right Content */}
|
{/* Menu Right Content */}
|
||||||
@ -88,7 +90,7 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
|
|||||||
<div className="auto-container">
|
<div className="auto-container">
|
||||||
<div className="outer-box">
|
<div className="outer-box">
|
||||||
<div className="logo-box">
|
<div className="logo-box">
|
||||||
<figure className="logo"><Link href="/"><img src="/assets/images/logo.png" alt=""/></Link></figure>
|
<figure className="logo"><Link href="/"><img src="/assets/images/logo.png" alt="" /></Link></figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav className="main-menu navbar-expand-md navbar-light clearfix">
|
<nav className="main-menu navbar-expand-md navbar-light clearfix">
|
||||||
|
|||||||
@ -27,7 +27,12 @@ export default function MobileServices() {
|
|||||||
? service.title.slice(0, 20) + "..."
|
? service.title.slice(0, 20) + "..."
|
||||||
: service.title}</Link></h3>
|
: service.title}</Link></h3>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="index-2" className="theme-btn-2 btn-one"><span>View Service</span></Link>
|
<Link
|
||||||
|
href={`/etobicoke-treatment-service/${service.slug}`}
|
||||||
|
className="theme-btn-2 btn-one"
|
||||||
|
>
|
||||||
|
<span>View Service</span>
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import Link from "next/link"
|
|||||||
import Blogs from "@/utils/Blog.utils";
|
import Blogs from "@/utils/Blog.utils";
|
||||||
export default function News() {
|
export default function News() {
|
||||||
return (
|
return (
|
||||||
<section className="news-section pt_120 pb_120 bg-color-1">
|
<section className="news-section pt_120 pb_120">
|
||||||
<div className="auto-container">
|
<div className="auto-container">
|
||||||
<div className="sec-title mb_50 centred">
|
<div className="sec-title mb_50 centred">
|
||||||
<span className="sub-title">Our Blog</span>
|
<span className="sub-title">Our Blog</span>
|
||||||
|
|||||||
@ -45,7 +45,7 @@ export default function Banner() {
|
|||||||
<p>
|
<p>
|
||||||
Our skilled team provides personalized physiotherapy in Mississauga Ontario to help you regain mobility and live pain-free. Compassionate care designed around your needs.</p>
|
Our skilled team provides personalized physiotherapy in Mississauga Ontario to help you regain mobility and live pain-free. Compassionate care designed around your needs.</p>
|
||||||
|
|
||||||
<div className="btn-box">
|
<div className="btn-box mt-3">
|
||||||
<Link href="tel:+647-722-3434" className="theme-btn btn-one">
|
<Link href="tel:+647-722-3434" className="theme-btn btn-one">
|
||||||
<span>Book Your Appointment</span>
|
<span>Book Your Appointment</span>
|
||||||
</Link>
|
</Link>
|
||||||
@ -66,7 +66,7 @@ export default function Banner() {
|
|||||||
<p>
|
<p>
|
||||||
Experience targeted hand massage therapy to ease tension and promote healing, delivered by experienced therapists focused on your comfort and well-being.
|
Experience targeted hand massage therapy to ease tension and promote healing, delivered by experienced therapists focused on your comfort and well-being.
|
||||||
</p>
|
</p>
|
||||||
<div className="btn-box">
|
<div className="btn-box mt-3">
|
||||||
<Link href="/contact" className="theme-btn btn-one"><span>Schedule a Massage</span></Link>
|
<Link href="/contact" className="theme-btn btn-one"><span>Schedule a Massage</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -84,7 +84,7 @@ export default function Banner() {
|
|||||||
<p>
|
<p>
|
||||||
Offering comprehensive physiotherapy and rehabilitation services in Etobicoke to support your wellness journey and help restore your strength efficiently.
|
Offering comprehensive physiotherapy and rehabilitation services in Etobicoke to support your wellness journey and help restore your strength efficiently.
|
||||||
</p>
|
</p>
|
||||||
<div className="btn-box">
|
<div className="btn-box mt-3">
|
||||||
<Link href="/etobicoke-treatment-service" className="theme-btn btn-one"><span>Explore Our Service</span></Link>
|
<Link href="/etobicoke-treatment-service" className="theme-btn btn-one"><span>Explore Our Service</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -99,7 +99,7 @@ export default function Banner() {
|
|||||||
<h2>Wellness <span>by the</span>Waterfront</h2>
|
<h2>Wellness <span>by the</span>Waterfront</h2>
|
||||||
<p>Waterfront Physio and Rehab Services.</p>
|
<p>Waterfront Physio and Rehab Services.</p>
|
||||||
<p>Find peace and healing with our specialized waterfront physio and rehab programs designed for lasting wellness and a better quality of life.</p>
|
<p>Find peace and healing with our specialized waterfront physio and rehab programs designed for lasting wellness and a better quality of life.</p>
|
||||||
<div className="btn-box">
|
<div className="btn-box mt-3">
|
||||||
<Link href="/contact" className="theme-btn btn-one"><span>Visit Our Location</span></Link>
|
<Link href="/contact" className="theme-btn btn-one"><span>Visit Our Location</span></Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
.chooseus-section{
|
.chooseus-section{
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 114px 0px 160px 0px;
|
padding: 114px 0px 160px 0px;
|
||||||
background-color: #bc0000;
|
background-color: #102548;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lightbg{
|
.lightbg{
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
transition: all 500ms ease;
|
transition: all 500ms ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-block-one .inner-box:before{
|
/* .feature-block-one .inner-box:before{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: '';
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -27,7 +27,7 @@
|
|||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
transition: all 500ms ease;
|
transition: all 500ms ease;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.feature-block-one .inner-box:hover:before{
|
.feature-block-one .inner-box:hover:before{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -49,9 +49,9 @@
|
|||||||
transition: all 500ms ease;
|
transition: all 500ms ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-block-one .inner-box:hover .icon-box{
|
/* .feature-block-one .inner-box:hover .icon-box{
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.feature-block-one .inner-box h3{
|
.feature-block-one .inner-box h3{
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -62,10 +62,10 @@
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-block-one .inner-box h3 a{
|
/* .feature-block-one .inner-box h3 a{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: var(--title-color);
|
color: var(--title-color);
|
||||||
}
|
} */
|
||||||
|
|
||||||
.feature-block-one .inner-box h3 a:hover{
|
.feature-block-one .inner-box h3 a:hover{
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -76,10 +76,10 @@
|
|||||||
transition: all 500ms ease;
|
transition: all 500ms ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-block-one .inner-box:hover h3 a,
|
/* .feature-block-one .inner-box:hover h3 a,
|
||||||
.feature-block-one .inner-box:hover p{
|
.feature-block-one .inner-box:hover p{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.feature-section .shape{
|
.feature-section .shape{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@ -117,7 +117,7 @@
|
|||||||
--violet-color: #bc0000;
|
--violet-color: #bc0000;
|
||||||
--crimson-color: #DC143C;
|
--crimson-color: #DC143C;
|
||||||
--orange-color: #FFA500;
|
--orange-color: #FFA500;
|
||||||
--text-color: #676767;
|
--text-color: #000000;
|
||||||
--title-color: #bc0000;
|
--title-color: #bc0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -994,6 +994,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 425px) {
|
||||||
|
.header-top .social-links {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* .header-top .top-inner .social-links li a:hover {
|
/* .header-top .top-inner .social-links li a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
} */
|
} */
|
||||||
@ -1507,7 +1514,7 @@
|
|||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: var(--secondary-color);
|
background: var(--theme-color);
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2505,7 +2512,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-menu ul li.menu-item-has-children > a::after {
|
.main-menu ul li.menu-item-has-children>a::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
@ -2515,7 +2522,7 @@
|
|||||||
border-bottom: 2px solid #000;
|
border-bottom: 2px solid #000;
|
||||||
transform: rotate(-45deg);
|
transform: rotate(-45deg);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -2959,3 +2966,9 @@
|
|||||||
color: #101A30;
|
color: #101A30;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 425px) {
|
||||||
|
.image-1 {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user