/* Who we are css */
.about-us-who-we-are {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.about-us-who-we-are {
    padding: 100px 0px;
    clear: both;
    /* border: 20px solid #ddd;
    border-radius: 0px 400px 400px 0px;
    border-left: 0; */
    margin: 120px 0px;
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.about-us-who-we-are:after {
    position: absolute;
    content: "";
    top: 0px;
    border: 20px solid #ddd;
    border-radius: 0px 465px 465px 0px;
    border-left: 0px;
    width: 95%;
    height: 100%;
}

.about-us-who-we-are-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 1;
    align-items: center;
}

.about-us-who-we-are-image {
    padding: 100px 100px 100px 25px;
}

.about-us-who-we-are-image img {
    width: 100%
}

.about-us-who-we-are-content h2 {
    font-size: 45pt;
    line-height: 56pt;
    text-transform: math-auto;
    font-family: "Nunito Sans", sans-serif;
}

.about-us-who-we-are-content h5 {
    font-size: 14pt;
    line-height: 21pt;
    font-weight: bold;
    font-family: "Nunito Sans", sans-serif;
}

.about-us-who-we-are-content p {
    font-size: 14pt;
    line-height: 21pt;
    padding-top: 10px;
    font-family: "Nunito Sans", sans-serif;
}





/* our-approach-section css*/
.our-approach-section {
    background: #004a87;
    padding: 100px 0px;
    clear: both;
    margin-bottom: 20px;
}

.our-approach-section h2 {
    font-size: 43pt;
    line-height: 21pt;
    color: #fff;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
	    text-transform: math-auto;
}

.our-approach-section .our-approach-para {
    padding-top: 20px;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 auto;
    max-width: 1110px;
}

.our-approach-section .our-approach-para.full {
    max-width: 100%
}

.our-approach-section .our-approach-para p {
    font-size: 18pt;
    line-height: 32pt;
}



.our-approach-section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 60px 40px;
}

.our-approach-item {
    border-right: 2px solid #4d81ab;
    padding: 0px 10px;
}

.our-approach-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.our-approach-item-img {
    min-height: 110px;
    display: flex;
    align-items: center;
}

.our-approach-item img {
    width: 85px;
    margin-bottom: 10px;
}
.our-approach-item:nth-child(2) .our-approach-item-img img {
    width: 112px;
}
.our-approach-item:nth-child(4) .our-approach-item-img img {
    width: 120px;
}

.our-approach-item img.insurance-coordination {
    width: 100px;
}

.our-approach-item img.clinical-expertise {
    width: 70px;
}

.our-approach-item img.national-reach {
    width: 100px;
}



.our-approach-item p {
    font-size: 19pt;
    line-height: 26pt;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
}

/* apotheco-medicinals-section */
.apotheco-medicinals-section {
    padding: 100px 0px;
    clear: both;
}

.apotheco-medicinals-section h2 {
    font-size: 42pt;
    line-height: 55.97pt;
    text-align: center;
	    text-transform: math-auto;
}

.apotheco-medicinals-section p.apotheco-medicinal-para1 {
    font-size: 16pt;
    line-height: 30pt;
    text-align: center;
}

.apotheco-medicinals-section p.apotheco-medicinal-para2 {
    font-size: 16pt;
    line-height: 30pt;
    font-weight: bold;
    text-align: center;
}

.apotheco-medicinals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 100px;
    margin-top: 70px;
	padding:0px 40px;
}

.apotheco-medicinals-item {
    background: #f6f6f5;
    border-radius: 12px;
    padding: 45px 45px 100px 45px;
	position:relative;
}



.apotheco-medicinals-item h5 {
    font-size: 20pt;
    line-height: 12pt;
    color: #21306a;
    margin-top: 40px;

}

.apotheco-medicinals-item p {
    font-size: 16pt;
    line-height: 24pt;
    color: #21306a;
    margin-top: 35px;
}

.apotheco-medicinals-item a {
    background: #004a87;
    border: 1px solid #004a87;
    color: #fff;
    padding: 7px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 35px;
	position: absolute;
    bottom: 45px;
    left: 45px;

}

.apotheco-medicinals-item a:hover {
    background: #fff;
    color: #004a87;
}


/* apotheco-medicinals-promise-section */

.apotheco-medicinals-promise-section {
    padding: 70px 150px;
    text-align: center;
}

.apotheco-medicinals-promise-section p {
    font-size: 18pt;
    line-height: 30pt;
	margin-bottom:0px;
}

.apotheco-medicinals-promise-section p span {
    font-weight: bold;
}

.apotheco-medicinals-promise-section a {
    border: 2px solid #004a87;
    padding: 10px 30px;
    font-size: 16pt;
    line-height: 30pt;
    color: #004a87;
    border-radius: 35px;
    margin-top: 60px;
    display: inline-block;
}

