.blog-hero {
	box-shadow:rgba(0, 0, 0, 0.2) 0 10px 10px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 10px 10px;
}
.dp-blog-header {
	text-align:center;
	padding:10px 0 40px;
	border-bottom: 1px solid #979797;
	margin-bottom: 50px;
}

.dp-blog-header h1{
	font-size:40px;
	font-weight:bold;
	color:#0060ae
}

div.blog.archive {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
}
div.blog.archive .entry-title{
	font-size:40px;
	font-weight:bold;
	color:#0060ae;
	line-height:1.1;

}
div.blog.archive .entry-meta{
	font-size:14px;
	color:#6b6d86;
	font-weight:500;
	letter-spacing:0;
}
div.blog.archive .entry-meta a{
	color:#6b6d86;
}

div.blog.archive .entry-title a{
	color:#0060ae;
	text-decoration:none;
}

div.blog.archive .post-categories,
.dp-related-post-entries .post-categories{
	font-size:14px;
	color:#f26e21;
	font-weight:500;
	margin-bottom:10px;
	letter-spacing: 0;
}
.dp-related-post-entries .post-categories{
	font-size:16px;
}
div.blog.archive .dp-post-thumbnail,
.dp-related-post-entries .dp-post-thumbnail{
	margin-bottom:15px;
}

.dp-blog-first-post{
	padding-bottom:60px;
	margin-bottom:60px;
	border-bottom:1px solid #dddfeb;
}
.dp-blog-first-post .entry-meta{
	margin-bottom:20px;
}

div.blog.archive .dp-post-entry .cell{
	width:100%
}

