/*
  Project Name : Tamil Memorial
  Version : 1.0.0
  Developed By : iHorsetech Team
  Company Name : iHorse
  Website : https://ihorsetech.com/
*/
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --body-bg: #f9f9f9;
  --primary-color:#8754DD;
  --secondary-color: #FDB207;
  --menu-color: #333333;
  --search-bg: #FCFCFC;
  --search-border: #E6E6E6;
  --title-color: #202020;
  --paragraph-color: #656565;
  --footer-social-bg: #D9D9D9;
  --white-color: #ffffff;
  --black-color: #000000;
  --menu-divider: #757575;
  --menu-border: rgb(206, 206, 206, 0.80);
  --title-border: #EBEBEB;
  --font-family-urbanist: 'Urbanist', sans-serif;
  --footer-bg: #f3f3f3;
  --business-box-bg: #ffdd90;
  --business-layer-bg: #ffd77c;
  --view-all-btn-bg:#F4F4F4;
  --form-control-border: #CFCFCF;
  --pagination-color: #C0C0C0;
  --account-paragraph: #B3B3B3;
  --account-side-bg:#FAFAFA;
  --account-menu-color:#8A8A8A;
  --expiry-color: #E48618;
  --green-rippon: #029E50;
  --red-color: #F02D29;
  --copy-rights-border: #d4d4d4;
  --slider-title-color: #181818;
  --choose-file-color:#C0C0C0;
  --theme1-primary-color:#884589;
  --theme1-secondary-color: #9F56B3;
  --theme1-bg:#FDF6FF;
  --theme1-footer-bg:#FBEFFD;
  --theme1-box-border: #F0CAFB;
  --theme2-primary-color:#437383;
  --theme2-secondary-color: #4C9EB6;
  --theme2-bg:#F6FDFF;
  --theme2-footer-bg:#F0FAFC;
  --theme2-box-border: #C6E9F3;
  --theme3-primary-color:#AE5584;
  --theme3-secondary-color: #DF6994;
  --theme3-bg:#FFFAFC;
  --theme3-footer-bg:#FEF5F8;
  --theme3-box-border: #FEE0EC;
  --theme4-primary-color:#566459;
  --theme4-secondary-color: #558B63;
  --theme4-bg:#F5F7F5;
  --theme4-footer-bg:#F0F3F0;
  --theme4-box-border: #BFE2C9;
}
*{
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: var(--font-family-urbanist) !important;
  background: var(--body-bg);
}
img {
  max-width: 100%;
}
a{
  color: var(--primary-color);
  text-decoration: none;
}
a:hover{
  color: var(--primary-color);
}
button:focus {
  outline: none;
}
.text-light{
  color: #A1A1A1 !important;

}
.form-control:disabled{
  background:var(--menu-border) !important;
}
/*Header*/
.navbar-brand img{
  width: 320px;
}
.ih-wlt-c-tm-header{

}
.ih-wlt-c-tm-header nav{
  z-index: 2;
  position: relative;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  transition: all ease-in .5s;
}
.ih-wlt-c-tm-header.fixed-top{
  position: fixed !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.ih-wlt-c-tm-top-bar {
  padding: 7px 0;
  font-size: 14px;
}
.ih-wlt-c-tm-top-bar ul{
  padding: 0;
  margin: 0;
}
.ih-wlt-c-tm-top-bar ul li{
  list-style: none;
  padding: 0 15px;
  border-right: 1px solid var(--menu-divider);
  display: inline-block;
}
.ih-wlt-c-tm-top-bar ul li:last-child{
  border-right: 0;
  padding-right: 0;
}

.ih-wlt-c-tm-top-bar ul li a{
  line-height: 21px;
  font-size: 1rem;
  color: var(--menu-color);
  font-weight: 500;
}
.ih-wlt-c-tm-top-bar ul li a span{
  font-size: .75rem;
}
.ih-wlt-c-tm-top-bar ul li a svg{
  fill: var(--black-color)
}
.ih-wlt-c-tm-top-bar ul li:last-child a{
  color: var(--primary-color);
}
.ih-wlt-c-tm-top-bar ul li:last-child a svg{
  fill: var(--primary-color)
}
.ih-wlt-c-tm-header #navbarNav {
  border-top: 0.3px solid var(--menu-border);
}
.ih-wlt-c-tm-header .navbar-nav .nav-link {
  padding: 13px 0;
  margin: 0 30px;
  line-height: 21px;
  font-size: 1rem;
  color: var(--menu-color);
  font-weight: 500;
  border-bottom: 0.1875rem solid transparent;
}
.ih-wlt-c-tm-header .navbar-nav li:last-child .nav-link{
  margin-right: 0;
}
.ih-wlt-c-tm-header .navbar-nav .nav-item.active .nav-link{
  border-bottom: 0.1875rem solid var(--primary-color);
  color: var(--primary-color);
}
.ih-wlt-c-tm-header .navbar-nav .nav-item .nav-link:hover{
  border-bottom: 0.1875rem solid var(--primary-color);
  color: var(--primary-color);
}
/*Header end */

/*Search form*/
#ih-wlt-c-tm-search-form {
  max-width: 75%;
  margin: auto;
}
.ih-wlt-c-tm-top-search a {
  margin-left: 30px;
  line-height: 21px;
  font-size: 1rem;
  color: var(--menu-color);
  font-weight: 500;
  border-bottom: 0.1875rem solid transparent;
}
.ih-wlt-c-tm-top-search a:hover{
  color: var(--primary-color);
}
#ih-wlt-c-tm-search {
	background: var(--white-color);
	padding: 10px 0px;
	overflow: hidden;
	opacity:0;
	position:absolute;
	z-index:1;
	left:-999em;
	box-sizing:border-box;
	width:100%;
	transform:translateY(-100%);
	transition:transform 1s ease, opacity 1s ease, top 0s ease 1s, left 0s ease 1s;
}
#ih-wlt-c-tm-search.open {
	transform:translateY(0%);
	opacity:1;
	left:0;
	transition:transform 1s ease, opacity 1s ease;
}
#ih-wlt-c-tm-search-form form {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
#ih-wlt-c-tm-search-form form .form-group{
  margin-bottom: 0;
}
#ih-wlt-c-tm-search-form form .form-control{
  border-radius: 0;
  border: 1px solid var(--search-border);
  font-size: .875rem;
  font-weight: 500;
  background: var(--search-bg);
  border-left: 0;
  padding-left: 0;
}
#ih-wlt-c-tm-search-form form .form-control:focus{
  box-shadow: none;
}
#ih-wlt-c-tm-search-form form .btn-outline-secondary {
  color: var(--primary-color);
  border-color: var(--search-border);
  border-radius: 0 30px 30px 0;
  font-size: 0;
  background: var(--search-bg);
}
#ih-wlt-c-tm-search-form form .btn-outline-secondary:hover{
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
#ih-wlt-c-tm-search-form form .btn-outline-secondary:focus{
  box-shadow: none;
}
#ih-wlt-c-tm-search-form form .input-group-text{
  border: 1px solid var(--search-border);
    border-radius: 30px 0 0 30px;
    background: var(--search-bg);
    border-right: 0;
    color: var(--form-control-border);
    font-size: 14px;
}
/*Search form end*/

/*Footer*/
.ih-wlt-c-tm-footer{
  background: var(--footer-bg);
  padding: 30px 0;
  font-size: .765rem;
  border-bottom: 0.5rem solid var(--primary-color);
}
.ih-wlt-c-tm-logo img{
  width: 245px;
}
.ih-wlt-c-tm-footer ul{
  padding: 0;
  margin: 15px 0;
  text-align: right;
}
.ih-wlt-c-tm-footer li{
  list-style: none;
  border-right: 1px solid var(--menu-divider);
  font-size: .875rem;
  padding: 0 15px;
  display: inline-block;
}
.ih-wlt-c-tm-footer li:first-child{
  padding-left: 0;
}
.ih-wlt-c-tm-footer li:last-child{
  border-right: 0;
}
.ih-wlt-c-tm-footer li>a{
  color: var(--menu-color);
  font-weight: 500;
}
.ih-wlt-c-tm-footer li>a:hover{
  color: var(--primary-color);
}
.ih-wlt-c-tm-copyrights{
  margin-top: 30px;
  border-top: 1px solid var(--copy-rights-border);
  padding: 15px 0 0;
}
.ih-wlt-c-tm-social{
  display: flex;
  flex-direction: column;
  align-items: end;
}
.ih-wlt-c-tm-social h6{
  font-weight: 700;
}
.ih-wlt-c-tm-social ul{
  padding: 0;
  margin: 0;
}
.ih-wlt-c-tm-social li{
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  margin-right: 10px;
  text-align: center;
}
.ih-wlt-c-tm-social li a>i{
  font-size: 1rem;
  line-height: 2.25rem;
  color: var(--primary-color);
}
.ih-wlt-c-tm-social li a:hover>i{
  color: var(--menu-color);
}
.ih-wlt-c-tm-social li:last-child{
  margin-right: 0;
}
/*Footer end*/

