html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: "Poppins", sans-serif;

}

body,
html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

.text_center {
    text-align: center;
}

.padding_50 {
    padding: 55px 0px;
}

body {
    background-color: #092f5e;
}

div#bg_blue {
    background: #eaf5fe;
    border-radius: 30px;
    width: 97%;
    padding: 0px 50px;
}

.colmuninner_main img {
    width: 135px;
}

.colmuninner h4 {
    padding: 10px 26px;
    margin: 0;
    font-size: 22px;
}

h2.margin-tp {
    margin-top: -10pc;
    padding-bottom: 60px;
}

.mtailed_inner img {
    width: 150px;
    height: 150px;
}

.main h2 {
    text-align: center;
    font-size: 52px;
    color: #092f5e;
    font-weight: 600;
    padding-top: 55px;
    margin-bottom: 40px;
}

.border_dashed {
    border: 4px dashed #2395f1;
    border-radius: 31px;
}

.mtailed_inner {
    /* border: 5px solid #2395f1; */
    /* border-radius: 19px; */
    padding: 30px;
    /* height: 220px; */
    color: #092f5e;
}

.cloudimg img {
    width: 32%;
    margin: -148px auto 0px;
    display: block;
    /* z-index: 8888; */
}

.main h2 {
    text-align: center;
    font-size: 52px;
    color: #092f5e;
    font-weight: 600;
    padding-top: 55px;
    margin-bottom: -29px;
}

.footer_Section h2 {
    text-align: center;
    font-size: 52px;
    color: #092f5e;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 29px;
}

.colmuninner_main {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.asmail img {
    width: 150px;
    /* position: absolute; */
    transform: translate(-40px, 53px);
}

.mass_email_inner {
    border: 5px solid #2395f1;
    border-radius: 19px;
    padding: 45px 20px 40px;
    height: 220px;
    background: #092f5e;
    color: #ffffff;
}

.colmuninner_main .img_1 {
    transform: translateY(80px);
}

.colmuninner_main .img_2 {
    transform: translateY(56px);
}

.colmuninner_main .img_3 {
    transform: translateY(45px);
}

.colmuninner {
    border: 2px solid #092f5e;
    border-radius: 21px;
    background: #eaf5fe;
}

.colmuninner p {
    background: #092f5e;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    padding: 20px;
    border-radius: 18px;
}

.banner {
    padding: 55px;
}

.banner_inner h1 {
    font-size: 67px;
    color: #ffffff;
    font-weight: 600;
}

.banner p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 200;
    padding: 19px 0;
}

.banner a {
    background: #eaf5fe;
    padding: 10px;
    border-radius: 50px;
    color: #000000;
    padding: 12px 20px;
}

.banner_inner img {
    width: 80%;
}

/* vtm css */

/* ****************** */

.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;
}

.border-dashed {
    border-style: dashed;
}

.border-4 {
    border-width: 4px;
}

.border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
}

.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: 70px;
    height: 70px;
    margin-bottom: 10px;
    position: absolute;
    top: -25px;
    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: 4px solid #2395f1;
    padding: 10px;
}

.relative {
    position: relative;
}

.text_Message_wraper .bottom-icon {
    width: 140px;
    height: 140px;
}

.text_Message_wraper .crouse_bottomDiv {
    position: absolute;
    bottom: -55px;
    transform: translateX(0%);
    margin: auto;
    width: 100px;
    left: 0;
    right: 0;
}

/* slider end */
.absolute {
    position: absolute;
}

.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: 6rem 0 0;
    z-index:2;
    position:relative;
}

.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%
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.2rem;
}

.text_Message_wraper .form-container h2 {
    color: #092f5e;
    margin-bottom: 20px;
    text-align: center;
    font-size: 55px;
}

.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: -53px;
    right: -30px;
    width: 140px;
    height: 140px;
}

/* media */
@media(min-width:768px) {
    .text_Message_wraper .swiper-container {
        height: 770px !important;
    }
}

@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: 710px !important;
        margin-left: -40px;
        margin-right: -40px;
        width: auto;
    }
}

@media(min-width:1240px) {
    .text_Message_wraper .swiper-container {
        height: 645px !important;
    }
}

@media(max-width:768px) {
    .text_Message_wraper .imagecontainer {
        margin: auto
    }

    .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;
    }
}

.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;
}

.message-testimonial-card.relative {
    color: #092f5e;
    padding: 20px;
}

.footer .container-fluid {
    background: #1b7bc2;
    border-radius: 50px 50px 0 0;
    width: 97%;
    /* transform: translateY(-45px); */
    padding: 75px 20px 20px;

}

