

/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */


/* -----------------------Sv css-------------------------- */
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: "Lato", sans-serif !important;
    font-size: 14px;
    background-image: url(../images/bg-full.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    height: 100vh;
}
@font-face {
    font-family: 'Lato', sans-serif;
    src: url('assets/fonts/Lato-Black.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato', sans-serif;
    src: url('assets/fonts/Lato-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lato', sans-serif;
    src: url('assets/fonts/Lato-Light.ttf') format('ttf');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'Lato', sans-serif;
    src: url('assets/fonts/Lato-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

.crm-logo{
    width: 100%;
    & img{
        width: 100%;
    }
}
.nav-link{
    color: #fff ;
}
.font-size-12{font-size: 12px;}.font-size-13{font-size: 13px;}.font-size-14{font-size: 14px;}.font-size-16{font-size: 16px;}

.left-img{
    width: 80%;
    margin: auto;
    & img{
        width: 100%;
    }
}
.heading{
    color: #0A417A;
    font-size: 2rem;
    font-weight: 600;
}
.heading-right, .fog-right{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
}
.fog-cen{
    text-align: center;
    padding: 50px 100px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inputWithIcon {
    position: relative;
}
.inputWithIcon i {
    position: absolute;
    left: 0;
    top: 12px;
    padding: 9px 8px;
    color: #0D57A2;
    transition: 0.3s;
}
.inputWithIcon .fd-input:focus + i {
    color: #0D57A2;
}

.inputWithIcon.inputIconBg i {
    background-color: #aaa;
    color: #fff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg .fd-input:focus + i {
    color: #fff;
    background-color: #0D57A2;
}

.fd-input{
    width: 100%;
    border: 1px solid #CFDDEC;
    background: #CFDDEC;
    color: #0D57A2;
    border-radius: 100px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}
.fd-input:focus {
    border-color: #0DC6F7;
    /* box-shadow: 0 0 8px 0 #0DC6F7; */
}
.inputWithIcon .fd-input {
    padding-left: 40px;
}
.exp-btn{
    width: 100%;
    border-radius: 100px;
    padding: 6px 30px;
    color: #fff;
    background: #0DC6F7;
    border:1px solid #0DC6F7;
}
.text-color{
    color: #fff;
    /* text-decoration: none; */
}
.mob-text-hide{
    color: #0D57A2;
    text-decoration: none;
}
.guest-hide, .register-hide{
    display: none;
}
.guest-div{
    width: 100%;
    background: #D2EDFB;
    margin-bottom: 40px;
    padding: 12px 20px;
    border-radius: 100px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.raise-icon{
    position: absolute;
    left: 0px;
}
.raise-text{
    padding-left: 60px;
}
.width-full{
    width: 100%;
}
.nav-link{
    border: 1px solid #cfddec !important;
    padding: 6px 12px !important;
    border-radius: 100px !important;
}
.active{
    background: #CFDDEC !important;
    border:1px solid #CFDDEC !important;
    border-radius: 100px !important;
    color: #0D57A2 !important;
    padding: 6px 12px !important;
}
.footer-div{
    color: #fff;
    position: fixed;
    bottom: 0;
}

.bord-select{
    margin-right: 20px;
   font-size: 13px !important;
   font-weight: 600 !important;
   color: #fff !important;
   border: none !important;
   border-radius: 0 !important;
   border-bottom: 1px solid #ced4da !important;
   background-color: transparent !important;
   }
   .bord-mob-select{
       display:none !important;
   }
@media screen and (max-width:767px) {
    .navbar-toggler{
        background: #0D57A2 !important;
    }
    .navbar-nav {
        width: 150px;
        text-align: center;
        gap: 8px;
        float: right;
    }
    body{
        background-image: none;
        height: auto;
    }
    .nav-link{
        color: #111 !important;
    }
    .left-img{
        width: 100%;
        margin-bottom: 50px;
    }
    .heading, .heading-right, .mob-text-hide{
        display: none;
    }
    .fog-text-right{
        color: #0A417A;
    }
    .fog-right{
        color: #0A417A;
        font-size: 2rem;
    }

    .fog-cen{
        padding: 0px 20px;
        display: block;
        color: #111;
    }
    .text-color{
        color: #111;
    }
    .font-size-14{
        font-size: 13px;
    }
    .raise-text {
        padding-left: 37px;
    }
    .footer-div{
        color: #111;
        position: relative;
    }

    .bord-select{
        display:none !important;
    }
    .bord-mob-select{
       border: none !important;
        border-radius: 0px !important;
        border-bottom: 1px solid #2668ab !important;
        color: #0d57a2 !important;
        background-color: transparent !important;
        font-size: 12px !important;
        display: block !important;
        position: absolute;
        top: 29px;
        left: 65%;
    }



}
@media screen and (min-width:767px) and (max-width: 1024px) {
    .navbar-nav {
             text-align: center;
            gap: 8px;
            float: right;
            }
             body{
            background-image: none;
            height: auto;
        }

        .nav-link{
            color: #111 !important;
        }
         .left-img{
            width: 90%;
            margin:25px auto;
        }

        .heading-right {
        color:#0a417a;
        }

        .mob-text-hide{
        display:none;
        }
        .fog-cen {
        color:#0a417a;
        display:block;
        }
        .text-color {
        color:#0a417a;
        }
        .footer-div {
        color:#0a417a;
        position:relative;
        }

        .bord-select{
            border: none !important;
             border-radius: 0px !important;
             border-bottom: 1px solid #2668ab !important;
             color: #0d57a2 !important;
             background-color: transparent !important;
             font-size: 12px !important;
             display: block !important;
             position: absolute;
             top: 30px;
             left: 35%;
         }

    }
