:root {
  --yellow: #ffda67;
  --red: #ee2d24;

  --primary: #3571e5;
  --light: #fff;
  --dark: #1a1a1a;
  --gray: #717171;

  --color-gray: #737888;
  --color-lighter-gray: #e3e5ed;
  --color-light-gray: #f7f7fa;
}

html,
body {
  font-family: "Roboto", sans-serif;
  background-position: top;
  overflow-x: hidden;
  width: 100%;
}
table .btn {
  font-size: 10px;
  padding: 5px 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--primary);
}

input:focus {
  border-color: var(--primary) !important;
}
.form-control {
  margin: 0;
  padding: 15px 10px;
  height: auto;
  box-shadow: none;
}

a {
  color: inherit;
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
  color: var(--dark);
}
button:active,
button:focus,
a:active,
a:focus {
  outline: none;
}
img {
  width: 100%;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 400;
}
h1 {
  font-size: 30px;
  font-weight: 600;
}
p {
  font-size: 16px;
  font-weight: 400;
}
section {
  width: 100%;
  overflow: hidden;
}
a.text-danger:focus,
a.text-danger:hover {
  color: var(--primary) !important;
}

.p-100 {
  padding: 100px 0;
}

.dblock {
  display: block;
}
.pd0 {
  padding: 0px;
}
.btn {
  border-radius: 30px;
  padding: 12px 25px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
}
.btn-primary {
  color: var(--light);
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
  outline: 0;
}
.btn-primary:hover {
  color: var(--primary);
  background-color: var(--light);
  border-color: var(--primary);
}
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}

.btn-outline {
  color: var(--primary);
  background-color: transparent;
  border-color: var(--primary);
  box-shadow: none;
  outline: 0;
}
.btn-outline:hover {
  color: var(--light);
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-outline:focus,
.btn-outline:active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
  box-shadow: none;
}

.btn-gray {
  color: var(--light);
  background-color: var(--gray);
  border-color: var(--gray);
  box-shadow: none;
  outline: 0;
}
.btn-gray:hover {
  color: var(--gray);
  background-color: var(--light);
  border-color: var(--gray);
}
.btn-gray:focus,
.btn-primary:active {
  background-color: var(--gray);
  border-color: var(--gray);
  box-shadow: none;
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary:hover {
  background: var(--primary);
  color: var(--light);
  border-color: var(--primary);
}

input[type="number"],
input[type="text"],
input[type="email"] {
  box-shadow: none;
  outline: 0;
}
input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus {
  box-shadow: none;
}

.header .top-bar {
  background: #e7effd;
  padding: 10px 85px;
}
.header .top-bar p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
.header .top-bar .lnkr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .top-bar .lnkr .lnk-blk {
  padding: 0;
  margin-right: 10px;
  border-right: 1px solid var(--primary);
}
.header .top-bar .lnkr .lnk-blk:last-child {
  border-right: 0;
  padding-right: 0;
}
.header .top-bar .lnkr .lnk-blk i {
  font-size: 22px;
  color: var(--primary);
  line-height: 1;
  margin-right: 5px;
}
.header .top-bar .lnkr .lnk-blk a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}
.header .top-bar .lnkr .social {
  display: flex;
  align-items: center;
}
.header .top-bar .lnkr .social a {
  margin: 0;
  line-height: 1;
}
.header .top-bar .lnkr .social a:first-child {
  margin-left: 0;
}
.header .top-bar .lnkr .social a:last-child {
  margin-right: 0;
}
.header .top-bar .lnkr .social a i {
  font-size: 22px;
}

.header .mid {
  background: #ebfaff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 70px;
  flex-wrap: wrap;
}
.header .logo {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.header .logo .logo-icon {
  margin-right: 6px;
}
.header .logo .logo-icon img {
  width: 60px;
}
.header .logo .name {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 1px;
}
.header .logo .name strong {
  font-family: "Archivo Black", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  color: var(--primary);
  display: block;
}

.header .navbar {
  padding: 0;
}
.header .navbar .nav-item {
  color: var(--light);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.header .navbar .nav-item .nav-link {
  color: var(--dark);
  line-height: 1;
  padding: 18px 15px;
  font-size: 18px;
}
.header .navbar .nav-item.active .nav-link,
.header .navbar .nav-item .nav-link:hover {
  color: var(--primary);
}

#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 199;
}
#search:target {
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 10;
  top: 0;
}
#search:target .close-btn {
  display: block;
}
#searchbox {
  background: transparent;
  border: solid var(--light);
  border-width: 0 0 1px 0;
  color: var(--light);
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 50%;
  outline: 0;
  padding: 2rem 1rem;
}
.close-btn {
  display: none;
  color: var(--light);
  font-size: 2rem;
  position: absolute;
  top: 15px;
  right: 20px;
}
.close-btn i {
  font-size: 40px !important;
}

.m-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.m-right a {
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 18px;
  color: var(--light);
  line-height: 35px;
  display: inline-block;
}
.m-right .donate-btn {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 18px;
  margin-right: 10px;
}
.m-right a.search {
  background: #81a8f0;
}
.m-right a.prof {
  background: #5186e9;
  position: relative;
}
#dLabel {
  background: #5186e9;
}
/* .caret {
  float: right;
  margin-top: 9px;
  display: block;
} */
.dropdown-menu {
  width: auto;
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  left: auto !important;
  right: 0 !important;
  transform: translateX(-13px) !important;
  top: 100% !important;
}
.dropdown button:hover,
.dropdown button:focus {
  border: none;
  outline: 0;
}
.dropdown.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-bottom: none;
}
.dropdown.open ul {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  border: solid 1px #666;
  border-top: none;
  height: 200px;
  overflow-y: scroll;
}
.dropdown-menu li {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  border-top: solid 1px #f3f3f3;
}
.dropdown-menu li:first-child {
  border: 0;
}
.dropdown-menu li:hover {
  background-color: var(--primary);
  color: var(--light);
}
.dropdown-menu li a {
  padding: 12px 15px;
  display: block;
  text-align: left;
  color: #444;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 15px;
}
.dropdown-menu li:hover a {
  color: var(--light);
}

#profile .form-control {
  margin: 0 5px;
  padding: 15px 10px;
  height: auto;
  box-shadow: none;
}
#profile p {
  font-size: 14px;
  color: #848484;
  line-height: 1;
}
#profile p .edit {
  font-size: 20px;
  color: var(--primary);
}
#profile .modal-dialog {
  max-width: 70%;
}

