body{
    font-family: 'Quicksand', sans-serif;
}

.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.wrapper-second{
    background-color: #FFFFFF;
}

.container{
    max-width: 1370px;
    padding: 0 15px;
    margin: 0 auto;
}

.header{
    padding-top: 35px;
    position: relative;
    z-index: 5;
    padding-bottom: 10px;
    min-height: 100vh;
}

.logo-blog{
    display: flex;
    justify-content: flex-end;
}

.navbar-brand{
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #1C2D3D;
    margin-left: 43px;
}

.navbar-brand-second{
    color: #FFFFFF;
}

.navbar-brand:hover{
    color: #1C2D3D;
}

.navbar-brand-second:hover{
    color: #FFFFFF;
}

.container-fluid {
    padding: 0;
    flex-direction: row-reverse;
}

.navbar-nav{
    width: 100%;
    align-items: center;
    margin-right: 30px;
    margin-left: 100px;
}

.nav-link{
    margin-left: 40px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #73AFBA;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.nav-link img{
    display: none;
}

.nav-link-second{
    background-color: #FFFFFF;
}

.active-link{
    cursor: default;
    pointer-events: none;
    font-weight: 700;
    position: relative;
    color: #1C2D3D;
}

.active-link img{
    position: absolute;
    bottom: 5px;
    left: 4px;
    display: block;
}

.nav-link:hover{
    text-decoration: underline;
    color: #1C2D3D;
}

.nav-link:focus{
    color: #1C2D3D;
}

.img-blog{
    height: 480px;
    background-image: url(../images/indexBg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.info-blog{
    height: 100%;
}

.mainTxt-blog{
    display: flex;
}

.titleTxt-blog{
    max-width: 444px;
}

.titleTxt-blog h1{
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #1C2D3D;
    margin-bottom: 54px;
    max-width: 434px;
    position: relative;
}

.titleTxt-blog p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1C2D3D;
    max-width: 322px;
    margin-top: 20px;
}

.titleTxt-blog-big p{
    max-width: 434px;
}

.first-input-box{
    margin-top: 60px;
    margin-bottom: 50px;
}

.first-form{
    position: relative;
    z-index: 15;
    padding: 10px 5px;
    max-width: 444px;
}

.first-form h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1C2D3D;
    margin-bottom: 8px;
}

.input-box{
    display: flex;
    position: relative;
    max-width: 320px;
}

.input-box input{
    width: 320px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 42px;
    border: none;
    margin-right: 0;
    border: 1px solid #1C2D3D;
    border-radius: 5px;
    color: #1C2D3D;
    background-color: #FFFFFF;
}

