
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /* font-family: 'Roboto', sans-serif; */
    font-family: ProximaNova,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	
	/* 
		iphone safe area if needed 
		MUSt HAVE meta tag for iphone notch fullscreen - viewport-fit=cover"
		Ex. below
		<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui, viewport-fit=cover">
	*/
	padding: env(safe-area-inset);		
	font-size: 16px;
}

li {
    list-style: none;
}


li:hover
{
	cursor: pointer; 
	
	border: none;
	box-shadow: none;	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
	
}

a {
    text-decoration: none;
}


.bodyHome
{
	
	background-color: #fff;
	/* background-color: #0CF; */
    color: #000;
    margin: 0px;
}

.header{
    border-bottom: 1px solid #E2E8F0;
   
   
}

.topBarPinned,
.topBar
{    
    z-index: 111;
	width: 100%;
	z-index:4;
	position: fixed;
	left: 0;
	background-color:#FFFFFF;
	transition: transform 0.3s cubic-bezier(.78,.13,.15,.86) 0.1s;
	-webkit-tap-highlight-color: rgba(102,204,204,0.2);
	display: block;
	border-bottom: 1px solid lightgray;
    
    
}


.topBarPinned
{
	box-shadow: 0 1px 12px 0 rgba(0,0,0,.06), 0 1px 4px 0 rgba(0,0,0,.04);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    /* 
		Padding added ONLY for iphone safe area if needed 
		MUSt HAVE meta tag for iphone notch fullscreen - viewport-fit=cover"
		Ex. below
		<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui, viewport-fit=cover">
	*/
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	
	
	max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
    /* padding-left: 1em; */
	
	
    
}

.black-text
{
	--tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
	
	margin-top: 1rem;
	margin-bottom: 2rem;
	text-align: center;
}


.hamburger {
    display: none;		/* IMPORTANT - HIDE THE MOBILE MENU ICON UNTIL SCREEN WIDTH IS LESS THAN 768px  */
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}





.nav-menu {				/* IMPORTANT - FLEX DIRECTION ROW HORIZONTAL */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 2rem;
}




.submit-item,
.nav-item-medium,
.nav-item-talk,
.nav-item-get-started-section,
.nav-item-login,
.nav-item-get-started,
.nav-item {
    margin-left: 1.2rem;
	background-color: transparent;
	margin-bottom: 0;
}

.submit-item,
.nav-item-medium,
.nav-item-get-started-section,
.nav-item-get-started
{
	color: white;
    background-color: #09f;
    padding: 0.5em 1.75rem;
    border-radius: 10px;
    border: 3px #09f solid;
}

.nav-item-login
{
	border: 3px #09f solid;
    padding: 0.5em 1.75rem;
    border-radius: 7px;
	
}


.nav-item-talk
{
	border: 3px #09f solid;
    padding: 0.5em 1.75rem;
    border-radius: 7px;
    min-width: 10rem;
    text-align: center;
	
}

.submit-item,
.nav-item-medium,
.nav-item-get-started-section,
.nav-item-talk
{

	width: 18rem;
    text-align: center;
    padding: 1rem 1rem;
    font-size: 1.25rem;
    border-radius: 2rem;
}


.nav-item-medium
{
	
	width: 10rem;
    font-size: 1rem;
    padding: 0.75rem 0.5rem;
    margin-left: 0.25rem;
}

.submit-item
{
	
	width: 100%;
    font-size: 1rem;
    padding: 0.75rem 0.5rem;
    margin-left: 0.25rem;
    margin-top: 1rem;
    padding: 1rem;
}


.nav-item-get-started:hover
{
	color: white;
    background-color: #09f;
    padding: 0.5em 1.75rem;
    border-radius: 10px;
    border: 3px #09f solid;
    
    
}

.nav-item-login:hover
{
	border: 3px #09f solid;
    padding: 0.5em 1.75rem;
    border-radius: 7px;
	
}