#profile .avatar-upload {
  width: 150px;
  height: 150px;
  margin: 0 auto 50px;
  border-radius: 50%;
}
#profile .avatar-upload .avatar-preview > div,
#profile .avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

footer {
  background: #274156;
  padding: 70px 0 0;
  border-top: 1px solid #496d8a;
}
footer h6 {
  font-size: 18px;
  color: var(--light);
  font-weight: 600;
}
footer h5 {
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--light);
  font-weight: 600;
}
footer p {
  font-size: 14px;
  color: #d2d2d2;
  font-weight: 400;
  margin-bottom: 0;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  font-size: 14px;
  color: #d2d2d2;
  font-weight: 400;
  margin-bottom: 5px;
}
footer ul li a {
  font-size: 14px;
  color: #d2d2d2;
  font-weight: 400;
}
footer ul li a:hover {
  color: var(--yellow);
}
footer .social_list {
  display: flex;
  justify-content: flex-end;
}
footer .social_list li {
  margin-right: 10px;
  line-height: 1;
}
footer .social_list li:last-child {
  margin-right: 0;
}
footer .social_list li a {
  font-size: 30px;
  color: #d2d2d2;
}

footer .copy-part {
  background: #274156;
  border-top: 1px solid #496d8a;
  padding: 20px 0;
  margin-top: 70px;
}
footer .copy-part p {
  margin: 0;
  font-size: 14px;
  color: var(--light);
  font-weight: 400;
}
footer .copy-part p a {
  color: var(--yellow);
}
footer .copy-part p a:hover {
  color: var(--yellow);
}

