/*
Theme Name: dekha
Theme URI: http://saayami.com
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: Aashik Manandhar
Author URI: http://saayami.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
html,body{
    padding:0px;
    margin:0px;
}
.nopadding {
    padding: 0px;
}
.nomargin {
    margin: 0px;
}
*{
    font-family: 'Quicksand', sans-serif;
	font-weight:500;
}
#first-Section{
    margin-bottom: 7px;
}
.style_head{
    display: inline-block;
    width: 100%;
    margin: 70px auto;
}
.page_style_head{
    display: inline-block;
    width: 100%;
    margin: 70px auto 0px;
}
.head1 {
    font-size: 53px;
    color: #fbfbfb;
}
.btn-warning{
	color:#FFF !important;
}
.head2 {
    font-size: 30px;
    margin-top: -60px;
    color: orange;
    font-weight: 600;
}
.head-Link {
    color: black;
    font-size: 19px;
    font-weight: 600;
}
.wpcf7-form{
	border:1px orange solid;
	padding:25px;
}
.wpcf7-form>p>label{
	width:100%;
}
.wpcf7-textarea{
	height:100px !important;
}
.head-Link:hover {
    text-decoration: none;
    color: green;
}
.social-Link:hover {
    color: green;
}
.social-Link {
    color: black;
}

.headings {
    font-weight: 600;
}

.top-Link1 {
    padding-top: 28px;
    text-align: center;
}

.top-Link2 {
    padding-top: 40px;
}
.services>h1{
    font-size:25px;
}

/* SEARCH SECTION */


/* #search-Con{
    height: 100px;
} */
.top-Search>form{margin-top:30px;}
.top-Search>form>.search-field
{
    border:2px blue solid;
    border-radius:22px;
    padding:10px;
    width:85%;
}
.search-Bar {
    width: 100% !important;
    height: 50px !important;
    border-radius: 10px !important;
    border: 2px yellowgreen solid !important;
    margin-top: 25px;
}
#navigation {
    width: 100% !important;
}

.navBar-List {
    padding: 0px;
}

#navbarNavDropdown {
    padding: 20px auto;
    justify-content: flex-end;
    height: auto;
}

.nav2 {
    /* background: yellowgreen url(../images/mav.png) left no-repeat;  */
    padding: 0px;
    background-color: yellowgreen;
}
.dropdown-menu>li>a{
	padding:5px 20px;
}
.nav-List {
    margin: 10px 5px;
    font-size: 18px;
    padding:30px 0px;
	font-weight:bold;
}

.nav-List:hover {
    color: orange !important;
}
/* Image Section */

.img-Back {
    min-width: 100%;
}


/* About Section */

#about-Section {
    position: relative;
}

.about-Tab {
    width: 100%;
    margin: 5px auto;
    background-color: #f8f8f8;
    padding: 0px;
}

.abt-Sec {
    padding: 40px 20px;
    border-left: 1px solid #d3d3d360;
}

.about-Head {
    color: #1a92c5;
    font-weight: 600;
}

.about-Detail {
    color: #1a92c5;
    font-size: 14px;
}


/* WHO SECTION */

#who-Section {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.who-Detail {
    margin: 0px 85px;
    font-size: 20px;
}
.services_icon>img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.services_icon_lmargin>img{
    margin-left:20px;
	border:3px orange solid;
}
.services_icon_rmargin>img{
    margin-right:20px;
	border:3px orange solid;
}

/* PRODUCT SECTION */
.product-Detail{
    height:385px;
    overflow:hidden;
	background:#FFF;
}
#product-Section {
    background-color: #fbfbfb;
    position: relative;
    padding:70px 0px;
}

.product-Images {
    margin: 0px auto;
}

.top-Head {
    font-size: 22px;
    font-weight: 600;
    padding:25px;
}

.top-Head::before {
    content: url(../images/line.png);
    margin: 7px;
    vertical-align: text-bottom;
}

.top-Head::after {
    content: url(../images/line.png);
    margin: 7px;
    vertical-align: text-bottom;
}

.topSelling {
    text-align: center;
    position: relative;
}

.dekha-Carasoul {
    padding: 0px 100px;
    position: relative;
    z-index: 5;
}