/*Signin or signup*/
.ih-wlt-c-tm-account{
  background: var(--body-bg) url(../img/signin-bg.png) no-repeat center center;
  background-size: cover;
  padding: 6em 0;
}
.ih-wlt-c-tm-sign{
  width: 100%;
  padding:2em;
  font-size: 14px;
  color: var(--menu-divider);
  background: var(--white-color);
  border-radius: 0.25rem;
  font-weight: 500;
}
.ih-wlt-c-tm-sign h3{
  font-weight: 600;
  font-size: 21px;
  color: var(--title-color);
  margin-bottom: 30px;
  text-align: center;
}
.ih-wlt-c-tm-sign label{
  font-weight: 500;
  color: var(--title-color);
  font-size: 14px;
  margin-bottom: 5px;
}
.ih-wlt-c-tm-sign .form-control{
  border: 0.50px solid var(--form-control-border);
  font-size: .875rem;
  color: var(--black-color);
  width: 100%;
  height: 40px;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
  border-color: var(--form-control-border);
}
.form-control.is-valid, .was-validated .form-control:valid{
  border-color: var(--form-control-border);
  background-image: none;
}
.ih-wlt-c-tm-sign .input-group .form-control{
  border-radius: 0.25rem !important;
}
.invalid-tooltip {
  padding: 0;
  margin-top: 0;
  font-size: .765rem;
  color: var(--red-color);
  background-color: transparent;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{
  box-shadow: none;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus{
  box-shadow: none;
}
.ih-wlt-c-tm-sign .input-group .input-group-text{
  background: transparent;
  border-radius: 0 0.25rem 0.25rem 0!important;
  border: none;
  position: absolute;
  right: 0;
  z-index: 9;
  width: 44px;
  height: 40px;
}
.ih-wlt-c-tm-sign .input-group .input-group-text.toggle-password{
  color: var(--form-control-border);
  cursor: pointer;
  display: flex;
}
.password.form-control.is-invalid, .was-validated .password.form-control:invalid {
  background-position: right calc(0.375em + 2.1875rem) center;
}
.ih-wlt-c-tm-sign .form-control:focus, .ih-wlt-c-tm-sign .input-group .form-control:focus .input-group-text{
  box-shadow: none;

}
.ih-wlt-c-tm-forgot{
  margin-top: 5px;
  font-size: .765rem;
  text-decoration: underline;
  color: var(--primary-color);
}
.ih-wlt-c-tm-sign input::placeholder{
  color: var(--form-control-border);
}
.ih-wlt-c-tm-social-signin .divider{
  color: var(--form-control-border);
  background: var(--white-color);
  padding: 1px 5px;
  position: relative;
}
.ih-wlt-c-tm-social-signin{
  text-align: center;
  position: relative;
  margin: 0.5rem 0;
}
.ih-wlt-c-tm-social-signin::before{
  content: '';
  width: 100%;
  height: 1px;
  background: var(--form-control-border);
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
}
.ih-wlt-c-tm-social-login ul{
  padding: 0;
  margin: 0;
}
.ih-wlt-c-tm-social-login ul li{
  list-style: none;
  display: inline-block;
  width: 48%;
  height: 35px;
  line-height: 35px;
  margin-right: 2%;
  border: 1px solid var(--form-control-border);
  border-radius: .25rem;
}
.ih-wlt-c-tm-social-login ul li:last-child{
  margin-right: 0;
}
.ih-wlt-c-tm-social-login ul li a{
  color: var(--title-color);
  padding: 0px 0px 0 5px;
  font-size: 14px;
  font-weight: 500;
}
.ih-wlt-c-tm-social-login ul li a>span img{
  width: 20px;
  height: 20px;
}
.ih-wlt-c-tm-social-login ul li a>span{
  float: right;
  border-left: 1px solid var(--form-control-border);
  padding: 0 5px;
  line-height: 30px;
  height: 34px;
}
.ih-wlt-c-tm-sign .form-group.has-icon {
  position: relative;
  z-index: 9;
}
.ih-wlt-c-tm-sign .form-group{
  position: relative;
}
#wlt-datepicker.form-control.is-invalid, .was-validated #wlt-datepicker.form-control:invalid {
  background-position: right calc(2.375em + 0.1875rem) center;
}
.ih-wlt-c-tm-sign .has-icon .form-control {
  padding-right: 2.375rem;
}
.ih-wlt-c-tm-sign .has-icon .form-control-feedback {
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 47px;
  bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 0px;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
  color: var(--form-control-border);
}
/*Signin or signup end*/

/*Button style*/
.ih-wlt-c-tm-btn-primary{
  border-radius: 0.25rem;
  border:1px solid var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
  font-size: .875rem;
  padding: 5px 20px;
  font-weight: 500;
  height: 40px;
  line-height: 2.2;
}
.ih-wlt-c-tm-btn-primary:hover{
  color: var(--primary-color);
  border:1px solid var(--primary-color);
  background: var(--white-color);
}
.ih-wlt-c-tm-btn-primary:focus{
  box-shadow: none;
}
.ih-wlt-c-tm-btn-secondary{
  border-radius: 0.25rem;
  border:1px solid var(--primary-color);
  background: var(--white-color);
  color: var(--primary-color);
  font-size: .875rem;
  padding: 5px 20px;
  font-weight: 500;
  height: 40px;
  line-height: 2.2;
}
.ih-wlt-c-tm-btn-secondary:hover{
  color: var(--white-color);
  border:1px solid var(--primary-color);
  background: var(--primary-color);
}
.ih-wlt-c-tm-btn-secondary:focus{
  box-shadow: none;
}
.ih-wlt-c-tm-btn-gray{
  border-radius: 0.25rem;
  border:1px solid var(--account-menu-color);
  background:transparent;
  color: var(--account-menu-color);
  font-size: .875rem;
  padding: 5px 20px;
  font-weight: 500;
  height: 40px;
  line-height: 2.2;
}
.ih-wlt-c-tm-btn-gray:hover{
  background: var(--white-color);
}
.ih-wlt-c-tm-btn-gray:focus{
  box-shadow: none;
}
/*Button style end*/

 /*Home page*/
 .ih-wlt-c-tm-slider .carousel-item{
  height: calc(100vh - 78px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 }
 .carousel-control-next, .carousel-control-prev{
  width: 5%;
 }
 .carousel-control-next-icon, .carousel-control-prev-icon{
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    padding: 3px;
 }
 .ih-wlt-c-tm-slider-caption{
  max-width: 700px;
 }
 .ih-wlt-c-tm-slider-title h1{
  color: var(--slider-title-color);
  font-size: 2.125rem;
  font-weight: 600;
  margin:0 0 30px;
 }
 .ih-wlt-c-tm-slider-title p{
  font-weight: 500;
  color: var(--slider-title-color);
  font-size: 1rem;
  margin: 30px 0;
 }
 .ih-wlt-c-tm-slider-title h1>span{
  color: var(--primary-color);
 }
 .ih-wlt-c-tm-slider-process{
  margin: 15px 0;
 }
 .ih-wlt-c-tm-slider-process img{
  margin-bottom: 15px;
  width: 72px;
  height: 64px;
  object-fit: contain;
 }
 .ih-wlt-c-tm-slider-process img.process{
  width: auto;
 }
 .ih-wlt-c-tm-slider-process h4{
  color: var(--slider-title-color);
  font-size: 1.125rem;
  font-weight: 600;
  margin:0 0 15px;
 }
 .ih-wlt-c-tm-slider-process p{
  color: var(--slider-title-color);
  font-size: .875rem;
  font-weight: normal;
  margin:0;
 }
 .ih-wlt-c-tm-slider-button{
  margin: 30px 0 0;
 }
 .ih-wlt-c-tm-section1 {
  background: url('../img/home_section1_bg.jpg') no-repeat;
  background-size: cover;
  padding: 3em 0;
}
.ih-wlt-c-tm-title{
  text-align: center;
}
.ih-wlt-c-tm-title h2{
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 25px;
  position: relative;
}
.ih-wlt-c-tm-title h2>span{
  position: relative;
}
.ih-wlt-c-tm-title h2>span::before{
  width: 70px;
  content: '';
  position: absolute;
  background: url(../img/title-before.svg) no-repeat;
  top: 5px;
  bottom: 0;
  left: -75px;
  z-index: 1;
}
.ih-wlt-c-tm-title h2>span::after{
  width: 70px;
  content: '';
  position: absolute;
  background: url(../img/title-after.svg) no-repeat;
  top: 5px;
  bottom: 0;
  right: -75px;
  z-index: 1;
}
.ih-wlt-c-tm-tribute-card{
  border-radius: 0.25rem;
  background: var(--white-color);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.ih-wlt-c-tm-tribute-img img{
  width: 100%;
  height: 20.25rem;
  border-radius: 0.25rem 0.25rem 0 0;
  object-fit: cover;
  object-position: center;
}
.ih-wlt-c-tm-tribute-caption{
  padding: 15px;
  position: relative;
  font-size: 0.9375rem;
  color: var(--paragraph-color);
}
.ih-wlt-c-tm-tribute-caption-title{
  width: 65%;
  height: 65px;
  border-radius: 0.25rem 0 0 0;
  background: var(--white-color);
  position: absolute;
  top: -50px;
  left: 0;
  padding: 10px 15px;
}
.ih-wlt-c-tm-tribute-caption-title h3{
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
  color: var(--title-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ih-wlt-c-tm-tribute-caption-title::before{
position: absolute;
right: -65px;
top: 0;
content: '';
width: 0;
height: 0;
border-bottom: 65px solid var(--white-color);
border-right: 65px solid transparent;
}
.ih-wlt-c-tm-tribute-caption h5{
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--account-paragraph);
}
.ih-wlt-c-tm-tribute-caption p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: .875rem;
  color: var(--account-paragraph);
  font-weight: normal;
}
.ih-wlt-c-tm-tribute-caption a{
  font-weight: 600;
}
.ih-wlt-c-tm-section2 {
  background: url('../img/home_section2_bg.png') no-repeat;
  background-size: cover;
  padding: 3em 0;
}
.ih-wlt-c-tm-plan-warp{
  /* max-width: 80%;
  margin: auto; */
}
.ih-wlt-c-tm-plan {
  padding: 1em 1em;
  border-left: 1px solid var(--form-control-border);
  border-radius: 0;
  background: transparent;
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); */
  /* margin-bottom: 15px; */
  min-height: 465px;
}
.ih-wlt-c-tm-plan-header{
  min-height: 165px;
  margin-bottom: 1rem;
}
.ih-wlt-c-tm-plan h3{
  font-weight: 700;
  font-size: 1.875rem;
  margin: 20px 0 0;
}
.ih-wlt-c-tm-plan .basic h3{
  color: var(--account-menu-color);
}
.ih-wlt-c-tm-plan .premium h3{
  color: var(--primary-color);
}
.ih-wlt-c-tm-plan p{
  font-size: .765rem;
  margin-bottom: 15px;
}
.ih-wlt-c-tm-plan h4{
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.ih-wlt-c-tm-plan .basic h4{
  color: var(--account-menu-color);
}
.ih-wlt-c-tm-plan .premium h4{
  color: var(--primary-color);
}
.ih-wlt-c-tm-plan h4>span{
  font-size: .875rem;
  color: var(--account-menu-color);
}
.ih-wlt-c-tm-plan h5{
  font-size: .875rem;
  margin-bottom: 30px;
  color: var(--account-menu-color);
}
.ih-wlt-c-tm-plan ul{
  padding: 0;
  margin: 0;
  min-height: 158px;
}
.ih-wlt-c-tm-plan ul li{
  list-style: none;
  padding: 5px 20px;
  color: var(--title-color);
  font-size: .9rem;
  position: relative;
  min-height: 42px;
}
.plan-title{
  width: 100%;
  text-align: center;
}
/* .ih-wlt-c-tm-plan ul li::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../img/check.svg) center no-repeat;
  background-size: 100%;
  left: 0;
  top: 12px;
} */
/*Home page end*/

/*Inner page*/
.ih-wlt-c-tm-title-banner{
  text-align: center;
  padding: 5em 0;
  background: url(../img/inner-page-title-banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 260px;
}
.ih-wlt-c-tm-title-banner::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.ih-wlt-c-tm-title-banner .ih-wlt-c-tm-title {
  z-index: 2;
}
.ih-wlt-c-tm-title-banner .ih-wlt-c-tm-title h2{
  color: var(--white-color);
}

.ih-wlt-c-tm-title-btn {
    position: relative;
    z-index: 2;
}
.ih-wlt-c-tm-title-banner .ih-wlt-c-tm-title h2>span::before{
  background: url(../img/inner-title-before.svg) no-repeat;

}
.ih-wlt-c-tm-title-banner .ih-wlt-c-tm-title h2>span::after{
  background: url(../img/inner-title-after.svg) no-repeat;
}
.ih-wlt-c-tm-list {
  max-width: 80%;
  margin: auto;
  padding: 3em 0;
}
.ih-wlt-c-tm-list-card{
  border-radius: 0rem 0.25rem 0.25rem 0.25rem;
  background: var(--white-color);
  padding: 15px;
  margin-bottom: 15px;
}
.ih-wlt-c-tm-list-img{
  float: left;
  width: 22%;
  background: var(--footer-social-bg);
  border-radius: 0.25rem;
}
.ih-wlt-c-tm-list-img img{
  border-radius: 0.25rem;
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
}
.ih-wlt-c-tm-list-details{
  float: left;
  width: 78%;
  padding-left: 15px;
}
.ih-wlt-c-tm-list-details h3{
  font-size: 1.125rem;
  font-weight: 600;
  overflow: hidden;
  color: var(--title-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0 0 10px;
}
.ih-wlt-c-tm-list-details h5{
  font-size: .985rem;
  margin: 0 0 10px;
  font-weight: 600;
  color: var(--title-color);
}
.ih-wlt-c-tm-list-details p{
  font-size: .875rem;
  color: var(--paragraph-color);
  margin-bottom: 10px;
}
.ih-wlt-c-tm-page-item{
  margin: 0 5px;
}
.ih-wlt-c-tm-page-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.ih-wlt-c-tm-page-item .ih-wlt-c-tm-page-link {
  position: relative;
  display: block;
  font-size: .875rem;
  color: var(--pagination-color);
  text-decoration: none;
  background-color: transparent;
  border: 1px solid var(--footer-social-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0.25rem;
  padding: 0.275rem 0.65rem;
}
.ih-wlt-c-tm-page-item:hover {
  z-index: 2;
  color: var(--primary-color);
  background: var(--white-color);
  border-color: var(--footer-social-bg);
}
.ih-wlt-c-tm-page-item:focus{
  box-shadow: none;
  color: var(--white-color);
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.ih-wlt-c-tm-page-item.active{
  box-shadow: none;
  color: var(--white-color);
  background: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 0.25rem;
}
.ih-wlt-c-tm-page-item.active .ih-wlt-c-tm-page-link{
  color: var(--white-color)
}
.ih-wlt-c-tm-page-link{
  color: var(--pagination-color)
}
.ih-wlt-c-tm-page-item.disabled {
  color: var(--pagination-color);
  pointer-events: none;
  background-color: transparent;
  border-color: var(--footer-social-bg);
}
.ih-wlt-c-tm-details {
  max-width: 80%;
  margin: auto;
  padding: 3em 0;
  position: relative;
  word-break: break-word;
}
.ih-wlt-c-tm-memories-info{
    position: absolute;
    left: 6%;
    bottom: 5px;
  }
  .ih-wlt-c-tm-qr-share {
    background: var(--white-color);
    border-radius: 0.25rem;
    padding: 5px;
    margin-bottom: 5px;
  }
  .ih-wlt-c-tm-qr-share img{
    margin-bottom: 5px;
  }
  .ih-wlt-c-tm-qr-share span{
    display: block;
    font-weight: 500;
    color: var(--title-color);
    border-top: 1px solid var(--search-border);
  }
  .ih-wlt-c-tm-ownership-btn{
    background: var(--white-color);
    border-radius: 0.25rem;
    padding: 5px;
  }
  .ih-wlt-c-tm-ownership-btn a{
    font-weight: 500;
      color: var(--title-color);
      border-top: 1px solid var(--search-border);
  }
.ih-wlt-c-tm-share-social{
  background: var(--white-color);
  position: absolute;
  bottom: 0px;
  right: 10%;
  z-index: 2;
}
.ih-wlt-c-tm-share-social ul {
  padding: 0;
  margin: 0;
}
.ih-wlt-c-tm-share-social li{
  width: 2.25rem;
  height: 2.25rem;
  padding: 8px;
  border: none;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  list-style: none;
}
.ih-wlt-c-tm-share-social li:last-child {
  margin-right: 0;
}
.ih-wlt-c-tm-share-social li>a {
  color: var(--menu-color);
  font-weight: 500;
}
.ih-wlt-c-tm-share-social::before{
  position: absolute;
  left: -36px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 36px solid var(--white-color);
  border-left: 36px solid transparent;
}
.ih-wlt-c-tm-share-social::after{
  position: absolute;
  right: -36px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 36px solid var(--white-color);
  border-right: 36px solid transparent;
}
.ih-wlt-c-tm-details-info {
  text-align: center;
  margin: -9em 0 3em 0;
}
.ih-wlt-c-tm-details-img{
  background: var(--white-color);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: auto;
  position: relative;
}
.ih-wlt-c-tm-details-img img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 10px solid #fff;
}
.ih-wlt-c-tm-details-info h3{
  font-size: 1.5rem;
  color: var(--title-color);
  font-weight: 700;
  margin: 15px 0;
}
.ih-wlt-c-tm-details-info h4{
  font-size: 1rem;
  color: var(--paragraph-color);
  font-weight: 500;
}
.ih-wlt-c-tm-details-list{
  border-radius: 0.25rem;
  border: 1px solid  var(--footer-social-bg);
  padding: 15px;
  margin-bottom: 15px;

}
 ul{
  padding: 0;
  margin: 0;
}
.ih-wlt-c-tm-details-list ul li{
  list-style: none;
  margin: 5px 0;
  color: var(--paragraph-color);
  font-weight: 500;
  font-size: .875rem;
  text-align: justify;
  position: relative;
  padding-left: 0px;
  word-wrap: break-word;
  word-break: break-word;

}
.ih-wlt-c-tm-details-list ul li>strong{
  color: var(--black-color);
  font-size: .875rem;
  font-weight: 700;
}
.ih-wlt-c-tm-details-list h5{
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--title-color);
}
.ih-wlt-c-tm-details-list ul li>span.material-icons-outlined, .ih-wlt-c-tm-details-list ul li>span.material-symbols-outlined{
  position: relative;
  top: 5px;
  font-size: 20px;
  color: var(--title-color);
}
.ih-wlt-c-tm-details p{
  text-align: justify;
  font-size: .875rem;
  word-break: normal;
}
.ih-wlt-c-tm-details-tribute {
  margin: 10px 0;
}
.ih-wlt-c-tm-details-tribute h5{
  font-weight: 700;
  color: var(--title-color);
  font-size: 1.5rem;
}
.ih-wlt-c-tm-details-tribute li{
  list-style: none;
  padding: 15px 0;
  margin: 15px 0;
  border-top: 2px solid var(--title-border);
  font-size: .875rem;
}
.ih-wlt-c-tm-details-tribute li img{
  margin-bottom: 10px;
  width: 85px;
    height: 75px;
    object-fit: contain;
}
.ih-wlt-c-tm-details-tribute li>h4{
  color: var(--menu-divider);
  font-size: 1rem;
  font-weight: 700;
}
.ih-wlt-c-tm-details-tribute li>h4>span.material-icons {
  position: relative;
  top: 5px;
  font-size: 20px;
}
.ih-wlt-c-tm-details-tribute li>p{
  color: var(--paragraph-color);
}
p.tribute-on {
    color: var(--primary-color) !important;
    margin: 10px 0;
    font-weight: 600;
}
.delete a, .delete a:not([href]):not([class]){
    color: var(--account-paragraph);
    cursor: pointer;
  }
  .delete a:hover, .delete a:not([href]):not([class]):hover{
    color: var(--red-color);
  }
.delete a>span.material-icons-outlined {
    position: relative;
    top: 5px;
    font-size: 20px;
  }
.edit a{
    color: var(--account-paragraph);
  }
  .edit a:hover{
    color: var(--primary-color);
  }
.edit a>span.material-icons-outlined {
  position: relative;
  top: 5px;
  font-size: 20px;
}
#alertModal h3 {
  color: var(--title-color);
  font-size: 1rem;
  font-weight: 700;
  margin: 10px 0 10px;
  padding: 0;
  position: relative;
}
.modal-footer{
  border:none;
  justify-content: center;
}
.modal-header{
  border:none;
}
.btn-close{
  width: 0.75em;
  height: 0.75em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat;
}
.btn-close:focus{
  box-shadow: none;
}
/*Inner page end*/

/*Custom radio button*/
.custom-radio{
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.custom-radio input {
  display: none;
}
.ih-wlt-c-tm-radio {
  padding: 1em 1em;
  border-radius: 0.5rem;
  background: transparent;
  border: 1px solid var(--form-control-border);
  cursor: pointer;
  color: var(--account-menu-color);
  text-align: center;
}
.ih-wlt-c-tm-radio>svg{
  fill: var(--account-menu-color);
}
.custom-radio input:checked + .ih-wlt-c-tm-radio{
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-candle,
.custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-wreath,
.custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-deepam,
.custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-flower,
.custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-vilaku {
  background: var(--primary-color);
}
.tribute-candle{
  -webkit-mask-box-image: url("../img/tribute-candle.svg");
  background: var(--account-menu-color);
  height: 100px;
  width: 100px;
  margin: auto;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  --webkit-mask-repeat: no-repeat;
}
.tribute-wreath{
  -webkit-mask-box-image: url("../img/tribute-wreathe.svg");
    background: var(--account-menu-color);;
    height: 100px;
    width: 100px;
    margin: auto;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    --webkit-mask-repeat: no-repeat;
}
.tribute-deepam{
  -webkit-mask-box-image: url("../img/tribute-lamp.svg");
    background: var(--account-menu-color);;
    height: 100px;
    width: 100px;
    margin: auto;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  --webkit-mask-repeat: no-repeat;
}
.tribute-flower{
  -webkit-mask-box-image: url("../img/tribute-flower.svg");
    background: var(--account-menu-color);;
    height: 100px;
    width: 100px;
    margin: auto;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  --webkit-mask-repeat: no-repeat;
}
.tribute-vilaku{
  -webkit-mask-box-image: url("../img/tribute-vilaku.svg");
    background: var(--account-menu-color);;
    height: 100px;
    width: 69px;
    margin: auto;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  --webkit-mask-repeat: no-repeat;
}
.select-theme span.material-icons-outlined{
    position: relative;
    bottom: -2px;
    margin-right: 6px;
    margin-top: 10px;
    font-size: 15px;
  }
.select-theme1{
    background:url("../img/theme1.png") no-repeat top center;
    background-size: cover;
    height: 100px;
    width: 100%;
    margin: auto;
}
.select-theme2{
  background:url("../img/theme2.png") no-repeat top center ;
  background-size: cover;
    height: 100px;
    width: 100%;
  margin: auto;
}
.select-theme3{
  background:url("../img/theme3.png") no-repeat top center ;
  background-size: cover;
    height: 100px;
    width: 100%;
  margin: auto;
}
.select-theme4{
  background:url("../img/theme4.png") no-repeat top center ;
  background-size: cover;
    height: 100px;
    width: 100%;
  margin: auto;
}
/*Custom radio button end*/

/*Form control*/
label{
  font-weight: 500;
  font-size: .875rem;
  margin-bottom: 10px;
}
.form-group.has-icon {
  position: relative;
  z-index: 9;
}
.form-group{
  position: relative;
  margin-bottom: 15px;
}
.ih-wlt-c-tm-details .form-group{
  margin-bottom: 1.25rem;
}
.ih-wlt-c-tm-details .form-control{
  height: auto;
  margin-bottom: 0;
  border: 1px solid var(--form-control-border);
  padding: 8px 10px;
  border-radius: .25rem;
  font-size: .875rem;
  background-color: transparent;
}
.ih-wlt-c-tm-details .form-control::placeholder{
  color: var(--form-control-border);
}
.ih-wlt-c-tm-details .form-control:focus{
  box-shadow: none;
}
.ih-wlt-c-tm-details label{
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 500;
  color: var(--title-color);
}
.ih-wlt-c-tm-details label>span{
  font-size: .765rem;
  color: var(--paragraph-color);
}
.ih-wlt-c-tm-details textarea.form-control{
  height: 80px;
}
.input-group-btn .btn {
  padding: 7px 10px;
  border-radius: 0 5px 5px 0;
  background: #eaeaea;
  border: 1px solid var(--form-control-border);
}
.btn-check:focus+.btn, .btn:focus{
  box-shadow: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  visibility: visible !important;
  background-position: 95% 50%;
  background-image: url(../img/dropdown.png);
  background-repeat: no-repeat;
  min-width: 120px;
}
#menuBarDiv_message a{
  color: var(--black-color);
}
#menuBarDiv_message .dropdown-menu.show{
  padding: 5px 0;
}
#menuBarDiv_message .dropdown-menu.show li{
  padding: 5px;
  font-size: 14px;
}
#menuBarDiv_message .dropdown-menu.show li>a:hover{
  background: transparent;
  color: var(--primary-color);
}
.wrapper img {
  background-color: var(--primary-color);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 6px;
  border: 4px solid #fff;
}
.wrapper{
  position: absolute;
  bottom: 10px;
  right: 0%;
  transform: rotate(-3deg);
}
.wrapper label{
  cursor: pointer;
}

/*Form control end*/

/*Momeorial tab*/
.ih-wlt-c-tm-details .nav-link{
  color: var(--primary-color);
  padding: 0.5rem 2rem;
  border: none;
  margin: 0 .5rem;
  position: relative;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.ih-wlt-c-tm-details .nav-link:focus, .nav-tabs .nav-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.ih-wlt-c-tm-details  .nav-tabs .nav-item.show .nav-link, .ih-wlt-c-tm-details .nav-tabs .nav-link.active{
  background: var(--primary-color);
  color: var(--white-color);
}
.ih-wlt-c-tm-details .nav-tabs{
  border: none;
  margin-bottom: 15px;
  position: relative;
}
.ih-wlt-c-tm-details .nav-tabs::after {
  position: absolute;
  left: 0;
  right:0;
  bottom: -1px;
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(135,84,221,1) 50%, transparent 100%);
}
.about-tab{
  -webkit-mask-box-image: url("../img/about-tab.svg");
  background: var(--primary-color);
  height: 22px;
  width: 20px;
  margin: auto;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  --webkit-mask-repeat: no-repeat;
  float: left;
  margin-right: 10px;
}
.ih-wlt-c-tm-details  .nav-tabs .nav-item.show .nav-link .about-tab, .ih-wlt-c-tm-details .nav-tabs .nav-link.active .about-tab,
.ih-wlt-c-tm-details .ih-wlt-c-tm-details .nav-link:focus .about-tab, .ih-wlt-c-tm-details .nav-tabs .nav-link:hover .about-tab{
  background: var(--white-color);
}
.memories-tab{
  -webkit-mask-box-image: url("../img/memories-tab.svg");
  background: var(--primary-color);
  height: 20px;
  width: 16px;
  margin: auto;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  --webkit-mask-repeat: no-repeat;
  float: left;
  margin-right: 10px;
}
.ih-wlt-c-tm-details  .nav-tabs .nav-item.show .nav-link .memories-tab, .ih-wlt-c-tm-details .nav-tabs .nav-link.active .memories-tab,
.ih-wlt-c-tm-details .ih-wlt-c-tm-details .nav-link:focus .memories-tab, .ih-wlt-c-tm-details .nav-tabs .nav-link:hover .memories-tab{
  background: var(--white-color);
  background: var(--white-color);
}
.tribute-tab{
  -webkit-mask-box-image: url("../img/tribute-tab.svg");
  background: var(--primary-color);
  height: 20px;
  width: 10px;
  margin: auto;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  --webkit-mask-repeat: no-repeat;
  float: left;
  margin-right: 10px;
}
.ih-wlt-c-tm-details  .nav-tabs .nav-item.show .nav-link .tribute-tab, .ih-wlt-c-tm-details .nav-tabs .nav-link.active .tribute-tab,
.ih-wlt-c-tm-details .ih-wlt-c-tm-details .nav-link:focus .tribute-tab, .ih-wlt-c-tm-details .nav-tabs .nav-link:hover .tribute-tab{
  background: var(--white-color);
}
.gallery-tab{
  -webkit-mask-box-image: url("../img/gallery-tab.svg");
  background: var(--primary-color);
  height: 20px;
  width: 22px;
  margin: auto;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  --webkit-mask-repeat: no-repeat;
  float: left;
  margin-right: 10px;
}
.ih-wlt-c-tm-details  .nav-tabs .nav-item.show .nav-link .gallery-tab, .ih-wlt-c-tm-details .nav-tabs .nav-link.active .gallery-tab,
.ih-wlt-c-tm-details .ih-wlt-c-tm-details .nav-link:focus .gallery-tab, .ih-wlt-c-tm-details .nav-tabs .nav-link:hover .gallery-tab{
  background: var(--white-color);
}
.ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link::before, .ih-wlt-c-tm-details .nav-tabs .nav-link.active::before{
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 30px solid var(--primary-color);
  border-radius: 39px 0 0 0;
  bottom: -6px;
  right: -16px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-110deg);
  -moz-transform: rotate(-110deg);
  -ms-transform: rotate(-110deg);
  -o-transform: rotate(-110deg);
}
.ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link::after, .ih-wlt-c-tm-details .nav-tabs .nav-link.active::after{
  content: "";
    position: absolute;
    border: 0 solid transparent;
    border-top: 30px solid var(--primary-color);
    border-radius: 0 39px 0 0;
    bottom: -6px;
    left: -16px;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(110deg);
    -moz-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    -o-transform: rotate(110deg);
}
.ih-wlt-c-tm-details .tab-content{
  padding: 2em 0;
}
.ih-wlt-c-tm-tab-memories{
  position: relative;
  width: 100%;
}
.ih-wlt-c-tm-tab-memories ul li{
  list-style: none;
  padding: 0 20px 20px;
  position: relative;
  margin: 0 0 10px;
  border-bottom: 0;
}

.ih-wlt-c-tm-tab-memories ul li::before{
  content: '';
  position: absolute;
  left: -5px;
  top: 7px;
  width: 15px;
  height: 15px;
  background: var(--white-color);
  border: 5px solid var(--primary-color);
  border-radius: 50%;
}
.ih-wlt-c-tm-tab-memories ul li h3{
  color: var(--title-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.ih-wlt-c-tm-tab-memories ul li ul li{
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin: 0 0 0px;
  border-bottom: 1px solid var(--form-control-border);
}
.ih-wlt-c-tm-tab-memories ul li ul li:last-child{
  border: none;
}
.ih-wlt-c-tm-tab-memories ul li ul li::before{
  position: relative;
  width: 0;
  height: 0;
  border: none;
}
.ih-wlt-c-tm-tab-memories ul li ul li h4 {
  color: var(--title-color);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.ih-wlt-c-tm-tab-memories ul li ul::before{
  width: 2px;
    background: var(--primary-color);
    height: calc(100% - 0px);
    position: absolute;
    left: 1.5px;
    content: '';
    top: 20px;
}
.ih-wlt-c-tm-tab-memories ul li:last-child ul::before{
  display: none;
}
.ih-wlt-c-tm-tab-memories ul li:last-child ul::before{
  display: none;
}
.ih-wlt-c-tm-tab-memories ul li .ih-wlt-c-tm-memories-gallery a {
  display: inline-block;
  width: 15%;
  margin: 6px 3px;
}
.ih-wlt-c-tm-tab-memories ul li .ih-wlt-c-tm-memories-gallery a img {
  height: 127px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ih-wlt-c-tm-memories-gallery a.video{
  position: relative;
}
.ih-wlt-c-tm-memories-gallery a.video::before{
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/play-icon.svg) no-repeat;
  background-size: 100%;
  margin: auto;
}
.ih-wlt-c-tm-details .has-icon .form-control {
  padding-right: 2.375rem;
}
.ih-wlt-c-tm-details .has-icon .form-control-feedback {
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 52px;
  bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 0px;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
  color: var(--form-control-border);
}
.ih-wlt-c-tm-details label>span{
  font-size: .754rem;
  color: var(--account-paragraph);
}
.ih-wlt-c-tm-photos {
  border-radius: 0.25rem;
  border: 1px dashed var(--form-control-border);
  background: var(--footer-bg);
  padding: 10px;
  text-align: center;
  min-height: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.ih-wlt-c-tm-file-upload {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ih-wlt-c-tm-file-upload-success {
  border: 1px solid var(--primary-color);
  background: var(--white-color);
  font-weight: normal;
  color: var(--primary-color);
  margin: 10px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

.photo-thumb {
  height: 80px;
  width: 100px;
  object-fit: contain;
  border: 1px solid var(--primary-color);
}

ul.thumb-Images li {
  width: 120px;
  float: left;
  display: inline-block;
  vertical-align: top;
  height: 120px;
}

.img-wrap {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.img-wrap .close {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 100;
  background-color: var(--primary-color);
  padding: 5px 2px 2px;
  color: var(--white-color);
  font-weight: bolder;
  cursor: pointer;
  /* opacity: 0.5; */
  font-size: 18px;
  width: 20px;
  height: 20px;
  line-height: 9px;
  border-radius: 50%;
}

.img-wrap:hover .close {
  opacity: 1;
  background-color: var(--red-color);
}

.FileNameCaptionStyle {
  font-size: 12px;
  display: none
}
.ih-wlt-c-tm-gallery a.video{
  position: relative;
}
.gallery-grid-video {
  column-count: 1;
  max-width: 100%;
  margin: auto auto 2em;
  width: 100%;
}
.gallery-grid-video-item{
  margin-bottom: 10px;
}
.gallery-grid-video-item img {
  height: 350px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.gallery-grid {
  column-count: 3;
  column-gap: .5em;
  max-width: 100%;
  margin: auto;
  width: 100%;
}
.gallery-grid-item{
  margin-bottom: 10px;
  position: relative;
}
.gallery-grid-item img {
  /* height: auto; */
  /* max-width: 100%; */
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-posted-on::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.9866071428571429) 0%, rgba(255,255,255,0) 100%);
}
.gallery-posted-on{
  color: var(--white-color) !important;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 10px;
  width: 100%;
}
.gallery-posted-on span{
  position: relative;
  z-index: 2;
}
.gallery-posted-on span.material-icons{
  font-size: 18px;
  z-index: 2;
  top: 3px;
}
@media(max-width: 800px) {
    .gallery-grid {
      column-count: 3;
  }
}

@media(max-width: 600px) {
  .gallery-grid {
      column-count: 2;
  }
}

@media(max-width: 400px) {
    .gallery-grid {
      column-count: 2;
  }
}

.ih-wlt-c-tm-gallery a.video::before{
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/play-icon.svg) no-repeat;
  background-size: 100%;
  margin: auto;
}

.ih-wlt-c-tm-cards{
  background: #FFF;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
padding: 30px;

}
.ih-wlt-c-tm-title {
  position: relative;
}
.ih-wlt-c-tm-title p{
  color: var(--white-color);
  z-index:2 ;
position: relative;
}

.ih-wlt-c-tm-photos {
  border-radius: 0.25rem;
    border: 1px dashed var(--form-control-border);
    background: var(--footer-bg);
    padding: 10px;
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.ih-wlt-c-tm-file-upload {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ih-wlt-c-tm-file-upload-success {
  border: 1px solid var(--primary-color);
  background: var(--white-color);
  font-weight: normal;
  color: var(--primary-color);
  margin: 10px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

.photo-thumb{
  height: 80px;
  width: 100px;
  object-fit: contain;
  border: 1px solid var(--primary-color);
  margin: 10px;

}
ul.thumb-Images li {
  width: 120px;
    float: left;
    display: inline-block;
    vertical-align: top;
    height: 120px;
}

.img-wrap {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.img-wrap .close {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 100;
  background-color: var(--primary-color);
  padding: 5px 2px 2px;
  color: var(--white-color);
  font-weight: bolder;
  cursor: pointer;
  /* opacity: 0.5; */
  font-size: 18px;
  width: 20px;
  height: 20px;
  line-height: 9px;
  border-radius: 50%;
}

.img-wrap:hover .close {
  opacity: 1;
  background-color: var(--red-color);
}.ih-wlt-c-tm-layout{
  border: 1px solid var(--form-control-border);
    padding: 30px;
    border-radius: 0.25rem;

}.ih-wlt-c-tm-btn-secondary{
   border: 1px solid #8754DD;

}.ih-wlt-c-tm-btn-secondary:hover{
  background-color:var(--primary-color) ;
  color: var(--white-color);
 }
.ih-wlt-c-tm-profile-layout{
  border: 1px solid var(--form-control-border);
    border-radius: 0.25rem;
}.ih-wlt-c-tm-list-profile-img{
  float: left;
    width: 16%;
    background: var(--footer-social-bg);
    border-radius: 0.25rem;

}.ih-wlt-c-tm-list-profile-img img {
  border-radius: 0.25rem;
  width: 100%;
  height: 126px;
  object-fit: cover;
  object-position: center;
}.ih-wlt-c-tm-list-profile-details {
  float: left;
  width: 78%;
  padding-left: 15px;
}


/* edit images */

.gallery-image-edit ul{
  padding: 0;
}
.gallery-image-edit ul li{
  width: 120px;
  height: 120px;
  float: left;
  list-style: none;
}
.gallery-image-edit ul li img{
  width: 100px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  border: 1px solid #000;
  background: 1px solid #ddd;
  cursor: pointer;
}
.input-group-btn .btn {
  padding: 7px 14px;
  border-radius: 0 5px 5px 0;
  background: #eaeaea;
  border: 1px solid var(--form-control-border);
  color: var(--choose-file-color);
}
.ih-wlt-c-tm-plan-list {
  max-width: 95%;
  margin: auto;
  padding: 3em 0;
}
.ih-wlt-c-tm-plan-warp {
  /* max-width: 90%;
  margin: auto; */
  border: 1px solid var(--form-control-border);
  border-radius: 15px;
}
.img-responsive img{
  width: 30%;
}.modal-header .btn-close {
  padding: 1.5rem 1.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
/* memorial */
.ih-wlt-c-tm-gallery h4{
  font-size: 1.375rem;
  font-weight: 600;

}
.ih-wlt-c-tm-memories h4{
  font-size: 1.375rem;
  font-weight: 600;
}
/* profile */
.ih-wlt-c-tm-memorial-profile ,h4{
  font-weight: 700;
  font-size: 1.5rem;
}
.ih-wlt-c-tm-list-profile-details h6{
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;

}
.ih-wlt-c-tm-list-profile-details span{
  font-size: 1rem;
  font-weight: 550;
}
.ih-wlt-c-tm-list-profile-details p {
  color: #7C7C7C;
  margin-bottom: 5px;
  font-weight: 400;

}
.ih-wlt-c-tm-tribute-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    color: var(--account-paragraph);
    font-weight: normal;
    min-height: 65px;
}
/* datepicker */
.datepicker table tr td.today {
  color: var(--white-color) !important;
  background-color: var(--primary-color) !important;
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: var(--secondary-color) !important;
}

/*About page*/
.ih-wlt-c-tm-about h3 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 700;
  margin: 15px 0;
}

.ih-wlt-c-tm-share-memories{
  margin-bottom: 2rem;
}
.ih-wlt-c-tm-share-memories p{
  text-align: center;
}
.ih-wlt-c-screenshot{
  border-radius: 16px;
  box-shadow: 0 10px 25px 0 rgba(175,184,184,.4);
}


/*Theme1 custom style*/
.theme1 .ih-wlt-c-tm-header nav{
  background: var(--theme1-bg);
}
.theme1 #ih-wlt-c-tm-search-form form .form-control{
  border: 1px solid var(--theme1-box-border);
  background: transparent;
  border-left: 0;
}
.theme1 #ih-wlt-c-tm-search-form form .input-group-text{
  border: 1px solid var(--theme1-box-border);
  background: transparent;
  border-right:0;
}
.theme1 #ih-wlt-c-tm-search-form form .btn-outline-secondary{
  color: var(--theme1-secondary-color);
  background: transparent;
  border-color: var(--theme1-box-border);
}
.theme1 .ih-wlt-c-tm-top-bar ul li:last-child a{
  color: var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-top-bar ul li:last-child a svg{
  fill: var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-header .navbar-nav .nav-item.active .nav-link{
  border-bottom: 0.1875rem solid var(--theme1-secondary-color);
    color: var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-header .navbar-nav .nav-item .nav-link:hover{
  border-bottom: 0.1875rem solid var(--theme1-secondary-color);
  color: var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-header #navbarNav{
  border-top: 0.3px solid var(--theme1-box-border);
}
.theme1 .ih-wlt-c-tm-title-banner{
  background: url(../img/theme1-title-banner.jpg) no-repeat center;
  background-size: cover;
}
.theme1 .ih-wlt-c-tm-main-panel{
  background: var(--theme1-bg);
}
.theme1 .ih-wlt-c-tm-share-social{
  background: var(--theme1-bg);
}
.theme1 .ih-wlt-c-tm-share-social::before{
  border-bottom: 36px solid var(--theme1-bg);
}
.theme1 .ih-wlt-c-tm-share-social::after{
  border-bottom: 36px solid var(--theme1-bg);
}
.theme1 .ih-wlt-c-tm-share-social li>a{
  color: var(--theme1-primary-color);
}

.theme1 .ih-wlt-c-tm-details-list{
  border: 1px solid var(--theme1-box-border);
}

.theme1 .ih-wlt-c-tm-btn-primary:hover{
    color: var(--theme1-primary-color);
    border: 1px solid var(--theme1-primary-color);
    background: var(--white-color);
}
.theme1 .ih-wlt-c-tm-btn-primary{
  border: 1px solid var(--theme1-primary-color);
  background: var(--theme1-primary-color);
  color: var(--white-color);
}
.theme1 .ih-wlt-c-tm-details-tribute li{
  border-top: 2px solid var(--theme1-box-border);
}

.theme1 .delete a, .delete a:not([href]):not([class]){
 color: var(--theme1-primary-color);
}
.theme1 .delete a:hover, .delete a:not([href]):not([class]):hover{
  color: var(--red-color);
}
.theme1 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link, .theme1 .ih-wlt-c-tm-details .nav-tabs .nav-link.active{
  background: var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link::before, .theme1 .ih-wlt-c-tm-details .nav-tabs .nav-link.active::before{
  border-top: 30px solid var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link::after, .theme1 .ih-wlt-c-tm-details .nav-tabs .nav-link.active::after{
  border-top: 30px solid var(--theme1-secondary-color);
}
.theme1 .about-tab{
  background: var(--theme1-secondary-color);
}
.theme1 .memories-tab{
  background: var(--theme1-secondary-color);
}
.theme1 .tribute-tab{
  background: var(--theme1-secondary-color);
}
.theme1 .gallery-tab{
  background: var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-details .nav-link{
  color: var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-details .nav-link:focus, .theme1 .nav-tabs .nav-link:hover{
  background: var(--theme1-secondary-color);
  color: var(--white-color);
}
.theme1 .ih-wlt-c-tm-details .nav-tabs::after{
  background: linear-gradient(90deg, transparent 0%, var(--theme1-secondary-color) 50%, transparent 100%);
}
.theme1 a {
  color: var(--theme1-primary-color);
  text-decoration: none;
}
.theme1 .ih-wlt-c-tm-tab-memories ul li::before{
  border: 5px solid var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-tab-memories ul li ul::before{
  background: var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-tab-memories ul li h3{
  color: var(--theme1-primary-color);
}
.theme1 .ih-wlt-c-tm-tab-memories ul li ul li::before{
  border: none;
}
.theme1 .custom-radio input:checked + .ih-wlt-c-tm-radio{
  border-color: var(--theme1-primary-color);
    color: var(--theme1-primary-color);
}
.theme1 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-candle, .theme1 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-wreath, .theme1 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-deepam, .theme1 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-flower, .theme1 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-vilaku{
  background: var(--theme1-primary-color);
}
.theme1 .ih-wlt-c-tm-footer{
  background: var(--theme1-footer-bg);
  border-bottom: 0.5rem solid var(--theme1-primary-color);
}
.ih-wlt-c-tm-footer li{
  border-right: 1px solid var(--theme1-box-border);
}
.theme1 .ih-wlt-c-tm-footer li>a{
  color: var(--theme1-secondary-color);
}
.theme1 .ih-wlt-c-tm-footer li>a:hover{
  color: var(--theme1-primary-color);
}
.theme1 .ih-wlt-c-tm-copyrights{
  border-top: 1px solid var(--theme1-box-border);
}
.theme1 .ih-wlt-c-tm-social li a>i{
  color: var(--theme1-primary-color);
}
.theme1 .ih-wlt-c-tm-social li a:hover>i{
  color: var(--theme1-secondary-color);
}
/*Theme2 custom style*/
.theme2 .ih-wlt-c-tm-header nav{
  background: var(--theme2-bg);
}
.theme2 #ih-wlt-c-tm-search-form form .form-control{
  border: 1px solid var(--theme2-box-border);
  background: transparent;
  border-left: 0;
}
.theme2 #ih-wlt-c-tm-search-form form .input-group-text{
  border: 1px solid var(--theme2-box-border);
  background: transparent;
  border-right:0;
}
.theme2 #ih-wlt-c-tm-search-form form .btn-outline-secondary{
  color: var(--theme2-secondary-color);
  background: transparent;
  border-color: var(--theme2-box-border);
}
.theme2 .ih-wlt-c-tm-top-bar ul li:last-child a{
  color: var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-top-bar ul li:last-child a svg{
  fill: var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-header .navbar-nav .nav-item.active .nav-link{
  border-bottom: 0.1875rem solid var(--theme2-secondary-color);
    color: var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-header .navbar-nav .nav-item .nav-link:hover{
  border-bottom: 0.1875rem solid var(--theme2-secondary-color);
  color: var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-header #navbarNav{
  border-top: 0.3px solid var(--theme2-box-border);
}
.theme2 .ih-wlt-c-tm-title-banner{
  background: url(../img/theme2-title-banner.jpg) no-repeat center;
  background-size: cover;
}
.theme2 .ih-wlt-c-tm-main-panel{
  background: var(--theme2-bg);
}
.theme2 .ih-wlt-c-tm-share-social{
  background: var(--theme2-bg);
}
.theme2 .ih-wlt-c-tm-share-social::before{
  border-bottom: 36px solid var(--theme2-bg);
}
.theme2 .ih-wlt-c-tm-share-social::after{
  border-bottom: 36px solid var(--theme2-bg);
}
.theme2 .ih-wlt-c-tm-share-social li>a{
  color: var(--theme2-primary-color);
}

.theme2 .ih-wlt-c-tm-details-list{
  border: 1px solid var(--theme2-box-border);
}

.theme2 .ih-wlt-c-tm-btn-primary:hover{
    color: var(--theme2-primary-color);
    border: 1px solid var(--theme2-primary-color);
    background: var(--white-color);
}
.theme2 .ih-wlt-c-tm-btn-primary{
  border: 1px solid var(--theme2-primary-color);
  background: var(--theme2-primary-color);
  color: var(--white-color);
}
.theme2 .ih-wlt-c-tm-details-tribute li{
  border-top: 2px solid var(--theme2-box-border);
}

.theme2 .delete a, .delete a:not([href]):not([class]){
 color: var(--theme2-primary-color);
}
.theme2 .delete a:hover, .delete a:not([href]):not([class]):hover{
  color: var(--red-color);
}
.theme2 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link, .theme2 .ih-wlt-c-tm-details .nav-tabs .nav-link.active{
  background: var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link::before, .theme2 .ih-wlt-c-tm-details .nav-tabs .nav-link.active::before{
  border-top: 30px solid var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link::after, .theme2 .ih-wlt-c-tm-details .nav-tabs .nav-link.active::after{
  border-top: 30px solid var(--theme2-secondary-color);
}
.theme2 .about-tab{
  background: var(--theme2-secondary-color);
}
.theme2 .memories-tab{
  background: var(--theme2-secondary-color);
}
.theme2 .tribute-tab{
  background: var(--theme2-secondary-color);
}
.theme2 .gallery-tab{
  background: var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-details .nav-link{
  color: var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-details .nav-link:focus, .theme2 .nav-tabs .nav-link:hover{
  background: var(--theme2-secondary-color);
  color: var(--white-color);
}
.theme2 .ih-wlt-c-tm-details .nav-tabs::after{
  background: linear-gradient(90deg, transparent 0%, var(--theme2-secondary-color) 50%, transparent 100%);
}
.theme2 a {
  color: var(--theme2-primary-color);
  text-decoration: none;
}
.theme2 .ih-wlt-c-tm-tab-memories ul li::before{
  border: 5px solid var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-tab-memories ul li ul::before{
  background: var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-tab-memories ul li h3{
  color: var(--theme2-primary-color);
}
.theme2 .ih-wlt-c-tm-tab-memories ul li ul li::before{
  border: none;
}
.theme2 .custom-radio input:checked + .ih-wlt-c-tm-radio{
  border-color: var(--theme2-primary-color);
    color: var(--theme2-primary-color);
}
.theme2 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-candle, .theme2 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-wreath, .theme2 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-deepam, .theme2 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-flower, .theme2 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-vilaku{
  background: var(--theme2-primary-color);
}
.theme2 .ih-wlt-c-tm-footer{
  background: var(--theme2-footer-bg);
  border-bottom: 0.5rem solid var(--theme2-primary-color);
}
.ih-wlt-c-tm-footer li{
  border-right: 1px solid var(--theme2-box-border);
}
.theme2 .ih-wlt-c-tm-footer li>a{
  color: var(--theme2-secondary-color);
}
.theme2 .ih-wlt-c-tm-footer li>a:hover{
  color: var(--theme2-primary-color);
}
.theme2 .ih-wlt-c-tm-copyrights{
  border-top: 1px solid var(--theme2-box-border);
}
.theme2 .ih-wlt-c-tm-social li a>i{
  color: var(--theme2-primary-color);
}
.theme2 .ih-wlt-c-tm-social li a:hover>i{
  color: var(--theme2-secondary-color);
}

/*Theme3 custom style*/
.theme3 .ih-wlt-c-tm-header nav{
  background: var(--theme3-bg);
}
.theme3 #ih-wlt-c-tm-search-form form .form-control{
  border: 1px solid var(--theme3-box-border);
  background: transparent;
  border-left: 0;
}
.theme3 #ih-wlt-c-tm-search-form form .input-group-text{
  border: 1px solid var(--theme3-box-border);
  background: transparent;
  border-right:0;
}
.theme3 #ih-wlt-c-tm-search-form form .btn-outline-secondary{
  color: var(--theme3-secondary-color);
  background: transparent;
  border-color: var(--theme3-box-border);
}
.theme3 .ih-wlt-c-tm-top-bar ul li:last-child a{
  color: var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-top-bar ul li:last-child a svg{
  fill: var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-header .navbar-nav .nav-item.active .nav-link{
  border-bottom: 0.1875rem solid var(--theme3-secondary-color);
    color: var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-header .navbar-nav .nav-item .nav-link:hover{
  border-bottom: 0.1875rem solid var(--theme3-secondary-color);
  color: var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-header #navbarNav{
  border-top: 0.3px solid var(--theme3-box-border);
}
.theme3 .ih-wlt-c-tm-title-banner{
  background: url(../img/theme3-title-banner.jpg) no-repeat center;
  background-size: cover;
}
.theme3 .ih-wlt-c-tm-main-panel{
  background: var(--theme3-bg);
}
.theme3 .ih-wlt-c-tm-share-social{
  background: var(--theme3-bg);
}
.theme3 .ih-wlt-c-tm-share-social::before{
  border-bottom: 36px solid var(--theme3-bg);
}
.theme3 .ih-wlt-c-tm-share-social::after{
  border-bottom: 36px solid var(--theme3-bg);
}
.theme3 .ih-wlt-c-tm-share-social li>a{
  color: var(--theme3-primary-color);
}
.theme3 .ih-wlt-c-tm-details-list{
  border: 1px solid var(--theme3-box-border);
}
.theme3 .ih-wlt-c-tm-btn-primary:hover{
    color: var(--theme3-primary-color);
    border: 1px solid var(--theme3-primary-color);
    background: var(--white-color);
}
.theme3 .ih-wlt-c-tm-btn-primary{
  border: 1px solid var(--theme3-primary-color);
  background: var(--theme3-primary-color);
  color: var(--white-color);
}
.theme3 .ih-wlt-c-tm-details-tribute li{
  border-top: 2px solid var(--theme3-box-border);
}
.theme3 .delete a, .delete a:not([href]):not([class]){
 color: var(--theme3-primary-color);
}
.theme3 .delete a:hover, .delete a:not([href]):not([class]):hover{
  color: var(--red-color);
}
.theme3 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link, .theme3 .ih-wlt-c-tm-details .nav-tabs .nav-link.active{
  background: var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link::before, .theme3 .ih-wlt-c-tm-details .nav-tabs .nav-link.active::before{
  border-top: 30px solid var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link::after, .theme3 .ih-wlt-c-tm-details .nav-tabs .nav-link.active::after{
  border-top: 30px solid var(--theme3-secondary-color);
}
.theme3 .about-tab{
  background: var(--theme3-secondary-color);
}
.theme3 .memories-tab{
  background: var(--theme3-secondary-color);
}
.theme3 .tribute-tab{
  background: var(--theme3-secondary-color);
}
.theme3 .gallery-tab{
  background: var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-details .nav-link{
  color: var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-details .nav-link:focus, .theme3 .nav-tabs .nav-link:hover{
  background: var(--theme3-secondary-color);
  color: var(--white-color);
}
.theme3 .ih-wlt-c-tm-details .nav-tabs::after{
  background: linear-gradient(90deg, transparent 0%, var(--theme3-secondary-color) 50%, transparent 100%);
}
.theme3 a {
  color: var(--theme3-primary-color);
  text-decoration: none;
}
.theme3 .ih-wlt-c-tm-tab-memories ul li::before{
  border: 5px solid var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-tab-memories ul li ul::before{
  background: var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-tab-memories ul li h3{
  color: var(--theme3-primary-color);
}
.theme3 .ih-wlt-c-tm-tab-memories ul li ul li::before{
  border: none;
}
.theme3 .custom-radio input:checked + .ih-wlt-c-tm-radio{
  border-color: var(--theme3-primary-color);
    color: var(--theme3-primary-color);
}
.theme3 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-candle, .theme3 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-wreath, .theme3 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-deepam, .theme3 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-flower, .theme3 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-vilaku{
  background: var(--theme3-primary-color);
}
.theme3 .ih-wlt-c-tm-footer{
  background: var(--theme3-footer-bg);
  border-bottom: 0.5rem solid var(--theme3-primary-color);
}
.ih-wlt-c-tm-footer li{
  border-right: 1px solid var(--theme3-box-border);
}
.theme3 .ih-wlt-c-tm-footer li>a{
  color: var(--theme3-secondary-color);
}
.theme3 .ih-wlt-c-tm-footer li>a:hover{
  color: var(--theme3-primary-color);
}
.theme3 .ih-wlt-c-tm-copyrights{
  border-top: 1px solid var(--theme3-box-border);
}
.theme3 .ih-wlt-c-tm-social li a>i{
  color: var(--theme3-primary-color);
}
.theme3 .ih-wlt-c-tm-social li a:hover>i{
  color: var(--theme3-secondary-color);
}

/*Theme4 custom style*/
.theme4 .ih-wlt-c-tm-header nav{
  background: var(--theme4-bg);
}
.theme4 #ih-wlt-c-tm-search-form form .form-control{
  border: 1px solid var(--theme4-box-border);
  background: transparent;
  border-left: 0;
}
.theme4 #ih-wlt-c-tm-search-form form .input-group-text{
  border: 1px solid var(--theme4-box-border);
  background: transparent;
  border-right:0;
}
.theme4 #ih-wlt-c-tm-search-form form .btn-outline-secondary{
  color: var(--theme4-secondary-color);
  background: transparent;
  border-color: var(--theme4-box-border);
}
.theme4 .ih-wlt-c-tm-top-bar ul li:last-child a{
  color: var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-top-bar ul li:last-child a svg{
  fill: var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-header .navbar-nav .nav-item.active .nav-link{
  border-bottom: 0.1875rem solid var(--theme4-secondary-color);
    color: var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-header .navbar-nav .nav-item .nav-link:hover{
  border-bottom: 0.1875rem solid var(--theme4-secondary-color);
  color: var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-header #navbarNav{
  border-top: 0.3px solid var(--theme4-box-border);
}
.theme4 .ih-wlt-c-tm-title-banner{
  background: url(../img/theme4-title-banner.jpg) no-repeat center;
  background-size: cover;
}
.theme4 .ih-wlt-c-tm-main-panel{
  background: var(--theme4-bg);
}
.theme4 .ih-wlt-c-tm-share-social{
  background: var(--theme4-bg);
}
.theme4 .ih-wlt-c-tm-share-social::before{
  border-bottom: 36px solid var(--theme4-bg);
}
.theme4 .ih-wlt-c-tm-share-social::after{
  border-bottom: 36px solid var(--theme4-bg);
}
.theme4 .ih-wlt-c-tm-share-social li>a{
  color: var(--theme4-primary-color);
}
.theme4 .ih-wlt-c-tm-details-list{
  border: 1px solid var(--theme4-box-border);
}
.theme4 .ih-wlt-c-tm-btn-primary:hover{
    color: var(--theme4-primary-color);
    border: 1px solid var(--theme4-primary-color);
    background: var(--white-color);
}
.theme4 .ih-wlt-c-tm-btn-primary{
  border: 1px solid var(--theme4-primary-color);
  background: var(--theme4-primary-color);
  color: var(--white-color);
}
.theme4 .ih-wlt-c-tm-details-tribute li{
  border-top: 2px solid var(--theme4-box-border);
}
.theme4 .delete a, .delete a:not([href]):not([class]){
 color: var(--theme4-primary-color);
}
.theme4 .delete a:hover, .delete a:not([href]):not([class]):hover{
  color: var(--red-color);
}
.theme4 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link, .theme4 .ih-wlt-c-tm-details .nav-tabs .nav-link.active{
  background: var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link::before, .theme4 .ih-wlt-c-tm-details .nav-tabs .nav-link.active::before{
  border-top: 30px solid var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-details .nav-tabs .nav-item.show .nav-link::after, .theme4 .ih-wlt-c-tm-details .nav-tabs .nav-link.active::after{
  border-top: 30px solid var(--theme4-secondary-color);
}
.theme4 .about-tab{
  background: var(--theme4-secondary-color);
}
.theme4 .memories-tab{
  background: var(--theme4-secondary-color);
}
.theme4 .tribute-tab{
  background: var(--theme4-secondary-color);
}
.theme4 .gallery-tab{
  background: var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-details .nav-link{
  color: var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-details .nav-link:focus, .theme4 .nav-tabs .nav-link:hover{
  background: var(--theme4-secondary-color);
  color: var(--white-color);
}
.theme4 .ih-wlt-c-tm-details .nav-tabs::after{
  background: linear-gradient(90deg, transparent 0%, var(--theme4-secondary-color) 50%, transparent 100%);
}
.theme4 a {
  color: var(--theme4-primary-color);
  text-decoration: none;
}
.theme4 .ih-wlt-c-tm-tab-memories ul li::before{
  border: 5px solid var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-tab-memories ul li ul::before{
  background: var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-tab-memories ul li h3{
  color: var(--theme4-primary-color);
}
.theme4 .ih-wlt-c-tm-tab-memories ul li ul li::before{
  border: none;
}
.theme4 .custom-radio input:checked + .ih-wlt-c-tm-radio{
  border-color: var(--theme4-primary-color);
    color: var(--theme4-primary-color);
}
.theme4 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-candle, .theme4 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-wreath, .theme4 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-deepam, .theme4 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-flower, .theme4 .custom-radio input:checked + .ih-wlt-c-tm-radio .tribute-vilaku{
  background: var(--theme4-primary-color);
}
.theme4 .ih-wlt-c-tm-footer{
  background: var(--theme4-footer-bg);
  border-bottom: 0.5rem solid var(--theme4-primary-color);
}
.ih-wlt-c-tm-footer li{
  border-right: 1px solid var(--theme4-box-border);
}
.theme4 .ih-wlt-c-tm-footer li>a{
  color: var(--theme4-secondary-color);
}
.theme4 .ih-wlt-c-tm-footer li>a:hover{
  color: var(--theme4-primary-color);
}
.theme4 .ih-wlt-c-tm-copyrights{
  border-top: 1px solid var(--theme4-box-border);
}
.theme4 .ih-wlt-c-tm-social li a>i{
  color: var(--theme4-primary-color);
}
.theme4 .ih-wlt-c-tm-social li a:hover>i{
  color: var(--theme4-secondary-color);
}

/*  Resource Page */
.ih-wlt-c-tm-details .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: var(--theme1-bg);
  }
  .ih-wlt-c-tm-details .accordion-button:not(.collapsed)::after {
    background-image: url(../img/arrow-left.svg);
    transform: rotate(90deg);
    background-size: 50%;
    background-position: top;
  }
  .ih-wlt-c-tm-details .accordion-button:focus{
    box-shadow: none;
  }
  .ih-wlt-c-tm-ad{
    text-align: center;
    margin-top: 15px;
  }
  .ih-wlt-c-tm-about h4 {
    font-size: 1rem;
  }
