

a {
    color: #FF6F61;
}

a:hover,
a:active,
a:focus {
    color: #353535;
    outline: none;
    text-decoration: none;
}


.product_box {          width: -webkit-fill-available;
    display: inline-block;
    margin: 5px 10px;
    border: 1px solid #b5b5b5;
    vertical-align: text-top;
    border-radius: 5px;
    background: #ffffff;
    max-width: 300px;}
.product_box_img {}
.product_box_img img{       width: 100%;
    height: 300px;
    object-fit: contain;
    background: white;}
.product_name {    font-size: 15px;
    padding: 10px;}
.product_price {      text-align: right;
    padding-right: 10px;
    font-size: 15px;}
	.product_mrp {      margin: 8px;
    font-size: 10px;
    color: gray;
    text-decoration: line-through;}
	
	.price_holder {        display: flex;
    flex-wrap: nowrap;
    align-items: anchor-center;
    justify-content: end;
    font-size: 12px;}
	
	.product_discount {       background: #36a336;
    font-size: 11px;
    display: block;
    font-weight: 500;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px 6px;}
.product_dis {      text-align: left;
    padding: 10px;
    white-space: pre-line;
    font-size: 14px; }

.product_btn {       background: #4c3507;
    color: white;
    width: -webkit-fill-available;
    margin: 5px 10px;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px;
    display: flex;
    justify-content: space-between;}


.product_box details {}

.product_box summary {         color: #ffffff;
    background: #2a5fd9;
    width: fit-content;
    font-size: 12px;
    padding: 4px 5px;
    text-decoration: underline;
    cursor: pointer;
    animation: glow-box 1.5s infinite alternate;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center;
    justify-content: center;
    align-items: anchor-center;
	}
	
	@keyframes glow-box {
  from {
   scale:1;
  }
  to {
    scale:0.9;
  }
}
	
	h1, h2, h3, h4, .navbar-default .navbar-nav li a, .navbar-default .navbar-nav>li>a:focus {
    color: black;
    font-weight: 400;
}

.gallery-wrapper h3 {
	    padding: 5px 10px;
    font-size: 16px;
}

.gallery-wrapper {
    background: #ffffff;
    margin-top: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin: 5px;
    border: 1px solid #dadada;
    border-radius: 5px;
}

.gallery-wrapper img {       height: 300px;
    width: -webkit-fill-available;
    object-fit: contain;}
.social-icon {      display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: anchor-center;}
	
	.social_med img{           width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 70px;
    top: 0;
    position: relative;
    animation: popsocial 1s linear infinite alternate;
	}
	
	
.social_med i{
		    animation: popsocial 1s linear infinite alternate;
    width: 48px;
    font-size: 37px;
    background: transparent;
    border: 1px solid;
    padding: 5px;
    border-radius: 43px;
}
	
	@keyframes popsocial{
		from {scale:1;}
		to {scale:1.1;}
	}
	
	#payment {    width: -webkit-fill-available;
    max-width: 1000px;
    margin: 0 auto;}
	
.py_grid {        display: grid;
    grid-template-columns: 145px auto;
    align-items: center;
    box-shadow: 2px 2px 5px 0px #88888861;
    margin: 7px 3px;
    background: white;}
.py_grid h2{}
.py_grid p{}

#payment h2 {
        font-size: 14px;
    font-weight: 600;
    color: #000000;
    width: -webkit-fill-available;
    max-width: -webkit-fill-available;
    margin: 0 auto;
    padding-left: 10px;
}

#payment p {
        font-size: 14px;
    font-weight: 500;
    color: #373737;
    width: -webkit-fill-available;
    margin: 8px auto;
    max-width: 500px;
    padding: 0px 15px;
}


.py_grid:nth-child(2n+2) {
    background: #f3f3f3;
}

#payment img {    width: 31%;
    display: inline-block;
    margin: 10px;
    vertical-align: text-top;}
#payment h4 {
    text-align: left;
    font-size: 16px;
    padding: 0px 10px;
    margin-top: 25px;
}


#cont1 { width: 49%;}

#d_appointment {    max-width: 800px;
    width: -webkit-fill-available;
    margin: 20px auto;
    display: block;}
	
	.contact-link {
    color: #000000;
}

.save_contact_fixed {        width: 60px;
    background: #f62525;
    color: white;
    font-size: 8px;
    display: flex;
    height: 58px;
    align-items: center;
    padding: 12px;
    font-weight: 600;
    position: fixed;
    z-index: 44;
    border: 2px solid white;
    left: 10;
    bottom: 100px;
    border-radius: 100px;
    text-align: center;
    animation: popsocial 1s linear infinite alternate;}
	
	.btn_buy {
		           color: white !important;
    padding: 10px 15px !important;
    text-align: center !important;
    width: 100% !important;
    max-width: -webkit-fill-available;
    margin: 7px 5px  6px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    vertical-align: bottom !important;
	}
	
	
	.contact_fixed {           width: 59px;
    background: #257df6;
    color: white;
    font-size: 33px;
    display: flex;
    height: 59px;
    align-items: center;
    padding: 12px;
    font-weight: 600;
    position: fixed;
    z-index: 44;
    border: 2px solid white;
    left: 10;
    bottom: 20px;
    justify-content: center;
    border-radius: 100px;
    animation: popsocial 1s linear infinite alternate;}
	
	

.product_s {
        text-align: center;
    background: white;
    padding: 10px;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;
    border: 3px solid orange;
    width: -webkit-fill-available;
    max-width: 30%;
    vertical-align: text-top;
}

@media screen and (max-width: 768px){
	.product_s {
       
    width: -webkit-fill-available;
    max-width: 95%;
}
}
	
	#product_services {text-align:center}
.product_s p{font-weight: 600;
    text-transform: capitalize;}	
.product_s img{width: auto;
    max-width: 91%;
    max-height: auto;
    background: white;
    border-radius: 5px;}	
	
	
	.btn-2 {
		
		    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
		
	}
	
	
	.alert {   padding: 23px;
    width: fit-content;
    font-size: 13px;
    margin: 0px auto;
    border-radius: 6px;}
	
.danger {background: #ffd0d082;
    color: #d45050;}
.info {    background: #d0deff82;
    color: #5097d4;
}
.success {background: #cdfabf82;
    color: #46a052;
}	
	.btn-post {    background: #2196F3;
    color: white;
    border: 0px;
    padding: 7px 13px;
    border-radius: 4px;}
	
	#feedback_form {       display: none;
    width: -webkit-fill-available;
    max-width: 600px;
    margin: 10px auto;}
	#feedback_form input,#feedback_form textarea {        margin: 5px;
    border: 1px solid #d8d4d4;
    border-radius: 6px;
    padding: 0px 10px;
    width: -webkit-fill-available;	}
	
	#feedback_form input[type=submit]{
		    background: #ffa400;
    color: #ffffff;
	}
	
	.feed_date {
    position: relative;
    right: unset;
    bottom: unset;
    font-size: 11px;
    text-align: right;
}