@import '../vendor/font-awesome/css/font-awesome.min.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* 
body {
    font-family: 'Lato';
} */

/*
Created on : July 06, 2019
Author     : Webiknows IT Solutions Pvt Ltd
Version: 1.1
*/
/*============================
 [Table of CSS]
 	1. Global variable css
	2. Background Color
	3. Color and Font
	4. Headings and Typographic Classes / .title, .uppercase etc
	5. Button
	6. Margins and Paddings
	7. Position
	8. Custom Checkbox and radio
	9. Reset Css
	10. Cus Scroll
	11. Ellipsis
    12. Animation
    13. FLOATING LABEL
    14. ACCORDION
/*-----------------
1. Global variable css
-----------------------*/
.btn {padding: 0 1.5rem !important;text-transform:inherit !important;}
.shadow-light {box-shadow: 0 0 10px rgba(0,0,0,.05);}
.removeSelectedSlots {
    position: absolute;
    right: 12px;
    top: -6px;
    height: 23px;
    width: 23px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 5px;
    outline: none;
}

.modal-header {
    padding: .5em 1rem;
    border-bottom: 0;
    z-index: 99;
    background: #fff;
    min-height: 60px;
    display: block;
}


.opacity-25 {opacity: 0.25;}
.opacity-half {opacity: 0.5;}
.opacity-75 {opacity: 0.75;}
.opacity-85 {opacity: 0.85;}
.opacity-1 {opacity: 1;}
.vw-100 {width: 100vw;}
.vh-100 {height: 100vh;}
.vh-48 {height: 48vh;}
.vh-85 {height: 85vh;}
.min-vh-100 {min-height: 100vh;}
.min-vh-85 {min-height: 85vh;}


