/*
 Theme Name:   GDS Child Theme Landing Page
 Theme URI:    http://graphicd-signs.com
 Description:  GDS Child Theme
 Author:       Graphic D-Signs
 Author URI:   http://graphicd-signs.com
 Template:     gdstheme
 Version:      2.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: green, blue, white, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, featured-images
 Text Domain:  gdstheme
*/

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap');


.find-near-store-section{
	background-color: #4F348B;
	padding: 20px 0px;
}
h1{
	font-size: 50px;
	font-family: "Teko",sans-serif;
	font-weight: 600;
	line-height: 1.1;
}
h2{
	font-size: 42px;
	font-family: "Teko",sans-serif;
	font-weight: 600;
}
h3{
	font-size: 32px;
	font-family: "Teko",sans-serif;
	font-weight: 600;
}
h4{
	font-size: 26px;
	font-family: "Teko",sans-serif;
	font-weight: 600;
}
h5{
	font-family: "Roboto Slab",sans-serif;
	font-weight: 400;
	font-size: 20px;
}
h6{
	font-family: "Roboto Slab",sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.find-near-store-section .find-store-form{
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.find-store-form input.textbox , .find-store-form input.textbox:focus{
	margin-bottom: 0px;
	background: none;
	border: 1px solid #CAD1E1;
	border-radius: 4px;
	height: 45px;
	color: #FFF;
	width: 40%;
}
.find-store-form span.select2-selection{
	height: 46px;
	width: 100%;
	line-height: 46px;
}
.find-store-form .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 46px;
	color: #FFF;
	font-family: 'Rubik', sans-serif;
}
.find-store-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #fff transparent!important;
	top: 90%;
}
.book-appointment-section ul li.textbox input{
	width: 100%;
	margin-right: 15px;
	background: none;
	border: 1px solid #CAD1E1;
	border-radius: 4px;
	height: 46px;
	vertical-align: middle;
	padding: 10px 15px;
}
.book-appointment-section.offer-section{
	background-color: rgba(80, 169, 221, 0.31);
}
.book-appointment-section.offer-section .offer-section-info{
	max-width: 520px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.book-appointment-section.offer-section h3{
	font-weight: 600;
	color: #4F348B;
	text-transform: uppercase;
}
.book-appointment-section.offer-section p{
	color: #000;
	font-size: 18px;
}
.book-appointment-section form{
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	justify-content: space-between;
	margin-right: 15px;
	flex-wrap: wrap;
}
.book-appointment-section form .gform_body{
	margin-right: 0px;
	margin-left: 0px;
	width: 75%;
}
.book-appointment-section ul{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0px;
}
.validation_error{
	padding: 4px;
	font-size: 12px;
}
.book-appointment-section .gform_footer{
	margin-top: 0px;
    height: 46px;
	width: 25%;
}
.book-appointment-section{
	padding: 30px 0px;
	text-align: center;
}
.book-appointment-section a.book-online-link , .before-after-slide a.book-online-link{
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 16px;
	background-color: #55B948;
	padding: 8px 40px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
}
.before-after-slide a.book-online-link{
	margin-top: 20px;
}
.single-locations .footer-form.parallax{
	display: none;
}
.transparent_big:before{
	content:"";
	display: block;
	box-shadow: 0 0 0 15px #4f348b, 0 0 0 22px #50a9dd;
}
.header-wrapper #logo img{
	width: 146px;
	height: auto;
}
.header-wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 0px;
}
.book-appointment-section ul li{
	margin-bottom: 0px;
	height: 46px;
	margin-right: 10px;
	width: 100%;
}
.book-appointment-section ul li.textbox input::placeholder{
	color: #95A1BB;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
}
.book-appointment-section form .gform_footer::before{
	content: none;
}
.book-appointment-section form .gform_footer input[type="submit"]{
	width: 100%;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 16px;
	background-color: #55B948;
	color: #FFF;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}
.select2-dropdown ul.select2-results__options li{
	color: #000!important;
}
.container{
	max-width: 1170px;
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.find-store-form input.go-button , .find-store-form input.go-button:focus {
	background-color: #55B948;
	color: #FFF;
	font-family: "Teko",sans-serif;
	font-weight: 600;
	font-size: 24px;
	height: 46px;
	outline: none;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
}
.find-near-store-section .find-store-form input::placeholder{
	color: #FFF;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
}
.single-locations img[alt="Read our Reviews"]{
	display: none;
}
.find-near-store-section h4{
	margin: 0;
	color: #FFF;
}
.find-store-form .select2-container{
	max-width: 230px!important;
}
.find-store-form .select2-container--default .select2-selection--single{
	background-color: transparent;
	color: #FFF;
}
.location-banner-section{
	padding: 70px 0px 0px 0px;
	position: relative;
}
.location-banner-section .banner-section{
	padding-bottom: 30px;
}
.location-banner-section h1 span{
	color: #55B948;
}
.location-banner-section h6{
	color: #000;
}
.location-banner-section::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-image: url(img/location-banner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -9;
}

.location-banner-section .contact-details{
	padding: 15px 0px;
}
.contact-details p a{
	text-decoration: none;
	color: #50A9DD;
	font-family: "Roboto Slab",sans-serif;
	font-weight: 400;
	padding-left: 15px;
	font-size: 14px;
}
.contact-details p a.mail-link{
	text-decoration: underline;
}
.contact-details p i.fa{
	color: #4F348B;
	font-size: 20px;
	vertical-align: middle;
}
.book-appointment-section h2{
	position: relative;
	display: inline-block;
}
.book-appointment-section h2::after{
	position: absolute;
    content: "";
    top: 15px;
    background-image: url(img/direction-icon.png);
    background-repeat: no-repeat;
    width: 52px;
    height: 30px;
    background-size: contain;
    display: inline-block;
    right: -65px;
}
.appointment-book-form input.submit-button, .appointment-book-form input.submit-button:focus{
	width: 100%;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 16px;
	background-color: #55B948;
	color: #FFF;
	border-radius: 4px;
	height: 46px;
	outline: none;
	cursor: pointer;
}
.breadcrumb-strip-section{
	padding: 20px 0px;
	list-style: none;
	background-color: #4F348B;
}
.breadcrumb-strip-section ul.breadcrumb{
	margin-bottom: 0px;
	display: inline-block;
}
.breadcrumb-strip-section ul.breadcrumb li {
	display: inline;
	font-size: 18px;
	color: #FFF;
	padding-left: 0px!important;
	padding-right: 25px;
	position: relative;
}
.breadcrumb-strip-section ul.breadcrumb li::before{
	content: none!important;
}
.breadcrumb-strip-section ul.breadcrumb li a::after{
	position: absolute;
	content: ">";
	top: 0px;
	right: 5px;
}
.breadcrumb-strip-section ul.breadcrumb li a {
	text-decoration: none;
	font-family: "Roboto Slab",sans-serif;
	font-weight: 400;
	color: #FFF;
}
.breadcrumb-strip-section ul.breadcrumb li a:hover {
	text-decoration: underline;
}
.go-back-link{
	float: right;
	display: inline-block;
}
.go-back-link a{
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
}
.go-back-link a:hover{
	text-decoration: underline;
}
.meet-us-section{
	padding: 60px 0px 30px;
}
.meet-us-section h5{
	color: #55B948;
	text-transform: capitalize;
}
.custom-row{
	display: flex;
}
.custom-row .left-column{
	width: 60%;
}
.custom-row .right-column{
	width: 40%;
}
.left-column .meet-us-content{
	max-width: 620px;
	margin-left: auto;
	padding-right: 50px;
}
.location-div p.location , .location-div p.l-contact , .location-div p.email{
	padding-left: 35px;
	position: relative;
}
.location-div p.location::before , .location-div p.l-contact::before , .location-div p.email::before{
	position: absolute;
	top: 2px;
	left: 2px;
	color: #CAD1E1;
	vertical-align: middle;
	font: normal normal normal 20px/1 FontAwesome;
}
.location-div p.location::before{
	content: "\f041";
}
.location-div p.l-contact::before{
	content: "\f095";
}
.location-div p.email::before{
	content: "\f0e0";
}
.left-column .meet-us-content h3{
	text-transform: capitalize;
}
ul.list-item li {
	width: 50%;
	position: relative;
}
ul.list-item li::before{
	content: ""!important;
	position: absolute!important;
	width: 4px;
	height: 4px;
	top: 8px!important;
	left: 2px!important;
	background-color: #26ace2;
	border-radius: 10px;
}
ul.list-item li a{
	color: #50A9DD;
	text-decoration: none;
}
.services-list ul.list-item{
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
}
.map{
	width: 55%;
    margin-right: -5%;
    padding: 50px 0px;
	margin-left: auto;
	z-index: 9;
}
.location-map-section .map iframe{
	width: 100%;
}
.map img{
	height: auto;
}
.location-detail-section{
	background-color: #4F348B;
	width: 50%;
	padding: 30px 0px;
	padding-left: 5%;
}
.location-detail-section h3{
	color: #FFF;
}
.location-detail-section .location-detail-content{
	max-width: 450px;
	padding-left: 10%;
	margin-right: auto;
}
.location-detail-content a.book-online-link{
	font-weight: 600;
}
.location-detail-content a.book-online-link:hover , .location-detail-content a.book-online-link:focus{
	color: #55ba48;
}
.location-detail-section p a {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.location-detail-section p {
	color: #FFF;
	font-family: "Roboto Slab",sans-serif;
	margin-bottom: 10px;
}
.location-detail-section p i.fa{
	font-size: 20px;
	vertical-align: middle;
	color: #CAD1E1;
	padding: 0px 15px 0px 10px; 
}
.location-detail-section p a.phone{
	color: #50A9DD;
}
.location-detail-section .div-title{
	padding-top: 20px;
}
.location-detail-section .hour-div p{
	margin-bottom: 3px;
}
.hour-div ul li::before{
	content: none!important;
}
.hour-div ul li{
	color: #FFF;
	padding-left: 0px!important;
}
.before-after-slide.three-item-slider{
	padding: 70px 0px;
	text-align: center;
}
.three-item-slider.before-after-slide .owl-dots{
	text-align: center;
}
.before-after-slide .owl-dots .owl-dot.active{
    width: 10px;
    height: 10px;
    border-radius: 10px;
	background-color: #4f348b;
	border: none;
	outline: none;
}
.before-after-slide .owl-dots .owl-dot{
 	border: 1px solid #4f348b;
    width: 10px;
    height: 10px;
    border-radius: 10px;
	margin-right: 4px;
}
.owl-carousel .owl-nav button.owl-prev span{
    background-image: url(img/left.png);
    position: absolute;
    padding: 0px;
    margin: 0px;
    height: 35px;
    background-repeat: no-repeat;
    width: 20px;
	top: 40%;
	transform: translateY(-40%);
	left: -50px;
	text-indent: -9999999px;
	background-repeat: no-repeat;
}
#review-slider .owl-nav button.owl-prev span{
	background-image: url(img/white-left.png);
	left: -80px;
}
#review-slider .owl-nav button.owl-next span{
	background-image: url(img/white-right.png);
	right: -80px;
}
.owl-carousel .owl-nav button.owl-next span{
    position: absolute;
	background-image: url(img/right.png);
	background-repeat: no-repeat;
	padding: 0px;
	top: 40%;
	margin: 0px;
	height: 35px;
	right: -50px;
	transform: translateY(-40%);
    background-repeat: no-repeat;
	width: 20px;
	text-indent: -9999999px;
}
#review-slider .owl-dots button.owl-dot{
	background-color: #FFF;
	border-radius: 10px;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	border: none;
}
#review-slider .owl-dots{
	text-align: center;
}
#review-slider .owl-dots button.owl-dot.active{
	background-color: #55B948;
	outline: none;
	border: none;
}
.before-after-slide .slider-info{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 20px;
}
.before-after-slide .slider-info p{
	margin-bottom: 0px;
	color: #95A1BB;
}
.before-after-slide h3.slider-title{
	text-transform: capitalize;
}
.chemist-reviews.two-item-slider{
	background-color: #4F348B;
	padding: 50px 0px;
}
.chemist-reviews.two-item-slider .row{
	position: relative;
}
.chemist-reviews.two-item-slider .item img{
	width: auto;
	margin-bottom: 15px;
}
.chemist-reviews.two-item-slider #review-slider{
	padding: 40px 0px 20px;
}
.chemist-reviews .review-title{
	color: #FFF;
	text-transform: capitalize;
	text-align: center;
	position: relative;
}
.chemist-reviews .review-title::before{
	content: "";
    width: calc(50% - 220px);
    left: 0px;
    top: 50%;
    height: 25px;
    display: block;
    position: absolute;
    margin-top: -16px;
    background: #50a9dd;
}
.chemist-reviews .review-title::after{
	content: "";
    width: calc(50% - 220px);
    right: 0px;
    top: 50%;
    height: 25px;
    display: block;
    position: absolute;
    margin-top: -16px;
    background: #50a9dd;
}
.chemist-reviews .item .person-img img{
	width: 48px;
	height: 48px;
	object-fit: cover;
	overflow: hidden;
}
.chemist-reviews.two-item-slider .item h5.reviewer{
	color: #FFF;
	font-family: "Roboto Slab",sans-serif;
	text-transform: capitalize;
}
.chemist-reviews.two-item-slider .item p{
	color: #FFF;
	font-size: 14px;
    line-height: 1.6;
}
.leave-review-link{
	position: absolute;
	bottom: 10px;
	z-index: 99;
	right: auto;
	left: 50%;
	transform: translate(-50%, 0%);
	text-align: center;
}
.leave-review-link a , .leave-review-link a:focus{
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-color: #98b395;
	color: #55ba48;
	font-size: 18px;
}
.social-icons{
	text-align: right;
	margin-right: 100px;
	padding: 10px 0px;
	display: block;
}
.social-icons i.fa{
	font-size: 18px;
	color: #55B948;
	padding-left: 8px;
}
.leave-review-link a:hover{
	color: #55ba48;
}
.footer{
	background: url(img/footer-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 50px 0px 0px;
}
.border-btn{
	border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 67px;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Teko';
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 35px 0px 20px;
	position: relative;
}
.border-btn:hover{
	color: #FFF;
}
.border-btn:after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 15px;
    top: 12px;
}
.StickyFormPopup {
    border-radius: 0px;
    width: 950px;
    padding: 0px!important;
    max-height: 90vh;
    overflow: auto;
    position: relative;
    padding: 50px!important;
}
.StickyForm_Bottom_Popup{
	background: url(img/popupbg.jpg)no-repeat;
	background-size: cover;
}
.StickyFormPopup ul li.radio-button label.gfield_label{
	display: block;
}
.StickyFormPopup ul li.radio-button ul.gfield_radio li::before{
	content: none!important;
}
.StickyFormPopup ul li.radio-button ul.gfield_radio{
	display: flex;
}
/*
.StickyFormPopup ul li.radio-button input[type="radio"]{
	display: none;
	-webkit-appearance: none;
}
*/
.StickyFormPopup_Wrapper .gform_confirmation_wrapper .gform_confirmation_message{
	color: #542f8f;
	text-align: center;
    font-size: 24px;
    padding: 50px 0px;
} 
.StickyFormPopup ul li.radio-button input[type="radio"]{
	position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 15px;
    border: 1px solid #542f8f;
    top: 0;
    left: 0;
    vertical-align: middle;
	margin: 0;
}
.StickyFormPopup ul li.radio-button input[type="radio"]:checked::after{
	border: none!important;
	background-color: #542f8f!important;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	top: 0;
	left: 0;
	outline: none!important;
}
.StickyFormPopup h2{
	font-size:46px;
	color: #4F348B;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.StickyFormPopup form .gform_body ul li.gfield{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 5px;
}
.StickyFormPopup .gform_wrapper{
	margin-top: 30px;
}
.StickyFormPopup .gform_footer::before{
	content: none!important;
}
.StickyFormPopup input[type="submit"]{
	background-color: #55B948;
	color: #FFF;
	border-radius: 5px;
	margin-left: 15px;
}
.StickyFormPopup p{
	color: #474747;
	font-size: 16px;
	text-align: center;
}
.StickyFormPopup h3{
	font-size: 40px;
    text-align: center;
    font-family: 'MorePro-Book';
}
.StickyForm .StickyTable td br{
	display: none;
}
.StickyTable {
    width: 100%;
    border: none;
    margin: 0px;
}
.StickyTable td label.screen-reader-text-new, .contact-form table tr td label.screen-reader-text-new {
    position: absolute!important;
    margin: 0px;
    color: #fff;
    text-indent: -9999px;
}
.contact-form .start_here_form .textbox{
    background: #4F348B;
    color: #fff;
    padding: 5px 10px 5px 15px;
    height: 42px;
	font-weight: 500;
}
.contact-form .start_here_form input[type=submit].submit_form{
	font-weight: 600!important;
	background: #55B948!important;
	color: #fff!important;
	font-size: 24px;
}
.contact-form .start_here_form .ajax-loader{
	clear: both;
	display: block;
}
.b-close {
    float: right;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9;
    background: none;
}
.b-close:after, .b-close:before {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -2px;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    float: left;
    position: relative;
    clear: both;
}
.b-close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.b-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.footer_logo{
	margin-bottom: 35px;
}
.footer_logo h3{
	display: inline-block;
	font-size: 45px;
	color: #fff;
	line-height: 1;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 25px;
}
.footer-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer_info {
	padding-left: 10px;
}
.footer_info ul{
	padding: 0px;
}
.footer_info ul li{
	list-style: none;
	display: block;
}
.footer .menu-info{
	display: flex;
}
.footer .menu-info .footer_info ul li::before{
	content: none!important;
}
.footer_info ul li a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Roboto Slab",sans-serif;
}
.footer_info ul li a:hover{
	color: #FFF;
}
.footer .container{
	max-width: 95%;
}
.letstalk{
    background: #50A9DD;
    display: inline-block;
    padding: 30px 40px 50px;
    color: #fff;
    min-width: 400px;
}
.letstalk h3{
    font-size: 48px;
    text-transform: uppercase;
    display: inline-block;
	margin: 0px;
	color: #FFF;
	font-weight: 500;
}
.letstalk p{
	text-align: right;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.letstalk h3 span{
	font-size: 18px;
	float: right;
	font-family: 'Teko', sans-serif;
}
.blue-btn{
	box-sizing: border-box;
	border-radius: 38px;
	font-weight: 500;
	font-size: 23px;
	font-family: 'Teko';
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 45px 2px 25px;
	position: relative;
	background: #4F348B;
	display: table;
	line-height: normal;
}
.blue-btn:hover , .blue-btn:focus{
	color: #FFF;
}
.blue-btn:after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 15px;
    top: 13px;
}
.find-store-form .select2-container--default .select2-selection--single .select2-selection__clear{
	height: 46px;
}
ul.select2-results__options li.select2-results__option::before{
	content: none!important;
}
.find-store-form .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #FFF;
}
.blue-btn:focus{
	color: #FFF;
}
.mb-4{
	margin-bottom: 15px;
	margin-top: 15px;
}
.mobile-menu{
	display: none;
}
.footer-form-section{
	background-color: #50A9DD;
	padding: 50px 0px;
}
.footer-form-section h2{
	color: #FFF;
	text-transform: uppercase;
}
.footer-form-section h2::after{
	content: none;
}
.footer-form-section ul li.textbox input{
	background-color: #FFF;
	border: none;
	border-radius: 3px;
}
.footer-form-section form .gform_footer input[type="submit"]{
	background-color: #4F348B;
	font-size: 14px;
	font-weight: 700;
	height: 46px;
	letter-spacing: 2px;
}


