@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn-check:focus + .btn {
  outline: unset !important;
  box-shadow: unset !important;
}

.btn:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.vcard3-btn-group {
  width: 50px;
  height: 50px;
  color: #4CA1F2;
  padding: 10px;
  border: 1px solid #4CA1F2;
  background-color: #fff;
  border-radius: 50px !important;
}

.vcard3-sticky-btn {
  background: #4CA1F2;
  color: white;
  height: 40px;
  padding: 10px 20px;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border-radius: 50px !important;
}

a {
  text-decoration: none !important;
  color: #4CA1F2 !important;
}

body {
  background-color: #E5E5E5 !important;
  font-family: "Manrope", sans-serif;
}

.vcard-three.main-content {
  max-width: 576px;
  min-height: 100vh;
  background-color: #141E30;
}
.vcard-three .vcard-three-heading {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}
.vcard-three .heading-line {
  padding-top: 30px;
  z-index: 1;
}
.vcard-three .heading-line::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  border-radius: 50%;
  background: #afafaf;
  background: linear-gradient(90deg, #141e30 0%, white 50%, #141e30 100%);
  left: 50%;
  top: 0;
  right: 0;
  transform: translateX(-50%);
}
.vcard-three__banner {
  height: 280px;
}
.vcard-three__banner .banner-image {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 10;
}
.vcard-three__profile {
  z-index: 10;
}
.vcard-three__profile .avatar {
  z-index: 11;
}
.vcard-three__profile .avatar img {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
}
.vcard-three__profile-details {
  margin-top: 60px;
  z-index: 111;
}
.vcard-three__profile-details .profile-designation {
  font-size: 18px;
}
.vcard-three__profile-details .profile-company {
  font-size: 16px;
  padding: 10px;
}
.vcard-three__profile-details .social-icons {
  z-index: 10;
  position: relative;
}
.vcard-three__profile-details .social-icons a {
  width: 20%;
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
  text-decoration: none;
}
.vcard-three__profile-details .social-icons .icon {
  color: #898e97;
  cursor: pointer;
  transition: all 0.3s ease;
}
.vcard-three__profile-details .social-icons .icon:hover {
  color: #fff;
}
.vcard-three__profile-details .social-icons .twitter_icon {
  height: 30px !important;
  fill: #898e97;
  transition: all 0.3s ease;
}
.vcard-three__profile-details .social-icons .twitter_icon:hover {
  fill: #fff;
}
.vcard-three .activeSlot {
  background-color: white !important;
  color: #4CA1F2 !important;
}
.vcard-three__event .shape-one {
  top: -130px;
}
@media (max-width: 575px) {
  .vcard-three__event .shape-one {
    top: 100px;
  }
}
.vcard-three__event .event-card {
  background-color: transparent;
}
.vcard-three__event .event-card .event-icon {
  background-color: #4CA1F2;
  padding: 10px;
  border-radius: 50%;
  min-width: 48px;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 0 5px #141E30, 0 0 0 7px #4CA1F2;
}
.vcard-three__event .event-card .event-detail h6 {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
}
.vcard-three__event .event-card .event-detail .event-name {
  font-size: 12px;
  word-break: break-all;
}
.vcard-three__appointment .appoint-date {
  font-size: 16px;
  color: #fff;
}
.vcard-three__appointment .appoint-input {
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 10px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  color: #fff;
}
.vcard-three__appointment .appoint-input:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
.vcard-three__appointment .appoint-input:focus-visible {
  outline: none;
}
.vcard-three__appointment .appoint-input::-moz-placeholder {
  color: #fff;
}
.vcard-three__appointment .appoint-input::placeholder {
  color: #fff;
}
.vcard-three__appointment .appoint-btn {
  padding: 10px 16px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.vcard-three__appointment .appoint-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
.vcard-three__service .shape-two {
  top: -50px;
}
.vcard-three__service .service-card {
  border-radius: 15px;
  background: transparent;
  border: 1px solid #283a5a;
  padding: 20px;
  max-height: 445px;
  overflow: auto;
}
.vcard-three__service .service-card .service-new-image {
  width: 100%;
  height: 25vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.vcard-three__service .service-card .card-body {
  padding-left: 0 !important;
}
.vcard-three__service .service-card .service-image {
  min-width: 90px;
  width: 90px;
  height: 90px;
  background: #4CA1F2;
  border-radius: 50%;
}
.vcard-three__service .service-card .service-image img {
  min-width: 80px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__service .service-card .service-details .service-title {
  font-weight: 500;
  font-size: 18px;
  color: #141E30;
}
.vcard-three__service .service-card .service-details .service-paragraph {
  font-size: 14px;
  color: #141E30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  width: 160px;
}
.vcard-three__gallery .gallery-slider {
  z-index: 10;
}
.vcard-three__gallery .gallery-slider .slick-track {
  display: flex !important;
}
.vcard-three__gallery .gallery-slider .slick-slide {
  margin: 0 6px;
  display: flex;
  height: auto;
}
.vcard-three__gallery .gallery-slider .slick-list {
  padding: 10px 0;
}
.vcard-three__gallery .gallery-slider .slick-dots li {
  width: 10px !important;
}
.vcard-three__gallery .gallery-slider .slick-dots li button:before {
  font-size: 30px !important;
  color: #fff;
}
.vcard-three__gallery .gallery-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__gallery .gallery-card {
  background-color: #4CA1F2;
  border-radius: 10px;
}
.vcard-three__gallery .gallery-card .gallery-profile img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 238px;
}
.vcard-three__gallery .gallery-card .gallery-profile .gallery-link:focus-visible {
  outline: none;
}
.vcard-three__gallery .gallery-card .gallery-profile .gallery-item {
  display: inline-block;
  width: 100%;
  height: 238px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.vcard-three .video-container {
  height: 220px;
}
.vcard-three .audio-container img {
  height: 173px !important;
}
.vcard-three__product .product-slider {
  z-index: 10;
}
.vcard-three__product .product-slider .slick-track {
  display: flex !important;
}
.vcard-three__product .product-slider .slick-slide {
  margin: 0 6px;
  display: flex;
  height: auto;
}
.vcard-three__product .product-slider .slick-slide div {
  width: 100% !important;
  height: 100%;
}
.vcard-three__product .product-slider .slick-list {
  padding: 10px 0;
}
.vcard-three__product .product-slider .slick-dots li {
  width: 10px !important;
}
.vcard-three__product .product-slider .slick-dots li button:before {
  font-size: 30px !important;
  color: #fff;
}
.vcard-three__product .product-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__product .product-card {
  background-color: #4CA1F2;
  border-radius: 10px;
}
.vcard-three__product .product-card .product-profile img {
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__product .product-card .product-details {
  margin-top: 20px !important;
}
.vcard-three__product .product-card .product-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #010101;
}
.vcard-three__product .product-card .product-details span {
  font-weight: 500;
  font-size: 14px;
  color: #B8B8B8;
}
.vcard-three__product .product-card .product-details p {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vcard-three__product .product-card .reviews .star-icon {
  color: #FFCA2C;
}
.vcard-three__product_details_page .product-slider {
  z-index: 10;
}
.vcard-three__product_details_page .product-slider .slick-track {
  display: flex !important;
}
.vcard-three__product_details_page .product-slider .slick-slide {
  margin: 0 6px;
  display: flex;
  height: auto;
}
.vcard-three__product_details_page .product-slider .slick-slide div {
  width: 100% !important;
  height: 100%;
}
.vcard-three__product_details_page .product-slider .slick-list {
  padding: 10px 0;
}
.vcard-three__product_details_page .product-slider .slick-dots li button:before {
  color: #fff;
}
.vcard-three__product_details_page .product-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__product_details_page .product-card {
  background-color: #4CA1F2;
  border-radius: 10px;
}
.vcard-three__product_details_page .product-card .product-profile img {
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__product_details_page .product-card .product-details {
  margin-top: 20px !important;
}
.vcard-three__product_details_page .product-card .product-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #010101;
}
.vcard-three__product_details_page .product-card .product-details span {
  font-weight: 500;
  font-size: 14px;
  color: #B8B8B8;
}
.vcard-three__product_details_page .product-card .product-details p {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.vcard-three__product_details_page .product-card .reviews .star-icon {
  color: #FFCA2C;
}
@media (max-width: 580px) {
  .vcard-three__product_details_page .product-card {
    width: 99% !important;
  }
  .vcard-three__product_details_page .product-card img {
    width: 100% !important;
  }
}
.vcard-three .product-head {
  margin-top: 30px !important;
}
.vcard-three__testimonial .testimonial-slider {
  z-index: 10;
}
.vcard-three__testimonial .testimonial-slider .slick-track {
  display: flex !important;
}
.vcard-three__testimonial .testimonial-slider .slick-slide {
  margin: 0 6px;
  display: flex;
  height: auto;
}
.vcard-three__testimonial .testimonial-slider .slick-slide div {
  width: 100% !important;
  height: 100%;
}
.vcard-three__testimonial .testimonial-slider .slick-list {
  padding: 10px 0;
}
.vcard-three__testimonial .testimonial-slider .slick-dots li {
  width: 10px !important;
}
.vcard-three__testimonial .testimonial-slider .slick-dots li button:before {
  font-size: 30px !important;
  color: #fff;
}
.vcard-three__testimonial .testimonial-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__testimonial .testimonial-card {
  background-color: #4CA1F2;
  border-radius: 15px;
}
.vcard-three__testimonial .testimonial-card .testimonial-user img {
  min-width: 70px;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__testimonial .testimonial-card .testimonial-user .user-details .user-name {
  font-weight: 500;
  font-size: 16px;
}
.vcard-three__testimonial .testimonial-card .testimonial-user .user-details .user-designation {
  font-size: 12px;
}
.vcard-three__testimonial .testimonial-card .review-message {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: auto;
  max-height: 178px;
}
.vcard-three__testimonial .testimonial-card .reviews .star-icon {
  color: #FFCA2C;
}
.vcard-three__blog .blog-slider .slick-track {
  display: flex !important;
}
.vcard-three__blog .blog-slider .slick-slide {
  margin: 0 28px;
  display: flex;
  height: auto;
}
.vcard-three__blog .blog-slider .slick-slide div {
  width: 100% !important;
  height: 100%;
}
.vcard-three__blog .blog-slider .slick-list {
  padding: 30px 0;
  overflow: visible;
  margin-top: -7px;
}
.vcard-three__blog .blog-slider .slick-dots {
  margin-bottom: 30px !important;
}
.vcard-three__blog .blog-slider .slick-dots li {
  width: 10px !important;
}
.vcard-three__blog .blog-slider .slick-dots li button:before {
  font-size: 30px !important;
  color: #fff;
}
.vcard-three__blog .blog-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__blog .blog-slider .blog-card {
  background: #4CA1F2;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  outline: 3px solid #141f31;
  outline-offset: -5px;
}
.vcard-three__blog .blog-slider .blog-card .blog-image img {
  min-width: 200px;
  width: 200px !important;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: auto;
  outline: 3px solid #141f31;
  outline-offset: 2px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .vcard-three__blog .blog-slider .blog-card .blog-image img {
    min-width: 150px;
    width: 150px !important;
    height: 150px;
  }
}
.vcard-three__blog .blog-slider .blog-card .blog-details h5 {
  color: #fff;
}
.vcard-three__blog .blog-slider .blog-card .blog-details p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px !important;
}
.vcard-three .slick-dots > li {
  display: inline-block;
}
.vcard-three .slick-dots > li:only-child {
  display: none;
}
.vcard-three__qr-code .qr-code-card {
  border-radius: 15px;
}
.vcard-three__qr-code .qr-code-card .qr-profile img {
  min-width: 90px;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__qr-code .qr-code-card .qr-code-scanner {
  border-radius: 15px;
  box-shadow: inset 3px 3px 8px #e8e8e8, inset -3px -3px 4px #f5f5f5;
}
.vcard-three__qr-code .qr-code-card .qr-code-scanner img {
  max-width: 146px;
  min-width: 146px;
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__qr-code .qr-code-card .qr-code-btn {
  padding: 10px 16px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: none;
  outline: none;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.vcard-three__qr-code .qr-code-card .qr-code-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
.vcard-three .share-btn a {
  padding: 10px 16px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: none;
  outline: none;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.vcard-three .share-btn a:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
@media (max-width: 575px) {
  .vcard-three .share-btn {
    margin: 0 auto;
  }
}
.vcard-three__timing .business-card {
  padding: 20px !important;
  background-color: #141E30;
  border-radius: 15px;
  border: 1px solid #283a5a;
}
@media (max-width: 575px) {
  .vcard-three__timing .business-card {
    padding: 15px !important;
  }
}
.vcard-three__timing .business-card .calendar-icon {
  background-color: #283a5a;
  border-radius: 12px;
}
.vcard-three__timing .business-card .business-hour-day-text {
  color: #4CA1F2 !important;
}
.vcard-three__timing .business-card .business-hour-time-text {
  color: #fff !important;
}
.vcard-three__timing .business-card-today {
  border: 1px solid #4CA1F2;
}
.vcard-three__contact .contact-form input, .vcard-three__contact .contact-form textarea {
  padding: 0.688rem 0.75rem;
  background-color: #283a5a;
  border: 1px solid #364258;
  outline: none;
  color: #fff;
  position: relative;
  z-index: 100;
}
.vcard-three__contact .contact-form input:focus, .vcard-three__contact .contact-form textarea:focus {
  box-shadow: unset;
  border: 1px solid #4CA1F2;
}
.vcard-three__contact .contact-form input::-moz-placeholder, .vcard-three__contact .contact-form textarea::-moz-placeholder {
  color: #e0e0e0;
}
.vcard-three__contact .contact-form input::placeholder, .vcard-three__contact .contact-form textarea::placeholder {
  color: #e0e0e0;
}
.vcard-three__contact .contact-form .form-check-input {
  border: 1px solid #dbdbdb;
}
.vcard-three__contact .contact-form .form-check-input:checked {
  background-color: #6571ff;
  border-color: #6571ff;
}
.vcard-three__contact .contact-form .contact-btn {
  padding: 10px 20px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: 0;
  outline: none;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.vcard-three__contact .contact-form .contact-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
.vcard-three .language ul {
  list-style: none;
}
.vcard-three .language ul .lang-list {
  padding: 10px 20px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: none;
  outline: none;
  border-radius: 5px !important;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-three .language ul .lang-list .lang-head {
  color: white;
}
.vcard-three .language ul .lang-list .lang-head i {
  color: white;
}
.vcard-three .language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 15px;
  width: 115%;
  left: unset !important;
  right: 0;
  min-width: 150px;
}
.vcard-three .language ul .lang-list .lang-hover-list li {
  padding: 5px 15px;
}
.vcard-three .language ul .lang-list .lang-hover-list li:hover {
  background-color: #f1faff !important;
}
.vcard-three .language ul .lang-list .lang-hover-list li:hover a {
  color: #009ef7 !important;
}
.vcard-three .language ul .lang-list .lang-hover-list li.active {
  background-color: #f1faff !important;
}
.vcard-three .language ul .lang-list .lang-hover-list li.active a {
  color: #009ef7 !important;
}
.vcard-three .language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
}
.vcard-three .language ul .lang-list .lang-hover-list li img {
  height: 20px !important;
  width: 25px !important;
}

.vcard-three-btn {
  padding: 10px 20px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: none;
  outline: none;
  border-radius: 5px !important;
  transition: all 0.3s ease;
}
.vcard-three-btn i {
  color: #fff;
}
.vcard-three-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
@media (max-width: 575px) {
  .vcard-three-btn {
    margin: 0 auto;
  }
}

.gallery-vcard-block {
  height: 254px !important;
  width: 254px !important;
  max-height: 254px !important;
  max-width: 254px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.gallery-profile img {
  height: 227px !important;
}
.gallery-profile a .gallery-item {
  width: 216px !important;
  height: 220px !important;
}

.vcard-three .language ul .lang-list .lang-hover-list {
  margin: 0 0 0;
}
.vcard-three .language ul .lang-list .lang-hover-list.top-dropdown {
  margin: -80px 0 0;
}

.vcard-three__testimonial .testimonial-slider .slick-slide div {
  height: unset;
}

@media (min-width: 350px) and (max-width: 573px) {
  #slick-slide30 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #slick-slide31 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
.profile-description {
  font-size: 14px;
  text-align: center;
  color: white;
}
.profile-description h1, .profile-description h2 {
  color: white !important;
}

#wrap {
  background-color: #ddd;
  padding: 50px 0;
}

#slider {
  width: 500px;
  margin: 0 auto;
}
#slider img {
  width: 100%;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 99%;
  width: 15px !important;
}

.prev-arrow {
  z-index: 99;
  left: 137px;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .prev-arrow {
    left: 40px;
  }
}

.next-arrow {
  z-index: 99;
  right: 137px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 11px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .next-arrow {
    right: 40px;
  }
}

.blog-next-arrow {
  z-index: 99;
  left: 137px;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .blog-next-arrow {
    left: 43px;
  }
}

.gallery-next-arrow {
  z-index: 99;
  right: 137px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 11px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .gallery-next-arrow {
    right: 40px;
  }
}

.blog-prev-arrow {
  z-index: 99;
  right: 137px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 11px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .blog-prev-arrow {
    right: 43px;
  }
}

.slide-arrow-blog {
  position: absolute;
  bottom: 0;
  width: 15px !important;
}

.slick-dots {
  bottom: -32px !important;
}

.morelink {
  color: rgba(255, 255, 255, 0.8);
}

.lb-data .lb-number {
  display: none !important;
}

.social-icons img {
  border-radius: 50% !important;
}

.underline {
  background-color: #4CA1F2;
}

.font-primary {
  color: #4CA1F2 !important;
}

.add-contact-btn {
  width: 200px !important;
  text-wrap: nowrap !important;
  transition: all 0.3s ease;
}
.add-contact-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}

.product-btn {
  padding: 10px 20px;
  background: #141E30;
  box-shadow: inset 6px 6px 12px #010101, inset -6px -6px 12px #141E30;
  border: 0;
  outline: none;
  transition: all 0.3s ease;
}
.product-btn:hover {
  background: #141E30;
  box-shadow: inset -6px -6px 12px #141E30, inset 6px 6px 12px #010101;
}

.see-all-product-btn {
  padding: 10px 20px;
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
  border: 0;
  outline: none;
  transition: all 0.3s ease;
}
.see-all-product-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #51acff, inset 6px 6px 12px #3172b1;
}

.modal-backdrop {
  background-color: transparent;
}

.modal {
  z-index: 99999 !important;
  background-color: #00000080;
}
.modal .news-modal {
  margin-top: 250px !important;
}
.modal .news-modal #newsLatter-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0.475rem;
  outline: 0;
  background-color: white;
}
.modal .news-modal #newsLatter-content .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #4CA1F2;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #4CA1F2;
  font-size: 28px;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: silver;
  font-size: 19px;
  font-weight: 100;
}
.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 700;
  position: relative;
}
.modal .news-modal #newsLatter-content .modal-body .input-box {
  background-color: #f5f8fa;
  border: unset;
  color: #5e6278;
  transition: all 0.2s ease;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  border-radius: 0.475rem;
}
.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
  box-shadow: unset;
  background-color: #eef3f7;
}
.modal .news-modal #newsLatter-content .modal-footer {
  padding: 1.875rem;
}
.modal .news-modal #newsLatter-content .modal-footer .btn {
  padding: 10px 20px !important;
  border-radius: 0.475rem !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
  background-color: #6571ff !important;
  border: unset;
  outline: unset;
  color: #fff;
  padding: 10px 20px !important;
  margin-top: 26px;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
  background-color: #6571ff !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background-color: #4CA1F2;
  color: white !important;
  font-size: 25px;
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.insta-feed {
  max-height: 1000px !important;
  overflow: scroll !important;
}