div.blog.archive .dp-post-thumb-list .dp-post-entry{
	padding:15px;
}
div.blog.archive .dp-post-thumb-list .dp-post-entry .dp-post-thumbnail,
.dp-related-post-entries .dp-post-thumbnail{
	margin:-15px -15px 0;
}
.dp-related-post-entries .dp-post-thumbnail{
	margin-bottom: 15px;
}
div.blog.archive .dp-post-thumb-list .dp-post-entry .dp-post-thumbnail a,
.dp-related-post-entries .dp-post-thumbnail a{
	display:block;
	overflow:hidden;
	padding-top:70%;
	position:relative;
}
div.blog.archive .dp-post-thumb-list .dp-post-entry .dp-post-thumbnail a img,
.dp-related-post-entries .dp-post-thumbnail a img{
	position:absolute;
	left:50%;
	top:50%;
	-ms-transform:translate(-50%, -50%);
	    transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

div.blog.archive .dp-post-thumb-list .dp-post-entry .dp-post-entry-in,
.dp-related-post-entries .dp-post-entry-in{    
	border:1px solid #c5c7d5;
	padding:15px;
}

div.blog.archive .dp-post-thumb-list .dp-post-entry,
.dp-related-post-entries .dp-post-entry {
	width:33.33%;
}

div.blog.archive > .grid-x > .cell,
.dp-related-post-entries{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
div.blog.archive .navigation {
	width:100%;
	padding-top:30px;
}

div.blog.archive .dp-post-thumb-list .dp-post-entry .entry-title,
.dp-related-post-entries .entry-title{
	font-size:18px;
	min-height:100px;
}

div.blog.archive .entry-content{
	font-size:14px;
	font-weight:400;
	letter-spacing: 0;
}
div.blog.archive .dp-post-thumb-list .dp-post-entry .entry-content,
.dp-related-post-entries .entry-content{
	display:none;
}

.blog.archive .pagination .nav-links .page-numbers{
	border:2px solid #e9eef2;
	border-radius:0;
	font-size:14px;
	color:#0060ae;
	padding:10px 15px;
	font-weight:bold;
}

.blog.archive .pagination .nav-links .page-numbers.current,
.blog.archive .pagination .nav-links .page-numbers:not(.current):hover{
	background:#e9eef2;
	color:#f26e21;
	text-decoration:none;
}

.dp-post-thumb-list {
	margin: 0 -15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

@media (max-width:991px){
	div.blog.archive .dp-post-thumb-list .dp-post-entry,
	.dp-related-post-entries .dp-post-entry{
		width:50%;
	}
}

@media (max-width:767px){
	div.blog.archive .entry-title{
		font-size:30px;
		margin-bottom:10px;
	}
	.dp-blog-first-post{
		padding-bottom:30px;
		margin-bottom:15px;
	}
	.dp-bs-discount-block h2{
		font-size:30px;
	}
}

@media (max-width:600px){
	div.blog.archive .dp-post-thumb-list .dp-post-entry,
	.dp-related-post-entries .dp-post-entry{
		width:100%;
		margin-bottom:20px;
	}
}

.blog .sidebar{
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.blog .sidebar .widget {
	width:100%;
	padding:30px;
	border:1px solid #c5c7d5;
	margin-bottom: 30px
}

.blog .sidebar .widget a{
	display:block;
}

.blog .sidebar .widget a img{
	width:100%;
	height:auto;
}

.blog .sidebar p{
	margin:0;
}

.blog.archive .grid-x {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}

.blog .sidebar .widget.dp-sidebar-adv{
	padding:0;
}

.blog .sidebar .widget .widget-title,
.blog .sidebar .widget .widgettitle{
	font-size:20px;
	font-weight:bold;
	color:#0060ae;
	margin-bottom: 20px;
}
.dp-popular-posts ul {
	margin:0 !important;
	list-style-type:none;
}
.dp-popular-posts ul .cat-post-thumbnail{
	margin:0 0 20px !important;
}
.dp-popular-posts ul .cat-post-title{
	display:block;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0;
	color:#0060ae;
}

.tagcloud a{
	display:inline-block !important;
	color:#6b6d86;
	font-weight:500;
	font-size:14px !important;
	background:#e9eef2;
	padding:4px 12px;
	border-radius:50px;
	margin-bottom:10px;
	margin-right:5px;
	text-decoration: none;
	-webkit-transition:color 0.3s, background 0.3s;
	-o-transition:color 0.3s, background 0.3s;
	transition:color 0.3s, background 0.3s;
}

.tagcloud a:hover{
	background: #fe5000;
	color:#fff;
	text-decoration: none;
}

.category-posts-internal .cat-post-item{
	border:none !important;
	padding:0 0 15px !important;    
}

.category-posts-internal .cat-post-item + .cat-post-item{
	border-top:1px solid #dddfeb !important;
	padding-top:20px !important;
}

.category-posts-internal  .cat-post-thumbnail{
	float:none !important;
	display: block;
}
.single-post .dp-blog-header {
	text-align:left;
}

.single-post .dp-blog-header .post-categories{
	font-size:16px;
	font-weight:bold;
	letter-spacing:0;    
	color:#fe5000;
	margin-bottom:10px;
}

.single-post .dp-blog-header .post-categories a,
.dp-related-post-entries .post-categories a{
	color:#fe5000;
}

.single-post .dp-blog-header .entry-meta,
.dp-related-post-entries .entry-meta{
	color:#8d8d8d;
	font-size:14px;
	letter-spacing:0;
	font-weight:500;
}

.single-post .dp-blog-header .entry-meta a,
.dp-related-post-entries .entry-meta a{
	color:#8d8d8d;

}

.single-post .entry-header,
.single-post .addthis-wrapper{
	display:none;
}

.blog.single .small-12.medium-8.cell{
	width:100%;
}

.blog.single .sidebar {
	display:none;
}

.single-post .entry-content{
	max-width:820px;
	margin:0 auto;
	font-size:20px;
	color:#757575;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-weight:500;
	letter-spacing:0;
	line-height: 1.6;
}

.dp-tags-list{
	margin:0 !important;
	padding:0 !important;
	list-style-type:none;
}

.dp-tags-list li{
	list-style-type:none;
	display:inline-block;
	margin:0 10px 5px 0 !important;
}
.dp-tags-list li:first-child{
	margin-left:0;
}

.dp-tags-list li a{
	display:inline-block;
	font-size:14px;
	letter-spacing:0;
	font-family:'Roboto', Arial, Helvetica;
	padding:3px 12px;
	background: #e9eef2;    
	border-radius: 15px;
	font-weight:500;
	color:#6b6d86;
	-webkit-transition:color 0.2s ease-in-out, background 0.2s ease-in-out;
	-o-transition:color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition:color 0.2s ease-in-out, background 0.2s ease-in-out;
	text-decoration:none;
}

.dp-tags-list li a:hover,
.dp-tags-list li a:focus{
	background:#ed8336;
	color:#fff;
	text-decoration:none;
}
.dp-post-tags li > span{
	font-size:20px;
	font-weight:bold;
	color:#6b6d86;
	margin-right:20px;
}

.single-post .entry-content .dp-post-tags{
	margin:100px 0 50px !important;
	clear: both
}

.single-post .entry-content .wp-caption{
	margin:50px 0;
	width:100%;
	height:auto;
	max-width:100%;
}

.single-post .entry-content .wp-caption img{
	width:100%;
	height:auto;
}
.single-post .entry-content .wp-caption .wp-caption-text{
	font-size:14px;
	color:#c5c7d5;
	padding:20px 0 0;
	font-weight:normal;
}

.single-post .entry-content blockquote{
	font-size:40px;    
	padding:0 0 0 25px;
	border-left:4px solid #dddfeb;    
	font-style:italic;
	font-weight:normal;
	margin:40px 0 40px 100px;
	position:relative;
}

.single-post .entry-content blockquote p{
	line-height:1.1;
}

.single-post .entry-content blockquote:before{
	content:'';
	display:block;
	position:absolute;
	background:url('/wp-content/themes/foreyes-mainsite/images/quote.svg') no-repeat center center;
	width:77px;
	height:77px;
	background-size:100% 100%;
	left:-107px;
}
@media (min-width:768px){
	.single-post .dp-blog-header .blog-hero{
		display:none;
	}
}
@media (max-width:767px){
	.single-post .entry-content blockquote{
		border:none;
		padding:30px 0 0;
		margin:120px 0 30px;
	}

	.single-post .entry-content blockquote:after{
		content:'';
		display:block;
		position:absolute;
		left:0;
		top:0;
		width:150px;
		border-top:4px solid #dcdfeb;
	}

	.single-post .entry-content blockquote:before{
		left:0;
		top:-85px;
	}
	.single-post .site-main > .blog-hero{
		display:none;
	}
	.single-post .dp-blog-header{
		padding-top:50px;
		border:none;
		padding-bottom:0;
	}
	.single-post .dp-blog-header h1{
		font-size:30px;
		font-weight:normal;
	}
	.single-post .dp-blog-header .blog-hero{
		margin-top:50px;    
		height:400px;
	}
	.single-post .entry-content .wp-caption{
		margin:30px 0 10px;
	}
}
.single-post .entry-content .wp-caption.alignright{
    float:right;
    margin: 0 0 30px 30px;
}

.single-post .entry-content h2{
    font-size:26px;
    font-weight:bold;
    margin:0 0 20px;
    position:relative;
    clear:both;
}

.single-post .entry-content h2 strong{
    position:absolute;
    right:100%;
    padding-right:15px;
    color:#0060ae;
    font-weight:normal;
}

.single-post .entry-content * + h2{
    margin-top:60px;
}

.single-post .entry-content h2 + p{
    margin-top:0;
}
.single-post .entry-content p{
    margin-top:0;
}
.sidebar .fe_newsleter h3.gform_title {
    font-size: 14px;
}

.sidebar .fe_newsleter input#gform_submit_button_7 {
    background: #fe5000;
    border: 0;
    border-radius: 0;
    display: inline-block;
    min-width: 73px;
    height: 36px;
    padding: 0;
    font-size: 37px;
    line-height: 0;
}
.sidebar .fe_newsleter .blog .sidebar ul {
    margin: 0;
}

.sidebar .fe_newsleter li#field_7_1 {
    list-style-type: none;
}

.sidebar .fe_newsleter input#input_7_1 {
    background: #f7f7f7;
}

.sidebar .fe_newsleter .gform_body {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 70px;
}


.sidebar .fe_newsleter .gform_footer.top_label {
    display: inline-block;
    margin-top: 20px;
}
.sidebar .fe_newsleter span.gform_description {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	margin-bottom: 25px;}

@media (max-width:767px){
	.single-post .entry-content h2{
		text-align:center;
	}

	.single-post .entry-content h2 strong{
		position:static;
		padding:0 0 10px;
		display:block;
		font-weight:bold;
	}
}

.fe_newsleter  ul{
    margin:0 !important;
}
.sidebar .fe_newsleter input#input_7_1{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width:100%;
}
.sidebar .fe_newsleter input#gform_submit_button_7{
    position: absolute;
    right: 0;
    top: -55px;
    line-height: 33px;
    margin: 0;
    color: #fff;
    font-size: 30px;
    padding-bottom: 2px;
}
.sidebar .fe_newsleter .gform_body{
    position:relative;
}
.sidebar .fe_newsleter .gform_footer{
    position:relative;
    width:100%
}