.outline-none {outline: none;}
.border-r-5 {border-radius: 5px !important;}
.b-r-10 {border-radius: 10px !important;}
.b-r-8 {border-radius: 8px !important;}
.b-r-5 {border-radius: 5px !important;}
.w-16 {width: 16px;}
.bg-red {background-color: #EC1C23;}

.z-index-9999 {
    z-index: 9999; 
}

.mt-100 {margin-top: 100px}
.mt-80 {margin-top: 80px}
.mt-70 {margin-top: 70px}
.mt-50 {margin-top: 50px}



.hover-white {
    color: #FFF !important;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.fit-image {
    object-fit: cover;
}
.grayscale{filter: grayscale(100%);}


.grids-2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto;
}
.grids-4 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 25% 25% 25% 25%;
}
.grid-3 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
:root {
	--gradient-btn: linear-gradient(75deg, #5d88bb, #1b426f);
    --primary-clr: #5c87ba;
    --secondary-clr: #95060b;
    --yellow-clr: #FFC107;
    --orange-clr: #F27C39;
    --text-clr: #333232;
    --accent-clr: #8f8d8d;
    --lightgrey-clr:#c8c8c8;
    --ff-heading: 'Roboto', sans-serif;
    --ff-para: 'Merriweather', serif;
}

.f-Montserrat {
    font-family: 'Montserrat', sans-serif;
}
/* @font-face {
    font-family: 'rupeeregular';
    src: url('../Fonts/rupee-webfont.woff2') format('woff2'),
         url('../Fonts/rupee-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
/*<span class="ruppee-f">`</span>*/
.ruppee-f {font-family: 'rupeeregular';font-weight: 600;}

/*-----------------
2. Background Color
-----------------------*/
.bg-gradient-clr {background: var(--gradient-btn) !important;}
.bg-primary-clr {background: var(--primary-clr) !important;}
.bg-secondary {background: var(--secondary-clr) !important;}
.bg-lightgrey {background: var(--lightgrey-clr) !important;}
.bg-lightgrey2 {background: rgba(216, 216, 216, 0.2) !important;}
.bg-white {background: #fff !important;}
.bg-lightred {background: #fff3f4 !important;}
.bg-lightred2 {background: #ffdee1 !important;}
.bg-lightorange {background: #FFF5DD !important;}
.bg-yellow-clr {background: #FFC107 !important;}
.bg-lightblue {background: #ACC8FE !important;}
.bg-t {background: transparent !important;}

/*-----------------
3. Color and Fonts 
-----------------------*/
.primary-clr {color: var(--primary-clr);}
.secondary-clr {color: var(--secondary-clr);}
.text-clr {color: var(--text-clr) !important;}
.text-clr2 {color: #666666 !important;}
.white {color: #fff !important;}
.black {color: #000 !important;}
.black-clr2 {color: #373737 !important;}
.lightgrey-clr {color: var(--lightgrey-clr);}
.yellow-clr {color: var(--yellow-clr);}
.green{color:#38BC68;}
.blue{color:#1976D2;}
.f-headind {font-family: var(--ff-heading);}
.f-para {font-family: var(--ff-para);}

/*-----------------
4. Headings and Typographic Classes / .title, .uppercase etc
-----------------------*/
/* - Font size classes - */
.big {font-size: 3.6rem;}
.bigger {font-size: 4.8rem;}
.super {font-size: 6rem;margin-bottom: 0;}
.f-8 {font-size: 8px !important;}
.f-9 {font-size: 8px !important;}
.f-10 {font-size: 1rem !important;}
.f-12 {font-size: 1.2rem !important;}
.f-13 {font-size: 1.3rem !important;}
.f-14 {font-size: 3.4vw !important;}
.f-16 {font-size: 3.8vw !important;}
.f-18 {font-size: 4.3vw !important;}
.f-20 {font-size: 4.8vw !important;}
.f-22 {font-size: 2.2rem !important;}
.f-24 {font-size: 2.4rem !important;}
.f-26 {font-size: 2.6rem !important;}
.f-28 {font-size: 2.8rem !important;}

/* - Font weight classes - */
.bold {font-weight: bold;}
.regular {font-weight: normal !important;;}
.bold-500 {font-weight: 500 !important;;}
.bold-600 {font-weight: 600 !important;;}
.bold-700 {font-weight: 700 !important;;}

/* - Text transform classes - */
.txt-upper {text-transform: uppercase;}
.txt-lower {text-transform: lowercase;}
.txt-capital {text-transform: capitalize;}
.txt-trans-none {text-transform: none;}
.l-h-1 {line-height: 1;}
.l-h-2 {line-height: 1.2 !important;}
.l-h-3 {line-height: 1.3;}
.l-h-4 {line-height: 1.4;}
.l-h-5 {line-height: 1.5;}
.l-h-6 {line-height: 1.6;}
.l-h-7 {line-height: 1.7;}
.l-h-8 {line-height: 1.8;}
.l-h-9 {line-height: 1.9;}
.l-h2 {line-height: 2;}
.l-h3 {line-height: 3;}

.w-80px {width: 80px !important}
.w-100px {width: 100px !important}
.w-120px {width: 120px}
.w-250px {width: 250px}
.w-86 {width: 86%!important}

.h-40px {height: 40px !important}
.h-50px {height: 50px !important}
.h-60px {height: 60px}
.h-80px {height: 80px}
.h-120px {height: 120px}
.h-130px {height: 130px}
.h-150px {height: 150px}
.h-160px {height: 160px}
.h-180px {height:180px !important;}
.h-200px {height: 200px !important;}
.h-210px {height: 210px !important;}
.h-230px {height: 230px !important;}
.h-250px {height: 250px} 

.mt-n70 {margin-top: -70px;}


/*-----------------
5. Button  
-----------------------*/
.cus-primary-btn {
    color: #fff;
    background: var(--primary-clr);
    text-align: center;
    border: 1px solid var(--primary-clr);
    min-width: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    transition: all 0.3s;
}
.cus-primary-btn:hover {
    color: var(--primary-clr);
    background: transparent;
    border: 1px solid var(--primary-clr);
}
.cus-primary-outline-btn {
    color: var(--primary-clr);
    background: transparent;
    text-align: center;
    border: 1px solid var(--primary-clr);
    min-width: 100px;
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    transition: all 0.3s;
}
.cus-primary-outline-btn:hover {
    color: var(--primary-clr);
    background: transparent;
    border: 1px solid var(--primary-clr);
}
.cus-primary-btn-outline {
    color: var(--primary-clr);
    background: transparent;
    text-align: center;
    border: 1px solid var(--primary-clr);
    min-width: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    transition: all 0.3s;
}
.cus-primary-btn-outline:hover {
    color: #fff !important;
    background: var(--primary-clr) ;
    border: 1px solid var(--primary-clr);
}
/*-----------------
6. Margins and Paddings
-----------------------*/
.mt-n1 {margin-top: -0.25rem !important;}
.mb-n1 {margin-bottom: -0.25rem !important;}
.ml-n1 {margin-left: -0.25rem !important;}
.mr-n1 {margin-right: -0.50rem !important;}
.mt-n2 {margin-top: -0.50rem !important;}
.mb-n2 {margin-bottom: -0.50rem !important;}
.ml-n2 {margin-left: -0.50rem !important;}
.mr-n2 {margin-right: -0.50rem !important;}
.mt-n3 {margin-top: -0.75rem !important;}
.mb-n3 {margin-bottom: -0.75rem !important;}
.ml-n3 {margin-left: -0.75rem !important;}
.mr-n3 {margin-right: -0.75rem !important;}
.mt-n4 {margin-top: -1rem !important;}
.mb-n4 {margin-bottom: -1rem !important;}
.ml-n4 {margin-left: -1rem !important;}
.mr-n4 {margin-right: -1rem !important;}
.mt-n5 {margin-top: -3rem !important;}
.mb-n5 {margin-bottom: -3rem !important;}
.ml-n5 {margin-left: -3rem !important;}
.mr-n5 {margin-right: -3rem !important;}



.mt-4rem {margin-top: 4rem;}
.mt-5rem {margin-top: 5rem;}
.mt-6rem {margin-top: 6rem;}
.mt-8rem {margin-top: 8rem;}
.mt-10rem {margin-top: 10rem;}
.mt-20rem {margin-top: 20rem;}
.mb-5rem {margin-bottom: 5rem;}
.mb-6rem {margin-bottom: 6rem;}
.mb-8rem {margin-bottom: 8rem;}
.mb-10rem {margin-bottom: 10rem;}
.mb-20rem {margin-bottom: 20rem;}

/*-----------------
7. Position
-----------------------*/
.top-left {position: absolute;top: 8px;left: 16px;}
.top-right {position: absolute;top: 8px;right: 16px;}
.top-center {position: absolute;top: 0;left: 50%;transform: translate(-50%, 0);}  
.bottom-right {position: absolute;bottom: 8px;right: 16px;}
.bottom-left {position: absolute;bottom: 8px;left: 16px;}
.bottom-center {position: absolute;bottom: 0;left: 50%;transform: translate(-50%, 0%);}  
.p-centered {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.v-center {-webkit-transform: translate(0,-50%);-o-transform: translate(0,-50%);transform: translate(0,-50%);top: 50%;margin: 0 auto;}

.modal-dialog-bottom {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: flex-end; min-height: calc(100% - 1rem);}
.modal-dialog-bottom-0 {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: flex-end; min-height: calc(100% - 0rem);}

.pull-modal-dialog {
    width: 100%;
    position: fixed;
    bottom: 0;
}
.pull-modal-titles {
    display: none;
}
.pull-modal-dialog .modal-header .pull-modal-titles {
    display: block;
}

.modal-dialog-top-80 {
    width: 100%;
    display: flex;
    height: calc(100% - 80px);
    position: fixed;
    bottom: 0;
}
.modal-dialog-top-150 {
    width: 100%;
    display: flex;
    height: calc(100% - 150px);
    position: fixed;
    bottom: 0;
}

.modal-dialog-top-80 .modal-header > h2 {
    display: block;
    margin-top: 0 !important;
    padding-top: 12px !important;
}
.modal-dialog-top-80 .modal-body {
    overflow-y: scroll !important;
}

.modal-rounded {border-radius: 8px 8px 0 0;}
.modal-dialog-top-80 .close,
.modal-dialog-bottom .close{
    right: 14px;
    top: 24px;
    position: absolute;
}

/*-----------------
8. 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);
}



/* Hide the browser's default checkbox */
.cus_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid var(--text-clr);
}

/* On mouse-over, add a grey background color 
.cus_checkbox:hover input ~ .checkmark {
  background-color: var(--primary-clr);
}
*/

/* When the checkbox is checked, add a blue background */
.cus_checkbox input:checked ~ .checkmark {
    background-color: var(--primary-clr);
    border: 2px solid var(--primary-clr);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cus_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cus_checkbox .checkmark:after {
  left: 4px;
    top: 2px;
    width: 5px;
    height: 9px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*############custom radio start here########*/
.float-labels input[type="radio"] {
    height: 0px;
    width: 0px;
    float: left;
}
.float-labels input[type="radio"]:before {
    content: "";
    background: white;
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50px;
    border: 1px solid var(--primary-clr);
    top: 15px;
    left: 15px;
}
.float-labels input[type="radio"]:checked:after {
    content: "";
    background: var(--primary-clr);
    height: 13px;
    width: 13px;
    position: absolute;
    border-radius: 50px;
    top: 18px;
    left: 19px;
} 
.float-labels .label_No_float {
    left: 50px !important;
    top: 10px !important;
    font-size: 18px !important;
} 
.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 {
  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);
}

/*-----------------
9. Reset Css
-----------------------*/
@media screen and (min-width: 320px) {
  html {font-size: calc(16px + 6 * ((100vw - 320px) / 680));}
}
@media screen and (min-width: 1000px) {
  html {font-size: 22px;}
}
html{font-size: 62.5%;}
::selection {
  background-color: var(--primary-clr);
  color: #fff;
}
/*-----------------
10. Custom Scrollbar
-----------------------*/
.cus-scrollbar {
	margin-left: 30px;
	float: left;
	height: 200px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.scroll_div {
    height: 400px;
    overflow-y: scroll;
}
.scroll_div_350 {
    height: 350px;
    overflow-y: auto;
}

/* * 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 1 */
.style-grey::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	/* background-color: #F5F5F5; */
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}
.style-grey::-webkit-scrollbar {
	/* background-color: #d3bfbf; */
	width: 12px;
}
.style-grey::-webkit-scrollbar-thumb {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	border-radius: 10px;
	background-color: #d8d8d8;
}
/** 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;
}


.style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.style-3::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb
{
	background-color: #ECD6D8;
}
/*-----------------
11.Ellipsis
-----------------------*/
.ellipsis-line1 {  
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.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;
}

/*-----------------
12.Animation
-----------------------*/
/* Ripple effect */
.ripple {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    transform: scale(0);
    animation: ripple 0.6s linear;
}

@keyframes ripple {
    to {
        transform: scale(2.5);
        opacity: 0;
    }
}
/*------------------------------
13.FLOATING LABEL
-------------------------------*/
.float-labels .form-group {
   position: relative;
   margin-bottom: 10px;
}
.float-labels input,
.float-labels textarea {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #999;
    padding: 10px 0;  
    box-sizing: border-box;
}
.float-labels label {
    position: absolute;
    top: 15px;
    left: 0px;
    transition: .5s;
    pointer-events: none;
	font-size: 16px;
}
.float-labels label.normal-label {
    position: relative;
    top: 0px;
    left: 0px;
    transition: .5s;
    pointer-events: fill;
}
.float-labels  input:focus ~ label,
.float-labels textarea:focus ~ label, 
.float-labels input:read-only ~ label,
.float-labels input[disabled] ~ label,
.float-labels  input:valid ~ label,
.float-labels textarea:valid ~ label {
    top: -6px;
    left: 0;
    font-size: 11px;
}
.float-labels  input:focus,
.float-labels textarea:focus{
    box-shadow:none;
    border-bottom: 1px solid var(--primary-clr);
}

/****  floating-Lable style start ****/
.floating-label { 
  position:relative; 
  margin-bottom:20px; 
}
.floating-select {
  font-size:14px;
  padding:4px 4px;
  display:block;
  width:100%;
  height:30px;
  background-color: transparent;
  border:none;
  border-bottom:1px solid #757575;
}
.floating-select:focus {
     outline:none;
     border-bottom:1px solid var(--primary-clr); 
}
.select-label {
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:5px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.floating-select:focus ~ label ,
.floating-select:not([value=""]):valid ~ label {
    top: -8px;
    font-size: 11px;
}

/* active state */
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width:50%;
}

/* highlighter */
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

/****  floating-Lable style end ****/

/*------------------------------
14. ACCORDION
-------------------------------*/
.accordion-plus:before {
    content: "\f107";
    position: absolute;
    right: 30px;
    font-family: FontAwesome;
}
.accordion-plus[aria-expanded="true"]:before {
    transform: rotateZ(180deg);
}
/*------------------------------
COMMON CSS 
-------------------------------*/

.GetYourConsultation {
    position: relative;
    height: 30rem;
    background-attachment: fixed;
    background-image: url(/Image/services/1207760674663a2df009f5315.74153387.jpg);
    background-size: cover;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 4px;
}
.GetYourConsultation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--gradient-btn);
    z-index: 0;
    opacity: 0.8;
}.GetYourConsultation h2 {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 4.2rem;
    margin-bottom: 26px;
}
.GetYourConsultation .info {
    max-width: 70%;
    z-index: 999;
}


.float-labels .form-control {
    padding-left: 0;
    padding-right: 0;
}
.img_cercle_60px {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    object-fit: cover;
}

.b-r-0 {border-radius: 0 !important;}
.p-relative {position: relative;}

.grid-item-2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.grid-item-4 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.Order-at-the-Temple .list-group-item {
    border: 1px solid #e2bdc0;
    border-left: 0;
    border-right: 0;
}
/*.float-labels input.inline-input[type="radio"]:before {
    top: 6px;
    left: 4px;
}
.float-labels input.inline-input[type="radio"]:checked:after {
    top: 9px;
    left: 7px;
}*/
.inline-input-label {
    margin-left: 16px;
    margin-top: 4px;
    display: inline-block;
    width: 34px;
}    
.quantity button {
    background: #fff;
    border: 1px solid var(--primary-clr);
    width: 24px;
    font-size: 14px;
    text-align: center;
    box-shadow: none;
    outline: none;
}
.quantity input {
    width: 40px;
    text-align: center;
    font-size: 16px;
    padding: 0;
}

.type_number .quantity input {
    width: 33px;
}
.w-38px { width: 38px !important;}



.heading-14 {font-size: 1.4rem;font-weight: bold;}
.heading-16 {font-size: 1.6rem;font-weight: bold;}
.heading-18 {font-size: 1.8rem;font-weight: bold;}
.heading-20 {font-size: 2rem;font-weight: bold;}
.heading-22 {font-size: 2.2rem;font-weight: bold;}
.heading-24 {font-size: 2.4rem;font-weight: bold;}

.rotated_180 {
    transform: rotate(180deg);
}
.shadow_from_bottom:after {
    content: "";
    background: linear-gradient(180deg, rgba(182, 182, 182, 0), rgba(0, 0, 0, 0.83));
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 45px 0px;
    z-index: 1;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    height: 150px;
}
.z-index-2 {
    z-index: 2;
}

body.modal-open {
/*  height: 100vh; */
  overflow-y: hidden;
}

.morelink { 
    display: inline-block;
    color: var(--primary-clr);
    border-bottom: 1px solid var(--primary-clr);
}
.festival-card-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.border-r-lightred {
    border-right: 1px solid #F6DEE0;
}
.border-bottom-lightred {
    border-bottom: 1px solid #DDC1C4 !important;
}

.color-dark.background img {
    opacity: 0.3;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
a:hover {
    opacity: 0.8;
}
.toglepassword {
    position: absolute;
    right: 14px;
    top: 14px;
}
.is-invalid {
    color: #ec1c23;
}
.input-password-show:after {
    content: "";
    width: 21px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 1px;
    top: 12px;
    transform: rotate(-45deg);
}
.overflow-hidden {
    overflow: hidden;
}
.placeholder-grey::placeholder {
    color: var(--lightgrey-clr);
}
/*.mr-n5 {margin-right: -1.8rem !important;}*/

.b-r-15 {border-radius: 15px !important;}
.cus-btn-pramary {
  font-size: 14px;
  color: #fff;
  width: 184px;
  height: 35px;
  line-height:35px;
  border: none;
  text-transform: capitalize;
  border-radius: 5px;
  background-image: var(--gradient-btn);
  overflow: hidden;
  position: relative;
}
.cus-btn-pramary:hover {
  color: #fff;
}
.cus-btn-gradiant {
    background: -webkit-linear-gradient(65deg, #f31e25, #95060b);
    background: -o-linear-gradient(65deg, #f31e25, #95060b);
    background: linear-gradient(65deg, #f31e25, #95060b);
    padding: 1px;
    display: inline-block;
    border-radius: 5px;
}
.cus-btn-gradiant-outline {
    display: inline-block;
    width: 86px;
    height: 38px;
    line-height: 36px;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    text-transform: capitalize;
}
  
.divider {
    height: 2px;
    background: #ecd6d8;
}
.divider1 {
    height: 1px;
    background: #ecd6d8;
}
.cus-card {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.03);
}
.blurbg-card {
    padding: 20px 35px;
    border-radius: 7px 7px 0 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-blend-mode: luminosity;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}
.avatar {
    overflow: hidden;
}
.avatar.avatar-28 {
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.cus-close {
    position: absolute;
    right: 8px;
    top: 8px !important;
    z-index: 9999;
}
.cus-close-right {
    right: inherit;
    left:0;
}




/*for ratting*/   
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.4em;
  font-size: 20px;
  margin-bottom: 0;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
  position: relative;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star:before {
    content: "\f006";
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star:before {
    content: "\f006";
}
/* END for ratting*/


/*------------------------------
HEADER 
-------------------------------*/
body .wrapper .page > header {
    padding: 0 14px;
    height: 60px;
    z-index: 999999;
    box-shadow: 0 2px 7px 0 rgba(195, 195, 195, 0.5);
}
header.fixed-header~.page-content {
    padding-top: 50px;
	padding-bottom: 100px;
}
header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 14px;
    padding-right: 14px;
    box-shadow: 0 2px 7px 0 rgba(195, 195, 195, 0.5);
}
.page-content {
    /* padding-top: 60px; */
}
header a {
    color: var(--white);
}
header > .right .menu-left {
	margin-right: 5px;
}
header > .right a, header > .left a {
    width: 35px;
    height: 42px;
}
header a:active,header a:focus {
    background: transparent;
    outline: none;
}
header > .right a:hover, header > .left a:hover {
     background: transparent;
     outline: none;
}
.logo {
   /* margin-right: -20px;*/
}
.DetectLocation-box > form input {
    max-width: 70px;
    padding-left: 5px;
    font-size: 14px;
    min-height: 38px;
}
.DetectLocation-box > form input::placeholder{
    color: #a4a4a4;
}
.logo figure img {
    max-height: 44px;
}
.menu-left-open .sidebar-left {
    left: 0;
	max-height: 100%;
    overflow-y: auto;
    transform: translateX(0%);
    opacity: 1;
}
.sidebar {
    width: 80%;
    overflow-y: auto;
}
.sidebar-left {
    left: 0;
    transform: translateX(-110%);
    opacity: 0;
    transition: all 0.3s;
}
.md .color-theme-yellow .sidebar {
    background: #FFFFFF;
}
.sidebar .navbar {
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.navbar .navbar-nav li a {
    font-size: 22px;
    color: #333232;
    height: 90px;
    line-height: 90px;
    padding: 0 15px;
}
.sidebar .navbar .navbar-nav li a {
    font-size: 20px;
    color: white;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus {
    color: #fff;
}
.navbar .navbar-nav li a img {
    max-width: 30px;
    margin-left: 20px;
    margin-right: 20px;
	margin-top: -5px;
}
.menu-left-open .backdrop, .menu-right-open .backdrop-right {
    background: rgba(0, 0, 0, 0.76);
}
.sidebar .profile-link {
    padding: 15px;
    color: #ffffff;
    position: absolute;
    right: 8px;
    top: -16px;
}
/*------------------------------
FOOTER
-------------------------------*/
footer {
    z-index: -1;
    background: #313030;
} 
footer ul li a {
    color: #fff !important;
    opacity: 0.7; 
} 
.FollowUs li a img {
    max-height: 22px;
    margin-right: 14px;
    height: 22px;
}

#newsletterForm input {
    padding: 4px 10px;
    min-height: 30px;
    line-height: 30px;
    height: 30px;
    border: none;
    background-color: #ffffff !important;
	border: solid 1px #ece0e0;
}
#newsletterForm .input-group .btn {
    width: 30px;
    height: 30px;
    background-color: var(--primary-clr);
    padding: 0;
    line-height: 30px;
    border: none;
}
footer .list-group-item {
    background: transparent;
}

/*------------------------------
HOMEPAGE
-------------------------------*/
.services_grid img {
    max-height: 70px;
    width: 100%;
    object-fit: cover;
}
.homepageGategoryGrid .card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: all 0.3s;
}
.homepageGategoryGrid .card p {
    text-align: center;
}

.homepageGategoryGrid .card.shadow_from_bottom {
    box-shadow: 0px 0px 9px 0px #8c8c8c;
    transition: all 0.3s ease-in;
}
.homepageGategoryGrid .card.shadow_from_bottom:hover {
    transform: scale(1.02);
}
.homepageGategoryGrid .card.shadow_from_bottom .bottom-center {
    width: 100%;
    text-align: center;
    z-index: 9;
}


.homepage-restaurant {
    margin: 0;
    padding: 0;
}
.homepage-restaurant .swiper-wrapper .swiper-slide {
    padding: 0;
    margin: 0;
}
.homepage-restaurant .swiper-wrapper .swiper-slide figure {
    border-radius: 0;
    height: 450px;
}
.homepage-restaurant .swiper-pagination-bullets {
    bottom: 0;
} 
.homepage-banner {
    margin: 0;
    padding: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.5;
    border: 0px solid var(--secondary-clr);
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    height: 10px;
    width: 10px;
    outline: none;
    margin-bottom: -1px !important;
}
.homepage-banner .swiper-pagination-bullets {
    bottom: 20px;
}
.homepage-banner-search {
    position: absolute;
    left: 5%;
    bottom: 18%;
    margin: 0 auto;
    z-index: 9;
    width: 90%;
    text-align: center;
    border-radius: 7px;
}
.homepage-banner-search .form-group > input {
    color: #fff;
    padding-left: 30px;
    border-bottom: solid 1px #ffffff;
}
.homepage-banner-search .form-group > input::placeholder {
  color: #ffffff;
  opacity: 0.4;
}
.homepage-banner-search .form-group img {
    position: absolute;
    top: 20px;
    left: 10px;
}
.welcome .cus-card {
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 #d7d3d4;
  background-color: #ffffff;
}

.welcome .swiper-content-block img {
    border-radius: 0px;
}
.UpcomingFestivals .media img {
    max-width: 50px;
}
.UpcomingFestivals .media .media-body a {
    text-decoration: underline;
}
.hr {
    border-bottom: solid 1px #efefef;
    max-width: 70%;
}
.UpcomingFestivals .col-12:last-child .hr {
    display: none;
}
.testimonial {
    background: #fff3f4;
}
.testimonial .swiper-slide {
    padding: 0px;
    padding-left: 14px;
    padding-top: 10px;
    margin-top: 0;
}
.testimonial .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: var(--primary-clr);
    opacity: 0.62;
    border: 0px solid var(--secondary-clr);
}
.testimonial .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a6393d;
    height: 10px;
    width: 10px;
    outline: none;
    margin-bottom: -1px !important;
}

#locationmodal .modal-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0) 98%);
    z-index: 999;
}

#locationmodal .searchlocation-box { 
    position: relative;
    background: #fff;
    margin-top: -34px;
    z-index: 9999999;
    border-radius: 10px 10px 0 0;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}
.searchlocation-box:after {
    content: "";
    position: absolute;
    top: 14px;
    left: calc(50% - 15px);
    width: 31px;
    height: 2px;
    background: #333232;
}
#locationmodal .searchlocation-box form .input-group {
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.29);
    background-color: #ffffff; 
}
.select-delivery-location > .form-group input {
    padding-bottom: 0;
    padding-right: 86px;
}
#locationmodal .Confirm-location-pop {
    padding-top: 12px !important;
}
.Confirm-location-pop:after {
    display: none;
}


.list-group-flush:first-child,
.list-group-item:first-child {
    border-top: 0;
}
.list-group-item:last-child{
    border-bottom: 0; 
}
span.currentandaddicons {
    min-width: 22px;
    max-width: 22px;
    display: inline-block;
}
.editadd {
    background: transparent;
    outline: none;
    border: none;
    width: 20px;
    display: inline-block;
    text-align: right;
    padding-right: 2px;
}
.addressbox {
    background: #FFF5DD;
    min-height: 300px;
}
.address-wrap .address-blk {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    margin-top: 14px;
    border-bottom: solid 1px #f0e1e2;
}
.address-wrap .address-blk:last-child {
    border: none;
}
.right {
    float: right!important;
}
.addColLft {
    padding-right: 30px;
}
.address-blk .action-btn {
    position: absolute;
    min-width: 140px;
    height: 108px;
    box-shadow: 4px 3px 15px 0 #e1c8ca;
    background-color: #ffffff;
    list-style-type: none;
    margin-top: 10px;
    margin-left: -17px;
    border: none;
    border-radius: 0;
    left: -11px !important;
}
.address-blk .action-btn li {
    padding: 10px 18px;
}
.mapfull {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 380px;
    background: transparent;
    z-index: 999999;
}
#map {
    position: relative;
}
.current-location {
    position: absolute;
    right: 10px;
    bottom: 50px;
    height: 34px;
    width: 34px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    vertical-align: middle;
}
.float-labels .change-btn {
    position: absolute;
    right: 0;
    bottom: 10px;
}

/*------------------------------
LOGIN PAGE
-------------------------------*/
.filter {
    overflow-y: hidden;
    padding-bottom: 40px;
}
.filter .nav-pills .nav-link.active:after {
     display:none;
}

.login-bg-bottom-new {
    background-image: url(../images/login-bg-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: scroll;
    height: 100vh !important;
    display: grid;
    grid-template-areas:
        'header header header header header header'
        'menu main main main main main'
        'footer footer footer footer footer footer';
}

body.login-bg {
    background-image: url(../images/login-bg-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: scroll;
    height: 100vh;
}    
body.login-bg .page-content {
    display: grid;
    grid-template-areas:
    'header header header header header header'
    'menu main main main main main'
    'footer footer footer footer footer footer';
}
.login-box-main {
    width: 100%;
    grid-area: footer;
    align-self: end;
}

.login-card {
    min-height: 512px;
    padding: 20px 35px;
    border-radius: 8px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-blend-mode: luminosity;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}
.login-card .form-control {
    font-size: 1.6rem;
    border-radius: 5px;
    height: 50px;
    background: #f6f6f6;
    padding: 6px 14px;
}  
.login-card .otp-input {
    color: #000;
    height: 90px;
    letter-spacing: 2px;
    text-align: center;
}
span.otp-border {
    display: block;
    max-width: 70px;
    margin: auto;
    margin-top: -30px;
    border: solid 1px rgba(0, 0, 0, 0.29);
}
span.otp-border.is-invalid {
    border: solid 1px #ec1c23;
}
.login-card .form-control::placeholder{
    color: #c3c3c3;
}
.login-card .login-input {
    margin-bottom: 26px;
    margin-top: 26px;
}
.or-seperator {
    position: relative;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
.or-seperator:after {
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 40%;
    height: 1px;
    background: #d6d6d6;
    z-index: 1;
}
.or-seperator:before {
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 40%;
    height: 1px;
    background: #d6d6d6;
    z-index: 1;
}
.social-btn {
    display: inline-block;
    width: 70%;
}
.social-btn > div {
    display: inline-block;
    float: left;
}
.social-btn > div:first-child {
    float: left;
}
.social-btn > div:last-child {
    float: right;
}
.social-btn a {
    width: 57px;
    border-radius: 40px;
    background: #fff;
    display: inline-block;
}
.social-btn a img {
    display: block;
    margin: 0 auto;
    padding: 17px;
    max-height: 57px;
}

/*CSS 9-March-2020 */
.topaddress-ticker {
    border-top: 1.5px solid var(--primary-clr);
}
.Events .card-title {
    color: #595959;
}
.Events .card .imagebox {
    position: relative;
}
.Events .card .imagebox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.86));
}
.Events .card .date-time {
    position: absolute;
    left: 14px;
    bottom: 0;
    color: #fff;
    z-index: 1;
}
.dropdown-menu-profile {
    width: 170px;
    border: none;
    padding: 7px 16px;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
}
.dropdown-menu-profile .dropdown-item {
    width: 100%;
    height: 34px;
    line-height: 34px;
    display: block;
    text-align: left;
    padding: 0;
    font-size: 16px;
}
.dropdown-menu-profile:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: #fff;
    position: absolute;
    top: -7px;
    right: 80px;
	height: auto;
}
.dropdown-menu-profile .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #f9e4e6;
}
.confirm-locationmodal .modal-body:before {
    display: none;
}
.city-search .custom-select {
    color: var(--primary-clr);
    background: transparent;
    background-image: url(../images/icons/location-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 14px;
    min-width: 100px;
}
.temple-list li {
    margin-bottom: 24px;
}
.temple-list .times {
    width: 135px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background-color: #fff3f4;
    margin: 0;
    margin-top: 2rem;
    text-align: center;
    
}
.temple-list li figure img {
    width: 118px;
    height: auto;
}
.temple-list li figure {
    position: relative;
}
.temple-list li figure:after {
    content: "";
    width: 100%;
    height: 79px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/temple-list-after.svg);
    background-position: bottom;
    background-repeat: no-repeat;
	border-radius: 10px;
}
.temple-list li .Kms {
    z-index: 9;
}

/*------------------------------
Pundit Details Page
-------------------------------*/
.pundit-profile .avatar {
    position: relative;
    top: -60px;
    margin-bottom: -50px;
    margin-left: 14px;
    border: 1.5px solid white;
}
.pundit-profile .avatar .prof_img {
    height: 114px;
    width: 114px;
}
.pundit-profile .bg-image {
    min-height: 138px;
    width: 100%;
    background-image: url(../images/pundit-details-bg.jpg);
    background-size: cover;
    background-position: center;
}
.pundit-profile .OVERALL-RATINGS {
    border-right: 0px solid #e5e5e5;
}
.pundit-info-table tbody tr th {
    padding-left: 0;
}
.Pujas-Conducted .swiper-slide {
    padding: 0;
    padding-left: 14px;
}
.Pujas-Conducted .swiper-slide .card {
    border-radius: 5px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.03);
}
.Reviews .Reviews-list {
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: solid 2px #efefef;
}
.Reviews .col-12 > .Reviews-list:last-child {
    border-bottom: solid 0px #efefef;
}
.Write-a-Review .input-group {
    border-radius: 5px;
    border: solid 1px var(--primary-clr);
}
/*------------------------------
Filters Page
-------------------------------*/
.filter > div {
    padding: 0;
}
.filter .nav-pills .nav-link {
    border-radius: 0;
    color: var(--text-clr);
    font-size: 1.6rem;
    margin-bottom: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 1.5rem;
}
.filter .nav-pills .nav-link.active, .filter .nav-pills .show>.nav-link {
    background-color: #fff3f4;
    font-weight: 600;
}
.filter .tab-content {
    background-color: #fff3f4;
    padding: 6px 14px;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    position: relative;
}
.switch-field {
	display: flex;
	margin-bottom: 12px;
	overflow: hidden;
}
.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.switch-field label {
    position: relative;
    width: 100%;
    pointer-events: inherit;
    line-height: 1.5;
    padding: 3px 14px;
    height: 40px;
    box-shadow: none;
    transition: all 0.1s ease-in-out;
    font-size: 1.6rem;
    margin-bottom: 6px;
}
.switch-field label:hover {
	cursor: pointer;
}
.switch-field input:checked + label {
    font-weight: 600;
}
.switch-field label:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 12px;
    height: 20px;
    width: 20px;
    background:url(../images/icons/checkmark-red.svg) no-repeat center center;
    background-size: contain;
    opacity: 0;
}
.switch-field input:checked + label:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 12px;
    height: 20px;
    width: 20px;
    background:url(../images/icons/checkmark-red.svg) no-repeat center center;
    background-size: contain;
    opacity: 1;
}
.select_pundit_switch label {
    text-align: center;
    top: 0 !important;
    border: 1px solid #eee;
    outline: none;
    border-radius: 6px;
    margin-right: 10px;
    line-height: 30px;
}
.select_pundit_switch label:last-child {
    margin-right: 0;
}
.select_pundit_switch > div {
    width: 100%;
    margin-right: 10px;
    text-align: center;
}
.select_pundit_switch > div:last-child {margin-right: 0;}

.switch-field input:checked + label {
    color: var(--primary-clr);
    border: 1px solid var(--primary-clr);
    box-shadow: none;
}
.ratting_list input:checked + label {
    color: #ffc107;
    border: 1px solid #ffc311;
    box-shadow: none;
}
.ratting_list label {
    height: 34px;
    line-height: 25px;
}
.ratting-box > img {
    width: 42px;
}
.ratting-box-img_18 > img {
    width: 18px;
}
.ratting-box-img_15 > img {
    width: 15px;
}
.wish_share_16 img {
    width: 16px;
}
.wish_share_20 img {
    height: 20px;
} 
.select_pundit_switch input:checked + label:after {display: none}

.filter-form .action-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 6px 0 rgba(218, 215, 215, 0.5);
}
.filter-form .action-btn .cus-btn-pramary {
    width: 100%;
    border-radius: 0;
}
/*------------------------------
TEMPLE PAGE
-------------------------------*/
.viewmore {
    text-align: center;
    width: 115px;
    height: 34px;
    line-height: 34px;
    border-radius: 7px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-blend-mode: luminosity;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51));
    color: #ffffff;
    bottom: 18px;
}
.viewmore:hover{
     color: rgba(255, 255, 255, 0.79);
}
/*FOR POP GALLERY*/
.fancybox-bg {
    background: #232323;
    opacity: 1 !important;
    transition: all 0.3s;
}
.fancybox-toolbar {
    top: 0;
    right: inherit;
    left: 0;
}
.fancybox-infobar {
    text-align: right;
    left: inherit;
    right: 0;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: none ;
}
.fancybox-button {
    display: none !important;
}

