@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("owl.carousel.css");
@import url("animate.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: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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "Roboto", serif;
}



::-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 {

    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", 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;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}



/*******code for style in website****/

.logo img {
    background-color: #f3faff;
    padding: 5px 52px;
}

.top-back {
    background-color: #FF6100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-head {
    display: flex;
    color: #fff;
}

.top-head p {
    margin: 0px;
    margin-left: 30px;
    padding: 6px 0px;
    font-size: 14px;
    color: #fff;
}

.socail-top {
    text-align: end;
    background-color: #E45903;
    padding: 8px 53px 9px 0px;
}

.socail-top i {
    width: 21px;
    margin: 0px 12px;
    color: #fff;
}

.socail-top i:hover {
    color: #30fffc;
}

.tab-content {
    margin-top: 50px;
}

.list-group {
    margin-top: 50px;
}


.group_flex {
    display: flex;
    margin-top: 7px;
    justify-content: start;
}


.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 6px 26px;
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
}

.headerf-0flex li a:hover {
    color: #ff1313;
}

.header {
    display: flex;
    align-items: center;
}

.darkHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #ffff;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -35px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
    padding-top: 5px;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 7px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #161414;
    text-transform: capitalize !important;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.dropdoqwn li a:hover {
    background-color: #fff;
    color: #222;
}

.meg:hover {
    background-color: #fff;
}

.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;
}

.search-tab {
    background-color: #f3faff;
    padding: 12px 25px;
    position: relative;
    height: 49px;
}


.search-tab i {
    position: absolute;
    left: 31px;
    top: 13px;
    font-size: 19px;
}

.search-index {
    border: none;
    outline: none;
    background-color: #f3faff;
    padding-left: 35px;
}

.search-index::placeholder {
    color: #000000;
}

/**about-pannel**/
.about-conte p:nth-child(1) {
    background-color: #BDF0EF;
    color: #161616;
    font-size: 16px;
    border-radius: 25px;
    display: inline-block;
    padding: 8px 18px;
}

.about-pannel {
    margin-top: 50px;
}



.about-conte h3 {
    font-size: 28px;
    font-weight: 500;
}

.colur-dark {
    background-color: #fff;
}

.about-conte p:nth-child(3) {
    color: #565656;
    font-size: 16px;
    margin-top: 15px;
    border-bottom: 1px solid;
    padding-bottom: 34px;
}

.about-icon-plan {
    display: flex;
    border-right: 1px solid #979797;
}

.about-icon-plan p {
    font-size: 19px;
    margin-left: 25px;
    font-weight: 500;
}

.about-icon-plan-2 {
    display: flex;
}

.about-icon-plan-2 p {
    font-size: 19px;
    margin-left: 25px;
    font-weight: 500;
}

/***product***/
.Medical-pro {
    text-align: center;
}

.Medical-pro h3 {
    font-size: 45px;
}

.Medical-pro p {
    margin: 0px;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 300;
}

.box-idenx {
    background-color: #fff;
    padding: 20px;
    margin-top: 40px;
    border: 1px solid #ccc;
}


