/*  
    Theme Name: BiomedNepal
    Author: Saugat Shrestha
    Version: 1.0
*/

@font-face {
    font-family: 'pt_sansbold';
    src: url('fonts/pt_sans-web-bold-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('fonts/pt_sans-web-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-web-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('fonts/pt_sans-web-italic-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-web-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px;
    font-family: 'pt_sansregular';
}

body::-webkit-scrollbar-track{
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    border-radius: 10px;
}

body::-webkit-scrollbar{
    width: 6px;
    background-color: #f7f7f7;
}

body::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #9b9d9c;
}

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

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'pt_sansbold';
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

p {
    margin: 0;
    line-height: 24px;
    font-size: 15px;
}

label {
    font-weight: normal;
}

.form-group {
    margin: 0 0 30px;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
    border-color: #ddd;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

.btn:focus {
    outline: 0;
}

.site-btn {
    border-radius: 0px;
    padding: 6px 20px;
    font-size: 15px;
    background: #7dc623;
    border: 2px solid #7dc623;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.site-btn:hover,
.site-btn:focus {
    background: transparent;
    outline: 0;
}

textarea {
    resize: none;
}

figure {
    margin: 0;
}

.thumbnail-img {
    overflow: hidden;
}

.thumbnail-img img {
    max-width: 100%;
    height: auto;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.checkbox {
    margin: 0 0 20px;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 5px
}

input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    margin: 0;
}

.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
} 

.checkbox input[type=checkbox]:checked + span:before{
    border-color: #a5cf3d;
}

.checkbox input[type=checkbox]:checked + span:after{
    opacity: 1;
    visibility: visible;
}

.sidebar-form .checkbox {
    margin: 0 0 3px;
    padding: 0;
}

.checkbox label {
    padding-left: 0;
    display: block;
}

.search-result-sidebar .checkbox label > span {
    color: #ccc;
}

.checkbox label > span {
    position: relative;
    padding-left: 25px;
    line-height: 17px;
    font-size: 15px;
}

.checkbox label > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
    width: 16px;
    border: 2px solid #7dc623;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.checkbox label > span:after {
    content: "\f14a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #7dc623;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}



/*=============== HEADER CSS =============*/

header {
    background: #fff;
    padding: 20px 0;
}


.site-navigation > ul > li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.site-navigation > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.site-navigation ul {
    text-align: right;
    margin-top: 25px;
}

.site-navigation ul li:last-of-type {
    margin-right: 0px;
}

.site-navigation > ul > li > a {
    display: block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px 8px 20px;
    font-family: 'pt_sansbold';
    background: transparent;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.site-navigation ul li a:hover {
    background: #2c4b9c;
    color: #fff;
}

.site-navigation ul li.current-menu-item > a {
    background: #2c4b9c;
    color: #fff;
}


/*=============== END OF HEADER CSS =============*/


/*=============== SLIDER CSS =============*/

.carousel {
    overflow: hidden;
}

.carousel-indicators li {
    border-radius: 0px;
    width: 40px;
    height: 8px;
    margin: 0;
}

.carousel-indicators li.active {
    width: 40px;
    height: 8px;
    background: #fff;
    border-color: #fff;
}

.carousel-inner > .item img {
    width: 100%;
}

.carousel-control.left {
    left: -40px;
}

.carousel-control.right {
    right: -40px;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    opacity: 1;
}

.carousel-control {
    top: 50%;
    height: 40px;
    width: 40px;
    font-size: 25px;
    text-shadow: none;
    background: #2c4b9c !important;
    display: flex;
    align-items: center;
    margin-top: -20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.carousel-control i {
    width: 100%;
    text-align: center;
}

.carousel:hover .carousel-control.left {
    left: 0;
}

.carousel:hover .carousel-control.right {
    right: 0;
}

.slider-caption {
    position: absolute;
    content: "";
    top: 100px;
    left: 0;
    width: 100%;
    padding: 10px;
}

.carousel-inner .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2);
}

.slider-inner-caption {
    color: #fff;
    width: 650px;
}

.slider-inner-caption h1 {
    margin: 0 0 15px;
}

.slider-inner-caption .site-btn {
    margin-top: 20px;
}

.slider-inner-caption .site-btn:hover {
    color: #fff;
}

/*=============== END OF SLIDER CSS =============*/


/*=============== SECTION CSS =============*/

.site-content {
    padding: 60px 0;
}

.page-title {
    text-transform: uppercase;
    margin: 0 0 30px;
    position: relative;
}

.page-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 50px;
    background: #7dc623;
    height: 3px;
}

.title-wrap .page-title {
    display: inline-block;
    vertical-align: middle;
    width: 92%;
}

.title-wrap .controls-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 7%;
    top: 7px;
}