.footer h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
}

.footer_inner {
    color: #ffffff;
    font-weight: 600;
}

.footer_inner ul li {
    font-weight: 200;
}

.footer_inner ul {
    display: flex;
    /* flex-wrap: wrap; */
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.footer {
    transform: translateY(-31px);
    
    position: relative;
}

.social_icon ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.linw {
    margin: 22px auto;
    border: 3px solid #ffffff;
}

.social_icon ul li {
    padding: 3px;
}

.social_icon ul li img {
    width: 30px;
}

.footer h5 {
    color: #ffffff;
    font-weight: 200;
    font-size: 18px;
}

/* accordion */

.accordion {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px;
    background: #092f5e;
    padding: 11px;
    border-radius: 21px;

}

.accordion-btn {
    background-color: #092f5e;
    border: none;
    outline: none !important;
    cursor: pointer;
    padding: 10px;
    text-align: left;
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #eaf5fe;
    font-size: 25px;
    font-weight: 600;
}

.accordion-icon {
    font-size: 28px;
    transition: transform 0.3s ease;
}

.accordion-title {
    display: inline;
}

.accordion-content {
    padding: 0px 11px;
    max-height: 0;
    overflow: hidden;
    background-color: #f9f9f9;
    transition: max-height 0.3s ease;
    background: #eaf5fe;
    border-radius: 9px;
    margin: 0px 10px;
}

.accordion-content p {
    margin: 10px 0;
    color: #092f5e;
}
.accordion_main {
    padding: 45px 0 20px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 {
    width: 100%;
}
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2  {
    width: 100%;
}







@media(max-width:992px) {
    .mass_email_inner {
    height: 100%;
}
h2.margin-tp {
    margin-top: -4pc;
    padding-bottom: 60px;
}

    
    
}
@media(max-width:768px) {
 input#phone_code {
    width: 100%;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 {
    width: 100%;
}

.banner_inner h1 {
    text-align: center;
    font-size: 35px;
}

.banner {
    padding: 20px;
}

.banner p {
    font-size: 20px;
    text-align: center;
}

.banner_inner {
    text-align: center;
}

 

.banner_inner img {
    padding-top: 25px;
}

div#bg_blue {
    padding: 20px;
}

.colmuninner_main {
  
    margin: -23px auto 0px;
    transform: translateY(-75px);
}

.main h2 {
    padding: 0;
    font-size: 32px;
}

.mass_email_inner {
    height: 100%;
}

h2.margin-tp {
    margin-top:12px;
    padding-bottom: 70px;
}

.mtailed_inner {
    text-align: center;
    padding: 10px;
}

.accordion-title {
    font-size: 19px;
}

.accordion_main {
    margin-top: 27px;
}

.footer_Section h2 {
    font-size: 32px;
}

.text_Message_wraper .message-testimonial-card {
    text-align: center;
}

.text_Message_wraper .message-testimonial-card p {
    font-size: 14px;
}

.text_Message_wraper .message-testimonial-card h3 {
    font-size: 16px;
}

.text_Message_wraper .message-testimonial-card {
    padding: 0px;
}
.swiper-slide {
    padding:10px !important;
}
 .text_Message_wraper .form-container h2{
     font-size:32px;
 }
 
 .row.formBack.captchainner .col-sm-1 {
    margin: 0px !important;
}

.row.formBack.captchainner {
    gap: 0px !important;
    
}
.swiper-slide {
    padding: 0px;
}

.swiper-slide.swiper-slide-next {}

h2.font-bold.text-3xl.md\:text-4xl.lg\:text-5xl.xl\:text-6xl {}

.row.formBack.captchainner .col-sm-1 {
    margin: 0px !important;
}

.row.formBack.captchainner {
    gap: 0px !important;
}

.footer {
    transform: translateY(12px);
    clear: both;
    z-index: 2;
    text-align: center;
}

.footer h3 {
    font-size: 26px;
    text-align: center;
}
.text_Message_wraper .bottom-icon {
    width: 95px;
    height: 95px;
}
.pl-4, .px-4 {
     padding: 9px 4px;
}
.footer_inner ul {
    justify-content: center;
    padding: 2px;
}
.social_icon ul {
    justify-content: center;
}
h2.whow_we_Are {
    padding-top: 38px;
    font-size: 32px;
}
.footer_inner {
    padding: 11px;
}

}


@media (max-width: 576px){

h2.margin-tp {
    margin-top:95px;
    padding-bottom: 70px;
}
}










.footer_inner ul li a {
    color: #ffffff;
}