.theme-banner {
  height: auto;
  position: relative;
}
.banner-slider .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slider .item {
  position: relative;
  background: linear-gradient(#e8eef3 0, #f8fafc 100%);
  height: auto;
}
.banner-slider .item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-slider .banner-content {
  position: relative;
  z-index: 9;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 0;
}
.banner-slider .banner-content .content {
  width: 60%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
.banner-slider .banner-content .content .link {
  font-weight: 700;
  color: var(--primary);
}
.banner-slider .banner-content .content .link:hover {
  color: var(--gray);
}
.banner-slider .banner-content .thumb {
  width: 40%;
  height: auto;
  background: var(--primary);
  border-radius: 20px;
  box-shadow: 0 0 0 5px var(--light);
  overflow: hidden;
  position: relative;
}
.banner-slider .banner-content .thumb img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.banner-slider .banner-content .thumb .frame {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-slider .banner-content .btn-grp {
  margin-top: 25px;
}
.banner-slider .banner-content h1 {
  clear: both;
}
.banner-slider .banner-content h1 span {
  color: var(--primary);
}
.banner-slider .banner-content .btn-grp {
  margin-top: 25px;
}
.banner-slider .banner-content .btn {
  padding: 16px 25px;
}
.banner-slider .owl-nav {
  width: 100%;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.banner-slider .owl-nav button.owl-next {
  background: rgba(255, 255, 255, 0.6);
  padding: 0 22px 6px !important;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  font-size: 50px;
  line-height: 1;
  color: var(--primary);
}
.banner-slider .owl-nav button.owl-prev {
  background: rgba(255, 255, 255, 0.6);
  padding: 0 22px 6px !important;
  border-radius: 4px;
  position: absolute;
  left: 20px;
  font-size: 50px;
  line-height: 1;
  color: var(--primary);
}

.highlight-sec {
  width: 65%;
  height: 115px;
  margin: -57px auto 50px;
  overflow: visible;
}
.highlight {
  height: 115px;
  background: var(--light);
  border: 1px solid var(--primary);
  border-radius: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.highlight .txt {
  align-items: center;
}
.highlight h4 {
  font-size: 20px;
  color: var(--primary);
  margin: 0;
  font-weight: 600;
}
.highlight .txt p {
  margin-bottom: 0;
}
.highlight .blk {
  width: 33.3%;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.highlight .blk.line {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.highlight .blk .icon {
  margin-right: 20px;
}
.highlight .blk .icon img {
  width: 45px;
}
.highlight .blk .icon i {
  font-size: 50px;
  color: #a7c5ff;
}
.highlight .blk .icon svg {
  width: 50px;
  height: 50px;
  fill: var(--dark);
  opacity: 0.7;
}
.highlight .blk h5 {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
}

.serv {
  background: #eaf1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serv .content,
.serv .thumb {
  width: 50%;
}
.serv .thumb {
  height: 600px;
  background: #ddd;
}
.serv .content {
  padding: 0 100px;
}
.serv .content h1 {
  font-size: 30px;
  color: var(--dark);
  margin-bottom: 12px;
}
.serv .content p {
  font-size: 14px;
  color: var(--gray);
}
.serv .content .cont h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 10px;
}
.serv .content .cont p {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray);
  margin-bottom: 0;
  line-height: 15px;
}
.serv .content .cont i {
  font-size: 50px;
  margin-bottom: 8px;
}

.blog-sec {
  padding: 0 0 50px;
  padding-top: 50px;
  border-top: 1px dashed #ececec;
  background: #fbfbfb;
}
.blog-sec h1 {
  color: var(--dark);
  margin-bottom: 12px;
  text-align: center;
}
.blog-sec p {
  text-align: center;
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 40px;
}
.blog-sec .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blog-list .card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.blog-list .card-title {
  font-weight: 700;
  font-size: 17px;
  height: 55px;
  overflow: hidden;
}
.blog-list .card-text {
  text-align: left;
  margin-bottom: 10px;
}
.blog-list .card-body .link {
  font-weight: 700;
  color: var(--primary);
}
.testimonials {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.testimonials h1 {
  text-align: center;
  color: var(--light);
  margin-bottom: 50px;
}
.testimonials-list .item p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--light);
}
.testimonials-list .item .user {
  display: flex;
  align-items: center;
  justify-content: start;
  color: var(--light);
}
.testimonials-list .item .user .img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.testimonials-list .item .user span {
  font-size: 15px;
  font-weight: 300;
}
.testimonials .btn {
  display: inline-block;
  padding: 15px 25px;
}

.fundraiser-sec {
  overflow: visible;
}
.fundraiser-sec .top-header {
  text-align: center;
}
.fundraiser-sec .top-header h1 {
  margin-bottom: 30px;
  position: relative;
}
.fundraiser-sec .top-header h1:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 30%;
  height: 1px;
  background: var(--primary);
}

.search-container {
  width: 50%;
  display: block;
  margin: 60px auto 0;
  position: relative;
}
input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  border: 1px solid var(--gray);
  outline: none;
  border-radius: 8px;
}
input#search-bar:focus {
  border: 1px solid var(--primary);
  transition: 0.35s ease;
  color: var(--primary);
}
input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.search-icon i {
  color: var(--gray);
  font-size: 25px;
}

.fundraiser-list {
  margin: 50px 0 100px;
}
.fundraiser-list .nav-tabs {
  display: flex;
  justify-content: center;
  border: 0;
}
.fundraiser-list .nav-tabs .nav-item {
  margin-bottom: 15px;
}
.fundraiser-list .nav-tabs .nav-item.show .nav-link,
.fundraiser-list .nav-tabs .nav-link.active {
  border: 0;
  background: var(--primary);
}
.fundraiser-list .nav-tabs .nav-item .nav-link {
  background: var(--gray);
  margin-bottom: 0;
  border: 0;
  border-radius: 30px;
  margin: 0 8px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px;
  color: var(--light);
}
.fundraiser-list .nav-tabs .nav-item .nav-link.active {
  background: var(--primary);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: 0;
  margin-bottom: 0;
  border: 0;
}
.fundraiser-list .nav-tabs .dropdown {
  padding: 0;
  margin: 0;
  top: 9px;
  height: 40px;
}
.fundraiser-list .nav-tabs .dropdown a {
  background: var(--primary);
  margin-left: 20px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px;
  color: var(--light);
  border-radius: 30px;
}
.fundraiser-list .nav-tabs .dropdown .dropdown-menu {
  padding: 0;
}
.fundraiser-list .nav-tabs .dropdown .dropdown-menu .nav-item {
  margin: 0;
}
.fundraiser-list .nav-tabs .dropdown .dropdown-menu .nav-link {
  margin: 0;
  padding: 10px 12px;
  border-radius: 0;
  font-size: 15px;
  text-transform: none;
}
.fundraiser-list .nav-tabs .dropdown .dropdown-menu .nav-link:hover {
  background: var(--primary);
  color: var(--light);
}

.fundraiser-list .tab-content {
  margin-top: 30px;
}
.fundraiser-list .tab-content .tab-pane .main-cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fundraiser-list .tab-content .tab-pane .list {
  width: 30%;
  background: var(--light);
  border: 1px solid #ddd;
  border-radius: 12px;
  margin: 15px 15px;
  padding: 12px;
}
.fundraiser-list .tab-content .tab-pane .list .thumb {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  width: 100%;
  height: 240px;
  margin-bottom: 15px;
  display: block;
}
.fundraiser-list .tab-content .tab-pane .list .thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.fundraiser-list .tab-content .tab-pane .list .author {
  font-size: 12px;
  line-height: 1;
  color: var(--gray);
}
.fundraiser-list .tab-content .tab-pane .list .author strong {
  color: var(--primary);
}
.fundraiser-list .tab-content .tab-pane .list .title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  line-height: 1;
  color: var(--dark);
  height: 33px;
  overflow: hidden;
}
.fundraiser-list .tab-content .tab-pane .list .des {
  font-size: 12px;
  line-height: 1.2;
  height: 43px;
  overflow: hidden;
}
.fundraiser-list .tab-content .tab-pane .list .time {
  font-size: 12px;
  line-height: 1;
  color: var(--gray);
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.fundraiser-list .tab-content .tab-pane .list .price {
  font-size: 16px;
  line-height: 1;
  color: var(--dark);
}

.progress {
  margin: 10px auto;
  padding: 0;
  width: 100%;
  height: 8px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}
.bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: var(--primary);
}
.percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

.fundraiser-list .btn-view-all {
  text-align: center;
}
.fundraiser-list .btn-view-all .btn {
  display: inline-block;
  color: var(--primary);
  padding: 0;
  text-decoration: underline;
}
.fundraiser-list .btn-view-all .btn:hover {
  color: var(--gray);
}

.inside-banner {
  height: 300px;
  position: relative;
  z-index: 1;
}
.inside-banner .content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.inside-banner .content h1 {
  margin: 0;
  line-height: 1;
}
.inside-cont {
  padding: 100px 0;
}
.inside-cont p {
  text-align: justify;
}

.contact {
  margin-bottom: 50px;
}
.contact .address {
  background: var(--blue);
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
  z-index: 10;
}
.contact .address h5 {
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  color: var(--light);
}
.contact .address .block {
  margin-bottom: 20px;
}
.contact .address .block span {
  font-size: 18px;
  color: var(--light);
  text-transform: uppercase;
  font-weight: 600;
}
.contact .address .block p {
  font-size: 14px;
  color: var(--light);
  font-weight: 400;
}
.contact .address ul.social_list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.contact .address ul.social_list li a {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  color: var(--light);
  text-decoration: none;
  transition: 0.5s;
}
.contact .address ul.social_list li a:hover {
  color: var(--primary);
  transition: 0.5s;
}
.contact .form-group label {
  font-size: 13px;
  line-height: 1;
  color: var(--gray);
}

.contact form {
  padding: 80px 50px 0;
}
.contact form .form-control {
  background: #e2e8f0;
  border: 1px solid #dcdde0;
  border-radius: 4px;
  font-size: 15px;
  height: auto;
  padding: 15px 12px;
  margin-bottom: 20px;
  box-shadow: none;
}
.contact form textarea {
  height: auto !important;
}
.contact form button {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--light);
  display: inline-block;
  width: 60%;
}
.contact form button:hover {
  color: var(--light);
}
.contact form p {
  font-size: 13px;
}
.contact form p a {
  color: var(--primary);
}
@media (max-width: 992px) {
  .contact .address {
    margin-top: 15px;
  }
  .contact form {
    padding: 50px 0 0;
  }
  .contact form button {
    margin-top: 20px;
  }
}

.post-banner {
  height: 500px;
  position: relative;
}
.post-banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.post-banner .imgedit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--primary);
  margin-right: 5px;
  line-height: 1;
}
.post-banner .imgedit i {
  font-size: 30px;
}

