@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 {
    --primarycolor: #1e90ff;
    --secondarycolor: #2c4059;
    --footer-background-color: #011425;
    --primary-text: #000000;
    --text-color: #465370;
    --button-color:#2A3A54;
    --body-color: #eff1f5;
    --bg-white: #fff;
    --sidebar-width: 250px;
    --min-sidebar: 80px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-color);
}

h2 {
    font-size: 35px;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--primary-text);
}

a {
    color: var(--primary-text);
    text-decoration: none;
}

.btn-all,
.btn-all:hover,
.btn-all:focus,
.btn-all:active,
.btn-all:focus:hover {
    padding: 9px 16px;
    background-color: var(--primarycolor);
    color: var(--bg-white);
    border-radius: 6px;
    box-shadow: none;
}

.btn-outline,
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:focus:hover {
    border: 1px solid #BCBCBC;
    padding: 9px 16px;
    border-radius: 6px;
    box-shadow: none;
    color: #252525;
}

/* Navigation menu css */

.navigation-menu {
    padding: 10px 0px;
    z-index:99;
}

a.nav-link.active {
    font-weight: 600;
}




ul.navbar-nav li {
 padding: 0;
    margin-right: 0rem;
}
a.nav-link {
    font-weight: 500;
    font-size: 16px;
    color: var(--text-color);
}
    .small-screen-section
    {
        display:none;
    }

a.nav-link:hover {
    color: var(--primary-text);
}

.navbar-brand img {
    max-width: 100%;
    width: 280px;
}

.dropdown-item {
 
    padding: 10px 20px;
    max-width: 190px;
    min-width: 190px;
}
.banner-img {
    max-width: 609px;
    margin-top: 2.9em;
    margin-bottom: 2.9em;
}

header {
    border-bottom: 1px solid #f1f1f1;
}

