.b-a{
    filter: grayscale(100%);
}
.iso-b{
    margin-top: 2em;
}
.iso-text{
    /* float: left; */
    font-weight: bold;
    font-size: 2em;
    margin-left: 1em;
    line-height: 70px;
    display: inline;
}
.show-year{
    font-size: 21px;
}
.header, #footer{
    overflow-x: hidden;
    overflow-y: hidden;
}
.tab-text > h5{
    font-weight: 400;
    text-transform: capitalize;
}
.features{
    margin-top: 50px;
}

.product-category h2{
    font-weight: normal;
}
.product-category h2 span{
    color: red;
    display: inline;
    font-size: inherit;
}

.subpage_content_main{
    margin-top: 30px;
    margin-bottom: 30px;
}

.profile-page table{
    margin-top: 80px;
}
.profile-page table td, .facilities-page table td{
    font-size: 15px;
}
.profile-page table td:first-child{
    width: 230px;
}

.facilities-page table, .machine-shop{
    margin-top: 30px;
}

/* .facilities-page .tariff_main h1{
    color: #222;
} */

.full-width{
    width:100%;
}
.rental-fleet li{
    font-size: 14px;
    padding: 12px 0 10px;
}

.download-forms h5{
    margin-top: 30px;
    float: left;
    width: 100%;
}


#custom_captcha #capt{
    float: left;
}
#custom_captcha input[type=image]{
    float: left;
    width: 24px;
    padding: 0;
    margin-left: 5px;
}
.error{
    color: red;
}
.location-slide-tab h6:nth-of-type(2){
    margin-top: 18px;
}
/* Landing page animation */
@keyframes slideInRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
}
.c{
    position: absolute;
    top: 0;
    left: -200px; 
    height: 0;
    right: 100%;
    border-bottom: 870px solid rgba(255,255,255,0.4);
    border-right: 200px solid transparent;
    z-index: 100;
}
.c.container-1{
    right: 60% !important;
    animation: 1s ease-out 0s 1 slideInRight;
}
.c.container-2{
    right: 61% !important;
    animation: 1.2s ease-out 0s 1 slideInRight;
}
.c.container-3{
    right: 62% !important;
    animation: 1.4s ease-out 0s 1 slideInRight;
}
/* End Landing page animation */

.shipping{
    text-align: left;
}
.banner-text h2 span{
    font-size: 0.8em;
}
.startup-india{
    width: 50%;
    float: right;
}
.home-after-slider h5{
    margin-bottom: 10px;
    font-weight: bold;
    color: #6D278A;
}
.col-equalH-top{
    padding: 13px 22px 13px 22px;
}
.tp-simpleresponsive a{
    line-height: 1em;
}


/* TRACK */
/*#component{
	background-color: #f1f1f1;
	padding-top: 3em;
	padding-bottom: 3em;
}*/
.track, .track .submit, .track-widget .note{ 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.track{
	padding: 1.5em 0;
	background-color: white;
}
.track input{
	padding: 0.5em 1.5em;
	font-size: 1.5em;
	border: none;
}
input#geTrackNumber::placeholder {
  	color: #c1c1c1;
  	font-weight: normal;
}
.track .submit{
	background: #FFA200;
	color: white;
	font-size: 1.2em;
	line-height: 2em;
}
.track-widget .note{
	background-color: #666666;
	color: #e1e1e1;
    padding: 0.5em 1em;
    font-size: 1.3em;
}
.table > tbody > tr > td.status{
  text-align: center!important;
}
.table > tbody > tr > td.status > span{
  float: left!important;
  width: 100%!important;
}

#div-track-details{
  margin-top: 2em;
  min-height: 400px;
}
#geTrackNumber:focus{
    outline: groove;
}

.track-title{
    font-size: 1.5em;
}
.head-title th{
    font-size: 1.5em;
    color: #f94b4b;
    font-weight: 700;
}
/** */

a.call-now{
    font-size: 1.5em;
    color: black;
}
a.call-now:hover{
    color: #EEA131;
}

@media only screen and (max-width: 778px) {
    .header {
        overflow-x: unset;
        overflow-y: unset;
    }
    .c.container-1{
        right: 0% !important;
    }
    .c.container-2{
        right: 1% !important;
    }
    .c.container-3{
        right: 2% !important;
    }

    .startup-india{
        width: 100%;
        margin-top: 3em;
    }
}

@media only screen and (max-width: 778px) {
    .Safari .figure {
        background-position: unset !important;
    }

    .home-after-slider{
        margin-top: unset;
        padding-top: unset;
    }
    .call-us{
        margin-bottom: unset;
    }
    .iso-text{
        font-size: 1em;
    }
}