.fancybox-button:last-child {
    display: block !important;
} 
.fancybox-button:last-child {
    display: block !important;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    display: none !important;
    opacity: 0;
}
.fancybox-button--close svg {
    display: none;
} 
.fancybox-button--close {
    background: transparent;
    background-image: url(../images/icons/back-arrow.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
}
.fancybox-button--close:active,
.fancybox-button--close:hover,
.fancybox-button--close:focus {
    outline: none;
    border: none;
}
/*.fancybox-caption-wrap {
    bottom: 100px;
    background: transparent;
    padding: 0 10px;
}
.fancybox-caption {
        padding: 10px 0;    
        border-top: 0px solid hsla(0,0%,100%,.4);
        -webkit-text-size-adjust: none;
}*/



/*### For FAQ ####*/
/*.pb_accordion .item > a[aria-expanded="true"] {
    color: #989898;
    border-bottom: 1px solid #989898;
}*/
.pb_accordion .item > a {
    display: block;
    /*border-bottom: 1px solid rgb(112, 112, 112,.10);*/
    padding: 10px 0 !important;
    position: relative;
    color: var(--primary-clr);
}
.pb_accordion .item > a:after {
    position: absolute;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right !important;
    font-family: FontAwesome;
    content: "";
    background: url(../images/icons/arrow-up-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    z-index: 999;
    height: 10px;
    width: 20px;
    transition: all 0.5s;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pb_accordion .item > div *:last-child {
    margin-bottom: 0;
}
.pb_font-22 {
    font-size: 12px!important;
}
.pb_accordion .item > a[aria-expanded="true"]:after {
    transition: all 0.5s;
    background: url(../images/icons/arrow-up-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0);
    z-index: 999;
    height: 10px;
    width: 20px;
}


.VIP-pass .card .card-body img {
    max-height: 26px;
}
.VIP-pass .swiper-slide {
    padding: 9px; 
    margin-left: 14px;
    margin-bottom: 0;
    margin-top: 0;
}
.TempleTimings > .row > .col:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 2px;
    height: 45px;
    background: #f8e9ea;
}
.HowtoReach .nav-pills .nav-link {
    min-width: 60px;
    border-radius: 0;
    padding: 0;
    margin-right: 26px;
    font-size: 1.6rem;
    color: var(--text-clr);
    border-right: 2px solid #ece0e0;
}
.web_ui .HowtoReach .nav-pills .nav-link {
    border-right: 1px solid rgba(239,22,21,0.19);
} 
.HowtoReach .nav-pills .nav-item:nth-child(3) .nav-link {
    border-right: 0px solid #ece0e0;
}
.HowtoReach .nav-pills .nav-link.active,
.HowtoReach .nav-pills .show>.nav-link {
    background-color: transparent;
    color: var(--primary-clr);
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
}
.nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 26px;
    height: 4px;
    border-radius: 70px;
    background: var(--primary-clr);
}
.temple-detail-tabs .nav-pills .nav-link {
    border-right: none;
}
.swiper-slide {
    padding: 0;
    padding-left: 14px;
    margin: 20px 0;
}
.HistoryFacts-List li {
    background: #FFFAFA;
    box-shadow: 0 -1px 7px 0 #EFD9DB;
    border-radius: 15px 15px 0 0;
    border: 0px solid rgba(0, 0, 0, .06);
    height: 89px;
    line-height: 89px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -4px;
    font-style: 1.8rem;
}
.HistoryFacts-List li a {
    font-size: 1.8rem;
    color: var(--text-clr);
}
.HistoryFacts-List li a img {
    margin-right: 24px;
}
.HistoryFacts-List li:last-child,
.HistoryFacts-List li:first-child {
    border-radius: 15px 15px 0 0;
}
.Suggested-Activities .swiper-slide .card {
    width: 100%;
}
.Suggested-Activities .swiper-slide .card .media img {
    max-width: 100px;
    max-height: 100px;
}
.bg-pink {
    border-top: 1px solid rgba(236, 224, 225, 0.75);
}
.lodges-dharmashala>li:nth-child(odd) {
    background: #fff3f4;
}
.lodges-dharmashala li .media-body > h5 {
    padding-right: 28px;
}


.select-dropdown {
    background-image: url(../images/icons/arrow-down-red.svg) !important;
    background-position: center right 10px !important;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
}
.related-pujas li .media figure img {
    max-width: 85px;
    height: auto;
}
.wallets-cash-option {
    border-radius: 6px !important;
    background: #fff;
    border: 1px solid #d0d0d0 !important;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 0;
    height: 40px;
    min-height: 40px;
    line-height: 20px;
}
.wallets-cash-option.active {
    color: #fff;
    background: var(--primary-clr);
    border: 0px solid var(--secondary-clr) !important;
} 
input#addcash-box {
    min-height: 40px;
    font-size: 16px;
    color: #373737;
    font-weight: 600;
}
.steps_div.step2 > ul:before {
    content: " ";
    top: 2px;
    left: 26%;
    width: 48%;
    border-top: 1px solid #B9B7B7;
    position: absolute;
}
.cus-tabs-fes-evet .nav-item .nav-link {
    text-transform: initial;
    opacity: 1;
}
.cus-tabs-fes-evet .nav-item .nav-link.active {
    border-bottom: 0px solid var(--primary-clr);
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.cus-tabs-fes-evet .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 5px;
    width: 100%;
    background: var(--primary-clr);
    border-radius: 4px 4px 0 0;
}

