@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');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&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: 'Roboto', sans-serif !important;
    box-sizing: border-box;
    font-size: 16px;
    overflow-x: hidden;
}

.top_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    border-bottom: 1px solid #c6c6c6;
    box-shadow: 0 0 7px rgb(0 0 0 / 30%);
    padding: 15px 0;
}

.thi_left img {
    width: 300px;
}

.home_one {
    padding: 50px 0;
    margin-top: 80px;
}

.foundation_course h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
}

.foundation_course h1::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 4px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.foundation_course p {
    color: #eee;
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}

.ban_form {
    background: #ffffff8c;
    border-radius: 30px;
    box-shadow: 0 5px 19px -10px #000;
    position: relative;
    margin: 0 0 0 20%;
}

.ban_form_h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0;
    background: #244A6C;
    line-height: 60px;
    border-radius: 30px 30px 0 0;
}

.ban_form h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0;
    background: #244A6C;
    line-height: 60px;
    border-radius: 30px 30px 0 0;
}

.ban_form_h2 h2:last-child {
    line-height: 1;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.ban_form form {
    padding: 20px 20px 50px;
    position: relative;
}

.ban_form form input:not([type=submit]),
.ban_form form select {
    width: 100%;
    border: none;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    padding: 7px 10px;
    margin: 0 0 10px;
    background: #FFFFFF;
    color: #333;
    border-top: solid 4px #0000001f;
}

.footer_block {
    background: #E4E4E4;
    padding: 40px 0;
}

.disclaimer {
    margin-top: 20px;
}

.disclaimer h5 {
    color: #233D57;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center;
}

.disclaimer p {
    color: #233D57;
    font-size: 16px;
    text-align: center;
}

.footer_bot h5 {
    color: #233D57;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

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

.footer_bot ul li {
    display: inline-block;
    margin: 0 3px;
    font-size: 16px;
    padding-top: 2px;
}

.footer_bot ul li a {
    color: #233D57;
}

.destop_fixed {
    background: #1d3a54;
    height: 170px;
    width: 34px;
    position: fixed;
    top: 44%;
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: block !important;
    z-index: 999;
}

.destop_fixed_holder {
    transform: rotate( -90deg);
    display: block;
    white-space: nowrap;
    top: 110px;
    position: relative;
    font-size: 18px;
    color: #fff !important;
    letter-spacing: 1.5px;
}

.destop_fixed_holder9 {
    background-image: linear-gradient(to right, #fb2c0b, #ff6850);
    height: 45px;
    width: 45px;
    position: fixed;
    bottom: 3%;
    right: 7px;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number_block_fiexd {
    display: block;
}

.destop_fixed_holder9 i {
    color: #fff;
}

@media (max-width: 767px) {
    .ban_form {
        margin: 0;
    }
    .foundation_course h1 {
        font-size: 28px;
        margin: 0 0 15px;
        padding-bottom: 15px;
    }
    .foundation_course p {
        margin: 13px 0;
    }
    .home_one {
        padding: 35px 0;
        margin-top: 80px;
    }
    .ban_form form {
        padding: 20px;
    }
    .foundation_course {
        margin-top: 20px;
    }
}