body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}


.logo {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.home-logo h2 {
    font-size: 70px;
    font-weight: 700;
    color: #16a3b2;
    margin-bottom: 20px;
}

.home-logo {
    text-align: center;
}

.box {
    -webkit-box-shadow: 2px 3px 11px 0px rgba(84, 84, 84, 1);
    -moz-box-shadow: 2px 3px 11px 0px rgba(84, 84, 84, 1);
    box-shadow: 2px 3px 11px 0px rgba(84, 84, 84, 1);
    padding: 20px;
    border-radius: 10px;
    height: 170px;
    background: rgba(255, 255, 255, 0.9);
}

.box h3 {
    font-size: 20px;
    color: #19bae8;
    font-weight: 500;
}

.box ul li {
    list-style: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.box ul {
    padding: 0;
    margin: 0;
}


.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .575rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.card {

    padding: 20px;
    background-color: #eee;
    padding-bottom: 50px;
    padding-top: 50px;

}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #19bae8;
    outline: 0;
    box-shadow: none;
}

.border-rad {


    color: #fff;
    background-color: #19bae8;
    border-color: #19bae8;
}

.border-rad:hover {

    background-color: #16a3b2;
    border-color: #16a3b2;

}

.left-bg {
    background: #19bae8;
    height: 100vh;
}

.padd {
    padding: 3% 3% 0% 3%;
}


.right-img img {
    width: 650px;
    margin-top: 50px;
    margin-left: 50px;
}

.bottom {
    margin-top: 13%;
    margin-left: 7%;
}

.bottom p {
    margin-bottom: 0;
}

.destop-none {
    display: none
}

@media(max-width:1440px) {
    .home-logo h2 {
        font-size: 50px;
    }

    .logo {
        width: 300px;
    }

    .right-img img {
        width: 500px;
    }

    .w-88 {
        width: 88%;
    }

    .bottom {
        margin-top: 34%;
    }
}

@media(max-width:991px) {
    .box-mobile {
        width: 100%;
    }

    .right-img img {
        width: 331px;
    }

    .home-logo h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .right-img img {
        width: 228px;
    }

    .box {
        height: 156px;
        margin-bottom: 5px;
    }

}

@media(max-width:767px) {
    .mobile-none {
        display: none;
    }

    .right-img {
        text-align: center;
        pad: 10px;
    }

    .destop-none {
        display: block !important;
        margin-bottom: 20px;
    }

    .box {
        margin-bottom: 10px;
    }

    .home-logo {
        padding: 20px;
    }

    .mobile {
        margin-left: 0;
    }

    .left-bg {
        height: 100%;
    }

    .destop-none p {
        color: #fff;
    }
}