.instagram-btn {
  flex: 1;
}

.instagram-btn.active {
  background-color: #009ef7 !important;
  border-radius: 50px !important;
  border: 1px solid #009ef7;
  color: #f1faff !important;
}
.instagram-btn.active span {
  color: #f1faff !important;
}

.insta-toggle {
  border: 2px solid #009ef7;
  border-radius: 35px !important;
  margin: 10px !important;
  padding: 8px !important;
  transition: all 0.3s ease !important;
}

#instafeed-container a img {
  width: 44%;
  height: 200px !important;
  margin: 11px;
  border-radius: 15px;
}

.instagram-media {
  min-width: 50% !important;
  max-width: 100% !important;
}

.support-banner {
  width: 100%;
  max-width: 576px;
  height: auto !important;
  position: fixed;
  bottom: 0;
  z-index: 99999 !important;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 19px 3px 0 #fffcfc, 0 0px 11px 0 #ede9e9;
}
.support-banner .support_heading {
  font-size: 32px;
  margin-top: 33px;
}
.support-banner .support_text {
  margin-bottom: 33px;
}

.act-now {
  padding: 10px 20px;
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
  color: white !important;
  position: relative;
  bottom: 10px;
  display: inline-block !important;
}

.banner-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 20px !important;
}

.ifram-body {
  height: 325px !important;
  width: 100% !important;
}

.iframe-head {
  margin-bottom: -18px;
}

.iframe-section {
  margin-top: -28px;
}
@media (max-width: 575px) {
  .iframe-section {
    margin-top: 4px;
  }
}

.iframe-slider .slick-dots {
  margin-bottom: 30px !important;
}
.iframe-slider .slick-dots li {
  width: 10px !important;
}
.iframe-slider .slick-dots li button:before {
  font-size: 30px !important;
  color: #fff;
}
.iframe-slider .slick-dots li.slick-active button:before {
  color: #fff;
}

.iframe-next-arrow {
  z-index: 99;
  left: 137px;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .iframe-next-arrow {
    left: 43px;
  }
}

.iframe-prev-arrow {
  z-index: 99;
  right: 137px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 11px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .iframe-prev-arrow {
    right: 43px;
  }
}

.slide-arrow-iframe {
  position: absolute;
  bottom: 0;
  width: 15px !important;
}

.affiliate-link {
  margin-bottom: 55px !important;
}

.verification-icon {
  color: #4CA1F2;
}
