.text-in-picture, .container-request {
    padding-left: 15%;
    padding-right: 15%;
    display: none;
}

html,body{
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto Regular';
    overflow: auto;
}

.container-home {
    width: 1440px;

    margin: 0 auto;
}

.home-background {
    width: 1440px;
    height: 340px;
    background-image: url("../Common/img/inspector-bg.png");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-background .home-title {
    width: 1000px;
    height: 140px;
    padding-left: 34px;
    white-space: pre-line;
}

.home-background .home-title-text1 {
    width: 482px;
    color: #002456;
    font-size: 25px;
}

.home-background .home-title-text2 {
    width: 482px;
    color: #222222;
    font-size: 14px;
    margin-top: 28px;
}

.navbar-menu {
    margin-left: 60px;
    display: flex;
}

.navbar-item {
    color: #222222;
    font-size: 14px;
    white-space: nowrap;
    line-height: 1;
    list-style-type:none; 
    padding: 10px 20px;
    position: relative;
    transition: 0.2s all linear;
    cursor: pointer;
}

.navbar-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #4090FF;
    transition: 0.2s all linear;
}

.navbar-item:hover::before {
    width: 100%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: #4090FF;
}

.navbar-item:hover ~ .navbar-item::before {
    left: 0;
}


.main-text { 
    color: #ffffff;
    font-family: HiraKakuStdN;
    font-size: 64px;
    line-height: 81px;
    font-weight: bold;
    letter-spacing: 0px;

    margin-bottom: 10px;
}

.description-text {
    color: #ffffff;
     font-family: LucidaGrande;
    font-size: 33px;
    font-style: italic;
    margin-left: 15px;
}

.text-in-picture {
    vertical-align: middle;
}

.container-request {
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}



.modal-header {
    margin: 15px;
    margin-bottom: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

.modal-header .modal-title {
    font-size: 24px;
}

.modal-header .modal-descripte {
    font-size: 12px;
    margin-top: 3px;
    color: #666666;
}

.modal-content {
    border-radius: 0px;
    padding: 20px;
}

.modal-footer {
    border-top: 0;
    padding-bottom: 30px;
}

.registe-submit {
    width: 360px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.confirm-submit {
    width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.confirm-tips-big {
    margin-top: 50px;
    text-align: center;
    color: #222222;
    font-size: 18px;
}

.confirm-tips-small {
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.checkbox-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.checkbox-group {
    margin: 15px 0;
    display: flex;
}

.checkbox-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.login-div {
    margin-left: 20%;
    width: 460px;
    background-color: #ffffff;
    padding: 30px;
}

.login-title {
    color: #222222; 
    font-size: 18px;
    margin-bottom: 15px;
}

.introduce {
    width: 100%;
    height: 367px;
    background-image: url("../Common/img/introduce.png");
    background-repeat: no-repeat;
    background-position-x: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.introduce img {
    margin-right: 20px;
    align-self: flex-end;
}

.introduce .text-area {
    width: 620px;
    margin-top: 44px;
}

.introduce .title {
    font-size: 24px;
    color: #FFFFFF;
}

.introduce .description {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
}

.introduce .end {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 82px;
    text-align: right;
    cursor: pointer;
}

.services-list {
    height: 436px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 42px;
}

.services-list .services-line {
    width: 1020px;

    margin-top: 56px;
    display: flex;
    flex-direction: row;
}

.services-list .services-wording {
    font-size: 20px;
    color: #1E5198;
    line-height: 44px;
}

.services-list .one-service {
    width: 300px;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-list .item-icon {
    height: 77px;
}

.services-list .service-name {
    margin-top: 25px;
    margin-bottom: 32px;
    font-size: 20px;
    color: #000000;
}

.services-list .service-description {
    margin-top: 5px;
    font-size: 12px;
    color: #999999;
    text-align: center;
}

.services-list .confirm {
    height: 36px;
    width: 120px;  
    border: 1px solid #4e98ff;
    color: #4e98ff;
    font-size: 14px;
    line-height: 18px;
    margin-top: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.register-div {
    margin: 0 auto;
    margin-bottom: 38px;
    width: 1000px;
    height: 144px;
    background: #f4f9ff;
    padding: 24px 30px;
    
    display: flex;
    align-items: center;
}

.register-div .register-text {
    width: 706px;
    height: 96px;
    color: #4e98ff;
    font-size: 14px;
    line-height: 24px;
    white-space: pre-line;
    text-align: left;
}

.register-div .register-btn {
    width: 180px;
    height: 40px;
    font-size: 18px;
    margin-left: 34px;
}

.sign-out {
    margin-left: 40px;
    margin-right: 40px;
    cursor: pointer;
} 

.select-language {
    font-size: 14px;
    cursor: pointer;
    border: none;
}

.register-link {
    float: right;
    color: #666666;
    font-size: 14px;
    padding: 0;
}