.form-control:focus {
    border: 2px solid var(--headings-color);
    box-shadow: none;
}

.bootselect-multiselect {
  position: relative;
}
.bootselect-multiselect .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootselect-multiselect .btn,
.bootselect-multiselect .btn-light {
  border-radius: 4px;
  height: 55px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 15px;
  width: 100%;
}
.bootselect-multiselect .btn:focus,
.bootselect-multiselect .btn-light:focus {
  border: 2px solid var(--headings-color);
  outline: none;
  outline-offset: initial;
}
.bootselect-multiselect .btn.dropdown-toggle,
.bootselect-multiselect .btn-light.dropdown-toggle {
  width: 100%;
}
.bootselect-multiselect .btn.dropdown-toggle:focus,
.bootselect-multiselect .btn-light.dropdown-toggle:focus {
  box-shadow: none;
  outline: none !important;
}
.bootselect-multiselect .bootstrap-select.dropdown-toggle.bs-placeholder {
  color: var(--headings-color);
}
.bootselect-multiselect .dropdown-menu {
  padding: 10px 15px;
}
.bootselect-multiselect .dropdown-menu .inner {
  padding: 10px;
}
.bootselect-multiselect .dropdown-menu .dropdown-item {
  padding: 10px;
}
.bootselect-multiselect .dropdown-menu .dropdown-item.active, .bootselect-multiselect .dropdown-menu .dropdown-item:hover, .bootselect-multiselect .dropdown-menu .dropdown-item:focus {
  background-color: rgba(91, 187, 123, 0.07);
  color: var(--headings-color);
  outline: none;
}
.bootselect-multiselect .btn-light {
  background-color: #ffffff;
}
.bootselect-multiselect .btn-light:hover, .bootselect-multiselect .btn-light:focus {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  outline: none;
}
.bootselect-multiselect .btn-light::placeholder {
  color: var(--headings-color);
}

.inquiry-form .form-control {
  font-size: 14px;
  font-family: var(--title-font-family);
  font-weight: 400;
}
.inquiry-form .dropdown-menu {
  padding: 0;
}

.agent-single-form {
  margin-top: -150px;
}
@media (max-width: 991.98px) {
  .agent-single-form {
    margin-top: 30px;
  }
}

.popup-search-field {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  display: flex;
  height: 100px;
}
.popup-search-field .form-control {
  border: none;
}
.popup-search-field .form-control:focus {
  border: none;
  outline: none;
}
.popup-search-field input::placeholder {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
}
.popup-search-field.search_area .form-control {
  padding-left: 57px;
  outline: none;
}
.popup-search-field.search_area label {
  color: var(--headings-color);
  font-size: 16px;
  left: 30px;
  right: auto;
  top: initial;
}
.popup-search-field button {
  position: absolute;
  right: 20px;
}

