.navbar_top_c {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    margin-top: 20px;
    height: 80px;
}

.navbar_top_c .navbar_top_logoimg img {
    width: 290px;
    height: 100%;
}

.navbar_top_logoimg,
.region.region-logo-right {
    height: 100%;
}

.title-full .title-eng {
    color: #15479e;
    font-weight: 500;
    /* font-size: 94%; */
    line-height: 1.2em;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.title-full .title-marathi {
    color: #15479e;
    /* font-size: 112%; */
}

.region.region-logo-right .title-full {
    width: 270px;
}

.main-menu {
    background: #15479e;
    margin-top: 8px;
}

.main-menu .region-main-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menu_region_outer {
    display: flex;
    column-gap: 20px;
    width: 100%;
    margin-bottom: 0px;
    /* padding: 10px 0px; */
    list-style: none;
    height: 45px;
    align-items: center;
}

.menu_region_outer_links .menu_region_outer_link {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    line-height: 21px;
    text-decoration: none;
    font-weight: 600;
}

.menu_region_outer_links {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu_region_outer_links:hover,
.menu_region_outer_links .active,
.btn-success {
    background-color: #00b05b !important;
    color: #fff;
}

.rti_banner_page {
    width: 100%;
    height: 250px;
    position: relative;
}

.rti_banner_page img {
    width: 100%;
    height: 100%;
}

.rti_banner_page h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: normal;
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
}

.rnr_services_outer .container {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 30px;
}

.rnr_services_outer .rnr_services_card {
    /* border: 1px solid #15479e; */
    width: 300px;
    /* height: 150px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    text-decoration: none;
    color: black;
    text-align: center;
    transition: all .2s ease-in-out;
}

.rnr_services_outer .rnr_services_card:hover {
    transform: scale(1.1);
}

.rnr_details_t_outer {
    margin-top: 20px;
}

.rnr_details_t_c_left .rnr_details_t_c_left_card {

    height: auto;
    display: flex;
    flex-direction: column;
    list-style: none;
    background-color: #3949ab;
    border-radius: 20px;
    border-radius: 6px;
    overflow: hidden;
    padding: 0px;
}

.rnr_details_t_c_left_card li {
    list-style: none;
    background-color: #15479e;
    position: relative;
    padding: 8px;
    border-bottom: 1px solid white;
}

.rnr_details_t_c_left_card li:last-child {
    border-bottom: none;
}

.rnr_details_t_c_left_card li.active {
    background-color: #00b05b !important;
}

.rnr_details_t_c_left_card li a {
    text-decoration: none;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: bold;
    font-weight: 500;
    color: #fff;
    display: block;
}

.rnr_details_t_c_right h3 {
    color: #3949AB;
    font-weight: 600;
    font-size: 160%;
    margin-bottom: 28px;
    line-height: 37px;
}

table {
    font-size: 13px;
}

table thead th,
table tbody th {
    background-color: #15479e !important;
    color: #fff !important;
    font-weight: 600;
    vertical-align: middle;
}

.btn-primary {
    background: #15479e !important;
    border-color: #15479e !important;
}

.Infographic_wrapper {
    
    background: #07294B;
    background: linear-gradient(90deg, rgba(7, 41, 75, 1) 0%, rgba(13, 65, 117, 1) 50%);
}
.Infographic_container{
    max-width: 1150px;
    margin:  auto;
    padding: 50px 20px;
    position: relative;
}
.step {
    display: flex;
    align-items: center;
    margin: 60px 0;
    position: relative;
    justify-content: space-between;
}

.step:first-child::before {
    top: 50%;
}

.circle-number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #082B4E;
    flex-shrink: 0;
    z-index: 1;
    position: relative;
    font-weight: bold;
}
.circle-number:before{
    content: "";
    width:290px;
    position: absolute;
    right: 75px;
    z-index: auto;
}

.step-content {
    padding: 0 30px;
    max-width: 450px;
}

.step-content h3 {
    margin: 0;
    font-size: 30px;
    color: white;
}

.step-content p {
    margin: 5px 0 0;
    font-size: 18px;
    color: #d1d1d1;
}

.left .circle-number:before {
    border:2px dashed #238B45;
}
.right .circle-number:before {
    border:2px dashed #3373C4;
    left: 75px;
}
.left .circle-number {
    border: 7px solid #238B45;
    margin-right: 125px;
}
.right .circle-number {
    border: 7px solid #3373C4;
    margin-left: 125px;
}
.left {
    flex-direction: row-reverse;
}
.left .step-content h3{
    text-align: right;
}
.left .step-content p{
    text-align: right;
}
.circle-wrapper {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.left .circle-wrapper{
    background: conic-gradient(transparent 0deg 180deg, #1e7d37 180deg 360deg);
    border:3px solid #1e7d37;
}
.right .circle-wrapper{
    background: conic-gradient(#3373C4 0deg 180deg, transparent 180deg 360deg);
    border:3px solid #3373C4;
}
.circle-inner {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.2s ease-in-out;
}

.circle-inner img {
    width: 60px;
    height: auto;
}
.circle-inner:hover img {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
}
.circle-inner:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); /* Adjust shadow values as needed */
}
/* Large tablets (<= 1200px) */
@media (max-width: 1200px) {
  .Infographic_container {
    max-width: 100%;
  }

  .step-content {
    max-width: 300px;
  }

  .left .circle-number,
  .right .circle-number {
    margin: auto;
  }

  .circle-number:before {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .step-content{
    max-width: 35%;
  }
  .circle-number:before{
    width:100px;
  }
}

/* Medium devices (<= 768px) */
@media (max-width: 768px) {
  .step {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .circle-number {
    margin: 20px 0;
  }

  .circle-wrapper {
    position: relative;
    left: 0;
    transform: none;
    margin: 20px 0;
  }

  .step-content {
    max-width: 90%;
    padding: 0;
  }

  .step-content h3,
  .step-content p {
    text-align: center !important;
  }

  .circle-number:before {
    display: none;
  }
}

/* Small devices (<= 480px) */
@media (max-width: 480px) {
  .circle-number {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }

  .circle-inner {
    width: 80px;
    height: 80px;
  }

  .circle-inner img {
    width: 45px;
  }

  .circle-wrapper {
    width: 110px;
    height: 110px;
  }

  .step-content h3 {
    font-size: 22px;
  }

  .step-content p {
    font-size: 16px;
  }
}