#s4-bodyContainer {
    padding-bottom: 0px;
}
body {
    font-family: 'Open Sans', Helvetica, Arial, serif;
    font-weight: 400;
}

.fa {
    font-family: 'FontAwesome' !important;
}
a {
	text-decoration: unset;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
	box-shadow: none;
}
.table td {
	border-bottom: none;
	background-color: unset;
}
/*for header*/

/*for topbar*/

.nav-link {
	padding: .5rem 1rem;
}
.nav-link:hover {
	text-decoration: none;
}
#header .main-logo .logo-title {
    color: #04582F;
}
#header .main-logo img.logo {
	position:relative;
	top: 3px;
}

#header #topbar {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 2px solid #EFF1F8;
}
#header #topbar-innerDiv{
    display: flex;
    justify-content: space-between;
    /*width: 82%;*/
    margin: 0 auto;
    align-items: center;
    max-width: 1140px !important;
}
nav#main-navber {
    margin: 0 auto;
    /*width: 85%;*/
}
#main-navber .nav-item p {
    margin-bottom: 0px;
}
#main-navber li>.nav-link {
    padding: 15px 10px;
}
#topbar .topb {
    color: #046A38 !important;
    font-size: 14px;
    display: block;
	padding: .5rem 1rem;
}

#header #mob-links .nav-link {
	
	font-weight: bold;
	color:black !important;
	padding-right: 20px !important;
    padding-left: 20px !important;

}


#header #mob-links {
	
	display:none;
}

#topbar .search-icon-change::after {
    font-family: "FontAwesome";
    content: "\f002";
    display: inline-block;
    color: #666 !important;
    font-weight: normal;
    font-size: 14px;
    max-width: 10px;
    position: relative;
    bottom: 0px;
    right: 0px;
    transform: rotate(85deg);
}

#topbar .topbtext {
    display: flex;
    align-items: center;
}

.search-icon-change {
    border: 1px solid #046A38;
    border-radius: 50%;
    padding: 4px 9px;
    width:41px;
    height:41px;
    margin-bottom: 0px;
    text-align:center;
}

#header .search-icon.show .search-icon-change {
    padding: 6px 9px !important;
}

/*end top bar*/

#header-main {
    background-color: white;
	z-index: 99;
	border-bottom: 1px solid #046A38;
}

#header {
    width: 100%;
    margin: 0 auto;
}

#header .desktop-hide {
    display: none;
}

#header .main-menu-title {
    color: #0C0C0D !important;
    font-weight: bold;
}

#header #nscHeader {
    width: 100%;
}

#header .navbar-nav {
    justify-content: space-evenly;
    /*align-items: center;*/
}
/*li.nav-item {
    flex-basis: 110px;
    text-align:center;
} */
.megamenu-list .col-md-3 a, .megamenu-list .col-md-3 li.nav-item  {
    text-align:left;
}


#header-main.header-border {
    border-bottom: 3px solid #046A38;
}

#header #mob-nav {

	display:none;
}

/*sub menu*/

#header li.nav-item.dropdown.megamenu {
    position: static;
}

#header .megamenu-list.show {
    display: flex;
}

#header .submenu-title {
    color: black !important;
    text-decoration: none;
}

#header .sub2level {
    color:#006734;
    text-decoration: none;
}

#header a.sub2level:hover {
    color: lightgreen;
}

@media (min-width: 991px) {
    #nscHeader .collapsing {
        position: absolute;
        background-color: white;
        left: 0px;
        width: 100%;
        top: 100%;
        border: 1px solid #046A38;
        padding: 20px;
    }

    #header .mainmenu.show {
        position: absolute;
        background-color: white;
        left: 0px;
        width: 100%;
        top: 100%;
        border: 1px solid  #046A38;
        padding: 20px;
        z-index:1;
    }

    #header .level1menu {
        display: block !important;
    }
   

    #header .megamenu-list .megamenu:not(.collapsed) {
        background-color:  #046A38;
        border-top-right-radius: 5px;
    	border-top-left-radius: 5px;
        color: white !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    #header .navbar-nav > div {
        max-width: 180px;
        text-align: center;
    }

    #header .megamenu-list .megamenu {
        height: 70px;
        display: flex;
        align-items: center;
    }
}