/* Main Banner css  */
.banner {
    background-image: url(../images/banner-abouts.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation: breath 25s linear infinite;
    padding-top: 3rem;
    padding-bottom: 3rem;
    
}

section {
    padding: 40px;
}

.banner .content span {

    color: var(--primary-text);
}

.banner .content h4 {
    font-size: 28px;
    color: var(--primary-text);
}

.banner .content h1 {
    font-size: 50px;
    color: var(--text-color);
    font-weight: 800;
    margin-bottom: 4px;
    font-style: italic;
}

.banner .content button,
/* Search Section */
.search-box form .row {
    gap: 24px;
}

.paw-detail {
    padding-left: 3.4rem;
}

.paw-detail li {
    list-style: none;
}

.paw-detail li {
    list-style: none;
    padding: 20px 8px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    color: var(--text-color);
    position: relative;
}

.paw-detail li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -55px;
    width: 50px;
    height: 50px;
    background: url(../images/paw-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.banner .form-section {
    display: flex;
    justify-content: end;
}

.content {
    justify-content: end;
    display: flex;
    align-items: center;
}

.banner .content {
    display: flex;
    align-items: center;
}

button.btn.btn-primary {
    background-color: var(--button-color);
    border: 0;
    padding: 8px 32px;
    font-weight: 500;
    text-transform: uppercase;
}

input.form-control.mt-2 {
    border-bottom: 2px solid var(--secondarycolor);
    height: 45px;
}

/* Section 2 css */
.servicecard-section .card {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    border: 0;
}

.servicecard-section .content h1 {
    color: var(--text-color);
}

.servicecard-section .content h4 {
    color: var(--secondarycolor);
    font-weight: 600;
}

.servicecard-section .content {
    display: flex;
    align-items: center;
}

.servicecard-section .center p:first-child {
    font-size: 18px;
    font-weight: 600;
}

.center {
    padding: 20px;
}

.center .top img {
    width: 30px;
    height: 30px;
}

.servicecard-section .bottom span {
    border: 1px solid var(--primarycolor);
    background-color: var(--bg-white);
    padding: 14px 4px 14px 4px;
    padding-bottom: 17px;
}

.servicecard-section .card {
    height: 100%;
}

.servicecard-section .card-body {
    padding-bottom: 30px;
}

.SpecialtyMedicine-detail {

    background:#f0f8ff;
    overflow: hidden;
    padding-bottom: 28px;
    z-index: 1;
}
button.btn.btn-primary.mt-1.border-light {
    border: 1px solid #fff;
}
.section-heading h2 {
    font-size: 35px;
    font-weight: 600;
    color: var(--secondarycolor);
}

.bg-image::before {
    content: '';
    height: 100%;
    background-image: url(../images/supported-bg.png);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.section-heading {
    margin-bottom: 36px;
    padding: 0px 100px;
    text-align: center;
}

.section-heading p {
    font-size: 18px;
}

/* Section - 4 css */
.choose-best {
    margin-top: 120px;
}

.contactus-section {
    position: relative;
    background-image: url(../images/section-4-background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 50px;
    min-height: 600px;
    display: flex;
    align-items: center;
    margin-top: 120px;
}

.contactus-section::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: #00000036;
    left: 0;
    top: 0;
    z-index: 0;
}

.contactus-section .left h3 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--bg-white);
}

.contact-section div p {
    color: var(--bg-white);
}

.contact-form {
    background-color: #ffffff42;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    border: 1px solid #c7c7c763;
}

.contact-cell {
    display: flex;
    justify-content: center;
}

.contactus-section .contact-cell input.form-control {
    height: 60px;
}

.contactus-section .contact-cell button {
    height: 50px;
}

.contact-form h4 {
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 2px solid #ffffff;
}

/* About-US section scc */
.about-section {
    margin: 100px 0px 100px 0px;
}

.about-section .content p:first-child {
    color: var(--secondarycolor);
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 3px;
}

.about-section .content p:nth-child(2) {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    color: #444649;
}

.about-section .content p:nth-child(3) {
    font-size: 18px;
    margin-bottom: 30px;
    color: #7d7d7d;
}

.about-section .content p:nth-child(5) {
    font-size: 70px;
    margin-bottom: 0;
    line-height: 0.7;
    color: #999ca7;
}

.about-section .content-box {
    background-color: #e5f7fd;
    padding: 40px 30px;
    border-radius: 24px;
}

.about-section .content-box .picture {
    display: flex;
    justify-content: end;
}

/* Footer css */
footer {
    background-color: var(--text-color);
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    width:100%;
}

.footer-content a {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    color:var(--primary-text);

}

.footer-link {
    color:#e6e9ed;
    padding-right:10px;
}

.footer-link-row {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
}

.footer-header {
    color:#e6e9ed;
}

.footer-row {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}

.last-footer-header {
    margin-right:230px;
}

.footer > div.container > div > h6 {
    color:#e6e9ed;
}

.footer-content a span {
    font-size: 18px;
    color: #e6e9ed;
}

footer h4 {
    margin-bottom: 36px;
}

.copywrite {
    background-color: #e6e9ed;
    padding: 16px 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    color: #3a3838;
    font-size: 12px;
}

.c-color {
    color: var(--text-color);
}

.card-body small {
    font-size: 16px;
}

.lh-1 {
    line-height: 0.51 !important;
}

.pricing-card-title {
    color: var(--text-color);
}

ul.list-unstyled li {
    color: var(--text-color);
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 9px;
}
.bgcolor-price {
    background-color: var(--text-color);
}

.brand-txt {
    color: var(--text-color);
}

.footer-content h6 {
    color: #e6e9ed;
    margin-left: 5px;
    font-weight: 500;
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 50px;
}

.subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 52px 0 20px;
    text-align: left;
    text-transform: capitalize;
    border-radius: 5px;
    width: 100%;
}

.footer-logo img {
    max-width: 270px;
}