.apotheco-medicinals-promise-section a:hover {
    background: #004a87;
    color: #fff;
}

/* home page css */

#main .top-container .banner-txt {
    margin-bottom: 240px;
}

#main .top-container .banner-txt .find-location-buttons a.prescribers-btn {
    text-decoration: none;
    padding: 15px 20px;
}

#main .top-container .banner-txt .find-location-buttons a.prescribers-btn:hover {
    color: #004a87;
}

#main .top-container .banner-txt .find-location-buttons a.findlocation-btn {
    text-decoration: none;
    background: #b5b2b0;
    border-color: #b5b2b0;
    padding: 15px 20px;
}

#main .top-container .banner-txt .find-location-buttons a.findlocation-btn:hover {
    background: #fff;
    color: #b5b2b0;

}

.find-location-buttons {
    padding: 40px 0px 30px;
    display: flex;
    gap: 20px;
}

#main .top-container .banner-txt span.fast-easy {
    font-size: 20px;
    color: #1f4a83;
    font-weight: bold;
    font-style: italic;
}

#main .top-container .find-location-top {
    padding-top: 50px;
}

#main .lft-top-img {
    top: 20%;
    display: none;
}

#main .top-container .banner-txt {
    padding-right: 50px;
}

#main .rgt-top-img img {
    max-width: 92%;
}

/* home page css */

/* header css */
.page-header .fixed-links {
    left: 34%;
}

/* header css end */

/* locations page css */

.national-reach-section {
    margin-top: 250px;
    padding: 70px 0px;
    text-align: center;
}

.national-reach-section h2, .national-reach-section h1 {
    font-size: 32pt;
    line-height: 42pt;
    color: #1f4a83;
	max-width: 720px;
    margin: 0 auto 20px;
}

.national-reach-section h2 span {
    display: block;
}

.national-reach-section p {
    font-size: 16pt;
    line-height: 31pt;
    color: #000;
}


.choose-your-state-section {
    background: #f2f2f2;
    padding: 50px 0px;
    clear: both;
}

.choose-your-state-section h2.choose-your-heading {
    font-size: 26pt;
    line-height: 40pt;
    color: #1f4a83;
    text-align: center;
    margin-bottom: 25px;
	text-transform: math-auto;
}

.choose-your-location .location-slider {
    display: flex;
    align-items: center;
    justify-content: center;

}

.choose-your-location .location-slider .slidee {
    position: relative;
    line-height: 14px;
    cursor: pointer;
    color: #004a87;
    font-weight: 600;
}

.choose-your-location .location-slider .slidee.active {
    color: #47a1d9;
}
.all-location-left .slidee-locations.slidee.active {
    color: #47a1d9;
}


/* .choose-your-location ul li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #004a87;
} */


/* .choose-your-location ul li:last-child::before {
    display: none;
} */

.location-slider .slidee {
    position: relative;
    padding: 0px 16px;
    line-height: 14px;
}

.location-slider .slidee:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #004a87;
}

.location-slider .slidee:last-child::before {
    display: none;
}

.location-slider .slick-slide {
    position: relative;
    padding: 0px;
    line-height: 14px;
}

.location-slider .slick-slide:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #004a87;
}

.location-slider .slick-slide:last-child::before {
    display: none;
}

.choose-your-location .slick-prev,
.choose-your-location .slick-next {
    background: transparent;
    border-radius: 0;
    z-index: 10;
    font-size: 0px;
    position: relative;
    border: 0;
}

.choose-your-location .slick-prev:after,
.choose-your-location .slick-next:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #696666;
    border-right: 2px solid #696666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Left Arrow */
.choose-your-location .slick-prev:after {
    transform: translate(-50%, -50%) rotate(-135deg);
}



.apotheco-pharmacy-choice-boxs {
    padding: 100px 0px;
}

.apotheco-pharmacy-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px 200px;
}

.apotheco-pharmacy-choice-item {
    position: relative;
    padding-top: 10px;
}

.apotheco-pharmacy-choice-item:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 50px;
    height: 7px;
    background: #47a1d9;
}

.apotheco-pharmacy-choice-item h3 {
    font-size: 20pt;
    line-height: 30pt;
    color: #004a87;
}

.apotheco-pharmacy-choice-item .address-side p {
    font-size: 12pt;
    line-height: 14pt;
}

