.text_Message_wraper,.bg-primary{
    background: #092f5e;
}

.text_Message_wraper .bg-secondary{
    background: #eaf5fe;
}

.text_Message_wraper .text-primary{
    color: #092f5e;
}

.text_Message_wraper .text-secondary{
    color: #eaf5fe;
}

.text_Message_wraper .border-primary{
    border: solid;
    border-color: #092f5e;
}

.text_Message_wraper .border-secondary{
    border: solid;
    border-color: #eaf5fe;
}
.text_Message_wraper .rounded-6xl{
    border-radius: 50px;
}

.text_Message_wraper .beyond_email .beyond_right .beyond_icon{
    margin: auto;
    margin-bottom: -12px;
    transform: translateY(-70%);
}
.text_Message_wraper .beyond_email h2.text-2xl,
.text_Message_wraper .features_title,
.text_Message_wraper .data_security h2.text-2xl,
.text_Message_wraper .footer_Section .border-4.border-white h2,
.formsection .form-container h2{
    line-height: 1.2;
}
.text_Message_wraper .short_icon{
    width: 80px;
}
.text_Message_wraper .beyond_email .beyond_right .bg-primary{
    padding: 1rem;
}
.text_Message_wraper .flexiPricing{
    margin-bottom: -50px;
}
.text_Message_wraper .flexiPricing .top_icon{
    top: -44px;
    left: 40px;
}
.text_Message_wraper .flexiPricing .bottom_icon{
    bottom: -40px;
    right: 25px;
}


.text_Message_wraper .verify_card_body img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
}
.text_Message_wraper .verify-Email-Address h3{
    text-align: center;
}

/* ****************** */

.text_Message_wraper .swiper-container {
    width: 80%;
    height: 300px;
    margin-bottom: 20px;
    margin: auto;
    overflow: hidden;
}

.text_Message_wraper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_Message_wraper .message-testimonial-card {
    background-color: #F0F8FF;
    padding: 0px 25px;
    border-radius: 15px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.text_Message_wraper .message-testimonial-card .user-img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    position: absolute;
    top: -15px;
    left: -20px;
}

.text_Message_wraper .message-testimonial-card h3 {
    font-weight: 600;
}

.text_Message_wraper .message-testimonial-card p {
    margin: 5px 0;
    font-weight: 500;
    color: #092f5e;font-size:21px;
}
.text_Message_wraper .profile_title{
    margin: 5px 0;
    font-weight: 500;
    border-bottom: 2px solid #2395f1
}

.text_Message_wraper .bottom-icon {
    width: 110px;
    height: 110px;
}
.text_Message_wraper .crouse_bottomDiv{
    position: absolute;
    bottom: -55px;
    transform: translateX(0%);
    margin: auto;
    width: 100px;
    left: 0;
    right: 0;
}
/* slider end */

.text_Message_wraper .footer_Section{
    padding-top: 5rem;
}
.text_Message_wraper .footer_Section div.border-dashed{
    width: 95%;
}

.text_Message_wraper .footer_Section p::selection{
    user-select: none;
}

/* form */
.text_Message_wraper .formsection{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}
.text_Message_wraper .form-container {
    background-color: #F0F8FF;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 50%;
    position: relative;
}
.text_Message_wraper .form{
    width:80%
}

.text_Message_wraper .form-container h2 {
    color: #092f5e;
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
}

.text_Message_wraper .form-container input {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    border-bottom: 2px solid #231f20;
    background: transparent;
    box-sizing: border-box;
}

.text_Message_wraper .form-container input:focus {
    outline: none;
    border-bottom: 2px solid #092f5e;
}
.text_Message_wraper .form-container input::placeholder{
    color: #becedf;
}

.text_Message_wraper .form-container button {
    background-color: #092f5e;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: 170px;
    margin: 10px 0 0 0 ;
}

.text_Message_wraper .form-container button:hover {
    background-color: #073f7b;
}

.text_Message_wraper .form-container p {
    font-size: 12px;
    color:#010101;
    text-align: center;
    margin-top: 10px;
}

.text_Message_wraper .form_icon {
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
}

/* media */
@media(min-width:768px) {
    .text_Message_wraper .swiper-container{
        height: 450px !important;
    }
    .social-icon-items {
    position: relative;
    left: -5pc;
}
}
@media(min-width:1040px){
    .text_Message_wraper .swiper-slide.swiper-slide-next {
        transform: translate(0px, -32px);
        transition: all 0.3s ease-in-out;
    }
    .text_Message_wraper .footer_Section div.border-dashed{
        padding: 2rem 0;
    }
    .text_Message_wraper .swiper-container{
        height: 465px !important;
        margin-left: -40px;
        margin-right: -40px;
        width: auto;
    }
}
@media(min-width:1240px){
    .text_Message_wraper .swiper-container{
        height: 480px !important;
    }
}

@media(max-width:768px){
    .text_Message_wraper .imagecontainer{
        margin: auto
    }
    
    ul.footer_list.flex.flex-col.m-2.md\:flex-row.gap-2.md\:gap-5 {
    justify-content: normal;
    align-items: baseline;
}
    .flexiPricing .bg-primary.relative .border-dashed,
    .footer_Section .border-dashed{
        padding-bottom: 2rem !important;
        border-width: 1px !important;
    }
    .flexiPricing .bg-primary.relative .bottom-icon{
        width: 80px;
    }
    .exp_btn{
        text-align: center;
    }
    .exp_btn button{
        display: block;
        margin: 10px auto;
    }
    .text_Message_wraper .beyond_email .beyond_email_left{
        margin-bottom: 4rem;
    }
    .footer_Section .border-dashed{
        padding-top: 15px;
    }
    .text_Message_wraper .form-container{
        width: 90%;
    }
    .text_Message_wraper .swiper-slide{
        padding-left: 2rem;
    }
}
@media(max-width:470px){
    .text_Message_wraper .swiper-container.swiper-initialized{
        height: 400px;
    }
    .text_Message_wraper .footer_Section div.border-dashed{
        padding: 0 15px 0 0;
    }
    .text_Message_wraper .form-container {
        width: 80% !important;
    }
    .text_Message_wraper .short_icon{
        width: 60px;
    }
}


.footer_bottom .bg-secondary {
    background: #1b7bc2;
    border-radius: 50px 50px 0 0;
    width: 97%;
    /* transform: translateY(-45px); */
    padding: 20px 20px 20px;
    color: #ffffff;
}
.footer_bottom h5.cl-wh {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px 0px 10px 0px;
}

.footer-social ul {
    display: flex;
    gap: 15px;
 }
hr {
    border-top: 4px solid #ffffff;
    padding-bottom: 10px;
    margin-top: 30px;
    max-width: 86%;
    margin: 30px auto 0px;
}
.thanku_inner h1 {
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 42px;
}

.thanku_inner {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