@media (max-width: 1700px){
	.header-wrapper{
		flex-wrap: unset;
	}
	.call-to {
		order: 0;
		width: 100%;
	}
	.left_part {
		padding: 0px 0px 0px 25px;
	}
	.right_part {	
		padding: 10px 25px 10px 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		vertical-align: middle;
	}
	#navbar{
		order: 1;
		padding-top: 5px;
	}
}

@media (max-width: 1024px){
	.close_menu .top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: -8px;
    }
    .close_menu .center {
        visibility: hidden;
    }
    .close_menu .bottom {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -10px;
    }
    .navicon-line {
        height: 0px;
        border-radius: 0px;
        margin-bottom: 6px;
        margin-top: 5px;
        border-top: 3px solid #4f348b;
        width: 30px;
        position: relative;
    }
    .navicon-line.top,
    .navicon-line.bottom {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }   
    .right_part #navbar{
        display: none;
    }	
	.mobile-menu .call-to{
		display: block;
		text-align: left;
		padding: 15px 10px;
	}
	.mobile-menu {
		position: fixed;
		width: 285px;
		top: 0px;
		right: -285px;
		height: 100%;
		z-index: 999;
		transition: left 0.2s ease-in;
		overflow-y: auto;
		background: #4f348b;
		line-height: normal;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
    }
    #mobile-menu .mobile-header {
        padding: 20px 20px 20px;
        text-align: center;
        width: 100%;
        background: #f9f9f9;
    }
    .mobile-nav .navbar {
        margin: 0px;
        display: block;
    }
    .mobile-nav ul{
        padding: 0px;
        margin: 0px;
    }
	.right_part{
		padding: 5px 20px 5px 0px;
	}
    .mobile-nav li {
        list-style: none;
        width: 100%;
        text-align: left;
        padding: 0px;
        margin: 0px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .mobile-nav li a {
		padding: 12px 12px 12px 22px;
		margin: 0px;
		border-right: none;
		text-decoration: none;
		display: inline-block;
		text-transform: uppercase;
		font-size: 13px;
		color: #fff;
		position: relative;
		font-weight: 700;
		width: 100%;
		font-family: "Roboto Slab",sans-serif;
    }
	.mobile-nav li a:hover{
		color: #FFF;
	}
	ul.menu-wrapper>.menu-item-has-children>a::after{
		content: "\f0d7";
		padding-left: 6px;
		font-family: FontAwesome,sans-serif;
		font-size: 16px;
		position: relative;
		top: 0px;
		color: #fff;
		font-weight: normal;
	}
	.mobile-nav ul.sub-menu{
		display: none;
		position: relative;
		top: 0;
		left: 0;
		border-top: 0;
	}
	.mobile-nav li ul.sub-menu li a{
		font-weight: normal;
		padding-left: 30px;
		padding-right: 10px;
		background: none;
		padding-top: 5px;
	}
	.mobile-menu .mobile-nav .menu-wrapper li{
		padding-left: 0px!important;
	}
	.mobile-nav li ul.sub-menu :last-child{
		border-bottom: none;
	}
	#logo img{
		margin-left: 0px;
	}
	.header-wrapper .call-to{
		display: none;
	}
	.footer_info ul li a{
		padding-left: 0px;
	}
	.footer_info ul li{
		padding-left: 0px!important;
	}
	.footer_logo {
		margin-bottom: 20px;
	}
	.footer .menu-info{
		padding-bottom: 20px;
	} 
	.mobile-nav .primary-menu-container ul li::before{
		content: none!important;
	}
	.mobile-menu .mobile-header img{
		width: 140px;
		margin: 0 auto;
	}
	.header-wrapper{
			padding: 25px 30px 25px 0px;
		}
	.location-banner-section .large-6,
		.location-banner-section .large-12{
			padding: 0px 30px;
	}
	.three-item-slider .columns{
			padding: 0px 30px;
	}
	.meet-us-section .custom-row{
		padding: 0px 30px;
	}
	.map{
		width: 55%;
	}
	.location-detail-section .location-detail-content{
		padding: 0px 30px;
	}
	.chemist-reviews.two-item-slider #review-slider{
		padding: 40px 30px 20px;
	}
	.book-appointment-section .large-12{
		padding: 0px 30px;
	}
	.social-icons{
		margin-right: 40px;
	}
	.owl-carousel .owl-nav button.owl-next span{
		right: -15px;
	}
	#review-slider .owl-nav button.owl-prev span{
		left: -15px;
	}
	#review-slider .owl-nav button.owl-next span{
		right: -15px;
	}

}