.fixed-button,
.fixed-button:hover,
.fixed-button:active,
.fixed-button:focus{
    color:#fff !important;
}

.blog-hero.dp-blog-hero-vieo {
    background:#fff !important;
    -webkit-box-shadow:none;
            box-shadow:none;
    margin-bottom:0;  
    display:block;  
    max-width:847px;
    margin:0 auto 30px;
    height:auto;
    padding-top:30px;
}

.dp-header-video{
    position:relative;
    padding-top:56.2%;
}

.dp-header-video iframe{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%
}

.single-post .dp-blog-header .blog-hero.dp-header-video{
    height:auto;
}

.single-post .dp-blog-header{
    position: relative;
}
.single-post .dp-blog-header .addthis-wrapper{
    display:block;
    position:absolute;
    right:0;
    bottom:0;
}
.single-post .dp-blog-header .grid-container{
    position:relative;
}
.single-post .dp-blog-header .at-resp-share-element .at-share-btn{
    display:block;
}

.dp-share-toggle{
    color:#c5c7d5;
    font-size:30px;
    text-decoration:none;
    padding:8px 10px;
    border-radius:5px;    
    -o-transition:none;    
    transition:none;
    -webkit-transition:none;
}
.dp-share-toggle:hover{
    color:#fe5000;
}

.dp-share-toggle:after {
    content:'Share';
    font-size:20px;
    margin-left:15px;
    vertical-align:middle;
}
.dp-active .dp-share-toggle,
.dp-active .dp-share-toggle:hover,
.dp-active .dp-share-toggle:active{
    background:#fe5000;
    color:#fff;
}


.addthis_inline_share_toolbox{
    position:absolute;
    right:-20px;
    top:100%;
    width:200px;
    padding:20px;
    background:#fff;
    -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 10px 20px;
            box-shadow:rgba(0, 0, 0, 0.2) 0 10px 20px;
    border-radius:10px;
    border:2px solid #fe5000;    
    display:none;
}
.dp-active .addthis_inline_share_toolbox{
    display:block;
}

.addthis_inline_share_toolbox:before{
    content:'';
    display:block;
    position:absolute;
    right:35px;
    top:-10px;
    border:10px solid rgba(255, 255, 255, 0);
    border-top:none;
    border-bottom-color:#fe5000;

}
.dp-related-posts-sec {
    border-top:1px solid #979797;
    padding-top:50px;
    padding-bottom:40px;
}

.dp-related-posts-sec h3{
    color:#0060ae;
    font-weight:bold;
    font-size:40px;
}

.dp-related-post-entries{
    margin:0 -15px;
}
.dp-related-post-entries .dp-post-entry{
    padding:15px;
    width:25%;
}

.dp-related-posts {font-family: 'Roboto', Arial, Helvetica;}

#was-this-helpful{
    background:none;
    border:2px solid #c5c7d5;
    margin:0 0 50px;
}

#wthf-title{
    color:#757575
}

@media (max-width:991px){
    .dp-related-post-entries .dp-post-entry{
        width:50%;
    }
}

@media (max-width:767px){
	#was-this-helpful{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}	
}

@media (max-width:500px){
    .dp-related-post-entries .dp-post-entry{
        width:100%;
    }
    #wthf-title{
		padding:0 0 20px;
	}
}


.dp-footer-form {
    background:#f5f8fa;
    font-family:'Roboto', Arial, Helvetica, sans-serif;
    padding-top:35px;
    padding-bottom:35px;
}

.dp-footer-form h3{
    font-size:17px;
    color:#0060ae;
    font-weight:bold;
    width:30%;
    padding-right:20px;
    margin:0;
}

.dp-footer-form .container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
}

.dp-footer-form .container > p{
    width:40%;
    font-size:12px;
    font-weight:500;
    letter-spacing:0;
    margin:0;
    padding-right:10px;
}

.dp-footer-form .gform_wrapper{
    width:30%;
    padding-left:10px;
}

.dp-footer-form .gform_wrapper ul{
    margin:0;
    list-style-type:none;
    padding:0;
}

.dp-footer-form .gform_wrapper ul [type="text"]{
    width:100%;
    font-size:14px;
    color:#6b6d86;
    font-weight:500;
    height:40px;
    padding-left:20px;
}

.dp-footer-form .gform_wrapper .gform_footer {
    position:relative;
}

.dp-footer-form .gform_wrapper .gform_footer  [type="submit"]{
    position:absolute;
    right:0;
    top:-40px;
    width:70px !important;
    min-width:0;
    border-radius:0;
    padding:0 10px 0;
    height:40px;
    line-height:30px;
    font-size:30px;
    border:none;
    background:#fe5000;
    outline:none !important;
    color:#fff !important;
}

.dp-footer-form .gform_wrapper ul .gfield_label{
	display:none;
}

@media (max-width:767px){
	.dp-footer-form h3{
		padding:0;
		width:100%
	}
	.dp-footer-form .container > p{
		width:100%;
		padding:10px 0 0;
	}
	.dp-footer-form .gform_wrapper{
		width:100%;
		padding:20px 0 0;
	}
}

.sidebar .fe_newsleter .gfield_label{
    display:none;
}