/* for calendar */
.YearlyHinduCalendar .ui-datepicker-inline {
    width: 100%;
    border: none;
    font-family: 'Montserrat', sans-serif;
}
.YearlyHinduCalendar #ui-datepicker-div {
    transform: scale(1.3);
    left: 12vw !important;
    margin-top: 10vh !important;
    width: 75vw !important;
    border: none;
	background: transparent;
}
.YearlyHinduCalendar #ui-datepicker-div *{
	font-family: lato;
}

.YearlyHinduCalendar .ui-datepicker-header {
    background: no-repeat;
    border: none;
}
.YearlyHinduCalendar .ui-datepicker th {
    font-size: 16px;
    text-transform: uppercase;
}
.YearlyHinduCalendar .ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    margin-top: 4px;
}
.YearlyHinduCalendar .ui-datepicker-calendar td a {
    text-align: center !important;
    margin: auto !important;
    color: var(--text-clr);
    font-weight: bold !important;
    background: none !important;
    height: 32px;
    width: 32px;
    border: none !important;
    line-height: 24px;
    border-radius: 50px;
    font-size: 16px;
	font-family: lato;
}
.YearlyHinduCalendar .ui-datepicker-calendar td.ui-datepicker-today a {
    border: 1px solid var(--primary-clr);
    background: grey !important;
    font-weight: bold;
    font-family: lato;
    color: white;
}
.YearlyHinduCalendar .ui-datepicker-calendar td.ui-datepicker-current-day a {
	background: var(--primary-clr) !important;
	color: white;
}
.YearlyHinduCalendar .ui-icon {width: 24px;height: 24px;}

