.tr-couching-center-columns
{
  
    padding: 0px 0px 8px 5px !important;
}
.tr-couching-center-columns>div{
    border: 2px solid #f7f3f3;
}
.tr-couching-img
{
    overflow: hidden;
   
}
.tr-redirect-button
{
    display: inline-block;
    width:  49.7%;
    text-align: center;
    background-color: #ffa500;
    padding-top: 6px;
    padding-bottom: 3px;
}
.tr-redirect-button-call
{
    float: right;
    display: inline-block;
    width:  50%;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 3px;
    background-color: #ffa500; 
}
.tr-redirect-button-call:hover
{
    background-color: mediumseagreen;
}
.tr-redirect-button:hover
{
    background-color: skyblue;
}
.tr-couchin-list
{
    /* background-color: rgb(247, 247, 247); */
    /* padding-top: 10px; */
    padding-bottom: 10px;
}
.tr-services
{
    background-color: rgba(12, 4, 4, 0.74);
    padding:5px;
}

.tr-services-list
{
    display: inline-block;
    vertical-align: top;
    color: #fff;
   
}
#tr-serv-2
{
    width: 74%;
}
.tr-service-btn
{
    text-decoration: none;
    color: #fff;
}
.tr-service-btn:hover
{
    text-decoration: none;
}
.tr-image-couching
{
    height: 150px;
    width: 100%;
} 
.tr-redirect-button> p{
    margin: 0px;
}
.tr-redirect-button-call> p{
    margin: 0px;
}
.tr-google-map-con
{
    height: 130px; 
    overflow: hidden;
} 
#map
{
    width: 100%;
    height:100%;
  
}
.traning-cover-con
{
    padding: 10px 0px 0px 0px;
    width: 100%;
    overflow: hidden;
}
/* .traning-cover-con> img{
    width: 100%;
    height: 100%;
} */
/* .custom-carousel
{
    height: 400px;
} */
.custom-c-indicator
{
    bottom: -4px;
    z-index:1;
}
.carousel-image-slides
{
    height:408px !important;
    width: 100%;
}
.tr-offline-heading
{
    padding: 5px 6px 0px 15px;
   
}
.tr-heading-offline
{
    display: inline-block;
}
.tr-heading-offline> h3{
    margin-top: 11px;
}
.tr-search-bar-offline
{
    display: inline-block;
    float: right;
    margin-top: 5px;
}
.tr-search-couching
{
    width: 130px;
    height: 34px;
     box-sizing: border-box;
     border: 2px solid #ccc;
     border-radius: 4px;
     font-size: 16px;
     background-color: white;
     background-image: url('searchicon.png');
     background-position: 10px 8px; 
     background-repeat: no-repeat;
     padding: 12px 20px 12px 40px;
     -webkit-transition: width 0.4s ease-in-out;
     transition: width 0.4s ease-in-out;
}
.tr-search-couching:focus
{
    width: 300px;
}

/* mobile */
@media only screen and (max-width: 500px)
{
    .custom-carousel
    {
        height: 230px ;
    }
    .carousel-image-slides
    {
        height:238px !important;
    width: 100%;
    }
    .tr-search-bar-offline
    {
        display: block;
    float: left;
    margin-top: 5px;
    width: 100%;
    }
    .tr-search-couching
{
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.tr-search-couching:focus
{
    width: 100%;
}
.tr-offline-heading {
    padding: 3px 6px 10px 7px;
}
.tr-heading-offline {
    display: inline-block;
    text-align: center;
    width: 100%;
}
}
/* end of mobile */