@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');


:root {
    --primary: #0463FA;
    --root: #824179;
    --light: #EFF5FF;
    --dark: #333;
    --coralpink: #FF5A6E;
    --selectdropbtn-color: #333;
    --trans-dur: 0.5s;
}

body {
    font-family: "Poppins", Sans-serif;
    overflow-x: hidden;
    font-size: 14px;
}

.bg-light {
    background-color: #d9d9d9 !important;
}

.sticky-top {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.55s;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--root);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.navbar-brand>img {
    max-width: 150px;
    width: 100%;
}

.fa {
    color: var(--root);
}

.fa-solid {
    color: var(--root);
}

p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-weight: 400;
}

#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: var(--root);
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
}

.progress-bar p {
    font-size: 15px;
    font-weight: 400;
    color: var(--root);
}


#progressbar #step1:before {
    content: "1";
}

#progressbar #step2:before {
    content: "2";
}

#progressbar #step3:before {
    content: "3";
}

#progressbar #step4:before {
    content: "4";
}

#progressbar #step5:before {
    content: "5";
}

#progressbar li:before {
    width: 50px;
    /* Adjusted size for smaller screens */
    height: 50px;
    /* Adjusted size for smaller screens */
    line-height: 45px;
    /* Adjusted size for smaller screens */
    display: block;
    font-size: 20px;
    /* Adjusted size for smaller screens */
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    /* Adjusted margin for smaller screens */
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: calc(100% - 0px);
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 100%;
    bottom: 52px;
    transform: translateX(-50%);
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--root);
}

.progress {
    height: 20px;
}

.progress-bar {
    background: none;
    flex-direction: row;
}

#progressbar .last-step:after {
    display: none;
}

@media only screen and (max-width: 768px) {

    /* Media query for small devices (e.g., tablets and phones) */
    /* Adjust styles for smaller screens */
    #progressbar li:before {
        width: 35px;
        /* Further reduced size for smaller screens */
        height: 35px;
        /* Further reduced size for smaller screens */
        line-height: 33px;
        /* Further reduced size for smaller screens */
        font-size: 16px;
        /* Further reduced size for smaller screens */
        margin-bottom: 3px;
        /* Further adjusted margin for smaller screens */
    }
}

@media only screen and (min-width: 768px) {
    .progress-bar p {
        display: none;
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 768px) {

    #progressbar li:after {
        content: '';
        width: calc(100% - 0px);
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 100%;
        bottom: 41px;
        transform: translateX(-50%);
        z-index: -1;
    }
}

@media (max-width: 768px) {
    #progressbar li span {
        display: none;
    }
}

/* Adjust progress bar styles for smaller screens */
@media (max-width: 768px) {

    #progressbar li:after {
        bottom: 20px;
    }
}

.btn:disabled {
    opacity: .65 !important;
    background: #ddd !important;
    cursor: not-allowed !important;
    color: #fff !important;
    border:none !important;
}

.btn:disabled:hover {
    opacity: .65 !important;
    background: #ddd !important;
    cursor: not-allowed !important;
    color: #fff !important;
    border:none !important;
}
.btn:disabled:active {
    opacity: .65 !important;
    background: #ddd !important;
    cursor: not-allowed !important;
    color: #fff !important;
    border:none !important;
}

.theme-btn {
    border: 1px solid transparent;
    background-color: var(--root);
    color: #fff;
    outline: none;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
}

.theme-btn:focus {
  /*  border: 1px solid var(--root);
    background-color: transparent;
    color: var(--root);*/
box-shadow: none;
    outline: none;
/*    font-weight: 400;
    box-shadow: none;
    font-size: 14px;*/
}

.theme-btn:hover {
    border: 1px solid var(--root);
    background-color: transparent;
    color: var(--root);
    outline: none;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
}

.theme-btn:active {
    border: 1px solid var(--root) !important;
    background-color: transparent !important;
    color: var(--root) !important;
    outline: none !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    font-size: 14px;
}

.table td,
.table th {
    padding: 0.35rem;
}

.h1,
h1 {

    font-size: 2rem;
}

.footer {
    background-color: #d9d9d9;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.footer-links {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-links li {
    margin-bottom: 1px;
}

.footer-links li a {
    color: #5a5a5a;
    text-decoration: none;
}

.footer-links li a:hover,
.footer-links li a:focus {

    color: var(--root);
    text-decoration: none;
}

.copyright {
    color: var(--root);
    text-decoration: none;
}

.copyright:hover {
    color: var(--root);
    text-decoration: none;
}

