img {border: 0 none;height: auto;max-width: 100%;}
body {font-family: Poppins, sans-serif, Helvetica, sans-serif, Arial; margin: auto 0;padding: 0;background: #fff;font-size: 16px;font-weight: 400;line-height: 24px;color: #080000;}
p {margin: 0 0 10px 0; word-wrap: break-word; letter-spacing: .3px;}
a{text-decoration: none;}
a:hover {
    color: inherit;
}
html {
    scroll-behavior: smooth;
  }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
h2{
    font-family: "IBM Plex Sans", sans-serif;
}
.heading_h2{
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
 header{
    background-color: #067C88;
    padding: 19px 0; 
    font-size: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9; 
 }  
 header a strong{
    font-weight: 500;
 }
footer{
    background-color: #252525; 
    padding: 0 0 20px;
} 
.footer_btm{
    padding: 24px 0;
    border-top:1px solid #818181;
    margin-top: 30px;
}
.footer_btm:before {
    content: '';
    position: absolute;
    left: 10%;
    width: 30%;
    height: 1px;
    background-color: #ffffff;
    top: -1px;
}
.stream_detail_footer h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.stream_detail_footer p {
    margin-bottom: 20px;
}
.stream_detail_footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease;
}
.stream_detail_footer a:hover{
    color:red;
}
.marquee_section{
    padding: 13px 15px;
    background-color: #C8F5CE;
    margin-top: 102px;
    font-size: 14px;
    line-height: 14px;
}
.marquee_section span{
    padding:0 15px;
}

.banner_section{
    background: linear-gradient(#047e86, #079c94);
    padding: 30px 0 130px;
}
.banner_section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bnr_bg_top_left.png), url(../images/bnr_bg_top_btm_left.png), url(../images/bnr_bg_top_right.png), url(../images/bnr_bg_right_btm.png);
    background-position: left 34px, left bottom, right 34px, right bottom;
    background-repeat: no-repeat;
}
.heading_h1{
    font-size: 43px;
    color: #FFF;
    margin-top: -18px;
    font-weight: bold;
    line-height: 55px;
    font-family: "IBM Plex Sans", sans-serif;
}
.heading_h1 span{
    display: inline-block;
}
.heading_h1 strong{
    color: #C8F5CE;
    display: block;
    font-size: 40px;
    line-height: 57px;
    font-weight: 600;
}
.heading_h1 span:before, .heading_h1 span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    height: 61px;
    width: 125px;
}
.heading_h1 span:before{
    background: url(../images/Isolation_Mode_left.png);
    left: 26px;
    background-repeat: no-repeat;
}
.heading_h1 span:after{
    background: url(../images/Isolation_Mode_right.png);
    right: 26px;
    background-repeat: no-repeat;
}
.left_bnr p {
    padding: 0 46px 20px;
}

.form_setion{
    background-color: #fff;
    padding: 45px;
    border-radius: 5px;
}
.form_setion h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #252525;
    font-family: "IBM Plex Sans", sans-serif;
}
.font_12{
    font-size: 12px;
    color: #5B5B5B;
}
.country_code {
    position: absolute;
    top: 5px;
}
.country_code select {
    border: 0px solid;
    background-color: transparent;
    outline: none;
}
.number_block input {
    padding-left: 60px;
}
.number_block input {
    padding-left: 60px;
}
.country_code:before {
    position: absolute;
    right: -5px;
    top: 0px;
    width: 1px;
    height: 26px;
    background-color: #adadad;
    content: '';
}

.section_course {
    padding: 0 0 60px;
    background-color: #F0FFFD;
}
.course_info {
    padding: 30px;
    box-shadow: 0px 6px 6px #d1d1d191;
    border-radius: 5px;
    max-width: 1075px;
    width: 100%;
    margin:-95px auto 0;
    background-color: #fff; 
    z-index: 4;
    position: relative;
}
.course_info .box_1 {
    text-align: center;
    border-right: 2px solid #e9e9e9;
    padding: 0 30px;
    height: 88px;
    line-height: 88px;
    position: relative;
}
.course_info .box_1:last-child {
    border-right: 0px solid;
}
 