.dp-related-posts {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.dp-related-posts > h3{
    width:50%;
}

.dp-related-posts .dp-select-topics{
    width:50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
}
.dp-select-topics h4{
    font-size:20px;
    color:#757575;
    font-weight:500;
    margin:0;
}

.dp-topic-dropdown{
    position:relative;
    margin-left:15px;

}
.dp-topic-dropdown .dp-topic-dropdown-trigger{
    outline:none;
    border:1px solid #c5c7d5;
    font-size:16px;
    color:#c5c7d5;
    padding:10px 50px 10px 20px;
    display:block;
    position:relative;    
}

.dp-topic-dropdown .dp-topic-dropdown-trigger:before{    
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position:absolute;
    right:0;
    font-weight:900;
    font-size:25px;
    color:#6b6d86;
    display:inline-block;
    top:50%;
    -webkit-transform:translate(0, -50%);
        -ms-transform:translate(0, -50%);
            transform:translate(0, -50%);
    width:40px;
    text-align:center;
    border-left:1px solid #dddfeb;
}

.dp-topic-dropdown-list{
    margin:0;
    padding:0;
    list-style-type:none;
    position:absolute;
    top:100%;
    margin-top:-1px;
    left:0;
    right:0;
    width:100%;
    background:#fff;
    z-index:999;
    -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 10px 15px;
            box-shadow:rgba(0, 0, 0, 0.3) 0 10px 15px;
    border:1px solid #c5c7d5;
    display:none;
}

.dp-topic-dropdown-list li a{
   display:block;
   outline:none;
   color:#757575;
   display:block;
   padding:7px 15px; 
   font-size:15px;
   font-weight:500;
   letter-spacing:0;
   -webkit-transition:background 0.3s linear, color 0.3s linear;
   -o-transition:background 0.3s linear, color 0.3s linear;
   transition:background 0.3s linear, color 0.3s linear;
}
.dp-topic-dropdown-list li a:hover,
.dp-topic-dropdown-list li a:focus,
.dp-topic-dropdown-list li a:active{
	background: #fe5000;
	color:#fff;
	outline: none;
	text-decoration: none;
}

.dp-topic-dropdown-list li + li{
    border-top:1px solid #dddfeb;
}

.dp-topic-dropdown.dp-active .dp-topic-dropdown-list{
    display:block;
}

@media (max-width:767px){
	.dp-related-posts .dp-select-topics{
		width:100%;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
		margin-bottom:20px;
	}

	.dp-related-posts .dp-select-topics h4{
		margin-bottom:10px;
	}
	.dp-related-posts > h3{
		width:100%;
		text-align:center;
	}
}

@media (min-width:768px){
    #primary .dp-blog-header .grid-container{
        max-width:890px;
    }

    #primary .dp-blog-header .heading{
        padding-right: 95px;
    }
}

@media (max-width:767px){
    .single-post .dp-blog-header .addthis-wrapper{
        display:none;
    }
    .single-post .dp-blog-header .blog-hero.dp-blog-hero-vieo{
    	margin-top:0;
    }
}

/* Special Offer Page start*/


.dp-offer-header {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    background: #0060AE;
    color:#fff;
    font-size:22px;    
}
.dp-offer-left{
    width:50%;
    text-align:center;
    padding:30px;
}
.dp-offer-right{
    width:50%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;

}

.dp-offer-left p{
    font-weight:bold;
    letter-spacing:0;
    margin:5px 0 30px;
}

.dp-btn.button{
    background: #F26E21;
    border-radius:0;
    padding-left:20px;
    padding-right:20px;
}
.dp-btn.button:hover{
    background:#005abb
}

.dp-btn.dp-btn-outline-hover {
    border:3px solid #f26e21
}

.dp-btn.dp-btn-outline-hover:hover{
    background:rgba(242, 110, 33, 0)
}

.dp-offer-content {
    padding-top:40px;
    padding-bottom:40px;
    font-family: "Roboto",sans-serif;
        background-color: #f3f3f3;
}
.dp-special-offer-cols{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin:0 -15px;
}

.dp-special-offer-cols > div{
    padding-left:15px;
    padding-right:15px;
}

.dp-special-offer-cols .dp-sp-offer-col-1{
    width:25%;
}

.dp-special-offer-cols .dp-sp-offer-col-2{
    width:50%;
}

.dp-special-offer-cols .dp-sp-offer-col-3{
    width:25%;
    text-align:center;
}

.dp-offer-content h3{
    
    font-family: "Roboto",sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgb(0,96,174);        
}

.dp-offer-content p{
    font-size:15px;
    font-weight:400;
    line-height:1.3;
    letter-spacing:0;
}

.dp-offer-content h5{
    color: rgb(0,96,174);        
    font-size:14px;
    margin-bottom:25px;
    font-weight:bold;
}
.dp-btn.button {
    position:relative;
    padding-right:70px;
}
.dp-btn.button i{
    font-size:30px;
    font-style:normal;
    position:absolute;
    right:15px;
    top:50%;
    -webkit-transform:translate(0, -50%);
        -ms-transform:translate(0, -50%);
            transform:translate(0, -50%);
}
.dp-sp-offer-col-2 p:empty{
	display:none;
}
@media (max-width:991px){
    .dp-special-offer-cols .dp-sp-offer-col-1{
        width:100%;
        padding-bottom:30px;
    }

    .dp-special-offer-cols .dp-sp-offer-col-2{
        width:60%;
    }

    .dp-special-offer-cols .dp-sp-offer-col-3{
        width:40%;
    }
}

@media (max-width:767px){
    .dp-offer-left{
        width:100%
    }
    .dp-offer-right{
        width:100%;
        padding-bottom:50%
    }
    .dp-special-offer-cols{
        text-align:center;
    }
    .dp-special-offer-cols .dp-sp-offer-col-1{
        padding-bottom:0;
    }
    .dp-special-offer-cols .dp-sp-offer-col-2{
        width:100%;
    }

    .dp-special-offer-cols .dp-sp-offer-col-3{
        width:100%;
    }
    .dp-offer-content h3{
        font-size:30px;
        line-height:1;
    }
}

/* Special Offer Page End*/

/*=====================================
=            Business Page            =
=====================================*/

.dp-bs-slider{
	margin:0 !important;
	height:700px;
	outline:none;
}

.dp-bs-slider:not(.slick-initialized) > div{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    opacity:0;

}

.dp-bs-slider:not(.slick-initialized) {
    background:#005abb;
    min-height:700px;
}

.dp-bs-slider:not(.slick-initialized):before{
    content:'Loading...';
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    color:#fff;
    font-size:20px;    
    display:inline-block;
}
.dp-bs-slider .dp-bs-slide{
	height:auto;
}
.dp-bs-slider .slick-track,
.dp-bs-slider .slick-list,
.dp-bs-slider .dp-bs-slide-in{
	height:100%;
	min-height:100%;
	outline:none;
	text-align:center;
}

