forked from Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e1a649
commit 3697d4c
Showing
1 changed file
with
0 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,158 +0,0 @@ | ||
.about-us { | ||
display: block; | ||
margin: auto; | ||
width: 100%; | ||
max-width: 52.5rem; | ||
height: 100%; | ||
} | ||
.about-us-heading { | ||
text-align: center; | ||
font-size: 40px; | ||
margin-bottom: 5rem; | ||
margin-top: 5rem; | ||
} | ||
.about-service { | ||
height: auto; | ||
width: 100%; | ||
max-width: 1200px; | ||
margin: -40px auto 0; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
flex-wrap: wrap; | ||
} | ||
.sec-1, .sec-2 { | ||
height: auto; | ||
width: 100%; | ||
max-width: 600px; | ||
} | ||
.sec-2 { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
flex-direction: column; | ||
gap: 8px; | ||
} | ||
.a-1, .a-2, .a-3 { | ||
height: auto; | ||
min-height: 94px; | ||
width: 100%; | ||
max-width: 500px; | ||
display: flex; | ||
align-items: center; | ||
justify-content: left; | ||
background-color: #111111; | ||
border-radius: 11px; margin-bottom: 10px; | ||
} | ||
.a-l, .b-l, .c-l { | ||
height: 58px; | ||
width: 58px; | ||
border-radius: 50%; | ||
margin: 17px 15px; | ||
border: 2px solid #2f7f81; | ||
flex-shrink: 0; | ||
} | ||
.a-r, .b-r, .c-r { | ||
flex-grow: 1; | ||
margin: 19px 20px; | ||
} | ||
.head-1, .head-2 { | ||
width: 100%; | ||
} | ||
.head-1 { | ||
font-size: 18px; | ||
} | ||
.head-2 { | ||
font-size: 10px; | ||
margin-top: 7px; | ||
} | ||
.h-icon { | ||
margin-left: 10px; | ||
margin-top: 11px; | ||
} | ||
.q-icon { | ||
margin-left: 7px; | ||
margin-top: 7px; | ||
} | ||
.a-icon { | ||
margin-left: 14px; | ||
margin-top: 15px; | ||
} | ||
.about-img { | ||
height: auto; | ||
max-height: 300px; | ||
width: 100%; | ||
max-width: 520px; | ||
margin: 30px auto; | ||
display: block; | ||
} | ||
.about-us-block { | ||
display: flex; | ||
justify-content: space-evenly; | ||
margin-top: 80px; | ||
flex-wrap: wrap; | ||
} | ||
.about-us-community, .about-us-product, .about-us-event, .about-us-location { | ||
display: flex; | ||
flex-direction: column; | ||
gap: 1rem; width: 45%; | ||
height: auto; | ||
min-height: 19.5rem; | ||
border: 1px solid rgba(206, 212, 218, 1); | ||
border-radius: 8px; | ||
margin-bottom: 21px; | ||
} | ||
.about-us-community, .about-us-location, .about-us-product, .about-us-event { | ||
border: 2px solid #1c413b; | ||
} | ||
.about-us-community:hover, .about-us-location:hover, .about-us-product:hover, .about-us-event:hover { | ||
background: #1c413b; | ||
color: white; | ||
} | ||
.about-us-blk-text { | ||
font-size: 20px; | ||
font-weight: 600; | ||
line-height: 30px; | ||
letter-spacing: 0em; | ||
text-align: left; | ||
margin-top: 1rem; | ||
} | ||
.about-us-blk-para { | ||
font-size: 16px; | ||
font-weight: 400; | ||
line-height: 25px; | ||
letter-spacing: 0em; | ||
text-align: left; | ||
margin: 0 1rem; | ||
} | ||
|
||
|
||
@media only screen and (max-width: 760px) { | ||
.about-us-block { | ||
flex-direction: column; | ||
justify-content: center !important; | ||
align-items: center !important; | ||
width: 98%; | ||
} | ||
|
||
.about-us-community, | ||
.about-us-event, | ||
.about-us-location, | ||
.about-us-product { | ||
width: 100%; | ||
margin-left: 1rem; | ||
} | ||
} | ||
|
||
@media only screen and (max-width: 1020px) { | ||
.about-us-community, | ||
.about-us-event, | ||
.about-us-location, | ||
.about-us-product { | ||
width: 98% !important; | ||
} | ||
|
||
.about-us-blk-para { | ||
font-size: 15px !important; | ||
} | ||
} | ||