/*-----------------
1. Global variable css
-----------------------*/
:root {
	--gradient-btn:  -webkit-linear-gradient(0deg, #f25022 0%, #1c1563 100%);
    --primary-clr: #1c1563;
    --secondary-clr: #f25022;
    --text-clr: #333333;
    --accent-clr: #8f8d8d;
    --lightgrey-clr: #ededed;
}
/*-----------------
2. Background Color
-----------------------*/
.bg-primary {
    background: var(--primary-clr) !important;
}
.bg-secondary {
    background: var(--secondary-clr);
}
.bg-lightgrey {
    background: var(--lightgrey-clr);
}
.bg-white {
    background: #fff !important;
}
.bg-t {
    background: transparent !important;
}
/*-----------------
3. Color and Fonts 
-----------------------*/
.primary-clr {
    color: var(--primary-clr) !important;
}
.secondary-clr {
    color: var(--secondary-clr);
}
.f-headind {
   font-family: var(--ff-heading); 
}
.f-para {
   font-family: var(--ff-para); 
}
.text-clr{
    color: #333;
} 
.text-clr:hover {
    color: #333 !important;
}
/*-----------------
4. Headings and Typographic Classes / .title, .uppercase etc
-----------------------*/
/* - Font size classes - */
.big {
  font-size: 36px;
  line-height: 48px;
}
.bigger {
  font-size: 48px;
  line-height: 1.2;
}
.super {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 0;
}
.f-12 {
    font-size: 12px;
}
.f-13 {
    font-size: 13px;
}
.f-14 {
    font-size: 14px;
}
.f-16 {
    font-size: 16px;
}
.f-18 {
    font-size: 18px;
}
.f-20 {
    font-size: 20px;
}
/* - Font weight classes - */
.bold {
  font-weight: bold;
}
.regular {
  font-weight: normal;
}
.bold-500 {
    font-weight: 500;
}
.bold-600 {
    font-weight: 600;
}
.bold-700 {
    font-weight: 700;
}
/* - Text transform classes - */
.txt-upper {
    text-transform: uppercase;
}
.txt-lower {
    text-transform: lowercase;
}
.txt-capita {
    text-transform: capitalize;
}
.l-h-1 {
    line-height: 1;
}
.l-h-2 {
    line-height: 1.3;
}
.line-height-3 {
    line-height: 1.4;
}
.l-h-4 {
    line-height: 1.5;
}
.l-h-5 {
    line-height: 1.6;
}
.l-h-6 {
    line-height: 1.7;
}
.l-h-7 {
    line-height: 1.8;
}
.l-h-8 {
    line-height: 1.9;
}
.l-h-9 {
    line-height: 2;
}

/*-----------------
5. Margins and Paddings
-----------------------*/
/* margin */
.m-0{margin:0!important}.m-5{margin:5px}.m-10{margin:10px}.m-15{margin:15px}.m-20{margin:20px}.m-25{margin:25px}.mt-0{margin-top:0!important;}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.mt-10{margin-top:10px !important}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.mr-10{margin-right:10px}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.mr-20{margin-right:20px}.mt-30{margin-top:30px}.mb-30{margin-bottom:30px}.ml-30{margin-left:30px}.mr-30{margin-right:30px}.mt-40{margin-top:40px}.mb-40{margin-bottom:40px}.ml-40{margin-left:40px}.mr-40{margin-right:40px}.mt-50{margin-top:50px}.mb-50{margin-bottom:50px}.ml-50{margin-left:50px}.mr-50{margin-right:50px}.mt-60{margin-top:60px}.mb-60{margin-bottom:60px}.ml-60{margin-left:60px}.mr-60{margin-right:60px}.mt-70{margin-top:70px}.mb-70{margin-bottom:70px}.ml-70{margin-left:70px}.mr-70{margin-right:70px}.mt-80{margin-top:80px}.mb-80{margin-bottom:80px}.ml-80{margin-left:80px}.mr-80{margin-right:80px}.mt-90{margin-top:90px}.mb-90{margin-bottom:90px}.ml-90{margin-left:90px}.mr-90{margin-right:90px}.mt-100{margin-top:100px}.mb-100{margin-bottom:100px}.ml-100{margin-left:100px}.mr-100{margin-right:100px}.mt-110{margin-top:110px}.mb-110{margin-bottom:110px}.ml-110{margin-left:110px}.mr-110{margin-right:110px}.mt-120{margin-top:120px}.mb-120{margin-bottom:120px}.ml-120{margin-left:120px}.mr-120{margin-right:120px}.mt-130{margin-top:130px}.mb-130{margin-bottom:130px}.ml-130{margin-left:130px}.mr-130{margin-right:130px}.mt-140{margin-top:140px}.mb-140{margin-bottom:140px}.ml-140{margin-left:140px}.mr-140{margin-right:140px}.mt-150{margin-top:150px}.mb-150{margin-bottom:150px}.ml-150{margin-left:150px}.mr-150{margin-right:150px}

/*Padding*/ 
.p-0{padding:0!important}.p-5{padding:10px}.p-10{padding:10px}.p-15{padding:15px}.p-20{padding:20px}.p-25{padding:25px}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.pt-10{padding-top:10px}.pb-10{padding-bottom:10px}.pl-10{padding-left:10px}.pr-10{padding-right:10px}.pt-20{padding-top:20px}.pb-20{padding-bottom:20px}.pl-20{padding-left:20px}.pr-20{padding-right:20px}.pt-30{padding-top:30px}.pb-30{padding-bottom:30px}.pl-30{padding-left:30px}.pr-30{padding-right:30px}.pt-40{padding-top:40px}.pb-40{padding-bottom:40px}.pl-40{padding-left:40px}.pr-40{padding-right:40px}.pt-50{padding-top:50px}.pb-50{padding-bottom:50px}.pl-50{padding-left:50px}.pr-50{padding-right:50px}.pt-60{padding-top:60px}.pb-60{padding-bottom:60px}.pl-60{padding-left:60px}.pr-60{padding-right:60px}.pt-70{padding-top:70px}.pb-70{padding-bottom:70px}.pl-70{padding-left:70px}.pr-70{padding-right:70px}.pt-80{padding-top:80px}.pb-80{padding-bottom:80px}.pl-80{padding-left:80px}.pr-80{padding-right:80px}.pt-90{padding-top:90px}.pb-90{padding-bottom:90px}.pl-90{padding-left:90px}.pr-90{padding-right:90px}.pt-100{padding-top:100px}.pb-100{padding-bottom:100px}.pl-100{padding-left:100px}.pr-100{padding-right:100px}.pt-110{padding-top:110px}.pb-110{padding-bottom:110px}.pl-110{padding-left:110px}.pr-110{padding-right:110px}.pt-120{padding-top:120px}.pb-120{padding-bottom:120px}.pl-120{padding-left:120px}.pr-120{padding-right:120px}.pt-130{padding-top:130px}.pb-130{padding-bottom:130px}.pl-130{padding-left:130px}.pr-130{padding-right:130px}.pt-140{padding-top:140px}.pb-140{padding-bottom:140px}.pl-140{padding-left:140px}.pr-140{padding-right:140px}.pt-150{padding-top:150px}.pb-150{padding-bottom:150px}.pl-150{padding-left:150px}.pr-150{padding-right:150px}

/*-----------------
6. Position
-----------------------*/
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*-----------------
7. Custom Checkbox
-----------------------*/
.cus-checkbox [type="checkbox"]:checked,
.cus-checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cus-checkbox [type="checkbox"]:checked + label,
.cus-checkbox [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.cus-checkbox [type="checkbox"]:checked + label:before,
.cus-checkbox [type="checkbox"]:not(:checked) + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
}
.cus-checkbox [type="checkbox"]:checked + label:after,
.cus-checkbox [type="checkbox"]:not(:checked) + label:after {
  content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--primary-clr);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg) !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cus-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cus-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*############custom radio start here########*/
