body {

    font-family: 'Lato', sans-serif;

}

header {

    background-color: #08364b;
}

header ul > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .5s;
}

header ul > li > a:hover {

    color: #9bc03c;
}

header ul > li.active > a {
    color: #9bc03c;
}

p,
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

button.navbar-toggler {
    border: 1px solid #fff;
}

.dark-teal-text {
    color: #9bc03c;
}

/*------------------------------------------------------slider-------------------------------*/
section#slider {
    position: relative;
}

.form-on-slider {
    width: 30%;
    position: absolute;
    top: 50px;
    z-index: 999;
    background-color: rgba(77, 111, 129, 0.9);
    padding: 30px;
    border: 15px solid #9bc03c;
    right: 10%;
}

section#slider form input {
    border-radius: 0px;
}

section#slider form select {

    border-radius: 0px;
}

.form-heading-slider {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-text-slider {
    color: #fff;
    margin-bottom: 50px;
}

.submit-button {
    border-radius: 0px;
    background-color: #9bc03c;
    color: #fff;
    margin-top: 20px;
    padding: 4px 20px;
}

div#fullSlider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    font-size: 50px;
    left: 2%;
    line-height: 1;
    background-color: #08364b;
    color: #9bc03c;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#fullSlider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    right: 2%;
    line-height: 1;
    background-color: #08364b;
    color: #9bc03c;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-------------------------------------------about------------------------------------------------*/
section#about {
    margin-top: 80px;
}

.about-heading {
    color: #9bc03c;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1;
}

.about-welcome {
    font-weight: bold;
    line-height: 1;
    margin: 10px 0px;
    font-size: 40px;
    color: #08364b;
}

.about-clinic {
    text-transform: uppercase;
    font-weight: bold;
    color: #08364b;
    margin-bottom: 10px;
    font-size: 18px;
}

.about-small-brif {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 24px;
}

.about-brif {
    font-size: 14px;
    line-height: 24px;
}

.learn-more-button a {
    background-color: #9bc03c;
    padding: 6px 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.learn-more-button {
    margin-top: 30px;
}

/*---------------------------------------doctor-bio------------------------------------------------*/
.manage-ab {
    align-items: center;
}

section#doctor-bio {
    margin-top: 80px;
}

.doctor-name {
    font-size: 36px;
    font-weight: bold;
    color: #08364b;
    line-height: 1;
}

.doctor-details {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.doctor-brif {
    font-size: 14px;
    color: #08364b;
}

.doctor-brif-1 {
    color: #08364b;
    font-size: 14px;
}

/*------------------------------------------------slider-product-----------------------------------*/
section#specalitis {
    margin-top: 80px;
}

.our-spa {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.heading-image img {
    display: block;
    margin: 20px auto;
    width: 20%;
}

.box-image img {
    width: 50px !important;
    margin: 0 auto;
    display: block;
}

.first-box {
    padding: 30px;
}

.item-1 {
    width: auto;
    height: 180px;
    background-color: #08364b;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    overflow: hidden;
}

.item-1:hover {

    transform: scale(1.1);
    overflow: hidden;
}

.box-text {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px;
    font-size: 16px;
}

div#second-slider {
    margin-top: 50px;
}

/*------------------------------------------third slider-------------------------------------*/

div#third-slider {
    margin-top: 60px;
}

.date-box {
    position: absolute;
    top: 0;
    text-align: center;
    background-color: #9bc03d;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 14px;
}

.date-box {
    position: absolute;
    top: 0;
    text-align: center;
    background-color: #9bc03d;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 14px;
}

.comment {
    font-size: 20px;
    color: #000;
    line-height: 1;
    margin: 20px 0px;
}