.section_course h2 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 40px;
    font-family: "IBM Plex Sans", sans-serif;
}  
   
.academic_box{
    max-width: 1080px;
    width: 100%; 
    margin: 0 auto;
}

.exclusive_section{
    background: url(../images/bg_new.png);
    background-size: cover;
    padding: 50px 0 77px;
    background-repeat: no-repeat;
}
.exclusive_section::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/apart_bg.png);
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover; 
    background-repeat: no-repeat;
}
.exclusive_section .container{
    z-index: 2;
    position: relative;
}
.exclusive_section h2 { 
    margin: 0 0 50px; 
    font-size: 50px;
    font-weight: bold;
}
.exclusive_section .card_block { 
    padding: 20px 40px 0; 
    background-color: #fff;
    border-radius: 5px;
} 
.exclusive_section .card_block table td {
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
    border-color: #10BEA5;
}
.exclusive_section .card_block table th {
    padding: 20px;
    font-size: 25px;
    font-weight: 600;
    border-color: #10BEA5;
}
.exclusive_section .card_block table td:nth-child(1){
    text-align: left;
}
.exclusive_section .card_block table tr:nth-last-child(1) td {
    border-width: 0px;
}

.button_getFree{
    text-align: center;
    background-color: #F0B942;
    border: 2px solid #F0B942;
    width: 290px;
    display: inline-block;
    padding: 16px 10px;
    color: #252525;
    font-size: 17px;
    font-weight: 600; 
    border-radius: 33px;
    margin-bottom: auto;
    transition: all 0.5s ease;
} 
 
.name_deatail h3{ 
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
.name_deatail p{
    color: #E21F4E; 
    font-weight: 600;
}
.pic_left{
    width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    border: 1px solid #d6d6d6;
} 
 
.mbbs_abord {
    padding:40px 0 50px;
    background-color: #F0FFFD;
}
.mbbs_abord h2{
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 60px;
    line-height: 48px;
    font-family: "IBM Plex Sans", sans-serif;
}
.krickstart_block { 
    justify-content: center;
}
.krickstart_block .details {
    padding: 25px 25px 20px;
    background-color: #fff;
    max-width: 360px;
    margin-right: 83px;
    margin-bottom: 50px;
} 
.krickstart_block .details:nth-child(3), .krickstart_block .details:nth-child(6), .krickstart_block .details:last-child {
    margin-right: 0;
}
.krickstart_block .details span {
    max-width: 81px;
    width: 100%;
    display: inline-block;
    margin-left: -64px;
}
.krickstart_block .details .right_detail h4 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 26px;
    color: #252525;
    font-family: "IBM Plex Sans", sans-serif;
}
.krickstart_block .details .right_detail p {
    margin: 0;
    font-size: 14px;
    color: #5B5B5B;
    line-height: 20px;
}
.krickstart_block .details .right_detail {
    padding-left: 25px;
}

.popular_countries{
    padding:90px 0 100px;
    background-color: #F0FFFD; 
}
.popular_countries h2{
    margin-bottom: 80px;
}
.popular_countries .btn_block {
    position: absolute;
    top: -28px;
    width: 100%;
    z-index: 3;
}
.affordable_block{ 
    padding: 20px 0; 
    position: relative;
}
.affordable_block .container{
    background: url(../images/making_dream_bg.png);
    padding: 50px;
    max-width: 1260px;
}
.mbbs_dreamBlock {
    background:rgb(251 255 255 / 95%);
    max-width: 614px;
    width: 100%;
    border-radius: 10px;
    padding: 35px;
}
.affordable_block:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    background-color: #F0FFFD;
}

.affordable_block h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #037D84;
    font-family: "IBM Plex Sans", sans-serif;
}
.affordable_block h2 strong{
    font-weight: 600;
}
.affordable_block p {
    padding: 15px 0 10px;
    color: #252525;
    font-weight: 300;
    font-size: 15px;
}
.affordable_block .button_getFree{ 
    text-decoration: underline; 
}

