@font-face {
    font-family: "TrajanPro-Bold";
    src: url("../fonts/TrajanPro-Bold.otf") format('truetype');
}

@font-face {
    font-family: "TrajanPro";
    src: url("../fonts/TrajanPro-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Myriad";
    src: url("../fonts/Myriad Pro Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Myriad-Light";
    src: url("../fonts/Myriad Pro Light.otf") format('opentype');
}

@font-face {font-family: "Arboria-Book"; src: url("//db.onlinewebfonts.com/t/1c7f14203d028f1c6f8914508f469cb9.eot"); src: url("//db.onlinewebfonts.com/t/1c7f14203d028f1c6f8914508f469cb9.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1c7f14203d028f1c6f8914508f469cb9.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1c7f14203d028f1c6f8914508f469cb9.woff") format("woff"), url("//db.onlinewebfonts.com/t/1c7f14203d028f1c6f8914508f469cb9.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1c7f14203d028f1c6f8914508f469cb9.svg#Arboria-Book") format("svg"); }
.email2{    
    display: none!important;    
}
body {
    margin: 0px;
}

.mobile {
    display: none;
}

.container {
    max-width: 1300px;
    padding: 0 60px;
    margin: auto;
}

.header {
    padding: 20px 0;
    background: rgba(255,255,255,0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    webkit-box-shadow: 3px 3px 5px 6px rgb(255 255 255 / 80%);
    -moz-box-shadow: 3px 3px 5px 6px rgb(255 255 255 / 80%);
    box-shadow: 3px 3px 5px 6px rgb(255 255 255 / 80%);
    z-index: 999;
    transition-duration: 0.3s;
}

.header.open {
    background: white;
}

.header.sticky {
    background: white;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    width: 30%;
}

.header .logo img {
    width: 100%;
}

.header .navbar {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-item {
    color: #333333;
    font-size: 20px;
    cursor: pointer;
    margin: 0 20px;
    font-family: Myriad;
    position: relative;
    transition-duration: 0.3s;
}

.navbar-item:before {
    content: "";
    position: absolute;
    left: 0;
    background: black;
    height: 1px;
    transition-duration: 0.3s;
    width: 0;
    bottom: -2px;
}

.navbar-item:hover:before {
    width: 100%;
}

.navbar-item:hover {
    color: #0c4685;
}

.header .navbar .login-btn {
    display: flex;
    align-items: center;
    text-decoration: unset;
    font-size: 20px;
    color: #0c4685;
    padding: 10px 30px;
    border: 1px solid #0c4685;
    border-radius: 50px;
    margin: 0 20px;
    font-family: Myriad;
    cursor: pointer;
}

.header .navbar .login-btn img {
    margin-right: 10px;
}

.learn-more-btn {
    font-size: 20px;
    text-decoration: unset;
    color: white;
    padding: 10px 30px;
    background: #f46056;
    border-radius: 50px;
    font-family: Myriad;
    border: 1px solid #f46056;
    
}

.header .learn-more-btn {
    display: flex;
    align-items: center;
}

.learn-more-btn img {
    margin-right: 10px;
}

.header .learn-more-btn:hover {
    border-color: #0c4685;
    background: #0c4685 !important;
    color: white;
}

.learn-more-btn:hover {
    background: transparent !important;
    transition-duration: 0.3s;
    color: black;
}

.banner {
    position: relative;
    background: #f8f8f8;
}

.banner img {
    width: 100%;
}

.banner-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
}

.banner-content .container {
    width: 100%;
}

.banner-info {
    padding-left: 20px;
    border-left: 3px solid #f46056;
    margin-bottom: 50px;
    max-width: 650px;
}

.banner-info h1 {
    margin: 0;
    font-size: 60px;
    color: #0c4685;
    line-height: 1;
    font-family: TrajanPro-Bold;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(#5190c1, #064681);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-info p {
    margin: 0;
    font-size: 46px;
    color: #212121;
    font-family: Myriad-Light;
}

.banner-content .learn-more-btn {
    margin-left: 20px;
    background: #4c8fc4;
    border: 1px solid #4c8fc4;
}

.mobile-navbar {
    display: none;
}

.service-section {
    padding: 50px 0 200px 0;
    background: #f8f8f8;
}

.service-items {
    display: flex;
    align-items: flex-start;
}

.service-item {
    width: 33.333%;
    text-align: center;
    padding: 0 10px;
    position: relative;
}

.service-item .service-item-content {
    margin: auto;
}

.service-item img {
    height: 100px;
}

.service-item h1 {
    color: #0c4685;
    font-size: 28px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'TrajanPro-Bold';
}

.service-item-content img {
    margin: 15px 0px;
}

.service-item p {
    font-family: Arboria-Book;
    margin: 0;
    font-size: 20px;
    color: #333333;
}

.service-item.one .service-item-content {
    max-width: 300px;
}

.service-item.two .service-item-content {
    max-width: 360px;
    position: relative;
}

.service-item.three .service-item-content {
    max-width: 300px;
}

.service-item .border {
    position: absolute;
    width: 400px;
    height: auto;
    top: -90px;
    left: -20px;
}

.service-item-content .mobile {
    display: none;
}

.convert-section {
    background-image: url(../images/convert.png);
    text-align: center;
    background-position: center;
    background-size: cover;
    padding: 150px 0;
}

.convert-content {
    max-width: 1130px;
    margin: auto;
}

.convert-content h1 {
    font-size: 45px;
    color: white;
    font-family: 'TrajanPro-Bold';
    margin: 0 0 60px 0;
    position: relative;
}

.convert-content h1:before {
    content: "";
    position: absolute;
    left: calc(50% - 30px);
    width: 60px;
    background: #5190c1;
    height: 4px;
    bottom: -10px;
}

.convert-content p {
    font-size: 22px;
    color: white;
    font-family: 'Arboria-Book';
    margin: 0 0 50px 0;
    line-height: 1.5;
}

.convert-content .contact-btn {
    font-size: 20px;
    color: white;
    background: #f46056;
    font-family: 'Myriad';
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    transition-duration: 0.3s;
    border: 1px solid #f46056;
}

.convert-content .contact-btn:hover {
    background: transparent;
}

.diagram-section {
    background: #f7f7f7;
    padding: 100px 0;
}

.diagram-item {
    display: flex;
    align-items: center;
}

.diagram-item img {
    width: 40%;
    margin-right: 20px;
}

.diagram-item h1 {
    font-family: 'TrajanPro-Bold';
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#5190c1, #064681);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.diagram-item p {
    font-size: 30px;
    font-family: 'Arboria-Book';
    color: #333333;
    line-height: 1.5;
    margin: 0;
}

.diagram-item .underline {
    background: #5190c1;
    height: 5px;
    width: 80px;
    margin: 5px 0 10px 0;
}

.diagram-item div {
    max-width: 630px;
}

.diagram-item.right {
    padding: 100px 0;
    justify-content: flex-end;
    position: relative;
}

.diagram-item.right img {
    order: 2;
    margin-right: 0;
    margin-left: 20px;
}

.diagram-item.right .diagram-border1 {
    position: absolute;
    top: 0;
    width: 64%;
    left: 18%;
    margin: 0;
}

.diagram-item.right .diagram-border2 {
    position: absolute;
    bottom: -30px;
    width: 64%;
    left: 18%;
    margin: 0;
}

.data-section {
    padding: 100px 0;
}

.data-section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data-section-info {
    width: 450px;
}

.data-section-content img {
    width: calc(100% - 550px);
}

.data-section-info h1 {
    font-family: 'TrajanPro-Bold';
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#5190c1, #064681);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.data-section-info p {
    margin: 0;
    font-family: 'Arboria-Book';
    font-size: 35px;
    line-height: 1.5;
    color: #333333;
}

.data-section-info p span {
    color: #f46055;
}

.data-section-info .underline {
    background: #5190c1;
    height: 5px;
    width: 80px;
    margin: 5px 0 10px 0;
}

.faq-section {
    padding: 100px 0 50px 0;
    background: #f8f8f8;
}

.faq-section h1,
.time-section h1,
.diagram-section .title {
    font-family: 'TrajanPro-Bold';
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#5190c1, #064681);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    position: relative;
}

.time-section h1,
.diagram-section .title {
    margin-bottom: 50px;
}

.faq-section h1:before,
.time-section h1:before,
.diagram-section .title:before {
    content: "";
    position: absolute;
    left: calc(50% - 40px);
    width: 80px;
    height: 5px;
    background: #5190c1;
    bottom: -10px;
}

.faq-items {
    margin-top: 50px;
}

.faq-item {
    padding-bottom: 20px;
    position: relative;
}

.faq-item:before {
    content: "";
    position: absolute;
    left: 26px;
    height: 20px;
    bottom: 0px;
    width: 2px;
    background: #4c8fc4;
}

.faq-item-question {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #cccccc;
    cursor: pointer;
    padding-left: 50px;
    transition-duration: 0.3s;
    position: relative;
}

.faq-item-question:hover {
    background: #f46055;
    border-color: #f46055;
}

.faq-item-question:hover label {
    background: #f46055;
}

.faq-item-question:hover p {
    color: white;
}

.faq-item-question:before {
    content: "";
    position: absolute;
    left: 25px;
    height: calc(100% + 2px);
    top: -1px;
    width: 2px;
    background: #4c8fc4;
}

.faq-item-question:after {
    content: "";
    position: absolute;
    left: 16px;
    width: 16px;
    height: 16px;
    border: 2px solid #4c8fc4;
    border-radius: 50%;
    background: white;
}

.faq-item-question:hover:before {
    background: white;
}
.faq-item-question:hover:after {
    border-color: white;
    background: #f46055;
}

.faq-item-question p {
    margin: 0;
    font-size: 20px;
    font-family: 'Arboria-Book';
    color: black;
    width: calc(100% - 60px);
    line-height: 1.5;
}

.faq-item-question label {
    background: #4c8fc4;
    width: 50px;
    height: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-item-question span {
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.faq-item-question span:before {
    content: "";
    position: absolute;
    left: 20%;
    width: 60%;
    height: 2px;
    top: 50%;
    background: white;
    display: none;
}

.faq-item-answer {
    padding-left: 50px;
    position: relative;
    display: none;
}

.faq-item-answer:before {
    content: "";
    position: absolute;
    left: 26px;
    height: 100%;
    top: 0;
    width: 2px;
    background: #4c8fc4;
}

.faq-item-answer p {
    margin: 0;
    font-family: 'Myriad-Light';
    font-size: 20px;
    color: #333333;
    padding-top: 20px;
    line-height: 1.5;
}

.faq-item:first-child .faq-item-question:before {
    top: 20px;
    height: calc(100% - 18px);
}

.faq-item:last-child .faq-item-question:before {
    height: 20px;
}

.faq-item:last-child .faq-item-answer:before,
.faq-item:last-child:before {
    display: none;
}

.faq-item.open .faq-item-question,
.faq-item.open .faq-item-question label {
    background: #f46055;
}

.faq-item.open .faq-item-question p {
    color: white;
}

.faq-item.open .faq-item-question:before {
    background: white;
}

.faq-item.open .faq-item-question:after {
    background: #f46055;
    border-color: white;;
}

.faq-item.open .faq-item-question span:before {
    display: block;
}

.faq-section .container {
    max-width: 1100px;
}

.footer-top {
    background-image: url(../images/footer.png);
    background-color: #f8f8f8;
    background-size: cover;
    background-position: top center;
    padding: 300px 0 200px 0;
}

.footer-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-info {
    background: rgba(0,0,0,0.2);
    border-radius: 20px;
    width: 40%;
}

.footer-top form {
    width: 50%;
}

.contact-sub-info {
    padding: 50px;
}

.contact-sub-info h1 {
    color: white;
    font-family: TrajanPro;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}

.contact-sub-info h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 5px;
    background: #5190c1;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-info-item img {
    margin-right: 20px;
}

.contact-info-item h2 {
    font-size: 22px;
    color: white;
    font-family: 'Myriad';
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info-item p,
.contact-info-item a {
    color: white;
    font-family: 'Myriad';
    margin: 0;
    line-height: 1.5;
    font-size: 22px;
    text-decoration: unset;
}

.footer-form {
    padding: 50px;
}

.footer-form h1 {
    color: white;
    font-family: TrajanPro;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}

.footer-form h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 5px;
    background: #5190c1;
}

.footer-form p {
    font-size: 20px;
    color: white;
    font-family: 'Arboria-Book';
    margin: 0 0 30px 0;
}

.form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.form-item {
    width: 47%;
    position: relative;
}

.form-row input {
    width: 100%;
    border: none;
    background: transparent;
    color: white;
    font-size: 18px;
    font-family: 'Arboria-Book';
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    outline: none;
}

.form-item img {
    position: absolute;
    right: 0;
    width: 16px;
    top: calc(50% - 12px);
}

.form-row input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 18px;
    font-family: 'Arboria-Book';
    opacity: 1; /* Firefox */
}
  
.form-row input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
    font-size: 18px;
    font-family: 'Arboria-Book';
}
  
.form-row input::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
    font-size: 18px;
    font-family: 'Arboria-Book';
}

input[type="submit"] {
    font-size: 18px;
    color: white;
    background: transparent;
    border: 1px solid white;
    border-radius: 5px;
    padding: 20px 30px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: white;
    color: black;
    transition-duration: 0.3s;
}

.contact-info-item:last-child {
    margin: 0;
}

.footer-bottom {
    padding: 50px 0;
    background: #333333;
    text-align: center;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 50px 0;
    color: white;
}

.footer-links .navbar-item,
.footer-links a {
    color: white;
    font-family: 'Arboria-Book';
    margin: 0 20px;
    text-decoration: unset;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-links .navbar-item:before {
    display: none;
}

.footer-links .navbar-item:hover,
.footer-links a:hover {
    color: white;
}

.footer-copyright {
    padding-top: 30px;
    border-top: 1px solid #5c5c5c;
}

.footer-copyright p {
    font-family: 'Arboria-Book';
    color: white;
    font-size: 18px;
    margin: 0px;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social a {
    margin: 0 20px;
}

.footer-logo {
    margin: 20px 0;
}

.time-section {
    background: white;
    padding: 100px 0 0 0;
}

.time-section.second {
    background-image: linear-gradient(white, #f7f7f7);
}

.time-section p {
    font-family: 'Arboria-Book';
    color: #333333;
    font-size: 36px;
    text-align: center;
    margin: 0px;
}

.time-section p span {
    color: #f46056;
    font-weight: 600;
}

.time-section p span.black {
    color: #333333;
}

.time-section p span.green {
    color: #74dbb2;
}

.time-table-content {
    display: flex;
    align-items: center;
    width: 200px;
}

.time-table-content h2,
.time-table-content p {
    font-family: 'Arboria-Book';
    font-size: 24px;
    margin: 0;
    color: #5190c1;
}

.time-table-content div {
    height: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.time-table-content h2 {
    width: 130px;
    text-align: center;
}

.time-table-content p  {
    width: 70px;
    text-align: right;
}

.time-diagram {
    display: flex;
}

.time-table {
    position: relative;
    width: calc(100% - 300px);
    margin-left: 30px;
}

.time-table-image {
    width: 100%;
}

.time-table p {
    font-family: 'Arboria-Book';
    font-size: 24px;
    margin: 0;
    color: #08427c;
    font-weight: bold;
    display: inline-block;
    position: absolute;
}

.time-table p.one {
    left: 10%;
    top: 26%;
}

.time-table p.two {
    left: 34%;
    bottom: 20%
}

.time-table p.three {
    left: 61%;
    bottom: 11%
}

.time-table p.four {
    right: 4%;
    bottom: 7%;
}

.time-table-description {
    font-family: 'Arboria-Book';
    font-size: 34px;
    color: white;
    background-image: url(../images/time-description.png);
}

.time-table-description span {
    font-weight: bold;
    color: #f46056;
}

.time-table-description span.font {
    font-size: 48px;
}

.time-table-description {
    max-width: 700px;
    background-size: 100%;
    padding: 50px 75px 58px 75px;
    position: absolute;
    right: -130px;
    top: 20%;
}

.time-position {
    background-image: url(../images/time-position.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    margin: 10px 0 30px 0;
}

.time-position h2,
.time-position p {
    font-family: 'Arboria-Book';
    font-size: 24px;
    margin: 0px;
    color: #0c4685;
}

.time-position p span {
    color: #0c4685;
    font-weight: 400;
}

.time-position h2  {
    width: 250px;
}

.time-position div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
    width: calc(100% - 250px);
}

.time-progress-bar {
    position: relative;
    margin: 50px 0 100px 0;
}

.time-progress-bar img {
    width: 100%;
}

.time-progress-bar div {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.time-progress-bar p {
    font-family: 'Arboria-Book';
    font-size: 30px;
    margin: 0px;
    color: #333333;
}

.time-progress-bar p span {
    color: #f68c84;
    font-size: 48px;
    font-weight: bold;
}

.time-progress-bar p.two {
    margin-left: 5.5%;
}

.time-progress-bar p.three {
    margin-right: 10%;
}

@media only screen and (max-width: 1399px) {
    .time-table-description {
        font-size: 24px;
        max-width: 500px;
        padding-top: 40px;
        padding-bottom: 48px;
    }
    .time-table-description span.font {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .header {
        padding: 10px 0;
    }
    .navbar-item {
        font-size: 16px;
    }
    .banner-content {
        height: 100%;
    }
    .banner-info {
        max-width: 500px;
        margin-bottom: 30px;
    }
    .banner-info h1 {
        font-size: 48px;
    }
    .banner-info p {
        font-size: 36px;
    }
    .header .navbar .login-btn {
        padding: 5px 20px;
        font-size: 16px;
    }
    .learn-more-btn {
        padding: 5px 20px;
        font-size: 16px;
    }
    .header .navbar .login-btn img {
        width: 15px;
    }
    .service-item.one .service-item-content {
        max-width: 200px;
    }
    .service-item.two .service-item-content {
        max-width: 290px;
    }
    .service-item.three .service-item-content {
        max-width: 220px;
    }
    .service-item img {
        height: 70px;
    }
    .service-item h1 {
        font-size: 22px;
    }
    .service-item-content img {
        margin: 10px 0;
    }
    .service-item p {
        font-size: 15px;
    }
    .service-item .border {
        top: -100px;
        width: 330px;
    }
    .service-section {
        padding-bottom: 150px;
    }
    .convert-section {
        padding: 100px 0;
    }
    .convert-content {
        max-width: 900px;
    }
    .convert-content h1 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .convert-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .convert-content .contact-btn {
        font-size: 16px;
    }
    .diagram-item div {
        max-width: 500px;
    }
    .diagram-item h1 {
        font-size: 30px;
    }
    .diagram-item p {
        font-size: 24px;
    }
    .diagram-item.right .diagram-border1 {
        height: 70px;
    }
    .diagram-item.right .diagram-border2 {
        height: 70px;
        bottom: -20px;
    }
    .diagram-item.right {
        padding: 50px 0;
    }
    .diagram-item .underline {
        width: 60px;
    }
    .data-section {
        padding: 80px 0;
    }
    .data-section-info {
        width: 350px;
    }
    .data-section-content img {
        width: calc(100% - 400px);
    }
    .data-section-info h1 {
        font-size: 30px;
    }
    .data-section-info p {
        font-size: 26px;
    }
    .data-section-info .underline {
        width: 50px;
        height: 4px;
    }
    .faq-section h1,
    .time-section h1,
    .diagram-section .title {
        font-size: 30px;
    }
    .faq-section {
        padding-top: 50px;
    }
    .faq-section h1:before,
    .time-section h1:before,
    .diagram-section .title:before {
        width: 60px;
        left: calc(50% - 30px);
        height: 4px;
    }
    .faq-item-question p,
    .faq-item-answer p {
        font-size: 18px;
    }
    .footer-top {
        padding: 200px 0 50px 0;
    }
    .contact-sub-info h1 {
        font-size: 24px;
    }
    .contact-sub-info h1:before {
        font-size: 60px;
        height: 4px;
    }
    .contact-info-item img {
        width: 20px;
        margin-right: 10px;
    }
    .contact-info-item h2,
    .contact-info-item p,
    .contact-info-item a {
        font-size: 16px;
    }
    .footer-form h1 {
        font-size: 24px;
    }
    .footer-form h1:before {
        bottom: -10px;
        width: 60px;
        height: 4px;
    }
    .footer-form p {
        font-size: 14px;
    }
    .form-row {
        margin-bottom: 30px;
    }
    .form-row input {
        font-size: 14px;
    }.form-item img {
        position: absolute;
        right: 0;
        width: 16px;
        top: calc(50% - 12px);
    }
    .form-row input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        font-size: 14px;
        font-family: 'Arboria-Book';
        opacity: 1; /* Firefox */
    }
    .form-row input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white;
        font-size: 14px;
        font-family: 'Arboria-Book';
    } 
    .form-row input::-ms-input-placeholder { /* Microsoft Edge */
        color: white;
        font-size: 14px;
        font-family: 'Arboria-Book';
    }
    input[type="submit"] {
        font-size: 14px;
        border-radius: 5px;
        padding: 15px 25px;
    }
    .learn-more-btn img {
        width: 20px;
    }
    .time-section,
    .diagram-section {
        padding-top: 50px;
    }
    .time-section h1, .diagram-section .title {
        margin-bottom: 30px;
    }
    .time-section p {
        font-size: 24px;
    }
    .time-table-content h2, .time-table-content p {
        font-size: 18px;
    }
    .time-table-content h2 {
        width: 100px;
    }
    .time-table-content p {
        width: 60px;
    }
    .time-table-content {
        width: 160px;
    }
    .time-table {
        width: calc(100% - 200px);
        margin-left: 10px;
    }
    .time-table-description {
        font-size: 20px;
        max-width: 400px;
        padding: 30px 50px 35px 50px;
        right: -50px;
    }
    .time-table-description span.font {
        font-size: 28px;
    }
    .time-position h2, .time-position p {
        font-size: 20px;
    }
    .time-position {
        padding: 8px 20px;
    }
    .time-position h2 {
        width: 200px;
    }
    .time-position div {
        padding: 0px;
        width: calc(100% - 200px);
    }
    .time-position p {
        text-align: left;
    }
    .time-progress-bar {
        margin: 30px 0 50px 0;
    }
    .time-progress-bar div {
        bottom: -40px;
    }
    .time-section p {
        font-size: 20px;
    }
    .time-progress-bar p span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        padding: 0 20px;
    }
    .header .navbar {
        display: none;
    }
    .mobile-navbar {
        display: flex;
    }
    .header .logo {
        width: 400px;
    }
    .banner .mobile {
        display: block;
    }
    .banner .desktop {
        display: none;
    }
    .mobile-navbar .login-btn {
        border: 1px solid #f46056;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f46056;
    }
    .mobile-navbar .login-btn img {
        width: 24px;
    }
    .mobile-navbar .mobile-navbar-icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #0c4685;
        margin-left: 10px;
        position: relative;
    }
    .mobile-navbar .mobile-navbar-icon div {
        position: absolute;
        width: 24px;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #0c4685;
        left: 6px;
    }
    .mobile-navbar .mobile-navbar-icon .one {
        top: 11px;
    }
    .mobile-navbar .mobile-navbar-icon .two {
        top: 17px;
    }
    .mobile-navbar .mobile-navbar-icon .three {
        top: 23px;
    }
    .mobile-navbar-items {
        display: none;
    }
    .mobile-navbar.open .mobile-navbar-icon .one {
        transform: translate3d(0,6px,0) rotate(45deg);
    }
    .mobile-navbar.open .mobile-navbar-icon .two {
        transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
        opacity: 0;
    }
    .mobile-navbar.open .mobile-navbar-icon .three {
        transform: translate3d(0,-6px,0) rotate(-45deg);
    }
    .header {
        webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }
    .mobile-navbar.open .mobile-navbar-items {
        display: block;
        position: absolute;
        left: 0;
        top: 57px;
        width: calc(100% - 40px);
        background: white;
        padding: 30px 20px 50px 20px;
        text-align: center;
    }
    .navbar-item {
        margin: 0 0 20px 0;
    }
    .banner-info {
        max-width: 400px;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .banner-info h1 {
        font-size: 36px;
        margin-bottom: 0px;
    }
    .banner-info p {
        font-size: 28px;
    }
    .banner-content .learn-more-btn {
        font-size: 16px;
        margin-left: 10px;
        padding: 5px 20px;
    }
    .service-item.one .service-item-content {
        max-width: 180px;
    }
    .service-item.two .service-item-content {
        max-width: 220px;
    }
    .service-item.three .service-item-content {
        max-width: 180px;
    }
    .service-item img {
        height: 50px;
    }
    .service-item h1 {
        font-size: 17px;
    }
    .service-item p {
        font-size: 12px;
    }
    .service-item .border {
        top: -70px;
        width: 260px;
    }
    .service-section {
        padding-bottom: 120px;
    }
    .diagram-section {
        padding: 50px 0;
    }
    .diagram-item img {
        width: 30%;
    }
    .diagram-item h1 {
        font-size: 22px;
    }
    .diagram-item .underline {
        width: 50px;
        height: 3px;
    }
    .diagram-item p {
        font-size: 18px;
    }
    .diagram-item.right {
        padding: 0 0 30px 0;
    }
    .diagram-item.right .diagram-border1,
    .diagram-item.right .diagram-border2 {
        display: none;
    }
    .diagram-item div {
        max-width: 360px;
    }
    .data-section {
        padding: 50px 0;
    }
    .data-section-info {
        width: 280px;
    }
    .data-section-content img {
        width: calc(100% - 300px);
    }
    .data-section-info h1 {
        font-size: 22px;
    }
    .data-section-info p {
        font-size: 20px;
    }
    .data-section-info .underline {
        width: 40px;
        height: 3px;
    }
    .faq-items {
        margin-top: 30px;
    }
    .faq-section h1,
    .time-section h1,
    .diagram-section .title {
        font-size: 22px;
    }
    .faq-section h1:before,
    .time-section h1:before,
    .diagram-section .title:before {
        height: 3px;
    }
    .faq-item-answer p {
        padding-top: 10px;
    }
    .faq-item {
        padding-bottom: 10px;
    }
    .footer-top {
        padding: 200px 0 50px 0;
        background-image: url(../images/footer-mobile.png);
    }
    .footer-top-content {
        flex-direction: column;
    }
    .contact-info {
        width: 100%;
        order: 2;
    }
    .contact-info-item img {
        width: 20px;
        margin-right: 10px;
    }
    .contact-info-item h2,
    .contact-info-item p,
    .contact-info-item a {
        font-size: 16px;
    }
    .footer-top form {
        width: 100%;
    }
    .footer-form {
        padding: 0 0 30px 0;
        text-align: center;
    }
    .footer-form h1 {
        font-size: 36px;
    }
    .footer-form h1:before {
        left: calc(50% - 30px);
    }
    .footer-form p {
        font-size: 24px;
    }
    .form-row input {
        font-size: 20px;
    }
    .form-item img {
        position: absolute;
        right: 0;
        width: 16px;
        top: calc(50% - 12px);
    }
    .form-row input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-size: 20px;
    }
    .form-row input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 20px;
    } 
    .form-row input::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 20px;
    }
    input[type="submit"] {
        font-size: 20px;
        padding: 15px 25px;
    }
    .contact-sub-info {
        text-align: center;
    }
    .contact-sub-info h1 {
        font-size: 36px;
    }
    .contact-sub-info h1:before {
        left: calc(50% - 30px);
    }
    .contact-info-item {
        text-align: left;
    }
    .contact-info-item img {
        width: 25px;
        margin-right: 20px;
        margin-top: 5px;
    }
    .contact-info-item h2, 
    .contact-info-item p, 
    .contact-info-item a {
        font-size: 24px;
    }
    .footer-bottom .footer-logo img,
    .footer-bottom .footer-logo2 img {
        width: 400px;
    }
    .footer-links .navbar-item, 
    .footer-links a {
        font-size: 16px;
    }
    .footer-copyright p {
        font-size: 14px;
    }
    .header .learn-more-btn {
        display: inline-block;
    }
    .time-section, .diagram-section{
        padding-top: 30px;
    }
    .time-section p {
        font-size: 18px;
    }
    .time-table-content h2, .time-table-content p {
        font-size: 16px;
    }
    .time-table-content h2 {
        width: 90px;
    }
    .time-table-content p {
        width: 50px;
    }
    .time-table-content {
        width: 140px;
    }
    .time-table-description {
        font-size: 16px;
        max-width: 330px;
        padding: 25px 40px 30px 40px;
        right: -60px;
    }
    .time-table-description span.font {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-navbar .login-btn,
    .mobile-navbar .mobile-navbar-icon {
        width: 24px;
        height: 24px;
    }
    .mobile-navbar .login-btn img {
        width: 16px;
    }
    .mobile-navbar .mobile-navbar-icon div {
        width: 16px;
        height: 1px;
        left: 4px;
    }
    .mobile-navbar .mobile-navbar-icon .one {
        top: 8px;
    }
    .mobile-navbar .mobile-navbar-icon .two {
        top: 12px;
    }
    .mobile-navbar .mobile-navbar-icon .three {
        top: 16px;
    }
    .mobile-navbar.open .mobile-navbar-icon .one {
        transform: translate3d(0,4px,0) rotate(45deg);
    }
    .mobile-navbar.open .mobile-navbar-icon .three {
        transform: translate3d(0,-4px,0) rotate(-45deg);
    }
    .mobile-navbar.open .mobile-navbar-items {
        top: 46px;
    }
    .navbar-item {
        font-size: 20px;
    }
    .learn-more-btn {
        font-size: 18px;
        display: inline-block;
    }
    .banner-info {
        max-width: 200px;
        padding-left: 10px;
    }
    .banner-info h1 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .banner-info p {
        font-size: 14px;
    }
    .banner-content .learn-more-btn {
        font-size: 13px;
        margin-left: 10px;
        padding: 5px 15px;
    }
    .header .logo {
        width: 200px;
    }
    .service-section {
        padding: 30px 0;
    }
    .service-items {
        display: block;
    }
    .service-item {
        padding: 0px;
        width: 100%;
        text-align: left;
    }
    .service-item.one .service-item-content,
    .service-item.two .service-item-content,
    .service-item.three .service-item-content {
        max-width: 100%;
        display: flex;
        align-items: center;
    }
    .service-item img {
        height: 50px;
        margin-right: 20px;
    }
    .service-item h1 {
        font-size: 3.7vw;
        margin: 0px;
    }
    .service-item p {
        font-size: 3.5vw;
    }
    .service-item.two {
        margin: 30px 0;
    }
    .service-item .border {
        width: 70px;
        top: -12px;
        left: -10px;
        margin: 0;
    }
    .service-item-content div {
        width: calc(100% - 70px);
    }
    .convert-section {
        padding: 50px 0;
    }
    .convert-content h1 {
        font-size: 28px;
    }
    .convert-content p {
        font-size: 14px;
    }
    .convert-content .contact-btn {
        font-size: 14px;
    }
    .diagram-section {
        padding: 30px 0;
    }
    .diagram-item img {
        width: 36%;
        margin: 0px !important;
    }
    .diagram-item h1 {
        font-size: 4vw;
    }
    .diagram-item .underline {
        width: 8vw;
        height: 3px;
        margin: 5px 0;
    }
    .diagram-item p {
        font-size: 3.4vw;
    }
    .diagram-item.right {
        padding: 30px 0;
    }
    .data-section {
        padding: 30px 0;
    }
    .data-section-content {
        display: block;
    }
    .data-section-info {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .data-section-info h1 {
        font-size: 26px;
    }
    .data-section-info .underline {
        margin: 5px auto;
    }
    .data-section-info p {
        font-size: 21px;
    }
    .data-section-content img {
        width: 100%;
    }
    .faq-section {
        padding: 30px 0;
    }
    .faq-item-question p,
    .faq-item-answer p {
        font-size: 15px;
    }
    .footer-top {
        padding: 100px 0 50px 0;
    }
    .contact-info-item img {
        width: 20px;
        margin-right: 10px;
    }
    .contact-info-item h2,
    .contact-info-item p,
    .contact-info-item a {
        font-size: 16px;
    }
    .footer-top form {
        width: 100%;
    }
    .footer-form {
        padding: 0 0 30px 0;
        text-align: center;
    }
    .footer-form h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .footer-form h1:before {
        width: 50px;
        height: 3px;
        left: calc(50% - 25px);
    }
    .footer-form p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .form-row input {
        font-size: 16px;
    }
    .form-item img {
        position: absolute;
        right: 0;
        width: 16px;
        top: calc(50% - 12px);
    }
    .form-row input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-size: 16px;
    }
    .form-row input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 16px;
    } 
    .form-row input::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 16px;
    }
    input[type="submit"] {
        font-size: 16px;
        padding: 15px 25px;
    }
    .contact-sub-info {
        padding: 30px 20px;
    }
    .contact-sub-info h1 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .contact-sub-info h1:before {
        width: 50px;
        height: 3px;
        left: calc(50% - 25px);
    }
    .contact-info-item {
        margin-bottom: 20px;
    }
    .contact-info-item img {
        width: 20px;
        margin-right: 10px;
        margin-top: 5px;
    }
    .contact-info-item h2, 
    .contact-info-item p, 
    .contact-info-item a {
        font-size: 16px;
    }
    .footer-bottom {
        padding: 30px 0 0 0;
    }
    .footer-bottom .footer-logo img,
    .footer-bottom .footer-logo2 img {
        width: 250px;
    }
    .footer-links {
        flex-wrap: wrap;
        margin: 20px 0 30px 0;
    }
    .footer-links .navbar-item, .footer-links a {
        font-size: 14px;
        margin: 0 10px;
        line-height: 1.5;
    }
    .footer-copyright {
        padding: 10px 0;
    }
    .footer-copyright p {
        font-size: 12px;
    }
    .service-item-content .desktop {
        display: none;
    }
    .service-item-content .mobile {
        display: block;
    }
    .service-item-content img {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .footer-social a {
        margin: 0px 10px;
    }
    .footer-social a img {
        width: 30px;
    }
    .time-section {
        padding-top: 30px;
    }
    .time-section p {
        font-size: 16px;
    }
    .time-position h2 {
        font-size: 10px;
        width: 50px;
        text-align: center;
    }
    .time-position div {
        width: calc(100% - 70px);
        margin-left: 10px;
    }
    .time-position p {
        font-size: 14px;
        font-weight: bold;
    }
    .time-table-content h2, .time-table-content p {
        font-size: 10px;
    }
    .time-table-content h2 {
        transform-origin: 0 0;
        transform: rotate(90deg);
        width: auto;
        position: absolute;
        left: 0;
        top: 0;
        width: 46vw;
        text-align: center;
    }
    .time-table-content p {
        width: 40px;
        font-weight: bold;
        margin: 4vw 0;
    }
    .time-table-content {
        width: 40px;
        position: relative;
        display: block;
    }
    .time-table {
        width: calc(100% - 60px);
    }
    .time-table-description {
        font-size: 12px;
        max-width: 170px;
        background-image: url(../images/time-description-mobile.png);
        right: -25px;
        padding: 15px 20px 18px 30px;
        top: 10%;
    }
    .time-table-description span {
        display: none;
    }
    .time-table-description span.font {
        font-size: 16px;
        display: contents;
    }
    .time-table p {
        font-size: 16px;
    }
    .time-section .desktop {
        display: none;
    }
    .time-section.second {
        padding-bottom: 5px;
    }
    .time-progress-bar p {
        font-size: 14px;
    }
    .time-progress-bar p span {
        font-size: 24px;
    }
    .time-progress-bar {
        margin: 20px 0;
    }
    .time-progress-bar div {
        bottom: -30px;
    }
    .time-position {
        padding: 5px;
    }
    .diagram-section .title {
        max-width: 250px;
        margin: auto auto 30px auto;
    }
    .time-diagram {
        align-items: center;
    }
    .time-table-content div {
        margin-top: 20px;
        display: block;
        height: auto;
    }
}

@supports (-webkit-touch-callout: none) {
    @media only screen and (max-width: 767px) {
        .banner-info h1 {
            font-size: 18px;
        }
        .diagram-item h1 {
            font-size: 3.5vw;
        }
        .service-item h1 {
            font-size: 3.2vw;
        }
        .time-table-description {
            padding-bottom: 14px;
        }
    }
  }