new update
This commit is contained in:
+19
-17
@@ -50,7 +50,6 @@
|
||||
margin-right: auto;
|
||||
margin-bottom: 20px;
|
||||
height: 400px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.slider-item .slider-shape-two img {
|
||||
position: relative;
|
||||
@@ -61,7 +60,6 @@
|
||||
margin-right: auto;
|
||||
margin-bottom: 20px;
|
||||
height: 400px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.slider-item .slider-shape-three img {
|
||||
position: relative;
|
||||
@@ -72,9 +70,8 @@
|
||||
margin-right: auto;
|
||||
margin-bottom: 20px;
|
||||
height: 400px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.slider-item:before {
|
||||
/* .slider-item:before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
width: 100%;
|
||||
@@ -83,26 +80,31 @@
|
||||
top: 0;
|
||||
background-color: #0046c0;
|
||||
opacity: .80;
|
||||
}
|
||||
} */
|
||||
.slider-item .slider-text {
|
||||
margin-top: 0px;
|
||||
text-align: center;
|
||||
/* text-align: center; */
|
||||
}
|
||||
.slider-item .slider-text h1 {
|
||||
font-size: 26px;
|
||||
margin-bottom: 18px;
|
||||
/* margin-bottom: 18px; */
|
||||
max-width: 100%;
|
||||
}
|
||||
.slider-item .slider-text p {
|
||||
margin-bottom: 30px;
|
||||
max-width: 100%;
|
||||
}
|
||||
/* text for the two imgs */
|
||||
.slider-infos{
|
||||
top: 30%;
|
||||
right: 0;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
/* text for the two images */
|
||||
.slider-info-one{
|
||||
top: 40%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
|
||||
.slider-info-two{
|
||||
top: 40%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.common-btn a {
|
||||
font-size: 13px;
|
||||
@@ -117,7 +119,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
.home-slider.owl-theme .owl-dots {
|
||||
bottom: 20px;
|
||||
/* bottom: 20px; */
|
||||
}
|
||||
.home-slider.owl-theme .owl-dots .owl-dot span {
|
||||
width: 20px;
|
||||
@@ -1558,7 +1560,7 @@
|
||||
}
|
||||
.slider-item .slider-text h1 {
|
||||
font-size: 30px;
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
@@ -2851,8 +2853,8 @@
|
||||
/*-- End Welcome --*/
|
||||
/*-- Speciality --*/
|
||||
.speciality-left {
|
||||
/* padding-left: 30px; */
|
||||
/* padding-right: 65px; */
|
||||
padding-left: 30px;
|
||||
padding-right: 65px;
|
||||
}
|
||||
/*-- End Speciality --*/
|
||||
/*-- Appointment --*/
|
||||
|
||||
@@ -441,14 +441,13 @@ button:focus {
|
||||
|
||||
.slider-item .slider-shape-two img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 700px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.slider-item .slider-shape-three img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
/* .slider-item::before {
|
||||
@@ -475,7 +474,7 @@ button:focus {
|
||||
|
||||
.slider-info-one{
|
||||
position: absolute;
|
||||
top: 38%;
|
||||
top: 50%;
|
||||
left: 100px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user