@media (max-width: 992px){
	.footer_logo h3{
		font-size: 36px;
	}
	.border-btn{
		font-size: 20px;
	}
	.blue-btn{
		font-size: 18px;
	}
	.location-banner-section{
			padding-top: 50px;
	}
	h1{
		font-size:42px;
	}
	h2{
		font-size:36px;
	}
	.location-detail-section p i.fa{
		padding: 0px 15px 0px 0px;
	}
	h3 {
		font-size: 26px;
		line-height: 1.2;
	}
	.location-banner-section .large-12{
		padding-top: 30px;
	}
	.leave-review-link{
		right: 30px;
	}
	.book-appointment-section form{
		margin-right: 0px;
	}
	.StickyFormPopup {
		width: 100%;
		padding: 40px 25px 25px!important;
	}
	.StickyFormPopup .start_here_form{
		margin-top: 20px;
	}
	.StickyFormPopup h2{
		font-size: 58px;
	}
	.StickyForm_Bottom_Popup{
		width: 90%;
		left: 5%!important;
	}
}

@media (max-width: 767px){
	h2{
		font-size: 34px;
	}
	.footer_logo h3{
		font-size: 30px;
		padding-left: 0px;
	}
	.footer .menu-info{
		display: block;
	}
	.footer-flex{
		display: block;
		text-align: center;
	}
	.letstalk h3{
		font-size: 36px;
	}
	.letstalk{
		min-width: auto;
	}
	.book-appointment-section ul{
		display: block;
	}
	.book-appointment-section form .gform_body{
		width: 100%;
	}
	.book-appointment-section ul li{
		margin-bottom: 10px;
	}
	.book-appointment-section .gform_footer{
		width: 100%;
	}
	.find-near-store-section .find-store-form{
		display: block;
	}
	.find-store-form .select2-container{
		max-width: 100%;
	}
	.find-store-form span.select2-selection{
		height: 40px;
	}
	.find-store-form input.go-button, .find-store-form input.go-button:focus{
		font-size: 20px;
		height: 40px;
	}
	.single-locations #header.f-nav{
		height: auto;
	}
	.right_part {
		padding: 5px 0px 5px 0px;
	}
	.header-wrapper #logo img {
		width: auto;
		height: 45px;
	}
	.header-wrapper {
		padding: 35px 30px 15px 0px;
		height: auto;
	}
	.chemist-reviews.two-item-slider{
		padding: 30px 0px 15px;
	}
	.before-after-slide .slider-info{
		width: 100%;
		padding: 0px 30px 20px;
		display: block;
	}
	.services-list ul.list-item{
		margin-bottom: 15px;
	}
	ul.list-item li{
		width: 100%;
	}
	.left-column .meet-us-content{
		padding-right: 0px;
	}
	.meet-us-section h5{
		font-size: 16px;
	}
	.meet-us-section .custom-row, 
	.location-map-section .custom-row{
		display: inline-block;
		width: 100%;
	}
	.meet-us-section {
		padding: 30px 0px 30px;
	}
	.custom-row .right-column, .map, .location-detail-section{
		width: 100%;
	}
	.map{
		margin-left: 0px;
		padding: 0px;
	}
	.custom-row .left-column {
		width: 100%;
	}
	.breadcrumb-strip-section ul.breadcrumb li,
	.breadcrumb-strip-section ul.breadcrumb li a,
	.go-back-link a{
		font-size: 14px;
	}
	.book-appointment-section h2{
		margin-bottom: 30px;
	}
	.find-near-store-section h4{
		margin-bottom: 15px;

	}
	.find-store-form input.go-button, .find-store-form input.go-button:focus{
		vertical-align: top;
		margin-left: 5px;
	}
	h1{
		font-size:36px;
	}
	h2{
		font-size:28px;
	}
	h3 {
		font-size: 20px;
		line-height: 1.2;
	}
	.find-near-store-section .find-store-form{
		display: inline-block;
		width: 100%;
		padding: 0px 15px;
	}
	.location-banner-section .large-12{
		padding-top: 30px;
	}
	.social-icons{
		margin-right: 30px;
	}
	.StickyFormPopup form .gform_body ul li.gfield{
		width: 100%;
	}
	.StickyFormPopup h2{
		font-size: 32px;
	}
	.gform_footer{
		margin-top: 0px;
		text-align: center;
    	display: block;
	}
	.breadcrumb-strip-section{
		padding: 20px 0px 30px;
	}
	.location-detail-section .location-detail-content{
		padding: 0px;
	}
}

@media (max-width: 480px){
	.find-store-form input.go-button{
		margin-left: 4px;
	}
	.leave-review-link a{
		font-size: 12px;
	}
	.leave-review-link{
		right: 16px;
	}
}