.cus-radio [type="radio"]:checked,
.cus-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cus-radio [type="radio"]:checked + label,
.cus-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.cus-radio [type="radio"]:checked + label:before,
.cus-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.cus-radio [type="radio"]:checked + label:after,
.cus-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary-clr);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cus-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cus-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-----------------
8. Reset Css
-----------------------*/
* {
    box-sizing: border-box;
}
::selection {
  background-color: var(--primary-clr);
  color: #fff;
}
/*-----------------
7. Custom Scrollbar
-----------------------*/
.cus-scrollbar {
	margin-left: 30px;
	float: left;
	height: 200px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
/* * STYLE 1 */
.style-1::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.style-1::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
.style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/** STYLE 2 **/
.style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.style-2::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
/*-----------------
10.Ellipsis
-----------------------*/
.ellipsis-line1 {  
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-line2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-line3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis-line4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ellipsis-line5 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/*-----------------
11.Animation
-----------------------*/
/* Ripple effect */
.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}
.ripple:active {
  background-color: #6eb9f7;
  background-size: 100%;
  transition: background 0s;
}
/*-----------------
Common CSS START HERE
-----------------------*/
/*for common color*/
header {
    background-color: var(--primary-clr) !important;
}
.spy_head {
    color: var(--primary-clr) !important;
}
.prd_price {
    color: var(--primary-clr) !important;
}
.top_clrd_foot {
    background-color: var(--secondary-clr) !important;
}
.red_price {
    color: var(--primary-clr) !important;
}
.meshim_widget_components_chatButton_Button .button_bar {
     background: var(--primary-clr) !important;
}
.meshim_widget_components_chatButton_ButtonBar .favicon {
     background: var(--primary-clr) !important;
}
.con_col7 span,
.con_col8 span {
    color: var(--primary-clr) !important;
}
.con_col8 {
      color: inherit;
}

.black {
	color: black;
}
/*for common color*/


.mt-14 {
    margin-top: 14px;
}
.mb-14 {
    margin-bottom: 14px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pl-14 {
    padding-left: 14px;
}
.pr-14 {
    padding-right: 14px;
}
.divider {
    border-bottom: 1px solid #a9a9a9;
    width: 100%;
    margin-top: 40px !important;
    margin-bottom: 40px;
}
.mob_view a {
    color: #fff;
    background-color: var(--primary-clr);
    border: 1px solid var(--primary-clr);
    transition: all 0.5s;
}
.mob_view a:hover {
    color:var(--primary-clr);
    background-color: transparent;
}
.new-viewport .product_in {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.new-viewport .top_prdt_slide .overview li {
    overflow: hidden;
}
.new-viewport .prd_img {
    text-align: center;
    padding: 0;
}
.text-center {
    text-align: center;
}
span.Office_time_txt {
    color: #410408;
	font-size: 14px !important;
}

/*Slider*/
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: 'fontAwesome';
}
button.owl-prev span {
    display: none;
}
button.owl-next span {
    display: none;
}
.owl-nav {
    width: 100%;
    position: absolute;
    top: 44%;
}
.owl-carousel .owl-nav .owl-prev:before{
    position: absolute;
    top: 0;
    left: 10px;
    font-family: 'fontAwesome';
    content: "\f053";
    margin-right: 10px;
}
.owl-carousel .owl-nav .owl-next:after{
    position: absolute;
    top: 0;
    right: 10px;
    font-family: 'fontAwesome';
    content: "\f054";
    margin-right: 10px;
}

.prd_name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px 8px;
    min-height: 44px;
}
.com_mid p {
    padding-bottom: 40px;
}
h3.short_about_hedding {
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
    padding-bottom: 40px;
}
.short_about {
    color: gray;
    padding: 0;
}
.color-sec select {
    display: inline-block;
    width: 74%;
    margin-left: 1%;
}
.color-sec label {
    display: inline-block;
    font-size: 15px;
    padding-bottom: 4px;
}
input.inn_btn {
    border: none;
    background-color: var(--primary-clr);
    width: 98%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 9px 0px 10px 0px;
    border-radius: 1px;
    text-transform: uppercase;
}
.mob_inp span {
    padding: 15px;
    height: 44px !important;
}

@media only screen and (min-width: 500px) {
.homebanners-mobile {
    display: none !important;
}
.top_prdt_slide .overview li {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    margin-top: 0;
}    
.top_prdt_slide .viewport {
    height: 378px;
}   
    
.logo img {
	display:block;
	height: 50px;
}
    
    
    
    
    
    
    
    
    
    
}

/*######### MEDIA QUERY START HERE ########*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
/*-----------------
Common CSS START HERE
-----------------------*/
.btm_inner_foot {
    padding: 0;
}
.homebanners {
    display: none !important;
}
.m-d-none {
    display: none;
}
.m-mt-40 {
    margin-top: 40px !important;
}
.section {
    padding: 0 14px;
}
.m-w-100 {
    width: 100vw;
}
.mw-100 {
    width: 100% !important;
}
.m-grid-2 {
    display: grid;
    grid-template-columns: 50% 50%;
}  
.divider {
    border-bottom: 1px solid #eee;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
/*#main_wrapper {
    overflow: hidden;
} */   
/*header*/
.mob_num {
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
}
.mob_num img {
    max-height: 20px;
    margin-bottom: 2px;
}
.mob_num hr {
    display: none;
}
span.Office_time_txt {
    color: #410408;
    margin-top: 0;
    margin-right: 0;
    line-height: 24px;
}
.collapse-button .icon-bar {
    background-color: #fff;
}
.collapse-button {
    background-color: transparent;
    box-shadow: none;
    margin-top: 11px;
}
.menu-collapser {
    position: absolute;
    float: none;
    right: 0;
    display: inline-block;
    padding: 10px 10px 0px 0px;
    color: #FFF;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
    color: #FFF;
    background-color: transparent;
}
.logo img {
    width: 100%;
    max-width: 220px;
    height: 25px;
    padding: 0px 14px;
}
ul.slimmenu {
    top: 85px;
}
/*slider*/
.slider img {
    display: block;
    width: 100%;
}
.slide_btm {
    padding: 8px 0px 15px 0px;
}
.top_prdt_slide .overview li {
    width: 100% !important;
    margin-bottom: 6px;
    border: 1px solid #ededed;
}
    
.m-grid-2 .org_icons,
.m-grid-2 .tp_prd_div {
    width: 100%;
}
.m-grid-2 .product_in {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.new-viewport .overview {
    position: inherit;
    grid-gap: 10px;
    max-width: 100%;
}
.new-viewport li.mirrored {
    display: none;
}
.top_prdt_slide {
    padding: 0px 0px 30px 0px;
    max-width: 100%;
    padding: 14px !important;
}
.top_prdt_slide .new-viewport {
    height: auto;
    overflow: visible;
    position: relative;
    padding: 0px 8px 0 0px;
    max-width: 100%;
}
.spy_head {
    padding: 30px 0;
}
/*Footer*/
.top_inner_foot .col1 {
    width: 100%;
    display: block;
    padding-bottom: 22px;
}
.top_inner_foot .col2 {
    width: 100%;
    display: block;
    padding-bottom: 22px;
}
.col3 {
    width: 100%;
}
.top_inner_foot .ft_links li {
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #fff;
    line-height: 1;
}
.top_inner_foot .ft_links li:first-child {
    padding-left: 0;
}
.top_inner_foot .ft_links li:last-child {
    border-right: 0px solid #fff;
}
.top_inner_foot .sub_btn .btns {
    height: 27px;
}
.top_inner_foot .inp input {
    width: 100%;
    height: 27px !important;
}
.top_inner_foot .secure {
    width: 49%;
    display: inline-block;
}
.top_inner_foot .sec_img {
    width: 100%;
    max-width: 50px;
}
.top_inner_foot .btm_txt {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0px 10px 0px;
}  
.btm_inner_foot .icon_cont {
    text-align: center;
    position: relative;
    background: #000;
    height: 50px;
    line-height: 50px;
}
.let_txt {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    width: 49%;
    float: left;
}
.fb_icon {
    margin-top: 5px;
    float: right;
    width: 100%;
    height: 45px;
	padding-bottom: 60px;
}
/*order */
.order .lab_inp input {
    border: 1px solid #d8d8d8;
    padding: 13px 6px 10px 10px;
    width: 100%;
    color: #888888;
    box-sizing: border-box;
}
.order .pers_dets {
    width: 100% !important;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
}
.order .mob_inp {
    width: 100%;
}
.mob_inp span {
    padding: 16px 11px 10px 11px;
}
.order div#pay_in1 ,
.order div#pay_in2 {
    margin-left: 0;
}
.order .bil_txt {
    padding: 5px 20px 5px 20px;
    margin-left: 0 !important;
}
.order div#pay_in4 {
    margin-left: 0;
}
.order .btm_sec,
.order .apy_tr {
    width: 98%;
    margin-left: 4px;
	padding: 0px 15px;
}
input.inn_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 2px solid #fff;
    padding: 15px 55px;
    background-color: var(--primary-clr);
    color: white;
    font-weight: 600;
    width: 100%;
    margin-left: 0px;
    border: none;
    z-index: 99999;
}    
.thankyou_txt {
    font-size: 22px !important;
}
.short_about {
    padding: 0 24px;
}
.logo {
    float: left;
    padding: 8px 0px 8px 0px;
}   
.m-pt-0 {
    padding-top: 0px !important;
}
    
} /* END Extra small devices (phones, 600px and down) */


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
ul.slimmenu {
    padding-top: 0px;
    margin-right: 0;
}
ul.slimmenu li a {
    padding: 12px 0px 12px 30px;
    background-color: var(--primary-clr) !important;
}
ul.slimmenu li > ul {
    padding-top: 0 !important;
}
ul.slimmenu li a:hover {
    background-color: transparent;
	font-weight: 600;
}





}/* Medium devices (landscape tablets, 768px and up) */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.spy_head {
    padding: 40px 0 40px;
}
.org_icons {
    padding-bottom: 0;
    min-height: 135px;
}
.top_prdt_slide .overview li {
    border: 2px solid #f8f8f8;
    overflow: hidden;
}





} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}