.apotheco-pharmacy-choice-boxs .apotheco-address-flex {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.apotheco-pharmacy-choice-item .apotheco-address-img {
    width: 23px;
}

.apotheco-pharmacy-choice-item .apotheco-address-img img {
    max-width: 80%;
}

.slick-arrow.slick-disabled {
    opacity: 0;
}

.choose-your-location {
    padding: 0 !important;
}

.all-location-left {
    width: 112px;
    float: left;
}

.choose-your-location-right {
    width: 90%;
    float: left;
}

.slidee-locations {
    position: relative;
    cursor: pointer;
    color: #004a87;
    font-weight: 600;
    line-height: 14px;
}
.powered-by{font-size:16px;color:#fff;}

footer .col-2 .ftr-logo{
	 margin-bottom: 65px;
}

/* added css - 6march */
 
footer .col-2 .copyright {  
    color: #ffffff;
    text-align: center;
}
.powered-by {
    text-align: center;
    width: 100%;
    display: block;
}
footer .col-2 .ftr-logo {
    text-align: center;
}
footer .col-8 .menu-items {
    padding-left: 40px;
    margin-bottom: 60px;
    min-height: 165px;
}
footer .col-8 .opt-list {
    padding-left: 40px;
}
.choose-your-location .location-slider .slidee {
    text-align: center;
}
.page-header .fixed-links {
    left: 50%;
    transform: translateX(-50%);
}
footer .col-2 .ftr-logo img {
    max-width: 160px;
}
.dark nav ul li.menu-item a:hover{
    text-decoration: underline;
}







/* locations page css end */









/* css for responsive */


@media(min-width:1900px) {
    #main .rgt-top-img img {
        max-width: 85%;
    }
}

@media(max-width:1750px) {
    .about-us-who-we-are-image {
        padding: 150px 150px 150px 25px;
    }
}

@media(max-width:1599px) {
    .slidee-locations {
        line-height: initial;
    }
}

@media(max-width:1570px) {
    .location-slider .slick-slide {
        padding: 0px;
    }
	/* added css 6 march */
 
    #main .top-container .banner-txt {
        padding-right: 20px;
    }
}

@media(max-width:1468px) {
    .location-slider .slick-slide {
        padding: 0px;
    }
	.apotheco-medicinals-promise-section {
		padding: 70px 80px;
	}
}

@media(max-width:1299px) {
    .apotheco-medicinals-grid {
        gap: 30px;
    }

    #main .top-container .banner-txt {
        padding-right: 0;
    }

    #main .rgt-top-img img {
        max-width: 100%;
    }

    .choose-your-location {
        padding: 0px 0px;
    }

    .location-slider .slick-slide {
        padding: 0px;
    }

    .choose-your-location-right {
        width: 88%;
    }
}


@media(max-width:1200px) {
    .page-header .fixed-links {
        max-width: max-content;
       
    }

    .all-location-left {
        width: 95px;
    }
}
/* added css 6 march */
 
@media (max-width: 1200px) {
    .page-header .fixed-links {
        left: 50% !important;
    }
}
 
@media(max-width:1130px) {
    footer .col-8 .menu-items {
        min-height: 140px;
    }
}
@media(max-width:1099px) {
		.apotheco-medicinals-grid {
       padding: 0;
   }
}
@media(max-width:1031px) {
    .choose-your-location-right {
        width: 84%;
    }

}

@media(max-width:999px) {
    .about-us-who-we-are-grid {
        grid-template-columns: 1fr;
    }

    .about-us-who-we-are-image {
        padding: 100px;
    }

    .about-us-who-we-are:after {
        border: 0px solid #ddd;
        width: 100%;
    }

    .about-us-who-we-are {
        padding: 50px 0px;
        margin: 20px 0px;
    }

    .national-reach-section {
        margin-top: 180px;
    }
}

@media(max-width:991px) {
    .apotheco-medicinals-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .our-approach-section-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 60px 0px;
    }


    .our-approach-item:nth-child(even) {
        border-right: 0;
    }

    .apotheco-pharmacy-choice-grid {
        gap: 50px;
    }
    footer .col-8 .menu-items {
        margin-bottom: 10px;
        min-height: auto;
    }

}