#header .submenu:not(.collapsed)::marker {
    display: block;
    color:  #046A38;
}

#header .submenu:not(.collapsed) {
    font-weight: 600;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    background: #F2F2F2 0% 0% no-repeat padding-box;
/*opacity: 0.5;*/
}

#header .submenu:not(.collapsed) p {
    display: inline-block;
}

#header ul.list-unstyled.level1menu-list {
    padding-left: 10px;
}

/*end sub menu*/

#header .navbar-toggler {

    display: none;
}

@media (max-width: 991px) {
	
	#header .mainmenu > .col-md-12, #header #mob-links {
	    display: block !important;
	}
	
	#header .mainmenu > .col-md-12 .col-md-3 {
	    width: 100%;
		position: relative;
	}
		
	#header .main-logo img.logo {
	width: 75%;
	}
	
    #header #topbar .topb {
        display: none !important;
    }

    #header #mob-nav.navbar-toggler {
        height: 25px;
        border-radius: 50px;
        font-size: 14px;
        color: white;
        display: block !important;
        border: 1px solid   #046A38;
        background-color: #046A38;
		padding: .25rem .75rem;

    }
    
      #header #mob-nav.navbar-toggler.collapsed {
		background-color: white !important;
		color:  #046A38!important;

	}

    #header ul.list-unstyled.level1menu-list {
        padding-left: 30px !important;
    }

    #header {
        width: 100%;
    }

    #header .main-menu-title,
    #header .submenu-title {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    #header .level1menu {
        background: transparent linear-gradient(
            180deg
            , #E5ECE8 0%, #F2F2F2 100%) 0% 0% no-repeat padding-box;
        padding: 20px;
    }
    
     #header .main-menu-title + .arrow::after,  #header .submenu-title + .arrow::after{
    font-family: "FontAwesome";
    content: "\f077";
    display: inline-block;
}

 #header .main-menu-title.collapsed + .arrow::after,  #header .submenu-title.collapsed + .arrow::after {
    content: "\f078" !important;
}

#header .menu-item, #header .submenu-item {
	display:flex;
}

#header .menu-item .arrow {
    right: 20px;
    position: absolute;
    float: none !important;
    margin-top: 10px;
    cursor: pointer;
}

#header .submenu-item .arrow {
    right: 8px;
    position: absolute;
    float: none !important;
    margin-top: 10px;
    cursor: pointer;
}


#header #navbarSupportedContent {
    overflow: scroll;
    height:calc(70vh - 100px);
}

#header .nav-item.megamenu-list>.menu-item {
    position: relative;
}
#header .col-md-12.row.m-0 {
	padding-right: 15px;
}

    #header #desktop-search-bar .search-query {
        width: 80% !important;
    }
    
        #header #desktop-search-bar .input-group-btn button {
        right: 35px !important;
        min-width: 0px;
    }



    
}

/*header search*/

#header  #desktop-search-bar .dropdown-menu {
    width: 100%;
}
#header #desktop-search-bar #custom-search-input-desk {
    background-color: #f5f5f5 !important;
}
#header #desktop-search-bar .search-query {
    width: 90%;
    padding: 20px;
    margin: 30px;
	height: calc(1.5em + .75rem + 2px);
}

#header #desktop-search-bar .input-group-btn button {
    border: 0;
    background: none;
    margin-top: 32px;
    position: absolute;
    right: 45px;
    border-radius: 50px;
    color: gray;
    z-index: 3;
}

#header .search-icon {
	
	position:static !important;
}

#header #desktop-search-bar .search {
	top:15px !important;
}
#header #header-search {
	padding: .5rem 1rem;
}
#header #header-search::after {
	
	display:none !important;
}

#header #header-search.show p::after {
    content: "\f00d";
    transform: none;
    right: 1px;
	bottom: -2px;
}

/*header search bar*/


