@charset "utf-8";
/***** Design By Sagar 4.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap');

/* CSS Document */
body {
    background: #fff;
    color: #1d1f23;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
    line-height: 26px;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

table {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

table td {
    border: 1px solid #ccc;
    padding: 2px 5px;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #004da5;
    --secondary: #f6821f;
}

.headerpart {
    background-color: #fff;
}

.cover {
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
}

.header-s {
    padding: 1px 10px;
    font-size: 12px;
}


/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    margin-left: 15px;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
    position: relative;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex {
    display: flex;

    align-items: center;
    flex-wrap: wrap;
}

.headerf-0flex li a {
    padding: 10px 25px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 0px;
    text-transform: uppercase;
    border-right: 1px solid #1d6422;

}

.headerf-0flex li a:hover {
    background: #adaf14;
    color: #fff;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInUp .5s forwards;
    z-index: 9999;
    box-shadow: 0px 2px 25px -6px #d9d4d4;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    min-width: 160px;
    background-color: var(--primary);
    top: 0;
}

.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 6px 12px;
    min-width: 250px;
    text-align: left;
    border-radius: 0px;
    color: #333;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #e6e6e9;
}

.dropdoqwn li a:hover {
    background-color: #0a3460;
    color: #fff;
}

.meg:hover {
    background-color: #0a3460;
}

.headerlist {
    padding: 10px 30px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}

.header-bg {
    background-color: #0a3460;
}

.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px #e7e9f1;
    animation: fadeInDown .4s;
    background-color: #fff;
}

.darkHeader .top-head {
    display: none;
}

.darkHeader .top-header {
    display: none;
}

.top-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    font-size: 14px;
    flex-wrap: wrap;
}


.social_media {
    text-align: center;
    font-size: 16px !important;
    transition: .5s ease-in-out;
    color: #646162 !important;
    padding: 1px 5px !important;
}

.email-b {
    align-items: center;
    display: flex;
    margin-left: 25px;
}

.email-b a {
    font-weight: 700;
    font-size: 16px;
    display: block;
    color: #0a3460;
    line-height: 20px;
}

.email-b i {
    font-size: 24px;
    margin-right: 14px;
    background: #edf2f5;
    color: #0a3460;
    border-radius: 50px;
    padding: 10px 13px;
}

.witxt_txt small {
    font-size: 14px;
    display: block;
    color: #868b9b;
}

.form1 {
    min-width: 550px;
    display: flex;
    position: relative;
}

.formset {
    padding: 12px 20px;
    background-color: #edf4f6;
    border: none;
    transition: .5s ease-in-out;
}

.formset::placeholder {
    color: #96989b;
    font-size: 15px;
}

.search {
    position: absolute;
    top: 0;
    background-color: transparent !important;
    color: #404040;
    border: none;
    font-weight: bold;
    width: 40px;
    outline: none;
    top: 5px;
    left: 9px;
}

.button1 {
    background-color: #edf4f6;
    border: none;

    width: 55px;
    height: 48px;
    text-align: center;
    /* padding: 0px 13px; */
    font-weight: 700;
    top: 4px;
    color: #222;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 21px;
    padding-right: 17px;
    padding-top: 7px;
}

.top_section {
    background-color: #f2f2f2;
    padding: 1px 0px;
    font-size: 12px;
    color: #232323;
}

.top_section p {
    margin-bottom: 0px;
    color: #232323;
}

.top_section a {
    color: #232323;
}

.from_panel {
    display: flex;
}

.control {
    width: 280px;
    height: 47px;
    border-radius: 0px;
    background: #edf2f5;
    border: none;
    letter-spacing: .5px;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    border-left: 1px solid #d1d8dc;
}

.location {
    background: #adaf14;
}

.control:focus {
    background: #edf2f5;
}

.control::placeholder {
    color: #a9abad;
}

.searchedvbg {
    background: #edf2f5;
    border-radius: 50px;
}

.searchedvbg strong {
    color: #000;
    padding-left: 7px;
    line-height: 50px;
}

.searchedvbg span {
    color: #0a3460 !important;
}

.search2 {
    background-color: transparent;
    color: #fff;
    border: none;
    background: #edf2f5;
    height: 47px;
    border-radius: 0px 25px 25px 0px;
}

.search2 i {
    font-size: 20px;
    margin-right: 0px;
}


.from_area {
    background: #fff;
    height: 100%;
    padding: 2rem;
}

.from_area small {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
}

.from_area h3 {
    font-size: 18px;
    text-align: center;
    color: #000;
}

.control1 {
    border-radius: 5px;
    letter-spacing: .5px;
    font-size: 15px;
    outline: none !important;
    box-shadow: none !important;
    margin-top: .5rem;
    padding-left: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-family: 'Poppins', sans-serif;
}

.control1::placeholder {
    color: #555;
}

.search3 {
    background: #0a3460;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 30px;
    border-radius: 5px;
    border: none;
    margin-top: 1rem;
    color: #fff;
}

.control1:focus {
    border-color: #0a3460 !important;
}

