@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500&display=swap);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

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

/* Loader Jerry starts */
.loader{
    background: rgba(255,255,255,0.8);
    display:none;
    height:100%;
    position:fixed;
    width :100%;
   z-index: 9999999;
  }
  .loader img{
   left: 50%;
   margin-left:-32px;
   margin-top:-32px;
   position: absolute;
   top: 50%;
  }
/* Loader Ends */

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

.vcard3-sticky-btn {
    background: #01808F;
    border-radius: 50px !important;
    box-shadow: inset 6px 6px 12px #01808F, inset -6px -6px 12px #51acff;
    color: #fff;
    height: 40px;
    padding: 10px 20px
}

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

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

.vcard-three.main-content {
    background: #023E49;
    background-repeat: no-repeat;
    max-width: 576px;
    min-height: 100vh;
}

.vcard-three .vcard-three-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 500
}

.vcard-three .heading-line {
    padding-top: 30px;
    z-index: 1
}

.vcard-three .heading-line:before {
    background: #afafaf;
    background: linear-gradient(90deg, #141e30, #fff 50%, #141e30);
    border-radius: 50%;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-50%);
    width: 90%
}

.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 {
    height: 120px;
    max-width: 120px;
    min-width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 120px;
    box-shadow: 2px 2px 5px #CDE3DF;
}

.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 {
    position: relative;
    z-index: 10
}

.vcard-three__profile-details .social-icons a {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
    text-decoration: none;
    width: 20%
}

.vcard-three__profile-details .social-icons .icon {
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    background: #01808F;
    padding: 7px;
    border-radius: 10px;
    box-shadow: silver 6px 6px 12px #3172b1, -6px -6px 12px silver;
    border: 3px solid #cccccc52;
    position: relative;
}

.vcard-three__profile-details .social-icons .icon:hover {
    color: #fff
}

.vcard-three .activeSlot {
    background-color: #fff !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: #01808F;
    box-shadow: inset 2px 2px 5px silver;
    outline: 2px solid #ccc;
    border-radius: 50px;
    display: flex;
}

.vcard-three__event .event-card .event-icon {
    border-radius: 50%;
    height: 48px;
    min-width: 48px;
    padding: 10px;
    width: 48px;
}

.vcard-three__event .event-card .event-detail h6 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px
}

.vcard-three__event .event-card .event-detail .event-name {
    font-size: 12px;
    word-break: break-all
}

.vcard-three__appointment .appoint-date {
    color: #fff;
    font-size: 16px
}

.vcard-three__appointment .appoint-input {
    background: #00808D;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.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 {
    background: transparent;
    border: 3px solid #0289a1;
    border-radius: 25px;
    outline: none;
    padding: 10px 16px;
    transition: all .3s ease;
    -webkit-text-fill-color: #fff;
}

.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 {
    background: #01808F;
    border: 1px solid #283a5a;
    border-radius: 15px;
    max-height: 445px;
    overflow: auto;
    padding: 20px;
    outline: 3px solid #ccc;
    outline-offset: -5px;
}

.vcard-three__service .service-card .service-new-image {
    border-radius: .5rem;
    height: 25vh;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.vcard-three__service .service-card .card-body {
    padding-left: 0 !important
}

.vcard-three__service .service-card .service-image {
    background: #4ca1f2;
    border-radius: 50%;
    height: 90px;
    min-width: 90px;
    width: 90px
}

.vcard-three__service .service-card .service-image img {
    height: 80px;
    min-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px
}

.vcard-three__service .service-card .service-details .service-title {
    color: #141e30;
    font-size: 18px;
    font-weight: 500
}

.vcard-three__service .service-card .service-details .service-paragraph {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #141e30;
    display: -webkit-box;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    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 {
    display: flex;
    height: auto;
    margin: 0 6px
}

.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 {
    color: #fff;
    font-size: 30px !important
}

.vcard-three__gallery .gallery-slider .slick-dots li.slick-active button:before {
    color: #fff
}

.vcard-three__gallery .gallery-card {
    background-color: #023E49;
    border-radius: 10px;
    outline: 3px solid #fff;
    outline-offset: -5px;
}

.vcard-three__gallery .gallery-card .gallery-profile img {
    height: 238px;
    -o-object-fit: cover;
    object-fit: cover
}

.vcard-three__gallery .gallery-card .gallery-profile .gallery-link:focus-visible {
    outline: none
}

.vcard-three__gallery .gallery-card .gallery-profile .gallery-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 238px;
    position: relative;
    transition: all .5s;
    width: 100%
}

.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 {
    display: flex;
    height: auto;
    margin: 0 6px
}

.vcard-three__product .product-slider .slick-slide div {
    height: 100%;
    width: 100% !important
}

.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 {
    color: #fff;
    font-size: 30px !important
}

.vcard-three__product .product-slider .slick-dots li.slick-active button:before {
    color: #fff
}

.vcard-three__product .product-card {
    background-color: #01808F;
    border-radius: 10px;
    box-shadow: inset 1px 1px 3px silver;
    outline: 3px solid #ccc;
    outline-offset: -5px;
}

.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 {
    color: #010101;
    font-size: 18px;
    font-weight: 500
}

.vcard-three__product .product-card .product-details span {
    color: #b8b8b8;
    font-size: 14px;
    font-weight: 500
}

.vcard-three__product .product-card .product-details p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #010101;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    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 {
    display: flex;
    height: auto;
    margin: 0 6px
}

