@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body {
    /*background-color: #9bd9f0;*/
    /*font-family: 'Poppins';*/
    font-family: "Inter";
     /*font-family: Reem Kufi;*/
}

    .badge_new {
        position: relative;
    }
    
    .mobile_banner{
        display:none;
    }
    
    .banner_images{
        width:33.33%;
    }
    
    .flex_items_images{
        display:flex;
        align-items:center;
    }


.badge_span_new {
    position: absolute;
    top: -20px;
    right: 6px;
    font-size: 10px;
    background: #767676;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
}

.oly_main {
    padding: 8px;
    border-radius: 4px;
    transition: 0.3s;
}

.badge_new:hover .oly_main {
    color: black !important;
    /*box-shadow: 0px 3px 10px gray;*/
}

.badge_new:hover .badge_span_new {
    color: white !important;
}
                            
                            
.batch_card{
    margin: 50px 0px;
    border: 5px solid #cecece;
    padding: 60px;
    background: #e2e2e2;
    box-shadow: 0px 0px 5px 5px #8c8c8c inset;
}


.circle_bg_batch{
    width: 350px;
    background: #9b0404;
    border-radius: 50%;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circle_bg_batch img{
    width: 100%;
}

.flex_centered_batch{
    display: flex;
    align-items: center;
    justify-content: end;
}

.flex_end_batch{
    display:flex;
    justify-content:end;
}
.flex_align_end_batch{
    display:flex;
    align-items:end;
}

.gradiant_text {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 60px;
}

.gradiant_text b {
    background: linear-gradient(87deg, #5a4bda, #eb427e);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rankers{
        font-family: 'FontAwesome';
    font-weight: 800;
    font-size: 49px;
    text-align: center;
    color: #767676;
}

.margin_top_50{
    margin-top: 50px;
}

.circle_for_text{
    background: rgb(32, 31, 92);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    text-align: center;
}

.batch_first_text{
    font-size: 30px;
    color: #ffb300;
    font-weight: 800;
}

.batch_second_text{
    font-size: 19px;
    color: white;
    margin-top: 10px;
    font-weight: 600;
}

.batch_second_last_text{
    font-size: 22px;
    color: #ffb300;
    margin-top: 6px;
    font-weight: 800;
}

.batch_final_text{
    font-size: 19px;
    color: white;
    margin-top: 10px;
    font-weight: 600;
}

.result_card_topbar{
    display:flex;
    align-items:center;
    justify-content:center;
}
.result_card_topbar img{
        width: 100%;
    height: 236px;
    background: #e0e0e0;
    /* padding: 8px 28px 0px 8px; */
    /* border-radius: 25px 25px 50px 50px; */
     /*object-fit: cover;*/
}
/*.result_card_topbar img{
    width: 100px;
    height: 100px;
    background: #e0e0e0;
    padding: 8px 8px 0px 8px;
    border-radius: 25px 25px 50px 50px;
    object-fit: cover;
}*/



.result_card{
    margin-top: 30px;
    /*border: 2px solid black;*/
    padding: 10px 0px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px #e1e1e1;
    transition: 0.3s;
}

.result_card:hover{
  box-shadow: 0px 0px 25px #adadad66 inset;
}

.transform{
    transition: 0.3s;
}

.result_card:hover .transform{
 transform: scale(0.9);
}

.result_card_body{
    text-align:center;
    margin-top:10px;
}

.result_card_body h3{
  font-size: 16px;
  color: #04b604;
  font-weight: 800;
  margin-bottom: 0px;
}

.result_card_body p{
    font-size: 14px;
}

.top_bar {
    background-color: #fed34f;
    transition: all 0.3s ease-in-out;
    padding: 10px 0px;
}

/*.banner_top_image img{
        width: 100%;
        height: 400px;
        object-fit:cover;
    }*/

.banner_top_image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.black_overlay_dark {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay_title {
    color: #fff;
    font-family: Reem Kufi;
    font-size: 110px;
    font-style: normal;
    font-weight: 400;
    line-height: 150px;
    margin-bottom: 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .55);
}

.overlay_description {
    color: #000;
    font-family: Reem Kufi;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.55);
    text-transform: capitalize;
    background: #ffffffe0;
    border-radius: 4px;
    padding: 16px;
}

.cog {
    animation: animName 2s linear infinite;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.corses_card {
    box-shadow: 0 1px 8px 0 #00000014;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    transition: 0.3s;
    margin-top: 25px;
    background-color:white;
}

.corses_card:hover {
    transform: scale(1.04);
}

.bg_overlay_white{
    background-color: #ffffff4a;
    padding: 10px;
    border-radius: 4px;
}

.padding_left_course {
    padding: 20px 0px 0px 40px;
}

.corses_title {
    font-size: 16px;
    margin: 10px 0px;
    display: flex;
    align-items: center;
}

.corses_description {
    font-size: 13px;
    margin-top: 15px;
    height:75px;
    text-transform: capitalize;
}

.courses_link {
    margin: 20px 0px;
    transition: 0.3s;
}

.courses_link a {
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.courses_link:hover span {
    color: #5a4bda;
    text-decoration: underline;
}

.courses_link:hover i {
    background-color: #5a4bda;
    color: white;
}

.courses_link i {
    color: black;
    padding: 4px 13px;
    border-radius: 25px;
    font-size: 22px;
    margin-left: 10px;
    transition: 0.3s;
}

.bg_gradient_red {
    background: linear-gradient(303.52deg, #f66 3.67%, #bb3a58 103.62%);
}

.bg_gradient_dark {
    background: radial-gradient(44.67% 81.61% at 49.69% 33.92%, #3c71a1 0, #164978 100%);
}

.bg_gradient_green {
    background: radial-gradient(44.67% 81.61% at 49.69% 33.92%, #3ca15e 0, #348f5b 100%);
}

.badge_course {
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: -.85px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    margin-left: 10px;
}

.bg_color_corses i {
    font-size: 50px;
    color: #757471;
    margin-left: 15px;
    /*webkit-animation: mover 1s infinite  alternate;*/
    /*animation: mover 1s infinite  alternate;*/
}

.bg_color_corses {
    background: #FFF3E0;
    height: 100%;
    border-radius: 130px 0px 0px 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_blue_bg {
    background: #FEE;
}

.bg_sky_bg {
    background: #E4FAFF;
}

.counter_card {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.counter_card:hover .image_moveing {
    opacity: 1;
}

.counter_card:hover .image_moveing img {
    width: 140px;
    height: 130px;
    object-fit: contain;
}

.counter_card:hover .flex_centered_counter {
    margin-bottom: 60px;
}


.counter_text {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}

.counter_description {
    font-size: 16px;
    color: black;
}

.flex_centered_counter {
    transition: 0.3s;
}

.image_moveing {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-out;
}

.image_moveing img {
    width: 0px;
    height: 0px;
    transition: 0.3s ease-out;
}

/*@keyframes mover {*/
/*    0% { transform: translateY(0); }*/
/*    100% { transform: translateY(-10px); }*/
/*}*/

/*  background: radial-gradient(87.99% 87.99% at 82.56% 82.09%,#f66 0,#bb3a58 100%);
background-size: 100%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 600;*/


.flex {
    display: flex;
}

.align_center {
    align-items: center;
}

.justify_center {
    justify-content: center;
}

a:hover {
    text-decoration: none;
    color: black;
}

.top_text {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

.enroll_btn {
    border: none;
    background-color: #1A76EF;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    font-weight: 400;
    margin-left: 10px;
}

.visit_btn {
    background-color: #0c703f;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    padding: 2px 15px 3px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-weight: 500;
    border: none;
}

.header_top_bar {
    background:#9bd9f0;
    padding: 10px 0px;
}

.top_listing .ul {
    margin-bottom: 0px;
    padding-left: 0px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    list-style: none;
}

.top_listing .ul .li:first-child {
    margin-left: 0px;
    border-left: 1px solid transparent;
    padding-left: 0px;
}

.top_listing .ul .li {
    color: black;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid black;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

.dropdown ul li a{
    color: white !important;
}


.top_listing .ul .li a {
    text-decoration: none;
    color: black;
}

    
#result_active_tab{
    background: #0049B7;
    color: white;
}

.result_tab_listing ul li{
    padding: 11px;
    /*padding: 16px;*/
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-size: 21px;
    font-weight: 800;
    transition: 0.3s;
    font-family: initial;
}

.badge_result_new {
    position: absolute;
    top: 5px;
    /* right: 0px; */
    font-size: 12px;
    background: #9b0404;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
}

/*.result_tab_listing ul li{
    padding: 16px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-size: 19px;
    font-weight: 800;
    transition:0.3s;
}*/

.result_tab_listing ul li:hover{
    background: #0049B75C;
}

.result_tab_listing ul{
      padding-left: 0px;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0px;
      background: lightgray;
      border: 1px solid #c7c7c7;
}

/*.result_tab_data{
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding: 20px;
    box-shadow: 0px 6px 6px #b4b4b4 inset;
}*/


/*.result_tab_data{
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding: 20px;
    height: 400px;
    overflow-y: scroll;
    box-shadow: 0px 6px 6px #b4b4b4 inset;
}*/

.topbar-dropdown {
    position: absolute;
    background: #403f40;
    top: 21px;
    left: 0px;
    padding: 0px 10px 10px 10px;
    list-style: none;
    z-index: 100000;
    border-radius: 4px;
}

.topbar-dropdown li {
    margin: 10px 0px;
    white-space: nowrap;
}

a {
    text-decoration: none;
    color: white;
}

.enquiry_text {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    cursor: pointer;
    padding: 0px 10px;
}

.blink__effect {
    animation: blink2 1s linear infinite;
}

.blick_effect {
    padding: 10px;
    border-radius: 2px;
    animation: blink 1s linear infinite;
}

@keyframes blink2 {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes blink {

    0%,
    100% {
        background: skyblue;
    }

    50% {
        background: none;
    }
}

.topbar-dropdown li a:hover {
    color: white;
}

.enquiry_text:hover {
    color: white;
}

.apply_btn,
.login_btn {
    border: none;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    position: relative;
}

.apply_btn::before {
    top: 5px;
    left: -16px;
    width: 1px;
    height: 10px;
    content: ' ';
    background: #eee;
    position: absolute;
}

.login_btn::before {
    top: 5px;
    left: -16px;
    width: 1px;
    height: 10px;
    content: ' ';
    background: #eee;
    position: absolute;
}

.apply_btn {
    background: #F00;
}

.login_btn {
    background: #69AA09;
}

.bottom_top_bar_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.bottom_top_bar_li{
    padding: 10px;
}
.bottom_top_bar_li span {
    transition: 0.3s;
}

.bottom_top_bar_li:hover span,
.bottom_top_bar_li a:hover {
    color: #fb0000;
}

.bottom_top_bar_li:hover {
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 3px 10px gray;
}

.bottom_top_bar_li,
.bottom_top_bar_li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    cursor: pointer;
    transition: 0.3s;
}

.bottom_top_bar {
    padding: 30px 0px;
    box-shadow: 0px 4px 10px gray;
    /*position: sticky;*/
    top: 0;
    background-color: white;
    z-index: 1000;
}

.normal_title {
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
}

.normal_title span {
    font-size: 40px;
    background: radial-gradient(87.99% 87.99% at 82.56% 82.09%, #f66 0, #bb3a58 100%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

p {
    margin-bottom: 0px;
}

.description {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 20px;
}

.about_card:hover {
    box-shadow: 0px 16px 32px 0px rgb(151, 151, 151);
    border-radius: 4px;
}

.about_card {
    border: none;
    background-color: white;
    box-shadow: 0px 16px 32px 0px rgba(233, 238, 242, 0.4);
    margin-top: 20px;
    transition: 0.5s;
    height: 215px;
}

.icon_main img {
    width: auto;
}

.about_description {
    margin-top: 20px;
    text-align: center;
}

.title_main {
    font-size: 36px;
    line-height: 44px;
    color: #1A76EF;
    font-weight: 700;
}

.footer_newletter {
    background-color: #00354954;
    padding-top: 20px;
    padding-bottom: 20px;
}

.newletter_title {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin-top: 20px;
    white-space: nowrap;
}

.newletter_description {
    font-size: 13px;
    line-height: 20px;
    color: white;
    margin: 20px 0px;
}

.newletter_input {
    position: relative;
}

.newletter_input input {
    border: none !important;
    height: 54px;
    padding: 0 10px 0 15px;
    box-shadow: none !important;
    border-radius: 12px;
    width: 100%;
}

.newletter_btn:hover {
    background-color: white;
}


.download_div{
    margin-left:20px;
}

.mobile_apk{
    display:none;
}

.download_footer_card{
    background: #00000080;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.download_footer_card:hover{
     background: #000;
}

.down_text span{
    margin-left:10px;
    color: white;
    font-size: 14px;
}

.download_card{
   background: #00000080;
  padding: 1px 20px;
  border-radius: 4px;
  cursor : pointer;
  transition:0.3s;
}

.download_card:hover{
    background:black;
}

.flex_centerd{
    display:flex;
    align-items: center;
}

.down_icon i{
    font-size: 25px;
    color: #4cfc4c;
}

.down_text p{
    margin-bottom: 0px;
    margin-left: 10px;
    color: white;
    font-weight: 600;
}

.answere_key_list a{
    color: black;
    transition: 0.3s;
}

.answere_key_list a b{
    color: blue;
    transition: 0.3s;
}

.answere_key_list a:hover{
    color:blue;
    text-decoration: underline;
}

.badge_key_new{
    background: red;
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
}

.flex_centered{
    display:flex;
    align-items:center;
    justify-content:center;
}

.height_vh{
    margin-bottom :200px;
}

.image_hover{
    border: 3px solid transparent;
    border-radius: 50%;
    transition:0.3s;
}
.image_hover:hover{
    border: 3px solid #9c0505;
    
}
    

@media only screen and (max-width: 600px) {
  .download_card{
      padding: 0px 10px;
  }
  
  .mobile_banner {
        display : block;
    }
    
    .banner_images{
        width:100%;
    }
    
    .desktop_banner{
        display:none;
    }
  
  .flex_align_end_batch {
    justify-content: center;
    margin-top: 10px;
  }
  .padding_mob_none{
      padding:0px;
  }
  
      .batch_card {padding: 20px;}
    
    .flex_centered_batch {
        justify-content: left;
    }
    
    .circle_for_text {
        width: 160px;
        height: 160px;
    }
    .circle_bg_batch {
      width: 140px;
      height: 140px;
    }
    
    .batch_first_text {
      font-size: 15px;
      color: #ffb300;
    }
    
    .batch_second_text {
      font-size: 14px;
      margin-top: 0px;
    }
    
    .batch_second_last_text {
        font-size: 15px;
        margin-top: 0px;
    }
    
    .batch_final_text {
      font-size: 15px;
      margin-top: 0px;
    }
  
  .answere_key_list a {font-size: 12px;}
  
  .download_footer_card {padding: 0px 10px;margin-left: 10px;}
  .mobile_apk{
      display:block;
  }
  
  .down_icon i{
      font-size:15px;
  }
  
  .down_text p{
      font-size:10px;
      white-space:nowrap;
  }
}



    .dropdown > .link:hover + .dropdown-menu,
    .dropdown-menu:hover {
        opacity: 1;
        transform: translateY(0px);
        pointer-events: auto;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #d3d3d3;
        min-width: 337px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
        padding: 3px;
    }
 
    .header_seat {
        display: inline-block;
        position: relative;
        color: #0087ca;
    }
    
    .header_seat:after {
        content: "";
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #0087ca;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
    
    .header_seat:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
    
    .border_b{
       border-bottom: 1px solid #a4a4a4 !important;
    }
    
    
    

.footer_logo {
    width: 100%;
}


.font_icon2 {
   color: #cccccc;
    font-size: 13px !important;
}
/*.footer_logo {
    width: 100%;
}*/

.newletter_btn:focus {
    outline: 0;
}

.newletter_btn {
    border: none;
    border-radius: 4px;
    position: absolute;
    background: white;
    right: 5px;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d2424;
    font-size: 35px;
}

.footer_background {
    background-color: #141b23;
    /*background-image: url('https://www.allen.ac.in/assets/img/new-footer/footer-widget-bg.png');*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 100px;
}

.carousel_width {
    width: 100%;
    height: 375px;
}

.bg_overlay_left {
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
}

.bg_overlay_left:hover {
    opacity: .9;
}

.bg_overlay_right {
    background: linear-gradient(to left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
}

.bg_overlay_right:hover {
    opacity: .9;
}

.tabs_container {
    background-color: #f7f7f7;
}

.tabs_header ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.tabs_header ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.tabs_header ul li:hover {
    background-color: #eee;
    color: #72c02c;
}

.tabs_body {
    height: 305px;
    overflow-x: scroll;
    margin-top: 20px;
    padding: 0px 20px;
}

#active_tab {
    background: white;
    border: 1px solid #ddd;
    border-bottom: transparent;
    color: red;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.item {
    position: relative;
}

.overlay_white {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#01010100, #25252500 50%, #00000070 50%, #0006);
    background-size: 100% 200%;
    transition: background 0.5s;
}

.overlay_white:hover {
    background-position: 100% 100%;
}

.tabs_listing ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
}

.tabs_listing ul li {
    color: black;
    margin-top: 10px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    font-size: 14px;
}

.tabs_listing ul li a {
    color: black;
    transition: 0.3s;
}

.tabs_listing ul li a:hover {
    color: #72c02c;
    text-decoration: underline;
    font-weight: 600;
}

.marginTopSection {
    margin-top: 45px;
}

.img_background_card img {
    width: 100%;
    filter: drop-shadow(0px 7px 6px gray);
}

.img_background_card {
    border-bottom: 1px solid #0000002b;
    text-align: center;
    padding: 20px;
}

.card_title_text {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 700;
}

.Course_card .card-body {
    text-align: center;
}

.padding_none {
    padding: 0px 10px;
}

.card_text_description {
    font-size: 12px;
}

.course_btn:hover {
    background-color: #000;
}

.course_btn {
    background-color: #1A76EF;
    border-radius: 30px;
    font-size: 12px;
    padding: 4px 20px 6px;
    border: none;
    color: white;
    transition: 0.3s;
    margin-top: 20px;
}

.web_title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}

.coppyright_div {
    background: #9c0505;
    /*background: #72c02c;*/
    color: #fff;
    margin-bottom: 0px;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
}

.footer_first_div_title {
    color: #fefefe;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
}

.margin_left_space {
    margin-left: 10px;
}

.footer_second_title {
    color: #999999;
    font-size: 12px;
    white-space: nowrap;
}

.footer_second_description {
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 8px;
}

.footer_second_a {
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 8px;
}

.footer_second_a a:hover {
    color: #ffffff;
}


.footer_listing ul {
    margin-bottom: 0px;
    padding-left: 0px;
  list-style: none;
}

.footer_listing ul li a {
    color: #999999;
    font-size: 13px;
    transition: 0.3s;
}

.footer_listing ul li a:hover {
    color: white;
    margin-left: 10px;
}

.footer_listing ul li::marker {
    color: #999999;
}

.paddingTopSection {
    padding-top: 45px;
}

.borderd_top {
    border-top: 1px solid #000;
    padding: 20px 0px;
}

.flex_aligns {
    display: flex;
    align-items: center;
    /*justify-content: space-evenly;*/
}


.bottom_listing .ul {
    margin-bottom: 0px;
    padding-left: 0px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    list-style: none;
}

.bottom_listing .ul .li:first-child {
    margin-left: 0px;
    border-left: 1px solid transparent;
    padding-left: 0px;
}

.bottom_listing .ul .li {
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    border-left: 1px solid white;
    padding-left: 5px;
    position: relative;
    cursor: pointer;
}

.bottom_listing .ul .li a {
    text-decoration: none;
    color: #999999;
    font-size: 12px;
    transition: 0.3s;
}

.bottom_listing .ul .li a:hover {
    color: white;
}

.borderd_section {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0px;
    margin-top: 20px;
}

.footer_last_description {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.social_icons {
    display: flex;
    align-items: center;
}

.social_box {
    padding: 10px 30px;
    position: relative;
}

.social_box::after {
    content: '';
    width: 2px;
    height: 50px;
    position: absolute;
    right: 0;
    background-color: #000;
    rotate: 16deg;
    top: 0;
}

.social_box:last-child::after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0;
    background-color: #000;
    rotate: 16deg;
    top: 0;
}

.social_box a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s;
}

/*.padding_none :hover {
    background-color: #254b60 !important;
    color: white;
}*/
.social_box a:hover {
    color: white;
    background-color: gray;
}

.social_div {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #b4b2b2 inset;

}

.alignCenter {
    display: flex;
    align-items: center;
}

.web_button:hover {
    background-color: #e74281;

}

.web_button {
    background-color: #5f4cd7;
    color: white;
    border-radius: 25px;
    padding: 10px 40px;
    display: flex;
    align-items: baseline;
    transition: 0.3s;
    border: none;
}

.padding_inputes {
    padding: 35px;
}

.MarginTopContactDiv {
    margin-top: 30px;
}

.MarginTopContactDiv:first-child {
    margin-top: 0px;
}


.information_box_contact {
    align-items: center;
    border: 1px solid #b4acac;
    display: flex;
    height: 80px;
    justify-content: center;
    width: 80px;
    background: black;
}

.contact_box_description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.background_Contact {
    background: #F2F2F2;
    padding: 120px 122px;
    box-shadow: -3px 0px 5px #c6c6c6;
}

.alignCenter2,
.contact_social_boxes {
    align-items: center;
    display: flex;
    justify-content: center;
}

.connet_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.connectDesh,
.loginDesh,
.titleDesh {
    align-items: center;
    display: flex;
    justify-content: center;
}

.flex_icons_contact {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 10px;
}

.leftIconsContact:first-child {
    margin-left: 0;
}

.leftIconsContact {
    margin-left: 10px;
}

.boxes_bg {
    background: linear-gradient(-45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);

}

.boxes_bg2 {
    background: #0909e0;

}

.boxes_bg3 {
    background: red;

}

.boxes_bg4 {
    background: #25d366;
}

.boxes_bg5 {
    background: #1da1f2;
}

.contact_social_boxes {
    /*background: #0d0529;*/
    border-radius: 4px;
    color: #fff;
    font-size: 25px;
    height: 46px;
    transition: .3s;
    width: 46px;
}

.alignCenter2,
.contact_social_boxes {
    align-items: center;
    display: flex;
    justify-content: center;
}

.connet_title {
    color: black;
    letter-spacing: .04em;
}

.contact_box_title {
    color: #a62d32;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 19px;
    margin-bottom: 5px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.top_bottom_space_border {
    margin: 50px 0px;
    border: 1px solid #cecece;
}

.title_description {
    font-size: 18px;
    text-transform: capitalize;
}

.title {
    /*font-size: 35px;*/
    /*text-align: center;*/
    text-transform: capitalize;
    letter-spacing: 1px;
    /*font-weight: 600;*/
}

.title_bottom {
    border-bottom: 2px solid #a62d32;
    width: 100px;
}

.breadcrumb {
    padding: 10px 0px;
    display: flex;
    background: #9B0404;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
}

.no_data {
    font-size: 30px;
    font-weight: 600;
}

.marginBottomSection {
    margin-bottom: 45px;
}

.breadcrumb p {
    margin-top:0px;
    font-size: 25px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
}

.gallery_box {
    margin-top: 20px;
    position: relative;
    border: 4px solid lightgray;
    transition: 0.3s;
    cursor: pointer;
}

.overlay_black_gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000070;
    top: 0;
    transition: 0.3s;
    cursor: pointer;
}

.gallery_box:hover {
    box-shadow: none;
}

.gallery_box:hover .overlay_black_gallery {
    background: transparent;
}

.gallery_box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.bottom_top_dropdown {
    position: relative;
}

.dropdown_items_bottom {
    position: absolute;
    z-index:11;
    top: 42px;
    background: #fff;
    padding: 10px;
    left: 0px;
    border-top: 4px solid #010c56;
    border-radius: 4px;
    box-shadow: 0px 3px 6px #979797;
}

.important_listing ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.important_listing ul li {
    border-bottom: 1px solid #e4e4e4;
     padding: 20px 16px 14px;
    /*border: 1px solid #e4e4e4;*/
    /*padding: 20px 0px;*/
    /*text-align: center;*/
    margin-top: 10px;
    border-radius: 4px;
    transition: 0.3s;
}

.important_listing ul li:hover {
    box-shadow: 0px 4px 6px lightgray;
}

.important_listing ul li:hover a {
    color: #fb0000;
}



/*.important_listing ul li:last-child {
    border-bottom: none;
}*/


.breadcrumbs {
    color: #666;
    font-size: 22px;
    margin-top: 8px;
}
.hover_icon:hover {
    color: #010c56 !important;
}
.blick_effect_icon{
    padding: 2px;
    border-radius: 24px;
    color: #010c56;
    animation: blink 1s linear infinite;
}

.bg_payment {
    background: #d5d5d5;
    overflow: hidden;
    padding: 10px 119px 6px;
    /* border-bottom: solid 1px #eee; */
    box-shadow: 0px 2px 2px 1px #a9a0a0;
}

.desktop_view {
    display: block;
}

.mobile_view {
    display: none;
}

.icons_object {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons_object img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .25);
}

.second_logo {
    /*width: 90%;*/
    width: 150px;
    height: 50px;
    object-fit: contain;
}

.see-btn:hover {
    color: #ffffff;
}

.see-btn {
    color: #ffffff;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 30px;
    background: #9a0000;
    border: 2px solid #9a0000;
    display: table;
    text-align: center;
    margin-top: 10px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.titlebt {
    color: black;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 25px;
    padding-top: 50px;
    border-top: 1px solid #636363;
}

.career_join {
    margin-bottom: 20px;
}

.font_career {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-size: 18px;
    font-family: "Open Sans", Arial, sans-serif;
}

.career_mb {
    margin-bottom: 20px;
}

.tci_input {
    width: 100%;
    /*margin-top: 5px;*/
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #b1b1b1;
    transition: 0.3s;
}

.tci_input:focus-visible {
    outline: 0;
    box-shadow: 0px 0px 10px #d63333c9;
}

.margin_left_contact {
    margin-left: 10px;
}


.margin_bottom {
    margin-bottom: 4%;
}

.img_hig {
    width: 100%;
}

.our_data {
    font-size: 24px;
    font-weight: 600;
    font-family: math;
}

.class_dark {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-size: 24px;
    line-height: 33px;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

.devider.devider-db-dashed {
    height: 5px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.item_course:hover {
    background: #9b0404 !important;
    margin-top: -3px;
    color: white;
}

.subtitle3 {
    font-size: 12px;
}

.item_course {
    background: #fff;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1);
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 20px 7px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1;
    position: relative;
    color: black;
}

.subtitle2 {
    font-size: 12px;
}

.subtitle {
    font-size: 15px;
}

.headline_brd2 {
    color: #555;
}

.color_red {
    color: #9b0404;
}

.color_green {
    color: #9b0404;
}

.heading_md {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: center;
}

.tci_submit_btn {
    background: #199d06;
    padding: 10px 20px;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 20px;
    transition: 0.3s;
}

.tci_submit_btn:hover {
    box-shadow: 0px 4px 4px #717171;
}

.heading_page_bar {
    background: #9d0606;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 4px 4px #717171;
}

.heading_page_bar .info_text {
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.heading_page_bar .info_text_description {
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.tci_plus_btn {
    margin-top: 0px;
    border: none;
    background: #10ba10;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
}

.tci_minus_btn {
    margin-top: 0px;
    border: none;
    background: red;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
}

.space_top_input {
    margin-top: 20px;
}

.lable_checkbox_box {
    display: block;
    margin-bottom: 15px;
}

.tci_select_input {
    background: transparent;
    padding: 7px 10px;
}

.lable_checkbox_box .tci_checkbox_input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.lable_checkbox_box .tci_checkbox_label {
    position: relative;
    cursor: pointer;
}

.lable_checkbox_box .tci_checkbox_label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #9d0606;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.lable_checkbox_box .tci_checkbox_input:checked+.tci_checkbox_label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #9d0606;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.close_btn_modal {
    background: black !important;
    color: white;
    padding: 5px 10px !important;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: 3px solid white !important;
}

.close_btn_modal:hover {
    color: white;
}

.modal_changes_header {
    border-radius: 3px 18px 3px 3px;
    background: transparent;
    border: none;
}

.link_tag {
    color: blue;
    font-weight: 600;
}

.main_tr {
    background-color: #9b0404;
    color: white;
    text-align: center;
    position: sticky;
    top: 0;
}

.scroll_view_screen {
    height: 250px;
    overflow-x: scroll;
}

.soon_tr {
    background-color: #e0e0e0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.invalid-feedback {
    display: block;
}

input.form-control:placeholder-shown {
    /*background-color: #d7d7d7;*/
}

input.form-control:not(:placeholder-shown) {
    background-color: white;
}

textarea.form-control:placeholder-shown {
    /*background-color: #d7d7d7;*/
}

textarea.form-control:not(:placeholder-shown) {
    background-color: white;
}

.form-control :empty {
    background-color: #d7d7d7;
}

.form-control:not(:empty) {
    background-color: white;
}

.Ribbon {
    width: 100px;
}

.flex_card_itmes_oly {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tci_olympiad_card {
    background: transparent radial-gradient(closest-side at 50% 50%, #FFF 0%, #FFD863 100%) 0% 0% no-repeat padding-box !important;
    padding: 10px 45px;
}


.main_title_oly {
    font-size: 80px;
    font-weight: 800;
    text-shadow: 4px 3px 6px gold;
    color: #a62d32;
    font-family: initial;
}

.main_description_oly {
    font-size: 60px;
    font-style: italic;
    color: green;
    font-weight: 600;
    letter-spacing: 5.5px;
    word-spacing: 10px;
    margin-left: 25px;
}

.description_2_oly {
    font-size: 25px;
    font-weight: 600;
    color: #058a05;
}

.tci_olympiad_texts {
    text-align: center;
}

.oly_2_card_build {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    background-position: center;
    border: 2px solid #787878;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    position: relative;
}

.oly_2_card_title {
    text-decoration: underline;
    color: red;
    margin-top: 10px;
    font-size: 19px;
}

.flex_oly_p {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.b {
    font-size: 20px;
    margin-right: 10px;
}

.text_aligns_text {
    font-size: 20px;
    font-weight: 600;
    color: #010172;
    font-family: initial;
}

.flex_leveles {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phase_badge {
    background: #711c1c;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    color: white;
    font-weight: 600;
    border-radius: 25px;
}

.phase_description {
    color: #711c1c;
    font-weight: 600;
    font-size: 13px;
}

.phase_items {
    text-align: center;
    margin: 0px 40px;
    position: relative;
}

.bg_box_banner {
    background: #711c1c;
    color: #f9f94c;
    padding: 5px 0px;
    font-weight: 600;
}

.report_description {
    font-size: 14px;
    color: #711c1c;
    font-weight: 600;
}

.badge_of_oly {
    text-align: center;
    background: #711c1c;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
    width: 200px;
    border-radius: 10px 10px 0px 0px;
}

.qualify_Card {
    border: 3px solid #711c1c;
    padding: 32px 0px 15px 0px;
    position: relative;

}

.top_space_oly_main {
    margin-top: 30px;
}

.top_space_oly_main:first-child {
    margin-top: 0px;
}

.absolute_div {
    position: absolute;
    top: -25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phase_div_top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
}

.after_line::after {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    background: black;
    rotate: 90deg;
    top: 90px;
    bottom: 0;
    left: 215px;
}

.flex_itmes_report {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.text_lev_final_blue {
    color: darkblue;
    font-weight: 600;
    margin: 10px 0px;
}

.heading_box {
    background: #711c1c;
    font-size: 26px;
    color: white;
    font-weight: 500;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    box-shadow: 7px 7px 5px #4e4a4a;
    position: relative;
}

.corner-dot {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(to right, #8c8c8c, #f6f6f6);
    box-shadow: 2px 0px 4px #444 inset;
    margin: 5px;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
}

.flex_tour {
    display: flex;
    align-items: center;
}

.duo_pics img:first-child {
    border-radius: 10px 0px 0px 0px;
}

.duo_pics img:last-child {
    border-radius: 0px 0px 0px 10px;
}

.duo_pics img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}

.single_pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
}

.tour_card {
    border: 1px solid #969696;
    border-radius: 10px;
    box-shadow: 0px 0px 6px red;
    position: relative;
}

.badge_top_card {
    position: absolute;
    top: -25px;
    background: #ffff47;
    padding: 0px 70px;
    left: 15px;
    text-align: center;
    box-shadow: 6px 6px 5px #0000008f;
}

.foreign_title {
    font-size: 30px;
    color: #711c1c;
    font-weight: 600;
    letter-spacing: 2px;
}

.foreign_description {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: red;
    white-space: nowrap;
}

.absolute_plane {
    position: absolute;
    right: -110px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.absolute_plane img {
    width: 36%;
    transform: scaleX(-1);
    rotate: -12deg;
    filter: drop-shadow(0px 10px 10px #696969);
}

.hindi_words {
    font-size: 14px;
    font-weight: 600;
}

.tour_box_b {
    font-size: 20px;
    color: red;
}

.tour_bottom_box {
    background: #ffff47;
    text-align: center;
    padding: 8px;
    margin: 0px 23px;
    box-shadow: 0px 1px 5px #6f6f6f;
}

.tour_bottom_description {
    font-size: 24px;
    font-weight: 800;
    color: red;
}

.plus_flex {
    display: flex;
    align-items: center;
}

.plus_text {
    font-size: 24px;
}

.certificate_img {
    width: 52%;
    box-shadow: 0px 1px 6px #3a3a3a;
    rotate: 13deg;
    margin-left: 15px;
}

.scolership_div {
    display: flex;
    align-items: baseline;
    position: relative;
}

.india_tour_box {
    background: #ffff47;
    padding: 0px 20px;
    text-align: center;
}

.absoulte_airplane_india {
    position: absolute;
    top: -41px;
    right: -70px;
    display: flex;
    justify-content: center;
}

.absoulte_airplane_india img {
    transform: scaleX(-1);
    rotate: -23deg;
    filter: drop-shadow(0px 10px 10px #696969);
    width: 40%;
}

.certificate__end {
    text-align: right;
}

.certificate__end img {
    width: 50%;
}

.circle_images_box {
    display: flex;
    align-items: center;
}

.flex_images_india_1 img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.flex_images_india_2 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 0px 11px 11px 0px;
}

.scollership_second_div {
    display: flex;
    align-items: center;
}

.flex_images_india_1 img:first-child {
    border-radius: 11px 0px 0px 0px;
}


.flex_images_india_1 img:last-child {
    border-radius: 0px 0px 0px 76px;
}

.circle_images_box {
    box-shadow: -3px 6px 6px #7a7a7a;
    border-radius: 15px 15px 15px 80px;
}

.white_words_box {
    background: #afafafbf;
    padding: 2px 14px;
    color: red;
    text-align: center;
    font-size: 14px;
}

.brown_text_praptank {
    font-size: 20px;
    font-weight: 600;
    color: #711c1c;
    margin-top: 10px;
    text-align: center;
}

.brown_text_2 {
    font-size: 18px;
    font-weight: 600;
    color: #711c1c;
    margin-top: 10px;
    text-align: center;
}


.persent_flex {
    display: flex;
    align-items: center;
}

.bg_main_sale {
    width: 100px;
    height: 100px;
    background: #711c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 10px;
}


.bg_main_sale p {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.flex_centered_div{
    display:flex;
    align-items:center;
}

/*Mobile Responsive start*/

@media only screen and (max-width: 600px) {
    .Ribbon {
        width: 50px;
    }

    .main_title_oly {
        font-size: 26px;
    }

    .main_description_oly {
        font-size: 20px;
        letter-spacing: 0.5px;
        word-spacing: 0px;
        margin-left: 5px;
    }

    .description_2_oly {
        font-size: 14px;
    }

    .tci_olympiad_card {
        padding: 10px 10px;
    }

    .oly_2_card_build {
        height: 279px;
    }

    .oly_2_card_title {
        font-size: 16px;
    }

    .b {
        font-size: 16px;
    }

    .text_aligns_text {
        font-size: 16px;
    }

    .flex_leveles {
        display: block;
    }


    .after_line::after {
        width: 0px;
    }

    .heading_box {
        margin-bottom: 30px;
    }

    .absolute_plane {
        right: 0;
    }

    .tour_box_b {
        font-size: 14px;
    }

    .tour_bottom_description {
        font-size: 18px;
    }

    .plus_flex {
        display: block;
        text-align: center;
    }

    .plus_text {
        font-size: 35px;
    }

    .scolership_div {
        margin-top: 75px;
    }

    .certificate_img {
        width: 30%;
    }

    .absolute_plane img {
        width: 30%;
        rotate: 20deg;
    }

    .absoulte_airplane_india {
        top: -30px;
        right: 0;
    }

    .absoulte_airplane_india img {
        rotate: 10deg;
    }

    .certificate__end img {
        width: 80%;
    }

    .brown_text_praptank {
        font-size: 17px;
    }

    .white_words_box {
        padding: 2px 10px;
        font-size: 12px;
    }

    .text_lev_final_blue {
        font-size: 13px;
    }

    .bg_main_sale {
        width: 120px !important;
        height: 90px !important;
    }


    .banner_top_image {
        height: 100%;
    }

    .black_overlay_dark {
        position: relative;
    }

    .overlay_title {
        font-size: 40px;
        line-height: 91px;
    }

    .padding_left_course {
        padding: 0px 0px 0px 25px;
    }

    .bg_color_corses {
        border-radius: 130px 130px 0px 0px;
        padding-top: 10px;
    }

    .corses_title {
        justify-content: center;
        border-bottom: 1px solid #c2c2c2;
        margin-right: 23px;
        background: #b6d9ff66;
        padding: 10px 0px;
        border-radius: 4px 4px 0px 0px;
    }

    .corses_description {
        font-size: 12px;
    }

    .overlay_description {
        font-size: 14px;
        padding: 10px;
        margin-bottom: 20px;
    }

    .career_media {
        margin-bottom: 20px;
    }

    .mob_borders {
        border-top: 1px solid #000;
        padding-top: 20px;
    }

    .footer_logo {
        width: 40%;
    }

    .newletter_btn {
        font-size: 25px;
    }

    .desktop_view {
        display: none;
    }

    .mobile_view {
        display: block;
    }

    .toggle_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle_btn i {
        color: white;
        cursor: pointer;
    }


    .mobile_dropdown_view {
        border-top: 1px solid white;
        margin-top: 10px;
        border-bottom: 1px solid white;
        padding-bottom: 15px;
        padding-top: 15px;
        height: 300px;
        overflow-x: scroll;
    }

    .mobile_listing ul {
        margin-bottom: 0px;
        padding-left: 10px;
        list-style: none;
    }

    .mobile_listing ul li {
        border-bottom: 1px solid #939393;
        padding: 5px 10px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile_listing ul li a:hover {
        color: white;
    }

    .mobile_listing_heading {
        background: #9a0000;
        margin: 10px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        border-radius: 4px;
        text-transform: uppercase;
        color: white;
    }

    .enquiry_text {
        font-size: 14px;
        font-weight: 600;
    }

    .bottom_top_bar {
        padding: 10px 0px;
    }
    

    .second_toggle_btn {
        border: 1px solid black;
        padding: 5px 10px;
        cursor: pointer;
    }

    .second_toggle_btn i {
        font-weight: 600;
    }

    .paddingTopSection {
        padding-top: 10px;
    }

    .margin_main_top {
        margin-top: 20px;
    }

    .marginTopSection {
        margin-top: 30px;
    }

    .flex_aligns {
        justify-content: flex-start;
    }

    .carousel_width {
        height: 200px;
    }

    .web_title {
        margin-bottom: 6px;
    }

    .boy_img img {
        width: 100%;
    }

    .boy_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newletter_title {
        font-size: 16px;
        line-height: 0px;
        margin-top: 10px;
        font-weight: 600;
    }

    .newletter_input input {
        height: 35px;
        border-radius: 6px;
    }


    .newletter_description {
        margin: 20px 0px 10px 0px;
    }

    .footer_first_div_title {
        font-size: 14px;
    }

    .footer_listing ul li a {
        font-size: 12px;
    }

    .footer_listing ul li a:hover {
        margin-left: 0px;
    }

    .title_main {
        font-size: 25px;
        line-height: 30px;
    }

    .description {
        font-size: 12px;
        line-height: 20px;
    }

    .second_logo {
        width: 150px;
    }

    .mob_dropdown {
        position: absolute;
        background: white;
        top: 111px;
        border-top: 4px solid #72c02c;
        border-bottom: 4px solid #72c02c;
        padding: 10px 10px;
        z-index:1;
    }

    .mob_drop_listing {
        padding-left: 0px;
        margin-bottom: 0px;
        list-style: none;
    }

    .mob_drop_listing_1 {
        border-bottom: 2px solid #b5b5b5;
        cursor: pointer;
        padding: 10px;
    }

    .mob_drop_listing_1 span,
    .mob_drop_listing_1 a {
        font-size: 14px;
        font-weight: 600;
        color: black;
    }

    .mob_submenues {
        border-radius: 4px;
    }

    .mob_submenues ul {
        padding-left: 30px;
        list-style: none;
    }

    .mob_submenues ul li {
        border-bottom: 1px solid #ababab;
        padding: 10px 0px;
    }

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

    .breadcrumb {
        padding: 5px 0px;
    }

    .breadcrumb p {
        font-size: 18px;
        text-align: center;
    }

    .padding_inputes {
        padding: 20px;
    }

    .title {
        font-size: 25px;
    }

    .title_description {
        font-size: 14px;
    }

    hr {
        margin-top: 6px;
    }

    .background_Contact {
        padding: 50px 122px;
        margin-top: 20px;
    }

    .padd_leader {
        padding: 38px;
        text-align: justify;
    }

}

/*Mobile Responsive End*/