.dp-bs-slider .slick-track{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

.dp-bs-slider .dp-bs-slide-in{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding:30px;
}

.dp-bs-slider img{
	margin:0 auto;
}
.dp-bs-slider .slick-dots{
	top:auto;
	bottom:30px;
}
.dp-bs-slider .slick-dots li button:before{
	display:none;
}

.dp-bs-slider .slick-dots li button{
	width:12px;
	height:12px;
	border:2px solid;
	background:rgba(255, 255, 255, 0);
}

.dp-bs-slider .slick-dots li.slick-active button{
	background:rgba(255, 255, 255, 0.8)
}
.dp-bs-common-sec {
	padding-top:50px;
	padding-bottom:50px;
}
.dp-row{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	margin:0 -15px;
}
.dp-one-half{
	width:50%;
	padding-left:15px;
	padding-right:15px;
}
.dp-one-third{
	width:33.33%;
	padding-left:15px;
	padding-right:15px;
}

@media (max-width:767px){
	.dp-one-half,
	.dp-one-third{
		width:100%;
	}
	.dp-bs-slider:not(.slick-initialized) {
	    background:#005abb;
	    min-height:380px;
	}
}

.dp-bs-common-sec h3{
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;    
	text-align: left;
	text-transform: none;
	color: rgba(0,0,0,1);
	margin-bottom:50px;
}

.dp-bs-common-sec{
	letter-spacing:0;
	font-size:18px;

}


.dp-bs-common-sec div >ul:not(.gform_fields) {
    margin:0;
    padding:0;
    list-style-type:none
}

.dp-bs-common-sec div >ul:not(.gform_fields) > li{
    list-style-type:none;
    position:relative;
    line-height:1.2;
    padding-left:60px;
}

.dp-bs-common-sec div > ul:not(.gform_fields) > li:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translate(0, -50%);
        -ms-transform:translate(0, -50%);
            transform:translate(0, -50%);
    width:34px;
    height:8px;
    background:url('/wp-content/themes/foreyes-mainsite/images/bullet.svg') no-repeat center center;
    background-size:contain;
}

.dp-bs-common-sec div > ul:not(.gform_fields) > li + li{
    margin-top:20px;
}
.dp-bs-col-txt .container{
    position:relative
}
.dp-bs-col-txt + .dp-bs-col-txt .container:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:-50px;
    border-top:1px solid #eee;
}
.dp-bs-col-txt.dp-bs-col-txt-invert .container > .dp-row > .dp-one-half:first-child{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
}
.dp-btn.button.dp-btn-arrow-none{
	padding-left:20px;
	padding-right:20px;
}
.dp-img-desc-btn {
    text-align:center;
    padding:20px 0;
}

.dp-cta-sec{
    text-align:center;
}
.dp-cta-sec h3{
    text-align:center;
    margin:0;
    font-weight:normal;
    font-size:30px;
    line-height:1.5
}

* + .dp-cta-sec{    
    position:relative;
}

* + .dp-cta-sec .container:before,
.dp-cta-sec .container:after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:-50px;
    border-top:1px solid #eee;
}

.dp-cta-sec .container:after{
    top:auto;
    bottom:-50px;
}

.dp-btn.dp-btn-1{
    text-transform:uppercase;
    font-size:16px;
    letter-spacing:1px;
    background:#FE5000;
    line-height:1;
    padding:14px 20px;
    color:#fff !important;
}

.dp-bs-common-sec.dp-bg_img_txt {
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    min-height: 50vh;
}

.dp-bs-common-sec.dp-bg_img_txt .container{
    max-width:1150px;
    margin:0;
}

.dp-bg_img_txt{
    color:#fff;
}

.dp-bg_img_txt h2,
.dp-bg_img_txt h3,
.dp-bg_img_txt h4,
.dp-bg_img_txt h5{
    color:#fff;    
}

.dp-bg_img_txt h4{
    font-size:30px;
    font-weight:normal;
}

.dp-bs-col-txt h4{
   font-size: 30px;
}

.dp-bs-col-txt h4 + *{
    margin-top:30px;
}
.dp-bs-slide[style*="background-color"]{
    color:#fff;
    font-size:25px;
}

.dp-bs-slide[style*="background-color"] h4{
    font-size:40px;
    max-width:900px;
    margin:0 auto 20px;
    line-height:1.2
}



.dp-bs-slide[style*="background-color"] p{
	line-height: 1.3
}
.dp-bs-slide[style*="background-color"] p small{
    font-size:10px;
}

.dp-bs-accordion > .container > h3{
    font-size: 40px;
    color:#000;
}

.dp-bs-accordion > .container > h3 a{
    color:#000;
    display:block;
    padding:30px 30px 30px 50px;
}

.dp-bs-accordion > .container > h3 a small{
    color:#fe5000;
    font-size:20px;
    vertical-align:middle;
    padding-left:30px;
}

.dp-bs-accordion > .container > h3 a:hover{
    color:#999
}
.dp-bs-accordion > .container > h3 a{
    position:relative;
}

.dp-bs-accordion > .container > h3 a > i{
    position:absolute;
    left:10px;
    top:50%;
    -webkit-transform:translate(0, -50%) rotate(-90deg);
        -ms-transform:translate(0, -50%) rotate(-90deg);
            transform:translate(0, -50%) rotate(-90deg);
    font-size:80%;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.dp-bs-accordion-in{
    display:none;
}
.dp-bs-slide-inner {
    opacity:0;
    -webkit-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out;
    -webkit-transition-delay:0s;
         -o-transition-delay:0s;
            transition-delay:0s;
    color:#fff;
    max-width: 900px;
}
.dp-bs-slide-inner h4{
	font-size:37px;

}
@media (max-width:767px){
	.dp-bs-slide-inner h4{
		font-size:18px;
	}
	.dp-bs-common-sec.dp-bg_img_txt,
	.dp-bs-common-sec.dp-bg_img_txt h3,
	.dp-bs-common-sec.dp-bg_img_txt h4,
	.dp-bs-common-sec.dp-bg_img_txt h2{
		text-align: center;
	}	
}
.slick-active .dp-bs-slide-inner {
    opacity:1;
    -webkit-transition-delay:1s;
         -o-transition-delay:1s;
            transition-delay:1s;
}
.dp-bs-accordion > .container > h3 a.dp-active > i{
    -webkit-transform: translate(0, -50%) rotate(0deg);
        -ms-transform: translate(0, -50%) rotate(0deg);
            transform: translate(0, -50%) rotate(0deg);
}

.dp-bs-accordion + * > .container {
    position:relative;
}

.dp-bs-accordion + * > .container:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    border-top:1px solid #eee;
}

