 .banner-mg:nth-child(1) {
            background-image: url(../images/banner/track2.jpg);
            height: 70vh;
        }

        .team-two .content {
            cursor: pointer;
        }
		@media (min-width: 992px) {
    .d-lg-none { display:block !important;
    }
    }
 
 
       
 .banner-mg .txt-con {
            font-size: 40px;
            width: 100%;
            line-height: normal;
            position: absolute;
            color: #fff !important;
            padding: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 2;
            text-align: center
        }
        .box-containerr {
            align-items: center;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            justify-content: flex-start;
            gap: 40px;
            position: relative;
            z-index: 9;
            /* background: #F2F2F2; */
        }

        .no-back .flip-boxx-header {
            top: -9px !important;
        }
		
		
		
		.page-service .item {
    padding: 10px;
	text-align:center;
    border: 1px solid #888;
}

.choose ul {
    list-style-type: none; /* Optional: remove default bullet points */
    padding: 0; /* Optional: remove default padding */
}

.choose li {
    display: block; /* Ensure items are stacked vertically */
    margin-bottom: 18px; /* Optional: space between list items */
}

p {
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 18px;
	text-align:justify;
}
.txt-con {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-twoo {
    padding: 6px 25px;
    background-color: #222364;
    /* background-color: var(--primary-color); */
    /* font-weight: 600; */
    color: var(--white);
    
    position: relative;
}
.mt-20{
margin-top:20px !important;
}
.section-header p {
    margin-top: 0px;
	 
}
.whychoose p {
    margin-top: -10px;
	margin-left: 25px;
	font-size:16px;
}

.section-padding {
    padding: 30px 0px;
}
.banner-mg p {
    line-height: 35px;
    font-size: 27px;
	text-align:center;
}
.page-about ul li i {
    animation: none;
	margin-bottom: 15px;
	
}

.whychoose p {
    margin-top: -10px;
	margin-left: 25px;
	font-size:16px;
}

.appl p { 
    font-size: 16px;
	text-align:center;
}

.appl h4 { 
 margin-top: 10px;
 margin-bottom: 10px;
 text-align:center;
}

.whychoose h4 {
 margin-top: 10px;
 margin-bottom: 10px;
}
.whychooses h4 {
 margin-top: 10px;
 margin-bottom: 10px;
}

.primary-color {
color: #222364;
}

.mt20{
margin-top:20px !important;
}
.mt10{
margin-top:10px !important;
}
.mt5{
margin-top:5px !important;
}
.mt40{
margin-top:40px !important;
}

.primeicon {
    background-color: #222364 !important; /* Icon background color */
    
    font-size: 10px; /* Icon size */
	height:10px;
    
}

  .button-row {
        display: flex;
        flex-wrap: wrap; /* Optional: allows wrapping on smaller screens */
        gap: 15px;
        margin-top: 20px;
    }

    .btn-twoo {
        padding: 10px 30px;
        background-color: #222364; /* Example color */
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
    }

    .btn-twoo i {
        margin-right: 8px;
    }
	
	  .custom-img-responsive {
    width: 100%; /* Default for large screens (PC) */
  }

  @media (max-width: 992px) {
    /* Tablet view */
    .custom-img-responsive {
      width: 70%;
    }
  }

  @media (max-width: 576px) {
    /* Mobile view */
    .custom-img-responsive {
      width: 50%;
    }
  }
  
  #rubberTrackSlider img{
border-radius:8px;
transition:transform .5s ease;
}

#rubberTrackSlider:hover img{
transform:scale(1.03);
}
#rubberTrackSlider {
border:5px solid #222364;
}
.downrubber .btn-twoo {
width:100% !important;
}
.downrubber {
padding-right:11px;
}