update
This commit is contained in:
@@ -888,47 +888,58 @@ p.b4 {
|
||||
font-size: var(--font-size-b4);
|
||||
line-height: var(--line-height-b4);
|
||||
}
|
||||
.active-light-mode .social-default li a{
|
||||
padding: 5px;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #ccc;
|
||||
|
||||
.active-light-mode .social-default li a {
|
||||
padding: 5px;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #ccc;
|
||||
}
|
||||
.active-light-mode .social-default .fb a:hover{
|
||||
background: #1877F2 !important;
|
||||
color: white !important;
|
||||
|
||||
|
||||
.active-light-mode .social-default .fb a:hover {
|
||||
background: #1877F2 !important;
|
||||
color: white !important;
|
||||
|
||||
|
||||
}
|
||||
.active-light-mode .social-default .insta a:hover{
|
||||
background: linear-gradient(
|
||||
45deg,
|
||||
#f58529,
|
||||
#feda77,
|
||||
#dd2a7b,
|
||||
#8134af,
|
||||
#515bd4
|
||||
) !important;
|
||||
color: white !important;
|
||||
|
||||
.active-light-mode .social-default .insta a:hover {
|
||||
background: linear-gradient(45deg,
|
||||
#f58529,
|
||||
#feda77,
|
||||
#dd2a7b,
|
||||
#8134af,
|
||||
#515bd4) !important;
|
||||
color: white !important;
|
||||
}
|
||||
.active-light-mode .social-default .x a:hover{
|
||||
background:#0F1419 !important;
|
||||
color: white !important;
|
||||
|
||||
.active-light-mode .social-default .x a:hover {
|
||||
background: #0F1419 !important;
|
||||
color: white !important;
|
||||
}
|
||||
.active-light-mode .social-default .linkdin a:hover{
|
||||
background:#0A66C2 !important;
|
||||
color: white !important;
|
||||
|
||||
.active-light-mode .social-default .linkdin a:hover {
|
||||
background: #0A66C2 !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
|
||||
.tmp-slick-dot .slick-dots {
|
||||
display: none !important;
|
||||
}
|
||||
.brand-list.ul{
|
||||
|
||||
display: flex;
|
||||
gap: 30px;
|
||||
}
|
||||
.brand-list li {
|
||||
padding: 0 15px; /* gap between images */
|
||||
display: flex;
|
||||
gap: 30px;
|
||||
padding: 0 15px;
|
||||
/* gap between images */
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
@@ -19096,7 +19107,7 @@ main.business-coatch .thumbnail-banner-business-coatch img {
|
||||
@media only screen and (max-width: 767px),
|
||||
only screen and (min-width: 768px) and (max-width: 991px) {
|
||||
.tmp-testimonial-map-wrapper {
|
||||
padding: 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21939,10 +21950,14 @@ Timeline Area
|
||||
padding: 30px;
|
||||
background: var(--color-card);
|
||||
border-radius: 10px;
|
||||
margin-top: 78px;
|
||||
|
||||
/* height: 100%; */
|
||||
}
|
||||
|
||||
.appoinment-form-wrapper.contact121 {
|
||||
margin-top: 78px !important;
|
||||
}
|
||||
|
||||
.job-form {
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
@@ -23523,6 +23538,10 @@ iframe {
|
||||
.single-modern-case-studies {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.tmp-time-table-area .content121 {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.why-choose-feature .single {
|
||||
@@ -29270,7 +29289,7 @@ ul.categorys-widget-stndard li span {
|
||||
.copyright-style-one {
|
||||
padding: 20px 0;
|
||||
border-top: 1px solid var(--color-border);
|
||||
background-color: var(--color-btn);
|
||||
background-color: var(--color-primary);
|
||||
}
|
||||
|
||||
.copyright-style-one .copyright-text {
|
||||
@@ -35218,7 +35237,10 @@ body.tmp-body-star::before {
|
||||
.time-table-area-wrapper .inner-container .table-outer .table-inner {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-width: 1200px;
|
||||
}
|
||||
|
||||
.time-table-area-wrapper .inner-container .table-outer .table-inner .tabs-box .tab-country {
|
||||
/* min-width: 1200px; */
|
||||
}
|
||||
|
||||
.time-table-area-wrapper .inner-container .table-outer .table-inner.table-inner12 {
|
||||
@@ -35314,6 +35336,39 @@ body.tmp-body-star::before {
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.tab-country .tab-btn {
|
||||
flex: 1 0 30%;
|
||||
/* 3 tabs per row */
|
||||
font-size: 12px;
|
||||
padding: 6px 8px;
|
||||
}
|
||||
|
||||
.tab-country .tab-btn img {
|
||||
max-height: 16px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.time-table-area-wrapper .timetable-tabs .tab-btns .tab-btn {
|
||||
width: 142px;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.tab-country .tab-btn {
|
||||
flex: 1 0 45%;
|
||||
/* 2 per row for very small screens */
|
||||
font-size: 11px;
|
||||
padding: 5px 6px;
|
||||
}
|
||||
|
||||
.tab-country .tab-btn img {
|
||||
max-height: 14px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.time-table-area-wrapper .timetable-tabs .tab-btn {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -35333,33 +35388,42 @@ body.tmp-body-star::before {
|
||||
|
||||
|
||||
.tab-btn {
|
||||
position: relative; /* make span position relative to button */
|
||||
display: inline-block;
|
||||
padding: 10px 15px; /* some padding */
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
/* make span position relative to button */
|
||||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
/* some padding */
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* The bottom indicator (hidden by default) */
|
||||
.tab-btn .active-icon {
|
||||
display: none; /* hide by default */
|
||||
position: absolute;
|
||||
bottom: -5px; /* below the tab button */
|
||||
left: 50%; /* center horizontally */
|
||||
transform: translateX(-50%);
|
||||
width: 20px; /* width of indicator */
|
||||
height: 4px; /* height of indicator */
|
||||
background-color: var(--color-primary); /* color of indicator */
|
||||
border-radius: 2px; /* rounded edges */
|
||||
display: none;
|
||||
/* hide by default */
|
||||
position: absolute;
|
||||
bottom: -5px;
|
||||
/* below the tab button */
|
||||
left: 50%;
|
||||
/* center horizontally */
|
||||
transform: translateX(-50%);
|
||||
width: 20px;
|
||||
/* width of indicator */
|
||||
height: 4px;
|
||||
/* height of indicator */
|
||||
background-color: var(--color-primary);
|
||||
/* color of indicator */
|
||||
border-radius: 2px;
|
||||
/* rounded edges */
|
||||
}
|
||||
|
||||
/* Show the indicator when tab is active */
|
||||
.tab-btn.active-btn .active-icon {
|
||||
display: block;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.tab-btn.active-btn .active-icon i {
|
||||
color: black;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
@@ -35381,10 +35445,21 @@ color: black;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.uni-slider li {
|
||||
margin: 0 25px;
|
||||
/* horizontal space between items */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.uni-slider .time-box {
|
||||
margin: 0;
|
||||
/* remove default margin if any */
|
||||
}
|
||||
|
||||
.time-table-area-wrapper .tabs-content .time-box {
|
||||
position: relative;
|
||||
width: 201.5px;
|
||||
/* height: 90px; */
|
||||
width: 229.5px;
|
||||
height: 90px;
|
||||
float: left;
|
||||
margin-right: 12px;
|
||||
margin-bottom: 10px;
|
||||
@@ -36922,16 +36997,16 @@ color: black;
|
||||
}
|
||||
|
||||
.uni {
|
||||
height: 47px;
|
||||
width: 47px;
|
||||
height: 67px;
|
||||
width: 67px;
|
||||
|
||||
}
|
||||
|
||||
.uni img {
|
||||
height: 48px;
|
||||
height: 58px;
|
||||
background-color: aliceblue;
|
||||
border-radius: 50%;
|
||||
padding: 5px;
|
||||
border-radius: 12px;
|
||||
|
||||
transition: 0.3s all ease-out;
|
||||
}
|
||||
|
||||
@@ -36961,6 +37036,9 @@ color: black;
|
||||
line-height: 42px;
|
||||
}
|
||||
|
||||
.time-table-area-wrapper .inner-container .table-outer .table-inner {
|
||||
min-width: auto
|
||||
}
|
||||
}
|
||||
|
||||
/* Make the <a> fill its container */
|
||||
@@ -37608,4 +37686,37 @@ section {
|
||||
.band-score {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.uni-slider-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.uni-prev,
|
||||
.uni-next {
|
||||
position: absolute;
|
||||
top: -45px;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
border-radius: 50%;
|
||||
background: #FAD2B3;
|
||||
/* light version of #F5821F */
|
||||
color: #F5821F;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.uni-prev {
|
||||
right: 50px;
|
||||
}
|
||||
|
||||
.uni-next {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.uni-prev:hover,
|
||||
.uni-next:hover {
|
||||
background: #F5821F;
|
||||
color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user