.dp-bs-accordion + *:not(.dp-bs-accordion) > .container:before{
	top:-50px;
}
.dp-bs-col-txt input[type="text"], 
.dp-bs-col-txt input[type="tel"], 
.dp-bs-col-txt input[type="email"], 
.dp-bs-col-txt input[type="search"], 
.dp-bs-col-txt input[type="password"], 
.dp-bs-col-txt textarea{
    height:40px;
    border:1px solid #ddd;
    font-size:14px;
    -webkit-appearance:inherit;
    width:100%
}
.dp-bs-col-txt .gform_fields {
    margin:0;
    padding:0;
    list-style-type:none;
}
.dp-bs-col-txt .gform_fields > li:not(#field_8_6) .gfield_label{
    display:none;
}

.dp-bs-col-txt .gform_fields > li + li{
    margin-top:20px;
}

.dp-bs-col-txt .gform_fields > li .gfield_label{
    font-size:15px;
    font-weight:normal;
    color:#999;
}
.dp-bs-col-txt .ginput_container_multiselect .jcf-list-box{
    margin:0;
    width:100%
}
.dp-bs-col-txt .gfield_description{
    font-size:12px;
    color:#999
}

.dp-bs-col-txt .gfield_description.validation_message{
	color:red;
}

.dp-bs-col-txt button, 
.dp-bs-col-txt input[type="button"], 
.dp-bs-col-txt input[type="reset"], 
.dp-bs-col-txt input[type="file"], 
.dp-bs-col-txt input[type="submit"]{
    background:#F26E21;
    border-radius:0;
    border:none;
    padding:12px 15px;
    width: calc(50% - 20px);
    min-width: 0;
}

.dp-bs-col-txt button:hover, 
.dp-bs-col-txt input[type="button"]:hover, 
.dp-bs-col-txt input[type="reset"]:hover, 
.dp-bs-col-txt input[type="file"]:hover, 
.dp-bs-col-txt input[type="submit"]:hover{
    color:#fff;
}

.dp-business-form .gform_fields {
    position:relative;
    padding-right:calc(50% + 20px)
}

.dp-business-form .gform_fields #field_8_6{
    position:absolute;
    right:0;
    width:calc(50% - 20px);
    top:0;
    margin-top:0;
}

.dp-business-form .gform_hidden + br{
    display:none;
}

.dp-business-form .validation_error {
    color:red;
    padding:10px 0;
    text-align:center;
}

.dp-bs-faq-sec .dp-bs-accordion-in{
    background:#FF9900;
    color:#fff;
    padding:60px;
}
.dp-bs-faq-sec .dp-bs-collapse-wrap{
    padding-top:20px;
    padding-bottom:20px;
    font-size:23px;
}
.dp-bs-faq-sec .dp-bs-collapse-wrap a{
    color:#fff;
}
.dp-bs-faq-sec .dp-bs-collapse-wrap .dp-bs-collapse-cnt a{
	color:#fe5000;
}
.dp-bs-faq-sec .dp-bs-collapse-wrap .dp-bs-collapse-cnt a:hover,
.dp-bs-faq-sec .dp-bs-collapse-wrap .dp-bs-collapse-cnt a:active{
	color: #d80f0f;
}
.dp-bs-faq-sec .dp-bs-collapse-wrap h3{
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 0;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: rgb(255,255,255);
    background-color: transparent;
}

.dp-bs-faq-sec .dp-bs-collapse-wrap + .dp-bs-collapse-wrap{
    border-top:1px solid #2448C8;
}

@media (min-width:768px){
	.dp-bs-faq-sec .dp-row .dp-one-half:first-child{
		width:40%
	}
	.dp-bs-faq-sec .dp-row .dp-one-half:last-child{
		width:60%
	}
}
.dp-bs-collapse-trigger a{
    padding:20px 20px 20px 70px;
    display:block;
    position:relative
}

.dp-bs-collapse-trigger a:before{
    content:'';
    display:block;
    position:absolute;
    width:42px;
    height:12px;
    left:0;
    top:50%;
    -webkit-transform:translate(0, -50%);
        -ms-transform:translate(0, -50%);
            transform:translate(0, -50%);
    background:url('/wp-content/themes/foreyes-mainsite/images/orange-dash.svg') no-repeat center center;
    background-size:contain;
}
.dp-bs-collapse-cnt{
    display:none;
}

.dp-bs-collapse-trigger a:hover{
	color:rgba(255, 255, 255, 0.5);
}

.dp-bs-slider-wrap {
    position:relative;
    overflow: hidden;
}

.dp-bs-slider-icon{
    position:absolute;
    right:7%;
    bottom:-23%;
    max-width:25vw;
}

@media (max-width:1200px){
    .dp-bs-slider-icon{                
        right:-10%;
    }
}

@media (max-width:767px){
	.dp-bs-slider{
		height:350px;
	}
	.dp-bs-accordion .dp-bs-slider{
	    height:auto;
	}
	.dp-bs-slider .dp-bs-slide-img{
		max-width:100%;
		margin:0 auto;
	}
	.dp-bs-slider .dp-bs-slide-inner{
		padding-top:100px;
		padding-bottom:100px;
	}
	.dp-bs-common-sec h3{
		font-size:30px;
	}
	.dp-bs-accordion > .container > h3{
		font-size:25px;
	}
	.dp-bs-accordion > .container > h3 a small{
		font-size:70%;
	}
	.dp-bs-slider-icon{                
        display:none;
    }
    .dp-bs-faq-sec .dp-bs-accordion-in{
    	padding:60px 20px;
    }
    .dp-bs-faq-sec .dp-bs-collapse-wrap h3{
    	font-size:20px;
    	padding-top:0;
    	padding-bottom:0;
    }
    .dp-bs-faq-sec .dp-bs-collapse-wrap{
    	font-size:18px;
    }
    /*.dp-bs-common-sec + .dp-bs-common-sec{
    	padding-top:0;
    }*/
    .dp-bs-slide[style*="background-color"] h4{
    	font-size:22px;
    }
    .dp-bs-slide[style*="background-color"] p{
    	font-size: 16px
    }
    .dp-bs-common-sec + .dp-cta-sec{
	    padding-top:50px;
	}
	.dp-bs-slider .slick-track:before,
	.dp-bs-slider .slick-track:after{
		display:none !important;
	}

	.dp-bs-accordion .dp-bs-slider .dp-bs-slide-inner{
		padding-top:50px;
		padding-bottom:50px;
	}
}

