body{
    margin: 0;
    color: #111111;
    font-family: 'Tinos';
    height: 100vh;
    position: relative;
    top: 0 !important;
}

a{
    text-decoration: none;
}

.pt-pb{
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-100{
    padding-top: 100px;
}

.pb-100{
    padding-bottom: 100px;
}

.pt-80{
    padding-top: 80px;
}

.pb-80{
    padding-bottom: 80px;
}

.pt-70{
    padding-top: 70px;
}

.pb-70{
    padding-bottom: 70px;
}

.pt-50{
    padding-top: 50px;
}

.pb-50{
    padding-bottom: 50px;
}

ul{
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    color: #002676;
}

p{
    text-align: justify;
}

/*=====================Header Section======================*/

.logo{
    width: 200px;
}

.header-menu {
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 0px 6px rgb(0 38 118 / 40%);
}

.header-menu .navbar-expand-lg .navbar-collapse {
    justify-content: space-between !important;
} 

.header-menu .nav-item{
    padding: 10px 0px;
    padding-left: 20px;
}

.header-menu .nav-item .nav-link{
    color: #002676;
    text-transform: uppercase;
    padding: 8px 0px;
    letter-spacing: 1px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
}

.header-menu .nav-item .dropdown-item{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #002676;
    padding: 12px 16px;
    letter-spacing: 1px;
    border-bottom: 1px solid #D3D3D3;
}

.header-menu .navbar-nav .dropdown-menu {
    padding: 0;
}

.header-menu .nav-item .nav-link.active{
    border-bottom: 1px solid #002676;
    color: #002676;
}

.menu-right{
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.appointment-btn{
    text-transform: uppercase;
    color: #fff;
    padding: 12px 22px;
    border: 2px solid #fff;
    background: linear-gradient(45deg, #002676, rgb(0 38 118 / 70%));
    border-radius: 30px;
    letter-spacing: 1px;
    font-size: 14px;
}

.menu-right .form-select{
    display: inline-block;
    width: auto;
    border: none;
    cursor: pointer;
    padding: 0px 28px 0px 10px;
}

.form-select:focus {
    border-color: unset;
    box-shadow: none;
}

.menu-right select{
    display: inline-block;
    width: auto;
    border: 1px solid #002676;
    cursor: pointer;
    padding: 10px 12px;
    font-size: 15px;
    font-family: 'Tinos';
    border-radius: 30px;
    color: #002676;
    margin: 0 !important;
}

body>.skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px !important;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: transparent !important;
}

.navbar-toggler {
    color: #002676;
    border: 1px solid #002676;
}

.header-menu .container-fluid{
    padding: 0;
}

.custom-container{
    max-width: 1240px
}

/*=========================Main Css==========*/

.banner{
    margin-top: 77px;
}

.banner video{
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.home-about-pic{
    position: relative;
}

.home-about-pic figure{
    margin: 0;
}

.home-about-pic figure .img-fluid{
    margin-top: 26px;
    width: 90%;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    height: 500px;
    object-fit: cover;
}

.home-about-pic .dot-bg{
    position: absolute;
    top: 0;
    right: 0;
}

.home-about-pic::after{
    content: "";
    position: absolute;
    left: -4px;
    bottom: -30px;
    background: linear-gradient(90deg, #002676, #D3D3D3);
    height: 200px;
    width: 50%;
}

.home-about-info{
    position: relative;
}

.home-about-info h5{
    text-transform: uppercase;
    text-shadow: 2px 1px 2px #002676;
    letter-spacing: 1px;
    color: #D3D3D3;
}

.home-about-info h5::before{
    content: "";
    width: 55px;
    display: inline-block;
    height: 2px;
    background: linear-gradient(90deg, #002676, #D3D3D3);
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 10px;
}

.home-about-info h2{
    font-size: 28px;
}

.home-about-info p strong{
    color: #002676;
}

.what-do-content h2{
    font-weight: bold;
}

.what-do-pic figure{
    margin: 28px 0px 0px 28px;
    background: linear-gradient(45deg, #002676, #D3D3D3);
}

.what-do-pic img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin: -28px 0px 28px -28px;
    box-shadow: 0px 0px 6px rgb(0 38 118 / 20%);
} 

.commn-btn{
    margin-top: 30px;
}

.commn-btn a{
    display: inline-block;
    background: #002676;
    color: #fff;
    padding: 12px 22px;
    box-shadow: 5px 6px 2px #000;
    transition: 0.4s ease-in-out;
}

.commn-btn a:hover{
    box-shadow: none;
}

.service-bg{
    background-image: url(../img/home/service-bg.png);
    width: 100%;
    padding: 70px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-category-bg{
    background: #fff;
    padding: 50px 40px;
    box-shadow: 0px 2px 8px rgb(0 38 118 / 30%);
    border-radius: 5px;
}

.commn-heading{
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.commn-heading h5{
    text-transform: uppercase;
    text-shadow: 2px 1px 2px #002676;
    letter-spacing: 1px;
    color: #D3D3D3;
}

.commn-heading h5::before{
    content: "";
    width: 55px;
    display: inline-block;
    height: 2px;
    background: linear-gradient(90deg, #002676, #D3D3D3);
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 10px;
}

.commn-heading p{
    text-align: center;
}

.service-category-box{
    text-align: center;
    border: 1px solid #D3D3D3;
    padding: 20px 10px;
    transition: 0.5s ease-in-out;
    height: 208px;
}

.service-category-box span{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: rgb(211 211 211 / 30%);
    line-height: 90px;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

.service-category-box span img{
    width: 60px;
    transition: 0.5s ease-in-out;
}

.service-category-box h4{
    margin-top: 20px;
    font-size: 18px;
}

.service-category-box h4 a{
    color: #002676;
}

.service-category-box:hover{
    border-color: #002676;
}

.service-category-box:hover span{
    background-color: #002676;
}

.service-category-box:hover img{
    filter: invert(1);
}

.offer-bg{
    background: url(../img/home/offer-bg.png);
    padding: 70px 0px;
}

.offer-box{
    background: #fff;
    margin-bottom: 24px;
    text-align: center;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 40%);
    padding: 30px 0px;
    height: 220px;
    border-radius: 5px;
    position: relative;
}

.offer-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #002676;
    transition: 0.5s ease-in-out;
}

.offer-box span{
    display: inline-block;
    background: #D3D3D3;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    line-height: 90px;
    transition: 0.4s ease-in-out;
    position: relative;
}

.offer-box img{
    width: 50px;
    transition: 0.4s ease-in-out;
}

.offer-info{
    padding: 0px 12px;
    padding-top: 20px;
}

.offer-info p{
    margin: 0;
}

.offer-info h4{
    font-size: 18px;
}

.offer-info h4 a{
    color: #002676;
    position: relative;
}

.offer-box:hover::before{
    height: 100%;
}

.offer-box:hover .offer-info h4 a{
    color: #fff;
}

.experience-pic{
    position: relative;
}

.experience-pic figure{
    margin: 0;
}

.experience-pic img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.experience-pic span{
    display: inline-block;
    background: rgb(0 38 118 / 80%);
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.experience-pic span a{
    display: inline-block;
    width: 100px;
    background: #002676;
    height: 100px;
    line-height: 80px;
    text-align: center;
    font-size: 35px;
    color: #fff;
    border-radius: 50%;
    border: 10px solid #fff;
}

.experience-modal video{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.country-box{
    display: flex;
    align-items: center;
    border: 1px solid #D3D3D3;
    height: 100px;
    justify-content: center;
    padding: 0px 10px;
    margin-bottom: 8px;
    border-radius: 5px;
}

.country-box figure{
    margin: 0;
    margin-right: 14px;
}

.country-box figure img{
    width: 35px;
}

.country-box p{
    margin: 0;
    line-height: 20px;
}

.faq .accordion-item {
    border: 1px solid #D3D3D3;
    margin-bottom: 10px;
}

.faq .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.faq .accordion-item:last-of-type {
    border-radius: 0;
}

.faq .accordion-button{
    color: #002676;
    font-size: 18px;
    font-weight: 600;
}

.faq .accordion-button:focus {
    border-color: unset;
    box-shadow: none;
}

.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.faq .accordion-item:first-of-type {
    border-radius: 0;
}

.faq .accordion-button:not(.collapsed) {
    background-color: unset;
    border-bottom: 1px solid #D3D3D3;
}

.blog-box{
    box-shadow: 0px 2px 6px rgb(0 38 118 / 40%);
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    margin-bottom: 25px;
}

.blog-box figure img{
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    height: 250px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.blog-text{
    padding: 0px 15px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 310px;
    justify-content: space-between;
}

.blog-text h5 a{
    color: #002676;
}

.blog-text p{
    margin: 0;
}

.blog-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #002676;
}

.blog-info i{
    margin-right: 8px;
}

.blog-box:hover{
    transform: translateY(-8px);
}

.blog-box:hover img{
    filter: grayscale(100%);
}

.blog-list-text{
    height: 310px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.blog-btn a{
    display: inline-block;
    background: #002676;
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff;
}

.blog-detail-date{
    display: flex;
    column-gap: 20px;
}

.blog-detail-date i{
    font-size: 16px;
    margin-right: 8px;
}

.blog-list-detail img{
    width: 100%;
}

.blog-bottom-detail img{
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}

/*=========================Contact Us===================*/

.contact-detail{
    padding: 40px 20px;
    box-shadow: 0px 0px 6px rgb(0 38 118 / 40%);
    border-radius: 5px;
    height: 100%;
    background: linear-gradient(90deg, #002676, #111);
}

.contact-detail thead th{
    background: rgb(255 255 255 / 20%);
    padding: 10px 8px;
    color: #fff;
    border-radius: 5px;
}

.contact-detail tbody td{
    padding: 8px 8px;
    color: #fff;
}

.contact-detail tbody td a{
    color: #fff;
}

.contact-form{
    padding: 20px 20px;
    box-shadow: 0px 0px 6px rgb(0 38 118 / 40%);
    border-radius: 5px;
}

.form-control{
    border: 1px solid #D3D3D3;
    padding: 10px 10px;
}

.form-control:focus {
    border-color: #002676;
    box-shadow: none;
}

.form-label{
    margin-bottom: 2px;
    color: #002676;
    font-size: 18px;
}

.form-btn button{
    width: 100%;
    border: 1px solid #002676;
    background: #002676;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

.appointment-box .form-select{
    border: 1px solid #D3D3D3;
    padding: 10px 10px;
}

.appointment-box{
    box-shadow: 0px 0px 6px rgb(0 38 118 / 40%);
    padding: 30px 30px;
    border-radius: 5px;
}

.key-benifits ul{
    padding-left: 18px;
}

.key-benifits li{
    padding: 5px 0px;
}

.contact-choose-box{
    padding-right: 20px;
    padding-bottom: 20px;
}

.contact-choose-box h4{
    font-size: 22px;
}


/*========================= Footer ===================*/

.footer{
    background: #D3D3D3;
    padding: 70px 0px 0px 0px;
}

.footer h4{
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 18px;
    font-size: 20px;

}

.footer h4::before{
    content: "";
    display: inline-block;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #002676;
    border-radius: 30px;
}

.footer-about img{
    width: 100%;
    margin-bottom: 15px;
}

.footer-link li{
    list-style-type: none;
    padding: 4px 0px;
}

.footer-link li a{
    color: #111;
    position: relative;
}

.footer-link li a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #111;
    width: 0;
    transition: 0.4s ease-in-out;
}

.footer-link li a:hover::before{
    width: 100%;
}

.footer-add li{
    list-style-type: none;
    padding: 6px 0px;
    display: flex;
    color: #111;
    align-items: baseline;
}

.footer-add li a{
    color: #111;
    font-size: 17px;
}

.footer-add li span i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #002676;
    border-radius: 50%;
    color: #002676;
    margin-right: 10px;
}

.social-media a{
    display: inline-block;
}

.social-media a i{
    width: 40px;
    border: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
    border-radius: 50%;
    background: #fff;
    color: #002676;
    box-shadow: 2px 2px 6px rgb(0 38 118 / 50%);
    transition: 0.5s ease-in-out;
    font-size: 20px;
}

.social-media a:hover i{
    background: #002676;
    color: #fff;
}

.footer-bottom{
    padding: 12px 0px;
    margin-top: 30px;
    background: #002676;
    color: #fff;
}

.footer-bottom p{
    margin: 0;
    text-align: center;
}

.footer-bottom p a{
    color: #D3D3D3;
}

/*==========================About Us===================*/

.inner-banner{
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 94px;
}

.inner-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(17 17 17 / 30%);
}

.inner-banner-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    text-align: center;
}

.inner-banner-info h1{
    color: #fff;
}

.inner-banner-info li{
    list-style-type: none;
    display: inline-block;
    color: #D3D3D3;
}

.inner-banner-info li a{
    color: #fff;
}

.about-bg{
    background-image: url(../img/home/service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0px;
}

.about-pic .img-fluid{
    height: 600px !important;
}

.our-mission-vission{
    background: #fff;
    box-shadow: 0px 2px 8px rgb(0 38 118 / 40%);
    margin-bottom: 30px;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
}

.our-mission-pic{
    overflow: hidden;
}

.our-mission-pic figure{
    margin: 0;
}

.our-mission-pic figure img{
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    transition: 0.4s ease-in-out;
    height: 300px;
    object-fit: cover;
}

.our-mission-vission:hover .our-mission-pic img{
    transform: scale(1.1);
    filter: grayscale(100%);
}

.our-mission-text{
    padding: 0px 30px;
}

.our-mission-vission:nth-last-child(1) .row{
    flex-direction: row-reverse;
}

.our-mission-vission:nth-last-child(1) .row .our-mission-pic img{
    border-radius: 0px 10px 10px 0px;
}

.our-strategic-box{
    display: flex;
    box-shadow: 2px 2px 6px rgb(0 38 118 / 40%);
    border-radius: 5px;
    padding: 20px 16px;
    border-left: 5px solid #002676;
    margin-bottom: 24px;
    height: 310px;
    position: relative;
}

.our-strategic-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #002676;
    transition: 0.5s ease-in-out;
}

.our-strategic-box:hover::before{
    width: 100%;
}

.our-strategic-goals .container .row .col-lg-4:nth-child(even) .our-strategic-box{
    border-left: 5px solid #111;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);;
}

.strategic-icon{
    padding-right: 15px;
    position: relative;
}

.strategic-icon span img{
    width: 50px;
    transition: 0.5s ease-in-out;
}

.our-strategic-text{
    padding-left: 14px;
    border-left: 1px solid #D3D3D3;
    position: relative;
}

.our-strategic-text h4 a{
    font-size: 20px;
    color: #002676;
    transition: 0.5s ease-in-out;
}

.our-strategic-box:hover .strategic-icon span img{
    filter: invert(1);
}

.our-strategic-box:hover .our-strategic-text h4 a, .our-strategic-box:hover .our-strategic-text{
    color: #fff;
}

.our-strategic-goals .container .row .col-lg-4:nth-child(even) .our-strategic-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #111;
    transition: 0.5s ease-in-out;
}

.our-strategic-goals .container .row .col-lg-4:nth-child(even) .our-strategic-box:hover::before{
    content: "";
    width: 100%;
}

.strategic-matters{
    background: #D3D3D3;
    padding: 30px 30px;
    border-radius: 5px;
    border-left: 5px solid #002676;
    margin-top: 20px;
}

.strategic-matters p{
    margin: 0;
}

.director-bg{
    background: url(../img/home/about-bg-04.jpg);
    padding: 70px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.director-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
}

.director-bg .commn-heading{
    position: relative;
}

.director-about{
    position: relative;
}

.director-sign{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    position: relative;
}


/*============================Product====================*/

.search-product{
    position: relative;
    margin-bottom: 40px;
}

.product-btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0px 40px;
    border: 1px solid #002676;
    background: #002676;
    color: #fff;
    font-size: 20px;
    border-radius: 0px 5px 5px 0px;
}

.pharmaceutical-list .nav-tabs {
    border-bottom: none;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pharmaceutical-list .nav-tabs .nav-link {
    margin-bottom: 0;
    border: 1px solid #111;
    border-radius: 5px;
}

.pharmaceutical-list .nav-tabs .nav-item.show .nav-link, .pharmaceutical-list .nav-tabs .nav-link.active {
    color: #002676;
    background-color: rgb(0 38 118 / 10%);
    border-color: #002676;
}

.pharmaceutical-list .nav-link {
    color: #111;
}

.pharmaceutical-pic figure{
    margin: 0px 50px 0px 0px;
    border: 10px solid #002676;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
}

.pharmaceutical-pic figure img{
    width: 100%;
    border-radius: 10px;
    margin: 35px 0px 35px 50px;
    height: 400px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.pharmaceutical-pic:hover img{
    margin: 0;
    border-radius: 0;
    filter: grayscale(100%);
}

.pharmaceutical-list h2{
    text-align: center;
    margin-bottom: 20px;
}

.pharmaceutical-list table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.pharmaceutical-list thead th{
    background: #002676;
    border: 1px solid #111;
    color: #fff;
}

.pharmaceutical-list table th, .pharmaceutical-list table td{
    padding: 10px;
}

.pharmaceutical-list tbody tr:nth-child(even){
    background: #D3D3D3;
}

.pharmaceutical-list tbody tr td{
    border: 1px solid #111;
}

.nutraceutical-product-box{
    box-shadow: 0px 1px 6px rgb(0 38 118 / 40%);
    border-radius: 5px;
    padding: 50px 0px;
}

.nutraceutical-product-list{
    padding: 0px 50px;
}

.nutraceutical-product-list:nth-child(even){
    background: rgb(0 38 118 / 10%);
    padding: 30px 50px;
    margin-bottom: 20px;
}

.nutraceutical-product-list h4{
    font-size: 20px;
    font-weight: 600;
}

.nutraceutical-product-list li{
    padding-bottom: 6px;
}

.product-bg{
    background: url(../img/home/offer-bg.png);
    background-position: center;
    padding: 70px 0px;
}

.product-choose-box {
	position: relative;
	width: 100%;
	height: 300px;
    margin-bottom: 24px;
    box-shadow: 0px 2px 6px rgb(0 38 118 / 60%);
    border-radius: 5px;
}

.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	overflow: hidden;
	transition: .5s;
    border-radius: 5px;
}

.product-choose-box .front {
	transform: perspective(600px) rotateY(0deg);
	box-shadow: 0px 2px 6px rgb(0 38 118 / 20%);
}

.product-choose-box .front img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text-h4 {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: rgb(0 38 118 / 50%);
    text-align: center;
    margin: 0;
}

.product-choose-box .back {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transform: perspective(600px) rotateY(180deg);
	background: #002676;
	padding: 15px;
	color: #D3D3D3;
	text-align: center;
	box-shadow: 0 5px 10px #fff;
}

.detail {
	border-top: 1px solid #D3D3D3;
	height: 50px;
	line-height: 50px;
}

.detail a {
	color: #fff;
}

.product-choose-box .back .text-h3 {
	font-size: 24px;
	letter-spacing: 1px;
    color: #fff;
}

.product-choose-box .back .text-p {
	letter-spacing: 1px;
}

.product-choose-box:hover .front {
	transform: perspective(600px) rotateY(180deg);
}

.product-choose-box:hover .back {
	transform: perspective(600px) rotateY(360deg);
}

/*==============================Service======================*/


.service-pic figure{
    margin: 0;
}

.service-pic figure img{
    width: 100%;
    border: 5px solid #002676;
    border-radius: 5px;
    height: 450px;
    object-fit: cover;
}

.service-box{
    background: #fff;
    box-shadow: 0px 1px 6px rgb(0 38 118 / 30%);
    padding: 30px 25px 40px 30px;
    border-radius: 5px;
    margin-left: -80px;
}

.service-box h4 a{
    color: #002676;
}

.service-section .container .row:nth-child(even){
    flex-direction: row-reverse;
}

.service-section .container .row:nth-child(even) .service-box {
    margin-left: 0;
    margin-right: -80px;
    position: relative;
}

.inner-service-box{
    text-align: center;
    background: linear-gradient(60deg, #002676, #111);
    color: #D3D3D3;
    padding: 40px 25px;
    box-shadow: 1px 2px 6px #111;
    transition: 0.5s ease-in-out;
    margin-bottom: 25px;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out;
}

.artwork .container .row .col-lg-4:nth-child(even) .inner-service-box{
    background: linear-gradient(60deg, #111, #002676);
}

.inner-service-icon span{
    display: inline-block;
    background: #ffffff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    margin-bottom: 14px;
}

.inner-service-icon img{
    width: 50px;
}

.inner-service-detail{
    padding: 0px 20px;
}

.inner-service-detail h5 a{
    color: #fff;
}

.inner-service-box:hover{
    border-radius: 50%;
}

.service-note{
    background: #D3D3D3;
    border-left: 5px solid #002676;
    padding: 25px 20px;
    margin-top: 35px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 30%);
}

.service-note p{
    margin: 0;
}

.inner-service-regulatory{
    height: 360px;
}

.regulatory-section .container .row .col-lg-6:nth-child(even) .inner-service-regulatory {
    border-left: 0;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    flex-direction: row-reverse;
    border-right: 5px solid #111;
}

.regulatory-section .container .row .col-lg-6:nth-child(even) .inner-service-regulatory::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    height: 100%;
    width: 0;
    background: #111;
    transition: 0.5s ease-in-out;
}

.regulatory-section .container .row .col-lg-6:nth-child(even) .inner-service-regulatory:hover::before {
    width: 100%;
}

.regulatory-section .container .row .col-lg-6:nth-child(even) .inner-service-regulatory .our-strategic-text{
    padding-left: 0;
    border-left: unset;
    padding-right: 14px;
    border-right: 1px solid #D3D3D3;
    width: 100%;
}

.regulatory-section .container .row .col-lg-6:nth-child(even) .inner-service-regulatory .strategic-icon{
    padding-right: 0px;
    padding-left: 14px;
}

.inner-service-regulatory .strategic-icon span img {
    width: 60px;
}

.service-list{
    padding-left: 18px;
}

.service-list li{
    padding: 6px 0px;
}

.Affairs-box{
    height: 260px;
}

.Affairs-box h5{
    font-size: 18px;
}

.audit-service-list ul{
    padding-left: 18px;
}

.audit-service-list li{
    padding: 6px 0px;
}


.audit-service-pic figure{
    margin: 35px 0px 0px 35px;
    background: #002676;
}

.audit-service-pic figure img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin: -35px 0px 35px -35px;
}

.support-box{
    box-shadow: 0px 1px 6px #002676;
    padding: 25px 20px;
    border-radius: 5px;
    height: 410px;
}

.support-box ul{
    padding-left: 18px;
}

.support-box li{
    padding: 4px 0px;
}

/*===============================FAQ======================*/

.faq-bg{
    background: url(../img/home/offer-bg.png);
    padding: 80px 0px;
}

.faq-box{
    background: #fff;
    padding: 50px 50px;
    box-shadow: 0px 0px 10px rgb(17 17 17 / 20%);
    border-radius: 10px;
}

.faq-box .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #002676;
    box-shadow: none;
}

.faq-box .accordion-button {
    font-size: 16px;
    color: #002676;
    font-weight: 600;
}

.faq-box .accordion-button:focus {
    box-shadow: none;
}

.faq-box .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.faq-box ul{
    padding-left: 18px;
    margin-top: 20px;
}

.faq-box ul li{
    padding: 6px 0px;
}

.disclaimer{
    font-size: 12px;
}

.disclaimer h2{
    font-size: 20px;
}

/*==========================Loader Css=======================*/


#myDiv {
    display: none;
    /* text-align: center; */
}

:root {
    --EASE_INOUT_QUAD: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --EASE_IN_QUAD: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    --EASE_OUT_QUAD: cubic-bezier(0.25, 0.46, 0.45, 0.94);   
    --COLOR_UI_PHARMACY: #002676;
    --loaderPill_DURATION: 2000ms;
}

.absCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loaderPill {
    text-align: center;
}

.loaderPill-anim {
    height: 160px;
}

.loaderPill-anim-bounce {
    animation: loaderPillBounce var(--loaderPill_DURATION) linear infinite;
}

.loaderPill-anim-flop {
    transform-origin: 50% 50%;
    animation: loaderPillFlop var(--loaderPill_DURATION) linear infinite;
}

.loaderPill-pill {
    display: inline-block;
    box-sizing: border-box;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #002676;
    background-image: linear-gradient(to right, #002676 50%, #ffffff 50%);
}

.loaderPill-floor {
    display: block;
    text-align: center;
}

.loaderPill-floor-shadow {
    display: inline-block;
    width: 80px;
    height: 10px;
    border-radius: 50%;
    background-color: #002676;;
    transform: translateY(-15px);
    animation: loaderPillScale var(--loaderPill_DURATION) linear infinite;
}

.loaderPill-text {
    font-weight: bold;
    color: var(--COLOR_UI_PHARMACY);
    text-transform: uppercase;
}

@keyframes loaderPillBounce {
    0% {
        transform: translateY(123px);
        animation-timing-function: var(--EASE_OUT_QUAD);
    }
    25% {
        transform: translateY(40px);
        animation-timing-function: var(--EASE_IN_QUAD);
    }
    50% {
        transform: translateY(120px);
        animation-timing-function: var(--EASE_OUT_QUAD);
    }
    75% {
        transform: translateY(20px);
        animation-timing-function: var(--EASE_IN_QUAD);
    }
    100% {
        transform: translateY(120px);
    }
}

@keyframes loaderPillFlop {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(450deg);
    }
    100% {
        transform: rotate(720deg);
    }
}

@keyframes loaderPillScale {
    0%   {
        transform: translateY(-15px) scale(1, 1);
        animation-timing-function: var(--EASE_OUT_QUAD);
    }
    25%  {
        transform: translateY(-15px) scale(0.7, 1);
        animation-timing-function: var(--EASE_IN_QUAD);
    }
    50%  {
        transform: translateY(-15px) scale(1, 1);
        animation-timing-function: var(--EASE_OUT_QUAD);
    }
    75%  {
        transform: translateY(-15px) scale(0.6, 1);
        animation-timing-function: var(--EASE_IN_QUAD);
    }
    100% {
        transform: translateY(-15px) scale(1, 1);
    }
}


/*=============================Terms And Conditions====================*/

.term-condition h4{
    font-size: 22px;
}

.term-condition h3{
    font-size: 26px;
}

.term-condition ul{
    padding-left: 25px;
}

.term-condition li{
    padding-bottom: 6px;
}

.term-condition a{
    color: #002676;
}

/*=============================Responsive Css==========================*/


@media (min-width: 576px) {
    .experience-modal .modal-dialog {
        max-width: 95%;
    }
}

@media(max-width: 1100px){
    .menu-right .form-select {
        padding: 0px 30px 2px 5px;
    }
    .appointment-btn {
        padding: 12px 12px;
        border: 1px solid #fff;
        font-size: 12px;
    }
    .header-menu .nav-item {
        padding: 10px 7px;
    }
    .header-menu .navbar-expand-lg .navbar-collapse {
        flex-shrink: 0;
    }
    .header-menu .container-fluid{
        padding: 0;
    }
    .inner-service-regulatory {
        height: 425px;
    }
    .inner-service-box {
        padding: 40px 20px;
    }
    .Affairs-box {
        height: 300px;
    }
    .support-box {
        height: 450px;
    }
    .blog-text {
        height: 275px;
    }
    .logo {
        width: 130px;
    }
}

@media(max-width:991px){
    .logo {
        width: 150px;
    }
    .header-menu .nav-item {
        padding: 0px 7px;
    }
    .appointment-btn {
        padding: 12px 22px;
        font-size: 14px;
    }
    .home-about-info {
        margin-top: 60px;
    }
    .blog-box figure img {
        height: 400px;
    }
    .footer-add{
        margin-top: 30px;
    }
    .footer-link{
        margin-top: 30px;
    }
    .our-mission-pic figure img {
        border-radius: 10px 10px 0px 0px;
    }
    .our-mission-text {
        padding: 20px 30px;
    }
    .our-mission-vission:nth-last-child(1) .row .our-mission-pic img {
        border-radius: 10px 10px 0px 0px;
    }
    .pharmaceutical-info{
        margin-top: 30px;
    }
    .inner-service-regulatory {
        height: auto;
        padding: 40px 20px;
    }
    .inner-service-box {
        padding: 40px 30px;
    }
    .support-box {
        height: auto;
        margin-bottom: 25px;
    }
    .blog-list-text {
        height: auto;
    }
    .blog-btn{
        margin-top: 24px;
    }
    .contact-us-box {
        text-align: left;
        padding: 25px 25px;
        margin-top: 25px;
        height: auto;
    }
    .contact-form {
        padding: 24px 0px;
    }
    .blog-text {
        height: auto;
    }
    .contact-icon {
        justify-content: flex-start;
    }
}
@media(max-width:767px){
    .banner video {
        height: auto;
    }
    .blog-box figure img {
        height: auto;
    }
    .commn-heading {
        width: 100%;
    }
    .what-do-pic img {
        height: auto;
    }
    .service-category-bg {
        padding: 50px 0;
    }
    .service-category-bg .px-0 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .our-strategic-box {
        height: auto;
    }
    .inner-banner-info {
        width: 100%;
    }
    .pharmaceutical-list li {
        width: 100%;
        margin-bottom: 8px;
    }
    .audit-service-pic figure img {
        height: auto;
    }
    .faq-box {
        padding: 50px 25px;
    }
    .blog-bottom-detail img {
        height: auto;
    }
    .contact-form-pic img {
        height: auto;
    }
    .nutraceutical-product-box {
        padding: 50px 20px;
    }
}

@media(max-width: 480px){
    .home-about-pic .dot-bg {
        display: none;
    }
    .home-about-pic::after{
        display: none;
    }
    .home-about-pic figure .img-fluid {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        height: auto;
    }
    .service-category-box span img {
        width: 45px;
    }
    .offer-box img {
        width: 45px;
    }
    .home-about-info {
        margin-top: 30px;
    }
    .about-pic .img-fluid {
        height: auto !important;
    }
    .inner-banner {
        height: 240px;
    }
    .strategic-icon span img {
        width: 40px;
    }
    .strategic-matters {
        padding: 30px 20px;
    }
    .pharmaceutical-pic figure img {
        height: 270px;
    }
    .inner-service-regulatory .strategic-icon span img {
        width: 50px;
    }
    .faq-box {
        padding: 40px 20px;
    }
}

@media(max-width:400px){
    .pharmaceutical-pic figure img {
        border-radius: 0;
        margin: 0px;
    }
    .pharmaceutical-pic figure {
        margin: 0;
    }
    .inner-service-regulatory {
        padding: 30px 12px;
    }
    .strategic-icon {
        padding-right: 10px;
    }
    .regulatory-section .container .row .col-lg-6:nth-child(even) .inner-service-regulatory .strategic-icon {
        padding-left: 10px;
    }
    .contact-us-box {
        padding: 25px 12px;
    }
    .appointment-box {
        padding: 30px 15px;
    }
}

@media(max-width:320px){
    .inner-banner-info li {
        font-size: 16px;
    }
}