.footer-section {
    background: #fff;
    color: #111111;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}

.footer-section a {
    color: #111111;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding: 20px;
    margin-top: 10px;
}

.footer-section li {
    display: inline-block;
}

.footerlist {
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
}

.footericons {
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}

.footerbottom {
    margin-top: 10px !important;
    background: #adaf14;
    font-size: 26px;
    padding: 14px 0px;
    text-align: center;
    color: #fff;
}

.footerdown {
    text-align: center;
    padding: 2px 15px;
    background: #fff;
    color: #222;
}

.footerdown a {
    color: #222;
    padding: 3px 0px 12px 0px;
}

.icons_d i {
    color: #ff7c00;
    font-size: 22px;
    padding-right: 16px;
}

.contact_area2 {
    padding-left: 0px;
    padding-right: 60px;
    padding-top: 30px;
    text-align: left;
}

.contact_area2 i {
    font-size: 18px;
}

.goog-te-gadget .goog-te-combo {
    border: 1px solid #ccc !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.whats_group {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 999;
}


.diplay_area {
    display: none;
    right: 25px;
    position: absolute;
    bottom: 80px;
    transition: 1s ease-in-out;
    overflow: hidden;
    animation: fadeIndown 1s;
}

.card-body {
    flex: 1 1 auto;
    padding: 0rem;
    border: 1px solid #fff;
}

.mailwhatappbg {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);
}

.inner {
    background: #085e53;
    border-radius: 10px 10px 0px 0px;
    padding: 8px;
}

.whatsapp {
    border: none;
    background-color: #fffdfb;
    color: #5aca5a;
    font-size: 32px;
    box-shadow: 0px 1px 25px 9px #d7d7d7;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 999;
}

.add_area {
    margin-bottom: 120px;
}

.close {
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    right: 10px;
    position: absolute;
    top: 8px;
}

.whatappnum {
    color: #FFFFFF;
    margin-top: 5px;
    font-size: 16px;
}

.whatappinput {
    background: #eaeaea;
    border: none;
    border-radius: 20px;
    padding: 7px 15px;
    width: 100%;
    color: #000;
    font-size: 14px;
    outline: none;
}

.whatappbutton {
    outline: none;
    border: none;
    background: none;
    margin-top: 5px;
}

.whatappinput::placeholder {
    color: #333 !important;
    font-size: 15px;
}

.whatappimage img {
    display: table;
    aspect-ratio: 1 / 0;
    object-fit: contain;
    margin: 0 auto;
}

/** End of Whatsapp Chat **/
/** Content **/
.companyname {
    font-size: 36px;
    text-align: center;
    color: #0a3460;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.companyname strong {
    color: #adaf14 !important;
}

.aboutuspage strong {
    color: #0a3460;
}

.centercontent ul li {
    background: url(../images/arrowright.png) no-repeat;
    background-position: 0px 7px;
    padding-left: 18px;
}

.companyhead {
    font-size: 22px;
    text-align: center;
}

.indexcontent h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

