@font-face {
    font-family: 'Poppins Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Poppins Light';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}

/*------------Slick-Slider-Start------------- */
body {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    transition: all .5s ease;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:active,
a:focus,
a:visited {
    text-decoration: none;
}

div {
    box-sizing: border-box;
}

b,
strong {
    font-weight: normal;
    font-family: 'Poppins Bold';
    font-family: 'Poppins', sans-serif;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

img {
    max-height: 100%;
    max-width: 100%;
}

p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0;
    text-align: justify;
}

h1 {
    font-size: 48px;
    margin: 0;
}

h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0;
}

h3 {
    font-size: 25px;
    margin: 0;
}

h4 {
    font-size: 20px;
    margin: 0;
}

h5 {
    font-size: 16px;
    margin: 0;
}

h6 {
    font-size: 14px;
    margin: 0;
}

/*-----------SignUp-Start----------------*/
.conxet_bg {
    background-color: transparent !important;
    background: url(../images/conxet_bg.png) no-repeat 50% fixed;
    background-size: cover;
    height: 100vh;
    padding: 50px 0px;
}

.form_conxet {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
}

.create_account {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.create_account a {
    /* font-weight: 600; */
    color: #666666;
}

.Sign_Up {
    font-size: 20px;
    text-align: center;
    padding: 20px 0px;
}

.conxet_inpt {
    margin-top: 5px;
    border-radius: 3px;
    background-color: transparent;
    height: 44px;
    border: none !important;
    font-size: 16px;
    color: #495057!important;
    transition: all .5s ease-in-out;
    border: 1px solid #ced4da!important;
}

.conxet_inpt:focus {
    outline: 1px solid #0487d3;
    box-shadow: none;
    background-color: #f4f3f3;
}

.for_got {
    float: right;
}

.log_botton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px 20px;
}

.botton_login {
    background: radial-gradient(circle, #049ddf 50%, #0251b5 274%);
    border: none;
    outline: none;
    padding: 9px 80px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    letter-spacing: 1px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

.using_text {
    font-size: 14px;
    padding-top: 0;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
}

.social_seperator {
    margin-top: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15%;
}

.border_left {
    width: 180px;
    display: inline-block;
    color: #d4d4d4;
    border-bottom: unset;
    border-left: unset;
    margin: 11px 0px;
}

.or_text {
    vertical-align: super;
    font-size: 14px;
    color: #767674;
    margin: 0 10px;
}

.border_right {
    width: 180px;
    display: inline-block;
    color: #d4d4d4;
    border-bottom: unset;
    border-left: unset;
    margin: 11px 0px;
}

.continue_sec h5 {
    text-align: center;
    margin-bottom: 15px;
}

.conxet_social_login {
    padding-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_btnform {
    display: flex;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #b0b0b0;
    padding: 7px 9px;
    margin: 5px;
    color: #333;
    text-decoration: none;
    width: auto;
    font-size: 14px;
    background: #fff;
    transition: all .5s ease-in-out;
}

.social_btnform img {
    margin-right: 6px;
    vertical-align: middle;
}

.social_btnform i {
    font-size: 19px;
    margin-right: 6px;
    vertical-align: middle;
}

.text_box_conxet h2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.logo_uestoo {
    text-align: center;
    margin-bottom: 20px;
}

.list_group_item {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 14px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.list_group {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.using_text2 {
    font-size: 14px;
    padding-top: 0;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    margin-top: 15px;
}

.form_box2 .form-group label {
    margin-bottom: 2px !important;
}

.form_box2 .form-group {
    margin: 8px;
}

.log_botton2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 0;
}

.social_seperator2 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15%;
}

.conxet_social_login2 {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-----------SignUp-End------------------*/