.vcard-three__product_details_page .product-slider .slick-slide div {
    height: 100%;
    width: 100% !important
}

.vcard-three__product_details_page .product-slider .slick-list {
    padding: 10px 0
}

.vcard-three__product_details_page .product-slider .slick-dots li button:before,
.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: #01808F;
    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 {
    color: #010101;
    font-size: 18px;
    font-weight: 500
}

.vcard-three__product_details_page .product-card .product-details span {
    color: #b8b8b8;
    font-size: 14px;
    font-weight: 500
}

.vcard-three__product_details_page .product-card .product-details p {
    -webkit-box-orient: vertical;
    color: #010101;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400
}

.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: 50px !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 {
    display: flex;
    height: auto;
    margin: 0 6px
}

.vcard-three__testimonial .testimonial-slider .slick-slide div {
    height: 100%;
    width: 100% !important
}

.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 {
    color: #fff;
    font-size: 30px !important
}

.vcard-three__testimonial .testimonial-slider .slick-dots li.slick-active button:before {
    color: #fff
}

.vcard-three__testimonial .testimonial-card {
    background: #01808F;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    outline: 3px solid #ccc;
    outline-offset: -5px;
}

.vcard-three__testimonial .testimonial-card .testimonial-user img {
    height: 70px;
    min-width: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 70px
}

.vcard-three__testimonial .testimonial-card .testimonial-user .user-details .user-name {
    font-size: 16px;
    font-weight: 500
}

.vcard-three__testimonial .testimonial-card .testimonial-user .user-details .user-designation {
    font-size: 12px
}

.vcard-three__testimonial .testimonial-card .review-message {
    -webkit-box-orient: vertical;
    color: hsla(0, 0%, 100%, .8);
    display: -webkit-box;
    font-size: 14px;
    max-height: 178px;
    overflow: auto
}

.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 {
    display: flex;
    height: auto;
    margin: 0 28px
}

.vcard-three__blog .blog-slider .slick-slide div {
    height: 100%;
    width: 100% !important
}

.vcard-three__blog .blog-slider .slick-list {
    margin-top: -7px;
    overflow: visible;
    padding: 30px 0
}

.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 {
    color: #fff;
    font-size: 30px !important
}

.vcard-three__blog .blog-slider .slick-dots li.slick-active button:before {
    color: #fff
}

.vcard-three__blog .blog-slider .blog-card {
    background: #4ca1f2;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    outline: 3px solid #141f31;
    outline-offset: -5px
}

.vcard-three__blog .blog-slider .blog-card .blog-image img {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 200px;
    margin: auto;
    min-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    outline: 3px solid #141f31;
    outline-offset: 2px;
    width: 200px !important
}

@media (max-width:575px) {
    .vcard-three__blog .blog-slider .blog-card .blog-image img {
        height: 150px;
        min-width: 150px;
        width: 150px !important
    }
}

.vcard-three__blog .blog-slider .blog-card .blog-details h5 {
    color: #fff
}

.vcard-three__blog .blog-slider .blog-card .blog-details p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    color: hsla(0, 0%, 100%, .8);
    display: -webkit-box;
    font-size: 14px !important;
    max-width: 100%;
    overflow: hidden
}

.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;
    background: #01808F;
    outline: 3px solid #ccc;
    outline-offset: -5px;
}

.vcard-three__qr-code .qr-code-card .qr-profile img {
    height: 90px;
    min-width: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 90px
}

.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 {
    height: 146px;
    max-width: 146px;
    min-width: 146px;
    -o-object-fit: cover;
    object-fit: cover
}