@media (min-width: 1200px) {
	.container{
		max-width: 1140px;
	}
}
@media (min-width: 1500px) {
	.container{
		/*max-width: 92%;
		max-width: 1280px !important; */
		padding-right: 0px;
		padding-left: 0px;
	}
	nav#main-navber {

		max-width: 1280px !important;
	}
	/*#header #topbar-innerDiv {
	   
		max-width: 1280px !important;
	} */
}


/*.sticky-top {
    z-index: 1;
}*/
/*end header*/

/*for footer*/
#footer #modifieddate p {
    text-align: center;
    font-style: italic;
    padding: 30px;
    color: #000;
    border-bottom: 2px solid rgba(4,106,56,0.5);
    margin-bottom: 0px !important;
}
#footer .first-footersection {
    margin-top: 20px;
	margin-bottom: 20px;
}


#footer .footer-heading {
    color: #131313 !important;
    font-weight: 500;
    text-decoration: none;
    font-weight:bold;
    /*padding:15px; */
}

#footer .first-footer-content {
    justify-content: space-between;
}

#footer .first-footer-content ul {
    padding: 0px;
    margin-top: 10px;
    list-style: none;
}

#footer .footer-links {
    color: #046A38 !important;
    text-decoration: none;
   	font-size: 14px;
}

#footer .second-footersection {
    background-color: #F9F9F9;
    padding: 20px;
    border-top: 1px solid rgba(4,106,56,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#footer .second-sec-content {
    justify-content: space-between;
    align-items: center;
   
}
#footer .second-sec-content > div {
	width: unset;
}
#footer .social-links .fb-link {
    display: block;
    border-radius: 50%;
    background-color: #3B5998 !important;
    padding: 5px 12px;
    color: white !important;
}

#back-top {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -25px
}

#back-top a {
    position: relative;
    z-index: 110
}

#back-top img {
    width: 50px;
}


#footer .location .fa-map-marker {
    color: #046A38;
    margin-right: 10px;
}

#footer .third-sec-content {
    justify-content: space-between;
}

#footer .third-footersection {
    padding: 20px 0;
}
#footer .third-sec-content > * {
	width: unset;
}
#footer .footer-links {
    padding: 10px;
    padding-left:0px;
}

#footer .container.third-footersection .footer-links:last-child {
    padding-right: 0;
}


#footer ul.footer-sub-items .item {
    padding-left: 0;
	margin-right: 0;
    width: unset;
}

 #footer .location span {
       color: #000;
 }
#footer .copyright{
	 color: #000;
}
/* #footer .first-footer-content, #footer .second-sec-content, #footer .third-sec-content  {
	margin: 0 auto !important;
    width: 80%;
}
*/

/* #footer .first-footer-content { */
    /* justify-content: space-between; */
/* } */

@media(max-width: 1499px) { 
	#footer .third-footersection {
		padding: 20px 15px;
	}
}

@media(max-width: 991px) {
	
	#first-section .first-sec.container {
		padding: 0;
	}
	
	#main .bg-color {
		padding-top: 30px;
	}
	
	#footer .first-footer-content {
		justify-content: normal;
	}

}

@media (max-width: 767px){
	
	#first-section .first-sec.container {
		padding: 0;
	}

    #footer .location {
        margin-bottom: 15px;
    }

    #footer .second-sec-content {
        display: block;
    }

    #footer .social-links {
        text-align: center;
    }

    #footer .footer-links {
        display: block;
    }

    #footer .social-links .fb-link {
        display: inline;
    }
	
	#footer .third-footersection {
		padding: 20px 35px;
	}

}

/*end footer*/

/*home first section*/

#first-section .carousel-item img {
    width: 100%;
}
#first-section .carousel-item .mob-img {
   display: none;
}


#first-section .icon-section {
    background-color: #046a38;
}

#first-section .icon-section .icon-link {
    color: white !important;
    text-decoration: none;
    display: block;
    padding: 20px 10px;
    text-align: center;
    font-weight:bold;
}

#first-section .icon-section .col-md-3 {
    background-color: #04582F;
    border-left: 2px solid #046A38;
}

