html , body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
}
.main-content {
    padding: 0px;
    width: 100%;
    margin: 0px;
    height: 100vh;
    display: inline-grid;
    align-items: center;
}
.image-content{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url("../css/3.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.image-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    position: relative;
}


.right-content{
    padding: 80px 50px 00px ;
    width: 100%;
    height: 100%;
}
.section-title h3{
    font-size: 34px;
    color: blueviolet;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 10px;
    font-weight: bolder;
}
.section-title p{
    font-size: 16px;
    font-weight: bold;
    color: #4a5568;
    opacity: .8;

}
.section-title{
    margin-bottom: 50px;
    width: 90%;
}
.main-form{
    width: 90%;

    padding: 30px;
    box-shadow: 1px 2px 3px blueviolet;
}
.main-form .form-title{
    margin-bottom: 20px;
}
.main-form .form-title h6{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.main-form .tab p{
    padding-bottom: 20px;
    font-size: 18px;
    color: darkviolet;

}
input,select{
    width: 95%;
    height: 50px;
    padding:0px  20px;
    border: 1px solid lavender;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.3s;
    outline: none;
    position: relative;
    border: 1px solid darkviolet;
    transition: all 0.3s;
    box-shadow: 1px 2px darkviolet;
    color: darkviolet;
    font-weight: bold;
}
select{
        appearance: none;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: right 0.7rem top 50%;
        background-size: 0.65rem auto;
    }

button.next{
    width: auto;
    padding: 8px 30px;
    font-size: 18px;
    outline: none;
    box-shadow: none;
    margin-right:20px;
    border: 0px;
    border-radius: 6px;
    background: darkviolet;
    color: white;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;

    font-weight: bold;
}
button.prev{
    width: auto;
    padding: 0px;
    font-size: 40px;
    line-height: 40px;
    outline: none;
    box-shadow: none;
    margin-right: 10px;
    border: 0px;
    border-radius: 6px;
    background: transparent;
    color: rgba(0,0,0,.5);
    margin-left: auto;
}
.form-group{
    margin-bottom: 20px;
}
input.invalid {
    background-color: #ffdddd;
    border-color: darkred;
}
select.invalid{
    background-color: #ffdddd;
    border-color: darkred;
}
/* Hide all steps by default: */
.tab {
    display: none;
}
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: lavender;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: darkviolet;
}
.steps{
    text-align:center;margin-top:20px;
}
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 0px 50px;
    z-index: 99;
}
.navbar-brand img{
    width: 80px;
    height: auto;
    margin-top: 10px;
}
.nav-item{
    margin-top: -40px;
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
}
.nav-item a{
    color: darkviolet;
    letter-spacing: .002rem;
    display: inline-flex;
    align-items: center;
    font-size: 18px;

}
.nav-item a div.icon{
    width: 26px;
    height: 26px;
    background: darkviolet;
    border-radius: 20px;
    margin-right: 10px;
    display: inline-grid;
    align-items: center;
    color: white;
    text-align: center;
    font-size: 15px;

}

.carousel-caption {
    position: absolute;
    bottom: auto;
    top: 17%;
    left: 5%;
    right: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    width: 50%;
    z-index: 2;
}
.carousel-caption h1 {
    font-size: 70px;
    font-weight: 800;
    color: white;
    padding: 10px 0px;
}
.carousel-caption h6 {
    font-size: 20px;
    color: white;
    width: 90%;
}
.carousel{
    position: relative;
}
.carousel img{
    min-height:100vh;
}
.carousel:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom right, #000000, transparent);
    z-index: 0;
    top: 0;
    left: 0;
    opacity: .8;
}
.get-consult{
    background: white;
    padding: 30px 50px;
    position: absolute;
    bottom: 10px;
    left: 15%;
    right: 15%;
    margin: auto;
}
.form-control{
    height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: black;
    display: grid;
    align-items: center;
    border: 1px solid black;
    background: white;
    border-radius: 0px;
    box-shadow: 1px 1px 1px gray;
}
.btn-submit{
    background: darkviolet;
    color: white;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 40px;
    transition: all 0.3s ease-in-out;
}
@-webkit-keyframes glowing {
    0% { background-color: darkviolet; -webkit-box-shadow: 0 0 3px darkviolet; }
    50% { background-color: mediumvioletred; -webkit-box-shadow: 0 0 20px mediumvioletred; }
    100% { background-color: darkviolet; -webkit-box-shadow: 0 0 3px darkviolet; }
}

@-moz-keyframes glowing {
    0% { background-color: darkviolet; -moz-box-shadow: 0 0 3px darkviolet; }
    50% { background-color: mediumvioletred; -moz-box-shadow: 0 0 20px mediumvioletred; }
    100% { background-color: darkviolet; -moz-box-shadow: 0 0 3px darkviolet; }
}

@-o-keyframes glowing {
    0% { background-color: darkviolet; box-shadow: 0 0 3px darkviolet; }
    50% { background-color: mediumvioletred; box-shadow: 0 0 20px mediumvioletred; }
    100% { background-color: darkviolet; box-shadow: 0 0 3px darkviolet; }
}

