/* Start Animation Button CSS */
body 
{
    font-family: "Poppins", sans-serif !important;
}
.back-white 
{
    background-color: #fff;
}
.w-80 {
 width: 80% !important;
}

.w-90 {
 width: 90% !important;
}
.w-custom {
 width: 100%;
}

@media (min-width: 768px) {
 .w-custom {
  width: 90%;
 }
}

@media (min-width: 1200px) {
 .w-custom {
  width: 80%;
 }
}
.contact-btn-wrap{
    display:flex;
    align-items:center;
}
.contact-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(90deg, #123f6f 0%, #1f74d8 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 25px 13px 25px;
    border-radius: 70px 0 0 70px;
    overflow: visible;
    transition: all .3s ease;
}
.contact-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 32px;
    height: 100%;
    background: linear-gradient(90deg, #2b71c4 0%, #1a61b5 100%);
    clip-path: polygon(0 0, 100% 0, 45% 100%, 0% 100%);
}
/* ICON */
.contact-icon{
    position:absolute;
    right:-60px;
    width:46px;
    height:46px;
    z-index:2;
    transform:rotate(-10deg);
}

/* HOVER */
.contact-btn:hover{
    transform:translateY(-3px);
    color:#fff;
    box-shadow:0 12px 25px rgba(0,0,0,0.18);
}

 

@media(max-width:480px){
.contact-btn {
        font-size: 15px !important;
        padding: 16px 41px 16px 20px !important;
        min-height: auto !important;
    }

    .contact-btn::before{
        right:-30px;
        width:60px;
    }
.contact-icon {
        width: 65px;
        height: 65px;
        right: -77px !important;
    }
    .why-msuite .section-title {
        font-size: 28px;
    }
}
/* End Animation Button CSS */



/*  Start Footer Code CSS */
.footer-cta-section {
    position: relative;
    padding: 420px 0 30px;
    overflow: hidden;
    clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
    border-radius: 0%;
    border-top-right-radius: 100px;
    background: #e7edf6;
    margin-top: -32%;
    border-top-left-radius: 100px;
}
.cta-box{
    position:relative;
    z-index:2;
    background-image: url('../images/healthcare/contact-us-bg.webp');
    border-radius:22px;
    background-size: cover;
    background-position: left;
    overflow:hidden;
    padding:70px 70px 0;
    margin-top: 20px;
}
 

/* LEFT CONTENT */

.cta-subtitle{
    color:#fff;
    letter-spacing:2px;
    font-size:13px;
    font-weight:600;
    margin-bottom:3px;
}
.cta-title {
    margin-bottom: 15px;
    color: #FFF;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -1.8px;
}
.cta-text {
    color: #dbe5f2;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 580px;
}

/* BUTTON */

.workflow-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    background:#144f8d;
    color:#fff;
    padding:18px 34px;
    border-radius:60px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.workflow-btn:hover{
    color:#fff;
    transform:translateY(-3px);
}

.workflow-btn i{
    font-size:22px;
}

/* LINK */

.architect-link{
    display:inline-block;
    margin-top:24px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

/* =========================
   IMAGE SIDE
========================= */

.cta-image-wrap{
    position:relative;
    z-index:2;
    text-align:center;
}

.cta-image{
    max-width:100%;
    width:450px;
}

/* CHAT BOX */

.chat-box {
    position: absolute;
    right: 0;
     border-radius: 18px;
    padding: 15px 20px;
    width: 350px;
     text-align: left;
}
.chat-box img 
{
    border-radius: 50px;
}
.chat-box.top {
    top: 170px;
    right: -29px;
}
.chat-box.bottom {
    top: 300px;
    right: 33px;
}
.chat-head{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:4px;
}

.chat-avatar{
    width:34px;
    height:34px;
    border-radius:50%;
}
.top-square
{
    position: relative;
    top: -30px;
}
.chat-name{
    font-size:17px;
    font-weight:600;
    color:#222;
}

.chat-msg{
    font-size:13px;
    color:#666;
    line-height:1.6;
}

/* =========================
   FOOTER
========================= */

.footer-main{
    position:relative;
    z-index:2;
    padding:70px 0 0px;
}

.footer-logo{
    width:220px;
    margin-bottom:22px;
}
.footer-desc {
    color: #6d6d6d;
    line-height: 1.6;
     font-size: 15px;
}
.footer-title {
    margin-bottom: 24px;
    color: #262626;
    text-align: left;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
    text-align: left;
}

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

.footer-links a {
    text-decoration: none;
    color: #6d6d6d;
    transition: .3s;
    font-size: 15px;
    line-height: 20px;
}

.footer-links a:hover{
    color:#0b5ed7;
}

/* COPYRIGHT */

.footer-bottom{
    border-top:1px solid #c9cfd8;
    margin-top:50px;
    padding-top:24px;
    color:#777;
    font-size:14px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1199px){

    .cta-title{
        font-size:46px;
    }

}

@media(max-width:991px){

    .cta-box{
        padding:50px 40px;
    }

    .cta-title{
        font-size:38px;
    }

    .cta-image-wrap{
        margin-top:30px;
    }
 
}

@media(max-width:767px){

    

    .cta-box{
        padding:40px 25px;
        border-radius:18px;
    }
    .cta-title {
        font-size: 32px;
        line-height: 37px;
    }

    .cta-text{
        font-size:15px;
    }

    .workflow-btn{
        width:100%;
        justify-content:center;
    }

    .chat-box{
        position:relative;
        width:100%;
        margin-top:0px;
        right:auto !important;
        top:auto !important;
    }

    .footer-main{
        text-align:center;
    }

    .footer-desc{
        margin:auto auto 40px;
    }

    .footer-col{
        margin-bottom:35px;
    }

    .footer-bottom{
        text-align:center;
    }

}
.pad-row
{
    margin: 0;
    background-color: #fff;
    border-radius: 30px;
}
.pad-right {
    padding-right: 0px;
    padding-left: 0;
}
.pad-left
{
    padding-left: 0px;
}
/*  End Footer Code CSS */


.one-top {
    background-image: url(../images/homepage/amelia.png);
    background-size: cover;
    padding: 5px 20px 15px;
}
.two-bottom {
    background-image: url(../images/homepage/jennifer.png);
    background-size: cover;
}

@media only screen and (max-width: 820px) {
    .cta-box {
        padding: 50px 40px 0px;
    }
   
}





@media (max-width: 480px) {
   .product-swiper .swiper-button-next
   {
    display: none;
   }
   .product-swiper .swiper-button-prev

   {
    display: none;
   }
  }
 
 .product-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    right: -50px;
}
.product-swiper .swiper-button-prev
{   width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    left: -50px;
}
.product-swiper .swiper-button-prev:after,
.product-swiper .swiper-button-next:after {
    font-size: 11px;
    color: #0B3359;
    font-weight: bold;
}
 