@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;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 * {
        outline: none !important;
        font-family: 'Roboto', sans-serif;
    }
    .top_header{
        padding:18px 0;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    }
    .top_header_inner{
        display:flex;
        align-items: center;
        justify-content: space-between;
    }
    .top_header_inner_left a img{
        width:160px;
    }
    .thir_one_icon{
        display:flex;
        align-items: center;
        justify-content: center;
    }
   .thir_one_icon p{
        margin-left:8px;
        color:#3A3A3A;
        font-size:16px;
    }
    .top_header_inner_right{
        display: flex;
        align-items: center;
    }
    .thir_two{
        margin-left:30px;
    }
 .fastinfo_school_body_img img{
    height:784px;
    object-fit: cover;
 }
 .fastinfo_school_body_img_block{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:641px;
 }
 .fastinfo_school_body_img_block_inner{
    height:calc(784px - 80px);
    margin-top:80px;
 }
 .fsbibi_left h1{
    font-size: 35px;
    font-weight: 700;
    color: #009eff;
    /* background: linear-gradient(to right, #FF7C01 0%, #e3a060, #efe2d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
 }
 .fsbibi_left h2{
    font-size: 28px;
    font-weight: 700;
    color: #3A3A3A;
    margin-top: 20px;
 }
 .fsbibi_left{
    width:100%;
    text-align: center;
 }
 .fsbibi_left_text{
    margin-top:20px;
 }
 .fsbibi_left_text p{
    text-align: center;
    color:#3A3A3A;
    font-size: 18px;
 }
 .fsbibi_right{
    border-radius: 35px;
    border:1px solid #009eff;
    background-color:#fff;
    box-shadow: 0 5px 19px -10px #000;
    padding: 45px 20px;
    margin-left: 30px;
    position: relative;
 }
 .fsbibi_right::after{
    content: "";
    width: 147px;
    height: 192px;
    background: url(https://fastinfoschool.com/assets/images/icon-one.png) no-repeat;
    top: -73px;
    right: -18px;
    position: absolute;
    display: inline-block;
    background-size: 124px;
 }
 .fsbibi_right::before{
    content: "";
    width: 258px;
    height: 86px;
    background: url(https://fastinfoschool.com/assets/images/icon-two.png) no-repeat;
    bottom: -12px;
    left: -42px;
    position: absolute;
    display: inline-block;
 }
 .fsbibi_right h5{
    color:#3A3A3A;
    font-size:30px;
    text-align: center;
    font-weight:600;
 }
 .fsbibi_right p{
    text-align: center;
    font-size:15px;
    color:#3A3A3A;
    margin-top: 6px;
    margin-bottom: 25px;
 }
 .label_block{
    font-size:18px;
    color:#A8A8A8;
 }
 .custom_control{
    border: none;
    border-bottom:1px solid #707070 !important;
    border-radius: unset;
    height:unset;
    padding:unset;
 }
 .custom_control:focus{
    box-shadow: none;
 }
 .submit_button{
    margin-top:20px;
 }
 .submit_button_holder{
    background-color:#009eff;
    color:#fff !important;
    border-radius: 30px;
    font-size:21px;
    width:160px;
 }
 .error{
margin-bottom:0;
color:red;
font-size:12px;
 }
 .about_block_inner img{
    height:133px;
 }
 .about_block_holder{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:133px;
 }
 .about_block_holder_text{
    height:133px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .about_block_holder_text h1{
    color:#fff;
    font-size:50px;
 }
 .about_two{
    padding:50px 0;
 }
 .about_two_inner p{
    font-size:16px;
    color:#343434;
 }
 .about_two_inner p:nth-child(2){
    margin-top:20px;
 }
 .mission_vission_left{
    padding:20px;
    box-shadow: rgb(26 37 107 / 50%) 0px 2px 9px;
    border: 1px solid #009eff;
    border-radius: 20px;
 }
    @media (max-width: 767px) {
        .top_header_inner_left a img {
            width: 65%;
        }
        .thir_one_icon p{
            font-size: 12px;
            white-space: nowrap;
        }
        .fsbibi_left{
            width:100%;
            margin-top:30px;
        }
        .fastinfo_school_body_img_block_inner{
            height:unset;
            margin-top:0;
        }
        .fsbibi_left h1, .fsbibi_left h2{
            font-size:18px;
        }
        .fsbibi_left_text {
            margin-top: 10px;
        }
        .fsbibi_left_text p{
            font-size:14px;
        }
        .fsbibi_right{
            margin-left:0;
            margin-top:20px;
            padding:15px;
        }
        .fsbibi_right h5{
            font-size:20px;
        }
        .fsbibi_right p{
            font-size:14px;
        }
        .label_block{
            font-size:14px;
        }
        .custom_control{
            height:20px;
        }
        .submit_button_holder {
            font-size: 17px;
            width: 140px;
        }
        .fsbibi_right::after {
            content: "";
            width: 88px;
            height: 100px;
            background: url(https://fastinfoschool.com/assets/images/icon-one.png) no-repeat;
            top: -27px;
            right: -18px;
            position: absolute;
            display: inline-block;
            background-size: 74px;
        }
        .fastinfo_school_body_img img{
            height: 825px;
        }
        .fsbibi_right::before{
            width: 101px;
            height: 101px;
            bottom: -4px;
            left: -7px;
        }
        .fastinfo_school_body_img_block{
            height:unset;
        }
        .fsbibi_left h2 {
            margin-top:15px;
        }
        .submit_button {
            margin-top:0;
        }
    }
