*{margin:0;padding:0;font-family:"Open Sans",sans-serif}
a:hover{text-decoration:none}
:root{--primary-color:#0CB8B6;--secondary-color:#EE671D;--text-color:#333;--text-color-white:#fff;--bg-gray:#f2f2f2}
.topbar{background-color:var(--primary-color);color:var(--text-color-white);padding:7px 0}
.leftbar{margin-bottom:0;padding:0}
.leftbar li{list-style:none;font-size:13px}
.rightbar{margin-bottom:0;padding:0;text-align:right;display:flex;justify-content:end}
.rightbar li{list-style:none}
.rightbar li a{list-style:none;font-size:13px;margin-left:15px;color:#fff}
.midbar{padding:30px 0;background:var(--bg-gray)}
.wrapper .search_box{width:100%;background:#fff;border-radius:0;height:65px;display:flex;padding:10px;box-shadow:0 8px 6px -10px #b3c6ff;border:2px solid var(--primary-color)}
.wrapper .search_box .dropdown{position:relative;width:150px;border-right:2px solid #dde2f1;color:#9fa3b1;cursor:pointer;padding-right:10px}
.wrapper .search_box .dropdown .default_option{text-transform:uppercase;padding:0 6px;font-size:14px;border:0}
.wrapper .search_box .dropdown:before{content:"";position:absolute;top:14px;right:10px;border:8px solid;border-color:var(--primary-color) transparent transparent}
.wrapper .search_box .search_field{width:100%;height:100%;position:relative}
.wrapper .search_box .search_field .input{width:100%;height:100%;border:0;font-size:16px;padding-left:20px;padding-right:38px;color:#6f768d}
.search_field .btn{position:absolute;right:0}
.shopcart ul{display:flex;margin-bottom:0;gap:10px;justify-content:end}
.shopcart ul li{list-style:none;width:50px;height:50px;text-align:center;background:var(--primary-color);line-height:49px;font-size:19px}
.shopcart ul li a{color:var(--text-color-white)}
.btns{background:var(--secondary-color);color:var(--text-color-white);border-radius:0;padding:11px 20px}
.carousel-inner img{width:100%;height:500px;object-fit:cover}
.slider-data{position:absolute;width:100%;left:0;padding:50px;right:0;margin:auto;height:100%;top:0;display:flex;flex-direction:column;justify-content:center}
.slider-data h3{text-align:center;font-size:calc(14px + 4vw);color:#5a5a5a;margin:0;font-weight:900;text-transform:uppercase}
.slider-data p{text-align:center;font-size:21px;color:#484848;margin:0;font-weight:600;line-height:30px}
.ptb{padding:50px 0}
.btngrpp{margin-top:10px}
.navi{padding:7px 0}
.heading{font-weight:900;font-size:36px}
.heading span{color:var(--primary-color)}
.content-box{border-radius:135px 135px 0}
.child-cat{padding:14px 5px;height:auto;text-transform:uppercase;background:linear-gradient(356deg,#0cb8b6,transparent)}
.cat-title{text-align:center}
.image-cat{padding:10px;border:1px solid #ddd}
.cat-title a{color:#fff}
.doctor-image{max-width:100%;border-radius:1rem;width:300px}
.experience-box{position:absolute;bottom:20px;right:20px;background:#fff;padding:10px 20px;border-radius:1rem;font-weight:700;box-shadow:0 4px 8px #0000001a}
.appointment-btn{background-color:#ee671d;color:#fff;border:none;padding:10px 20px;border-radius:0}
.appointment-btn:hover{background-color:#ec661d}
.badge-custom{background-color:#ee671d;color:#fff;font-size:.8rem}
.signature{font-family:'Brush Script MT',cursive;font-size:1.2rem}
.check-icon::before{content:"✔";color:#fff;margin-right:8px}
.why{background:var(--primary-color)}
.check-icon{color:#fff}
.product-grid{border-radius:10px;border:1px solid transparent;overflow:hidden;transition:all .4s ease 0s;margin-bottom:20px}
.product-grid .product-image{overflow:hidden;position:relative;border-radius:10px;margin-bottom:6px}
.product-grid .product-image a.image{display:block}
.product-grid .product-image img{width:100%;height:auto}
.product-grid .product-image .pic-2{width:100%;height:100%;backface-visibility:hidden;opacity:0;transform-origin:center;position:absolute;top:0;left:0;transition:all .5s ease 0s}
.product-grid:hover .product-image .pic-2{opacity:1}
.product-grid .product-discount-label{color:#fff;background:#e38b8b;font-family:'Lato',sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;padding:5px 8px 2px;border-radius:5px;position:absolute;top:10px;left:10px;z-index:1}
.product-grid .product-links{padding:0;margin:0;list-style:none;opacity:0;position:absolute;top:15px;right:15px;transition:all .3s ease}
.product-grid:hover .product-links{opacity:1}
.product-grid .product-links li{margin:0 0 10px}
.product-grid .product-links li a{color:#222;background:#fff;font-size:14px;text-align:center;line-height:33px;height:33px;width:33px;border-radius:50%;box-shadow:0 0 10px 0 #0000001a;display:block;position:relative;z-index:1;transition:all .3s ease 0s}
.product-grid .product-links li a:hover{color:#fff;background:#194A33}
.product-grid .product-links li a:before,.product-grid .product-links li a:after{content:attr(data-tip);color:#fff;background:#000;font-size:12px;line-height:20px;padding:5px 10px;border-radius:5px;white-space:nowrap;display:none;transform:translateY(-50%);position:absolute;right:45px;top:50%}
.product-grid .product-links li a:after{content:'';height:15px;width:15px;padding:0;border-radius:0;transform:translateY(-50%) rotate(45deg);right:43px;z-index:-1}
.product-grid .product-links li a:hover:before,.product-grid .product-links li a:hover:after{display:block}
.product-grid .product-links li a i,.product-grid .add-to-cart i{line-height:inherit}
.product-grid .product-content{padding:12px;border:1px solid #ddd;display:flex;justify-content:space-between;border-radius:10px;align-items:center}
.product-grid .rating{color:#8CBC4F;font-size:12px;padding:0;margin:0 0 5px;list-style:none}
.product-grid .rating li{display:inline-block}
.product-grid .rating li.far{color:#999}
.product-grid .title{font-size:17px;font-weight:600;letter-spacing:1px;text-transform:capitalize;margin:0}
.product-grid .title a{color:#194A33;transition:all .3s ease 0s}
.product-grid .title a:hover{color:#8CBC4F}
.product-grid .price{color:#194A33;font-size:18px;font-weight:500;width:calc(100% - 39px);display:inline-block}
.product-grid .price span{color:#86938D;font-size:16px;font-weight:400;text-decoration:line-through}
.product-grid .add-to-cart{color:#fff;background:#ee671d;font-size:16px;text-align:center;line-height:35px;width:35px;height:35px;border-radius:50%;display:inline-block;position:relative;z-index:2;transition:all .3s ease-in-out}
.product-grid:hover .add-to-cart{color:#fff;background:#8CBC4F}
.product-grid .add-to-cart:before,.product-grid .add-to-cart:after{content:attr(data-tip);color:#fff;background:#000;font-family:'Lato',sans-serif;font-size:12px;line-height:20px;padding:5px 10px;border-radius:5px;white-space:nowrap;display:none;transform:translateY(-50%);position:absolute;right:45px;top:50%}
.product-grid .add-to-cart:after{content:'';height:15px;width:15px;padding:0;border-radius:0;transform:translateY(-50%) rotate(45deg);right:43px;z-index:-1}
.product-grid .add-to-cart:hover:before,.product-grid .add-to-cart:hover:after{display:block}
@media screen and (max-width: 990px) {
.product-grid{margin-bottom:30px}
}
.quick{background:url(../images/bg4.webp);background-size:contain;background-color:#f0f8ff}
.quick-form{background:#0CB8B6;padding:20px}
.quick-form input,.quick-form textarea{border-radius:0}
.testimonial{border:1px solid #c9ced3;border-top:1px solid #c9ced3;padding:70px 25px 100px;margin-bottom:30px;position:relative}
.testimonial:after{content:"\f10d";font-family:"Font Awesome 5 pro";font-weight:900;font-size:30px;color:#00adb7;position:absolute;top:20px;left:25px}
.testimonial .description{font-size:14px;color:#666;line-height:26px}
.testimonial .pic{width:100px;height:100px;position:absolute;bottom:-30px;left:25px}
.testimonial .pic img{width:100%;height:auto}
.testimonial .testimonial-title{font-size:20px;color:#000;position:absolute;bottom:20px;left:150px}
.testimonial .testimonial-title small{display:block;font-size:14px;color:#666;margin-top:7px}
.owl-theme .owl-controls .owl-page.active span{background:#00adb7}
footer{background:#111;padding:50px 0 0}
footer img{margin-bottom:20px}
footer p{color:#777;font-size:14px}
footer li{list-style:none;line-height:33px}
footer li a{color:#777;font-size:14px}
footer li a:hover{color:var(--secondary-color)}
.fhead{font-weight:800;color:#fff;margin-bottom:16px}
.shiva{border-top:1px solid #ffffff57}
.middiv{padding:50px 0}
.abt img{width:450px;float:left}
.inner-bg2{background-image:url(../img/inner-banner-2.jpg)}
.inner-banner{position:relative;background-position:center right;background-size:contain}
.inner-banner::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;right:0}
.middiv .prof,.proo{background:#f2f2f2}
.inner-banner .inner-title{padding-top:60px;padding-bottom:50px;position:relative;z-index:1}
.inner-banner .inner-title h1{font-size:47px;color:#5e5e5e;font-weight:600;text-align:center;font-weight:800}
.inner-banner .inner-title ul li a{color:#ee671d;transition:.3s}
.inner-banner .inner-title ul li{font-size:18px;color:#0cb8b6;display:inline-block;position:relative;font-weight:500;margin:0 5px}
.inner-banner ul{text-align:center}
.inner-bg2{background-image:url(../images/hero-pattern.webp)}
.image-cat img{width:100%}
.selectt{width:200px}
.ptext{padding-left:30px}
.ptext h5{margin-bottom:20px;font-size:15px}
.ptext .select{display:flex;gap:10px;align-items:center}
.ptext .selectt{border-radius:0}
.qty{display:inline-block;margin-left:10px;width:140px}
.qty .count{color:#000;display:inline-block;vertical-align:top;font-size:16px;font-weight:700;line-height:30px;padding:0 2px;min-width:35px;text-align:center;background:#f2f2f2}
.qty .plus{font:26px/30px Arial,sans-serif}
.qty .minus{font:30px/26px Arial,sans-serif;background:#000}
.qty span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
.qty input{border:0;width:2%}
.qty input::-webkit-inner-spin-button,.qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.qty input:disabled{background-color:#fff}
.qty .minus,.qty .plus{vertical-align:top;width:30px;height:30px;text-align:center;display:inline-block;cursor:pointer;border-radius:0;color:#fff}
.p-img img{height:400px;width:100%;object-fit:cover}
.pplist li{width:32%;list-style:none;display:inline-block}
.nav-tabs .nav-link{background:#0cb8b6;color:#fff;width:200px;border-radius:0;text-align:center}
.tab-pane{padding:40px 20px;border:1px solid #ddd}
#full-stars-example-two .rating-group{display:inline-flex}
#full-stars-example-two .rating__icon{pointer-events:none}
#full-stars-example-two .rating__input{position:absolute!important;left:-9999px!important}
#full-stars-example-two .rating__input--none{display:none}
#full-stars-example-two .rating__label{cursor:pointer;padding:0 .1em;font-size:24px}
#full-stars-example-two .rating__icon--star{color:orange}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star{color:#959393}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star{color:orange}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star{color:#ddd}
.rform .form-control{height:50px;border-radius:0}
.rwd-table{margin:auto;min-width:100%;max-width:100%;border-collapse:collapse;color:#333;border-radius:0;overflow:hidden}
.rwd-table tr:first-child{border-top:none;background-color:#0cb8b6;color:#fff}
.rwd-table tr{border-top:1px solid #ddd;border-bottom:1px solid #ddd;background-color:#f5f9fc;border-color:#dbdbdb}
.rwd-table tr:nth-child(odd):not(:first-child){background-color:#ebf3f9}
.rwd-table td:first-child{margin-top:.5em}
.rwd-table td:last-child{margin-bottom:.5em}
.rwd-table td:before{content:attr(data-th) ": ";font-weight:700;width:97px;display:inline-block;color:#000}
.rwd-table td,.rwd-table th{text-align:left;padding:.5em 1em}
@media screen and (max-width: 601px) {
.rwd-table tr:nth-child(2){border-top:none}
}
@media screen and (min-width: 600px) {
.rwd-table tr:hover:not(:first-child){background-color:#d8e7f3}
.rwd-table td:before{display:none}
.rwd-table td,.rwd-table th{display:table-cell;padding:1em!important}
.rwd-table td:first-child,.rwd-table th:first-child{padding-left:0}
.rwd-table td:last-child,.rwd-table th:last-child{padding-right:0}
}
.rwd-table .qty{margin:0}
.rwd-table .cartbtn{width:150px;border-radius:0}
.rwd-table .form-control{width:160px;display:inline-block;border-radius:0;border:1px solid #ededed}
.orderbox{border:1px solid #ddd;padding:25px;border-radius:0;color:#343434;font-weight:300;margin-bottom:20px}
.orderbox ul li{border-bottom:1px solid #dbdbdb;padding:10px;font-size:16px;align-items:center}
.shipp{width:250px;border-radius:0}
.contact-widget-right .contact-list{list-style:none;margin:0;padding:0}
.contact-widget-right .contact-list li{display:block;color:#6e6e6e;margin-bottom:43px;position:relative;padding-left:63px;font-weight:500}
.contact-widget-right .contact-list li i{color:#fff;margin-right:5px;position:absolute;left:0;top:-10px;font-size:20px;background:#ee671d;width:50px;height:50px;text-align:center;line-height:45px}
.contact-widget-right .contact-list li .content a{color:#6e6e6e;display:block;font-weight:500}
.single-blog{padding: 10px;border: 1px solid #ddd;background: #eee;}
.blog-info a{color: #444;font-size: 20px;margin-top: 20px;display: block;}
.date{position: absolute;background: #194A33;color: #fff;padding: 10px 20px;top: 30px;left: 30px;}
.blog-img img{width: 100%;}
.post-img img{width: 80px;margin-right: 20px;}
.widget-content .post {display: flex;flex-wrap: nowrap;margin-top: 20px;}
.post-title{color: #444;font-size: 18px;}
.main-section{padding: 60px 0;}

.quantity{margin-right:20px}
.quantity-nav{display:flex}
.quantity-button{padding:3px 10px 0;text-align:center;border:1px solid #ddd;font-size:18px;color:#999;cursor:pointer}
#add-cart-btn{margin-right:20px}
.coupon-form{display:flex;justify-content:end;margin-top:5px}
.coupon-form input{border:1px solid #eee;padding:10px}
.coupon-form button{border:none;outline: 0;background: #444;color: #fff;padding: 10px 40px;}
.quantity-nav input{text-align:center;border:1px solid #ddd;border-left: 0;border-right: 0;}
.select-box{padding:5px 10px;border:1px solid #ddd}
.product-details .category li{display:flex;flex-wrap:wrap;margin-bottom:20px}
.product-details .category li b{margin-right:10px}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.star-rating__wrap{display:inline-block;font-size:1rem;margin-left:10px}
.star-rating__wrap:after{content:"";display:table;clear:both}
.star-rating__wrap .fa.fa-star{float:right;padding-left:4px;cursor:pointer;color:#444;font-size:20px}
.star-rating__wrap .fa.fa-star:last-child{padding-left:0}
.star-rating__input{display:none}
.star-rating__wrap .fa.fa-star:hover:before,.star-rating__wrap .fa.fa-star:hover ~ .fa.fa-star:before,.star-rating__wrap .star-rating__input:checked ~ .fa.fa-star:before{color:orange}
input[type=number]{-moz-appearance:textfield}
.total-p.bold{margin-bottom:10px;font-size:20px}
.table>:not(caption)>*>*{padding:1.5rem .5rem;vertical-align:middle}
.detail-btns{margin-left:0;margin-top:30px}
.detail-btns a svg,.detail-btns a i{margin-right:5px}
.tab{cursor:pointer;padding:10px 20px;margin:0;background:var(--main-color);display:inline-block;color:#fff;border-radius:10px 10px 0 0!important}
.panels{background:#eee;width:100%;border-radius:0 10px 10px 10px!important;overflow:hidden;padding:20px}
.panel{display:none;animation:fadein .8s}
@keyframes fadein {
from{opacity:0}
to{opacity:1}
}
.panel-title{font-size:1.5em;font-weight:700}
.radio{display:none}
#one:checked~.panels #one-panel,#two:checked~.panels #two-panel,#three:checked~.panels #three-panel{display:block}
#one:checked~.tabs #one-tab,#two:checked~.tabs #two-tab,#three:checked~.tabs #three-tab{background:var(--main-color-two);color:#fff;border-top:3px solid #000}
.panels p{font-weight:300}
h4.review-heading{font-weight:800}
.review-list li{border-top:1px solid #ddd;margin:10px 0 0;padding:10px 0 0}
.review-list li p{margin-bottom:5px;display:block}
.review-list li .r-date,.r-star{display:inline-block}
.r-date{float:right}
.r-star{display:inline-block!important}
p.r-name{font-weight:700}
.review-form .form-control{margin-bottom:20px}
.review-heading{margin-top:30px}
.cart-table img{width:100px}
.wishlist-table tr td{vertical-align:middle}
.wishlist-table td button svg,.wishlist-table td button i{margin-right:10px}
.wishlist-table td button{background:none;border:none;cursor:pointer}
.chk-form .form-control{margin-bottom:0;border-radius:0;margin-top:10px}
#account-panel .nav-link{background:#4ab9cf;color:#fff;margin-bottom:10px}
#account-panel .nav-link i{margin-right:5px}
button{outline:0}
button:focus{outline:0}
.show-password{margin-top:10px}
.show-password label{width:calc(100% - 25px);color:#747474}
.show-password input[type="checkbox"]{margin-right:10px;width:15px;float:left;margin-top:5px}
.chk-heading{text-transform:uppercase;background:var(--main-color);color:#444;padding:10px;margin-bottom:0;font-weight:700;font-size:20px}
.table td,.table th{vertical-align:middle}
.show-pass{display:none}
.diff-add{display:none}
.chk-show:checked~.diff-add{display:block}
.chk-show:checked~.show-pass{display:block}
.payment-option{margin-top:20px}
.payment-option li{list-style:none}
.payment-option li p span{padding:20px;background:#fff;display:none;word-wrap: break-word;}
.payment-option li [type="radio"]:checked~span{display:block}
.order-detail-box{padding:15px}
.order-detail-table{padding:10px;box-sizing:border-box}
.payment-option [type="radio"]:checked,.payment-option [type="radio"]:not(:checked){position:absolute;left:-9999px}
.thanks-table li{list-style:none}
.payment-option [type="radio"]:checked+label,.payment-option [type="radio"]:not(:checked)+label{position:relative;padding-left:28px;cursor:pointer;line-height:20px;display:inline-block;color:#666;font-weight:600;margin:10px 0}
.payment-option [type="radio"]:checked+label:before,.payment-option [type="radio"]:not(:checked)+label:before{content:'';position:absolute;left:0;top:0;width:21px;height:21px;border:1px solid #ddd;border-radius:100%;background:#fff}
.payment-option [type="radio"]:checked+label:after,.payment-option [type="radio"]:not(:checked)+label:after{content:'';width:11px;height:11px;background:#F87DA9;position:absolute;top:5px;left:5px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}
.payment-option [type="radio"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}
.payment-option [type="radio"]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.cart-table img{border: 1px solid #ddd;padding: 7px;}
@media (max-width: 1024px) {
.cart-table td,.cart-table th{display:flex;flex-wrap:wrap;text-align:left}
.cart-table thead{display:none}
.cart-table td:before{content:attr(data-th) " : ";font-weight:700;width:97px;display:inline-block;color:#000}
.cart-table tfoot td:before{display:none}
}
.main-section{padding: 50px 0;}
.contact-box{padding: 10px;background: #eee;position: relative;z-index: 1;border-radius: 10px;text-align: center;margin-top: 30px;}
.contact-box i{height: 70px;width: 70px;background: #93a3db70;text-align: center;line-height: 70px;border-radius: 100%;display: inline-block;margin: 0 auto;color: #fff;box-sizing: border-box;font-size: 30px;}
.contact-box p{color: #000;margin-bottom: 0;}

.product-tab-area .nav-link{background: #f9ba48;border: none;outline: 0;color: #fff;}
.product-tab-area .nav-link.active{background: #444;color: #fff;}
.product-tab-area .nav-link{color:#fff ;}
p.review-date.mb-0 {font-size: 13px;}
.product-rating{text-align: right;float: right;}
.product-rating .fa{float: none;}
.product-rating .fa.active{color: orange;}
.accordion-item:first-of-type .accordion-button{border-radius: 0;}
.accordion-item:first-of-type{border-radius: 0;}
.accordion-button:not(.collapsed){background:#f9ba48;color: #fff;}
.accordion-button:focus{box-shadow: none;outline: 0;}
.accordion-button:not(.collapsed)::after{
  filter: brightness(28);
}
.section-11{margin: 50px 0;}
div#accordionExample .card-header{background-color: var(--primary-color);}
div#accordionExample button{color: #fff;font-weight: bold;}
div#accordionExample button:hover{text-decoration: none;}