
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.box-layout {
    max-width: 1200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
.btm-border {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 0px !important;
}
.header-blde {
    padding: 5px 0px;
    background-color:#fff !important;
}

.logo {
    display: flex;
}
.logo-image {
    float: left;
    width: 100px !important;
    text-align: center;
}
.logo-text a {
    font-weight: 600 !important;
    font-size: 27px !important;
    display: block;
    float: left;
    padding:0px 0px 0px 0px !important;

 
    color: #333 !important;
    text-align: left;
    line-height: 0.7;
    
}
.uk-sticky-placeholder{
    height:79px !important;
}
.logo-text small {
    font-size: 45% !important;
    font-weight: 400 !important;
    display: block;
}
.mg-top {
    margin-top: 0px !important;
}
.login-toggle {
    margin-top: 35px;
}
.login-btn2 {
   
    border: none;
    color: #e63d55;
    font-size: 20px;
    font-weight: 700;
    /* padding: 0px 15px 0px 15px; */
    background-color: var(--card-color);
}

.login-btn2:focus, .login-btn2:hover {
    background-color:#fff;
    color: #333;
    border-color: #b2b2b2;
}
.login-btn1 {
    border: none;
    color: #478ee2;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 15px 0px 15px;
    background-color: #fff;
    
}
.cn-login-form {
    transition: 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: -moz-transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
    position: absolute;
    z-index: 999999999;
    right: 0px;
    width: 356px;
    top:78px;
    margin-top:0 !important;
}
.finance-sec {
    padding-top: 0px;
    padding-bottom: 0px;
}
.border-bg {
    border-top: 2px solid #488265;
}
.cover-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 
    min-height: 760px;
    background-attachment: fixed;
    max-height: 1500px;
}
.payment {
    border-left: 12px solid #488265;
    padding: 15px;
}
.desp-color {
    /* background-color: rgba(4, 60, 152, 0.48) !important; */
    margin-top: 450px !important;
    background-color: #fff !important;
    opacity: 0.6;

}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff !important;
}
.detail1 {
    margin-top: 0px !important;
    margin-bottom: 0px;


}
.description h2 {
    margin-bottom: 35px;
    font-weight: 500;
    color: #333 !important;
    text-align: center;
}
.login-btn {
    text-align: center !important;
    width: auto ;
    height: 39px;
    line-height: 40px;
    font-weight: 700;
    
    padding: 0px 30px !important;
    color:#fff !important;
    border:none;
    background-image: linear-gradient(to bottom, #655d85, #250e78);

    /* background-image: linear-gradient(to bottom, #e63d55, #ee5353, #f46752, #f97a53, #fd8c56) ; */
    

}
.forgot-pwd {
    margin-top: 20px !important;
    position: absolute !important;
    right: 40px !important;
    color: #00469b !important;
}
.uk-form-icon {
    position: absolute;
    top: 0px !important;

}
#login-form {
    width: auto !important;
    /* height: 250px; */
    margin: 0 auto;
     border:none !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
@media (max-width: 767px){
.login-form {
   right: -186px !important;
}
.detail1 {
    margin-bottom: 0px !important;
}
.logo-text a {
   font-size: 20px !important;
}
.login-form{
    width: 292px;
}
}


h3.cn-eval-log {
    position: absolute;
    background-image: linear-gradient(to bottom, #e63d55, #ee5353, #f46752, #f97a53, #fd8c56) !important;
    bottom: -20px;
    padding: 10px 10px;
    width: 95%;
    left: 0px;
    color: #fff !important;
}

.cn-eval-log span {
    position: absolute;
    right: 5px;
    width: 30px;
    /* font-size: 43px; */
}

.logo-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap:10px;
    padding-top:9px;
}