/*-------------------------- RESPONSIVE CSS -- START ------------------------*/

/*---------------Mobile----------*/

@media only screen and (min-width : 300px){
	.breadcrums {
		margin: 0px 0px 5% 0px;
	}
	.buy_now_new {
		position: fixed;
		border-top: 2px solid #fff !important;
	}
	.spec_table > table > tbody > tr:last-child .frst_col {
		border-bottom: 0px;
	}
	.spec_table > table > tbody > tr:last-child .sec_col {
		border-bottom: 0px;
	}
	span.Office_time_txt {
		margin: 0px 0;
	}
}

/*-----------In Tab View-----------*/

@media only screen and (min-width : 425px){
	.breadcrums {
		margin: 5% 0px 5% 0px;
	}
	.spec_table > table > tbody > tr:last-child .frst_col {
		border-bottom: 1px solid rgba(111, 111, 111, 0.35);
	}
	.spec_table > table > tbody > tr:last-child .sec_col {
		border-bottom: 1px solid rgba(111, 111, 111, 0.35);
	}
	span.Office_time_txt {
		margin: 4px 0;
	}
}

/*-----------In Tab View-----------*/

@media only screen and (min-width : 768px){
    .buy_now_new {
        position: inherit;
        border-top: 0px solid #fff;
    }

}


