@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@font-face {
    font-family: Manrope-Bold;
    src: url('fonts/Manrope-Bold.ttf');
}
@font-face {
    font-family: Manrope-ExtraBold;
    src: url('fonts/Manrope-ExtraBold.ttf');
}
@font-face {
    font-family: Manrope-SemiBold;
    src: url('fonts/Manrope-SemiBold.ttf');
}
@font-face {
    font-family: Manrope-Regular;
    src: url('fonts/Manrope-Regular.ttf');
}
body{
    font-family: 'Manrope-Regular';
}
li{
    list-style: none;
}
.__menu{
    flex: 0 0 50%;
}
ul{
    justify-content: space-between;
}
ul a{
    color: #091c59;
}
.banner{
    background-image: url("images/img_1.png");
    background-size: cover;
    padding-top: 35px;
}
.textBanner{
    font-size: 45px;

}
.textBanner span{
    position: relative;
    z-index: 3;

}
.textBanner span::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: 10px;
    background-color: #6472c252;
}
.content{
    padding-top: 80px;
}
.textBanner{
    font-family: 'Manrope-SemiBold';
    color: #091C59;
}
.textB2{
    padding: 15px 0;
}
.textBanner span{
    font-family: 'Manrope-Bold';
}
.content{
    justify-content: space-between;
}
.__btn{
    width: max-content;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    background: #4966FF;
    margin-top: 25px;
}
.library img{
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.libraryContent{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 6px;
    margin-bottom: 40px;
}
.libraryText{
    padding: 25px;
}
.lText1{
    font-size: 14px;
    color: #4966FF;
    font-family: 'Manrope-Bold';
    padding-bottom: 10px;
}
.lText2{
    color: #000000;
    font-size: 24px;
}
.title{
    padding-top: 100px;
    padding-bottom: 70px;
    font-family: 'Manrope-Bold';
    font-size: 36px;
    color: #091C59;
}
.ttext1{
    font-size: 24px;
    font-family: 'Manrope-Bold';
    color: #091C59;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ttext2{
    font-size: 14px;
    color: #808080;
}
.important{
    background-color: #f5f5f5;
    padding-bottom:200px;
}
.importantContent{
    border: solid 1px #e4e8ff;
    padding: 35px;
    border-radius: 6px;
    background-color: #ffffff;
}
.textForm1{
    color: #091C59;
    font-family: 'Manrope-Bold';
    font-size: 36px;
}
.textForm{
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 10px;
    border: solid 1px #d5d3d6;
    width: max-content;
    border-radius: 6px;
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 14px;
    cursor: pointer;
}
.textForm:hover{
    color: #000000;
    border: solid 1px #4966FF;
}
.textForm2{
    margin: 20px 0;
    display: block;
}
.__form{
    padding: 50px;
    background-color: #f8faff;
}
form{
    background-color: white;
    padding: 30px;
    border-radius: 6px;
    width: 75%;
}
input{
    padding: 12px!important;
    color: #a6a6a6!important;
}
textarea{
    padding: 12px!important;
}
.__form button{
    width: 100%;
    background-color: #4966FF;
    border: unset;
    color: white;
    padding: 10px;
    border-radius: 6px;
}
.__footer{
    justify-content: space-between;
    padding: 70px;
}
.__logoFt{
    padding-right: 30px;
}
.__formR{
    margin-top: -147px;
}
.__call{
    border-radius: 6px;
    padding: 10px 20px;
    border: solid;
}
.poQc{
    position: relative;
    padding: 60px 0;
}
.qcContent{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60%;
    width: 25%;
}
.qcText1{
    font-size: 36px;
    font-family: 'Manrope-Bold';
    background: linear-gradient(96.82deg, #FFFFFF 0%, rgba(255, 255, 255, 0.52) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    padding-bottom: 20px;
}
.qcText2{
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
}
.slick-dots {
    position: absolute;
    top: 55%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #cdcfd9;
    text-indent: -9999px;
    cursor: pointer;
    transition: width 1s;
}
.slick-dots li.slick-active button {
    background-color: #4966ff;
    width: 40px;
    border-radius: 10px;
    transition: width 1s;
}
@media only screen and (max-width: 991px) {
    .content {
        flex-direction: column;
    }
    .__menu{
        display: none;
    }
    .__formR{
        margin-top: 30px;
    }
    .__formR form{
        width: 100%;
    }
    .textBanner br{
        display: none;

    }
  .__fooMB{
    flex-direction: column;
        margin-bottom: 20px;
  }
  .__footer {
    justify-content: space-between;
    padding: 30px;
    flex-direction: column;
}
}