.nav-item-talk:hover
{
	border: 3px #09f solid;
    padding: 0.5em 1.75rem;
    border-radius: 7px;
    padding: 1rem 1rem;
    border-radius: 2rem;
	
}


.nav-item-get-started-section:hover
{
	color: white;
    background-color: #09f;
    border-radius: 10px;
    border: 3px #09f solid;
    padding: 1rem 1rem;
    border-radius: 2rem;
    
}

.nav-item-medium:hover
{
	
	color: white;
    background-color: #09f;
    border-radius: 10px;
    border: 3px #09f solid;
    padding: 0.75rem 0.5rem;
    border-radius: 2rem;
    
	
}


.nav-link-medium,
.nav-link-talk,
.nav-link-get-started-section,
.nav-link-get-started,
.nav-link-login,
.nav-link,
.nav-link-selected
{
    /* font-size: 0.75rem; */
    color: #475569;
    font-size: 1rem;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}


.nav-link
{
    
    font-weight: 400;
}

.nav-link-login
{
 	color:  #09f;  
    font-weight: 400;
}

.nav-link-talk
{
	color:  #09f;  
    font-weight: 400;
	font-size: 1.25rem;
}

.nav-link-get-started
{
 	color:  white;
 	font-weight: 400;
}

.nav-link-get-started-section
{
	color:  white;
 	font-weight: 400;
 	font-size: 1.25rem;
	
}

.nav-link-medium
{
	color:  white;
 	font-weight: 400;
 	font-size: 1rem;
	
}

.nav-link-selected
{
    
    font-weight: 700;
    color: #09f;
}

.nav-link:hover{
    color: #09f;
}

.nav-link-login:hover,
.nav-link-talk:hover
{
    font-weight: bold;
}

.nav-link-medium:hover,
.nav-link-get-started-section:hover,
.nav-link-get-started:hover
{
    font-weight: bold;
}

.nav-logo {
    font-size: 1.2rem;
    font-weight: 500;
    color: #482ff7;
	margin: 0.5rem;
}


.rounded-image
{
	
	width: 100%;
    /* height: 100%; */
    border-radius: 2rem;
    object-fit: contain;
    position: relative;
}


.add-top-pad-add-left-margin
{
	
	margin-top: 3.5rem;
    margin-left: 2rem;
	
}

.main-section-top,
.main-section 
{
	padding-left: 1rem;
    padding-right: 1rem;
	width: 100%;
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
    /* background-color: #f30; */
    
	
}


.main-section-top 
{
	padding-top: 4rem;
	
}