.trydemo {
    color: var(--root);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.trydemo:hover {
    color: var(--root);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.a-link {
    color: var(--black);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.a-link:hover {
    color: var(--root);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.text-theme {
    /*    border-radius: 0px !important;*/
    border: none;
    background-color: transparent !important;
    border: 1px solid var(--root);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--font-color);
    font-size: 14px;
}

.text-theme:focus {
    outline: none;
    border-color: var(--text-theme-focus);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 14px;
}

.selectdropbtn {
    /*    border-radius: 0px;*/
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: var(--selectdropbtn-color);
    border-color: var(--root) !important;
    font-size: 18px !important;
    height: calc(1.5em + 0.88rem + 2px);
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: 0px;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: var(--selectdropbtn-color);
    border-color: var(--root);
}

.btn-light:focus,
.btn-light:hover {

    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: var(--selectdropbtn-color);
    border-color: var(--root);
}

.dropdown-menu.inner li a:active {
    background-color: var(--root);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--root);
    border-color: var(--root);
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--black);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: var(--root);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    /*  margin-bottom: 1rem;*/
    border: none;
    border: 1px solid var(--root);
    /*  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);*/
}

.search-input input {
/*      height: 41px;*/
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 60px;
    font-size: 18px;
    color: var(--dark);
    /*  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);*/
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 55px;
    text-align: center;
    font-size: 20px;
    color: var(--root);
    cursor: pointer;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.search-input .search-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 55px;
    text-align: center;
    font-size: 20px;
    color: var(--root);
    cursor: pointer;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.feature-item .fa {
    font-size: 25px;
}

i {
    color: var(--root);
}

.contact .info {
    border-top: 3px solid #824179;
    border-bottom: 3px solid #824179;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
    font-size: 20px;
    color: #824179;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}

.contact .info .social-links h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #37517e;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info a:hover {
    text-decoration: none;
}

.contact .info .social {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info .social .linkedin i:hover,
.contact .info .social .facebook i:hover,
.contact .info .social .instagram i:hover {
    background: #824179;
    color: #fff;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social i {
    font-size: 16px;
    color: #824179;
    float: left;
    width: 30px;
    height: 30px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info .social-links a:hover {
    background: #824179;
    color: #fff;
}

.contact .info .email:hover .fas,
.contact .info .address:hover .fas,
.contact .info .phone:hover .fas,
.contact .info .social-links:hover .fas {
    background: #824179;
    color: #fff;
}

.contact .contact-email-form {
    width: 100%;
    border-top: 3px solid #824179;
    border-bottom: 3px solid #824179;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .contact-email-form .form-group {
    padding-bottom: 8px;
}

.contact .contact-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .contact-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .contact-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .contact-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .contact-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .contact-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .contact-email-form .form-group {
    margin-bottom: 20px;
}

.contact .contact-email-form label {
    padding-bottom: 8px;
}

.contact .contact-email-form input,
.contact .contact-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .contact-email-form input:focus,
.contact .contact-email-form textarea:focus {
    border-color: #824179;
}

.contact .contact-email-form input {
    height: 44px;
}

.contact .contact-email-form textarea {
    padding: 10px 12px;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.risingstar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.risingstar span {
    font-size: 25px;
    font-weight: 500;
}

.starrating {
    justify-content: flex-end;
    display: flex;
    flex-direction: row-reverse;
}

.starrating>input {
    display: none;
}


.starrating>label:before {
    content: "\f005";
    margin: 2px;
    font-size: 2.5em;
    font-family: FontAwesome;
    display: inline-block;
}

.starrating>label {
    color: rgb(212, 189, 189);
}

.starrating>input:checked~label {
    color: var(--root);
}


.starrating>input:hover~label {
    color: var(--root);
}


.epUHio {
    text-align: center;
    color: rgba(17, 17, 17, 0.5);
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
}


.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
.thank-you-pop h1{
    margin: 20px 0;
	color:black;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;

}
.thank-you-pop p{
    margin-bottom: 25px;
    color:black;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
} 


.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3d5a80;
}

.testimonial-slide {
    padding: 0px 15px;
}

.testimonial_box-top {
    background-color: #d9d9d9 ;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
    padding-bottom: 15px;
}

.testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 15px 0px 15px 0px;
}

.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
}

.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}
.bootstrap-select:focus{
    outline: none;
    box-shadow: none;
}

.selectdropbtn:focus{
    outline: none;
    box-shadow: none;
}
.selectdropbtn:not(:disabled):not(.disabled).active:focus, .selectdropbtn:not(:disabled):not(.disabled):active:focus, .show>.selectdropbtn.dropdown-toggle:focus {
    box-shadow:none;
}


.slick-slide div{
    height: 100% !important;
}