.YearlyHinduCalendar .ui-datepicker-prev .ui-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.YearlyHinduCalendar .ui-datepicker-next .ui-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}
.YearlyHinduCalendar .ui-datepicker .ui-datepicker-prev {
    left: 22%;
}
.YearlyHinduCalendar .ui-datepicker .ui-datepicker-next {
    right: 22%;
}

.audio-video .audio {
    transform: translate(0px, -34px);
    padding: 0 14px;
}
.audio-video .audioplayer-playpause {
    position: absolute;
    top: -90px;
    right:  calc(50% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.audio-video .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
       border-left: 12px solid #fff;
 }
.audio-video .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: transparent;
    border: 1px solid #fff;
   opacity: 0.8;
}
.audio-video .audioplayer-bar-loaded {
    background: transparent;
}
.audio-video .audioplayer-time-current {
    color: #fff;
}
/*.audio-video .audioplayer-time-duration {
    display: block;
    color: #fff;
    background: #000;
    text-align: center;
}*/
.feedback .form-control {
    border: 1px solid var(--primary-clr);
    border-radius: 7px;
    padding: 10px;
}
.page {
    box-shadow: none;
}

.view-all-blogs {border-bottom: 1px solid var(--primary-clr);}
.blog-list-footer .float-right a img {
    max-width: 19px;
    height: 17px;
    margin-top: -2px;
    margin-right: 4px;
}
.blog-list-footer .float-right a:last-child > img {
    max-width: 16px;
}
.blog-list-card {
    border-bottom: 1px solid rgba(236, 28, 35, 0.15);
    margin-bottom: 24px;
}