.comment-blog {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.blog-button a {
    display: inline-block;
    background-color: #9bc03d;
    color: #fff;
    padding: 6px 30px;
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
    margin: 20px 0px 30px;
}

.item-2 {
    background-color: #f5f5f5;
    border-bottom: 6px solid #08364b;

}

.comment,
.comment-blog,
.blog-button {
    padding: 0px 0px 0px 10px;
}

/*
div#third-slider .owl-nav button.owl-prev {
    position: absolute;
    top: -20%;
    font-size: 30px;
    right: 6%;
    line-height: 1;
    background-color: #08364b;
    color: #9bc03c;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#third-slider .owl-nav button.owl-next {
    position: absolute;
    top: -20%;
    font-size: 30px;
    right: 2%;
    line-height: 1;
    background-color: #08364b;
    color: #9bc03c;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

/*--------------------------------footer-------------------------------------------*/

section#footer {
    background-image: url(../img/footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 70px;
    padding: 40px 0px;
}

.logo-text p {
    color: #fff;
}

.footer-logo img {
    width: 50%;
}

ul.heading-address {
    width: 30%;
}

ul.adress {
    width: 70%;
}

.footer-adrss {
    display: flex;
    margin-top: 30px;
}

ul.heading-address li {
    font-size: 16px;
    color: #9bc03c;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 500;
}

ul.heading-address li:last-child {
    margin-bottom: 0px;
}

ul.adress li {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 500;
}

ul.adress li:last-child {
    margin-bottom: 0px;
}

.footer-links ul li a {
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-links ul li:last-child a {
    margin: 0px;
}

.footer-logo {
    margin-bottom: 34px;
}

.footer-heading h2 {
    color: #fff;
    line-height: 1;
    margin: 0px;
}

.footer-heading {
    margin-bottom: 20px;
}

.footer-links ul li a:before {
    content: "|";
    margin-right: 30px;
    font-size: 14px;
    font-weight: bold;
}

.news-lattertext p {
    color: #fff;

}

.news-latter-form {

    margin-top: 20px;
}

.news-latter-form form input {

    border-radius: 0px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;

}

.news-latter-form form input:focus {
    background-color: rgba(255, 255, 255, .1);
    color: white;
}

.footer-line {
    background-color: #9bc03c;
    height: 2px;
    margin: 30px 0px;
}

.copy-right-text p {
    color: #fff;
}

.copy-right-text a {
    color: #9bc03c;
    display: inline-block;
    font-weight: bold;
}

.social ul li {
    display: inline-block;
}

.social ul {
    text-align: right;
}

.social li a i {
    font-size: 30px;
    color: #9bc03c;
    margin-right: 30px;
}

.social li:last-child a i {
    margin: 0px;
}

/*----------------------------------------------------blog-------------------------------------------*/

.left-image {
    width: 50%;
}

.left-image img {
    width: 100%;
}

.manage-blog {
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 0px 40px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 40px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 50px 0px;
}

.right-side {
    width: 50%;
    padding: 0px 50px;
}

.blog-heading h1 {
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.blog-text p {
    margin: 20px 0px;
}

.avtar-image {
    display: flex;
    align-items: center;
}

.avtar-image img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 20px;
}

.avtar-image p {
    font-weight: bold;
    color: #9bc03c;
}

.manage-blog:nth-child(even) .left-image {
    order: 2;
}

.manage-blog:nth-child(even) {
    margin-top: 0px;
}

/*---------------------------------------------------------------------------------------------------*/

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

section.shopping-cart.spad .col-lg-8 {
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	padding: 10px 10px;
}

.cart-home-btn {
	border: solid 2px #9bc03c;
	color: #9bc03c;
	border-radius: 5px;
	padding: 14px 45px;
	display: inline-block;
}

.cart-proceed-btn {
	width: 100%;
	background: #9bc03c;
	color: #fff;
	border-radius: 5px;
	padding: 10px 40px;
	display: inline-block;
	border: 1px solid #fff;
	text-align: center;
	margin-top: 20px;
}

.shopping__cart__table table {
	width: 100%;
}

.shopping__cart__table table thead tr th {
	color: black;
	font-size: 18px;
	line-height: 50px;
}

section.shopping-cart.spad {}
.header .navbar-nav .nav-link span {
    font-size: 21px;
}

section.shopping-cart.spad .copunapplydiv {
	background: #08364b;
	padding: 40px 20px;
}

.cart__discount {
	color: #fff;
}

.cart__total {
	color: #fff;
	margin-top: 20px;
}

td.product__cart__item {
	padding: 20px 0px 20px 20px;
}

.cart__discount form button {
	color: #fff;
	background: red border-box;
	border: 0px;
	padding: 3px 20px;
}

.cart__discount form {
	display: flex;
}

.cart__discount form input {
	width: 100%;
	padding: 4px;
}

.cart__total ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.cart__total ul li:last-child {
	margin-bottom: 0px;
}

.cart__total ul li:last-child span {
	font-weight: bold;
}

.continue__btn {
	/*text-align: center;*/
	margin: 40px 0px;
}

.checkout__input {
	margin-bottom: 20px;
}

h6.checkout__title {
	margin-top: 20px;
}

section.breadcrumb-option {
	padding: 30px 0px 10px;
}

button.site-btn {
	background: #08364b;
	color: #fff;
	border-radius: 5px;
	padding: .5rem 1.3rem !important;
	margin-top: 8px;
	border: 0px;
}

.checkout__order {
	background-color: #fff;
	padding: 40px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

nav.navbar.navbar-expand-lg ul li:last-child {
	display: flex;
	align-items: center;
}

nav.navbar.navbar-expand-lg ul li:last-child a {
	display: flex;
	margin-right: 16px;
	align-items: center;
	justify-content: center;
	color: red;
	font-weight: bold;
}

nav.navbar.navbar-expand-lg ul li:last-child a span {
	margin-left: 8px;
}

nav.navbar.navbar-expand-lg ul li:last-child a + a {
	margin: 0px;
}

table.thankyouwrapper {
	margin: 0 auto;
}

.thankyoumassege p {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.continue__btn {
	/*text-align: center;*/
	margin: 40px 0px;
}


@media screen and (max-width:1280px) and (min-width:1150px) {


    .form-on-slider {
        padding: 10px;
        top: 40px;
        border: 10px solid #9bc03c;
    }

    .form-heading-slider {
        margin-bottom: 10px;
    }

    .form-text-slider {
        margin-bottom: 20px;
    }

    div#fullSlider .owl-nav button.owl-prev {
        font-size: 30px;
        width: 30px;
    }

    div#fullSlider .owl-nav button.owl-next {
        font-size: 30px;
        width: 30px;
    }
}

@media screen and (max-width:1149px) and (min-width:1024px) {


    .form-on-slider {
        top: 40px;
        padding: 10px;
        border: 10px solid #9bc03c;
    }

    .form-heading-slider {
        margin-bottom: 10px;
    }

    .form-text-slider {
        margin-bottom: 20px;
    }

    div#fullSlider .owl-nav button.owl-prev {
        font-size: 30px;
        width: 30px;
    }

    div#fullSlider .owl-nav button.owl-next {
        font-size: 30px;
        width: 30px;
    }
}