.discoverSection {
    padding: 90px 0;
}

.discover_block {
    margin: 60px 0 20px;
    gap: 30px;
    justify-content: center;
}

.innerBlockDiscover {
    max-width: 290px;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 0 0 30px;
}

.innerBlockDiscover p {
    font-size: 12px;
    padding: 0 25px;
    text-align: center;
    line-height: 19px;
    color: #5B5B5B;
    margin: 0;
}

.innerBlockDiscover h5 {
    position: relative;
    padding: 0 15px;
    text-align: center;
    margin: -20px 0 25px;
}

.innerBlockDiscover h5 span {
    display: block;
    background-color: #037D84;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 14px 0;
    border-radius: 29px;
    width: 100%;
}
.discoverSection h2 + p {
    color: #5B5B5B;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0;
}
.banner_section .container {
    position: relative;
    z-index: 2;
}
.story_block{
    background: url(../images/sucess_story_bg.png);
    padding: 55px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.story_block h2{
    margin-bottom: 50px;
    font-size: 52px;
}
.story_block h2 strong{
    color: #C8F5CE;
}
.story_box .discribe {
    border: 2px solid #10BEA5;
    border-radius: 11px;
    background-color: #fff;
    height: 257px;
    padding: 25px;
    font-size: 14px;
    position: relative;
}
.story_box span {
    margin-top: -60px;
    position: relative;
    display: block;
    width: 100%;
}
.story_box h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 6px;
}
.story_box p {
    font-size: 15px;
    color: #fff;
}

