@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
:root {
    --white: #ffffff;
    --black: #000;
    --blue: #245A7D;
    --orange: #EF7D18;
    --gray: #6E6B6A;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    background-image: url(../img/new-bg.png) !important;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}

.navbar {
    display: none !important;
}

section {
    position: relative;
    top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

[type="checkbox"] {
    cursor: pointer;
}

small {
    color: rgb(113, 113, 113) !important;
    font-weight: 600 !important;
    font-size: .85em!important;
}

input {
    caret-color: var(--orange);
}

.form-label {
    letter-spacing: .8px;
}

.modal-body .labels {
    color: #404040f0!important;
}

.user-info label {
    color: #6E6B6A;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
    opacity: 0.7;
}

.user-info .form-control {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    line-height: 2 !important;
    border: unset!important;
    border-radius: 10px;
    margin-bottom: 8px;
}

::placeholder {
    padding-left: 10px;
    letter-spacing: 1px;
}

.slider {
    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    overflow: hidden;
}

.slider img {
    margin: auto;
    width: 350px;
}

.slick-dotted.slick-slider {
    margin-bottom: unset !important;
}

.slick-initialized {
    width: 100% !important;
}

.slick-dots li button:before {
    font-size: 16px !important;
}

.title {
    position: relative;
    color: var(--blue) !important;
}

.title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 9%;
    max-width: 190px;
    background-color: var(--orange);
}

.font-20 {
    font-size: 20px;
}

.shape .card {
    width: 20rem !important;
}

.cursor {
    cursor: pointer;
}

.font-14 {
    font-size: 14px;
    font-weight: 600;
}

.font-16 {
    font-size: 14px;
    font-weight: 600;
}

.close-modal {
    font-size: 25px;
    line-height: 1.3;
    color: #fff;
    cursor: pointer;
}

.box-width {
    width: 100%;
    max-width: 850px;
    border-radius: 16px;
    box-shadow: 2px 2px 10px rgba(91, 98, 102, 0.656);
    overflow: hidden;
}

.py-50 {
    padding: 25px 0;
    background-color: #fff;
}

.border-radius-right {
    border-radius: 0 26px 26px 0!important;
    margin-left: -1px!important;
    border: none!important;
    padding: 15px;
}

.bg-alice-blue {
    background-color: #F6FCFE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 26px 0 0 26px!important;
}

::placeholder {
    padding-left: 0!important;
}

.lock-icon,.user-icon{
    position: absolute;
    right: 8px;
    top: 4px;
    color: #346AB2;
}
.glass-bg{
        background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white background */
        backdrop-filter: blur(10px); /* Apply a blur effect */     
}
.logo{
    position: fixed;
    top: 0px;
    left: 15px;
    
}
.logo img{
    width: 140px;
}
.close-icon{
    
    position: absolute;
    top: -11px;
    right: -11px;
    background: red;
    padding: 2px 8px;
    border-radius: 50%;
    color: white;
}
.close-icon i{
    position: relative;
    left:0.5px;
}






.modal-content form input {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #245A7D;
    margin-right: 5px;
    border-radius: 3px;
    outline: 0;
    color: #5d5d5d;
}





.modal-content form input:focus {
    border-color: #e79441;

}


.otp-card {
    max-width: 550px;
    border-radius: 10px;
    border: 0;
}



.about:after { /* this is the border */
    content:"";
    display:block;
    width: 5em;
    max-width:70%;
    border-bottom: 2px solid var(--orange);
    margin: 0 auto 0;
}