.dekha-Meds {
    position: relative;
    z-index: 5;
    margin-bottom: -25px;
}

.med-Items {
    width: 120px;
    height: 200px;
}

.rack-Section {
    position: absolute;
    z-index: 3;
}

.rack {
    margin-top: -50px;
    position: relative;
    z-index: -1;
}


/* PRODUCT CATAGORIES */

#product-Categories {
    margin-top: 0px;
}

.product-Id {
    color: black;
}

.product-Id:hover {
    background-color: yellowgreen;
    color: white;
}

.medicine {
    text-align: center;
    margin: 10px 0px;
}

.view-All {
    font-size: 15px;
    color: rgb(53, 52, 52);
}

.view-All:hover {
    color: green;
    text-decoration: none;
}

.med-Image {
    width: 100px;
    height: auto;
}

.med-Head {
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
    margin-top: 9px;
}

.med-Detail {
    font-size: 13px;
    color: gray;
    margin: 0px 0px 5px 0px;
}

.med-Price {
    color: green;
    margin-bottom: 20px;
    font-size: 22px;
}

.cart {
    padding: 7px 15px !important;
    font-weight: 600;
}

.cart:hover {
    color: white;
}


/* PRODUCT CARASOUL */

#product-Carasoul {
    overflow: hidden;
    margin-top: 60px;
}

.product {
    padding: 28px;
}

.med-Back {
    position: absolute;
    width: 100%;
    height: 450px !important;
    margin-top: 75px;
    opacity: 0.7;
}

.med-Carasoul {
    height: 100%;
    border: #1a92c5 4px solid;
}

.car-Image{
    height: 100%;
    object-position: 50%;
}

.med-Info{
    width: 60%;
    position: absolute;
    margin-top: -150px;
    background: #00a4e5;
    right: 0;
    height: 87px;
}

.car-Info{
    position: absolute;
    z-index: 5;
    width: 70%;
    margin-bottom: 50px;
}

.info-Car{
    padding-left: 10px;
}

.car-Head{
    margin: 0px; 
    color: white;
}
.car-Det{
    color: white;
    margin: 0px;
}

.car-Skrew{
position: relative;
left: -87px; 
margin-top: -107px; 
height: 100% !important;
}
 


/* BLOG SECTION */

#Blog-Section {
    /* text-align: center; */
    margin: 60px 0px 40px 0px;
}

.leaves-Back {
    position: absolute;
    z-index: 10;
    width: 200px;
    right: 0px;
    margin-top: -480px;
}

.title-Heading {
    text-align: center;
}

.blogs {
    margin: 50px 0px;
}

.blog {
    overflow: hidden;
    position: relative;
    height: 350px;
}

.blog-Link {
    
    color:  white;
    font-weight: 600;
}

.blog-Link:hover {
    color: yellowgreen;
    z-index: 10;
}

.blog-Image {
    width: 100%;
}

.caption {
    padding: 120px 12px 30px 20px;
    position: absolute;
    bottom: 0px;
    font-size: 19px;
    z-index: 5;
     
}

.shade {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0px;
    height: 160px !important;
}


/* COMPANY SECTION */

#company-Section {
    margin-top: 0px;
    text-align: end;
    line-height: 23px;

}

.leaf-con{
    position: absolute;
    z-index: 1;
    right: 70px;
    margin-top: -83px;
}

.com-Head {
    font-size: 17px;
    font-weight: 600;
    margin: 9px 0px;
}

.com-Contact {
    font-size: 29px;
    font-weight: 600;
    margin: 12px 0px;
}

.com-Email {
    font-size: 19px;
    font-weight: 600;
}

.contact {
    color: black;
}

.contact:hover {
    color: #1a92c5;
    text-decoration: none;
}


/* FOOTER Section */

#footer-Section {
    text-align: center;
}

.footer-Detail {
    padding: 40px 0px 0px 0px;
    background-color:darkorange;
    color: white;
}

.footer-Link {
    margin: 0px 20px;
    color: white;
}

.footer-Link:hover {
    color: yellowgreen;
    text-decoration: none;
}
.foot-Link{
    color: white;
}
.foot-Link:hover{
    color: yellowgreen;
    text-decoration: none;
}



/* RESPONSIVE QUERIES */