.indexcontent a {
    background: #adaf14;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}

.indexcontent a:hover {
    background: #09310c;
}

.pro_txt {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #515354;
}

.owl-prev {
    width: 34px;
    height: 44px;
    left: 0;
    font-size: 26px;
    text-align: center;
    padding: 2px;
    color: #222;
    opacity: 1;
    transition: .5s ease-in-out;
}

.owl-next {
    width: 34px;
    height: 44px;
    font-size: 26px;
    text-align: center;
    padding: 2px;
    color: #222;
    opacity: 1;
    transition: .5s ease-in-out;
}

.owl-buttons {
    display: flex;
    position: absolute;
    right: 0;
    top: -66px;
}

.product_bg {
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid #d9d9d9;
    margin: 0px 5px 0px 5px;
}

.product_bg img {
    display: table;
    aspect-ratio: 1 / 0;
    object-fit: contain;
    margin: 0 auto;
    height: 240px;
	    width: 100%;
}

.prosecbg {
    background: #e0fff6;
    padding: 50px 0px;
    margin-top: 50px;
}

.prosecbg h3 {
    font-size: 36px;
    color: #0a3460;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.prosecbg strong {
    color: #adaf14;
}

.prosecbg1 {
    background: #ffdfe4;
    padding: 50px 0px;
}

.prosecbg1 h3 {
    font-size: 36px;
    color: #034391;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.prosecbg1 strong {
    color: #0a3460;
}

.qulaitypage {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.qulaitypage strong {
    color: #0a3460;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}

.qulaitypage i {
    font-size: 50px;
    padding-bottom: 15px;
}

.charexpertbg {
    background: #034391;
    color: #fff;
}

.charexpertbg img {
    display: block;
    aspect-ratio: 1 / 0;
    object-fit: cover;
}

.knowmedicine {
    padding: 70px 50px 50px 0px;
    font-size: 20px;
    font-weight: 300;
}

.knowmedicine h4 {
    font-size: 40px;
    padding-bottom: 15px;
}

.bottomcontent {
    background: #f9fafc;
    padding: 40px 0px;
    border-bottom: 1px solid #eaebed;
}

.bread {
    padding: 8px 0px;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    box-shadow: inset -1px 1px 24px 2px rgb(0 0 0 / 14%);
}

.contactinput {
    border: 1px solid #e9eef0;
    padding: 7px 10px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding-left: 35px;
}

.inputbutton {
    outline: none;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    background-color: #0a3460;
    display: block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}

.fromincons {
    position: absolute;
    font-size: 18px;
    margin: 8px 10px;
    color: #919191;
}

.usefulltags ul li {
    display: inline-block;
}

.usefulltags ul li a {
    background: #ebfffe;
    border: 1px solid #c8edec;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 3px;
}

.usefulltags ul li a:hover {
    background: #034391;
    color: #fff;
}

.leftimages {
    border-right: 1px solid #dedcdc;
    padding: 15px;
}

.leftimages img {
    display: table;
    aspect-ratio: 1 / 0;
    object-fit: contain;
    margin: 0 auto;
    height: 350px;
}

.rightfrom {
    border-left: 1px solid #dedcdc;
    background: #ebfffe;
    padding: 15px 20px;
}

.centercontent {
    padding: 15px 20px;
    font-weight: 400;
    color: #333639;
    font-size: 15px;
}

.centercontent strong {
    color: #0a3460;
}

.centercontent small {
    line-height: 20px !important;
    color: #666666;
}

hr {
    margin: 0px;
    background-color: #898787;
}

.centercontent hr {
    margin: 10px 0px;
    background-color: #898787;
}

.centercontent h1 {
    font-size: 24px;
    color: #0a3460;
    font-weight: 700;
}

.centercontent ul li {
    background: url(../images/arrowright.png) no-repeat;
    background-position: 0px 7px;
    padding-left: 18px;
}

.rightfrom h2 {
    font-size: 18px;
    color: #0a3460;
    padding-bottom: 15px;
}

.hidden {
    display: none;
}

.relaitedpro span a {
    background: #ebfffe;
    border: 1px solid #c8edec;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 3px;
}

.relaitedpro span a:hover {
    background: #034391;
    color: #fff;
}

.companyname121::first-letter {
    color: #ed0e17 !important;
}

.imagecollage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

.imagecollage a {
    flex-grow: 1;
}

.imagecollage img {
    max-height: 268px;
    flex-grow: 1;
    object-fit: contain;
    aspect-ratio: 1/1;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 9px;
    width: 97%;
}

.f-media a {
    display: inline-block;
    padding: 6px;
    color: #0a3460;
    border: 1px solid transparent;
    width: 47px;
    height: 47px;
    margin: 4px;
    font-size: 29px;
    transition: .4s ease-in-out;
    border-radius: 100px;
    margin-bottom: 15px;
}

.f-media a:hover {

    color: #ed0e17;
}

.contactbg {
    background: #e9f6fd;
    padding: 50px 0px;
    color: #000;
    border-top: 1px solid #dfdfdf;
}

.contactenquiry {
    background: #fff;
    padding: 20px 20px;
}

.contactenquiry h4 {
    color: #0a3460
}

.contactusinput {
    width: 100%;
    border: 5px solid #dce3dd;
    padding: 8px 15px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: none;
    border-radius: 8px;
}

.contactenquiry label {
    color: #626e64;
}

.contactbutton {
    background-color: #ed0e17;
    color: #fff;
    font-size: 18px !important;
    padding: 10px 20px !important;
    white-space: nowrap;
    border-radius: 4px !important;
    border: none;
    width: 100%;
}

.contactinfo {
    font-size: 20px;
}

.contactinfo i {
    border-radius: 100px !important;
    color: #0a3460;
    width: 80px;
    padding: 10px;
    font-size: 44px;
}

.contacthead strong {
    color: #0a3460;
}

.mobilefixed {
    position: fixed;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    color: #fff;
    display: flex;
    text-align: center;
    z-index: 99999 !important;
    box-shadow: -8px 2px 21px 0 rgba(136, 136, 136, .4);
    border-radius: 10px 10px 0 0
}

.mobilefixed ul {
    width: 100%
}

.mobilefixed li {
    display: inline-block;
    width: 19%;
    margin-bottom: -11px
}

.mobilefixed li a {
    color: #000 !important;
    padding: 10px 15px 0 15px;
    font-weight: 400;
    font-size: 13px;
    display: inline-block
}

.google {
    padding-top: 20px
}

.mobilefixed img {
    width: 22px;
    margin: 0 auto
}

.home-cions {
    background-color: #fff;
    border-radius: 100px;
    padding: 15px !important;
    height: 52px !important;
    position: relative;
    top: -42px;
    box-shadow: 0 0 9px 0 #a0a0a0
}

.home-cions img {
    width: 24px;
    margin-top: -3px
}

.mobilefixed span {
    width: 100%;
    display: block;
    font-size: 12px
}

.galleryindex img {
    height: 268px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.productpdf a{ background:#adaf14; padding:5px 8px; text-align:center; color:#fff; font-size:16px; font-weight:500;display: block; border-radius:5px;}
.productpdf a:hover{ background:#0a3460; color:#fff;}