.post-sec {
  padding: 40px 0 100px;
}
.post-sec .Pleft-sec h4 {
  margin-bottom: 10px;
}
.post-sec .Pleft-sec p {
  font-size: 15px;
  margin-bottom: 0;
}
.post-sec .Pleft-sec .tag {
  display: flex;
  justify-content: start;
  font-size: 15px;
}
.post-sec .Pleft-sec .tag em {
  margin: 0 10px;
}
.post-sec .Pleft-sec .tag div a {
  color: var(--primary);
}
.post-sec .Pright-sec {
  background: #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -150px;
}
.post-sec .Pright-sec .top {
  padding: 30px;
}
.post-sec .Pright-sec .top .price {
  font-size: 18px;
  margin-bottom: 10px;
}
.post-sec .Pright-sec .top .price strong {
  font-size: 25px;
}
.post-sec .Pright-sec .progress {
  background: #ccc;
}

.post-sec .Pright-sec .btn-grp {
  text-align: right;
}
.post-sec .Pright-sec .btn-grp .btn {
  width: auto;
  display: inline-block;
  font-size: 15px;
  padding: 15px 15px;
  line-height: 1;
  border-radius: 5px;
}
.post-sec .Pright-sec .btn-grp .btn:hover {
  background-color: var(--light);
  color: var(--primary);
}