/*-----------Desktops and laptops computers-----------*/

@media only screen and (min-width : 1224px) {
	.breadcrums {
		margin: 28px 0px 28px 0px;
	}
	.buy_now_new {
		position: inherit;
		border-top: 0px solid #fff;
	}
	.spec_table > table > tbody > tr:last-child .frst_col {
		border-bottom: 1px solid rgba(111, 111, 111, 0.35);
	}
	.spec_table > table > tbody > tr:last-child .sec_col {
		border-bottom: 1px solid rgba(111, 111, 111, 0.35);
	}
	span.Office_time_txt {
		margin: 4px 0;
	}
}


/*-------------------------- RESPONSIVE CSS -- END ------------------------*/


/* --- Common Class --- START */

.flex {
	display: flex;
}

.logo a {
    font-size: 2.1rem;
    text-transform: uppercase;
    font-weight: 600;
}
@media only screen and (max-width: 600px) {
	.top_prdt_slide .overview li {
		width: 95%;
	}
    .logo a {
    font-size: 1.1rem;
    margin-left: 14px;
	}
}
.short_about {
    text-align: justify;
}

/* --- Common Class --- END */


/* ================= Product Details CSS - Webiknows == START ================= */

.buy_now_new > a {
    background-color: var(--primary-clr);
    width: 100%;
	font-weight: bold;
}
.buy_now_new {
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 999;
	background-color: var(--primary-clr);
    font-weight: bold;
    padding: 9px 0px 10px 0px;
    color: #fff;
    border: none;
}



