
/* CSS Document */
@import url(plugins/animation.css);
@import url(plugins/bootstrap.min.css);
@import url(assets/fonts/stylesheet.css);

/**************************************
	Header  & Navigation Bar Styles
***************************************/
body{overflow-x:hidden}
h1, h2, h4, h3{
	 font-family: 'Miller Display';
    src: url('MillerDisplay-SemiBold.woff2') format('woff2'),
        url('MillerDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
	color: #07003b;
}
span, p, a, button{
	 font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.menu__list,
.nav-dropdown,
.nav-menu,


ul {
    list-style: none
}



.logo.white {
	display: none;
}

.navigation {
	width: 100%;
	display: table;
	position: relative;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.align-to-right {
    float: right;
    letter-spacing: 0.5px;
}

.nav-header {
    display: flex;
    align-items: center;
    float: left;
}

.nav-brand {
	padding: 10px;
	font-size: 24px;
	padding-left: 0;
	text-decoration: none !important;
	display: inline-block;
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 2.2;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}


.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 18px;
    padding: 0px 0px 0;
    position: absolute;
    top: 55%;
    left: 0;
    cursor: pointer;
    transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 25px;
    height: 25px;
    margin: 10px 5px;
    display: none;
    float: right;
    color: #363f50;
    font-size: 12px;
    cursor: pointer;
    background: #ecf1f5;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.navigation-portrait .nav-menus-wrapper-close-button{
	display: inline-flex !important;
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.main-nav {
	position: relative;
	background: #fff;
	border-radius: 100px;
	height: 115px;
	width: 115px;
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
.main-nav:hover {
	background: #00003c;
    margin: 0 15px;
}

.nav-menu > li > a {
	padding: 30px 0px;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	color: #07003b;
	margin: 0 10px;
}
.nav-menu.nav-menu-social > li > a {
	padding: 15px 30px;
	background: #56af23;
	border-radius: 10px;
	border-top-left-radius: 0px;
	color: #fff;
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}




.nav-menu.main_nav {
	margin-right: 35px;
}


.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.header {
	background: transparent;
	z-index: 6;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 35px 0px;
	 position: absolute; 
}
.header-top {
    padding: 1em 0;
    background: #05222A
}


.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

.navbar-default .navbar-nav>li>a {
    color: #05222A;
    font-size: 1.3em;
    font-weight: 900
}


.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}



.nav-menu.nav-menu-social>li.add-listing.bg-whit{
    background:#ffffff !important;
}
.nav-menu.nav-menu-social>li.add-listing.bg-whit a{
    color:#333d46 !important;
}
.nav-brand img {
	width: 230px;
	position: relative;
	top: 0px;
	left:0;
}

.mobile_nav {
    display: none;
}

.nav-menus-wrapper {
	text-align: right;
}
.header.header-light.dark-text.sticky {
    position: fixed;
    background: #e5f2ff;
    transition: .5s ease-in-out;
	z-index: 9999;
}
 
 .nav-menu.nav-menu-social.align-to-right .icon {
	margin-left: 15px;
}

.header.header-light.dark-text.sticky {
    padding: 20px 0px;
}

.nav-menu.nav-menu-social.align-to-right .dropdown-invite .btn.btn-secondary.dropdown-toggle {
	background: #56af23;
	padding: 10px 35px;
	border: none;
	border-top-left-radius: 0px;
}
.nav-menu.nav-menu-social.align-to-right .dropdown-menu.show li {
	max-width: 30px;
	display: inline-block;
	margin: 0px 5px;
}

.nav-menu.nav-menu-social.align-to-right  .dropdown-menu.show img {
	width: 100%;
}
.nav-menu.nav-menu-social.align-to-right  .dropdown-menu.show .dropdown-item {
	padding: 0;
}
 
.nav-menu.nav-menu-social.align-to-right .dropdown-menu.show {
	background: none;
	border: none;
	margin-bottom: 40px;
	padding: 15px;
	margin-top: 5px !important;
}
 
 .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.nav-menu.nav-menu-social.align-to-right .dropdown-invite .btn.btn-secondary.dropdown-toggle .fa-solid.fa-chevron-down {
	padding-left: 15px;
}
 .dropdown-toggle::after {
	display: none !important; 
}
/*.nav-menu.nav-menu-social.align-to-right .dropdown-invite .btn.btn-secondary.dropdown-toggle {
	background: #56af23;
	padding: 10px 35px;
	border: none;
	border-top-left-radius: 0px;
} */
 
 
 
 
 
 
 
 /* new css */
 
 
.home-banner {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	background: #e5f1ff;
	padding: 165px 0;
}
.banner_title {
	margin-top: 105px;
	font-size: 70px;
	font-weight: bold;
	color: #07003b;
}
.banner_img img {
	max-width: 100%;
}
.para-left span {
	font-weight: bold;
	margin: 0 6px;
}
.para-left {
	color: #515e81;
	font-size: 14px;
}
 .dash::before {
	position: absolute;
	content: "";
	background: #000;
	height: 6px;
	width: 35px;
	left: 10px;
	bottom: -10px;
	top: 0;
	display: inline-block;
	margin: auto;
}
.dash{
	position: relative;
}


.regstr-btn {
	background: #56af23;
	padding: 15px 25px;
	border: navajowhite;
	color: #fff;
	border-radius: 10px;
	border-top-left-radius: 0px;
	font-weight: bold;
	font-size: 19px;
	text-decoration: none;
}
.regstr-btn:hover {
	
	color: #fff;

}
.register-btn {
	margin-top: 80px;
}




/* why medikennekt */

.medikonnekt-sec {
	padding: 40px 0;
	position: relative;
}


.medikonnekt-main::after {
	position: absolute;
	content: '';
	background: url('../img/dots/dots.png');
	background-repeat: no-repeat;
	height: 400px;
	z-index: -1;
	width: 300px;
	background-size: 100%;
	left: -160px;
	right: 0;
	margin: auto;
	bottom: -305px;
}
.medikonnekt-main {
	position: relative;
}

.main-heading {
	margin-bottom: 90px;
}
.main-heading h1 {
	text-align: center;
	color: #07003b;
	font-weight: bold;
	margin: 30px 0;
	font-size: 40px;
}
.heading-icon {
	max-width: 55px;
	max-height: 55px;
	margin-right: 20px;
}

.title {
	font-size: 35px;
	color: #07003b;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.left-sec {
	margin-top: 60px;
}
.para {
	font-size: 16px;
	line-height: 1.8;
	color: #515e81;
	padding: 0;
	padding-right: 70px;
}
.list {
	padding-left: 0;
}

.list li {
	margin-bottom: 15px;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	align-items: center;
	font-family: 'Inter';
}

.right-img img {
	width: 100%;
	object-fit: cover;
	border-radius: 50px;
	border-top-left-radius: 115px;
}
.right-img {
	position: relative;
	width: 450px;
}
.right-img::before {
	position: absolute;
	top: 90px;
	transform: rotate(-90deg);
	height: 89px;
	width: 173px;
	border-radius: 150px 150px 0 0;
	background-color: #4aaee2c7;
	content: "";
	left: -95px;
	bottom: 0;
	margin: auto;
}
.right-img::after {
	position: absolute;
	bottom: 0;
	right: -60px;
	height: 130px;
	width: 254px;
	border-radius: 150px 150px 0 0;
	background-color: #4aaee2c7;
	content: "";
}

.list .icon {
	background: #1ba859;
	height: 20px;
	width: 20px;
	font-size: 9px;
	padding: 6px;
	color: #fff;
	border-radius: 50px;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.checkmark {
	max-width: 20px;
	max-height: 20px;
	width: 100%;
	margin-right: 15px;
}


/* communities-sec css*/
.communities-sec {
	padding: 90px 0px;
}
.left-img::before {
	position: absolute;
	top: 50%;
	height: 82px;
	width: 150px;
	border-radius: 150px 150px 0 0;
	background-color: #4aaee2c7;
	content: "";
	right: -80px;
	transform: rotate(90deg);
}

.left-img::after {
	position: absolute;
	bottom: 0;
	height: 130px;
	width: 241px;
	border-radius: 150px 150px 0 0;
	background-color: #4aaee2c7;
	content: "";
	left: -60px;
}

.left-img img {
	width: 100%;
	object-fit: cover;
	border-radius: 50px;
	border-top-right-radius: 115px;
}
.left-img {
	position: relative;
	width: 450px;
	margin: auto;
}


.right-sec {
	display: flex;
	align-items: center;
	height: 100%;
}
.right-sec .para {
	font-size: 15px;
	line-height: 1.8;
	color: #515e81;
	padding: 0;
	padding-right: 70px;
	font-weight: 400;
}



.Communities-main::after {
	position: absolute;
	content: '';
	background: url('../img/dots/dots2.png');
	background-repeat: no-repeat;
	height: 400px;
	z-index: -1;
	width: 300px;
	background-size: 100%;
	left: -60px;
	right: 0;
	margin: auto;
	bottom: -305px;
}
.Communities-main {
	position: relative;
}








/* group-sec */

.group-sec {
	padding: 90px 0;
	position: relative;
}

.left-sec.group-left {
	display: flex;
	align-items: center;
	height: 100%;
}


.group-main::after {
	position: absolute;
	content: '';
	background: url('../img/dots/dots.png');
	background-repeat: no-repeat;
	height: 400px;
	z-index: -1;
	width: 300px;
	background-size: 100%;
	/* top: 0; */
	left: -160px;
	right: 0;
	margin: auto;
	bottom: -305px;
}
.group-main {
	position: relative;
}


/* colleagues-sec css */

.colleagues-sec {
	padding: 90px 0;
	position: relative;
	overflow: hidden;
}
.colleagues-main::after {
    position: absolute;
    content: '';
    background: url('../img/dots/dots2.png');
    background-repeat: no-repeat;
    height: 400px;
    z-index: -1;
    width: 300px;
    background-size: 100%;
    /* top: 0; */
    left: 0px;
    right: 0;
    margin: auto;
    bottom: -345px;
}
.colleagues-main {
	position: relative;
}


/* platform-sec css */



.platform-sec {
	padding: 0px 0 90px;
	position: relative;
	overflow: hidden;
}

.main-img img {
	max-width: 150px;
	height: 150px;
	object-fit: cover;
}
.left-bx {
	box-shadow: 6px 8px 10px #eaeaea;
	border-radius: 25px;
	padding: 30px;
	text-align: center;
}
.main-icon {
	margin: 30px 0px;
}
.main-icon img {
	width: 55px;
	height: 55px;
}
.left-bx-txt h1 {
	color: #00054f;
	font-size: 30px;
}

.left-bx-txt p {
	color: #515e81;
}


.right-bx {
	box-shadow: 6px 8px 10px #eaeaea;
	border-radius: 25px;
	padding: 30px;
	text-align: center;
	position: relative;
	z-index: 99;
	background: #fff;
}

.right-bx-txt h1 {
	color: #00054f;
}

.right-bx-txt p {
	color: #75767a;
}
.main-bx {
	height: 100%;
}
.Platform-main::before {
	position: absolute;
	content: '';
	background: url('../img/dots/dots2.png');
	background-repeat: no-repeat;
	height: 100%;
	z-index: 1;
	width: 200px;
	background-size: 97%;
	/* top: 0; */
	left: 0px;
	right: -50%;
	margin: auto;
	bottom: -230px;
	transform: rotate(249deg);
}
.Platform-main::after {
    position: absolute;
    content: '';
    background: url('../img/dots/two-dashes.png');
    background-repeat: no-repeat;
    height: 100px;
    z-index: 1;
    width: 20px;
    background-size: 97%;
    top: 65%;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
}
.Platform-main {
	position: relative;
}


/* footer css */

.footer-sec {
	background: #e5f1ff;
	padding: 60px 60px 0px 60px;
}
.footer-logo .logo {
	max-width: 270px;
	width: 100%;
}

.address p {
	color: #515e81;
	font-size: 13px;
	margin-top: 20px;
}
.footer-widget h4 {
	font-size: 25px;
}
.footer-widgets .footer-menu {
	padding: 0;
}
.footer-widgets {
	margin-top: 36px;
}
.footer-menu li {
	margin: 10px 0px;
}
.footer-menu li a {
	color: #515e81;
	font-size: 13px;
	text-decoration: none;
}

.footer-bottom {
	padding: 40px 0px;
}
.footer-menu .dropdown .btn.btn-secondary.dropdown-toggle {
	background: transparent;
	border: navajowhite;
	color: #515e81;
	padding: 0;
}





.footer-menu .dropdown li {
	max-width: 30px;
	margin: 5px 0px;
	display: inline-block;
}
.dropdown-toggle::after {

	display: none;
}
.footer-menu .dropdown li img {
	width: 100%;
}
.footer-menu .dropdown .dropdown-item {
	padding: 0;
}
.dropdown-menu.show {
	background: none;
	border: none;
	margin-bottom: 40px;
}
.copy-txt span, .footer-bottom-right-txt span {
	 font-family: 'Miller Display';
    font-weight: bold;
	font-size: 17px;
	color: #07003b;
}
.footer-bottom-right-txt{
	text-align: right;
}
.footer-bottom {
	padding: 15px 0px 30px;
	border-top: 2px solid #010a13;
	margin-top: 50px;
}
























































@media (min-width: 993px){
	



.nav-menus-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
} 
.main-nav:hover a {
	color: #fff !important;
}
}



@media (min-width: 1700px){
	
.nav-menu > li > a {
	font-size: 19px;
}
.main-nav {
	height: 170px;
	width: 170px;
}
.para-left {
	font-size: 20px;
}
.para-left span {
	font-weight: bold;

}
.banner_title {
	font-size: 109.3px;
}
.regstr-btn {
	font-size: 22.44px;
	font-size: 19px;
}
.home-banner {
    padding: 220px 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 85%;
}
.banner_img img {
	width: 100%;
}

.nav-menu.main_nav {
	margin-right: 100px;
}

.regstr-btn {
	font-size: 22pt;
}
.main-heading h1 {
	font-size: 57.47px;
}
.main-heading {
	margin-bottom: 110px;
}
.title {
	font-size: 45px;
}
.para {
	font-size: 20px;
	line-height: 38px;
}
.list li {
	font-size: 20px;
	line-height: 38px;
}
.list .icon {
	height: 28px;
	width: 28px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right-img {
	position: relative;
	width: 550px;
}

.left-img {
	width: 550px;
}
.left-img img {
	width: 100%;
}
.right-sec .para {
	font-size: 20px;
	line-height: 38px;

}
.left-bx-txt h1 {
	font-size: 45px;
}
.left-bx-txt p {
	font-size: 20px;
	line-height: 38px;
	margin-top: 20px;
}
.address p {
	font-size: 15px;
	line-height: 24px;
}
.footer-widgets h4 {
	font-size: 28px;
}
.footer-menu li a {
	font-size: 16px;
	line-height: 33px;
}
.footer-logo .logo {
	max-width: 325px;
}
.copy-txt span, .footer-bottom-right-txt span {
	
	font-size: 19px;
}
.right-img::before {
	top: 130px;
	height: 100px;
	width: 200px;
	left: -100px;
}
.right-img::after {
	right: -50px;
	height: 155px;
	width: 280px;
}
.left-img::before {
	top: 60px;
	height: 100px;
	width: 200px;
	right: -100px;
	margin: auto;
	bottom: 0;
}
.left-img::after {
	height: 155px;
	width: 280px;
	left: -60px;
}
.left-bx {
	padding: 30px 30px 70px;
}
.copy-txt {
	text-align: left;
}
.footer-bottom-right-txt {
	text-align: right;
}
.right-bx.main-bx {
	margin-top: 0px;
}
.nav-brand img {
	width: 350px;
}

.group-main::after {
	left: -190px !important;

}

.footer-menu .dropdown li {
	max-width: 35px;
	margin: 5px;
}
.nav-menu.nav-menu-social.align-to-right .dropdown-menu.show li {
	max-width: 40px;
	margin: 0px 4px;
}
.nav-menu.nav-menu-social.align-to-right .dropdown .btn.btn-secondary.dropdown-toggle {
	padding: 15px 40px;
	font-size: 19px;
}
}


@media (max-width: 1280px){
	
	.left-img::before {
	height: 60px;
	width: 126px;
	right: -50px;

}
.left-img::after {
	height: 110px;
	width: 234px;
	left: -35px;
}
.right-img::after {
	height: 115px;
	width: 234px;
	right: -30px;
}
.banner_title {
	font-size: 50px;

}
.colleagues-main::after {
	left: 50px;

}
 .banner_img img {
	width: 100%;
}
.footer-widgets h4 {
	font-size: 20px;
}
.right-img {
	width: 100%;
}
}

 @media (max-width: 992px) {
.navigation-portrait .nav-brand {
    margin-left:25px;
}
.toggle-mobile {
	position: absolute;
	right: 15px;
}
.nav-menu.main_nav li a:hover {
	color: #fff;
}

.banner_title {
	
	font-size: 40px;
}
.banner_img img {
	width: 100%;
	height: 100%;
}
.banner_title {
	margin-top: 40px;

}
.regstr-btn {
	padding: 11px 17px;
	margin-top: 0px;
	font-size: 12px;
}
.register-btn {
	margin-top: 40px;
}

.right-img::before {
	left: -76px;

}
.left-img {
	width: 100%;
}

.right-sec {
	margin-top: 40px;
}

.left-sec {
	margin-top: 0px;
}
.group-sec {
	padding: 0px 0;
	position: relative;
}
.communities-sec {
	padding: 40px 0px 70px;
}
.right-img img {
	margin-top: 40px;
}
.copy-txt {
	text-align: center !important;
}
.footer-bottom-right-txt {
	text-align: center;
}

.Platform-main::before {
	bottom: -360px;

}

.main-nav {
	position: relative;
	background: none;
	border-radius: 100px;
	/* height: 115px; */
	width: 115px;
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	text-align: left;
}
.navigation-portrait .nav-menu > li {
	width: 100%;
	position: relative;
	border-top: solid 1px #f0f0f0;
	height: auto;
	margin: 0 auto;
	max-width: 90%;
	float: none;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
	padding: 15px;
	margin: 10px 0;
	max-width: 85%;
}
.container, .container-md, .container-sm {
    max-width: 90%;
}
.right-sec .para {
	padding-right: 0;
	text-align: justify;
}
.title {
	font-size: 32px;
}
.left-img::after {
	height: 90px;
	width: 180px;
	left: -35px;
}
.left-img::before {
	height: 64px;
	width: 136px;
	right: -55px;
}
.medikonnekt-main::after {
	left: 50px;
	bottom: -240px;
}
.right-img::before {
	height: 64px;
	width: 136px;
}
.right-img::after {
	height: 90px;
	width: 180px;
}
.list li {
	font-size: 15px;;
}
.para {
	font-size: 15px;
}

}



.group-main::after {
	position: absolute;
	content: '';
	background: url('../img/dots/dots.png');
	background-repeat: no-repeat;
	height: 400px;
	z-index: -1;
	width: 300px;
	background-size: 100%;
	/* top: 0; */
	left: -170px;
	right: 0;
	margin: auto;
	bottom: -350px;
	transform: scaleX(-1) rotate(120deg);
}
.Platform-main::after {
	height: 200px;
	top: 20%;
}
.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: left;
}
.copy-txt {
	text-align: left;
}



@media (max-width: 767px){
.nav-toggle {
	right: 0px;
	left: auto;
}
.banner_img img {
	width: 100%;
}
.right-img {
	margin: 50px 0px;
}
.medikonnekt-main::after {
	position: absolute;
	content: '';
	background: url('../img/dots/dots.png');
	background-repeat: no-repeat;
	height: 400px;
	z-index: -1;
	width: 300px;
	background-size: 100%;
	/* top: 0; */
	left: 60px;
	right: 0;
	margin: auto;
	bottom: -206px;
}
.left-img {
	margin: 60px 0px;
}
.nav-menu.main_nav li a:hover {
	color: #fff;
}
.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: left;
}
.register-btn {
	margin-top: 40px;
	margin-bottom: 0px;
}
.left-sec {
	margin-top: 0px;
}
.Communities-main::after {
	position: absolute;
	content: '';
	background: url('../img/dots/dots2.png');
	background-repeat: no-repeat;
	height: 400px;
	z-index: -1;
	width: 300px;
	background-size: 100%;
	/* top: 0; */
	left: -60px;
	right: 0;
	margin: auto;
	bottom: -305px;
	display: none;
}
.group-sec {
	padding: 0px 0;
	position: relative;
}
.communities-sec {
	padding: 50px 0px;
	padding-top: 0px;
}
.group-main::after {
	left: 30%;
	right: 0;
	margin: auto;
	bottom: -262px;
}

.colleagues-sec {
	padding: 50px 0;
}
.right-bx {
	margin-top: 25px;
}
.Platform-main::after {
	height: 200px;
	top: 20%;
}
.Platform-main::before {
	position: absolute;
	content: '';
	background: url('../img/dots/dots2.png');
	background-repeat: no-repeat;
	height: 200px;
	z-index: 1;
	width: 200px;
	background-size: 97%;
	/* top: 0; */
	left: 40px;
	right: 0px;
	margin: auto;
	bottom: -103px;
	transform: rotate(252deg);
}
.right-txt-sec {
	margin-top: 0px;
}
.title {
	font-size: 30px;

}
.title {
	font-size: 27px;

}
.banner_img {
	margin-top: 40px;
}
.Platform-main::before {
    position: absolute;
    content: '';
    background: url('../img/dots/dots2.png');
    background-repeat: no-repeat;
    height: 200px;
    z-index: 1;
    width: 200px;
    background-size: 97%;
    /* top: 0; */
    left: 40px;
    right: 0px;
    margin: auto;
    bottom: -103px;
    transform: rotate(252deg);
}
.home-banner {
	padding: 100px 0;
}
.banner_caption {
	text-align: center;
}
.register-btn, .left-sec, .right-sec .para {
	text-align: left;
}
.para , .right-sec .para{
	padding-right: 0;
}
.title, .list li {
	justify-content: left;
	text-align: left;
}
.right-img, .left-img {
	width: 85%;
	margin: auto;
}
.footer-sec {
	padding: 60px 20px 0px 20px;
}

.list li {
	justify-content: left;
}
#main-wrapper {
	overflow-x: clip;
}



.main-heading h1 {
	text-align: left;
}
.colleagues-main::after {
	display: none;
}
.Platform-main::after {
	display: none;
}
.Platform-main::before {
	display: none;
}
.group-main::after {
	display: none;
}
.medikonnekt-main::after {
	display: none;
}
.register-btn {
	text-align: center;
}

.main-heading {
	margin-bottom: 30px;
}
.main-heading h1 {
	font-size: 35px;
}
.nav-brand img {
	width: 200px;
}
.navigation-portrait .nav-brand {
	margin-left: 0px;
}
.col-lg-6.col-md-6.col-sm-12.col-12.order-two {
	order: 2;
}
.col-lg-6.col-md-6.col-sm-12.col-12.order-one {
	order: 1;
}
.left-sec {
	margin-top: 20px;
}
.right-img::before {
	height: 64px;
	width: 136px;
}
.right-img::after {
	height: 90px;
	width: 180px;
}
.right-img img {
	margin-top: 10px;
}
.left-img::before {
	height: 64px;
	width: 136px;
	right: -70px;
}
.header.header-light.dark-text.sticky {
	padding: 0px;
}
.Login-form {
	padding: 200px 0px 50px;
}
.login-main {
	width: 100%;

}
}
@media only screen and (min-width:2500px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1700px;
	}

}




.btn.btn-secondary.dropdown-toggle {
	
	font-weight: bold;
}