.post-sec .Pright-sec .top .count {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-sec .Pright-sec .top .count div {
  width: 30%;
  padding: 12px 10px;
  background: var(--light);
  line-height: 1;
  font-size: 15px;
  color: var(--gray);
  font-weight: 400;
  border-radius: 4px;
}
.post-sec .Pright-sec .top .count div strong {
  display: block;
  line-height: 1;
  color: var(--dark);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.post-sec .Pright-sec .top .das-count {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-sec .Pright-sec .top .das-count div {
  width: 24%;
  padding: 25px 20px;
  background: var(--light);
  line-height: 1;
  font-size: 15px;
  color: var(--gray);
  font-weight: 400;
  border-radius: 4px;
}
.post-sec .Pright-sec .top .das-count div strong {
  display: block;
  line-height: 1;
  color: var(--dark);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.post-sec .Pright-sec .top .das-count div:nth-child(1) {
  border-left: 5px solid var(--primary);
}
.post-sec .Pright-sec .top .das-count div:nth-child(2) {
  border-left: 5px solid var(--yellow);
}
.post-sec .Pright-sec .top .das-count div:nth-child(3) {
  border-left: 5px solid var(--red);
}
.post-sec .Pright-sec .top .das-count div:nth-child(4) {
  border-left: 5px solid var(--gray);
}

.post-sec .Pright-sec .top .support-list {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 30px 0 0;
}
.post-sec .Pright-sec .top .support-list .thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--gray);
  margin-right: 12px;
  overflow: hidden;
}
.post-sec .Pright-sec .top .support-list .thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.post-sec .Pright-sec .top .support-list .txt h5 {
  margin-bottom: 4px;
  font-size: 18px;
}
.post-sec .Pright-sec .top .support-list .txt a {
  font-size: 15px;
  color: var(--primary);
}
.post-sec .Pright-sec .donate-btn {
  padding: 22px 25px;
  width: 100%;
  display: block;
  background: var(--primary);
  color: var(--light);
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.post-sec .edit {
  font-size: 30px;
  color: var(--primary);
}

.post-cont .tab-menu .nav-link.active,
.post-cont .tab-menu.show > .nav-link {
  background: transparent;
  color: var(--primary);
  border-radius: 10px 10px 0 0;
  border: 1px solid var(--primary);
  border-bottom: 0px;
}
.post-cont {
  margin: 50px 0 100px;
}
.post-cont .tab-menu .nav-link {
  border-bottom: 1px solid var(--primary);
  padding: 15px 0;
  border-radius: 0;
  font-size: 17px;
  font-weight: 600;
}
.tab-menu-content .tab-pane {
  padding: 30px 0;
}
.tab-menu-content h4 {
  font-size: 18px;
  font-weight: 600;
}
.tab-menu-content p {
  font-size: 14px;
  font-weight: 400;
}

.post-cont .p-gal {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.post-cont .p-gal .p-itm {
  width: 18%;
  height: 130px;
  overflow: hidden;
  margin: 0 10px 20px;
  position: relative;
}
.post-cont .p-gal .p-itm a {
  display: block;
  transition: all 0.5s;
}
.post-cont .p-gal .p-itm .img {
  transition: all 0.5s;
}
.post-cont .p-gal .p-itm:hover .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.post-cont .p-gal .p-itm .closed {
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(-50%, -50%);
  color: var(--light);
  font-size: 22px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}
.post-cont .p-gal .p-itm .popup {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  color: var(--light);
  font-size: 22px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}
.post-cont .p-gal .p-itm .popup:hover,
.post-cont .p-gal .p-itm .closed:hover {
  background: var(--light);
  border: 1px solid var(--light);
  color: var(--primary);
}

.support-popuplist {
  width: 100%;
  height: 350px;
  overflow-y: auto;
}
.support-popuplist .item {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.support-popuplist .item:last-child {
  border-bottom: 0;
}
.support-popuplist .item .tmb {
  width: 40px;
  height: 40px;
  background: var(--gray);
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.support-popuplist .item .txt h5 {
  font-size: 15px;
  font-weight: 700;
}
.support-popuplist .item .txt p {
  margin-bottom: 0;
  font-weight: 400;
}
.support-popuplist .item .txt p span {
  font-size: 13px;
  border-left: 1px solid var(--gray);
  padding-left: 6px;
  margin-left: 6px;
}

.post-form {
  padding: 80px;
  background: #fbfbfb;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
}
.post-form h1 {
  color: var(--primary);
  text-align: center;
  margin-bottom: 40px;
}

.post-form .flter-sec {
  width: 40%;
  margin: 0 auto;
}
.post-form .flter-sec .filter-menu {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #3571e5;
  display: flex;
  justify-content: space-between;
  background: var(--light);
}
.post-form .flter-sec .filter-menu .nav-item {
  width: 50%;
}
.post-form .flter-sec .filter-menu .nav-link {
  border-radius: 0;
  padding: 17px 0;
  box-shadow: none;
  outline: 0;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  border: 0;
}
.post-form .flter-sec .filter-menu .active {
  background: var(--primary) !important;
  color: var(--light);
}
.flter-sec .tab-content {
  margin: 20px 0 0;
}
.flter-sec .tab-content h5 {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
}
.flter-sec .tab-content .form input[type="text"],
.flter-sec .tab-content .form input[type="password"] {
  padding: 16px 15px;
  width: 100%;
  height: auto;
  margin: 0;
  border-color: var(--gray);
  background: #e2e8f0;
}
.flter-sec .tab-content .form input[type="text"]:focus,
.flter-sec .tab-content .form input[type="password"]:focus {
  box-shadow: none;
  border-color: var(--primary);
  background: var(--light);
}
.flter-sec .tab-content .form .form-group label {
  font-size: 15px;
  line-height: 1;
  color: var(--gray);
}
.flter-sec .tab-content .form p {
  margin: 0;
}
.digit-group .otplabel {
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  color: var(--gray);
}
.digit-group .box-input {
  display: flex;
  justify-content: space-between;
}
.digit-group input[type="text"] {
  width: 24%;
  height: 80px;
  padding: 0px !important;
  background-color: var(--light);
  border: 1px solid var(--gray);
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: var(--primary);
  margin: 0 10px;
}
.digit-group input[type="text"]:focus {
  border-color: var(--primary) !important;
}
.digit-group .splitter {
  padding: 0 5px;
  color: var(--primary);
  font-size: 24px;
}
.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--primary);
}
.flter-sec .tab-content .form .btn-group {
  text-align: center;
  display: block;
  margin-top: 25px;
}
.flter-sec .tab-content .form .btn-group .btn {
  padding: 15px 35px;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-grp {
  text-align: center;
  display: block;
  margin-top: 25px;
}

.step2 .grp-frm {
  width: 50%;
  margin: 0 auto;
}
.step2 .grp-frm h2 {
  width: 100%;
  margin: 0;
  font-size: 25px;
  line-height: 50px;
}
.step2 .grp-frm .form-control {
  margin: 0 5px;
  padding: 15px 10px;
  height: auto;
  box-shadow: none;
}
.step2 .form textarea {
  width: 100%;
}

.step2 .form .plan input,
.step2 .form .payment-plan input,
.step2 .form .payment-type input {
  display: none;
}
.step2 h2 {
  font-weight: 300;
  text-align: center;
}
.step2 .form .plan .d-flex {
  flex-wrap: wrap;
}
.step2 .form label {
  flex-basis: 20%;
  position: relative;
  color: var(--primary);
  background-color: transparent;
  border: 1px solid var(--primary);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  height: auto;
  line-height: 20px;
  margin: 0 5px 10px;
  padding: 15px 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.step2 .form .plan input:checked + label,
.step2 .form .payment-plan input:checked + label,
.step2 .form .payment-type input:checked + label {
  border: 1px solid var(--primary);
  background-color: var(--primary);
}

/* .step2 .form .plan label:after, .step2 form .payment-plan label:after, .step2 .form .payment-type label:after{
	content: "\2713";
	width: 20px;
	height: 20px;
	line-height: 19px;
  margin-left: 10px;
	border-radius: 100%;
  display:inline-block;
	border: 1px solid #333;
	background-color: var(--primary);
	z-index: 999;
	position: relative;
	top: 0;
	right: 0;
} */
.step2 .form .plan input:checked + label:after,
.step2 form .payment-plan input:checked + label:after,
.step2 .form .payment-type input:checked + label:after {
  content: "\2713";
  width: 20px;
  height: 20px;
  line-height: 19px;
  margin-left: 10px;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid var(--light);
  background-color: var(--primary);
  z-index: 999;
  position: relative;
  top: 0;
  right: 0;
  color: var(--light);
}
.step2 .form .plan input:checked + label {
  color: var(--light);
}

.avatar-upload {
  position: relative;
  max-width: 500px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  background-color: var(--light);
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  border-radius: 30px;
}
.avatar-upload .avatar-edit label {
  margin-top: 10px;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 1;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  height: auto;
  margin-bottom: 0;
  background: var(--light);
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  padding: 12px 7px;
  margin: 0;
  line-height: 1;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:before {
  content: "\f030";
  font-family: "Line Awesome Free";
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  color: var(--light);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  margin-right: 5px;
  padding: 6px;
  background: var(--primary);
  border-radius: 50%;
}
.avatar-upload .avatar-preview {
  width: 100%;
  height: 192px;
  position: relative;
  border: 1px solid var(--gray);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.post-sec .Pright-sec .flter-sec {
  width: 100%;
  margin: 0 auto;
}
.post-sec .Pright-sec .flter-sec .filter-menu {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #3571e5;
  display: flex;
  justify-content: space-between;
  background: var(--light);
}
.post-sec .Pright-sec .flter-sec .filter-menu .nav-item {
  width: 50%;
}
.post-sec .Pright-sec .flter-sec .filter-menu .nav-link {
  border-radius: 0;
  padding: 17px 0;
  box-shadow: none;
  outline: 0;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  border: 0;
}
.post-sec .Pright-sec .flter-sec .filter-menu .active {
  background: var(--primary) !important;
  color: var(--light);
}

.post-sec .Pright-sec .plan input,
.post-sec .Pright-sec .payment-plan input,
.post-sec .Pright-sec .payment-type input {
  display: none;
}
.post-sec .Pright-sec .plan label {
  position: relative;
  color: var(--primary);
  background-color: transparent;
  border: 1px solid var(--primary);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  height: auto;
  line-height: 20px;
  margin: 0 10px;
  padding: 15px 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.post-sec .Pright-sec .plan input:checked + label,
.post-sec .Pright-sec .payment-plan input:checked + label,
.post-sec .Pright-sec .payment-type input:checked + label {
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.post-sec .Pright-sec .plan input:checked + label:after,
.post-sec .Pright-sec .payment-plan input:checked + label:after,
.post-sec .Pright-sec .payment-type input:checked + label:after {
  content: "\2713";
  width: 20px;
  height: 20px;
  line-height: 19px;
  margin-left: 10px;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #333;
  background-color: var(--primary);
  z-index: 999;
  position: relative;
  top: 0;
  right: 0;
  color: var(--light);
}
.post-sec .Pright-sec .plan input:checked + label {
  color: var(--light);
}

.post-sec .prof {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.post-sec .prof .userimg {
  display: block;
  width: 10%;
  margin-right: 15px;
}
.post-sec .prof .userimg img {
  width: 100%;
  height: auto;
}
.post-sec .prof .Pleft-sec {
  width: 78%;
}
.post-sec .prof .Pleft-sec h1 {
  margin-bottom: 10px;
}
.dashboard .Pright-sec h4 {
  margin-bottom: 10px;
  color: var(--dark);
}
.dashboard .Pright-sec .price {
  color: var(--primary);
}
.dashboard table {
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
}
.dashboard .Pright-sec {
  margin-top: 50px;
}

.radiobuttons {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rdio {
  position: relative;
  margin-right: 20px;
}
.rdio input[type="radio"] {
  opacity: 0;
}
.rdio label {
  padding-left: 40px;
  cursor: pointer;
  margin: 0;
  background: #f3f3f3;
  padding: 10px 20px 10px 40px;
}
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid var(--primary);
  background: var(--light);
}
.rdio input[type="radio"] {
  margin: 0px;
  display: none;
}
.rdio input[type="radio"]:disabled + label {
  color: #999;
}
.rdio input[type="radio"]:disabled + label:before {
  background-color: var(--primary);
}
.rdio input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.rdio-default input[type="radio"]:checked + label:before {
  border-color: var(--primary);
}

.rdio-primary input[type="radio"]:checked + label:before {
  border-color: var(--primary);
}
.rdio-primary input[type="radio"]:checked + label::after {
  background-color: var(--primary);
}

.exemption {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 0;
}
.exemption .rdio {
  width: 33%;
  position: relative;
  margin-right: 0;
}
.suggestAmt .rdio {
  width: 25%;
  position: relative;
  margin-right: 0;
}
.exemption .rdio label {
  position: relative;
  width: 100%;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 10px 40px;
  border: 1px solid #c4c4c4;
}
.rdio-primary input[type="radio"]:checked + label {
  background: var(--primary);
  color: var(--light);
}

.curnc-msg {
  width: 25%;
  margin-left: 20px;
  font-size: 30px;
  line-height: 2;
}

.cust-checkbox {
  margin-top: 18px;
  padding: 7px 20px 6px 20px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  border-radius: 40px;
  width: 40%;
  margin: 20px auto 20px;
}
.cust-checkbox label {
  margin: 0;
}

.upload-sec {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.file-upload-wrapper {
  position: relative;
  width: 40%;
  height: 60px;
  border: 1px solid var(--primary);
  border-radius: 8px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--light);
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 100%;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 100%;
  background: var(--primary);
  color: var(--light);
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: var(--primary);
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.file-upload-wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
#login .post-form {
  padding: 30px;
  border-radius: 10px 0 0 10px;
  width: 60%;
}
#login .post-form h1 {
  text-align: left;
}
#login .thmb-img {
  width: 38%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#login .login-sec {
  width: 100%;
  margin: 0 auto;
}
#login .login-sec .nav-togl {
  padding: 8px 6px;
  border: 1px solid var(--gray);
  border-radius: 8px;
  text-align: center;
}
#login .login-sec .nav-item {
  width: 49%;
  position: relative;
  margin-bottom: 0;
  padding: 8px 15px;
  background: #eaeaea;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #d8d8d8;
}
#login .login-sec .nav-item .link {
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
#login .login-sec .nav-item.active {
  color: var(--light);
  background-color: var(--primary);
  border-color: transparent;
}
#login .login-sec .nav-item .link .icon {
  float: left;
  margin-right: 10px;
  display: inline-block;
  font-size: 35px;
}
.login-sec .nav-item .link strong {
  font-size: 18px;
  color: var(--primary);
}
#login .login-sec .nav-item.active .link strong {
  color: var(--yellow);
}
#login .login-sec .nav-item.active .link {
  color: var(--light);
}
.login-sec .form label {
  color: var(--gray);
}
.login-sec .btn {
  border-radius: 6px;
}

.small,
small {
  font-size: 9px !important;
  font-weight: 600;
  letter-spacing: 0 !important;
}

.radio {
  display: none;
}
article {
  display: none;
}
article.on {
  display: block;
}
article .digit-group .otplabel {
  text-align: left;
}

.logOtp,
.mobOtp {
  color: var(--primary);
  font-weight: 700;
}

.note-toolbar-wrapper .btn-group .btn {
  padding: 10px !important;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
#comment {
  color: #4b4f56;
  margin-top: 50px;
}
#comment .header_comment {
  font-size: 14px;
  overflow: hidden;
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 10px 0;
}
#comment .sort_title {
  color: #4b4f56;
}
#comment .sort_by {
  background-color: #f5f6f7;
  color: #4b4f56;
  line-height: 22px;
  cursor: pointer;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding: 4px;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #ccd0d5;
}
#comment .count_comment {
  font-weight: 600;
}
#comment .body_comment {
  padding: 0 8px;
  font-size: 14px;
  display: block;
  line-height: 25px;
  word-break: break-word;
}
#comment .body_comment .form-group {
  width: 100%;
}
#comment .avatar_comment {
  display: block;
}
#comment .avatar_comment img {
  height: 48px;
  width: 48px;
}
#comment .box_comment {
  display: block;
  position: relative;
  line-height: 1;
  word-break: break-word;
  border: 1px solid #d3d6db;
  word-wrap: break-word;
  background: var(--light);
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
}
#comment .box_comment textarea {
  min-height: 40px;
  padding: 12px 8px;
  width: 100%;
  border: none;
  resize: none;
}
#comment .box_comment textarea:focus {
  outline: none !important;
}
#comment .box_comment .box_post {
  border-top: 1px solid #d3d6db;
  background: #f5f6f7;
  padding: 8px;
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#comment .box_comment label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #90949c;
  line-height: 22px;
  margin-bottom: 0;
}
#comment .box_comment .cancel {
  margin-left: 8px;
  background-color: #f5f6f7;
  color: #4b4f56;
  text-decoration: none;
  line-height: 22px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
  border-color: #ccd0d5;
}
#comment .box_comment .cancel:hover {
  background-color: #d0d0d0;
  border-color: #ccd0d5;
}
#comment .box_comment img {
  height: 16px;
  width: 16px;
}
#comment .box_result {
  margin-top: 24px;
}
#comment .box_result .result_comment h4 {
  font-weight: 600;
  white-space: nowrap;
  color: #365899;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.358;
  margin: 0;
}
#comment .box_result .result_comment {
  display: block;
  overflow: hidden;
  padding: 0;
}
#comment .child_replay {
  border-left: 1px dotted #d3d6db;
  margin-top: 12px;
  list-style: none;
  padding: 0 0 0 8px;
}
#comment .reply_comment {
  margin: 12px 0;
}
#comment .box_result .result_comment p {
  margin: 4px 0;
  text-align: justify;
  font-size: 14px;
}
#comment .box_result .result_comment .tools_comment {
  font-size: 12px;
  line-height: 1.358;
}
#comment .box_result .result_comment .tools_comment a {
  color: #4267b2;
  cursor: pointer;
  text-decoration: none;
}
#comment .box_result .result_comment .tools_comment span {
  color: #90949c;
}
#comment .body_comment .show_more {
  background: #3578e5;
  border: none;
  box-sizing: border-box;
  color: var(--light);
  font-size: 14px;
  margin-top: 24px;
  padding: 12px;
  text-shadow: none;
  width: 100%;
  font-weight: bold;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}