/* about */
.banner-content {
    background-image: url('../images/banner-about.jpg');
    display: block;
    background-repeat: no-repeat;
    background-size: cover;

}

/* faq */
.faq .faq-list {
    padding: 0 10px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 0px;
}

.faq .faq-list li {
    padding: 20px 2px;
    background: #f9f9f900;
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
}

.generic-link {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 0px;
    outline: none;
    cursor: pointer;
    color: var(--primary-text);
    text-decoration: none !important;
}

.generic-link a:hover {
    text-decoration: underline;
}

.faq .faq-list .icon-help {
    font-size: 20px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #d71616;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size:14px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #333333;
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: #e82c88;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

/*===== Footer===== */
.footer {
    margin-left: auto;
    margin-right: auto;
    padding: calc((var(--footer-height) - var(--gap)) / 2) var(--gap);
    color: #1f2029;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

.footer span {
    margin-left: 1px;
    margin-right: 1px;
}

.footer a {
    color: inherit;
}

.footer a:hover {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}

.banner-box.mobileapp img {
    max-width: 250px;
}

.image__image {
    width: 100%;
    max-width: 260px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.dr_bio h6 {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-text);
}

.dr_bio h5 {
    font-weight: 600;
    margin-bottom: 13px;
    color: #00899a;
}

.leadership-description {
    font-size: 15px;
    color: #707070;
}

h4.leadership-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #5b5b5b;
}

h3.leadership-name {
    font-size: 20px;
    color: #2d665f;
}

h3.leadership-name span {
    display: block;
    font-size: 15px;
    margin-top: 12px;
    color: #5b5b5b;
}

.banner-box img {
    max-width: 414px;
    width: 100%;
    text-align: end;
}

/* .banner-box img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */

.text-justify {
    text-align: justify;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: #2d4154;
}

ul.navbar-nav.mb-2.mb-lg-0 {
    margin-right: 1.5rem;
}

.dropdown-menu {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
section.experience-section.bgcolor {
    background: #f0f8ff;
    overflow: hidden;
 
}
.circle {
    width: 259px;
    height: 259px;
    position: absolute;
    border:9px solid #2c4059;
    border-radius: 50%;
    top: -10rem;
}
.fontsize-small {
    font-size: 16px;
    padding-top: 5px;
    display: block;
}

.list-unstyled.formate {
    text-align: left;
    list-style: auto;
}

table.table {
    text-align: justify;
    font-weight: 700;
}

table.table>thead>tr>th {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
table.table>tbody>tr>td {
    padding: 14px 0px;
    text-align: center;
}
table.table>tbody>tr>td>i {
    font-size: 21px;
    text-align: center;
    color: #256263;
}
table.table>thead>tr>th>b {
    display: block;
    text-align: center;
    font-size: 25px;
    border-radius: 5px;
    background: #3da59d;
    font-weight: 600;
}
table.table>thead>tr>th>span {
    display: block;
}
.bg-clor {
    background: #df5418 !important;
}
i.fa.fa-check.bgcolor-css {
    color: #df5418;
}

/*  */

table.table>thead>tr>th>p {
    padding-bottom: 0px;
    font-size: 18px;
}
th.bg-css0 {
    background: #2a3a54;
    font-size: 20px;
}
th.bg-css0 span{
    display: block;
    padding-top: 4px;
    font-weight: 600;
    font-size: 28px;
}
small.tag-include.d-inline {
    font-size: 15px;
    color: #ffca00;
}
th.bg-css0.custom {
    background: #414e60;
}
.pointerEventsDsb {
    pointer-events: none;
}
th.bg-css {
    background: #414e60;
    vertical-align: middle;
    font-size: 21px;
}
.aside {
    background: #2a3a54;
    animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
    background-size: 400%;
    border-radius: 5px;
}

.icon-width{
    display: inline-block;
    width: 1em;
    height: 1em;
    contain: strict;
    text-align: center;
    fill: currentcolor;
    box-sizing: content-box !important;
}
.cont-img img,
.cont-right-img img {
    width: 100%;
    max-width: 673px;
}






/*  */

.image-link {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }
  
  
  /* This block of CSS adds opacity transition to background */
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg {
      opacity: 0;

      -webkit-transition: all 0.3s ease-out; 
      -moz-transition: all 0.3s ease-out; 
      -o-transition: all 0.3s ease-out; 
      transition: all 0.3s ease-out;
  }
  
  .mfp-with-zoom.mfp-ready .mfp-container {
          opacity: 1;
  }
  .mfp-with-zoom.mfp-ready.mfp-bg {
          opacity: 0.8;
  }
  
  .mfp-with-zoom.mfp-removing .mfp-container, 
  .mfp-with-zoom.mfp-removing.mfp-bg {
      opacity: 0;
  }
  
  
  
  /* padding-bottom and top for image */
  .mfp-no-margins img.mfp-img {
      padding: 0;
  }
  /* position of shadow behind the image */
  .mfp-no-margins .mfp-figure:after {
      top: 0;
      bottom: 0;
  }
  /* padding for main container */
  .mfp-no-margins .mfp-container {
      padding: 0;
  }
  
  
  
  /* aligns caption to center */
  .mfp-title {
    text-align: center;
    padding: 6px 0;
  }
  .image-source-link {
    color: #DDD;
  }

 .bgcolorservice {
    background:#2a3a540f; 

 }
.step-heading b {
    color: #d51212;
    font-size: 40px;
    padding-right: 7px;
}
.step-heading h1 {
    font-weight: 600;
    font-size: 34px;
}
.step-heading b {
    color: #749d38;
    font-size: 36px;
    padding-right: 8px;
    font-weight: 700;

}
.right-side {right: 0px;}
.title-heading h2 {
    font-weight: 600;
}
/* contact
 */

.list-unstyled.formate {
    text-align: left;
    list-style: none;
}

 .contact h3 {
    font-size: 23px !important;
    margin-top: 30px;
}
img.img-icon {
    width: 25px;
    opacity: 1;
    /* border: 1px solid #000; */
    border-radius: 50px;
    padding: 3px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15px;
}

img.img-icon2 {
    width: 25px;
    opacity: 1;
    padding: 3px;
    width: 40px;
    height: 40px;
    left: 15px;
}
.cardbg {
    background: #c8d0dd85;
    border: 2px dashed #2a3a54;
    position: relative;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px !important;
}
.top-img.top2 {
    right: 0;
    left: 80%;
}
.top-img.top3 {
    right: 112%;
    left: 74%;
    top: 142px;
}
.top-img {
    position: absolute;
    left: 16px;
}


.cardbg-report {
    border: 2px dashed #2a3a54;

    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px !important;
    margin-top: 18px;
}


.cardbg:before {
    content: "";
    background: #414f62;
    height: 55px;
    width: 3px;
    position: absolute;
    bottom: -55px;
    transform: translate(50%, 5%);
    left: 50%;
    left: 50%;
}
.cardbg-report:before {
    content: "";
    background: #414f62;
    height: 36px;
    width: 3px;
    position: absolute;
    top: -41px;
    transform: translate(50%, 5%);
    left: 50%;
}



.c-color{font-weight:600;}


.loginbtn {
    background-color: var(--button-color);
    border: 0;
    padding: 8px 32px;
    font-weight: 500;
    text-transform: uppercase;
}
    .loginbtn:hover {
        background-color: var(--text-color);
        border: 0;
        padding: 8px 32px;
        font-weight: 500;
        text-transform: uppercase;
    }









/*.banner {
    height:514px;
}

    .banner .form-section {
        margin:0;
    }

        .banner .form-section .banner-img {
            max-width: 800px;
            z-index:1;
        }
*/


/*add new css 2nd july 2025*/
.banner {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.main-page-dynamic-size {
    max-width: 1320px;
}