@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
}

/* ==================== common css ======================== */

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

p {
    color: rgba(122, 138, 158, 1);
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-control,
.form-select {
    border-color: #dcdcdc;
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: unset;
    font-family: "Poppins", sans-serif;
}

.form-control:hover {
    border-color: #e5b216;
}

.form-control::placeholder {
    color: #bbbbbb;
}

.form-control:focus {
    box-shadow: unset;
    outline: 0;
    border-color: #e5b216;
}

.form-group {
    margin-top: 25px;
}

.error {
    font-size: 12px;
    color: #ff0000;
}

.form-select:focus {
    box-shadow: none;
    border-color: rgba(191, 191, 191, 0.56);
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.py-100 {
    padding: 100px 0;
}

.py-50 {
    padding: 50px 0;
}

.mt-100 {
    margin-top: 100px;
}

.btn-primary {
    background-color: rgba(38, 134, 200, 1);
    border: 1px solid rgba(38, 134, 200, 1);
    color: #fff;
    padding: 8px 34px;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #fff;
    color: rgba(38, 134, 200, 1);
    border: 1px solid rgba(38, 134, 200, 1);
    transition: all 0.5s;
}

.btn-secondary {
    background-color: #e5b216;
    border: 1px solid #e5b216;
    color: rgba(33, 37, 41, 1);
    padding: 8px 34px;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #e5b216;
    border: 1px solid #e5b216;
}

.main-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #223645;
}

.title-caption {
    color: rgba(122, 138, 158, 1);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.inner-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fit-img {
    width: 100%;
    object-fit: cover;
}

.section-head {
    margin-bottom: 40px;
}

/* Back to top button */

.back-to-up {
    padding-top: 13px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 95;
    background-color: #e5b216;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
}

.back-to-up .arrow-icon {
    z-index: 99;
    color: white;
    font-size: 18px;
    /* display: none; */
}

.back-to-up:hover {
    background-color: #555;
}

/* ================ topbar css ================ */
.topbar {
    background-color: #223645;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar .left-text a {
    color: rgba(0, 123, 255, 1);
    text-decoration: underline;
}

.topbar a:hover {
    color: #2686c8;
}

.topbar .left-text p,
.topbar a {
    transition: all 0.5s;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.topbar .left-text i {
    color: #e12454;
}

.topbar .header-searchDiv {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* ================ header css ================ */
.site-header .navbar {
    padding: 0px 40px;
}

.site-header .navbar-brand {
    padding: 0;
    margin-right: 75px;
}

.site-header .navbar-brand img {
    height: 52px;
    object-fit: contain;
    width: auto;
}

.site-header .navbar-nav .nav-link {
    margin: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(34, 54, 69, 1);
    padding: 36px 0;
    position: relative;
    border-bottom: 3px solid #fff;
    /* transition: all 0.5s; */
}

.site-header .navbar-nav .nav-link:hover {
    color: #2686c8;
    border-bottom: 3px solid #2686c8;
}

.site-header .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}

.site-header .navbar-nav a.active,
.header-offcanvas .navbar-nav a.active {
    border-bottom: 3px solid #2686c8;
    color: #2686c8;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.header-search {
    position: relative;
}

.header-search .search-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    color: rgba(133, 133, 133, 1);
    transform: translate(50%, -50%);
}

.header-search .form-control {
    padding-left: 38px;
    border-radius: 10px;
    min-height: 38px;
}

.header-search .form-control::placeholder {
    color: rgba(133, 133, 133, 1);
}

.header-rightside {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-search {
    width: 100%;
}

.header-button-group {
    display: flex;
    gap: 15px;
}

.header-button-group a {
    white-space: nowrap;
    min-width: 106px;
    text-align: center;
}

.dropdown-toggle::after {
    display: none;
}

/* ================ footer css ================ */
.footer-logo img {
    width: 230px;
}

.site-footer {
    background-color: #223645;
    padding-top: 60px;
}

.footer-menu h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-menu.legal-menu {
    padding-top: 15px;
}

.footer-menu ul {
    margin-bottom: 20px;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.footer-menu li a span {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.footer-menu li a i {
    padding-right: 2px;
}

.footer-menu li a:hover {
    color: #e5b216;
}

.footer-menu li a:hover span {
    letter-spacing: 0.5px;
    padding-left: 7px;
}

.footer-logo-info p {
    font-size: 12px;
    color: #aeb4b6;
}

.footer-newsletter {
    margin-top: 20px;
}

.footer-newsletter label {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.privacy-matermainDiv {
    display: flex;
    gap: 20px;
    padding: 30px 0 0px 0;
}

.footer-privacyDiv .privacy-mainDiv {
    display: flex;
    gap: 10px;
    align-items: end;
}

.privacy-contentbtnDiv {
    display: flex;
    gap: 10px;
    align-items: center;
}

.privacy-imgDiv {
    width: 19%;
}

.privacy-contentDiv {
    padding: 0px 20px 20px 0px;
}

.footer-title {
    color: rgba(34, 54, 69, 1);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-privacyDiv {
    padding-top: 30px;
}

.footer-privacyDiv p {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 400;
}

.footer-privacyDiv .cookie-links {
    color: rgba(38, 134, 200, 1);
    font-size: 15px;
    font-weight: 600;
}

.footer-privacyDiv .privacy-links {
    color: rgba(229, 178, 22, 1);
}

.footer-privacyDiv .button-Div {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    min-width: 220px;
}

.preference-link {
    color: rgba(34, 54, 69, 1);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

/*  */
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 20px 0;
    margin-top: 20px;
}

.copyright-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.social-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-list span,
.copyright-text p {
    font-size: 15px;
    color: #fff;
}

.social-list li a {
    font-size: 20px;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.social-list li a:hover {
    color: #e5b216;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

/* =================== Home Page =============================== */
.hero-banner {
    position: relative;
}

.hero-banner .carousel-control-next,
.hero-banner .carousel-control-prev {
    width: 7%;
}

.hero-banner .carousel button .carousel-control-prev-icon,
.hero-banner .carousel button .carousel-control-next-icon {
    width: 59px;
    height: 59px;
}

.banner-slide-content {
    min-height: 77vh;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 90px;
}

.banner-slide-content p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.banner-title {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 9px;
    text-shadow: 2px 5px rgba(0, 0, 0, 0.45);
}

.hero-banner .carousel-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.52);
}

.banner-searchbar {
    position: absolute;
    bottom: 30%;
    z-index: 9;
    width: 100%;
}

.banner-searchbox {
    padding: 10px 20px;
    background-color: #efefef;
    box-shadow:
        0 6px 10px 6px rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.banner-searchbox .form-group {
    margin-top: 0;
}

.banner-searchbox select {
    color: rgba(39, 43, 65, 1);
    font-size: 15px;
    min-height: 46px;
    padding: 6px 30px 6px 15px;
    box-shadow: unset;
    border-radius: 10px;
    border: 1px solid rgba(191, 191, 191, 0.56);
    width: 100%;
}

.banner-searchbox input {
    border-radius: 10px;
    border: 1px solid rgba(191, 191, 191, 0.56);
}

.banner-searchbox .search-btn {
    background-color: #e5b216;
    border: 1px solid #e5b216;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    transition: width 0.5s;
    color: #fff;
    font-size: 25px;
}

.banner-searchbox .search-btn:hover {
    width: 100%;
}

/* slider----------------------------------------- */
.owl-carousel.slide-arrow .owl-nav button {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: -22px;
    top: 50%;
    margin: 0;
    background: #fff !important;
    transform: translate(0%, -50%);
}

.owl-carousel.slide-arrow .owl-nav button i {
    color: #000 !important;
}

.owl-carousel.slide-arrow .owl-nav [class*="owl-"]:hover {
    color: #000;
}

.owl-carousel.slide-arrow .owl-nav button.owl-prev {
    left: -22px;
    right: unset;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.5s all;
}

.owl-carousel.slide-arrow .owl-nav button.owl-next {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.owl-carousel.slide-arrow .owl-nav [class*="owl-"]:hover {
    background: #e5b216 !important;
    transition: 0.5s all;
}

.carousel button .carousel-control-prev-icon,
.carousel button .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background-size: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23363636' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23223645' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* how its work section--------------------------------- */
.howit-iconsDiv {
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(224, 242, 255, 1);
    width: 105px;
    height: 105px;
}

.howit-iconsborderDiv {
    border: 1px solid rgba(21, 133, 219, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 3px;
    width: 105px;
    height: 105px;
    padding: 15px;
    position: relative;
    top: -5px;
    left: -5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.howit-iconsDiv:hover .howit-iconsborderDiv {
    top: 0px;
    left: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.howit-icons {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.howit-title {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.how-itcount {
    margin-bottom: 15px;
}

.howit-contentDiv {
    padding-top: 15px;
}

.howit-contentDiv p {
    color: rgba(72, 79, 86, 1);
    font-weight: 500;
    padding-top: 15px;
    line-height: 28px;
}

/* our services -------------------------------------------------------------------------- */
.our-services {
    position: relative;
}

.our-services::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 54, 69, 0.94);
}

.our-services .title-caption {
    position: relative;
    z-index: 1;
    color: rgba(122, 138, 158, 1);
}

.our-services .main-title,
.our-services p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
}

.our-services .owl-stage {
    display: flex;
    align-items: stretch;
}

.services-box {
    background-color: rgba(255, 255, 255, 1);
    padding: 17px 17px;
    border-radius: 10px;
    height: 100%;
}

.services-box .services-img {
    overflow: hidden;
    height: 172px;
    border-radius: 10px;
}

.services-box .services-content {
    padding: 30px 12px 0px 12px;
    text-align: center;
}

.services-box img {
    max-height: 172px;
    border-radius: 10px;
    transition: all 0.5s;
}

.services-box:hover .services-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.services-box .inner-title:hover {
    color: #000;
    transition: all 0.5s;
}

.services-box .inner-title {
    transition: all 0.5s;
    color: rgba(21, 133, 219, 1);
    font-size: 20px;
    margin-bottom: 25px;
}

.services-box p {
    color: rgba(122, 138, 158, 1);
    padding-bottom: 25px;
    line-height: 28px;
}

.services-box .btn-secondary {
    padding: 8px 15px;
    font-weight: 400;
}

.services-box .btn-secondary i {
    transition: transform 0.3s ease-out;
}

.services-box .btn-secondary:hover i {
    transform: translateX(4px);
}

.our-services .bottom-content-info p {
    color: rgba(122, 138, 158, 1);
}

.our-services .bottom-content-info p a {
    color: rgba(21, 133, 219, 1);
    text-decoration: underline;
}

.our-services .owl-carousel.slide-arrow .owl-nav button.owl-prev {
    left: -135px;
    right: unset;
}

.our-services .owl-carousel.slide-arrow .owl-nav button.owl-next {
    right: -135px;
}

.our-services .owl-carousel.slide-arrow .owl-nav button {
    height: 50px;
    width: 50px;
}

/* meet our specialista------------------------------------------------------- */
.specialists-box {
    position: relative;
}

.specialists-box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 325px;
    border-radius: 10px;
    transition: 0.5s ease;
}

.specialists-box:hover img {
    filter: grayscale(0);
    transition: 0.5s ease;
    -webkit-filter: grayscale(0);
}

.specialists-box .hover-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 54, 69, 0.9);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
    text-align: left;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
}

.specialists-box:hover .hover-text {
    height: 100%;
}

.social-icons ul {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.social-icons ul li {
    margin: 0 8px;
}

.social-icons ul li:first-child {
    margin-left: 0px;
}

.social-icons ul li a {
    color: #b4b4b4;
    font-size: 16px;
    transition: 0.5s all;
}

.social-icons ul li a:hover {
    color: #e5b216;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.specialist-name {
    color: #fff;
    margin-bottom: 0px;
    font-size: 21px;
}

.specialists-box .specialty p {
    color: #fff;
    padding-bottom: 20px;
    font-weight: 400;
}

.mail-request {
    padding: 50px 0;
    background: #e5b216;
}

.mail-reques-text a {
    color: #fff;
}

.mail-reques-text h2 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
}

/* testimonial slider ------------------------------------------------------------------------ */
.our-testimonial {
    background-color: rgba(247, 248, 252, 1);
}

.testimonial-slider .testimonial-img {
    width: 80px !important;
    max-height: 80px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

.testimonial-slider .card {
    border: 0px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05) !important;
    border-radius: 10px !important;
    padding: 30px 30px;
}

.testimonial-contentDiv {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(223, 223, 223, 1);
    padding-top: 30px;
}

.testimonial-contentDiv .card-title {
    font-size: 21px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.testimonial-contentDiv .card-smalltitle {
    color: rgba(72, 79, 86, 1);
    font-size: 16px;
    font-weight: 400;
}

.testimonial-imgDiv {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.testimonial-slider .card-text {
    color: rgba(72, 79, 86, 1);
    font-size: 16px;
    font-weight: 500;
    padding: 30px 0;
    line-height: 28px;
}

.testimonial-slider .owl-nav button {
    top: -74px !important;
}

.testimonial-slider .owl-nav button.owl-prev {
    left: unset !important;
    right: 60px !important;
}

.testimonial-slider .owl-nav button.owl-next {
    right: 0px !important;
}

.rating {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: inline-block;
}

.rating .star {
    position: relative;
    float: left;
    width: 1.4rem;
    height: 1.2rem;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    border: 0;
    background: transparent;
    padding-right: 25px;
}

.rating .star:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    transform: translate(-50%, -50%);
    content: "\f005";
    color: rgba(214, 214, 214, 1);
}

.rating--read-only .star--full:before {
    content: "\f005";
    color: rgba(229, 178, 22, 1);
}

.rating--read-only .star--half:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    transform: translate(-50%, -50%);
    content: "\f089";
    color: rgba(229, 178, 22, 1);
}

.rating--interactive .star {
    float: right;
}

.rating--interactive .star:hover {
    cursor: pointer;
}

.rating--interactive .star:hover:before,
.rating--interactive .star:hover~.star:before {
    content: "\f005";
    color: rgba(229, 178, 22, 1);
}

/* blog list section ------------------------------------------------------------------------ */

.blog-box {
    position: relative;
}

.blog-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    border-radius: 10px;
}

.blog-box .blog-img {
    overflow: hidden;
    height: 325px;
    border-radius: 10px;
}

.blog-box img {
    height: 100%;
    transition: all 0.5s;
}

.blog-box:hover .blog-img img {
    transform: scale(1.1);
}

.blog-box .blog-name {
    padding: 25px 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 11;
}

.blog-box .blog-name p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

/* our blogs section ------------------------------------------------------------------ */
.our-blog {
    background: linear-gradient(180deg, rgba(255, 245, 225, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.blog-card {
    border: 1px solid rgba(232, 232, 234, 1);
    padding: 30px 30px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    margin-bottom: 2px;
}

.blog-card .blog-cardimg {
    height: 240px;
    overflow: hidden;
    border-radius: 6px;
}

.blog-card img {
    height: 240px;
    border-radius: 6px;
    transition: all 0.5s;
}

.blog-card:hover .blog-cardimg img {
    transform: scale(1.1);
}

.blog-contentDiv {
    padding-top: 16px;
}

.blog-contentDiv .blog-types {
    color: rgba(2, 174, 211, 1);
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(2, 174, 211, 0.1);
    padding: 4px 10px;
    border-radius: 6px;
    display: block;
    width: fit-content;
}

.blog-contentDiv .blog-title a {
    color: rgba(24, 26, 42, 1);
    font-size: 20px;
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 20px;
    transition: all 0.5s;
    display: block;
}

.blog-contentDiv .blog-title a:hover {
    color: #2686c8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.blog-contentDiv .blog-personimg {
    width: 37px !important;
    height: 37px;
    border-radius: 50%;
}

.blog-customerDiv {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-person {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    width: 100%;
}

.person-name {
    color: rgba(151, 152, 159, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.blog-date {
    color: rgba(151, 152, 159, 1);
    font-weight: 400;
}

/* begin journey section --------------------------------------------------------------------------- */
.begin-journey-content h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
}

.begin-journey-content {
    position: relative;
    z-index: 1;
}

.begin-journey-content p {
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    margin-bottom: 16px;
}

.begin-journey-content .btn-primary {
    margin-top: 40px;
    padding: 8px 27px;
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s;
    color: #000;
}

.begin-journey-content .btn-primary:hover {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
}

.begin-journey {
    position: relative;
    padding: 200px 0;
    background-position: top center;
    background-attachment: fixed;
}

.begin-journey::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.call-nationalDiv {
    background-color: rgba(249, 88, 88, 1);
    padding: 20px 0;
    text-align: center;
}

.call-nationalDiv p {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 600;
}

/* about page-------------------------------------------------------------------------------------- */
.about-banner {
    background-position: center;
    background-size: cover;
    padding: 130px 0;
}

.about-banner .main-title {
    color: rgba(255, 255, 255, 1);
}

.about-banner .inner-linkDiv,
.about-banner .inner-linkDiv a {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
}

/* about content section------------------------ */
.about-contentsection {
    background-color: rgba(247, 248, 252, 1);
}

.aboutbox-card {
    margin-bottom: 30px;
}

.aboutbox-card p {
    font-weight: 600;
    font-size: 20px;
}

.about-successcard {
    border: 1px solid rgba(232, 232, 234, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
    height: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.about-successcard:hover {
    box-shadow: 0 0 40px -30px rgb(0 0 0);
    transition: 0.5s all;
}

.about-successcard i {
    font-size: 45px;
    margin-bottom: 15px;
    color: rgba(21, 133, 219, 1);
}

.success-counter {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.success-counter .success-count {
    font-size: 40px;
}

.success-counter span {
    vertical-align: top;
    font-size: 30px;
}

.about-successcard .about-para {
    font-weight: 600;
    line-height: 1.8;
}

/* our story section ------------------------------- */

.our-story {
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center top; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 800px;
}

.ourstory-card {
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
}

.ourstory-card .important-para {
    color: rgba(229, 178, 22, 1);
    font-weight: 700;
}

/* commmunity section -------------------------------- */
.community-section {
    background-attachment: unset;
}

.community-section .community-title {
    font-size: 55px;
}

.community-tabs {
    position: relative;
}

.community-tabs .nav-tabs {
    flex-wrap: nowrap;
    gap: 20px;
    border-bottom: 0px;
    padding: 2px 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.community-tabs .nav-item .nav-link {
    background-color: #e5b216;
    border-radius: 0px;
    border: 0px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 12px;
    border: 1px solid #e5b216;
    text-wrap: nowrap;
}

.community-tabs .nav-item .nav-link:hover,
.community-tabs .nav-item .nav-link.active {
    background-color: rgba(255, 255, 255, 1);
    color: #e5b216;
}

.community-tabs .nav-item {
    width: 100%;
}

.tabs-imgDiv {
    width: 280px;
    overflow: hidden;
}

.tabsright-imgDiv {
    text-align: left;
}

.tabs-mainimg {
    width: 280px;
    transition: all 0.5s;
}

.tabs-imgDiv:hover .tabs-mainimg {
    transform: scale(1.1);
}

.tab-howitcard {
    border: 1px solid rgba(232, 232, 234, 1);
    padding: 25px 25px;
    height: 100%;
}

.tab-howitcard i {
    font-size: 30px;
    color: rgba(21, 133, 219, 1);
}

.tab-howitcard .howit-iconsborderDiv,
.tab-howitcard .howit-iconsDiv {
    width: 85px;
    height: 85px;
}

/* login page -------------------------------------------------------------------- */
.authentication-page {
    background: linear-gradient(180deg, rgba(255, 245, 225, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.authenticationcard {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 50px;
}

.login-form .forgot-link a {
    color: rgba(24, 26, 42, 1);
}

.login-or {
    color: #d4d4d4;
    position: relative;
    padding: 10px 0;
    text-align: center;
}

.or-line {
    background: #d4d4d4;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translate(0%, 50%);
}

.span-or {
    background-color: #fffdf9;
    padding: 0px 5px;
    position: relative;
}

.social-login .btn-facebook {
    background-color: #3a559f;
    border: 1px solid #3a559f;
    width: 100%;
    text-align: center;
}

.social-login .btn-facebook:hover {
    background-color: #fffdf9;
    border: 1px solid #3a559f;
    color: #3a559f;
}

.social-login .btn-google {
    background-color: #dd4b39;
    border: 1px solid #dd4b39;
    width: 100%;
    text-align: center;
}

.social-login .btn-google:hover {
    background-color: #fffdf9;
    border: 1px solid #dd4b39;
    color: #dd4b39;
}

.login-form .dont-have a,
.specialist-text a {
    color: rgba(2, 174, 211, 1);
    font-weight: 500;
}

.specialist-text {
    text-align: right;
}

/* specialist registration form page -------------------------------------------------------------------------------- */
.specialist-registration-form .tab-content .main-title{
    font-size: 30px;
}
.specialist-registration-form .tab-content{
    margin-top: 50px;
}
.specialist-registration-form{
    border: 1px solid #dcdcdc;
    padding: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.specialist-registration-form .nav-pills {
    flex-wrap: nowrap;
    gap: 10px;
}

.specialist-registration-form .nav-pills .nav-item {
    width: 100%;
}

.specialist-registration-form .nav-pills .nav-item .nav-link {
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding: 12px 10px;
    color: rgb(255 255 255);
    background-color: #2686c8;
    border: 1px solid #2686c8;
    font-weight: 600;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.specialist-registration-form .nav-pills .nav-item .nav-link.active {
    background-color: #fff;
    border: 1px solid #e5b216;
    color: #e5b216;
}

.specialist-registration-form .nav-pills .nav-item .nav-link.completedForm {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #e5b216;
}

.custom-maillink {
    color: rgba(122, 138, 158, 1) !important;
}

.specialist-registration-form .tab-content .header-button-group {
    gap: 5px;
    border-top: 1px solid #dcdcdc;
    padding-top: 25px;
    flex-wrap: wrap;
}

.tabinputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    cursor: pointer;
}

.tabinputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.tabinputfile+label * {
    pointer-events: none;
}

.confirmation-list {
    list-style-type: decimal !important;
    padding-left: 25px;
}

.confirmation-list li{
    list-style: decimal;
    color: rgba(122, 138, 158, 1);
    padding-bottom: 5px;
}

.confirmation-card{
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 4px;
    max-width: 390px;
    margin-bottom: 30px;
    text-align: center
}

.confirmation-card img{
    margin-bottom: 20px;
}