.not-found {
  text-align: center;
  color: #fff;
  height:80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007aff;
}
.not-found p {
  text-align: center;
}
.not-found h1 {
  text-align: center;
  font-size: 80px;
  font-weight: 100;
  color: #fff;
  text-shadow: #0062cc 1px 1px, #0062cc 2px 2px, #0062cc 3px 3px,
    #0062cd 4px 4px, #0062cd 5px 5px, #0062cd 6px 6px, #0062cd 7px 7px,
    #0062ce 8px 8px, #0063ce 9px 9px, #0063ce 10px 10px, #0063ce 11px 11px,
    #0063cf 12px 12px, #0063cf 13px 13px, #0063cf 14px 14px, #0063cf 15px 15px,
    #0063d0 16px 16px, #0064d0 17px 17px, #0064d0 18px 18px, #0064d0 19px 19px,
    #0064d1 20px 20px, #0064d1 21px 21px, #0064d1 22px 22px, #0064d1 23px 23px,
    #0064d2 24px 24px, #0065d2 25px 25px, #0065d2 26px 26px, #0065d2 27px 27px,
    #0065d3 28px 28px, #0065d3 29px 29px, #0065d3 30px 30px, #0065d3 31px 31px,
    #0065d4 32px 32px, #0065d4 33px 33px, #0066d4 34px 34px, #0066d4 35px 35px,
    #0066d5 36px 36px, #0066d5 37px 37px, #0066d5 38px 38px, #0066d5 39px 39px,
    #0066d6 40px 40px, #0066d6 41px 41px, #0067d6 42px 42px, #0067d6 43px 43px,
    #0067d7 44px 44px, #0067d7 45px 45px, #0067d7 46px 46px, #0067d7 47px 47px,
    #0067d8 48px 48px, #0067d8 49px 49px, #0068d8 50px 50px, #0068d9 51px 51px,
    #0068d9 52px 52px, #0068d9 53px 53px, #0068d9 54px 54px, #0068da 55px 55px,
    #0068da 56px 56px, #0068da 57px 57px, #0068da 58px 58px, #0069db 59px 59px,
    #0069db 60px 60px, #0069db 61px 61px, #0069db 62px 62px, #0069dc 63px 63px,
    #0069dc 64px 64px, #0069dc 65px 65px, #0069dc 66px 66px, #006add 67px 67px,
    #006add 68px 68px, #006add 69px 69px, #006add 70px 70px, #006ade 71px 71px,
    #006ade 72px 72px, #006ade 73px 73px, #006ade 74px 74px, #006bdf 75px 75px,
    #006bdf 76px 76px, #006bdf 77px 77px, #006bdf 78px 78px, #006be0 79px 79px,
    #006be0 80px 80px, #006be0 81px 81px, #006be0 82px 82px, #006be1 83px 83px,
    #006ce1 84px 84px, #006ce1 85px 85px, #006ce1 86px 86px, #006ce2 87px 87px,
    #006ce2 88px 88px, #006ce2 89px 89px, #006ce2 90px 90px, #006ce3 91px 91px,
    #006de3 92px 92px, #006de3 93px 93px, #006de3 94px 94px, #006de4 95px 95px,
    #006de4 96px 96px, #006de4 97px 97px, #006de4 98px 98px, #006de5 99px 99px,
    #006ee5 100px 100px, #006ee5 101px 101px, #006ee6 102px 102px,
    #006ee6 103px 103px, #006ee6 104px 104px, #006ee6 105px 105px,
    #006ee7 106px 106px, #006ee7 107px 107px, #006ee7 108px 108px,
    #006fe7 109px 109px, #006fe8 110px 110px, #006fe8 111px 111px,
    #006fe8 112px 112px, #006fe8 113px 113px, #006fe9 114px 114px,
    #006fe9 115px 115px, #006fe9 116px 116px, #0070e9 117px 117px,
    #0070ea 118px 118px, #0070ea 119px 119px, #0070ea 120px 120px,
    #0070ea 121px 121px, #0070eb 122px 122px, #0070eb 123px 123px,
    #0070eb 124px 124px, #0071eb 125px 125px, #0071ec 126px 126px,
    #0071ec 127px 127px, #0071ec 128px 128px, #0071ec 129px 129px,
    #0071ed 130px 130px, #0071ed 131px 131px, #0071ed 132px 132px,
    #0071ed 133px 133px, #0072ee 134px 134px, #0072ee 135px 135px,
    #0072ee 136px 136px, #0072ee 137px 137px, #0072ef 138px 138px,
    #0072ef 139px 139px, #0072ef 140px 140px, #0072ef 141px 141px,
    #0073f0 142px 142px, #0073f0 143px 143px, #0073f0 144px 144px,
    #0073f0 145px 145px, #0073f1 146px 146px, #0073f1 147px 147px,
    #0073f1 148px 148px, #0073f1 149px 149px, #0074f2 150px 150px,
    #0074f2 151px 151px, #0074f2 152px 152px, #0074f3 153px 153px,
    #0074f3 154px 154px, #0074f3 155px 155px, #0074f3 156px 156px,
    #0074f4 157px 157px, #0074f4 158px 158px, #0075f4 159px 159px,
    #0075f4 160px 160px, #0075f5 161px 161px, #0075f5 162px 162px,
    #0075f5 163px 163px, #0075f5 164px 164px, #0075f6 165px 165px,
    #0075f6 166px 166px, #0076f6 167px 167px, #0076f6 168px 168px,
    #0076f7 169px 169px, #0076f7 170px 170px, #0076f7 171px 171px,
    #0076f7 172px 172px, #0076f8 173px 173px, #0076f8 174px 174px,
    #0077f8 175px 175px, #0077f8 176px 176px, #0077f9 177px 177px,
    #0077f9 178px 178px, #0077f9 179px 179px, #0077f9 180px 180px,
    #0077fa 181px 181px, #0077fa 182px 182px, #0077fa 183px 183px,
    #0078fa 184px 184px, #0078fb 185px 185px, #0078fb 186px 186px,
    #0078fb 187px 187px, #0078fb 188px 188px, #0078fc 189px 189px,
    #0078fc 190px 190px, #0078fc 191px 191px, #0079fc 192px 192px,
    #0079fd 193px 193px, #0079fd 194px 194px, #0079fd 195px 195px,
    #0079fd 196px 196px, #0079fe 197px 197px, #0079fe 198px 198px,
    #0079fe 199px 199px, #007aff 200px 200px;
}
.not-found .btn {
  border-color: #fff;
  color: #fff;
}