/* ================= Product Details CSS - Webiknows == END ================= */

ul.slimmenu.collapsed li .sub-toggle {
	height: 44px !important;
    padding-top: 3px;
    padding-left: 4px;
    color: #ffffff;
}
.has-submenu > ul > li a {
    padding: 10px 30px;
    line-height: 15px;
}

/* ------- Order Page --- START -------- */

div#pay_in1 {
    margin-left: -31px;
}
div#pay_in2 {
    margin-left: -26px;
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

div#pay_in4 {
    margin-left: -150px;
}

.mob_inp {
    width: 282px;
}

}

	.mob_inp span {
		padding: 15px;
		height: 17px;
	}

.subscribe_ {
    position: relative;
    top: -4px;
}
.pers_dets {
	width: 100% !important;
	padding: 15px 0px 5px 50px;
}
.gry_tab {
    margin: 0px;
}
.order_frm .con_col7 {
    width: 150px;
}
.mob_no_class {
    width: 95%;
}
.mob_no_class > span {
    padding-top: 8px;
}
.mob_no_class input {
    height: 41px;
    padding-top: 0px;
    outline: none;
}


.dropdown_attr select {
	/*
    border: 2px solid var(--primary-clr);
    outline: none;
	*/
}

.meshim_widget_Widget * {
    -webkit-tap-highlight-color: #000000;
}
.meshim_widget_components_mobileChatButton_ButtonBar .favicon {
    background: #000000;
}