#first-section .icon-section .icon-link i {
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
}

#first-section .icon-section .col-md-12 {
    width: 80%;
    margin: 0 auto !important;
}

/*end home first section*/

/* home second section */

 
#second-section .main-title {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:36px;
    line-height: 1.2;
    margin-left: 0;
    color: #373737;  
}

#second-section .second-sec.container .bg-color {
    /*background-color: #b9e1cd; */
    background-image: url('/Style%20Library/DSC/img/green.png');
}

#second-section .second-sec.container .info {
margin: 0 auto !important;
width: 80%;
}

#second-section .our-services-btn {
    color: #006734 !important;
    text-decoration: none;
    border: 1px solid;
    padding: 8px;
    border-radius: 50px;
    width: 150px;
    display: block;
    text-align: center;
    margin-top: 30px;
}

#second-section .make-appointment {
    color: #484A55;
    padding: 25px;
    background-color: white;
}
#second-section .make-appointment .MA-title{
	font-family: 'Montserrat', sans-serif;
}
#second-section .info .info-div {
    padding: 15px;
    margin: 65px 0px !important;
}
#second-section .info .desc{
	color: #484A55;
}


#second-section .make-appointment p {
    margin-bottom: 5px;
}

/* end home second section */

/*home third section*/

#third-section .main-title {
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px !important;
}

#third-section .youth, #third-section .sexualhealth0, #third-section .men,  #third-section .sexualhealth1, #third-section .women,  #third-section .sexualhealth2, #third-section .lgbt,  #third-section .sexualhealth3 {
    font-size: 18px;
    font-weight: bold;
    color: black !important;
    text-decoration: none;
    padding: 30px 20px;
    display: block;
    background-color: #F6F6F6;
    margin-left: 0px;
}

#third-section .youth.collapsed,  #third-section .sexualhealth0.collapsed {
    background-color: #E6E6E6 !important;
    margin-left: 15px;
}

#third-section .men.collapsed, #third-section .sexualhealth1.collapsed {
    background-color: #F5E992 !important;
    margin-left: 15px;
}

#third-section .women.collapsed, #third-section .sexualhealth2.collapsed {
    margin-left: 15px;
    background-color:#C7DB80 !important;
}

#third-section  .lgbt.collapsed, #third-section .sexualhealth3.collapsed {
    margin-left: 15px;
    background-color: #F8B0A6 !important;
}
#third-section #find-out-more p {
    color: #484A55;
    margin-bottom:40px
}


#third-section #find-out-more .read-more-btn {
    color: #046A38 !important;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid;
    padding: 5px;
    display: block;
    width: 120px;
    text-align: center;
}
#third-section #find-out-more #desk-view .desk-collapse{
	font-family: 'Montserrat', sans-serif;
}
#third-section #find-out-more #desk-view .collapsed{
	box-shadow: -10px 0px 0px 0px rgb(0 0 0 / 25%) inset;
}



#third-section #find-out-more #desk-view .collapse {
    background-color: #F6F6F6;
    height: 100%;
    padding: 30px;
}

#third-section #find-out-more #mob-view {
    display: none;
}

#third-section #find-out-more {
    margin: 0 auto !important;
    width: 80%;
    /*padding: 30px; */
    padding-top: 40px;
}

/*end home third section*/




/*for mob view*/

@media (max-width: 767px){
#first-section .carousel-item .desktop-img {
   display: none;
}

#first-section .carousel-item .mob-img {
   display: block;
}

#first-section .icon-section .col-md-12, #second-section .second-sec.container .info, #third-section #find-out-more {
    width: 100% !important;
}

#first-section .icon-section .icon-link{
    text-align: center;
}
#first-section .icon-section .icon-link i {
    display: inline-block;
    margin-bottom: 0px;
}

 #first-section .icon-section .find-a-doctor, #first-section .icon-section .health-library, #first-section .icon-section .make-an-app{
	border-bottom: 1px solid #046A38;
}

#second-section .info {
    padding: 35px;
}