@media screen and (max-width:1023px) and (min-width:991px) {

    .form-on-slider {
        top: 10px;
        padding: 10px;
        border: 10px solid #9bc03c;
    }

    .form-heading-slider {
        margin-bottom: 10px;
    }

    .form-text-slider {
        margin-bottom: 20px;
    }

    div#fullSlider .owl-nav button.owl-prev {
        font-size: 30px;
        width: 30px;
    }

    div#fullSlider .owl-nav button.owl-next {
        font-size: 30px;
        width: 30px;
    }

    .submit-button {
        margin-top: 10px;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 100%;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        left: 0;
        text-align: center;
        padding: 50px 0px;
    }

    div#collapsibleNavbar ul li a {
        display: inline-block;
    }
}

@media screen and (max-width:990px) and (min-width:768px) {


    .form-on-slider {
        top: 10px;
        padding: 10px;
        border: 10px solid #9bc03c;
        position: static;
        margin: 20px 20px 0px;
        width: auto;
    }

    .form-heading-slider {
        margin-bottom: 10px;
    }

    .form-text-slider {
        margin-bottom: 20px;
    }

    div#fullSlider .owl-nav button.owl-prev {
        font-size: 30px;
        width: 30px;
    }

    div#fullSlider .owl-nav button.owl-next {
        font-size: 30px;
        width: 30px;
    }

    .submit-button {
        margin-top: 10px;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 100%;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        left: 0;
        text-align: center;
        padding: 50px 0px;
    }

    div#collapsibleNavbar ul li a {
        display: inline-block;
    }
}

@media screen and (max-width:767px) and (min-width:540px) {

    .form-on-slider {
        top: 10px;
        padding: 10px;
        border: 10px solid #9bc03c;
        position: static;
        margin: 20px 20px 0px;
        width: auto;
    }

    .form-heading-slider {
        margin-bottom: 10px;
    }

    .form-text-slider {
        margin-bottom: 20px;
    }

    div#fullSlider .owl-nav button.owl-prev {
        font-size: 30px;
        width: 30px;
    }

    div#fullSlider .owl-nav button.owl-next {
        font-size: 30px;
        width: 30px;
    }

    .submit-button {
        margin-top: 10px;
    }

    .about-image {
        margin-top: 40px;
    }

    .doctor-name {
        margin-top: 30px;
    }

    section#doctor-bio {
        margin-top: 40px;
    }

    .social ul {
        text-align: center;
        margin-top: 20px;
    }

    .copy-right-text p {
        text-align: center;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 100%;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        left: 0;
        text-align: center;
        padding: 50px 0px;
    }

    div#collapsibleNavbar ul li a {
        display: inline-block;
    }
}

@media screen and (max-width:539px) and (min-width:320px) {

    .form-on-slider {
        top: 10px;
        padding: 10px;
        border: 10px solid #9bc03c;
        position: static;
        margin: 20px 20px 0px;
        width: auto;
    }

    .form-heading-slider {
        margin-bottom: 10px;
    }

    .form-text-slider {
        margin-bottom: 20px;
    }

    div#fullSlider .owl-nav button.owl-prev {
        font-size: 30px;
        width: 30px;
    }

    div#fullSlider .owl-nav button.owl-next {
        font-size: 30px;
        width: 30px;
    }

    .submit-button {
        margin-top: 10px;
    }

    .about-image {
        margin-top: 40px;
    }

    .doctor-name {
        margin-top: 30px;

    }

    section#doctor-bio {
        margin-top: 40px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-brand {
        width: 50%;
    }

    .footer-heading {
        margin-top: 40px;
    }

    .social ul {
        text-align: center;
        margin-top: 20px;
    }

    .copy-right-text p {
        text-align: center;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 100%;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        left: 0;
        text-align: center;
        padding: 50px 0px;
    }

    div#collapsibleNavbar ul li a {
        display: inline-block;
    }
}