768 banner bg added
This commit is contained in:
parent
77af63544e
commit
db638b9d36
@ -842,7 +842,7 @@
|
||||
font-size: 18px;
|
||||
line-height: 26px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.new-color {
|
||||
@ -921,6 +921,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
|
||||
.sec-title-2 h2 {
|
||||
@ -1436,7 +1437,7 @@
|
||||
.main-menu .navigation>li>a {
|
||||
font-size: 17px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu .navigation>li:last-child>a {
|
||||
margin-right: 25px;
|
||||
@ -2308,24 +2309,26 @@
|
||||
}
|
||||
|
||||
/* Footer social icons only */
|
||||
.main-footer .social-links li a {
|
||||
.main-footer .social-links li a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
background: #fff !important; /* white background */
|
||||
background: #fff !important;
|
||||
/* white background */
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.main-footer .social-links li a i,
|
||||
.main-footer .social-links li a i::before {
|
||||
color: #e60000 !important; /* red icon */
|
||||
.main-footer .social-links li a i,
|
||||
.main-footer .social-links li a i::before {
|
||||
color: #e60000 !important;
|
||||
/* red icon */
|
||||
font-size: 18px;
|
||||
line-height: 1;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.main-footer .logo-widget p {
|
||||
@ -2725,7 +2728,7 @@
|
||||
padding-left: 25px;
|
||||
padding-right: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
.header-style-two .header-lower .outer-container {
|
||||
@ -2953,6 +2956,7 @@
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
|
||||
.main-menu,
|
||||
.sticky-header,
|
||||
.main-header.style-one .outer-container:before {
|
||||
@ -2968,33 +2972,33 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) and (min-width: 1025px) {
|
||||
@media (max-width: 1200px) and (min-width: 1025px) {
|
||||
.header-style-two .header-lower .outer-container {
|
||||
padding: 0px 20px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1024px) and (min-width: 769px) {
|
||||
@media (max-width: 1024px) and (min-width: 769px) {
|
||||
.header-style-two .header-lower .outer-container {
|
||||
padding: 0px 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.main-menu .navigation > li {
|
||||
@media (max-width: 1024px) {
|
||||
.main-menu .navigation>li {
|
||||
margin: 0 15px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.main-menu .navigation > li > a {
|
||||
@media (max-width: 1024px) {
|
||||
.main-menu .navigation>li>a {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
@ -3298,6 +3302,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
.custom-content-box.mobile-style {
|
||||
background: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
.custom-content-box.mobile-style {
|
||||
top: 190px;
|
||||
background: white;
|
||||
border-radius: 15%;
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.custom-content-box.mobile-style {
|
||||
/* background: white; */
|
||||
@ -3391,56 +3408,63 @@
|
||||
display: block;
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1024px) and (min-width: 769px) {
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) and (min-width: 769px) {
|
||||
.info-block-one {
|
||||
padding: 30px 7px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.blog-details-content .news-block-one .inner-box .lower-content h2 {
|
||||
font-size: 38px !important;
|
||||
line-height: 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
@media (max-width: 425px) {
|
||||
.blog-details-content .news-block-one .inner-box .lower-content h2 {
|
||||
font-size: 22px !important;
|
||||
line-height: 23px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.service-details-content h2 {
|
||||
font-size: 38px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
@media (max-width: 425px) {
|
||||
.service-details-content h2 {
|
||||
font-size: 22px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 425px) {
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.pb_90 {
|
||||
padding-top: 30px !important;
|
||||
padding-bottom: 30px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 425px) {
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.pt_90 {
|
||||
padding-top: 30px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 425px) {
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.sec-pad {
|
||||
padding-top: 30px !important;
|
||||
padding-bottom: 30px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 425px) {
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.chooseus-section {
|
||||
padding-top: 30px !important;
|
||||
padding-bottom: 30px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user