#second-section .main-title {
    font-size:32px;
    width: 100%;
}
#second-section .info .info-div {
    padding: 10px;
    margin: 0px !important;
}


#third-section #find-out-more{
	padding: 25px 15px;
	padding-bottom: 0px;
	text-align: center;
}
#third-section .main-title{
	margin-bottom: 20px !important;
}
#third-section #find-out-more #desk-view {
        display: none !important;
}
#third-section #find-out-more #mob-view {
        display: block !important;
}
#third-section #find-out-more #mob-view .col-md-12 {
    padding: 0px !important;
}
#third-section .collapsed {
    margin: 0px  !important;
}
#third-section .youth{
    background-color: #E6E6E6;
}
#third-section .men{
	background-color: #F5E992;
}
#third-section .women{
	background-color: #C7DB80;

}
#third-section .lgbt{
	background-color: #F8B0A6;

}
#third-section #find-out-more #mob-view .collapse, #third-section #find-out-more #mob-view .collapsing  {
    padding: 20px;
    background-color: #F6F6F6;
}
#third-section .mob-collapse::after {
    font-family: "FontAwesome";
    content: "\f068";
    display: inline-block;
    color: #046A38!important;
    font-weight: normal;
    float: right;
    font-size: 17px;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px 5px;
}

#third-section .mob-collapse.collapsed::after {
    content: "\f067" !important;
}

#footer #modifieddate p {
    margin-bottom: 0px !important;
    padding: 25px;
}
#footer .first-footer-content, #footer .second-sec-content, #footer .third-sec-content  {
    width: 100%;
}

#footer .copyright {
    margin-bottom: 12px !important;
}
#footer .footer-links{
	padding: 0;
	padding-bottom: 10px;
}

}

@media (max-width: 475px){
#footer .location .contact{
    display: block;
    margin-left: 20px !important;
}

}



@media (max-width: 991px) {
section .container {
    padding: 0px !important;
}

#header .megamenu-list .menu-item.active {
    background: transparent linear-gradient(
180deg
, #9BC7B1 0%, #E5ECE8 100%) 0% 0% no-repeat padding-box;
}

/*li.nav-item {
    flex-basis: inherit;
    text-align: left; 
} 
#header .navbar-nav {
    align-items: flex-start;
}*/
.megamenu-list .show{
	    background-color: #F2F2F2;
}
}

/*end mob-view*/

.ms-webpart-chrome-vertical {
    display: block !important;
}

div.ms-webpart-cell-vertical-inline-table {
    display: block !important;
}


/*for ie*/

_:-ms-lang(x),#header-main {
    position: fixed !important;
    width: 99%;
}

/*extra space*/
#first-section .ms-webpartzone-cell, #second-section .ms-webpartzone-cell, #third-section .ms-webpartzone-cell {
    margin-bottom: 0px;
}
/*End extra space*/

/*carousel*/
#home-carousel .carousel-img {
    width: 100%;
}
#home-carousel .mob-img {
    display: none !important;
}
#home-carousel .carousel-title {
    width: 100%;
    left: 0px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    padding: 18px;
    color: #fff !important;
    text-align: center;
}
#home-carousel .slick-dots {
    bottom: 20px !important;
}
#home-carousel .slick-dots li.slick-active button:before {
    background-color: #046A38 !important;
}
#home-carousel .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #fff !important;
    border-radius: 50%;
    content: " ";
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
    padding: 0px !important;
}
#home-carousel .slick-prev {
    left: 25px;
    z-index: 2;
}
#home-carousel .slick-next {
    right: 50px;
}
#home-carousel .slick-prev:before, .slick-next:before {
    border-radius: 5px;
    text-align: center;
    padding: 13px 20px;
    font-family: "FontAwesome" !important;
    font-weight: 900;
    opacity: 1;
    position: relative;
    color: white !important;
    font-size: 60px;
}

#quicklink .quicklink-Img {
    margin-right: 20px;
}
@media (min-width: 768px){
#quicklink .quicklink-Img {
	display:block;
	margin: 0 auto;
    margin-bottom: 20px;
}
}