.vcard-three__qr-code .qr-code-card .qr-code-btn {
    background: #4ca1f2;
    border: none;
    border-radius: 25px;
    box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
    outline: none;
    padding: 10px 16px;
    transition: all .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 {
    background: #4ca1f2;
    border: none;
    border-radius: 25px;
    box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
    outline: none;
    padding: 10px 16px;
    transition: all .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 {
    background-color: #01808F;
    border: 1px solid #283a5a;
    border-radius: 15px;
    padding: 20px !important;
}

@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: #fff !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 {
    background-color: #01808F;
    border: 1px solid #364258;
    color: #fff;
    outline: none;
    padding: 0.688rem 0.75rem;
    position: relative;
    z-index: 100;
    outline: 3px solid #ccc;
    outline-offset: -5px;
}

.vcard-three__contact .contact-form input:focus,
.vcard-three__contact .contact-form textarea:focus {
    border: 1px solid #4ca1f2;
    box-shadow: unset
}

.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 {
    background: transparent;
    border: 3px solid #0289a1;
    border-radius: 50px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
}

.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 {
    background: transparent;
    border: 3px solid #0289a1;
    border-radius: 25px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content;
}

.vcard-three .language ul .lang-list .lang-head,
.vcard-three .language ul .lang-list .lang-head i {
    color: #fff
}

.vcard-three .language ul .lang-list .lang-hover-list {
    font-size: 15px;
    left: unset !important;
    margin: 15px 0 0;
    min-width: 150px;
    right: 0;
    width: 115%
}

.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 {
    background: #01808F;
    border: none;
    border-radius: 5px !important;
    box-shadow: inset 6px 6px 12px #01808F, inset -6px -6px 12px #01808F;
    outline: none;
    padding: 10px 20px;
    transition: all .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;
    max-height: 254px !important;
    max-width: 254px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 254px !important
}

.gallery-profile img {
    height: 227px !important
}

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

.vcard-three .language ul .lang-list .lang-hover-list {
    margin: 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,
    #slick-slide31 {
        align-items: center !important;
        display: inline-flex !important;
        justify-content: center !important
    }
}

.profile-description {
    color: #fff;
    font-size: 14px;
    text-align: center
}

.profile-description h1,
.profile-description h2 {
    color: #fff !important
}

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

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

#slider img {
    width: 100%
}

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

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

.prev-arrow {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    height: 0;
    left: 137px;
    z-index: 99
}

@media (max-width:575px) {
    .prev-arrow {
        left: 40px
    }
}

.next-arrow {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    height: 0;
    right: 137px;
    z-index: 99
}

@media (max-width:575px) {
    .next-arrow {
        right: 40px
    }
}

.blog-next-arrow {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    height: 0;
    left: 137px;
    z-index: 99
}

@media (max-width:575px) {
    .blog-next-arrow {
        left: 43px
    }
}

.gallery-next-arrow {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    height: 0;
    right: 137px;
    z-index: 99
}

@media (max-width:575px) {
    .gallery-next-arrow {
        right: 40px
    }
}

.blog-prev-arrow {
    border-bottom: 11px solid transparent;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    height: 0;
    right: 137px;
    z-index: 99
}

@media (max-width:575px) {
    .blog-prev-arrow {
        right: 43px
    }
}

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

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

.morelink {
    color: hsla(0, 0%, 100%, .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 {
    text-wrap: nowrap !important;
    transition: all .3s ease;
    width: 200px !important
}

.add-contact-btn:hover {
    background: #4ca1f2;
    box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff
}

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

.product-btn:hover {
    background: #141e30;
    box-shadow: inset -6px -6px 12px #141e30, inset 6px 6px 12px #010101
}

.see-all-product-btn {
    background: #4ca1f2;
    border: 0;
    box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
    outline: none;
    padding: 10px 20px;
    transition: all .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 {
    background-color: #00000080;
    z-index: 99999 !important
}

.modal .news-modal {
    margin-top: 250px !important
}

.modal .news-modal #newsLatter-content {
    background-color: #fff;
    border: none;
    border-radius: .475rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    outline: 0
}

.modal .news-modal #newsLatter-content .newsmodal-title {
    color: #4ca1f2;
    font-size: 50px;
    text-align: center !important
}

.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;
    border-radius: .475rem;
    color: #5e6278;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: .75rem 1rem;
    transition: all .2s ease
}

.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
    background-color: #eef3f7;
    box-shadow: unset
}

.modal .news-modal #newsLatter-content .modal-footer {
    padding: 1.875rem
}

.modal .news-modal #newsLatter-content .modal-footer .btn {
    border-radius: .475rem !important;
    padding: 10px 20px !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
    background-color: #6571ff !important;
    border: unset;
    color: #fff;
    margin-top: 26px;
    outline: unset;
    padding: 10px 20px !important
}

.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: #fff !important;
    font-size: 25px
}

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

@keyframes animatebottom {
    0% {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.insta-feed {
    max-height: 1000px !important;
    overflow: scroll !important
}

.instagram-btn {
    flex: 1
}

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

.instagram-btn.active,
.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 .3s ease !important
}

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

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

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

.support-banner .support_heading {
    font-size: 32px;
    margin-top: 33px
}

.support-banner .support_text {
    margin-bottom: 33px
}

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

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

.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 {
    color: #fff;
    font-size: 30px !important
}

.iframe-slider .slick-dots li.slick-active button:before {
    color: #fff
}

.iframe-next-arrow {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    height: 0;
    left: 137px;
    z-index: 99
}

@media (max-width:575px) {
    .iframe-next-arrow {
        left: 43px
    }
}

.iframe-prev-arrow {
    border-bottom: 11px solid transparent;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    height: 0;
    right: 137px;
    z-index: 99
}

@media (max-width:575px) {
    .iframe-prev-arrow {
        right: 43px
    }
}

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