
/*Common CSS Start*/
@font-face {
    font-family: 'Gordita-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('GorditaRegular'), url('../fonts/GorditaRegular.woff') format('woff');
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    overflow: auto;
    background: #f8f8f8;
    color: #000;
    letter-spacing: 0.03em;
}
p{
    margin-bottom: 0;
}
.light-txt {
    color: rgba(255,255,255,0.8);
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
}
.card-box{
    max-width: 650px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}

/*--------Front section-----------*/
.main-wrapper .logo-section{
    text-align: center;
    margin-bottom: 20px;
}
.main-wrapper .logo-section img{
    max-width: 200px;
}
.divider:after,
.divider:before {
    content: "";    
    flex: 1;
    height: 1px;
    background: #eee;
}
.h-custom {
    height: calc(100% - 115px);
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}
.btn-primary{
    background-color: #00AFF0 !important;
    border: none;
}
.bg-primary{
    background-color: #00AFF0 !important;
}
.contact-details {
    text-align: right;
}