*{
    box-sizing: border-box;
    padding: 0 ;
    margin: 0 ;
}
body{
    font-family: "Poppins", sans-serif !important;
}
.rowfares-pnf-inner{
    border: 1px solid #061131;
    background-color: #061131;
    padding:30px 0;
    overflow: hidden;
}
.rowfares-pnf-image img{
    width: 309px ;
    height: 122px ;
}
.page-pnf-found p{
    font-size:30px ;
    font-weight: 600 ;
}
.go-back-button a{
    font-size: 12px ;
    font-weight: 600 ;
    color: #061131;
    background-color: white ;
    width: 116px ;
    height: 38px ;
    border-radius: 12px ;
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration: none ;

}
.your-agent-text p{
    font-size: 24px ;
    font-weight: 600 ;
}
.call-away-list ul {
li{
    list-style: none ;
    font-weight: 500 ;
    font-size: 16px ;
    span{
        width: 29px ;
        height: 29px ;
    }
}
}
.rawfares-call-button a{
width: 341px ;
height: 56px ;
border: 2px solid #FFFFFF; border-radius: 30px ;
font-size: 24px ;
font-weight: 600 ;
gap: 20px ;
text-decoration: none ;
color: white !important;
}
.ellipse-shadow{
width: 320px ;
height: 509px ;
img{
    width: 100% ;
}
}
.half-circle-main{
top: 0 ;
left: -1px ;
}
.half-circle-main ul li{
    list-style: none ;
    position: absolute ;
}
.left-upon-circle{
    top: 40px ;
    width: 234px ;
    height: 468px ;
}

.half-circle-main ul li:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg) translate(-2px, -40px);
}

@media screen and (max-width:992px) {
    .ellipse-shadow {
        width: 151px;
        height: 420px;
    }
    
    .left-upon-circle {
        width: 99px;
        height: 200px;
    }
    .rowfares-pnf-image img {
        width: 300px;
        height: 115px;
    }
    .rowfares-pnf-image img {
        width: 300px;
        height: 115px;
    }
    .your-agent-text p {
        font-size: 22px;
    }
    .call-away-list ul li{
        font-size: 15px ;
    }
    .rawfares-call-button a{
        width: 300px ;
        font-size: 22px ;
        gap: 15px ;
        position: relative;
        z-index: 100;
    }
    .rawfares-call-button a{
        width: 270px !important;
    }
    .rawfares-call-button a span{
        width: 40px ;
        height: 40px ;
        border-radius: 50% ;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        img{
            width: 100% ;
        }
    }
    .half-circle-main{
        position: relative ;
        z-index:20; 
        display: block !important;
    }
}

@media screen and (max-width:768px) {
    .rowfares-pnf-image img {
        width: 230px;
        height: 80px;
    }
    .page-pnf-found p {
        font-size: 25px;
    }
    .your-agent-text p {
        font-size: 20px;
        text-align: center;
    }
    .rawfares-call-button a {
        width: 100%;
        font-size: 20px;
        gap: 10px;
        height: 50px ;
    }
    .rawfares-call-button a span {
        width: 38px;
        height: 38px;
    }
    .go-back-button a {
        font-size: 11px;
        width: 110px;
        height: 35px;
    }
}

@media screen and (max-width:576px) {
    .half-circle-main{
        display: none !important;
    }
    .rawfares-call-button a {
        font-size: 18px;
    }
    .rawfares-call-button a span {
        width: 36px;
        height: 36px;
    }
    .call-away-list ul li {
        font-size: 14px;
    }
}