.main-article
{
	
	margin-bottom: 3.75rem;
	box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    
    padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

.main-content
{
	position:relative;
	
}

.main-content p
{
	
	/* margin-bottom: 2rem; */
}

.top-section-flex,
.top-section
{
	padding-left: 0;
    padding-right: 0;
    position: relative;
    max-width: 1132px;
    
	
}

.top-section-flex
{
	
	display: flex;
    flex-direction: row;
    justify-content: center;
	
}

.side-content
{
	padding-top: 12rem;
    padding-bottom: 7.5rem;
    width: 445px;
    max-width: 100%;
    position: relative;
    color: black;
    margin-left: 2rem;
	
}

.mid-section,
.mid-section-no-bottom
{
    position: relative;
    padding-top: 5.625rem;
    
}


.mid-section
{
	padding-bottom: 5.625rem;
	
}


.mid-section-no-bottom
{
    
    padding-bottom: 0rem;
}

.image-block
{
	
	height: auto;
    display: block;
    max-width: 100%;
	
}
.mid-container
{
	
	padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.mid-section-title
{
	margin-bottom: 1.875rem;
	margin-top: 0;
	font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
	
}

.centerTextBold
{
	font-weight: 500;
	color: #000;
	text-align: center;
	margin-bottom: 0;
	font-size: 1.875rem;
    line-height: 1.5;
	
}

.centerTextSemiBold
{
	font-weight: 400;
	color: #000;
	text-align: center;
	margin-bottom: 0;
	font-size: 1.875rem;
    line-height: 1.5;
	
}

.content-background-left-half,
.content-background-grey,
.content-background-grad,
.content-background
{
	height: 100%;
    position: absolute;
    left: 50%;
    width: 100vw;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-duration: 1s;
    margin-left: -50vw;
}



.content-background
{
	
	background-image: url(https://telemd.me/poc/themes/orig/backgrounds/provider_background.jpg);

	background-position: 0 0;
    background-size: cover;

}


.content-background-grad
{
	
	
	background: linear-gradient(to bottom, #ffffff 0, #f2f2f2 100%);
}



.content-background-grey
{
	
	
	background: #f2f2f2;
}


.content-background-left-half
{
	
	background: #ffd90066;
	left: 0;
    margin-left: 0;
    width: 48.5vw;
	
}




.content-background-plain-abs
{
	position: absolute;
	max-width: 100vw;
    margin-left: -50vw;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    z-index: 0;
    background-color: #0CF;
    height: 100%;
}

.content-container-half-right,
.content-container-half-left,
.content-container-half,
.content-container-pad,
.content-container-pad-2,
.content-container
{
	
	padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	
}


.content-container-pad
{
	padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}



.content-container-pad-2
{
	padding-top: 7rem;
    padding-bottom: 7rem;
}



.content-container-half-right,
.content-container-half-left,
.content-container-half
{
	padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    width: 50%;
    margin: 0rem 2rem;
	
}

.content-container-half-left
{
	
	margin-right: 0;
	
}

.content-container-half-right
{
	
	margin-left: 0;
}





.no-top-pad-no-left-margin
{
	
	padding-top: 0;
    margin-left: 0;
	
}



.big-text
{
	line-height: 60px;
	
	color: black;
	font-size: 1.875rem;
    font-weight: 500;
}


.big-text-main-left,
.big-text-main
{
	color: rgba(47, 48, 50, 1);
	font-family: Gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	margin-bottom: .5rem;
	font-size: 3rem !important;
    line-height: 3.5rem !important;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    flex-direction: column;
    display: flex;
	
}

.big-text-main-left
{
	
	align-items: flex-start;
    padding: 0.5rem;
}

.mid-text-p-left,
.mid-text-p-2,
.mid-text-p
{
	
	margin: 0;
	line-height: 1.75rem;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	color: rgba(95, 96, 101, 1);
	margin-bottom: 1rem;
	padding: 0rem 13rem;
}

.mid-text-p-left
{
	
	padding: 0.5rem;
    text-align: left;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.mid-text-p-2
{
	font-size: 1.25rem;
	margin-bottom: 2rem;
	
}

.big-text-solid-medium,
.big-text-solid-margin,
.big-text-solid
{
	display: inline-block;
	text-align: center;
	color: rgba(47, 48, 50, 1);
    font-family: Gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	margin-bottom: .75rem;
}

.big-text-solid
{
	font-weight: 400;
	margin-bottom: 0;
}

.big-text-solid-medium
{
	font-weight: 400;
	margin-bottom: 0;
	font-size: 2rem;
    text-align: left;
    line-height: 2.5rem;
    text-align: center;
}



.text-white
{
	
	color: white;	
}

.text-bold
{
	font-weight: 600;
	
}



.text-bold-big
{
	font-size: 2.5rem;
    line-height: 2.75rem;
    font-weight: 600;
	
}

.ul-list
{
	padding-bottom:1rem;
	
}

.li-dot
{
  background: transparent;
  padding-left: 0.5rem;
  color: rgba(95, 96, 101, 1);
}


.li-dot::before {
  content: "• ";
  color: blue; /* or whatever color you prefer */
  margin-right: 0.5rem;
}

.colored-text
{
	
	-webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background: linear-gradient(90deg, #f7bf2a, #f26e7e 18.23%, #be5188 38.02%, #8a3391 53.65%, #0983ff 74.48%, #09f);
    
    
    /* 
    
    background: linear-gradient(90deg, #f7bf2a, #f26e7e 18.23%, #be5188 38.02%, #8a3391 53.65%, #805ac3 74.48%, #09f);
    
    background: linear-gradient(90deg, #f7bf2a, #f26e7e 18.23%, #be5188 38.02%, #8a3391 53.65%, #805ac3 74.48%, #7682f4);
     */
    
    -webkit-background-clip: text;
    -moz-background-clip: text;
    text-shadow: none;
    position: relative;
}


.left-button-holder,
.top-buttons-holder
{
	
	position: relative;
	margin-left: 0;
    margin-right: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    /* z-index: 10; */
    
}

.left-button-holder
{
	
	align-items: flex-start;
    justify-content: left;
}


.medium-text
{
	
	font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.9;
	color: black;
}

.white-text-color
{
	
	color: #fff;
}

.icon-svg-holder
{
	    width: 5rem;
	    margin-bottom: 1.5rem;
	    margin: auto;
	
	
}

.icon-svg
{
	
	/* fill:#66CCCC; */
	fill:#0CF;
	
}

.mid-columns-holder
{
	display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap;
	
}

.mid-column
{
	
	flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.margin-bottom-small
{
	margin-bottom: .75rem;
	
}

.margin-bottom-mid
{
	margin-bottom: 1.5rem;
	
}

.font-size-basic
{
	font-size: .875rem;
	
}


.textFieldRounded {
    border: 1px solid #999;
    padding: 1rem;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}


.hideCheckDiv {
    display: none;
    margin-left: -50px;
    margin-bottom: 20px;
    font-family: ProximaNova,Helvetica Neue,Helvetica,Arial,sans-serif
}

.revealCheckDiv {
    display: inline;
    margin-left: -50px;
    margin-bottom: 20px;
    font-family: ProximaNova,Helvetica Neue,Helvetica,Arial,sans-serif
}

.revealCheckDivSpinner {
    visibility: visible;
    margin-left: -50px;
    margin-bottom: 20px;
    font-family: ProximaNova,Helvetica Neue,Helvetica,Arial,sans-serif
}

.checkMark {
    top: 10px;
    position: relative
}

.checkingGif {
    top: 4px;
    position: relative
}



.footerContent
{
	text-align: left;
	border-top-width: 1px;
    padding: 3rem 1.25rem 1.5rem;
	
}


.footerContent h5
{
	font-weight: 500;
    font-size: .875rem;
    margin-bottom: 1rem;


}

.footerContent a
{

	--tw-text-opacity: 1;
    color: rgba(95,106,125,var(--tw-text-opacity));

}


.footerContent ul li 
{
    line-height: 1.5rem;
    margin-bottom: .5rem;
    font-size: .875rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 0rem; 
    margin-bottom: 0.25rem;
    background: none;
    border-radius: 4px;
    cursor: pointer;
}

@media (min-width: 1132px) {
	
	.main-section-top,	
	.main-section {
	    max-width: 1132px;
	}
		
	
	
}

@media (min-width: 782px) {
	
		
	.mid-column:not(:first-child) {
	    margin-left: 2em;
	}
	
	
}


/*
@media only screen and (max-width: 768px) {	

*/

@media only screen and (max-width: 940px) {	/* IMPORTANT - FLEX DIRECTION COLUMN VERTICAL */
    .nav-menu {
        position: fixed;
		z-index:2;
		overflow: auto;
        top: 3.8rem;
        max-height: 0px;
		visibility:hidden;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
			
			transition: visibility 0s linear 0.15s;
			transition: max-height 0.15s ease-in;
			transition: max-height 0.15s ease-out;
			
			
    }

    .nav-menu.active {
        
		visibility:visible;
		max-height: 550px;
		
		transition: visibility 0s linear 0.15s;
		transition: max-height 0.15s ease-in;
		transition: max-height 0.15s ease-out;
    	height: calc(100vh - 100px);
		margin: 1rem;
		overflow-y: auto;
		margin: 0;
    }

	.nav-item-login,
	.nav-item-get-started,
    .nav-item {
        margin: 1.5rem 0;
    }
	 
	.nav-item-get-started-section,    
	.nav-item-talk
	{
		margin: 0.325rem 0;
	    width: 18rem;
	    text-align: center;
	    padding: 1rem 1rem;
	    font-size: 1.25rem;
	
	}  
	
	
	.top-section-flex
	{
		
		display: flex;
	    flex-direction: column;
	    justify-content: center;
		
	}
	
	
	.content-container-half-right,
	.content-container-half-left,
	.content-container-half
	{
		padding-top: 3.5rem;
	    padding-bottom: 0;
	    width: auto;
	    margin: 0rem 2rem;
		
	}
			
		
	.rounded-image
	{
		
		width: 100%;
	    /* height: 100%; */
	    border-radius: 2rem;
	    object-fit: contain;
	    position: relative;
	}
	
		
	
	.content-background-left-half
	{
		
		background: #ffd90066;
		left: 50%;
	    margin-left: -50vw;
	    width: 100vw;
		
	}
	
				
		
	.add-top-pad-add-left-margin
	{
		
		margin-top: 3.5rem;
	    margin-left: 0;
		
	}
		
		
	.nav-item-medium
	{
		
		width: 10rem;
	    font-size: 1rem;
	    padding: 0.75rem 0.5rem;
	    margin: 0.325rem 0;
	}
		
	
	
	.left-button-holder,
	.top-buttons-holder
	{
	
		position: relative;
	    margin-left: 0;
	    margin-right: 0;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    /* z-index: 10; */
	
	}
	  
	.nav-link,
	.nav-link-selected
	{
	    font-size: 1.5rem;
	    color: #475569;
	}
	
	
	.nav-link
	{
	    
	    font-weight: 400;
	}

    .hamburger {
        display: block;		/* IMPORTANT - REVEAL THE MOBILE MENU ICON */
        cursor: pointer;
		margin: 0rem 1rem;
    }
	
	/* IMPORTANT - TRANSITION TO "X" AFTER CLICKING ON MENU  */
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .side-content
	{
		padding-top: 7rem;
	    padding-bottom: 3rem;
	    width: 445px;
	    max-width: 100%;
	    position: relative;
	    color: black;
	    margin-left: 0rem;
    	text-align: center;
    }
    
	.big-text
	{
		line-height: 30px;
		font-size: 1.5rem;
		color: black;
	}
	
		
	.centerTextBold
	{
		font-weight: 500;
		color: #000;
		text-align: center;
		margin-bottom: 0;
		font-size: 1.275rem;
	    line-height: 1.5;
		
	}
	
	.centerTextSemiBold
	{
		font-weight: 400;
		color: #000;
		text-align: center;
		margin-bottom: 0;
		font-size: 1.275rem;
	    line-height: 1.5;
		
	}
	
	.mid-text-p-left,	
	.mid-text-p
	{
		
		margin: 0;
		line-height: 1.75rem;
		text-align: center;
		margin-top: 1.5rem;
		color: rgba(95, 96, 101, 1);
		margin-bottom: 1rem;
		padding: 0rem 2rem;
	}
	
		
	.mid-text-p-left
	{
		
		padding: 0.5rem;
	    text-align: left;
	    margin-top: 0.5rem;
	    margin-bottom: 0.5rem;
	}
			
			
	.font-size-basic
	{
		font-size: .875rem;
		
	}
	
	.no-margin
	{
		margin: 0;
		margin-left: auto;
    	margin-right: auto;
    	position:relative;
	}	
	
	.center-image-table
	{
		display: table;
		position:relative;
		margin: 0;
		margin-left: auto;
	    margin-right: auto;
	}
	
	
		
	.mid-column
	{
		flex-grow: 1;
	    min-width: 0;
	    word-break: break-word;
	    overflow-wrap: break-word;
		flex-basis: auto;
		margin-bottom: 1.75em;
		max-width: 50%;
		padding-right: 1rem;
	
	}
	
	.white-text-color
	{
		
		color: #fff;
	}
	

}