@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');


@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Light.eot');
    src: url('../fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Light.woff2') format('woff2'),
        url('../fonts/CeraPro-Light.woff') format('woff'),
        url('../fonts/CeraPro-Light.ttf') format('truetype'),
        url('../fonts/CeraPro-Light.svg#CeraPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #dff2dd;
    color: #464646;
    font-family: "Poppins", sans-serif;
}
a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.2;
}

.zoom {
    animation: buttonAnimation 1.5s infinite;
  }

    @keyframes buttonAnimation {
        0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
  }
.banner-section{
    padding: 50px 0;
    background-image: url(../images/bg-desktop.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    background-position: center;
}
.banner-section ul {
    margin-bottom: 0;
}
.banner-section ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 50px;
    list-style: none;
    position: relative;
    padding-left: 45px;
}
.banner-section ul li:before {
    content: "";
    background-image: url(../images/Path-569.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
.banner-section ul li::after {
    content: "";
   background-color: #fff;
    width: 1px;
    position: absolute;
    left: 7px;
    height: 100%;
    top: 0;
}
.banner-section ul li:last-child {
    margin-bottom: 0;
}
.header-logo {
    margin-bottom: 30px;
}
.content-inner {
    margin-bottom: 30px;
}
.btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto 60px;
    width: 100%;
}
.btn-block .btn {
    background-color: #FFFFFF;
    border-color: #707070;
    border-radius: 12px;
    max-width: 277px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    font-size: 30px;
    font-weight: bold;
    color: #003797;
    line-height: 49px;
}
.btn-block .btn img {
    margin-right: 50px;
    max-width: 40px;
    height: 40px;
    object-fit: contain;
}
.banner-section h5 {
    font-size: 23px;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    color: #FFFFFF;
    text-transform: uppercase;
}
.header-box {
    background-color: #8C211A;
    text-align: center;
    padding: 10px 0;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}
.header-box::before {
    content: "";
    position: absolute;
    background-image: url(../images/batch-logo.svg);
    background-size: contain;
    width: 110px;
    height: 110px;
    top: -36px;
    right: 30px;
    background-repeat: no-repeat;
}
.btn-block h4 {
    line-height: 47px;
    font-size: 52px;
    font-family: 'Roundkey';
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #F1C346;
    margin-right: 20px;
}
.header-logo img {
    max-width: 210px;
    width: 100%;
}
.mob-show{display: none;}
.bottom-block-section{
    text-align: center;
}
/* .banner-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 90vh;
} */
.content-box .text1 {
    font-size: 24px;
    line-height: 34px;
    color: #464646;
    font-weight: 400;
    margin-bottom: 3px;
}
.content-box h4 {
    font-weight: bold;
    line-height: 34px;
}
.bottom-block-section h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
}
.bottom-block-section h3 span{
    font-weight: 600;
}
button.btn-close {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid #000;
    opacity: 1;
    margin-right: 10px;
}
.modal-content {
    padding: 23px 12px;
}
.modal-content img {
    margin-bottom: 15px;
}
.modal-content .text2 {
    font-size: 15px;
}
.modal-content h2 {
    color: #4B70C5;
    font-weight: bold;
}
.form-control {
    background-color: #F0F0F0;
    border: none;
    padding: 14px 11px;
    font-size: 13px;
    line-height: 20px;
    color: #464646;
    font-family: 'Cera Pro';
    font-weight: 300;
}
input.form-control::placeholder { /* Modern browsers */
    color: #524545;
}

input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #524545;
}

input.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #524545;
}

input.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #524545;
}

input.form-control:-moz-placeholder { /* Firefox 18- */
    color: #524545;
}
.btn.btn-primary {
    background-color: rgb(39, 173, 108);
    border-color: #27AD6C;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    border-radius: 31px;
    padding: 6px;
    max-width: 123px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-content: center;
    transition: all .5s ease;
}
.btn.btn-primary:hover {
    background-color: rgba(39, 173, 108, 0.8);
    border-color: rgba(39, 173, 108, 0.8);
    color: #464646;
}
.modal-body p.text3{
    color: #464646;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.modal-body.img-middle-block {
    padding: 0;
}
.user-img {
    max-width: 150px;
    width: 100%;
}
.title-img {
    max-width: 270px;
    width: 100%;
    margin: 10px 0;
}
.modal.fade .modal-dialog {
    transform: translate(0, -50%);
    top: 49%;
}
.modal-content{
    border-radius: 19px;
}
.social-icons img {
    max-width: 60px;
    width: 100%;
}
.btn-close:focus{
    box-shadow: none;
}
.form-control:focus{
    border-color: #F0F0F0;
    box-shadow: none;
    background-color:#F0F0F0;
}
.img-middle-block img {
    max-width: 100px;
    width: 100%;
    margin-bottom: 10px;
}
.modal-content .title-img {
    margin: 0 auto 10px;
    display: block;
    text-align: center;
}