body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    color: #000;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img {
    width: 100%;
    height: auto;
}

@font-face {
    font-family: Segoe_UI_regular;
    src: url('../font/Segoe_UI_regular.ttf');
}

@font-face {
    font-family: Segoe_UI_Bold;
    src: url('../font/Segoe_UI_Bold.ttf');
}

@font-face {
    font-family: Segoe_UI_semibold;
    src: url('../font/Segoe_UI_semibold.ttf');
}


/* -------------- header navbar css start ---------------- */

.navbg_Color {
    background-color: #8dcef4;
}

.nav-item {
    margin-left: 40px;
    font-size: 18px;
}

.nav-link,
.btn {
    font-family: Segoe_UI_semibold;
}

.btn {
    border-radius: 20px;
}

.nav_logo {
    width: 12%;
    padding-top: 2px;
}

.hdpt {
    padding: 10px;
}

.btn_login {
    border: 1px solid #2c6196;
    background: #8dcef4;
    color: #2c6196;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
}

.btn_login span a {
    font-size: 18px;
    font-family: Segoe_UI_semibold;
    cursor: pointer;
}


/* -----------------Header navabar css end ------------ */


/* ---------------Footer css start ----------------- */

footer {
    background-color: #8dcef4;
    /* border: 1px solid; */
}

.footer_logo {
    width: 45%;
}

.therearetext {
    margin-top: 45px;
}

.thereinnertext {
    font-family: Segoe_UI_regular;
}

.thereinnertext {
    line-height: 30px;
    font-size: 15px;
}

.facebook_icon {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: white;
    text-align: center;
    line-height: 33px;
    /* box-shadow: 1px 4px 2px 2px #dcdde1; */
}

.facebook_icon i {
    color: #264793;
    font-weight: bold;
    font-size: 17px;
}

.ml {
    margin-left: 14px;
}

.fonticons {
    margin-top: 10px;
}

h1,
.f_ablibeset,
.btn_fsignup,
.fsize {
    font-family: Segoe_UI_regular;
}

.f_ablibeset {
    margin-top: 20px;
    font-size: 16px;
}

h1 {
    font-size: 22px;
}

.btn_fsignup {
    background: #264793;
    color: white;
    padding: 7px 50px 7px 50px;
    margin-top: 10px !important;
    font-size: 15px;
    font-weight: bold;
}

.ftp {
    padding-top: 25px;
    padding-left: 2px;
}

.ftpp,
.ftp,
a {
    font-family: Segoe_UI_regular;
    font-size: 15px;
    color: black;
    text-decoration: none !important;
}

.fsize {
    font-size: 16px;
}

.terms,
.all_rights {
    border-right: 2px solid #357090;
    padding: 10px 30px 10px 15px;
}

.privacy_policy {
    padding: 10px 30px 10px 15px;
}

.coprights {
    margin-top: 15px;
}

.ftpp {
    margin-top: 35px;
    padding-left: 2px;
}


/* .d-flex.justify-content-around {
    padding-left: 45px;
} */

.thepubt {
    margin-top: 20px;
}

.mtfive {
    margin-top: 30px;
}

a:hover {
    color: black;
}

.col-xs-12 {
    display: none;
}