@media(max-width:767px) {
    .about-us-who-we-are-content {
        text-align: center;
    }

    .about-us-who-we-are-image {
        padding: 0px;
    }

    .about-us-who-we-are-content h2 {
        font-size: 26pt;
        line-height: 38pt;
    }

    .our-approach-section-grid {
        grid-template-columns: 1fr;
        gap: 0px;
        padding: 20px 0px;
    }

    .our-approach-item {
        border-right: 0px solid #4d81ab;
        border-bottom: 2px solid #4d81ab;
        padding: 20px 10px;
        text-align: center;
    }

    .our-approach-item img {
        margin: 0 auto 10px;
    }

    .our-approach-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .our-approach-section h2 {
        font-size: 26pt;
        line-height: 38pt;
    }

    .apotheco-medicinals-section h2 {
        font-size: 26pt;
        line-height: 34pt;
    }

    .apotheco-medicinals-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .apotheco-medicinals-promise-section a {
        padding: 2px 20px;
        font-size: 13pt;
        line-height: 30pt;
		margin-top:35px;
    }

    .apotheco-medicinals-section {
        padding: 50px 0px;
    }

    .about-us-who-we-are-content h5 {
        font-size: 14pt;
        line-height: 20pt;
    }

    .about-us-who-we-are-content p {
        font-size: 14pt;
        line-height: 20pt;
    }

    .our-approach-section p.our-approach-para {
        font-size: 14pt;
        line-height: 20pt;
    }

    .our-approach-item h5 {
        font-size: 14pt;
        line-height: 18pt;
    }

    .whether-a-prescription p {
        font-size: 14pt;
        line-height: 20pt;
    }

    .our-approach-item p {
        font-size: 14pt;
        line-height: 20pt;
    }

    .apotheco-medicinals-section p.apotheco-medicinal-para1 {
        font-size: 14pt;
        line-height: 20pt;
    }

    .apotheco-medicinals-section p.apotheco-medicinal-para2 {
        font-size: 14pt;
        line-height: 20pt;
    }

    .apotheco-medicinals-promise-section p {
        font-size: 14pt;
        line-height: 20pt;
    }

    #main .top-container .banner-txt .find-location-buttons a.prescribers-btn {
        padding: 10px 20px;
        border-radius: 50px;
    }

    #main .top-container .banner-txt .find-location-buttons a.findlocation-btn {
        padding: 10px 20px;
        border-radius: 50px;
    }

    .apotheco-medicinals-item p {
        font-size: 16pt;
        line-height: 24pt;
    }

    .apotheco-medicinals-item h5 {
        font-size: 20pt;
    }

    .our-approach-section {
        padding: 60px 0px;
    }

    .apotheco-medicinals-promise-section {
        padding: 50px 0px 0px;
    }

    .about-us-who-we-are {
        padding: 30px 0px;
    }

    .national-reach-section h2, .national-reach-section h1 {
        font-size: 26pt;
        line-height: 35pt;
		max-width: initial;
    }

    .national-reach-section h2 span {
        display: inline;
    }

    .national-reach-section {
        margin-top: 80px;
    }

    .apotheco-pharmacy-choice-grid {
        grid-template-columns: 1fr;
    }

    .apotheco-pharmacy-choice-item h3 {
        font-size: 16pt;
        line-height: 24pt;
    }

    .apotheco-pharmacy-choice-boxs {
        padding: 60px 0px;
    }

    .choose-your-state-section h2.choose-your-heading {
        font-size: 20pt;
        line-height: 25pt;
        margin-bottom: 20px;
    }

    .location-slider .slick-slide {
        padding: 0px;
    }

    .choose-your-location-right {
        width: 81%;
    }
	.apotheco-medicinals-item a {
		position: static;
	}
	.apotheco-medicinals-item {
		padding: 45px;
	}
	.our-approach-section .our-approach-para p {
		font-size: 17pt;
		line-height: 26pt;
	}
	/* added css 6 march */
	.approach-para p {
		font-size: 14pt;
		line-height: 21pt;
	}
	#main .top-container .banner-txt {
		margin-bottom: 95px;
	}
	footer .col-2 .ftr-logo img {
		max-width: initial;
	}
	.find-location-buttons {
		padding: 25px 0px 30px;
	}










}

@media only screen and (max-width: 580px) {
    .choose-your-location-right {
        width: 75%;
    }

    .slidee-locations {
        line-height: 22px;
    }
}



@media only screen and (max-width: 479px) {
    #main .top-container .banner-txt {
        padding-top: 45px;
    }

    .all-location-left {
        width: 84px;
    }

    .choose-your-location-right {
        width: 75%;
    }

    .location-slider .slidee {
        padding: 0px 15px;
    }

    .slidee-locations {
        line-height: 20px;
    }
	footer .col-2 .ftr-logo{
		margin-bottom:0px;
	}
	.powered-by { 
		width: 100%;
		text-align: center;
		display: block;
	}
	/* added css 6march */
    footer .col-2 .ftr-logo {
        margin-bottom: 20px;
    }
    footer .col-8 .menu-items {
         padding: 0px;
    }

}
@media(max-width:440px) {
	 .location-slider .slidee {
        padding: 0px 10px;
    }
}
@media(max-width:415px) {
    .apotheco-medicinals-promise-section a {
        font-size: 11pt;
        line-height: 30pt;
    }
	 .location-slider .slidee {
        padding: 0px 10px;
    }
}