.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: transparent;
    overflow: auto;
    box-sizing: border-box;
}
.video-gallery > div {
    position: relative;
}
.video-gallery > div:after {
    content: "";
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    height: 50px;
    width: 50px;
    background-image: url(../images/icons/play-white.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.video-gallery > div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0000006b;
}

.Most-searched .check_toggle input:checked + .slider {
    background-color: #fff;
    border: 1px solid rgba(236, 28, 35, 0.62);
}

/*For Experience Range Slider and Time Range */
.Experience-slider .ui-slider-horizontal .ui-slider-handle {
    top: -0.5em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	background: #F27C39 !important;
	border: 0 !important ;
	border-radius: 50%;
	outline:none;
}
.Experience-slider .ui-slider-horizontal .ui-slider-range
{
	height: 5px;
    background: #F27C39;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
}
.Experience-slider .ui-widget.ui-widget-content {
    border:0 !important; 
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #FFE1D0;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}    
.Experience-slider span#amount,
.Experience-slider span#amountmax {
    font-size: 14px;
    font-weight: bold;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    display: inline-block;
}
.Experience-slider span#amount {
    margin-right: 4vw;
}
   
#time-range p .slider-time,
#time-range p .slider-time2 {
    font-size: 14px;
    font-weight: bold;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    display: inline-block;
}
#time-range p .slider-time {
    margin-right: 20px;
}
ul.disc-red li {
    position: relative;
}
ul.disc-red li::before {
    content: "\2022";
    color: var(--primary-clr);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    position: absolute;
    top: -3px;
    left: -2rem;
    font-size: 16px;
}
.float-labels .radio_normal + label {
    /* line-height: 1.5; */
    top: 12px !important;
}
.temple-list li .media .bottom-right a:first-child {
    padding-bottom: 0 !important;
}
.temple-list li .media .bottom-right a img {
    max-height: 20px;
    min-height: 20px;
}

.temple-list li .media .bottom-right {
    bottom: 4px;
}
#time-range > p {
    margin-bottom: 36px;
}


.check_toggle .slider:before {
    background-color: #979797;
}
.check_toggle .slider {
    background: #EDEDED;
}
.check_toggle input:checked + .slider:before {
    background-color: var(--primary-clr);
}
.hr-2 {
    border-top: 1px solid rgba(0,0,0,.2);
}
#Sortby .float-labels .form-group {
    margin-bottom: 20px;
}

.bp3-overlay-open {
    background: rgba(0, 0, 0, 0.76);
}
.testimonial .avatar-30 .user_initials_icon {
    color: #ec1c23;
    line-height: 30px;
    font-weight: 700;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    background: #fff3f4;
    padding: 0;
}

.OrderfromTempleList li {
    padding: 10px 14px;
    border-top: 1px solid #FDBB11;
    border-bottom: 1px solid #FDBB11;
    margin-bottom: -1px;
}
.temple_banners-social a img {
    width: 18px;
}

.holy-cities-img {
    width: 100%;
    min-height: 185px;
    max-height: 185px;
    object-fit: cover;
}
.banner-270 {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
}

.banners-210 {
    min-height: 210px;
    max-height: 210px;
    object-fit: cover;
    width: 100%;
}

.banners-140 {
    min-height: 140px;
    max-height: 140px;
    object-fit: cover;
    width: 100%;
}
.suggestions-dropdown-results {
    position: absolute;
    width: 100%;
    max-height: 300px;
    margin-top: -5px;
    overflow-y: auto;
    list-style: none;
    text-align: left;
    padding: 10px 0;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.08);
    z-index: 9;
}

.suggestions-dropdown-results li {
    height: 50px;
    line-height: 1.34;
    padding: 5px 14px;
    align-items: center;
    display: flex;
}
.suggestions-dropdown-results li:hover {
    background-color: #ffdee1;
}

.VIP_PASS_YELLOW_BG_TRANGLE {
    position: absolute;
    width: 152px;
    height: 100%;
    left: 0;
    top: 0;
    background-image:url(../images/icons/Order-summary_vip_pass_banner_bg.svg);
    z-index: 999;
}












/*
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
*/




/*######### MEDIA QUERY START HERE ########*/
/*common css*/

/*END common css*/
.cus-modal-live-darshan {
    position: fixed;
    align-items: inherit !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;
    z-index: 99999 !important;
}




.q-popup.active {
    background: rgba(0, 0, 0, 0.5) !important
}
 
.web_ui .cus-modal-lg {
    max-width: 80.7vw;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-dialog-end {
    display: flex;
    align-items: flex-end;
    min-height: calc(100% - (.5rem * -0.5));
}

@media (min-width: 576px) {
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}
}
/* FOR PROFILE MENU WEB */
.dropdown-menu-profile-web {
    position: absolute;
    top: 7vh !IMPORTANT;
    width: 18vw;
    right: -2.7vw !important;
    left: auto !important;
    will-change: auto !IMPORTANT;
    padding: 1.3vw 2vw;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.5);
}
.dropdown-menu-profile-web:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: #fff;
    position: absolute;
    top: -7px;
    right: 2.1vw;
    height: auto;
}
.dropdown-menu-profile-web a {
    padding: 0.8vw 0vw;
    height: auto;
    line-height: 34px;
    background: none !important;
    color: var(--text-clr);
}
.dropdown-menu-profile-web .f-18 {
  font-size: 1.2vw !important;
}






/*######  Profile and Account  #####*/
.how-it-works-vertival-line {
    margin-bottom: 10px;
    align-items: center!important;
}

.how-it-works-vertival-line .vr-line {
    width: 2px;
    height: 40px;
    background: #979797;
    margin: auto;
}

.testimonial-swiper-pagination .swiper-pagination-bullet {
    background: var(--secondary-clr);
}
.testimonial-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--secondary-clr);
}


/*############    StepsCheckout   ##############*/
.StepsCheckout > ul:before,
.StepsCheckout .completed_tab:after,
.StepsCheckout .active_tab:after {
    display: none;
}

.StepsCheckout .active_tab,
.StepsCheckout > ul > li,
.StepsCheckout .completed_tab {
    position: relative;
    text-align: left;
    padding-top: 10px;
    color: var(--text-clr);
}

.StepsCheckout > ul > li:before {
    content: " ";
    height: 4px;
    width: 94%;
    background: #fba87985;
    position: absolute;
    border-radius: 0;
    top: 0px;
    left: 0;
    display: inline-block;
}

.StepsCheckout > ul > li.active_tab:before {
    background: var(--primary-clr);
}

.StepsCheckout > ul > li.completed_tab:before {
    background: #f3bf34;
}
.or-seperator.grey {
    max-width: 100%;
}

.or-seperator.grey:after,
.or-seperator.grey:before {
    background: var(--lightgrey-clr);
}

.social-btn.checkout {
    display: block;
    width: 60%;
    margin: auto;
    margin-top: 20px;
}

.cart-list .cus-close {
    position: absolute;
    right: 0px;
    top: -8px !important;
    z-index: 9999;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}
.cart-list .cus-close img {
    width: 12px;
    height: auto;
}

.pull-full-modal {
    position: absolute;
    top: -56px;
    left: 0;
    width: 100%;
}
.bg-orange-100:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: #FFF5DD;
    z-index: -1;
}
.swiper-pagination-topleft  .testimonial-swiper-pagination {
    position: absolute;
    left: 14px !important;
    top: 0;
    z-index: 9;
}
.swiper-pagination-bottom-center .testimonial-swiper-pagination {
    text-align: center;
}

.swiper-pagination-topleft .w-100 {
    width: 100% !important;
}

.Messages-list li {
    padding: 10px 14px;
    margin-bottom: 14px;
    border-radius: 6px;
}
.Messages-list li img {
    border-radius: 50px;
}

/*####   CHAT BOX UI #####*/
.chat_ui {
    display: flex;
    margin-top: 80px;
    -ms-flex-align: end!important;
    padding-bottom: 80px;
    /*height: 90vh;*/
    /*align-items: flex-end!important;*/
}

.chat-box .receiver,
.chat-box .sender {
    position: relative;
    width: 70%;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 14px;
}
.chat-box .receiver {
    float: right;
    background: #FFF5DD ;
}
.chat-box .sender {
    float: left;
    background: rgba(216, 216, 216, 0.2);
}
.chat-type-box {
    background: #FFF5DD;
    border-radius: 6px !important;
    border: 1px solid var(--primary-clr) !important;
}
.chat-box .triangle-up-right {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #fff5dd;
    float: right;
    position: absolute;
    bottom: 0;
    right: -10px;
}
.chat-box .triangle-up-left {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #f7f7f7;
    float: right;
    position: absolute;
    bottom: 0;
    left: -10px;
}
.chat_ui .cus_upload [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.chat_ui .cus_upload [type="file"] + label {
    color: #fff;
    cursor: pointer;
    pointer-events: initial;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    font-weight: 500;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}

/* Css for calendar on popup */
.date-calendar .DayPicker-Month {
    width: 100%;
    font-size: 16px;
    margin: 14px 0;
    flex-direction: column;
    display: flex;
}

.date-calendar .DayPicker-Weekdays {
    display: inline-table;
    margin-top: 0;
}
.date-calendar .DayPicker-Body {
    display: table-caption;
    border-collapse: separate;
    border-spacing: 8px;
}
.date-calendar .DayPicker-Day {
    display: table-cell;
    padding: 0.5em;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0.3;
}
.date-calendar .DayPicker-Month{
    width: 100%;
    font-size: 16px;
    margin: 14px 0;
}
.date-calendar .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside),
.date-calendar .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
    position: relative;
    background-color: transparent;
    color: var(--primary-clr);
    border: 1px solid var(--primary-clr);
    opacity: 1;
}
.red-dot {
    display: inline-block;
    margin-right: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: var(--primary-clr);
}
.calendar-availlable-date {
    border-radius: 8px 8px 0 0;
    background: #fff;
    box-shadow: 0px -1px 2px rgba(190, 190, 190, 0.5);
}













































