:root {
--color-white:#fff;
--border-white-color:#fff;
}

/*Fourth Layout */
.newLooks .header .topbar {background-color:#1369be !important; border-bottom: 1px solid #146cc3 !important;}

.newLooks .schedule {margin:4px !important; padding: 3px !important; height: auto !important;}
.newLooks .schedule .schedule-innerBlock {}
.newLooks .schedule .single-scheduleBlock {text-align: left;border-radius: 5px;background: #1A76D1;-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;}

.newLooks .schedule .single-scheduleBlock h4 {font-size: 20px;font-weight: 600;display: inline-block;text-transform: capitalize;color: #fff;
         margin-top: 10px;margin-bottom: 10px;width: 100%;text-align: center;}
.newLooks .schedule .single-scheduleBlock .time-sidual li {display: block; color: #fff; width: 100%; margin-bottom: 3px; }

.schedule .single-schedule .inner {
    overflow: hidden;
    position: relative;
    padding: 12px;
    z-index: 2;
}
.schedule .single-scheduleBlock .icon i {
    position: absolute;
    font-size: 110px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: -1;
    visibility: visible;
    opacity: 0.2;
    right: -25px;
    bottom: -30px;
}
span.counter1 {
    display: block;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 900;
}
.counter-box {
    display: flex;
    gap: 3px;
    position: relative;
    padding: 20px 13px 20px 15px;
    border-radius: 15px;
    border: 2px solid var(--border-white-color);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.counter-box::before {
    content:"";
    position: absolute;
    left: -1px;
    top: 25px;
    bottom: 25px;
    border-left: 3px solid #63C153;
    border-radius: 5px;
    z-index: -1;
}
.counter-box .icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 35px;
    border-radius: 50px;
    text-align: center;
    color: var(--color-white);
    background: var(--color-white);
}
.counter-box .info {
    display: flex;
    gap: 0px !important;
}
.counter-box .counter {
   display: block;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.counter-box .unit {
   font-size: 12px;
    color: #fff !important;
    font-weight: 500;
    line-height: 1;
    margin: 3px 0 0 3px;
}
.content h6 {
    font-size: 12px;
    margin-top: 8px;
}
.Ibox .text {
    font-size: 13px;
}
.Ibox img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #c5c5c5;
    margin-right: 10px;
}
span.Homeunit {
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 45px;
}
h6.title {
    color: #e0e0e0;
    padding-left: 5px;
}
.single-schedule {
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    color: #fff;
}
.single-schedule.first {
    background: linear-gradient(90deg, #a0d0f7, #047edf 99%);
}

.single-schedule.middle {
    background: linear-gradient(90deg, #a0d0f7, #029dd4 99%);
}
.single-schedule.last {
    background: linear-gradient(90deg, #a0d0f7, #02b7d4 99%);
}

.mIcon{color: #fff; font-size: 18px;}

.single-content h4 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
li.day {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

h6.smallText {
font-size: 10px;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;}

.section-1 {
    padding: 30px 0;
    padding-top: 15px;
}
.icon-wrap {
    position: relative;
    height: 70px !important;
    padding: 6px;
    text-align: center;
}

.icon-wrap:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3397c8;
    /*z-index: 2;*/
}

span.flaticon-square img {
    /*z-index: 3;*/
    position: relative;
}

.feature p {
    font-size: 14px;
    color: #3397c8;
	font-weight: 600;
	 text-align: center;
}
.Ibox.d-flex strong {
    font-size: 14px;
}
.bg-white {
    background: #fff;
}

.feature h3 {
    line-height: 18px;
    text-align: center;
}
.feature {
    height: 108px;
}

.newfeature {
    display: flex;
    justify-content: center;
}
.newfeature img {
     width: 20px;
    margin-right: 12px;
    height: 20px;
}
.col-md-2.bg-white {
    padding: 13px;
	height: 134px;
}
.Ibox.d-flex {
    display: flex;
}
.home-3 .single-schedule {
    border-radius: 0px;
}
h2.headBlue {
    font-size: 22px;
    font-weight: bold;
    color: #21b6ff;
    text-align: center;
}
.schedule-inner.home-3 .col-md-6 {
    
    padding: 20px;
	    text-align: center;
} 
img.dataLogo {
    width: 64px;
}

h2.headBlue {
    font-size: 22px;
    font-weight: bold;
    color: #006394;
    text-align: center;
}

.white [class^="col-md"] {
    background: #fff;
}
.simpleHeading h2 {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}

 .newred{color:#f95353;}
 .newgray{color:#494a5a;}
 .newblue{color:#178bff;}
 .newyellow{color:#44b678;}
 
 
 .line-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px 0;
}

    .line-text::before,
    .line-text::after {
      content: "";
      flex: 1;
      border-bottom: 1px solid #c0c0c0;
    }

    .line-text:not(:empty)::before {
      margin-right: 15px;
    }

    .line-text:not(:empty)::after {
      margin-left: 15px;
    }
	.realImages{height: 38px;
    float: left;
    margin-top: 14px;
    margin-right: 5px;}
	.shadow h2 {
    font-size: 21px;
    font-weight: 600;
}
span.newDate {
    color: blue!important;
    cursor: pointer;
}
.e_date {
    background: #8bc0f859;
    margin-right: 10px;
    border-radius: 4px;
    padding: 0px 4px;
    color: #000;
    display: inline-block;
    width: 95px;
}
.Rlink{color: #0000ff;
    font-size: 12px;}
	
.topData .schedule-inner.home-3 .col-md-6 {
    padding: 7px !important;
}

.highlightBox1 {    
    background: #3397c8;
    padding: 4px;
    color: #fff;
    border-radius: 3px;
    line-height: 14px;
	}
.highlightBox2 {    
    background: #0b60af;
    padding: 4px;
    color: #fff;
    border-radius: 3px;
    line-height: 14px;
	font-size:12px !important;
	}
	
	
/* Sidebar container */
.sidebar {
    position: fixed;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
}

/* Each menu item */
.sidebar a {
    display: flex;
    align-items: center;
    width: 42px;
    height: 40px;
    margin: 5px 0;
    background: #2c3e50;
    color: white;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    transition: width 0.3s ease;
}

/* Icon */
.sidebar a i {
    min-width: 40px;
    text-align: center;
    font-size: 18px;
}

/* Text hidden initially */
.sidebar a span {
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Hover effect */
.sidebar a:hover {
    width: 150px;
}

.sidebar a:hover span {
    opacity: 1;
}

/* Different colors (optional) */
.sidebar a:nth-child(1) { background: #f95353; }
.sidebar a:nth-child(2) { background: #3360c8; }
.sidebar a:nth-child(3) { background: #bb8ed0; }
.sidebar a:nth-child(4) { background: #00aced; }

.content {
    margin-left: 60px;
    padding: 20px;
	padding:15px;
}
.feature span {
    font-size: 22px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .col-md-2-5 {
        flex: 0 0 20.833333%;
        max-width: 20.833333%;
		float: left;
	    padding:13px;
    }
    .col-md-9-5 {
        flex: 0 0 79.166667%;
        max-width: 79.166667%;
		float: left;
		padding:13px;
    }
}

img.stickIcon {
    width: 30px;
    margin-left: 4px;
    margin-right: 4px;
}

.feature.color1 .icon-wrap::before { background: #3397c8; }
.feature.color2 .icon-wrap::before { background: #FA6868; }
.feature.color3 .icon-wrap::before { background: #BB8ED0; }
.feature.color4 .icon-wrap::before { background: #fdd85d; }
.feature.color5 .icon-wrap::before { background: #00aced; }

marquee a {
    color: #1369be ! IMPORTANT;
}