.box-idenx img {
    width: 395px;
    height: 177px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.box-details p {
    margin: 0px;
    background-color: #FF6100;
    margin: 0px;
    padding: 9px 37px;
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.box-details i {
    font-weight: 600;
}

.box-details p:hover {
    background-color: #BDF0EF;
    color: #161616;
    transition: .4s all ease-in-out;
}

/***service***/
.servcie-pannel {
    margin-top: 80px;
    background-color: #DFDFDF;
    padding: 50px 0px;
}

.service-pro {
    text-align: center;
}

.service-pro h3 {
    font-size: 45px;
}

.service-pro p {
    margin: 0px;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 300;
}

.list-group-item.active {
    background-image: linear-gradient(to right, #BDF0EF, #F8F6F6);
    color: #ff6100;
    border: 1px solid #ff6100;
}

.about-pro {
    background-color: #fff;
    padding: 32px;
}

.about-photo img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    min-height: 200px;
    max-height: 300px;
}

.about-pro p {
    font-size: 15px;
    line-height: 29px;
    margin-top: 11px;
}

.read-more {
    background-color: #BDF0EF;
    color: #000;
    padding: 8px 14px;
    border-radius: 7px;
    font-size: 15px;
}



.read-more:hover {
    background-color: #ff6100;
    color: #ffffff;
    transition: .4s all ease-in-out;
}

.read-more-1 {
    background-color: #BDF0EF;
    color: #000;
    padding: 5px 14px;
    border-radius: 7px;
    font-size: 15px;
    margin-top: 47px;
    display: inline-block;
}



.read-more-1:hover {
    background-color: #ff6100;
    color: #ffffff;
    transition: .4s all ease-in-out;
}

.review-section {
    margin-top: 80px;
}

.cinte-top {
    text-align: center;
}

.cinte-top h3 {
    font-size: 45px;
}

.cinte-top p {
    margin: 0px;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 300;
}

.client p {
    font-size: 15px;
    color: #444444;
    margin-top: 10px;
}

.client-box {
    border: 2px solid #d9d8d8;
    border-radius: 8px;
    padding: 20px;
}

.client i {
    color: #FDC82C;
    margin-left: 5px;
}

.name-clinte {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.name-clinte img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.name-design {
    display: flex;
}

.name-design strong {
    padding-right: 20px;
    border-right: 1px solid #727272;
}

.name-design p {
    margin-left: 19px;
    margin-top: 10px;
    font-weight: 300;
}

.client-box {
    margin-left: 20px;
    margin-top: 40px;
}

.owl-next {
    display: none;
}

.owl-prev {
    display: none;
}

/**footer**/
footer {
    background-color: #BDF0EF;
    padding: 40px 0px 0px;
    margin-top: 40px;
}

.down-logo p {
    font-size: 14px;
    margin-top: 20px;
    color: #2c2b2b;
}

.about-down h2 {
    margin-top: 40px;
}

.about-down ul {
    padding: 0px;
    margin: 0px;
    margin-top: 13px;
}

.about-down li a {
    font-size: 15px;
    color: #2c2b2b;
}

.about-down li {
    padding-top: 6px;
}

.Contact-index h2 {
    margin-top: 40px;
}

.Contact-index ul {
    padding: 0px;
    margin: 0px;
    margin-top: 13px;
}

.Contact-index li a {
    font-size: 15px;
    color: #2c2b2b;
    display: flex
}

.Contact-index i {
    margin-right: 8px;
}

.Contact-index li {
    padding-top: 6px;
}

.copy-right {
    background-color: #313d4f;
    color: #fff;
    text-align: center;
    padding: 8px 0px;
    margin-top: 40px;
}

.copy-right p {
    margin: 0px;
}

/**about-pages**/
.all-pages img {
    width: 100%;
}

.all-pages {
    position: relative;
}

.all-pages-cont {
    position: absolute;
    top: 116px;
}

.all-pages-cont p {
    margin: 0px;
    font-size: 20px;
}

.all-pages-cont h2 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 40px;
    border-bottom: 3px solid #ff6100;
    display: inline-block;
}

.vission h2 {
    color: #000;
    font-size: 35px;
}

.vission p {
    font-size: 22px;
    margin: 10px 0px;
}

.vission i {
    color: #ff6100;
}

.vission {
    margin-top: 50px;
}

/***category***/
.category-pannel {
    margin: 60px 0px;
}

.category-top {
    text-align: center;
}

.category-top h3 {
    font-size: 40px;
}

.category-top p {
    margin-top: 10px;
}

.category-box {
    background-color: #fff;
    padding: 20px;
    margin-top: 40px;
    border: 1px solid #ccc;
}

.category-box img {
    width: 395px;
    height: 230px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.category-details p {
    margin: 0px;
    background-color: #FF6100;
    padding: 9px 20px;
    display: flex;
    color: #fff;
}

.category-details i {
    font-weight: 600;
}

.category-details {
    display: flex;
    background-color: #FF6100;
    justify-content: space-between;
}


.read-more-cate {
    background-color: #ff6100;
    color: #ffffff;
    padding: 9px 14px;
    font-size: 15px;
    display: inline-block;
}



.read-more-cate:hover {
    background-color: #BDF0EF;
    color: #1a1a1a;
    transition: .4s all ease-in-out;
}

/***gallery-box***/
.gallery-pannel { padding:50px 0px;}
.gallery-box { text-align: center; border: 1px solid #30fffc;    padding: 10px;
    border-radius: 10px;  margin-top: 40px;}

.gallery-box img {    object-fit: contain;
    aspect-ratio: 1 / 1;
    height: 225px;}



    .pagedetals{     padding: 60px 0px 0px;}
.pagedetals ul li{ background:url(../images/arrow.png) no-repeat; background-position:0px 9px; padding-left:15px; line-height:28px;}
.pagedetals ul{ margin-bottom:15px;}
.left-side {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.left-side img {
    width: 100%;
    object-fit: contain;
    height:400px;
}
.innerform {
    background: #eeebeb;
    color: #555;
    padding: 0 !important;
    margin: 7px;
    border-radius: 7px
}

.formpage5 h6 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0;
    background-color: #ff6100;;
    padding: 8px 8px;
    border-radius: 6px 6px 0 0;
}
.formpage5 {
    border-radius: 7px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    position: sticky;
    top: 90px;
    bottom: 0;
}

.innerform form {
    padding: 5px 25px
}

.forminner {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 12px !important;
    padding-top: 13px;
    padding-bottom: 9px
}

.inputname {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    padding: 7px 10px;
    width: 100%
}

.inputbutton {
    outline: 0;
    margin: 0 auto;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    background-color: #ff6100;;
    display: block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px
}
.catkeybox {
    background: #fff;
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    min-height: 380px;
    padding: 25px;
	text-align:center;
	box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
}

.catkeybox img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

.catkeybox a {
    border: 3px solid #fff;
    display: table;
    text-align: center;
    background: #ff6100;;
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
.productpdf a{ background:#ff6100; padding:5px 8px; text-align:center; color:#fff; font-size:16px; font-weight:500;display: block; border-radius:5px;}
.productpdf a:hover{ background: #00c5c1;; color:#fff;}
table{ width:100%;}
td{ border:1px solid #ccc; padding:5px;}
.left-side-p{position: sticky;
    top: 108px;
    bottom: 0;}
.muprolist{    display: inline-grid;}
.muprolist a {   color: #000;}
.accordion-button:focus {
    
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ff6100;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

 /***contact-page***/
 .easy-find {
    padding: 60px;
}

.all-details {
    display: flex;
}

.details {
    display: flex;
}

.details p {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.find-contact h3 {
    font-size: 46px;
}

.find-contact p {
    width: 658px;
    margin-top: 13px;
    margin-bottom: 22px;
}


.details-icon i {
    background-color: #ff6100;
    color: #ffffff;
    border-radius: 100%;
    padding: 9px 18px 0px 16px;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 21px;

}
.contact-details h2 { font-size: 27px;}
.contact-details a {
    color: #000;
}

.contact-details a:hover {
    color: #002fff;
}

.contact-details {
    margin-left: 10px;
}

/**contact-form***/
.contact-form {
    margin-bottom: 57px;
}

.form-contact p {
    margin: 0px;
}

.form-contact h1 {
    font-size: 44px;
    margin-bottom: 30px;
    margin-top: 8px
}

.name {
    border-radius: 30px;
    background-color: #AAF2FF;
    width: 100%;
    border: none;
    padding: 10px 22px;
    margin-bottom: 30px;
    outline: none;
}

.massgae-box {
    border-radius: 30px;
    background-color: #AAF2FF;
    width: 100%;
    border: none;
    padding: 20px 22px 146px;
    margin-bottom: 30px;
    outline: none;
}

.dicover-sub-4 {
  background: #ff6100;
    color: #fff;
    padding: 11px 22px;
    border-radius: 30px;
    display: inline-block;
	outline:none; border:none;
}

.dicover-sub-4:hover {
    color: #fff;
    background-color: #15d0ff;
}

tr:nth-child(1){ background:#efefef; color:#000000;}
.DESCRIPTION li{list-style: auto;}


.ws_controls{ display: none !important;}

