
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body,
    html,
    form,
    ul,
    li,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    a,
    a:hover,
    a:focus {
        border: 0;
        outline: none;
        text-decoration: none;
    }
    
    h1 {
        font-size: 45px;
    }
    
    h2 {
        font-size: 43px;
    }
    
    h3 {
        font-size: 17px;
    }
    
    h6 {
        font-size: 25px;
    }
    
    p {
        font-size: 18px;
    }
    
    a:focus,
    input:focus {
        outline: none;
    }
    
    .width100 {
        width: 100% !important;
    }
    
    .lh_1 {
        line-height: 1 !important;
    }
    
    .gap60 {
        padding: 60px 0;
    }
    
    .flex_center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    

    body {
        font-family: 'Poppins', sans-serif;
        box-sizing: border-box;
        font-size: 16px;
        overflow-x: hidden;
        background: url(../images/close-up-woman-class.png);
        background-repeat: no-repeat;
        background-size: cover;
        height:100vh;
        position: relative;
    }
    .logo{
        padding:50px 0 0 80px;
    }
    .top_section{
        width:55%;
        margin:0 auto;
        display: flex;
        align-items:center;
        justify-content: center;
        margin-top:20px;
    }
    .top_section_inner{
        width:100%;
        border-radius: 20px;
    }
    .top_section_inner{
        display:grid;
        grid-template-columns: 1fr 1fr;
        border-radius: 20px;
        overflow: hidden;
    }
    .tsi_left{
        background-color:#0D00B9;
        padding:60px 20px;
    }
    .tsi_left_block{
        background-color:#fff;
        padding:20px 20px 0 20px;
        border-top-right-radius: 50px;
    }
    .tsi_right{
        background-color:#FBFBFB;
    }
    .pin{
        display:flex;
        justify-content: space-between;
    }
    .heading_block{
        margin-top:10px;
    }
    .heading_block h1 span{
        font-weight:800;
    }
    .heading_block h1{
        font-size:21px;
        text-align: center;
        font-weight: 500;
    }
    .course_fees{
        padding:35px 0;
        text-align: center;
    }
    .course_fees p{
        font-size:14px;
        color:#474747;
        margin-bottom:5px;
    }
    .course_fees p:last-child{
        margin-bottom: 0;
    }
    .course_fees p span{
        font-weight:900;
    }
    .total_block{
        text-align: center;
        padding:17px 0;
        background-color:#F1F1F1;
    }
    .total_block p{
        font-size:17px;
        color:#000000;
        font-weight: 900;
    }
    .tsi_right_inner{
        padding:45px 30px 35px 30px;
    }
    .heading_block p{
        font-size:13px;
        margin-top:6px;
        color:#000000;
        text-align: center;
    }
    .custom_control{
        width: 100%;
        height: 40px;
        border: 1px solid #DCDCDC;
        border-radius: 4px;
        padding-left: 15px;
        background-color: #ffff;
        font-size:14px;
        color:#545151;
    }
    .custom_control:focus-visible{
        border: 1px solid #DCDCDC;
        outline: none;
        box-shadow: none;
    }
    .from_block{
        margin-top:20px;
    }
    .common_block{
        margin-bottom:8px;
    }
    .common_block:last-child{
        margin-bottom:0;
    }
    .form_button{
        margin-top:25px;
    }
    .form_button_holder{
        width:100%;
        height:40px;
        border-radius: 5px;
        background-color:#0D00B9;
        color:#fff;
        font-size:17px;
        border:none;
        outline: none;
        box-shadow: none;
        cursor: pointer;
    }
    .bottom_block{
        position: absolute;
        bottom: 0;
        height:20px;
        width:100%;
        background-color:#0D00B9;
    }
  
    @media (max-width: 767px) {
        .logo {
            padding: 20px 15px 0 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .logo img{
            width:80%;
        }
        .top_section{
            padding:0 15px;
            width:100%;
            margin-top:40px;
        }
        .top_section_inner{
            grid-template-columns: 1fr;
            border-radius: 8px;
        }
        .tsi_left{
            padding:15px;
            border-radius: 8px;
        }
        .tsi_right{
            border-radius: 8px; 
        }
        .tsi_left_block{
            padding:15px 15px 0 15px;
        }
        .new_img1{
            width:unset;
        }
        .heading_block{
            margin-top:0;
        }
        .course_fees{
            padding:10px 0;
        }
        .total_block{
            padding:12px 0;
        }
        .tsi_right{
            margin-top:30px;
            margin-bottom: 60px;
        }
        body{
            height:unset;
        }
        .tsi_right_inner {
            padding: 20px 15px;
        }
        .form_button{
            position: fixed;
            bottom: 0;
            width: 100%;
            left: 0;
        }
    }