.search_widgets {
  position: relative;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.search_widgets input::placeholder {
  color: var(--headings-color);
  font-size: 15px;
  font-weight: 400;
}
.search_widgets .search-btn {
  color: var(--headings-color);
  position: absolute;
  right: 10px;
  top: 8px;
}

/*	Gallery Styles  */
.gallery-item {
  align-items: center;
  display: flex;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-item .del-edit {
  left: 0;
  margin: 0 auto;
  right: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: 0;
}
.gallery-item .icon {
  background-color: #ffffff;
  color: #1F4B3F;
}
.gallery-item:hover .del-edit {
  opacity: 1;
  transform: scale(1);
}

/*  Packages And Pricing Tables  */
.pricing_table_switch_slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(91, 187, 123, 0.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pricing_table_switch_slide:before {
  bottom: 5px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  width: 20px;
  background-color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pricing_table_switch_slide.round {
  border-radius: 30px;
}
.pricing_table_switch_slide.round:before {
  border-radius: 50%;
}

.pricing_packages_top .switch input:checked + .pricing_table_switch_slide {
  background-color: #5BBB7B;
}

.pricing_packages_top .toggle-btn .switch input:focus + .pricing_table_switch_slide {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.pricing_packages_top .switch input:checked + .pricing_table_switch_slide:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.pricing_packages_top .toggle-btn input,
.pricing_packages_top .toggle-btn label {
  display: inline-block;
  vertical-align: middle;
}
.pricing_packages_top .toggle-btn .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.pricing_packages_top .toggle-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing_packages_top .pricing_save1,
.pricing_packages_top .pricing_save2 {
  margin: 12px;
}
.pricing_packages_top .pricing_save3 {
  background-color: #FFEDE8;
  border-radius: 60px;
  color: #5BBB7B;
  font-family: var(--body-font-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  padding: 8px 17px;
}

.pricing_packages {
  border: 1px solid transparent;
  margin-bottom: 30px;
  padding: 50px 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .pricing_packages {
    padding: 40px 30px;
  }
}
.pricing_packages.active,
.pricing_packages .heading {
  position: relative;
}
.pricing_packages.active .btn-dark-border {
  background-color: #222222;
  border: 2px solid #222222;
  color: #ffffff;
}
.pricing_packages.active .btn-dark-border:before {
  background-color: #222222;
}
.pricing_packages.active .btn-thm-border {
  background-color: #5BBB7B;
  border: 2px solid #5BBB7B;
  color: #ffffff;
}
.pricing_packages.active .btn-thm-border:hover {
  background-color: #5BBB7B;
  border: 2px solid #5BBB7B;
}
.pricing_packages.active.at-home2 .ud-btn {
  border-radius: 90px;
  background-color: #5BBB7B;
  color: #ffffff;
}
.pricing_packages.active.at-home2 .ud-btn:hover {
  background-color: #5BBB7B;
  border: 2px solid #5BBB7B;
}
.pricing_packages .price-icon {
  position: absolute;
  right: 0;
  top: -10px;
}
.pricing_packages .text1,
.pricing_packages .text2 {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
}
.pricing_packages .text1 small,
.pricing_packages .text2 small {
  color: var(--body-text-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}
.pricing_packages .pricing-list li {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
}
.pricing_packages.active, .pricing_packages:hover {
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.pricing_packages.at-home2 .ud-btn {
  border-radius: 90px;
}

/*	Testimonials Styles  */
.testimonial-style1 {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 45px 40px 30px;
}
.testimonial-style1 .testimonial-content {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.testimonial-style1 .icon {
  color: #F1FCFA;
  font-size: 36px;
  position: absolute;
  right: 60px;
  top: 30px;
}
.testimonial-style1 .title {
  margin-bottom: 25px;
}
.testimonial-style1 .t_content {
  line-height: 35px;
}
.testimonial-style1.at-home19 {
  background-color: #333333;
}
.testimonial-style1.at-home19 .icon {
  color: #ffffff;
}
.testimonial-style1.at-home19 .testimonial-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-style2 {
  position: relative;
}
.testimonial-style2 .tab-content {
  height: auto;
}
.testimonial-style2 .testi-text {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 40px;
}
.testimonial-style2 .icon {
  color: #5BBB7B;
  font-size: 60px;
  margin-bottom: 45px;
}
.testimonial-style2 .design {
  font-family: var(--title-font-family);
  font-size: 13px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .testimonial-style2 .nav-link {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .testimonial-style2 .nav-link img {
    max-height: 50px;
  }
}
@media (max-width: 339px) {
  .testimonial-style2 .nav-link img {
    max-width: 45px;
  }
}
.testimonial-style2 .nav-link.active {
  background-color: transparent;
}
.testimonial-style2 .nav-link.active img {
  border-radius: 50%;
  outline: 2px solid #5BBB7B;
  outline-offset: 10px;
}
.testimonial-style2.at-about2 .testi-text {
  margin: 0 auto 55px;
  max-width: 922px;
}
@media (max-width: 991.98px) {
  .testimonial-style2.at-about2 .testi-text {
    font-size: 20px;
    line-height: inherit;
  }
}
.testimonial-style2.at-home12 .icon {
  color: #F0EFEC;
}
.testimonial-style2.at-home12 .nav-link.active {
  background-color: transparent;
}
.testimonial-style2.at-home12 .nav-link.active img {
  border-radius: 50%;
  outline: 2px solid #222222;
  outline-offset: 10px;
}

.testimonial-style3 {
  background-color: #ffffff;
  outline: 1px solid #E9E9E9;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 60px 60px 55px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .testimonial-style3 {
    padding: 40px 30px 35px;
  }
}
.testimonial-style3 .icon {
  color: #F7F7F7;
  font-size: 100px;
  line-height: initial;
  position: absolute;
  right: 60px;
  top: 15px;
}
.testimonial-style3 .text {
  font-size: 15px;
}
.testimonial-style3:before {
  background-color: #5BBB7B;
  bottom: 0;
  content: "";
  height: 12px;
  position: absolute;
  left: 50%;
  width: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonial-style3:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}

.testimonial-style4 {
  padding: 55px 0 30px 70px;
}
@media (max-width: 1399.98px) {
  .testimonial-style4 {
    padding: 25px 0 30px 40px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-style4 {
    padding: 25px 0 30px 0;
  }
}
.testimonial-style4 .title {
  line-height: 35px;
}
.testimonial-style4 .desig {
  color: #697488;
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0em;
}

/*	Team Styles  */
.team-style1 {
  position: relative;
}
.team-style1 .team-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.team-style1 img {
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-style1:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.agency-style1 {
  position: relative;
}
.agency-style1 .tag {
  background-color: #5BBB7B;
  border-radius: 6px;
  color: #ffffff;
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 12px;
  left: 20px;
  padding: 0 6px;
  position: absolute;
  top: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.agency-style1:hover .tag {
  transform: translateY(30px);
  opacity: 0;
}

.freelancer-style1 {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.freelancer-style1 .meta {
  color: var(--headings-color);
}
.freelancer-style1.about-page-style {
  margin-left: 280px;
  margin-top: -270px;
  z-index: 1;
  max-width: 329px;
}
@media (max-width: 1199.98px) {
  .freelancer-style1.about-page-style {
    margin-left: 210px;
  }
}
@media (max-width: 767.98px) {
  .freelancer-style1.about-page-style {
    margin-left: 0;
    margin-top: 0;
  }
}
.freelancer-style1.service-single {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  max-width: inherit;
}
.freelancer-style1.hover-box-shadow {
  box-shadow: none;
}
.freelancer-style1.hover-box-shadow:hover {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.freelancer-style1.at-home7:hover {
  border: 1px solid #222222;
  -webkit-box-shadow: 10px 10px 0px #FFEDE8;
  -moz-box-shadow: 10px 10px 0px #FFEDE8;
  -o-box-shadow: 10px 10px 0px #FFEDE8;
  box-shadow: 10px 10px 0px #FFEDE8;
}

.tag {
  background-color: #FFEDE8;
  border-radius: 60px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  display: inline-block;
  padding: 5px 17px;
  font-style: normal;
  font-size: 13px;
  line-height: 28px;
}

.online,
.online2,
.online-badge2,
.online-badge,
.online-badges {
  background-color: #5BBB7B;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 16px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
}

.online2 {
  right: 10px;
}

.online-badge,
.online-badges {
  right: 3px;
  top: -9px;
  height: 9px;
  width: 9px;
}
@media (max-width: 575.98px) {
  .online-badge,
.online-badges {
    right: 0;
  }
}

.online-badges {
  top: 0;
}

.online-badge2 {
  height: 9px;
  right: 0;
  width: 9px;
}

@media (max-width: 575.98px) {
  .freelancer-single-style .online {
    top: -30px;
  }
}

.job-list-style1 {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.job-list-style1 .fav-icon {
  background-color: #ffffff;
  border-radius: 50%;
  color: #5BBB7B;
  font-size: 20px;
  height: 36px;
  line-height: 45px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 36px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.job-list-style1:hover {
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}
.job-list-style1:hover .fav-icon {
  background-color: #F1FCFA;
}
.job-list-style1.at-home7 {
  border-radius: 8px;
}
.job-list-style1.at-home7:hover {
  border: 1px solid #222222;
  -webkit-box-shadow: 10px 10px 0px #FFEDE8;
  -moz-box-shadow: 10px 10px 0px #FFEDE8;
  -o-box-shadow: 10px 10px 0px #FFEDE8;
  box-shadow: 10px 10px 0px #FFEDE8;
}
.job-list-style1.at-dashboard:hover {
  box-shadow: none;
}

/*  Different Styles Of Animations  */
.scale-infini {
  animation-name: myanimation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes myanimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounce-y {
  transform: translatey(0px);
  animation: bounceY 6s ease-in-out infinite;
}

@keyframes bounceY {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.bounce-x {
  transform: translatey(0px);
  animation: bounceX 6s ease-in-out infinite;
}

@keyframes bounceX {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatex(0px);
  }
}
.spin-right {
  animation: spin-right 14s infinite linear;
}

@keyframes spin-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin-left {
  animation: spin-left 14s infinite linear;
}

@keyframes spin-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/*	Different Accordion Styles	*/
.accordion-style1 {
  position: relative;
  margin-bottom: 30px;
}
.accordion-style1 .accordion-item {
  border: none;
  border-radius: 4px;
  overflow: hidden;
}
.accordion-style1 .accordion-header {
  border: none;
}
.accordion-style1 .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 50px;
  padding-bottom: 4px;
  padding-left: 40px;
  padding-right: 30px;
  padding: 30px 30px 4px 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion-style1 .accordion-button:before {
  color: #041e42;
  content: "+";
  font-family: var(--icon-font-family);
  font-size: 16px;
  font-weight: bold;
  right: 40px;
  position: absolute;
}
.accordion-style1 .accordion-button:after {
  display: none;
}
.accordion-style1 .accordion-button.collapsed:before {
  content: "+";
}
.accordion-style1 .accordion-button:not(.collapsed) {
  background-color: #F1FCFA;
}
.accordion-style1 .accordion-button:not(.collapsed):before {
  content: "";
}
.accordion-style1 .accordion-body {
  background-color: #F1FCFA;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  padding: 15px 30px 35px 40px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.accordion-style1.faq-page .accordion-body {
  max-width: initial;
}
.accordion-style1.style2 .accordion-item {
  border: none;
  padding: 0;
}
.accordion-style1.style2 .accordion-item.active {
  box-shadow: none;
}
.accordion-style1.style2 .accordion-header {
  border: none;
  border-bottom: 1px solid #E9E9E9;
}
.accordion-style1.style2 .accordion-body {
  max-width: initial;
  padding: 0;
}

.feature-accordion {
  position: relative;
}
.feature-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  outline: none;
}

.agent-single-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 14px;
  text-decoration-line: underline;
}
.agent-single-accordion .accordion-button:after {
  display: none;
}

.accordion-style2 {
  position: relative;
  margin-bottom: 30px;
}
.accordion-style2 .accordion-item {
  padding: 0;
}
.accordion-style2 .accordion-item.active .accordion-button:before {
  content: "";
}
.accordion-style2 .accordion-header {
  border: none;
}
.accordion-style2 .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 17px;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.accordion-style2 .accordion-button:before {
  color: #041e42;
  content: "";
  font-family: var(--icon-font-family);
  font-size: 14px;
  font-weight: bold;
  right: 10px;
  position: absolute;
}
.accordion-style2 .accordion-button:after {
  display: none;
}
.accordion-style2 .accordion-body {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  padding: 20px 0 0;
}

/*	Different Styles of Alart	*/
.message-alart-style1 {
  position: relative;
}
.message-alart-style1 .alert {
  border-radius: 4px;
  font-family: var(--title-font-family);
  font-weight: 500;
  padding: 23px 30px;
  position: relative;
}
.message-alart-style1 .btn-close {
  cursor: pointer;
  right: 12px;
  top: 5px;
  font-size: 16px;
  opacity: 1;
  background: transparent;
}
.message-alart-style1 .alart_style_one {
  background-color: rgba(205, 233, 246, 0.5);
  color: #4780AA;
}
.message-alart-style1 .alart_style_one .btn-close {
  color: #4780AA;
}
.message-alart-style1 .alart_style_two {
  background-color: rgba(247, 243, 215, 0.5);
  color: #927238;
}
.message-alart-style1 .alart_style_two .btn-close {
  color: #927238;
}
.message-alart-style1 .alart_style_three {
  background-color: rgba(236, 200, 197, 0.5);
  color: #AB3331;
}
.message-alart-style1 .alart_style_three .btn-close {
  color: #AB3331;
}
.message-alart-style1 .alart_style_four {
  background-color: rgba(222, 242, 215, 0.5);
  color: #5B7052;
}
.message-alart-style1 .alart_style_four .btn-close {
  color: #5B7052;
}

.search-modal .modal-header {
  border: none;
  padding: 30px 30px 0;
}
.search-modal .btn-close {
  background: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  opacity: 1;
  padding: 0;
  text-align: center;
  width: 40px;
}
.search-modal .btn-close:focus {
  box-shadow: none;
  outline: none;
}
.search-modal .modal-content {
  background-color: transparent;
  border: none;
}
.search-modal .modal-body {
  padding: 15px 30px 30px;
}

.log-reg-form .hr_content {
  overflow: hidden;
  position: relative;
}
.log-reg-form .hr_top_text {
  background-color: #ffffff;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-size: 16px;
  height: 40px;
  left: 0;
  letter-spacing: 0em;
  line-height: 40px;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -5px;
  width: 40px;
  position: absolute;
}

.modal-backdrop {
  z-index: 0;
}

/*	blockquote Styles	*/
.blockquote-style1 {
  background-color: #FFEDE8;
  border-left: 3px solid var(--headings-color);
  padding: 45px 60px 20px;
  position: relative;
}
.blockquote-style1 .fst-italic {
  max-width: 645px;
  width: 100%;
}

/*	All kind Of btns Styles  */
.ud-btn {
  border-radius: 4px;
  display: inline-block;
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0em;
  padding: 13px 35px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