@media all and (max-width: 599px) {
    .dekha-Logo{
        text-align: center;
    }
    .head1 {
        font-size: 35px;
    }
    .head2 {
        font-size: 22px;
        margin-top: -40px;
        font-weight: 600;
    }
    .top-Search {
        padding-left: 15px;
    }
    .top-Link2 {
        padding-top: 16px;
        font-size: 13px;
        display: none;
        text-align: center;
    }
    .head-Link {
        font-size: 20px;
    }
    .search-Bar {
        position: absolute;
        z-index: 10;
        bottom: -55px;
        right: 25px;
        width: 250px !important;
        height: 40px !important;
        border-radius: 10px !important;
        border: 2px yellowgreen solid !important;
    }
    #navigation {
        padding: 0px 15px;
    }
    .nav2 {
        display: none;
    }
    #who-Section {
        margin-bottom: 50px;
    }
    .who-Detail {
        margin: 0px 15px;
        font-size: 15px;
    }
    .pro-Img {
        margin: 7px 0px;
    }
    .top-Head {
        font-size: 15px;
    }
    .dekha-Carasoul {
        padding: 0px 60px;
    }
    .dekha-Meds {
        position: relative;
        z-index: 5;
        margin-bottom: -68px;
    }
    .rack {
        margin-top: -20px;
        position: relative;
        z-index: -1;
    }
    .headings {
        font-size: 15px;
    }
    .medicine {
        margin-top: 12px;
    }
    .med-Image {
        width: 60px;
    }
    .product-Id {
        font-size: 13px;
    }
    .product-Detail {
        margin-top: 15px;
    }
    .med-Price {
        margin-bottom: 10px;
        font-size: 19px;
    }
    .product {
        padding: 0px;
    }
    .cart {
        padding: 5px 10px !important;
    }
    .blog {
        margin-top: 10px;
    }
    .med-Back{
        height: 150px !important;
        margin-top: 50px;
    }
    .car-Skrew{
        display: none;
    }
    .med-Info {
        width: 70%;
        position: absolute;
        margin-top: -90px;
        background: #00a4e5;
        right: 0;
        height: 80px;
        padding-left: 7px;
        border-radius: 10px 0px 0px 10px;
    }
    .car-Head {
        margin: 0px;
        color: white;
        font-size: 17px;
        margin-top: -3px;
    }
    .car-Det{
        color: white;
        margin: 0px;
        font-size: 12px;
    }

    .leaves-Back {
        position: absolute;
        z-index: 10;
        width: 110px;
        right: 0px;
        margin-top: -290px;
    }
    .caption {
        padding: 120px 5px 30px 10px;
        position: absolute;
        bottom: 0px;
        font-size: 15px;
    }
    .com-Head {
        font-size: 14px;
        font-weight: 600;
        margin: 9px 0px;
    }
    .com-Contact {
        font-size: 25px;
        font-weight: 600;
        margin: 12px 0px;
    }
    .com-Email {
        font-size: 16px;
        font-weight: 600;
    }
    .footer-Link {
        margin: 0px 10px;
        color: white;
    }
}

@media screen and (min-width: 501px) and (max-width: 759px) {
    .dekha-Logo{
        text-align: center;
    }
    .nav2 {
        display: none;
    }
    #navigation {
        padding: 0px 15px;
    }
    .img-Back {
        min-width: 102%;
    }
    .top-Link2 {
        text-align: center;
    }
    .search-Bar {
        bottom: -60px;
        right: 18px;
        border-radius: 10px !important;
        width: 350px !important;
    }
    .abt-Sec {
        padding: 25px 0px;
        border-left: 1px solid lightgray;
        border-right: 1px solid lightgray;
    }
    .who-Detail {
        margin: 0px;
        font-size: 19px;
    }
    .rack {
        margin-top: -24px;
        position: relative;
        z-index: -1;
    }
    .med-Image {
        width: 75px;
        height: auto;
    }
    .product-Detail {
        margin-top: 20px;
    }
    .product-List {
        padding: 0px;
    }
    .med-Carasoul {
        height: 400px;
        border: #1a92c5 4px solid;
    }
    .med-Back {
        position: absolute;
        width: 100%;
        height: 200px;
        margin-top: auto;
        opacity: 0.7;
        margin-top: 150px;
    }
    .leaves-Back {
        position: absolute;
    z-index: 10;
    width: 100px;
    right: 0px;
    margin-top: -20px;
}
    }
    .blog {
        margin-top: 10px;
    }
    .com-Head {
        font-size: 15px;
        font-weight: 600;
        margin: 9px 0px;
    }
    .com-Contact {
        font-size: 27px;
        font-weight: 600;
        margin: 12px 0px;
    }
    .com-Email {
        font-size: 17px;
        font-weight: 600;
    }