@media (max-width:575px){
	.dp-business-form .gform_fields{
		padding-right:0;
	}

	.dp-business-form .gform_fields #field_8_6{
		position:static;
		width:100%
	}
}

.dp-bs-discount-block{
    text-align:center;
}

.dp-bs-discount-block h2{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom:10px;
}

.dp-bs-discount-box{
    min-height:100%;
    padding:40px;
    color:#fff;
    font-size:20px;
}

.dp-bs-discount-box img{    
    max-width: 250px;
    margin: 0 auto 10px;
}
.dp-bs-notes-sec {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgb(162,162,162);
    padding-top:15px;    
}
.dp-bs-normal-sec{
    text-align:center;
}
.dp-bs-normal-sec .container{
    max-width:700px;
}

.dp-bs-normal-sec img{
    margin-bottom:30px;
}
.dp-bs-disclaimer{
    color:#a2a2a2;
    font-size:12px;
    text-align:left;
    padding-bottom:0;
    padding-top:20px;
}

.dp-bs-disclaimer .container{
    max-width:none
}

.dp-bs-disclaimer .container:before,
.dp-bs-disclaimer .container:after{
    display:none;
}
@media (min-width:1200px){
    #main{
        padding-top:26px !important;
    }
}

.dp-bs-col-txt li a,
.dp-bs-col-txt p a{
	color: #ff2a13 !important;
}
.dp-bs-form-notes p{
    margin:0;
    font-size:14px;
    color: #999999;
}

.dp-bs-form-notes + li{
    margin-top:0 !important;
}
.dp-bs-slider .slick-arrow{
    position:absolute;
    left:0;
    top:50%;
    transform:translate(0, -50%);
    z-index:1;
    font-size:50px;
    width:50px;
    height:50px;
    line-height: 50px;
    background:none !important;
    outline:none !important;
    color:#fff !important;
}

.dp-bs-slider .slick-arrow.slick-next{
    left:auto;
    right:0;
}
@media (max-width:767px){
	.dp-bs-slider .slick-arrow{
		font-size:22px;
	}
}

/*=====  End of Business Page  ======*/
/*==================Walgreens location change start======================*/
.dp-location-hero-sec .heading-wrapper .header_text_wrapper{
    padding-top:30px;
    padding-bottom:0;
}
.dp-location-hero-sec .heading-wrapper .header_text_wrapper .tagline1{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight:900;
    font-size:60px;
}
.dp-location-hero-sec .heading-wrapper .header_text_wrapper .taglin2{
    font-size:60px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight:300;
    margin-bottom:10px;
}
.dp-location-hero-sec .heading-wrapper .header_text_wrapper .tagline3{
    font-size:16px;
    letter-spacing:0;
    line-height:1.2;
}
.dp-location-hero-sec .header_text_wrapper .tagline4 {
    text-align:right;
}
.dp-location-hero-sec .header_text_wrapper .tagline4 span{
    vertical-align:middle;
}

.dp-location-hero-sec .header_text_wrapper .tagline4 span + span{
    padding-left:5px;
}
.dp-location-hero-sec .header_text_wrapper .tagline4 .wallgreen_text{
    vertical-align: middle;    
    max-width:150px;
}
.dp-location-hero-sec .header_text_wrapper .tagline4 .wallgreen_text img{
    max-width:150px;
}
.dp-location-hero-sec .header_text_wrapper .tagline4 span:first-child{
    color:#000;
    vertical-align:middle;
    margin-bottom:8px;
    display:inline-block;
}
.dp-location-adr-title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.dp-location-adr-title .heading-wrapper h4{
    font-size:25px;    
    margin:0;
}

.dp-location-adr-title .heading-wrapper h5{
    font-size:18px;
    margin-bottom:10px;
}
@media (min-width:768px){
    .dp-location-adr-title{
        padding-top:0 !important;
    }
}
@media (max-width:767px){
    .dp-location-hero-sec .logo_img{
        display:none;
    }
    .dp-location-hero-sec .heading-wrapper .header_text_wrapper .tagline1{
        font-size:40px;
    }
    .dp-location-hero-sec .heading-wrapper .header_text_wrapper .taglin2{
        font-size:40px;
    }
    .dp-location-hero-sec .heading-wrapper .header_text_wrapper{
        max-width:200px
    }
    .dp-location-hero-sec.hero-container{
        background-position:35% center;
    }

    .dp-location-hero-sec.hero-container > .hero-info .insurance{
        padding-top:0;
        padding-bottom:5px;
        font-size:13px;
    }
    .dp-location-hero-sec .heading-wrapper .header_text_wrapper .tagline3{
    	margin-bottom:0;
    }
}
/*==================Walgreens location change END======================*/