.input-box input::-webkit-input-placeholder { color: #092335; }

.input-box input::-moz-placeholder { color: #092335; }

.input-box input:focus{
    outline: none;
}

.input-box button{
    width: 40px;
    height: 40px;
    background: #E85A4E;
    border: 1px solid #1C2D3D;
    border-radius: 5px;
    position: absolute;
    right: 0;
    z-index: 15;
}

.first-form p{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #1C2D3D;
    max-width: 320px;
    padding-top: 28px;
}

.first-form a{
    font-weight: 700;
    color: #092335;
    text-decoration: none;
}


.navbar-nav hr{
    display: none;
}

.second-input-box{
    max-width: 660px;
    padding-left: 20px;
}

.input-boxes{
    display: flex;
}

.input-box-second{
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    padding: 0 5px;
}

.input-box-second input{
    width: 320px;
    height: 40px;
    left: 163px;
    top: 458px;
    border: none;
    background-color: #FFFFFF;
    margin-right: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 20px;
    border: 1px solid #73AFBA;
    border-radius: 5px;
}

.input-box-second input::-webkit-input-placeholder { font-weight: 400; }

.input-box-second input::-moz-placeholder { font-weight: 400 }

.input-box-second input:focus{
    background: #FFFFFF;
    box-shadow: 2px 2px 4px #E2F3FF;
    outline: 1px solid #1C2D3D;
    filter: drop-shadow(2px 2px 4px #E2F3FF);
}

.second-form{
    max-width: 100%;
    width: 100%;
}

.second-form h3{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #092335;
    max-width: 320px;
    margin-bottom: 30px;
}

.input-box-second textarea{
    height: 240px;
    max-width: 545px;
    width: 100%;
    resize: none;
    padding: 10px 20px 10px 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    background: transparent;
    border: 1px solid #73AFBA;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.input-box-second textarea:focus{
    outline: 1px solid #1C2D3D;
    filter: drop-shadow(2px 2px 4px #E2F3FF);
}

.input-box-third{
    margin-top: 24px;
}

.uploadBoxes{
    display: flex;
    background: #FFFFFF;
    height: 40px;
    width: 226px;
    overflow: hidden;
    align-items: center;
    padding-left: 5px;
    border: 1px solid #1C2D3D;
    border-radius: 5px;
}

.uploadBox p{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1C2D3D;
    margin-bottom: 0;
    padding-left: 5px;
}

.uploadBlog-second{
    display: flex;
}

.uploadBlog h4{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #1C2D3D;
    margin-bottom: 15px;
    min-width: 94px;
    max-width: 94px;
    margin-right: 20px;
    padding-left: 5px;
}

.uploadForms-blog{
    width: 100%;
}

.uploadForm{
    display: flex;
    margin-left: 5px;
}

.uploadBtns-box{
    display: flex;
    margin-left: 7px;
}

.uploadBtns-box label{
    width: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    background: rgba(115, 175, 186, 0.6);
    border: 1px solid #1C2D3D;
    border-radius: 5px;
}

.removeFile{
    width: 40px;
    height: 40px;
    border: 1px solid #1C2D3D;
    border-radius: 5px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    margin-right: 7px;
}

.input-box-third textarea{
    height: 145px;
    max-width: 545px;
    width: 100%;
}

.input-box-third p{
    top: 8px;
}

.uploadForm-second{
    margin-top: 37px;
}

.btn-submit{
    width: 225px;
    height: 40px;
    background: #1C2D3D;
    border: 1px solid #1C2D3D;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 20px;
    padding-right: 13px;
    position: relative;
    margin-left: 5px;
}

.btn-submit .btn-icon{
    position: absolute;
    right: -1px;
    width: 40px;
    height: 40px;
    background: #E85A4E;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn-submit-second{
    margin-bottom: 50px;
    background: #73AFBA;
}

.btn-submit-second .btn-icon{
    background: #1C2D3D;
}

.btn-submit-third{
    margin-left: 119px;
}

.img-blog-second{
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: 42% 100%;
    background-position: top right;
}

.img-blog-third{
    background-repeat: no-repeat;
    background-size: 40% 100vh;
    background-position: top right;
}

.img-blog-index{
    background-image: url(../images/indexBg.png);
}

.img-blog-submiss{
    background-image: url(../images/indexBg.png);
    background-size: 100% 700px;
    background-repeat: no-repeat;
}

.img-blog-request{
    background-image: url(../images/submissionBg.png);
    background-size: 42% 44%;
    background-position: top right;
    background-repeat: no-repeat;
}

.img-blog-about{
    background-image: url(../images/aboutBg.png);
}

.img-blog-legal{
    background-image: url(../images/legalBg.png);
}

.img-blog-contact{
    background-image: url(../images/contactBg.png);
}

.img-blog-statistical{
    background-image: url(../images/statisticalBg.png);
}

.img-blog-statisticalSecond{
    background-image: url(../images/statisticalSecondBg.png);
}

.about-blog{
    margin-top: 130px;
    margin-bottom: 10px;
    margin-left: 148px;
}

.title-blog-second{
    max-width: 250px;
}

.title-blog-third{
    background-color: #FFFFFF;
}

.aboutTxt a{
    font-weight: 500;
    color: #000000;
}

.titleTxt-blog-second h1{
    color: #346F98;
}

.titleTxt-blog-second p{
    margin-top: 50px;
}

.titleTxt-blog-third{
    padding-bottom: 70px;
}

.input-box-fourth{
    display: flex;
    align-items: center;
}

.input-box-fourth p{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1C2D3D;
    margin-bottom: 0;
    min-width: 94px;
    max-width: 94px;
    margin-right: 20px;
}

.form-text-box p{
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    max-width: 433px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 5px;
}

.input-box-fifth{
    align-items: flex-start;
}

.input-box-fifth p{
    padding-top: 10px;
}

.request-blog{
    margin-top: 140px;
}

.request-box{
    margin-top: 100px;
    margin-bottom: 120px;
    margin-left: 148px;
}

.statistical-box{
    margin-bottom: 15px;
    max-width: 780px;
    display: flex;
    border-radius: 5px;
    padding: 10px 5px;
}

.statistical-firstTxt{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
    max-width: 94px;
    width: 100%;
    margin-right: 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.statistical-firstTxt-stat{
    
    max-width: 207px;
    min-width: 207px;
}

.statistical-secondTxt{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
    padding-right: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    max-width: 206px;
    width: 100%;
    border-bottom: 2px solid #EEF5F7;
}

.statistical-secondTxt-stat{
    max-width: 360px;
    border: none;
}

.statistical-secondTxt a{
    color: #000000;
    text-decoration: none;
}

.statistical-secondTxt a:hover{
    color: #000000;
    text-decoration: none;
}

.statistical-thirdTxt{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    max-width: 547px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

@media all and (max-width: 992px){

    .fa-bars{
        font-size: 30px;
        color: #F3F2F2;
    }

    .navbar-toggler{
        color: #F3F2F2;
    }

    .navbar-nav{
        align-items: flex-start;
        margin-left: 43px;
    }

    .nav-link{
        margin-top: 20px;
        justify-content: baseline;
        margin-left: 0;
        min-width: 90px;
    }

    .navbar-nav hr{
        display: block;
        width: 94%;
        opacity: 1;
        color: #1C2D3D;
    }

    .navbar-brand{
        background-color: #FFFFFF;
        border-radius: 5px;
        padding: 5px;
        min-width: 90px;
    }

    .navbar-brand-second{
        color: #092335;
    }

    .navbar-brand-second:hover{
        color: #092335;
    }

    .second-input-box{
        padding-left: 20px;
    }

    .input-box-third textarea{
        margin-top: 5px;
    }

    .container-fluid{
        flex-direction: row;
    }

    .about-blog{
        margin-left: 43px;
    }

    .img-blog-second{
        background-size: 50% 100%;
    }

    .titleTxt-blog{
        padding: 15px 5px;
    }

    .request-box{
        margin-top: 40px;
        margin-left: 48px;
    }
}

@media all and (max-width: 930px){
    .titleTxt-blog h1{
        max-width: 330px;
    }
}

@media all and (max-width: 860px){
    .second-form{
        max-width: 100%;
    }

    .input-boxes{
        flex-direction: column;
    }
}

@media all and (max-width: 800px){

    .img-blog-second{
        background-size: cover;
    }

    .img-blog-third{
        background-size: 50% 100vh;
    }
    
    .index-blog{
        flex-direction: column;
    }

    .first-input-box{
        margin-top: 30px;
    }

    .input-box-fourth{
        flex-direction: column;
        align-items: start;
    }

    .input-box-fourth p{
        margin-bottom: 10px;
        width: 100%;
        max-width: 160px;
    }

    .uploadBlog-second{
        flex-direction: column;
    }

    .uploadBlog-second h4{
        width: 100%;
    }

    .btn-submit-third{
        margin-left: 0;
    }
    
    .nav-link{
        background-color: #FFFFFF;
        color: #1C2D3D;
    }

    .titleTxt-blog{
        background-color: #FFFFFF;
        padding: 10px 5px;
        border-radius: 5px;

    }

    .navbar-nav hr{
        color: #FFFFFF;
    }

    .first-form{
        background-color: #FFFFFF;
        border-radius: 5px;
    }
}

@media all and (max-width: 600px){

    .img-blog-third{
        background-size: 100% 100vh;
    }

    .about-blog{
        margin-top: 100px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .request-blog{
        margin-top: 20px;
        margin-bottom: 0;
    }

    .request-box{
        margin-top: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .navbar-brand{
        margin-left: 15px;
    }

    .navbar-nav{
        margin-left: 15px;
    }

    .titleTxt-blog{
        width: 100%;
        max-width: 100%;
    }

    .titleTxt-blog h1{
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 40px;
        max-width: 300px;
    }

    .titleTxt-blog p{
        font-size: 12px;
        line-height: 18px;
    }

    .title-blog-second{
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .titleTxt-blog-second p{
        margin-top: 20px;
    }

    .title-blog-third{
        padding-bottom: 50px;
    }

    .first-form{
        max-width: 100%;
    }

    .statistical-secondTxt a{
        font-size: 13px;
    }

    .statistical-box{
        flex-direction: column;
    }

    .statistical-box{
        max-width: 100%;
        width: 100%;
        background-color: #FFFFFF;
        border-radius: 5px;
    }

    .input-box-fourth{
        flex-direction: column;
        align-items: start;
        background-color: #FFFFFF;
        border-radius: 5px;
        padding: 10px 5px;
    }
}

@media all and (max-width: 400px){
    .navbar-brand{
        margin-left: 0;
    }

    .navbar-nav{
        margin-left: 0;
    }

    .titleTxt-blog{
        margin-left: 0;
    }

    .request-box{
        margin-left: auto;
        margin-right: auto;
    }

    .first-input-box{
        margin-left: 0;
    }

    .first-form{
        margin-left: 0;
    }

    .about-blog{
        margin-top: 100px;
        margin-left: 0;
        margin-right: 0;
    }
}
