
@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');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif !important;
}

.btn-primary {
    color: #fff;
    background-color: #0050c7 !important;
    border-color: #0050c7 !important;
}
.btn {
    font-size: 25px !important;
    border-radius: 7px !important;
}
.bg-grey {
    background-color: #ebebeb !important;
}
.boxes a{
    text-decoration: none;
}
.nav_logo .logo img{
    width: 80%;
}
.nav_logo {
    display: flex;
    text-align: center;
    align-items: center;
    height: 120px;
}
/* .nav_logo .logo{
    border-bottom: 1px solid #c1baba;
} */
.content{
    padding: 40px 0px;
}
.content .buttons{
    display: flex;
    justify-content: center;
}
.box{
    padding: 50px;
    text-align: center;
    background: #ebebeb;
    border-radius: 5px;
    margin: 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.inner_box img{
    width: 60%;
}
.inner_box h4{
    font-size: 32px;
    font-family: sans-serif;
    font-weight: 600;
    padding-top: 15px;
    color: #000;
}

footer{
    background: #0f4ca5;
    padding: 10px 0px;
    text-align: center;
}
footer p{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    margin-top: 10px;
}

/* Web Manual */
.banner{
    width: 100%;
    height: 400px;
}
.banner img{
    width: 100%;
}
.banner .content{
    text-align: center;
    padding: 150px 0px;
}
.banner .content h2{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}
.languages {
    padding: 40px 0px;
    background-color: #19d4ca;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}
.language{
    text-align: center;
}
.language p a{
    text-decoration: none;
    font-size: 24px;
    color: #fff;
}
.language img{
    width: 65%;
    margin-bottom: 10px;
}
.manual_bg {
    background-size: cover;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
}
.navigation {
    position: absolute;
    top: 0;
    padding: 5px 35px;
    width: 100%;
    z-index: 9;
}
.logo h4 a{
    color: #fff;
    text-decoration: none;
}
.dropbtn {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 200px;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: transparent;}
  .menu span i{
    color: #fff;
  }
.contact {
    padding: 40px 0px;
    background: #19d4ca;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}
  .contact_img img{
    width: 100%;
    margin: 20px 0px;
  }
  .contact_details{
    padding: 30px 50px;
    flex-direction: column;
  }
    .contact_details h1 {
        color: #fff;
        font-weight: 600;
        font-size: 35px;
    }
    .contact_details p {
        color: #767171;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6667;
    }
.contact_bg {
    background-size: cover;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
}
/* Login  */
.login_sec{
    position:absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}
.login_img img{
    width: 100%;
    height: 100vh;
}
.card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
    .card .sidebar {
        position: absolute;
        padding: 20px;
        background: #19d4ca;
        left: 0;
        bottom: 0;
        display: flex;
        width: 15%;
        height: 100vh;
        align-items: center;
        /* margin: 0 auto; */
        flex-direction: column;
        justify-content: center;
    }
        .card .sidebar img{
            width: 100%;
            display: block;
            margin: 20px 0px;
        }
        .sidebar h4{
    font-size: 18px;
    text-align: center;
}
.card .card-body {
    width: 55%;
    background-color: #1d405c;
    padding: 20px 25px;
    border-radius: 10px;
    border-top: 4px solid #19d4ca;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    flex: 0;
}
.card-body .card-title{
    color: #fff;
}

input.form-control{
    padding: 10px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    color: #fff;
    transition: box-shadow 0.3s;
}
    input.form-control::placeholder{
        color: #fff;
    }
    .login_btn {
        background-color: #19d4ca !important;
    }

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.btn-sm{
    font-size: 18px !important;
}

/*Mobile view */
@media screen and (max-width: 480px){
    .logo h4 a {
        font-size: 14px;
    }
    .dropbtn{
        font-size: 14px;
    }
    .card .sidebar img {
        margin: 10px 0px;
    }
    .btn {
        font-size: 14px !important;
        border-radius: 5px !important;
    }
    .sidebar h4 {
        font-size: 12px;
    }
    .card .card-body {
        width: 70%;
        margin-left: 45px;
    }
}