.contact-info-con .send-msg-con .form-group input {
    width: 100%;
    height: 60px;
    padding: 20px 18px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 0;
    color: #c5c3c3;
}

.contact-info-con .send-msg-con .form-group input::placeholder,
.contact-info-con .send-msg-con .form-group textarea::placeholder {
    color: #c5c3c3;
    font-size: 19px;
}

.contact-info-con .send-msg-con .form-group input:focus-visible,
.contact-info-con .send-msg-con .form-group textarea:focus-visible {
    border-radius: 0;
    outline: none;
}

.contact-info-con .send-msg-con .form-group textarea {
    width: 100%;
    height: 172px;
    padding: 18px 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 0;
    color: #c5c3c3;
}

.contact-info-con .send-msg-con .pink-btn button:hover {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    box-shadow: none;
}

.contact-info-con .send-msg-con .pink-btn button:focus {
    outline: none;
}

.contact-info-con .send-msg-con .form-group input:focus,
.contact-info-con .send-msg-con .form-group textarea:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(245 217 214 / 100%);
    border-color: var(--e-global-color-accent);
}

.contact-info-con .send-msg-con .form-group {
    margin-bottom: 19px;
}
.contact-info-con button{
    background-color: var(--e-global-color-accent);
    padding: 18px 20px !important;
    min-width: 188px;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    width: 100%;
    text-decoration: none;
    color: var(--e-global-color-secondary);
    box-shadow: 0px 12px 19px rgb(255 99 100 / 25%);
    border: none;
    cursor: pointer;
}

.footer-inner-link .form-group input {
    position: relative;
    width: 100%;
    background: var(--e-global-color-secondary);
    border: none;
    height: 50px;
    font-size: 14px;
    padding: 10px 12px;
}

.footer-inner-link .form-group button {
    position: absolute;
    top: 7px;
    right: 6px;
    height: 36px;
    width: 99px;
    font-size: 14px;
    font-weight: bold;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-accent);
    border: none;
    padding: 5px;
    cursor: pointer;
}
.footer-inner-link .form-group button:focus{
    outline: none;
}
.footer-inner-link .form-group input:focus {
    box-shadow: inset 0 1px 1px rgb(20 70 46 / 8%), 0 0 8px rgb(255 99 100 / 60%);
    /* border-color: #ff6364; */
    border: 1px solid #ff6364;
}

.footer-inner-link .form-group input:focus-visible {
    outline: none;
}

.footer-inner-link .form-group button:hover {
    background-color: var(--e-global-color-primary);
    transition: ease-in-out 0.6s;
}


testimonial-con .testimonial-box ul {
    margin-bottom: 22px;
}
.testimonial-con .testimonial-box ul li {
    display: inline-block;
}
.testimonial-con .testimonial-box ul li i {
    font-size: 16px;
    line-height: 16px;
    color: var(--e-global-color-light-yellow);
}
.testimonial-con .testimonial-box p{
    margin-bottom: 28px;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 1.5em;
}
.testimonial-con .testimonial-box .lower_content{
    margin-bottom: 35px;
}
.testimonial-con .testimonial-box .name{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: var(--e-global-color-primary);
    font-family: "Urbanist", sans-serif;
}
.testimonial-con .testimonial-box .review{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.testimonial-con .carousel-indicators {
    margin: 0;
}
.testimonial-con .carousel-indicators li {
    opacity: 1;
    width: 60px;
    background: none;
    text-indent: 1px;
    margin: 0 10px;
    cursor: pointer;
}
.testimonial-con .carousel-indicators li figure {
    border-radius: 100%;
    position: relative;
    width: 74px;
    height: 74px;
    line-height: 69px;
    text-align: center;
    border: 1px solid transparent;
}
.testimonial-con .carousel-indicators li img {
    border-radius: 100%;
    width: 60px;
}
@-moz-document url-prefix() {
    .testimonial-con .carousel-indicators li img {
        position: relative;
        right: 1px;
    }
    .testimonial-con .carousel-indicators li figure {
        line-height: 69px;
    }
}
.testimonial-con .carousel-indicators .active figure {
    border: 1px solid var(--e-global-color-accent);
}
.testimonial-con .pagination_outer{
    position: relative;
}
.testimonial-con .carousel-control-prev,
.testimonial-con .carousel-control-next{
    opacity: 1;
    display: contents !important;
}
.testimonial-con .carousel-control-prev i,
.testimonial-con .carousel-control-next i{
    font-size: 18px;
    top: 8px;
    height: 60px;
    width: 60px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--e-global-color-secondary) !important;
    background: var(--e-global-color-accent);
    border-radius: 100px;
    cursor: pointer;
}
.testimonial-con .carousel-control-prev i{
    left: 130px;
    top: 0px;
}
.testimonial-con .carousel-control-next i{
    right: 130px;
    top: 0px;
}
.testimonial-con .carousel-control-prev i:hover,
.testimonial-con .carousel-control-next i:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-primary);
}