.feature_in{
    padding: 40px 0;
    background-color: #F0FFFD;
}
.feature_innerPics { 
    margin-top: 40px; 
}
/* .feature_innerPics .slick-list{
    padding-right: 0px !important;
} */


 /*** Responsive Css End here ***/
 @media(max-width:770px) {
    body { 
        font-size: 14px; 
        line-height: 20px; 
    }
    header { 
        padding: 15px 0;
        background-color: #030303;
    } 
    .logo img {
        width: 90px;
    }
    .banner_section:before{
        display: none;
    }
    .banner_section { 
        height: 100%; 
        padding: 30px 18px 50px;
    }
    .profile_bnr {
        padding:0;
    }
    .heading_h1 {
        font-size: 27px;
        line-height: 38px;
    }
    .heading_h1 strong { 
        font-size: 30px;
        line-height: 50px; 
    }
    .heading_h1 span:before, .heading_h1 span:after { 
        bottom: 2px;
        height: 39px;
        width: 79px;
    } 
    .heading_h1 span:after { 
        right: 9px; 
        background: url(../images/Isolation_Mode_right_mob.png);
    }
    .heading_h1 span:before { 
        left: 7px; 
        background: url(../images/Isolation_Mode_left_mob.png);
    }
    .banner_section p br {
        display: none;
    }
    .banner_section p{
        padding: 0 18px 10px;
    }
    .heading_h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .exclusive_section h2 {
        margin: 0 0 25px;
        font-size: 27px;
    }
    .exclusive_section { 
        padding: 35px 0 50px;
        background: #008087;
    } 
    .exclusive_section::before{ 
        background: url(../images/apart_bg_mob.png); 
        background-size: cover; 
        background-repeat: no-repeat;
    }
    .flag_country{
        width: 242px;
    }
    
    .stream_detail_footer h3 {
        font-size: 18px;
        margin: 10px 0;
        line-height: 28px;
    } 
    .stream_detail_footer p {
        margin-bottom: 10px;
    }  
    .stream_detail_footer a { 
        font-size: 14px; 
    }
    .stream_detail_footer{
        padding: 0 0 40px;
    }
    .footer_btm {
        padding: 15px 0; 
        margin-top: 10px;
    }
    footer { 
        padding: 50px 20px 20px;
    }
    
    .form_setion {
        padding: 20px;
        margin-top: 25px;
    }
    .form_setion h2 {
        font-size: 18px;
        line-height: 25px;  
    }
    .form_setion p {
        padding: 0;
    }
    .section_course {
        padding: 50px 18px; 
    }  
    .course_info {
        padding: 10px 0;  
        margin: 0;  
    }  
    .section_course h2 { 
        font-size: 17px; 
        margin: 0 0 30px; 
    }   
    .course_info .box_1 {   
        height: 107px;
        line-height: 87px;
        flex: 0 0 50%;
        border-right: 0px solid;
        border-bottom: 1px solid #e9e9e9;
        padding: 10px 0;
    }
    .course_info .box_1:last-child, .course_info .box_1:nth-last-child(2){
        border-bottom: 0px solid;
    }
    .course_info .box_1:nth-child(odd) span {
        display: inline-block;
        width: 100%;
        border-right: 1px solid #e9e9e9;
    }
    .marquee_section {
        padding: 10px 15px; 
        margin-top: 58px;
    }
    .mbbs_abord {
        padding: 0 0 60px; 
    }
    .mbbs_abord h2 {
        font-size: 17px; 
        padding: 0 40px 30px;
        line-height: 28px;
        margin: 0;
    }
    .krickstart_block {
        justify-content: flex-start;
        padding: 0 30px 0 64px;
        width: 100%;
    }
    .krickstart_block .details {
        padding: 14px; 
        max-width: 255px;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .krickstart_block .details:last-child{
        margin-bottom:0px;
    }
    .krickstart_block .details .right_detail {
        padding-left: 18px;
    }
    .krickstart_block .details span {
        max-width: 56px;
        width: 100%;
        display: inline-block;
        margin-left: -42px;
    }
    .krickstart_block .details .right_detail h4 {
        font-size: 15px; 
        line-height: 22px; 
    }
    .krickstart_block .details .right_detail p {
        margin: 0;
        font-size: 12px; 
        line-height: 17px;
    }
    .button_getFree { 
        width: 202px;
    padding: 9px;
    font-size: 12px;
    }
    .popular_countries .btn_block { 
        top: -21px; 
    }
    .popular_countries {
        padding:70px 0 50px; 
    }
    .popular_countries h2 {
        margin-bottom: 30px;
        padding: 0 81px;
    }
    .discoverSection {
        padding: 40px 0 60px;
    }
    .discoverSection h2 + p { 
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 0;
        padding: 0 26px;
    }
    .discover_block {
        margin: 30px 0 0;
        gap: 28px;
        justify-content: center;
    }
    .affordable_block { 
        padding: 0 0 20px;
    }
    .affordable_block h2 {
        font-size: 36px;
    line-height: 44px;
    text-align: center;
    } 
    .affordable_block h2 strong br{
        display: none;
    } 
    .affordable_block p {
        padding: 12px 0 20px;
        text-align: center;
        line-height: 25px;
    }
    .affordable_block .btn_block {
        text-align: center; 
    }  
    .exclusive_section .card_block {
        padding: 15px 0 0; 
    }
    .exclusive_section .card_block table td {
        font-weight: 600;
        font-size: 12px;
        padding: 12px; 
    }
    .exclusive_section .card_block table th {
        padding: 12px;
        font-size: 16px;  
    }
    .exclusive_section .card_block table img {
        width: 17px;
    }
    .story_box {
        margin: 0 0 25px;
    }
    .story_block { 
        padding: 30px 0px;
    }
    .story_block h2 {
        margin-bottom: 25px;
        font-size: 27px;
    }
    .story_box .discribe { 
        height: auto;
        padding: 18px 19px 70px;  
    }
    .story_box h4 {
        font-size: 16px;    
        margin: 10px 0;
    }
    .story_box p {
        font-size: 12px; 
    }
    .feature_in p {
        font-size: 12px;
    }
    .affordable_block .container {
        background: url(../images/businessman-woman_mobile.png);
        padding:90px 25px; 
    }
    .mbbs_dreamBlock { 
        padding: 60px 20px;
    }
    
    

 } 