.faq-title h2 {
position: relative;
margin-bottom: 45px;
display: inline-block;
font-weight: 600;
line-height: 1;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background:var(--primary);
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
padding: 0 190px;
margin-bottom: 10px;
}
.faq {
background: var(--light);
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
}
.faq .card {
border: none;
background: none;
border-bottom: 1px dashed #CEE1F8;
}
.faq .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
  background:var(--primary);
  padding-left: 10px;
}
.faq .card .card-header:hover h5 { color:var(--light); }
.faq .card .card-header:hover .faq-title .badge { background:var(--light); color: var(--primary); }
.faq .card .card-header .faq-title {
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
font-weight: 400;
font-size: 15px;
letter-spacing: 1px;
color: #3B566E;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 0;
}
.faq .card .card-header .faq-title .badge {
display: inline-block;
width: 20px;
height: 20px;
line-height: 14px;
float: left;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background:var(--primary);
color: #fff;
font-size: 12px;
margin-right: 20px;
}
.faq .card .card-body {
padding: 30px;
padding-left: 35px;
padding-bottom: 16px;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
letter-spacing: 1px;
border-top: 1px solid #F3F8FF;
}
.faq .card .card-body p {
margin-bottom: 14px;
}
@media (max-width: 991px) {
.faq {
  margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
  line-height: 26px;
  margin-top: 10px;
}
}
/* FAQ */
#faq-filter .content { padding:9.8vw 0 4vw; margin-left:12vw; width:76vw; }
#faq-filter .content h1 { margin-bottom: 40px; }
#faq-filter .content #faqSearch {border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 1.111vw;
    height: 4vw;
    line-height: 4vw;
    padding: 0 0 0 52px;
    background: url(img/search-icon.png) no-repeat 20px 50% / 1.5vw 1.5vw;
    width: 100%;
    color: var(--dark);
    margin: 0 0 3vw;}
