.transport_detail-page-container {
    padding: 0 !important;
    margin: 0 !important;
    background: #F5F6F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.transport_detail-page-headingCont {
    /*border: 1px solid;*/
    width: 75%;
    height: 82px;
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.transport_detail-page-headingAndBtnCont h1 {
    color: #091E42;
    font-weight: 700;
    font-size: 40px;
    margin-right: 10px;
}

.transport_detail-page-headingAndBtnCont button {
    width: 120px;
    height: 54px;
    border: none;
    border-radius: 9999px;
    padding: 13px;
    background: #DFE2E6;
    color: #091E42;
    font-weight: 600;
    font-size: 18px;
}

.transport_detail-page-likeIconCont {
    display: flex;
}

.transport_detail-page-likeIconCont div {
    width: auto;
    height: 32px;
    border-radius: 8px;
    border-width: 1px;
    padding-right: 16px;
    padding-left: 12px;
    border: 1px solid #7A8699;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.transport_detail-page-likeIconCont div span {
    color: #5D6B82;
    font-weight: 400;
    font-size: 12px;
    margin-left: 10px;
}

.transport_detail-page-sliderAndProductDetailCont {
    width: 75%;
    height: 520px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;

}

.transport_detail-page-sliderCont {
    width: 60%;
    height: 520px;
    /*border: 1px solid #091E42;*/
    border-radius: 8px;
    overflow: hidden;
}

.transport_detail-page-productDetailCont {
    width: 100%;
    height: 520px;
    border: none;
    border-radius: 8px;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px #9680251F;
    display: flex;
    flex-direction: column;
}

.transport_detail-page-productHeadingAndIconCont{
    display: flex;
}

.transport_detail-page-productHeadingAndIconCont img{
    width: 32px;
    height: 32px;
}

.transport_detail-page-productHeadingAndIconCont span{
    color: #091E42;
    font-weight: 700;
    font-size: 23px;
    margin-left: 10px;
}

.transport_detail-page-productDetailAddressCont h2{
    color: #5D6B82;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.transport_detail-page-productDetailAddressCont div{
    display: flex;
}

.transport_detail-page-productDetailAddressCont div img{
    width: 32px;
    height: 32px;
}

.transport_detail-page-productDetailAddressCont div span{
    color: #091E42;
    font-weight: 500;
    font-size: 18px;
    margin-left: 10px
}

.transport_detail-page-productDetailSpecificationCont h2{
    color: #5D6B82;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}

.transport_detail-page-productDetailSpecification {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.transport_detail-page-productDetailSpecification div img{
    width: 32px;
    height: 32px;
}

.transport_detail-page-productDetailSpecification div span{
    color: #A6AEBB;
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
}

.transport_detail-page-productDetailSpecification span{
    color: #091E42;
    font-weight: 500;
    font-size: 18px;
}

.transport_detail-page-productDetailCommoditiesCont h2{
    color: #A6AEBB;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}

.transport_detail-page-productDetailCommoditiesCont div span{
    color: #091E42;
    font-weight: 500;
    font-size: 18px;
}

.transport_detail-page-productDetailBtnCont button {
    width: 100%;
    height: 56px;
    min-height: 64px;
    max-height: 56px;
    border: none;
    border-radius: 16px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    background: #F6D23C;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}

.transport_detail-page-contentCont {
    width: 75%;
    min-height: 920px;
    border: none;
    background: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 24px;
}

.transport_detail-page-contentInfrastructureCont {
    border-bottom: 1px solid #C2C7D0;
    margin-bottom: 20px;
}

.transport_detail-page-contentInfrastructureCont h2{
    color: #091E42;
    font-weight: 600;
    font-size: 23px;
}

.transport_detail-page-contentInfrastructureCont h2 span{
    color: #F6D23C;
    font-weight: 600;
    font-size: 23px;
}

.transport_detail-page-contentInfrastructure {
    padding-left: 20px;
}

.transport_detail-page-contentInfrastructure p{
    color: #A6AEBB;
    font-weight: 500;
    font-size: 18px;
}

.transport_detail-page-contentInfrastructure p span{
    color: #091E42;
    font-weight: 600;
    font-size: 18px;
    padding-left: 10px;
}

.transport_detail-page-contentPdfCont {
    display: flex;
    margin-bottom: 20px;
}