@keyframes glowing {
    0% { background-color: darkviolet; box-shadow: 0 0 3px darkviolet; }
    50% { background-color: mediumvioletred; box-shadow: 0 0 20px mediumvioletred; }
    100% { background-color: darkviolet; box-shadow: 0 0 3px darkviolet; }
}
header .nav-item{
    margin-top: -10px;
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
    background: white;
    border-radius: 20px;
}
.btn-row{
    display: inline-flex;
    width: 100%;
    justify-content: end;
}

@media only screen and (max-width: 600px) {

    html{
        margin:0;
        padding:0;
        overflow-x:hidden;
        height: 100%;
    }
    body {
        font-family: 'Rubik', sans-serif;
        overflow-x: hidden !important;
        height: 100%;
    }
    .main-content {
        padding: 0px;
        width: 100%;
        margin: 0px;
        height: auto;
        display: inline-grid;
        align-items: center;
    }

    .image-content {
        width: 100%;
        height: 160px;
        background-image: url("../css/3.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .image-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        position: relative;

    }

    .right-content{
        padding: 20px 20px 30px ;
        width: 100%;
        height: 100%;
    }
    .section-title h3{
        font-size: 30px;
        color: blueviolet;
        text-decoration: none;
        text-transform: capitalize;
        margin: 0px;
        padding-bottom: 10px;
        font-weight: bolder;
    }
    .section-title p{
        font-size: 14px;
        font-weight: bold;
        color: #4a5568;
        opacity: .8;

    }
    .section-title{
        margin-bottom: 20px;
        width: 100%;
    }
    .main-form{
        width: 100%;
        padding: 30px 20px;
        box-shadow: 1px 2px 3px blueviolet;
        border-radius: 4px;
        margin-top: 30px;
    }
    .main-form .form-title{
        margin-bottom: 0px;

    }
    .main-form .form-title h6{
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }
    .main-form .tab p{
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 16px;
        color: darkviolet;

    }
    input,select{
        width:100%;
        height: 50px;
        padding:0px  20px;
        border: 1px solid lavender;
        font-size: 14px;
        border-radius: 5px;
        transition: all 0.3s;
        outline: none;
        position: relative;
        color: darkviolet;
        font-weight: bold;

    }
    select{
        appearance: none;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: right 0.7rem top 50%;
        background-size: 0.65rem auto;
    }
    button.next{
        width: auto;
        padding: 7px 30px;
        font-size: 16px;
        outline: none;
        box-shadow: none;
        margin-right: 0px;
        border: 0px;
        border-radius: 6px;
        background: darkviolet;
        color: white;
    }
    button.prev{
        width: auto;
        padding: 0px;
        font-size: 40px;
        line-height: 40px;
        outline: none;
        box-shadow: none;
        margin-right: 10px;
        border: 0px;
        border-radius: 6px;
        background: transparent;
        color: rgba(0,0,0,.5);
        margin-left: auto;
    }
    .form-group{
        margin-bottom: 15px;
    }
    .steps{
        text-align:center;margin-top:15px;
    }
    .step {
        height: 10px;
        width: 10px;
        margin: 0 2px;
        background-color: lavender;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.5;
    }
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: transparent;
        padding: 0px 10px;
    }
    .navbar-brand img {
        width: 50px;
        height: auto;
        margin-top: 0px;
    }
    .nav-item {
        margin-top: -10px;
        font-size: 16px;
        font-weight: bold;
        display: inline-flex;
    }
    .nav-item a {
        color: darkviolet;
        letter-spacing: .002rem;
        display: inline-flex;
        align-items: center;
        font-size: 15px;
    }
    .nav-item a div.icon {
        width: 20px;
        height: 20px;
        background: darkviolet;
        border-radius: 20px;
        margin-right: 5px;
        display: inline-grid;
        align-items: center;
        color: white;
        text-align: center;
        font-size: 10px;
    }
    .nav-item {
        margin-top: -10px;
        font-size: 16px;
        font-weight: bold;
        display: inline-flex;
        background: white;
        border-radius: 20px;
        margin-right: -30px;
        padding-right: 20px;
    }
    .swal-overlay--show-modal .swal-modal {
        width: 70%;
    }
    .swal-icon:first-child {
        margin-top: 20px;
    }
    .swal-title:not(:last-child) {
        margin-bottom: 5px;
        font-size: 17px;
    }
    .swal-text {
        font-size: 14px;
        position: relative;

    }

    .swal-footer {
        text-align: right;
        padding-top: 13px;
        margin-top: 5px;
        padding: 10px 16px;
        border-radius: inherit;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .swal-button:not([disabled]):hover {
        background-color: #78cbf2;
        padding: 7px 15px;
        font-size: 10px;
    }





    .carousel-caption {
        position: absolute;
        bottom: auto;
        top: 10%;
        left: 5%;
        right: auto;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
        width: 100%;
        z-index: 2;
    }
    .carousel-caption h6 {
        font-size: 16px;
        color: white;
        width: 90%;
    }
    .carousel-caption h1 {
        font-size: 40px;
        font-weight: 800;
        color: white;
        padding: 10px 0px;
        width:95%;
    }
    .carousel img{
        height: 100vh;
        object-fit: cover;
        object-position: right;
    }
    .get-consult {
        background: white;
        padding: 30px 26px;
        position: absolute;
        bottom: auto;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
    }
}