.form-control:focus {
    box-shadow: none;
}

/* ------- Order Page --- END -------- */
#header {
    border-bottom: 1px solid #fff;
}


.quantity input.minus,
.quantity input.plus {
    width: 30px;
}

.fb_icon > a > i {
    width: 50px;
    text-align: center;
}

.newsletter .inp input {
	margin-top: 2px;
}
.newsletter .sub_btn .btns {
	border: 1px solid var(--primary-clr);
	background-color: var(--primary-clr);
}
.ft_head, .ft_links li > a, .sub_txt, .ft_menu > div > a {
	color: var(--text-clr);
}

.key_feat li{
    background: none;
}
.key_feat li:before {
    content: "";
    background: black;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 50px;
    margin-top: 8px;
    margin-left: -20px;
}


#about,#categ {
    display: block !important;
}
ul.slimmenu li a:hover {
    text-decoration: none;
    background-color: var(--secondary-clr);
}


@media (max-width : 768px) {
.order_tables {
    display: flex;
    flex-direction: column-reverse;
}
.thankyou_cont {
    padding: 0 14px;
    word-wrap: break-word;
}


}

@media (max-width : 768px) {
    span.Office_time_txt {
        font-size: 13px !important;
    }
    .mob_num {
        font-size: 14px;
        
    }
}