@media all and (min-width: 600px) and (max-width:799px) {
    .nav2 {
        display: none;
    }
    .top-Link2 {
        display: none;
    }
    .nav-Skrew{
        display: none;
    }
    
}

@media all and (min-width: 800px) and (max-width:1024px) {
    .nav2 {
        display: none;
    }
    .top-Link1 {
        display: none;
    }
}

@media all and (min-width: 700px) and (max-width: 1024px) {
    .top-Link1 {
        display: none;
    }
    .top-Link2 {
        display: block;
    }
}

@media all and (min-width: 1025px) and (max-width: 1399px) {
    .top-Link1 {
        display: none;
    }
}

@media all and (min-width: 1400px) {
    .top-Link1 {
        display: none;
    }
}

/**********About Us***************/
/* .abt-Image{
    /* height: 450px !important;
    width: 100% !important;
    object-fit: contain !important;
    opacity: 0.7; 
} */

.aboutUs-Section{
    margin-top: 30px; 
    margin-bottom: 50px;
}
.med-Img1{
    position: absolute;
    z-index: 11;
    bottom: 0px;
}
.med-Img2{
    position: absolute;
    z-index: 11;
    bottom: 0px;
    left: -10px;
}

.who-Detail2{
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}

.director-Section{
    margin-top: 20px;
    margin-bottom: 30px;
}
.abt-Details{
    margin-top: 40px;
}
.aboutBody-Div{
    margin: 20px 0px;
    padding: 2px;
    border: 4px #9acd32 solid;
    box-shadow: 22px 15px 64px -41px rgba(0,0,0,1);
    border-radius: 5px;
}

.about-Body{
    padding: 35px;
    background-color: #f8f8f8;
    border: 2px solid white;
    height: 100%;
}
.about-Body:hover {   
    background-color: yellowgreen;
    color: white !important;
}
.about-Body:hover .media-body>h5,
.about-Body:hover .media-body>p{   

    color: white !important;
}

.leaves-Back2{
    position: absolute;
    top: 620px;
    z-index: 10;
    width: 260px;
    right: 0px;
    /* margin-top: 300px; */
}
.director-Image{
    border: 4px solid #1a92c5;
}
.director-Img{
    height: 400px !important;
    object-fit: contain !important;
}
.dir-Logo{
    position: absolute;
    width: 65px;
    bottom: 25px;
    left: 20px;
}

.quote{
    text-align: center;
    padding-top: 50px;
}
.quote-card {
    background: yellowgreen;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
  }
  .quote-card p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    max-width: 80%;
  }
  .quote-card cite {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: 200;
    opacity: 0.8;
  }
  .quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(255, 255, 255, 0.89);
    font-weight: normal;
  }
  .quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 25em;
    color: hsla(0, 0%, 100%, 0.89);
    font-weight: normal;
  }
  .grp-Img{
      width: 100%;
      height: 400px !important; 
      object-fit: cover;
      object-position: top;
  }
@media only screen and (max-width: 450px)
{
	.services_icon>img{
		width:80px;
		height:80px;
	}
	.style_head{
		margin:30px auto;
	}
}
.padtop{
	padding-top:120px;
}
.padbot{
	padding-bottom:25px;
}
.fw{
	float:left;width:75%;
}
.flowid{
	float:left;width:20%;
}
.bod{
	border:2px orange solid;
}
.pad{
	padding:80px 30px;
}
@media only screen and (max-width: 768px) {
  .nav-List{
      padding:0px;
	  text-align:left;
  }
	.dekha-Logo>a>img{
		width:210px;
	}
	.pad{
		padding:20px 30px;
	}
}