.slider-controls #slider-prev a i,
.slider-controls #slider-next a i {
    width: 100%;
    text-align: center;
}

.bx-wrapper {
    margin: 0; 
    box-shadow: none;
}

.featured-products {
    margin-top: 70px;
}

.featured-slider li {
    overflow: hidden;
    position: relative;
}

.featured-slider li a img {
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.featured-slider li:hover .titlename {
    background: #87b1a1;
}

.controls-wrap {
    position: relative;
}

.slider-controls #slider-prev a {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 35px;
    height: 35px;
    z-index: 9999;
    right: 5px;
    background: #7dc623;
    color: #fff;
    font-size: 24px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.slider-controls #slider-next a {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 35px;
    height: 35px;
    z-index: 9999;
    left: 0;
    background: #7dc623;
    color: #fff;
    font-size: 24px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.controls-wrap .slider-controls {
    position: absolute;
    right: 32px;
}

.searchby-products {
    background: #f7f7f7;
    padding: 40px 0;
    margin-top: 70px;
}

.product-list .nav-tabs {
    border: none;
}

.product-list .nav-tabs > li {
    float: none;
    display: block;
    border-left: 1px solid #e8e5e5;
}

.product-list .nav-tabs > li > a {
    padding: 0;
    border-radius: 0px;
    padding: 7px 15px;
    background: none;
    border: none;
    color: #000;
    border-left: 2px solid transparent;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.product-list .nav-tabs > li.active > a, 
.product-list .nav-tabs > li.active > a:hover, 
.product-list .nav-tabs > li.active > a:focus {
    background: none;
    border: none;
    border-left: 2px solid #7dc623;
}

.product-list .nav-tabs > li.active > a {
    border-left: 2px solid #7dc623;
}

.content {
    margin: 0 0 40px;
}

.filter-form .checkbox:last-of-type {
    margin: 0;
    border: none;
    padding: 0;
}

.products {
    margin: 0 0 30px;
}

.products .thumbnail-img a {
    display: block;
    position: relative;
    padding: 20px;
    background: #dedede;
}

.products .thumbnail-img a:hover img {
    transform: scale(1.2,1.2);
}


/*=============== END OF SITE CONTENT CSS =============*/



/*=============== SITE FOOTER CSS =============*/

.site-footer {
    background: #794a73;
    padding: 30px 0;
}

.footer-title {
    color: #fff;
    margin: 0 0 25px;
}

.footer-block.products ul li {
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 10px;
    padding: 0;
}

.footer-block.products ul li:before {
    display: none;
}

.footer-block.products ul li a  {
    display: block;
    color: #fff;
    background: #616d4d;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 13px;
}

.footer-block.products ul li a:hover {
    background: #7dc623;
    color: #fff;
}

.footer-block ul li {
    margin: 0 0 7px;
    position: relative;
    padding-left: 15px;
}

.footer-block ul li:before {
    position: absolute;
    font-family: 'Fontawesome';
    content: "\f105";
    left: 0;
    top: -3px;
    color: #fff;
}

.footer-block ul li a  {
    display: block;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}


.footer-block ul li a:hover {
    color: #eee;
}

.copyright {
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.copyright a {
    color: #c0c4ce;
}

.copyright a:hover {
    color: #c0c4de;
}

.footer-block.social-links ul li {
    padding: 0;
    display: inline-block;
    margin-right: 5px;
}

.footer-block.social-links ul li:last-of-type {
    margin-right: 0px;
}

.footer-block.social-links ul li:before {
    display: none;
    padding :0;
}


.footer-block.social-links ul li a {
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    background: #fff;
    color: #2c4b9c;
}

.footer-block.social-links ul li a i {
    width: 100%;
    text-align: center;
}

.footer-block.payment-method ul li {
    padding-left: 25px;
}

.footer-block.payment-method ul li:before {
    content: "\f046";
}

.contact-address ul.c-address li {
    color: #fff;
    font-size: 14px;
    margin: 0 0 7px;
    padding-left: 25px;
    position: relative;
}

.contact-address ul.c-address li:last-of-type {
    margin: 0;
}

.contact-address ul.c-address li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    font-family: 'Fontawesome';
    color: #88d030;
}

.contact-address ul.c-address li.address:before {
    content: "\f124";
}

.contact-address ul.c-address li.ph:before {
    content: "\f095";
}

.contact-address ul.c-address li.fax:before {
    content: "\f1ac";
}

.contact-address ul.c-address li.url:before {
    content: "\f0e0";
}

/*=============== END OF SITE FOOTER CSS =============*/




/*====================== INNER PAGE CSS ==============*/

.site-content {
    padding: 60px 0;
}

.page-banner {
    background: #91bbab;
    padding: 40px 0;
}

.page-banner .page-title {
    color: #fff;
}

.page-banner .page-title:before {
    background: #fff;
}

.contact-details {
    padding: 20px 30px;
}

.contact-details h3 {
    margin: 0 0 20px;
}

.contact-details ul {
    padding-left: 20px;
}

.contact-details ul li {
    display: block;
    margin: 0 0 10px;
    padding-bottom: 5px;
    font-size: 15px;
}

.contact-details ul li u {
    color: #7aa795;
}

.contact-details ul li span {
    display: inline-flex;
    align-items: center;
    height: 30px;
    width: 30px;
    background: #7dc623;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.contact-details ul li span i {
    width: 100%;
    text-align: center;
}



/*====================== END OF INNER PAGE CSS ==============*/


/*====================== SUBSCRIBE BLOCK ==============*/

.subscribe-block {
    background: #5f646f;
    padding: 80px 0 60px;
}

.subscribe-wrap {
    width: 700px;
    margin: 0 auto;
}

.subscribe-block .page-title {
    color: #fff;
    font-size: 24px;
}

.subscribe-block .page-title:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -20px;
    height: 2px;
    width: 60px;
    background: #fff;
    margin-left: -20px;
}

.subscribe-form .form-group {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 73%;
}

.subscribe-form .form-group:last-of-type {
    margin: 0;
    width: 22%;
}

.subscribe-form .form-group .form-control {
    background: transparent;
    border-color: #fff;
    border-radius: 40px;
    height: 50px;
    padding: 0 25px;
    color: #fff;
    font-size: 16px;
}

.subscribe-form .form-group .site-btn {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    border-radius: 40px;
    height: 50px;
    font-size: 14px;
    font-family: 'pt_sansbold';
    text-transform: uppercase;
    width: 100%;
    box-shadow: none;
}

.subscribe-form .form-group .site-btn:hover {
    background: transparent;
    color: #fff;
}

.subscribe-form .form-group .form-control::placeholder {
    color: #eee;
}

.subscribe-form .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #eee;
}

