/*
Plugin CSS
Author: wpdream
*/

:root{
    --brcolor:#14b1bb; /* Brand color */
    --brhovercolor:#0a257a; /* Brand Hover color */
	--brrgb: 20,177,187; /* Brand rgb color */
	--bropacity:rgba(0,0,0,0.64); /* Brand opacity color */
    --black:#000000; /* black color */
	--white:#ffffff; /* white color */
    --bdcolor:#dddddd; /* border color */
    --bdhcolor:#14b1bb; /* border hover color */
    --linkcolor:#000000; /* link  color */	
    --titlecolor:#0e0e0e; /* title color */
    --pracolor:#74787c; /* pragrap/body color */	
    --bshadow:rgba(0,0,0,0.09); /* opacity color box shadow */   
	scroll-behavior: unset;
}
/*
var(--titlecolor)
var(--bdhcolor)
var(--brcolor)
var(--brhovercolor)
var(--brrgb)
var(--bropacity)
var(--black)
var(--white)
var(--bdcolor)
var(--bshadow)
var(--linkcolor)
var(--pracolor)
*/
img, svg {
    vertical-align: middle;
}
.text-center {
    text-align: center;
}

/*=========================================================
 #START TO PRICE LIST CSS
 =========================================================*/
.wpdheadind_title {
    display: block;
    font-size: 30px;
}
 .wpdprice_list_text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 3px;
	transition:.5s;
}
.wpdrow_reverse:nth-child(even){
    flex-direction: row-reverse;
}
.wsingle_mlist {
    width: 100%;
}
.wpd_single_mlist {
    width: 100%;
	padding-left: 20px;
    padding-right: 20px;
}
.wpdprice_list_header {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 10px;
	transition:.5s;
    color: var(--titlecolor);	
}
.wpdprice_list_separator {
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    flex-grow: 10;
    height: 0; 
    margin-left: 10px;
    margin-right: 10px;
}
.wpd_image_mlist img{
	transition:.5s;	
}
/*=====================================================================================
								Responsive CSS
=====================================================================================*/
 @media (min-width: 992px) and (max-width: 1365px) {

 }	
 @media (min-width: 768px) and (max-width: 991px) {
.wpdprice_list_text {
    display: inherit;
    text-align: center;
}
	
 }  
/* --- Small Mobile : 320 ---*/
 @media (max-width: 767px) {
.wpdprice_list_text {
    display: inherit;
    text-align: center;
}

    
 }



