h3{
    margin-top: 24px;
    float: left;
    width: 100%;
    font-weight: 600;
}
.titlesection {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #002955;
    background-image: url('../newlayout/images/screenerbannerbg.png'), radial-gradient(circle, #002955, #002955);
    background-repeat: repeat-x;
    animation: slide 25s linear infinite;
    -webkit-animation: slide 25s linear infinite;
}
.titlesection h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 57px;
    color: #fff;
}
.launch_details {
    padding: 10px 20px;
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    margin-bottom: 25px;
    margin-top: -40px;
}
.launch_details .nav_details {
    justify-content: space-around;
    align-items: center;
}
.launch_details .nav_details>li {
    padding-right: 5%;
    display: flex;
}
.launch_details ul.nav.nav_details label {
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 400;
    font-size: 18px;
    float: left;
    margin-right: 5px;
}
.launch_details .nav_details>li:not(:last-child) {
    border-right: 2px dashed #ccc;
    padding-left: 0;
}
.launch_details .nav_details>li>p {
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 600;
    font-size: 18px;
}
.launch_details .nav_details>li>p b {
    margin-right: 10px;
}

.relatedreports{
    border: 1px solid #ddd;
    border-radius: 25px 2px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 25px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    word-break: break-word;
}
li {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    word-break: break-word;
}

.buynowaddon {
    display: flex;
    align-items: center;
}
.buynowaddon p {
    margin-bottom: 0px;
    margin-right: 10px;
    color: #ed5a2b;
    font-weight: 600;
    font-size: 18px;
}
.buynowaddon .btn {
    padding: 15px 20px;
    font-size: 18px;
}
.relatedreports h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
    min-height: 100px;
}
.relatedreports {
    border: 1px solid #ddd;
    border-radius: 25px 2px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 25px;
    margin-top: 25px;
    background-color: #efeffd;
}
.relatedreports p {
    font-weight: 500;
    color:#000;
}
.report_download a {
    text-decoration: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    background-image: none;
    background-color: #0254d6;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
.launch_details .nav_details>li {
    padding-right: 10px;
    display: flex;
}
.launch_details .nav_details>li>p {
    font-size: 16px;
}
ul.nav.nav_details label {
    font-size: 16px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.launch_details .nav_details>li {
    padding-right: 10px;
    display: block;
}
.buynowaddon .btn {
    padding: 10px 15px;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.launch_details .nav_details>li {
    padding-right: 10px;
    display: block;
    width: 100%;
    border-right: 0px !important;
    margin-bottom: 13px;
}
}