.subscribe-form .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
   color: #eee;
}

.introduction {
    background: #f9f9f9;
    padding: 50px 0;
}

.introduction .site-btn {
    margin-top: 15px;
}


/*====================== END OF SUBSCRIBE BLOCK CSS ==============*/


/*====================== TESTIMONIALS CSS ==============*/

.testimonials {
    padding: 80px 0;
    background: #fff;
}

.c-testimonials {
    width: 1000px;
    margin: 0 auto;
}

.c-testimonials .page-title {
    font-size: 24px;
}

.c-testimonials .page-title:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -20px;
    height: 2px;
    width: 60px;
    background: #7dc623;
    margin-left: -20px;
}

.testimonials-slider .slider-item {
    position: relative;
}

.testimonials-slider .slider-item .thumbnail-img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials-details {
    padding-left: 160px;
    position: relative;
}

.testimonials-details .quote {
    display: block;
    margin: 0 0 8px;
}

.testimonials-details .c-name {
    margin-top: 15px;
    color: #32df83;
    font-size: 16px;
}

/*====================== END OF TESTIMONIALS CSS ==============*/



ul.featured-slider li a {
    display: block;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.site-content.single .thumbnail-img {
    text-align: center;
    border: 1px solid #eee;
    padding: 20px 10px;
}

.site-content.single .thumbnail-img img {
    max-width: 100%;
    width: auto;
}

.single-title {
    margin: 0 0 15px;
    font-size: 25px;
}

.single-content p {
    margin: 0 0 10px;
}

.products-block {
    background: #eff1eb;
    margin: 0 0 40px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.products-block .price {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}

.products-block .price p {
    background: #9a9a9a;
    border-top-right-radius: 20px;
    padding: 10px 15px 8px;
}

.products-block > a {
    display: block;
    position: relative;
}

.products-block > a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    margin-left: -20px;
    background: rgba(0,0,0,0.1);
    height: 100%;
    width: 40px;
    margin-left: -20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.products-block > a:hover .thumbnail-img img {
    transform: scale(1.2,1.2);
}

.products-block > a:hover::before {
    left: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    margin: 0;
}

.content-area p {
    margin: 0 0 20px;
}

.site-navigation ul.sub-menu {
    position: absolute;
    top: 16px;
    left: 0;
    min-width: 200px;
    text-align: left;
    background: #f9f9f9;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.site-navigation ul.sub-menu li {
    border-bottom: 1px solid #eee;
}

.site-navigation ul.sub-menu li:last-of-type {
    border: none;
}

.site-navigation ul.sub-menu li a {
    display: block;
    padding: 7px 20px;
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.site-navigation ul.sub-menu li a:hover,
.site-navigation ul.sub-menu li.current-menu-item a {
    color: #fff;
}

p.titlename {
    background: #a4d5c2;
    padding: 9px 15px 5px;
    color: #fff;
}

.contact-form h3 {
    margin: 0 0 20px;
}

form.wpcf7-form input, form.wpcf7-form textarea {
    height: 35px;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #eee;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

form.wpcf7-form input:focus, form.wpcf7-form textarea:focus {
    border-color: #ddd;
    outline: 0;
}

form.wpcf7-form label {
    display: block;
    margin: 0 0 20px;
    color: #3f474a;
}

.wpcf7-submit {
    background: #000;
    color: #fff;
    border: none !important;
    box-shadow: none;
    width: 100px !important;
    line-height: 0px;
}

form.wpcf7-form textarea {
    min-height: 150px;
}

.inner-fig img {
    max-width: 100%;
    margin: 0 0 20px;
}

.footer-block ul li a:hover {
    color: #88d030;
}

.pagination > li > a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
    background: #72af28;
    border-color: #72af28;
    color: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0px;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background: #72af28;
    border-color: #72af28;
    color: #fff;
}

a.viewall {
    padding: 9px 15px 7px;
    border: 1px solid #000;
    color: #000;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

a.viewall:hover {
    background: #72af28;
    border-color: #72af28;
    color: #fff;
}