html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Arial;
    letter-spacing: normal;
    width: 100%;
    position: relative;
}
h4{
    font-weight: bold;
}
/*Panel is just for section wipes*/
.panel {
}
.my-container {
margin: auto 60px;
}
/* _________________________________nav bar_______________________________ */
.my-nav {
    padding: 0 !important;
    font-size: 12pt;
    font-weight: 200;
    position: fixed;
    width: 100%;
    color: #124b68;
    background: rgba(168, 166, 162,0.9);
    float: left;
    z-index: 100;
}

.bg-light {
    background-color: #124b68 !important;
}

.my-nav a {
    color: #ffffff !important;
    font-weight: 400;
    margin:auto 20px;
}

.navbar-nav {
    margin: auto !important;
}
#navbar {
    padding:0;
}
/* ________________________________register and login div______________________ */
.registerAndLogin {
    padding-right: 24px;
    color: #124b68;
    background: rgba(168, 166, 162,1);
    width: 100%;
    float: left;
    /*position: fixed;*/
    /*top: 36px;*/
    /*z-index: 100;*/
    font-size: 12pt;
    font-weight: 400;
}

.registerAndLogin p {
    margin: 0 0 2px 20px;
    display: inline;
    float: right;
    color: #124b68;

}

/* __________________________main banner section 1________________ */
.main_banner {
    /* margin-top: 50px; */
    height: 100vh;
    background: #292929;
    position: relative;
}

.bottom_left {
    color: #ffffff;
    right: 55%;
    left: 60px;
    bottom: 20px;
    /*z-index: 10;*/
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    position: absolute;
}

.main_title {
    font-weight: bold;
    font-size: 60pt;
}

/* ____________________________________section 2 main service  ______________________________________ */

.bg-section2 {
    padding: 1px;
    text-align: center;
    height: 100vh;
    color: #ffffff;
}

.bg-section2 h1 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 40pt;
    letter-spacing: 0.1rem;
    font-weight: 500;
}

#diagram {
    height: 400px;
    border-radius: 10px;
    border: 2px solid rgba(168, 166, 162, 1);
}

.left-panel {
    margin: 100px;
    width: 400px;
    height: auto;
}

/* ___________________________________ secondary services (section3) __________________________________ */
.section3secondary {
    display: flex;
    background: #292929;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    margin: auto;
}

.section3secondary h1 {
    font-weight: bold;
    font-size: 100pt;
    color: #ffffff;
    vertical-align: middle;
}

/* ____________________________Demo right text___________________  */
.demorighttext {
    text-align: center;
    color: #000000;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.righttext {
    display: inline-block;
    width: 390px;
    text-align: left;
    padding-left: -100px;
}

.righttext h3 {
    font-weight: 600;
}

.righttext p {
    font-size: 10pt;
    text-align: left;
}

/* _____________________________Demo left text_______________________________ */
.demolefttext {
    text-align: center;
    background-color: #ffffff;
    height: 100vh;
}

.centerAlign {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lefttext {
    display: inline-block;
    width: 450px;
    text-align: left;

}

.lefttext h3 {
    font-weight: 600;
    text-align: right;
}

.lefttext p {
    font-size: 10pt;
    text-align: left;
}

/* _____________________________________size of mobile and pc__________________________________________ */
.pc {
    height: 450px;
    position: relative;
}

.mobile {
    height: 400px;
    margin: 50px;
}

/* __________________________________________button________________________________ */
.button_in_medical_service {
    background-color: #124b68;
    border: white solid 2px;
    border-radius: 50px;
    color: white;
    padding: 12px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 1px;
}

/*_________________________Read More__________________________*/
.read-more {
    font-size: 12pt;
    font-weight: bold;
}

/*__________________________blue and gray bg______________________________*/
.blue-bg {
    background: #124b68;
    color: #ffffff;
}

.gray-bg {
    background: #e7ebed;
    color: #000000;
}

/*___________________footer_________________________*/
.footer {
    padding: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer p {
    margin: 0;
    display: inline-block;
}

.social-media {

}

/*_________________demo in side of pc and mobile_______________*/
.demo {
    position: absolute;
    height: 320px;
    top: 50px;
    left: 90px;
    border-radius: 2px;
}

.rns-comment {
	width: 700px;
	margin: 10px;
}

.comment {
	width: 500px;
	margin: 10px;
}

a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
}