.sign-up-banner .form-wrapper .email-sign .mailchimp-submit {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.sidebar .fe_newsleter input.subscribebtn3 {
    background: 
    #fe5000;
    border: 0;
    border-radius: 0;
    display: inline-block;
    min-width: 73px;
    height: 36px;
    padding: 0;
        padding-bottom: 0px;
    font-size: 37px;
    line-height: 0;
}
.sidebar .fe_newsleter input.subscribebtn3 {
    position: absolute;
    right: 0;
    top: -55px;
    line-height: 33px;
    margin: 0;
    color: 
    #fff;
    font-size: 30px;
    padding-bottom: 2px;
}


/* Landing pages css */



.dp-landing-national-box{
    max-width:860px;
    margin:0 auto;
    text-align:center;
}

.landingpageimg{
    max-width:860px;
    margin:0 auto;
    padding-top:35px;
}

.dp-landing-national-box h2.title{
    text-align:center;
    font-weight:bold;
    font-size:32px;
    font-family:'Roboto', Arial, Helvetica;
    margin-bottom:15px;
}

.dp-landing-national-box .inner-wrapper{
    padding-top:0;
}

.dp-landing-national-box .jcf-select{
    border:1px solid #bbb;
    max-width:370px;
    text-align:left;    
    margin-bottom:30px;
}
.dp-landing-national-box .jcf-select .jcf-select-text{
    font-size:16px;
}

.dp-landing-national-box .dp-btn{
    display:block;
    max-width:370px;
    margin:0 auto;
    font-size:16px !important;
    border-radius:6px !important;
    font-weight:bold !important;
	padding: 15px 20px !important;
}

.rednote {
    font-size:12px;
    color:red;
	font-weight:bold;
    line-height:1.4
}

.rednote p{
    line-height:1.3
}

.dp-landing-national-box .rednote{
    max-width:370px;
    margin:70px auto 0;
    
}
@media (max-width:1200px){
    .landingpageimg{
        padding-top:20px;
    }
}

.page-template-template-walgreenlandingpage .dp-landing-national-box{
    padding-top:80px;
}

.page-template-template-walgreenlandingpage .dp-landing-national-box h2.title{
    font-size:28px;
    color:#000;
}

.page-template-template-walgreenlandingpage .dp-landing-national-box .jcf-select,
.page-template-template-walgreenlandingpage .dp-landing-national-box .dp-btn{
    max-width:370px;
}

.page-template-template-walgreenlandingpage .dp-landing-national-box .dp-btn{
    padding:12px 20px !important;
}

.page-template-template-walgreenlandingpage .dp-landing-national-box .jcf-select{
    margin-bottom:20px;
}

.dp-exams-listing{
    background: rgba(244,240,238,1);
    padding-top:50px;
}

.dp-exams-listing .eachwalgreenlocation{
    background:#fff;
    border-radius:6px;
    padding:20px 20px 20px 40px;
    margin:0 0 20px;
}

.dp-exams-listing .eachwalgreenlocation h2{
    font-family: Lato;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    color: #404040;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0;
    text-transform:uppercase;
}

.dp-exams-listing .eachwalgreenlocation p{
    font-size:16px;
    margin:0;
}

.dp-exams-listing .eachwalgreenlocation p.hours{
    font-size:14px;
    border-top:1px solid #cfcfcf;
    padding-top:5px;
    margin-top:6px;
    margin-left:-20px;
    padding-left:20px;
}

.dp-exams-listing .walgreenlisting{
    counter-reset:dpcounter;
}

.dp-exams-listing .walgreenlisting .eachwalgreenlocation{
    counter-increment:dpcounter;
    position:relative;
}

.dp-exams-listing .walgreenlisting .eachwalgreenlocation:before{
    content:counter(dpcounter);
    position:absolute;
    left:10px;
    top:20px;
    display:inline-block;
    width:25px;
    height:25px;
    background:#e31837;
    text-align:center;
    line-height:25px;
    color:#fff;
    border-radius:50%;
    font-size:13px;
    font-weight:bold;
}


.dp-exams-listing .eachwalgreenlocation p.mainaddress{
    color:#01728e;
    font-weight:bold;
}

.dp-exams-listing .target1{
    padding-right:15px;
    width:395px;
}

.dp-exams-listing .target2{
    flex:1;
    width:auto;
}

.dp-exams-listing .container{
    display:flex;
}
.dp-exams-listing .walgreenlisting .eachwalgreenlocation{
    display:flex;
    flex-wrap:wrap;
}

.dp-exams-listing .eachwalgreenlocation h2,
.dp-exams-listing .eachwalgreenlocation p{
    width:100%
}

.dp-exams-listing .eachwalgreenlocation .phoneno{
    width:60%;
}

.dp-exams-listing .eachwalgreenlocation .maplink{
    width:94%;
    font-size:14px;
    text-align:right;
}

.dp-exams-listing .eachwalgreenlocation .maplink a{
    color: #01728e;
}

.dp-exams-listing .target2.img-wrap.dp-scrolled {
    position:fixed !important;
    top:140px;
    margin-left:395px;
	padding-right:20px
}

@media (max-width:767px){
    .dp-exams-listing .container{
        flex-direction:column;
    }
    .dp-exams-listing .target2{
        order:1;
        position:static !important;
    }
    .dp-exams-listing .target2.img-wrap.dp-scrolled{
        position:static !important;
        margin:0 0 30px;
		display:none;
    }
	.dp-exams-listing .target2{
		display:none;
	}
    .dp-exams-listing .target1{
        order:2;
        width:auto;
        padding:0;
    }
}

@media (max-width:575px){
    .dp-exams-listing .eachwalgreenlocation .phoneno,
    .dp-exams-listing .eachwalgreenlocation .maplink{
        width:100%;
    }
    .dp-exams-listing .eachwalgreenlocation .maplink{
        text-align:left;
    }
}


.jcf-select .jcf-select-opener{
    background:none;
}

.jcf-select .jcf-select-opener:before{
    content: "\f107";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    position:absolute;
    display:block;
    top:50%;
    transform:translate(0, -50%);
    opacity:0.5;
}

.dp-landing-national-box .dp-doctor-location-box{
    max-width:370px;
    padding-left:0;
    padding-right:0;
    margin:0 auto;
    text-align:left;
	padding-top:10px
}

.dp-landing-national-box .dp-doctor-location-box a{
    color:#000;
}

.target2.img-wrap.dp-scrolled.dp-scrolled-b {
    position:absolute !important;
    top:auto;
    bottom:0;
}

.dp-exams-listing .container{
    position:relative;
}

@media (max-width:991px){
	
    .landingpageimg,
    .dp-landing-national-box{
        padding-left:30px;
        padding-right:30px;
    }
    .dp-landing-national-box .grid-container.container{
        padding-left:0;
        padding-right:0;
    }
    
}

@media (max-width:767px){
	.landingpageimg{
		padding-top:15px;
	}
}

.dp-landing-national-box .dp-btn{
    font-family: 'Roboto';
    font-size:17px !important;
    font-weight:bold !important;
    letter-spacing:0;
}
.dp-landing-national-box .rednote p{
    letter-spacing:0;
}

.jcf-select-drop-content .jcf-option{
    font-size:17px;
    font-family: 'Roboto';
    padding-top:0;
    padding-bottom:0;
    color:#000;
    letter-spacing:0;
    font-weight:400
}
.bookyourtimebtn:hover {
    background: #fe5000 !important;
    color: #fff !important;
}
.dp-btn.bookyourtimebtn {
    background-color: #fe5000 !important;
    color: #fff !important;
}

.dp-doctor-location-box .my-location {
    font-size: 16px;
    color: #f26e21;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
}
.dp-doctor-location-box #out {
    font-size: 14px;
    padding: 10px 0;
    color: red;
    border-top: 1px solid #c5c7d5;
}
.dp-doctor-location-box .my-location::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    width: 29px;
    height: 29px;
    background: url('../images/location-orange.svg') no-repeat center center;
        background-size: auto;
    background-size: contain;
}
@media (max-width:600px){
    .landingpageimg{
        display: none;
    }
}
/* end of landing pages css */