/*######### MEDIA QUERY START HERE ########*/
@media only screen and (max-width: 360px) {
html{
    font-size: 60.5%;
} 
.donation_bottom_text {
    padding-left: 0;
    padding-right: 0;
}
    
.float-labels input[type="radio"]:before {
    content: "";
    background: white;
    height: 19px;
    width: 19px;
    position: absolute;
    border-radius: 50px;
    border: 1px solid var(--primary-clr);
    top: 15px;
    left: 15px;
}    
.float-labels input[type="radio"]:checked:after {
    content: "";
    background: var(--primary-clr);
    height: 13px;
    width: 13px;
    position: absolute;
    border-radius: 50px;
    top: 18px;
    left: 18px;
}
.float-labels .radio_normal + label {
    top: 14px !important;
}  
.temple-list .times {
    margin-top: 2.3rem;
}
.TLLikeshare {
    margin-right: -6px;
}
.TLLikeshare a img {
    width: 16px;
}    
    
 .b-r-0 {
    border-radius: 0px !important;
}   
    
} /*end max-width 360px*/

@media only screen and (max-width: 320px) {
    .lodges-dharmashala li .media-body > h5 {
        font-size: 12px;
    }
    .lodges-dharmashala li .media-body > .row h4 {
        font-size: 12px;
    }

    .lodges-dharmashala li .media div > figure {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }    
    .lodges-dharmashala li .media div > figure > img {
        max-width: 95%;
    }
    .lodges-dharmashala li .media .top-right {
        top: 0px;
    }
    .lodges-dharmashala li .media .top-right .mb-5 {
        margin-bottom: 0.5rem !important;
    }
    .lodges-dharmashala li .media .top-right a > img {
        max-width: 16px;
    }    
    .temple-list li .media .bottom-right {
        bottom: 14px;
    }
    .temple-list li .media .bottom-right a {
        margin-bottom: 0 !important;
    }
    .temple-list li .media .bottom-right a img {
        max-width: 16px;
    }
    .temple-list .times {
        width: 112px;
        font-size: 1.2rem;
    }

    .temple-list li .media a figure div.w-120px {
        width: 85px;
    }
    
  
} /*end max-width 320px*/




/* css for new Development */

.tag-lable-red {
    background-image: url(../images/icons/tag_lable.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px 18px;
    width: 70px;
    height: auto;
    text-align: center;
    padding: 4px 10px 4px 0;
}
.tag-lable-seva {
    background-image: url(../images/icons/tag_lable_seva.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 70px;
    height: auto;
    text-align: center;
    padding: 4px 10px 4px 0;
}
.tag-lable-temple {
    background-image: url(../images/icons/tag_lable_temple.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 70px;
    height: auto;
    text-align: center;
    padding: 4px 10px 4px 0;
}
.tag-lable-festival {
    background-image: url(../images/icons/tag_lable_festival.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 70px;
    height: auto;
    text-align: center;
    padding: 4px 10px 4px 0;
}
.tag-lable-yellow {
    background-image: url(../images/icons/tag_lable_yellow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px 18px;
    width: 70px;
    height: auto;
    text-align: center;
    padding: 4px 10px 4px 0;
}
.tag-lable-blue {
    background-image: url(../images/icons/tag_lable_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100px;
    height: auto;
    text-align: center;
    padding: 4px 10px 4px 0;
}
.tag-lable-orange {
    background-image: url(../images/icons/tag_lable_orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 65px;
    height: auto;
    text-align: center;
    padding: 4px 10px 4px 0;
}
.tag-lable-pink {
    background-image: url(../images/icons/tag_lable_pink.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 94px 24px;
    width: 81px;
    height: auto;
    text-align: center;
    padding: 4px 10px 4px 0;
}



.temple_microsite_img {
    min-height: 40vh;
    width: 100%;
    object-fit: cover;
}
.object-fit {
    width: 100%;
    object-fit: cover;
}
.img_150 {
    min-height: 150px;
    width: 100%;
    object-fit: cover;
}
.slide_one_dots_pagination {
    position: absolute;
    left: 0;
    bottom: 8px !important;
    z-index: 9999;
    text-align: center;
}
.slide_one_dots_pagination .swiper-pagination-bullet-active {
    background: var(--yellow-clr);
}
span.off-price {
    opacity: 0.5;
    display: inline-block;
    margin-left: 6px;
    position: relative;
}
span.off-price:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 48%;
    height: 1px;
    width: 110%;
    background: var(--primary-clr);
}
.Notification-list li {
    position: relative;
    margin-bottom: 14px;
}

.Notification-list .media .media-body h5 {
    font-size: 13px;
}
.Notification-list .tag-lable-blue {
    background-size: 70px;
    width: 70px;
    font-size: 10px;
}
.Notification-list li.orders {
    border-right: 4px solid var(--primary-clr);
}
.Notification-list li.orders-left {
    border-left: 4px solid var(--primary-clr);
}
.Notification-list li.blogs {
    border-right: 4px solid var(--lightgrey-clr);
}
.Notification-list li.temple {
    border-right: 4px solid var(--yellow-clr);
}
.Notification-list li.update {
    border-right: 4px solid #000;
}
.Notification-list li.orange-left {
    border-left: 4px solid #F27B39;
}

.list-inline li{display:inline-block;margin:5px;}
.review_list .media > img {
    border: 1px solid var(--primary-clr);
}
ul.nav.list_grids_view {
    border-radius: 4px;
    overflow: hidden;
}
.list_grids_view li .nav-link {
    padding: .5rem 1rem;
    display: flex;
    height: 30px;
    background: #fff;
}
.list_grids_view li .nav-link.active {
    background: var(--lightgrey-clr);
}
.pujas-list_view .top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.homepage_banners:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.27);
}
.homepage_banners img {
    max-height: 90vh;
    width: 100%;
    object-fit: cover;
}
.web_homepage_popup {
    position: absolute;
    top: 6%;
    right: 40px;
    z-index: 999;
}
.web_homepage_popup .mobile_screen {
    max-height: 78vh;
    width: auto;
    object-fit: initial;
}
.web_homepage_popup .download_app {
    position: absolute;
    top: 22%;
    right: 13%;
    width: 40%;
    text-align: center;
}
.web_homepage_popup .download_app .download_text {
    text-decoration: underline;
    color: red;
    font-style: italic;
}

.homepage_banners  .input-group.searchshadow {
    width: 440px;
}
.homepage-category-list img {
    max-height: 172px;
}
.Daily_Darshan_web_carosel img {
    border-radius: 120px;
    width: 150px;
    height: 150px;
    border: 4px solid #FFC107;
    margin: auto;
}
.Daily_Darshan_web_carosel .swiper-wrapper .swiper-slide {
    display: block;
    margin: auto;
}
.Daily_Darshan_web_carosel_pagination .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 20px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 14px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background: #fff;
    padding: 4px;
}
.Daily_Darshan_web_carosel_pagination .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/icons/arrow-right-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}
.Daily_Darshan_web_carosel_pagination .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icons/arrow-right-red.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-position: center;
    background-size: 14px 14px;
}



.web_upcoming_fest .upcoming_fest_img {
     top: 0;
}
.web_customer_says .swiper-slide {
  transform: scale(0.8);
  transition: all 0.3s;
}
.web_customer_says .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.web_MostRecomendedSevas_pagination {
    position: absolute;
    top: 30%;
    left: 2%;
    width: 96%;
}
.web_MostRecomendedSevas_pagination .swiper-button-next,
.web_MostRecomendedSevas_pagination .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat !important;
    background: transparent;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.web_MostRecomendedSevas_pagination .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/icons/arrow_circle_white.svg);
}
.web_MostRecomendedSevas_pagination .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icons/arrow_circle_white.svg);
    transform: rotate(180deg);
}
.Single_product_banners_web {
    height: 60vh;
    width: 100%;
    object-fit: cover;
}
.pb_accordion .item > a.plus:after {
    background: none;
    background-repeat: no-repeat;
    content: "\f067";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    color: var(--primary-clr);    
    transform: rotate(0deg);
}
.pb_accordion .item > a.plus[aria-expanded="true"]:after {
    content: "\f068";
}
.gallery-grid {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 25% 25% 25% 25%;
}
.gallery-grid li {
    padding: 8px;
}
.gallery-grid .gallery_list_img {
    min-height: 230px;
    width: 100%;
    object-fit: cover;
}
.gallery_switch .Photos{
    position: absolute;
    left: -50px;
    top: 4px;
    color: #EC1C23;
    font-family: 'roboto_light',sans-serif;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}