#faq-filter .content #faqSearch:focus,
#faq-filter .content #faqSearch:active,
#faq-filter .content #faqSearch:hover { border:0; box-shadow:none; outline:0; }
#faq-filter .content .filters { position: relative; margin:0 0 30px; padding: 0 50px; z-index: 5; }
#faq-filter .content .filters a { margin:0; background: var(--gray); color: var(--light); text-transform:uppercase; padding: 11px 25px; }
#faq-filter .content .filters a.active,
#faq-filter .content .filters a:hover { background:var(--primary); color:var(--light); }
#faq-filter .content #faqList .faqItem { margin:0; border-bottom:1px dashed #ddd; }
#faq-filter .content #faqList .faqItem .question { background: var(--light); border-bottom:1px solid #ddd; display:flex; align-items:flex-start; justify-content:flex-start; padding: 12px; font-size:16px; line-height:1.4; font-weight: 500; color:var(--dark); transition:all 0.3s; cursor:pointer; }
#faq-filter .content #faqList .faqItem .question:hover, #faq-filter .content #faqList .faqItem.active .question { color:var(--primary); }
#faq-filter .content #faqList .faqItem .question:before { content:"Q:"; display:block; width:2vw; min-width:2vw; max-width:2vw; color:var(--primary); font-size:1.4vw; line-height:1.4; }
#faq-filter .content #faqList .faqItem .answer { display:none; margin:0.5vw 0 0; padding-left:2vw; }
#faq-filter .content #faqList .faqItem .answer p { font-size:16px; line-height:1.4; color:var(--dark); }
#faq-filter .content #faqList .faqItem .answer p a { color: red; }
#faq-filter .content #faqList .faqItem .answer p a:hover { color:var(--primary); }
#faq-filter #faqNoResult { display: none; }
#faq-filter #faqNoResult p { font-size:1.4vw; line-height:1.4; margin:0 0 5vw; }
#faq-filter #faqNoResult p a { color:var(--primary); text-decoration:underline; font-weight:700; }


#faq-filter .content .filters .owl-nav {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
#faq-filter .content .filters .owl-nav button.owl-next {
  background:transparent;
  padding: 0 !important;
  position: absolute;
  right: 0;
  font-size: 95px;
  line-height: 1;
  color: var(--primary);
}
#faq-filter .content .filters .owl-nav button.owl-prev {
  background:transparent;
  padding: 0 !important;
  position: absolute;
  left: 0;
  font-size: 95px;
  line-height: 1;
  color: var(--primary);
}

@media (max-width:992px) {
	#faq-filter .content { padding: 50px 0; width: 86vw;  margin: 0 auto; }
	#faq-filter .content #faqSearch { font-size:3vw; line-height:4vw; height:12vw; line-height:5vw; padding:0 0 0 12vw; background-size: 5vw 5vw; margin: 0 0 5vw; }
	#faq-filter .content .filters { margin:0 0 5vw; }
	#faq-filter .content #faqList .faqItem .question,
	#faq-filter .content #faqList .faqItem .answer p { font-size:3.623vw; line-height:4.688vw; }
	#faq-filter .content #faqList .faqItem .question:before { font-size:3.623vw; line-height:4.688vw; width:5vw; min-width:5vw; max-width:5vw; }
}