.think-about-your-best-con .best-inner-con::before {
    width: 495px;
    height: 495px;
    border-radius: 100%;
    content: '';
    position: absolute;
    background: var(--e-global-color-secondary);
    transition: ease-in-out 0.3s;
    z-index: 2;
    left: 50%;
    top: 29%;
    transform: translate(-50%, -50%);
}

.think-about-your-best-con .best-inner-con {
    margin-top: 168px;
}

.think-about-your-best-con .best-inner-con::after {
    width: 633px;
    height: 633px;
    border-radius: 100%;
    content: '';
    position: absolute;
    background: var(--e-global-color-bg-color);
    transition: ease-in-out 0.3s;
    z-index: 1;
    left: 50%;
    top: 29%;
    transform: translate(-50%, -50%);
}

.think-about-your-best-con .best-inner-con img {
    z-index: 3;
    margin-top: -38px;
}

.think-about-your-best-con .white-box-left {
    width: 225px;
    height: 89px;
    border-left: 2px solid var(--e-global-color-accent);
    box-shadow: 0px 0px 51px rgb(243 243 243 / 100%);
    padding: 14px 24px;
    background-color: var(--e-global-color-secondary);
    z-index: 5;
}

.think-about-your-best-con .white-box-left span.count,
.think-about-your-best-con .white-box-right span.count {
    top: 0;
    font-size: 12px;
    left: 0;
    background-color: var(--e-global-color-primary);
    line-height: 13px;
    color: var(--e-global-color-secondary);
    padding: 2px 4px;
    height: 16px;
    width: 16px;
}

.think-about-your-best-con .white-box-left span.count,
.think-about-your-best-con .white-box-right span.count {
    display: none;
}

.think-about-your-best-con .white-box-left.var1 {
    top: 25px;
    left: 41px;
}

.think-about-your-best-con .white-box-left.var2 {
    top: 287px;
    left: 25px;
}

.think-about-your-best-con .white-box-left ul li i,
.think-about-your-best-con .white-box-right ul li i {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-accent);
    border-radius: 100%;
    padding: 4px;
    font-size: 11px;
    width: 17px;
    top: 8px;
    position: absolute;
    left: 0px;
    height: 17px;
}

.think-about-your-best-con .white-box-left ul li,
.think-about-your-best-con .white-box-right ul li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.think-about-your-best-con .white-box-left ul li:last-child {
    margin-bottom: 0;
}

.think-about-your-best-con .white-box-left::before {
    background: url(../img/left-side-dotted-line.png);
    content: "";
    width: 199px;
    height: 36px;
    position: absolute;
    right: -211px;
    top: 26px;
    z-index: 3;
    background-repeat: no-repeat;
}

.think-about-your-best-con .white-box-right {
    width: 225px;
    height: 89px;
    border-right: 2px solid var(--e-global-color-accent);
    box-shadow: 0px 0px 51px rgb(243 243 243 / 100%);
    padding: 14px 21px;
    background-color: var(--e-global-color-secondary);
    z-index: 5;
}

.think-about-your-best-con .white-box-right::before {
    background: url(../img/right-side-dotted-line.png);
    content: "";
    width: 199px;
    height: 36px;
    position: absolute;
    left: -215px;
    top: 27px;
    z-index: 3;
    background-repeat: no-repeat;
}

.think-about-your-best-con .white-box-right.var3 {
    top: -57px;
    right: 46px;
}

.think-about-your-best-con .white-box-right.var4 {
    top: 205px;
    right: 40px;
}

.think-about-your-best-con .white-box-right.var5 {
    top: 440px;
    right: 126px;
}