.gallery_switch .Video{
    position: absolute;
    right: -50px;
    top: 4px;
    color: #706F6F;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}
.gallery_switch .switch input:checked ~ .Video {
    color: #EC1C23;
}

.gallery_switch .switch input:checked ~ .Photos {
    color: #706F6F;
    
}
.gallery_switch .check_toggle input:checked+.slider {
    background: #EDEDED;
    border: 1px solid #979797;
}
.gallery_switch .check_toggle input:checked + .slider:before {
    background-color: #979797;
}



/* // time line css  */
.history-tl-container{
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
    margin: 20px 0;
    padding: 0;
    display: inline-block;
    width: 100%;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin: auto;
    margin-left: 14px;
    min-height: 50px;
    border-left: 1px solid var(--primary-clr);
    padding: 0 0 50px 30px;
    position: relative;
    width: 100%;
}

.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -10px;
    top: 0px;
    content: " ";
    border: 5px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: var(--primary-clr);
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li.in-progesss {
	border-left: 1px solid #eee;
}
.history-tl-container ul.tl li.in-progesss:last-child {
	border-left: 0px solid #eee;
}
.history-tl-container ul.tl li.in-progesss::before {
    position: absolute;
    left: -6px;
    top: 0px;
    content: " ";
    border: 2px solid #eee;
    border-radius: 500%;
    background: #fff;
    height: 12px;
    width: 12px;
    transition: all 500ms ease-in-out;
}
.history-tl-container ul.tl li:hover::before{
    border-color:  rgba(255, 255, 255, 0.74);
    transition: all 1000ms ease-in-out;
}
.history-tl-container ul.tl li.in-progesss:hover::before {
    border-color: #eee;
    transition: all 1000ms ease-in-out;
}

ul.tl li .item-title{
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
.web_ui .history-tl-container ul.tl li:last-child {
    padding-bottom: 0;
}
.web_ui .history-tl-container ul.tl li {
    padding-bottom: 20px;
}


.h-256px {
    height: 256px;
}
.h-220px {
    height: 220px;
}
.h-500px {
    height: 500px;
}

.Seva_gallery1 .item2 { grid-area: menu; }
.Seva_gallery1 .item3 { grid-area: main; }
.Seva_gallery1 .item4 { grid-area: right; }
.Seva_gallery1 .item5 { grid-area: footer; }
.Seva_gallery1 .item6 { grid-area: footer1; }

.Seva_gallery1 {
  display: grid;
  grid-template-areas:
    'menu main right'
    'menu footer1 footer';
  grid-gap: 10px;
}

.Seva_gallery1 > div {
  text-align: center;
  padding:0;
}

.Seva_gallery2 .item2 { grid-area: menu; }
.Seva_gallery2 .item3 { grid-area: main; }
.Seva_gallery2 .item4 { grid-area: right; }
.Seva_gallery2 .item5 { grid-area: footer; }
.Seva_gallery2 .item6 { grid-area: footer1; }

.Seva_gallery2 {
  display: grid;
  grid-template-areas:
    'main menu right'
    'footer1 menu footer';
  grid-gap: 10px;
}

.Seva_gallery2 > div {
  text-align: center;
  padding:0;
}

.Seva_gallery3 .item1 { grid-area: p1; }
.Seva_gallery3 .item2 { grid-area: p2; }
.Seva_gallery3 .item3 { grid-area: p3; }
.Seva_gallery3 .item4 { grid-area: p4; }
.Seva_gallery3 .item5 { grid-area: p5; }
.Seva_gallery3 .item6 { grid-area: p6; }

.Seva_gallery3 {
  display: grid;
  grid-template-areas:
    'p1 p2 p3'
    'p4 p4 p5'
    'p4 p4 p6';
  grid-gap: 10px;
}

.Seva_gallery3 > div {
  text-align: center;
  padding:0;
}

.Seva_gallery4 .item1 { grid-area: p1; }
.Seva_gallery4 .item2 { grid-area: p2; }
.Seva_gallery4 .item3 { grid-area: p3; }
.Seva_gallery4 .item4 { grid-area: p4; }
.Seva_gallery4 .item5 { grid-area: p5; }
.Seva_gallery4 .item6 { grid-area: p6; }
.Seva_gallery4 .item7 { grid-area: p7; }
.Seva_gallery4 .item8 { grid-area: p8; }

.Seva_gallery4 {
  display: grid;
  grid-template-areas:
    'p1 p2 p3'
    'p4 p2 p5'
    'p6 p7 p8';
  grid-gap: 10px;
}

.Seva_gallery4 > div {
  text-align: center;
  padding:0;
}

.Seva_gallery5 .item1 { grid-area: p1; }
.Seva_gallery5 .item2 { grid-area: p2; }
.Seva_gallery5 .item3 { grid-area: p3; }
.Seva_gallery5 .item4 { grid-area: p4; }
.Seva_gallery5 .item5 { grid-area: p5; }
.Seva_gallery5 .item6 { grid-area: p6; }
.Seva_gallery5 .item7 { grid-area: p7; }

.Seva_gallery5 {
  display: grid;
  grid-template-areas:
    'p1 p2 p3'
    'p1 p4 p5'
    'p6 p7 p5';
  grid-gap: 10px;
}

.Seva_gallery5 > div {
  text-align: center;
  padding:0;
}

.Seva_gallery6 .item1 { grid-area: p1; }
.Seva_gallery6 .item2 { grid-area: p2; }
.Seva_gallery6 .item3 { grid-area: p3; }
.Seva_gallery6 .item4 { grid-area: p4; }
.Seva_gallery6 .item5 { grid-area: p5; }
.Seva_gallery6 .item6 { grid-area: p6; }
.Seva_gallery6 .item7 { grid-area: p7; }
.Seva_gallery6 .item8 { grid-area: p8; }

.Seva_gallery6 {
    display: grid;
    grid-template-areas: 'p1 p2 p3' 'p4 p5 p6' 'p7 p5 p8';
    grid-gap: 10px;
}
.Seva_gallery6>div {
    text-align: center;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.VerifiedAvailability {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 0 10px;
    border-radius: 50px;
    font-weight: 600;
    height: 34px;
    line-height: 34px;
}

/* slots */

.select-time .switch-field label {
    position: relative;
    pointer-events: inherit;
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    border: 1px solid #c9c9c9;
    background: #F6F6F6;
    border-radius: 4px;
    box-shadow: none;
    transition: all 0.1s ease-in-out;
    margin-right: 0;
    margin-bottom: 0px;
}
.select-time .switch-field input:checked + label:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 12px;
    height: 20px;
    width: 20px;
    background: #F6F6F6;
    background-size: contain;
    opacity: 1;
    z-index:-1;
}
.select-time .switch-field input:checked + label {
    color: #fff;
    border: 1px solid var(--primary-clr);
    box-shadow: none;
    background: var(--primary-clr);
}
.PicDates .switch-field label {
    position: relative;
    pointer-events: inherit;
    width: 100%;
    line-height: inherit;
    text-align: center;
    text-transform: capitalize;
    padding: 0;
    border: 1px solid #c9c9c9;
    background: #F6F6F6;
    border-radius: 4px;
    box-shadow: none;
    transition: all 0.1s ease-in-out;
    margin-right: 0;
    margin-bottom: 20px;
    height: 84px;
    align-items: center;
    padding-top: 20px;
    font-size: 14px;
}
.SelectTime {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 14px;
}
.PicDates .switch-field input:checked + label:after {
    content: "";
    position: absolute;
    background: #F6F6F6;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {

.mx-m-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
header > .right a:last-child {
    margin-left: 10px;
} 
.float-labels input[type="radio"]:before {
    content: "";
    background: white;
    height: 22px;
    width: 22px;
    position: absolute;
    border-radius: 50px;
    border: 1px solid var(--primary-clr);
    top: 14px;
    left: 15px;
}
.float-labels input[type="radio"]:checked:after {
    content: "";
    background: var(--primary-clr);
    height: 14px;
    width: 14px;
    position: absolute;
    border-radius: 50px;
    top: 18px;
    left: 19px;
}
.m_p_0 {
    padding: 0!important;
}
.homepage-restaurant .swiper-wrapper .swiper-slide figure {
    height: 220px;
}
.homepageGategoryGrid .card p {
    font-size: 13px;
}
.login-card {
    padding: 0;
}
.GetYourConsultation h2 {
    font-size: 2rem;
    line-height: 1.5;
}
.dropdown-menu-profile:before{
	display:none;
}
header.fixed-header~.page-content {
    padding-top: 50px;
}


        
        
}  /*(phones, 768px and down)*/

    
    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {
		.dropdown-menu-profile:before{
			display:none;
		}
	} 
    
    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {
		
		.dropdown-menu-profile:before{
			display:none;
		}
	} 
	
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {     
    /* - For Desktop classes - */
    .f-12 {font-size: 0.8vw !important;}
    .f-13 {font-size: 0.85vw !important;}
    .f-14 {font-size: 0.9vw !important;}
    .f-16 {font-size: 1.05vw !important;}
    .f-18 {font-size: 1.2vw !important;}
    .f-20 {font-size: 1.3vw !important;}
    .f-22 {font-size: 1.4vw !important;}
    .f-24 {font-size: 1.55vw !important;}
    .f-26 {font-size: 1.7vw !important;}
    .f-28 {font-size: 1.8vw !important;}
    .f-30 {font-size: 1.95vw !important;}
    .f-32 {font-size: 2.1vw !important;}
    .f-34 {font-size: 2.2vw !important;}
    .f-35 {font-size: 2.3vw !important;}
    .f-36 {font-size: 2.35vw !important;}


.w-lg-30 {max-width: 30%}
.mw-lg-65 {max-width: 65%}


/* - HOMEPAGES - */
.homepageGategoryGrid .card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s;
    border-radius: 6px;
}
.homepageGategoryGrid .card p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    width: 80%;
    text-transform: uppercase;
    margin: auto;
	text-shadow: 0px 5px 5px black;
}
.login-card {
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,.175)!important;
}


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

@media screen and (max-width: 600px) {
  .exm{
    font-size:13px;
  }
}
 