@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #282828;
    font-size: 14px;
    background-color: #fff;
    user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -ms-user-select: none !important;
    top: 0px !important;
}
body > .skiptranslate {
    display: none;
}

a {
    text-decoration: none !important;
}

* {
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/******** HEADER STYLES START HERE  ******/
.header {
    height: 100px;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    transition: height 0.3s ease;
}

.homepage .header {
    background-color: transparent;
}

.homepage .content-space {
    margin-top: 0;
}

.header .container {
    position: relative;
}

.fixed-header .header {
    height: 80px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    
}
header>div.container{
    display: flex;
    align-items: center;
}


.header .navbar {
    padding: 0;
}

.header .navbar a img {
    height: 58px;
}


.header .navbar .nav-item>.nav-link {
    padding: 10px 20px;
    color: #525659;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.header .navbar .nav-item:hover>.nav-link,
.header .navbar .nav-item.active>.nav-link,
.header .navbar .nav-item.show .nav-link {
    color: #0099ab;
}

.header .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 40px;
    width: 220px;
}

.header .navbar .nav-item.dropdown .dropToggleIcon {
    display: none;
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 99;
    cursor: pointer;
    border: 0;
    background-color: unset;
}

.header .navbar .nav-item.dropdown.show .dropToggleIcon {
    transform: rotate(90deg);
}

.header .navbar .nav-item.dropdown .dropToggleIcon:focus {
    outline: none;
}

.header .navbar .nav-item.dropdown:hover .dropToggleIcon,
.header .navbar .nav-item.dropdown.active .dropToggleIcon {
    color: #0099ab;
}

.header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 20px;
    font-size: 15px;
    white-space: normal;
    color: #525659;
}

.header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #009bac;
    color: #fff !important;
}

.header .navbar-light .navbar-toggler {
    padding: 0;
    border: 0;
}

.header .navbar-light .navbar-toggler:focus {
    outline: none;
}

.header .navbar-nav .dropdown-menu.show {
    display: none;
}

/* .header-whatsapp {
    position: absolute;
    right: -35px;
    top: 10px;
    animation: zoom 2s ease infinite;
} */

@keyframes zoom {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.header-whatsapp img {
    height: 36px;
}

.index-menu.header .navbar .nav-item>.nav-link {
    color: #525659;
}

.index-menu.header .navbar .nav-item:hover>.nav-link,
.index-menu.header .navbar .nav-item.active>.nav-link,
.index-menu.header .navbar .nav-item.show .nav-link {
    color: #284a64;
}

.fixed-header .white-logo {
    display: none !important;
}

.fixed-header .color-logo {
    display: block !important;
}

.fixed-header .index-menu.header .navbar .nav-item:hover>.nav-link,
.fixed-header .index-menu.header .navbar .nav-item.active>.nav-link,
.fixed-header .index-menu.header .navbar .nav-item.show .nav-link {
    color: #0099ab;
}

.fixed-header .index-menu.header .navbar .nav-item>.nav-link {
    color: #525659;
}

/******** HEADER STYLES ENDS HERE  ******/


/******** FOOTER STYLES START HERE  ******/
.footer-section {
    overflow: hidden;
}

.footer {
    background-color: #0099ab;
    color: #fff;
}

.footer-row {
    padding: 50px 0;
}

.footer .footer-logo img {
    width:220px;
}

.footer .footer-heading {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
}

.footer .footer-heading::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

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

.footer .footer-branches ul li a {
    color: #fff;
    font-weight: 600;
}

.footer .footer-branches ul li a b {
    font-weight: 600;
}

.footer .footer-strip {
    background-color: #333;
}

.footer .footer-branches ul li a:hover {
    color: #b1aeae;
}

.footer .footer-branches ul li img {
    height: 15px;
    margin-right: 10px;
}

.footer .footer-form p {
    margin-bottom: 8px;
    font-weight: 500;
}

.footer .footer-form p a {
    color: #fff;
}

.footer .footer-form p a:hover {
    color: #b1aeae;
}

.footer .footer-form p b {
    font-weight: 600;
    color: #90c2e9;
}

.footer-strip .footer-links {
    margin: 0;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-form .form-control {
    /* background-color: #383838;
    border-radius: 0;
    border: 0;
    padding: 11px 25px;
    color: #848383;
    font-size: 13px;
    height: 42px; */
    font-size: 13px;
    height: 34px;
    border-radius: 4px 0 0 4px;
}

.footer .footer-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.footer .footer-form .form-control::placeholder {
    font-size: 13px;
}

.footer .footer-form .btn-primary {
    background-color: #59a8e5;
    border-color: #59a8e5;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    padding: 6px 10px;
    line-height: 1;
    height: 34px;
}

.footer .footer-form .btn-primary:hover {
    background-color: #5092c4;
    border-color: #5092c4;
}

.footer .we-aim {
    text-align: center;
    padding: 30px 0;
    background-color: #009bac;
}

/*.footer-strip {
    background-color: #191919;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}*/
/* ul.social-icons {
    margin-bottom: 10px !important;
} */

ul.social-icons li a {
    margin-right: 12px;
    color: #fff;
    padding: 4px;
    display: inline-block;
    font-size: 18px;
}

.footer .terms-links {
    display: block;
    padding-top: 10px;
    margin-left: -6px;
    margin-top: 40px;
}

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

ul.social-icons li a:hover {
    color: #fff;
}

ul.social-icons li a img {
    height: 30px;
}

ul.terms-links a {
    padding: 8px 10px;
    color: #fff;
}

ul.terms-links a:hover {
    color: #89c3ef;
}

/******** FOOTER STYLES ENDS HERE  ******/


.main-block {
    min-height: 100vh;
    background-image: linear-gradient(to right, #d6e5f1b5, #7dcfdb69), url(../images/banner.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
}

.main-block .main-block-content {
    max-width: 720px;
}

.main-block .main-block-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.btn-white-outline,
.main-block .main-block-content .btn {
    border: 1px solid#fff;
    color: #fff;
    padding: 8px 35px;
}

.btn-white-outline:hover,
.main-block .main-block-content .btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: #0099ab;
}

.main-slider .main-block {
    padding: 0;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #1387eb80, #2b5a645c), url(../images/slider2.jpg);
}

.main-slider .main-block.banner2 {
    background-image: linear-gradient(to right, #1387eb80, #2b5a645c), url(../images/home-page-slider.png);
}

.main-slider .main-block.banner3 {
    background-image: linear-gradient(to right, #5d809f80, #467f8b5c), url(../images/slider6.jpg);
}




.btn-white {
    background-color: #fff !important;
    color: #0099ab !important;
    padding: 8px 35px;
}

.btn-white:hover {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-white-round {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #0099ab;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 31px;
}

.btn-white-round:hover {
    background-color: #259aaa !important;
    border-color: #259aaa !important;
    color: #fff;
}

.content-space {
    margin-top: 100px;
}

.join-team-block {
    overflow: unset !important;
}

.join-team-content {
    background-image: url(../images/bg-join.jpg);
    background-color: #437ee4;
    color: #fff;
    align-items: center;
    padding: 40px 100px 40px 60px;
    justify-content: space-between;
    margin-top: -80px;
}

.section-title {
    font-size: 35px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.section-title.blue-text {
    color: #0099ab;
}

.join-team-left h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
}

.join-team-left p {
    font-size: 18px;
}

.about-block {
    /* background-color: #f5f5f5; */
    /* background-color: #3aa1b417; */
}

.about-block .about-block-left img {
    width: 487px;
    max-width: 100%;
}

.about-block .about-block-right p {
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 1.6;
    text-align: justify;
}

.about-block .about-block-right p.italic {
    margin-bottom: 15px;
}

.about-block .about-block-right h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.count-block {
    background-image: linear-gradient(to right, #259aab 25%, #2377bf 74%);
    padding: 40px 15px;
    color: #fff;
    text-align: center;
}

.count-block h3 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 4px;
}

.services-block {
    padding: 90px 0 65px;
    text-align: center;
}

.invision-section {
    padding: 80px 15px;
}

.invision-section .padding-right {
    padding-right: 60px !important;
}

.services-content .italic-text {
    font-style: italic;
    font-size: 14px;
    max-width: 450px;
    margin: 0 auto 34px;
}

.services-list li {
    padding: 30px 30px 10px;
}

.services-list li .service-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
    background-color: #ec3961;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-list li:nth-child(2) .service-img {
    background-color: #6f50a0;
}

.services-list li:nth-child(3) .service-img {
    background-color: #1c75b9;
}

.services-list li:nth-child(4) .service-img {
    background-color: #33b89d;
}

.services-list li:nth-child(5) .service-img {
    background-color: #29b473;
}

.services-list li:nth-child(6) .service-img {
    background-color: #f7ad40;
}

.services-list li .service-img img {
    height: 65px;
}

.services-list li h3 {
    font-size: 18px;
    color: #090b55;
    font-weight: 600;
    margin-bottom: 8px;
}

.services-list li p {
    font-size: 13px;
}

.gradiant-section,
.our-products-block {
    background-image: linear-gradient(to right bottom, #19a588, #1a6aa7);
    padding: 90px;
    text-align: center;
}

.our-products-block .section-title {
    color: #fff;
}

.our-products-block .italic-text {
    font-style: italic;
    font-size: 14px;
    color: #fff;
    max-width: 450px;
    margin: 0 auto 30px;
}

.our-products-block .products-list {
    margin-bottom: 15px;
}

.our-products-block .products-list li {
    padding: 8px 15px 30px;
}

.our-products-block .products-list .product-img {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 0 auto 15px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.our-products-block .products-list .product-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* border: 3px solid #fff; */
    border-radius: 6px;
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    transform: scale(1);
}

.our-products-block .products-list .product-img:hover img {
    transform: scale(1.1);
    border-radius: 6px;
}

.our-products-block .products-list li h4 {
    color: #fff;
    font-size: 18px;
}

.expertise-block {
    text-align: center;
    padding: 90px 0 60px;
}

.expertise-block .italic-text {
    font-size: 14px;
    font-style: italic;
    max-width: 450px;
    margin: 0 auto 18px;
}

.expertise-list {
    padding: 40px 60px 20px;
}

.expertise-list .slick-slide .expertise-img {
    padding: 0;
    height: 150px;
    display: block;
    margin: 0 auto 20px;
}

.expertise-list li {
    margin: 0 15px;
    height: 100%;
}

.expertise-list a {
    padding: 20px;
    display: block;
    height: 100%;
    border-radius: 15px;
    background-color: #fbfbfb6b;
    border: 0.1px solid #cccccca6;
}

.expertise-list a:hover {
    background-color: #e4e9f7;
    box-shadow: 3px 3px 8px -1px #ccc;
}


.expertise-list .slick-slide .expertise-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 4px;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.expertise-list .slick-arrow {
    top: 40%;
}

.expertise-list .slick-arrow:before,
.expertise-list .slick-arrow:before {
    content: "\73";
    font-size: 80px;
    font-family: 'tssfont' !important;
    color: #aaaaaa;
}

.expertise-list .slick-next:before {
    content: "\74";
}

.expertise-list .slick-next {
    right: 38px;
}

.expertise-list .slick-slide h4 {
    font-size: 18px;
    color: #525659;
    min-height: 48px;
}

.appointment-block {
    background-image: linear-gradient(to right, #259aab 25%, #2377bf 74%);
    padding: 40px 15px;
    color: #fff;
}

.appointment-block .appointment-content {
    align-items: center;
}

.appointment-left {
    display: flex;
    align-items: center;
}

.appointment-left img {
    width: 60px;
    margin-right: 16px;
}

.appointment-block .appointment-left h2 {
    color: #fff;
    margin-bottom: 8px;
}

.happy-clients-block {
    text-align: center;
    padding: 90px 0 60px;
}

.happy-clients-content .italic-text {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 45px;
}

.happy-client-list {
    width: 75%;
    margin: 0 auto;
}

.happy-client-list li {
    text-align: center;
}

.happy-client-list li .happy-client-msg {
    padding: 30px 15px 30px 15px;
    background-color: #1a75bb;
    color: #fff;
    font-style: italic;
    position: relative;
}

.happy-client-list li .happy-client-msg::after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background-color: #1a75bb;
}

.happy-client-list li .happy-client-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 15px auto;
}

.happy-client-list li .happy-client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.happy-client-list li h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a75bb;
}

.happy-client-list li p {
    color: #FC5C7D;
    font-size: 16px;
}

.pursing-block {
    background-image: url('../images/bg-pursing.jpg');
    background-position: center center;
    background-size: cover;
    padding: 90px 0 0;
    text-align: center;
}

.pursing-block .section-title {
    color: #fff;
}

.pursing-block p {
    font-size: 18px;
    color: #fff;
    margin: 0 auto 30px;
}

.pursing-block .pursing-img {
    margin-top: 50px;
}

.pursing-block .pursing-img img {
    width: 70%;
}


.brand-partners-block {
    text-align: center;
    padding: 90px 0 60px;
}

.brand-partners-content .italic-text {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 45px;
}

.brand-partners-list {
    justify-content: center;
}

.about-partners {
    align-self: center;
}



.brand-partners-list li {
    /* width: 20%; */
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.mrq-ctrl {
    position: relative;
}

.mrq-ctrl a span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.marquee-iconleft {
    color: #fff !important;
    position: absolute;
    top: -52px;
    display: flex;
    left: -35px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #000000bf;
    border-radius: 50px;
    text-decoration: none;

}

.marquee-iconright {
    color: #fff !important;
    position: absolute;
    top: -52px;
    display: flex;
    right: -35px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #000000bf;
    border-radius: 50px;
    text-decoration: none;
}

.logo-list .logo-item {
    padding: 15px 25px;
}

.logo-list .logo-item img {
    height: 45px;
}

.brand-partners-list li img {
    height: 45px;
}

.brand-partners-list li .img5 {
    height: 50px;
}

.brand-partners-list li .img7 {
    height: 35px;
}

.brand-partners-list li .img11,
.brand-partners-list li .img12,
.brand-partners-list li .img13 {
    height: 60px;
}

.about-partners li {
    padding: 20px !important;
}

.about-partners li img {
    height: 35px;
}

.about-partners li .img7 {
    height: 28px;
}

.about-partners li .img11,
.about-partners li .img12,
.about-partners li .img13 {
    height: 42px;
}

.about-partners li::after,
.about-partners li::before {
    content: unset !important;
}

.send-enquiry-form {
    /* background-color: #f1f1f1; */
    padding: 10px 0 10px 50px;
}

.home-send-enquiry {
    position: relative;
}

.home-send-enquiry::before {
    position: absolute;
    content: "";
    width: calc(50% - 15px);
    height: 100%;
    right: 0;
    top: 0;
    /* background-color: #f1f1f1; */
}

.home-send-enquiry h4 {
    font-size: 18px;
    margin-bottom: 30px;
}

.home-send-enquiry .form-control {
    border-radius: 0;
    border-color: #e2e2e2;
    font-size: 14px;
    height: 44px;
}

.home-send-enquiry select {
    border-radius: 0;
    border-color: #e2e2e2;
    background-color: #fff;
    border-right: 0;
    width: 50px;
}

.home-send-enquiry select:focus {
    outline: none;
}




.home-send-enquiry .form-control::placeholder {
    color: #a79f9f;
}

textarea {
    height: initial !important;
}

.home-send-enquiry .btn {
    border-radius: 30px;
    background-color: #0099ab;
    border-color: #0099ab;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 11px 25px;
}

.home-send-enquiry .btn:hover {
    background-color: #a6a8ab;
    border-color: #a6a8ab;
}

.home-send-enquiry .btn:focus {
    box-shadow: none;
    outline: none;
}



.appointment-form-block {
    /* background-color: rgba(255, 0, 0, 0.486); */
    background-image: url("../images/appointment-bgr.png");
    background-position: top left;
    background-size: cover;
    /* background-image: ; */
    position: relative;
    padding: 100px 0 85px;
}

.appointment-form-block::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.appointment-form {
    position: relative;
    z-index: 1;
    background-color: #1a75bb;
    max-width: 800px;
    padding: 50px 30px;
    margin: 0 auto;
    color: #fff;
}

.appointment-form .section-title {
    color: #fff;
    text-align: center;
}

.appointment-form p {
    text-align: center;
    font-weight: 600;
    max-width: 550px;
    margin: 0 auto 46px;
}

.appointment-form .form-control {
    border-radius: 0;
    color: #8F8F8F;
    padding: 11px 25px;
    height: 46px;
    line-height: 44px;
}

.appointment-form .form-select {
    padding: 10px 25px 12px;
}

.appointment-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.appointment-form .form-control::placeholder {
    color: #a79f9f;
}

.appointment-form .btn {
    padding: 12px 25px;
    background-color: #fff;
    border-color: #4845c1;
    border-radius: 30px;
    color: #009bac;
    font-size: 14px;
    font-weight: 500;
}

.appointment-form .btn:hover {
    background-color: #a6a8ab;
    color: #fff;
}

.appointment-form .btn:focus {
    outline: none;
    box-shadow: none;
}


.scroll-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #0099ab;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    box-shadow: 0px 0px 5px #fff;
}

.scroll-top i {
    line-height: 1;
}


.scroll-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999;
}

.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
    color: #ffffff;
    text-decoration: none;
}

.whatsapp-btn {
    display: none !important;
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0dc143;
    color: #fff;
    animation: zoom-in-zoom-out 2s ease infinite;
}

.whatsapp-btn:hover {
    background-color: #16b646;
    color: #fff;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.zc-page-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
}

.zc-page-navigation a {
    color: #fff;
    display: flex;
    align-items: center;
}

.zc-page-navigation a i {
    line-height: 1.5;
}

.zc-page-navigation a:hover {
    color: #000;
}

.zc-page-navigation li {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.zc-page-navigation .page-navigator {
    margin: 0 20px;
}

.zc-page-navigation .page-name {
    margin-left: 5px;
}


/* banner Header section style start header */

.banner-header {
    min-height: 200px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #259aab 20%, #227cba 100%);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.banner-title h4 {
    font-family: poppins, Sans-serif;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
}

.banner-title .article-title {
    font-size: 35px;
}

.product-contact {
    background-color: #0099ab;
    padding: 24px 30px 35px;
    border-radius: 5px;
    position: relative;
    color: #fff;
}

.product-contact h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.product-contact a {
    background-color: #fff;
    color: #594198;
    padding: 6px 15px;
    margin-top: 18px;
    position: absolute;
    font-weight: 600;
    font-size: 13px;
    border-radius: 2px;
}

.service-section .service-section-img img,
.modern-img-div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-body-img img,
.our-core-value-li-img img,
.service-section-img,
.surgery-img-div img,
.modern-img-div img,
.register-notice-img img {
    height: 100%;
    width: 100%;
}

.service-decription {
    padding: 80px 10px 80px 80px;
    max-width: 70%;
}

.vision-mission-list ul {
    padding-left: 20px;
}

.vision-mission-list ul li {
    list-style-type: disc;
    margin-bottom: 6px;
    font-size: 15px;
    color: #8f8f8f;
}

.vision-mission-list ul li span {
    font-weight: bold;
    color: #918e8e;

}


.heading-title {
    color: #525659;
    font-family: poppins, Sans-serif;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 25px;
}

.heading-title span {
    color: #0099ab;
    font-weight: 600;
}

.service-decription p {
    color: #8f8f8f;
    font-family: poppins, Sans-serif;
    font-size: 17.6px;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 0.9rem;
    text-align: justify;
}

.service-decription p:last-child {
    margin-bottom: 0rem;
}

.service-decription.no-max {
    max-width: 100%;
    padding: 80px 15px;
}

.opertion-img-main {
    position: relative;
    /* padding-top: 80px; */
}

.surgery-img-div {
    width: 100%;
}

.modern-img-div {
    width: 280px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition-duration: 0.6s;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF;
    position: absolute;
    right: -30px;
    top: 130px;
    z-index: 0;
}

.daily-information {
    padding: 90px 0;
}

.register-notice {
    min-height: 165px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #2a96a7 10%, #1d75ac 100%);
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

.register-notice-img {
    width: 60px;
    height: auto;
}

.register-notice-description {
    padding: 0 15px 0 20px;
}

.register-notice-description h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 6px;
}

.register-notice-description p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

.register-notice .btn {
    font-weight: 600;
    margin-left: auto;
}

.register-notice-description .btn {
    display: none;
}

.our-core-value {
    padding: 90px 15px;
}

.our-core-value-main h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #525659;
    text-align: center;
}

/* .our-core-value-main h1 span {
    font-weight: 400;
} */

.our-core-value-main p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #8f8f8f;
    max-width: 85%;
    margin: 5px auto;
}

.our-core-value-ui {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25px;
}

.our-core-value-ui li {
    max-width: 33.3%;
    flex: 0 0 33.3%;
    text-align: center;
    padding: 35px;
}

.our-core-value-li-img {
    height: 100px;
    width: 100px;
    margin: auto;
}

.our-core-value-li-main h3 {
    margin: 15px 0 20px;
    font-size: 22px;
    color: #000;

}

.our-core-value-li-main p {
    color: #8f8f8f;
    font-family: poppins, Sans-serif;
    font-size: 14px;
}

.our-core-value-li:first-child,
.our-core-value-li:nth-child(2) {
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #EBEBEB;
}

.our-core-value-li:nth-child(3) {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EBEBEB;
}

.our-core-value-li:nth-child(4),
.our-core-value-li:nth-child(5) {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #EBEBEB;
}
.our-core-value-li:nth-child(6) {
    border-bottom: 0;
}

/* .our-core-value-li:last-child {
    display: flex;
    align-items: center;
    justify-self: center;
} */

/* .our-core-value-li:nth-child(7) {
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #EBEBEB;
} */

/* .our-core-value-li:last-child h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
} */

.about-video {
    background-image: url(../images/bed.jpg);
    background-position: center center;
    background-size: cover;
    height: 410px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-video::after {
    background-color: #000000;
    opacity: 0.75;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
}

.video-model-one {
    text-align: center;
}

.video-model-one h1 {
    color: #FFFFFF;
    font-size: 61px;
    margin-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
}

.video-model-one h1 span {
    color: #1e659d;
}

.nd-experts {
    padding: 100px 0;
}

.nd-experts-title {
    color: #525659;
    font-family: poppins, Sans-serif;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
}

.play-video img {
    display: block;
    max-width: 100%;
    margin: auto;
    height: 120px;
}

.nd-experts-menu {
    display: flex;
    flex-wrap: wrap;
}

.nd-experts-menu li {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 15px;
}

.nd-experts-menu li .card-body-img {
    height: 280px;
}

.expertise-card li .card-body-img {
    height: 200px;
}

.nd-experts-menu li .card-body-img img {
    object-fit: cover;
    border-radius: 10px;
}

.card-img-details {
    text-align: center;
    padding-top: 20px;
}

.card-img-details h5 {
    font-family: poppins, Sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.card-img-details p {
    color: #8f8f8f;
    font-family: poppins, Sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;

}

.service-card {
    display: block;
    padding: 20px;
    /* background-color: #6ab6cd; */
    background-color: #fbfbfb6b;
    border: 0.1px solid #cccccca6;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
}

.service-card:hover {
    /* background-color: #71aabb; */
    background-color: #e4e9f7;
    box-shadow: 3px 3px 8px -1px #ccc;
}

.service-card img {
    width: 100%;
    height: 120px;
    display: block;
    margin: 0 auto 12px;
    object-fit: cover;
    border-radius: 4px;
}

.service-card .card-img-details {
    padding-top: 8px;
}

.service-card .card-img-details h5 {
    /* color: #fff; */
    color: #525659;
}

.order-security {
    background-image: linear-gradient(90deg, #259aab 20%, #227fb8 100%);
}

.order-security-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.order-security-menu li {
    display: flex;
    width: 25%;
    flex: 0 0 25%;
    color: #fff;
    padding: 0 10px;
}

.order-security-menu li i {
    font-size: 40px;
    margin-right: 10px;
}

.order-security-content span {
    font-size: 14px;
}

.about-partners {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-partners-list {
    justify-content: center;
    align-items: center;
}

.about-partners-list li {
    margin: 10px 20px;
}

.about-partners-list img {
    height: 75px;
}

.partner-imgsize {
    width: 170px;
    height: 50px;
    margin-right: 0 !important;
    min-height: 50px;
}

.brand-partner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* banner Header section style end header */


/* contact us page styles start here */
.contact-map iframe {
    height: 400px;
    width: 100%;
}

.contact-form-block {
    background-image: url(../images/expertise1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 7px solid #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    padding: 87px 20px;
    /* margin-top: -120px; */
}

.contact-form-block:before {
    content: "";
    position: absolute;
    background-color: #3184BA;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    z-index: -1;
    left: 0;
    top: 0;
}

.contact-form-block .form-group {
    margin-bottom: 25px;
}

.contact-form-block .form-control {
    background-color: #4A94C5;
    border-radius: 30px;
    border: 1px solid #dbcaca;
    color: #fff;
    padding: 6px 25px;
}

.contact-form-block .form-control::placeholder {
    color: #d8d5d5;
}


.contact-form-block h3 {
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
    font-size: 26px;
}

.contact-form-block .btn-light {
    border-radius: 30px;
    background-color: #fff;
    color: #015BA1;
    font-weight: 500;
    padding: 10px 80px;
}

.contact-add-card-block {
    margin-bottom: 15px;
}

.contact-add-card {
    background-color: #fff;
    /* margin-bottom: 10px; */
    border-radius: 5px;
    padding: 12px;
    position: relative;
    height: 100%;
    border: 1px solid #e7dfdf;
}

.contact-add-card img {
    width: 50px;
    height: auto;
    border-radius: 5px;
}

.contact-add-card h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.contact-add-card h4 i {
    font-size: 18px;
    top: -1px;
    position: relative;
    margin-right: 2px;
}


.contact-add-card p {
    font-size: 13px;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-left: 6px;
    line-height: 22px;
}

.send-message {
    padding: 40px 0;
    overflow: unset;
    /* background-color: #f1f1f1; */
}

.home-send-enquiry {
    overflow: hidden;
}

/* contact us page styles end here */

/* expertise details page styles start here */
.expertise-detail-section {
    padding: 90px 0;
}

.expertise-detail-section h1,
.expertise-detail-section h2 {
    color: #0099ab;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

.expertise-detail-section p,
.experts-paragraph p {
    margin-bottom: 15px;
    line-height: 1.8;
    text-align: justify;
    font-size: 16px;
    color: #8f8f8f;

}

.expertise-detail-section .exp-right-space {
    padding-right: 60px;
}

.expertise-detail-section .exp-left-space {
    padding-left: 30px;
}

.expertise-detail-section ul {
    padding-left: 20px;
}

.expertise-detail-section ul li {
    list-style: disc;
    font-weight: 500;
    padding: 2px 0;
}

.expertise-detail-section .inner-section {
    margin-bottom: 45px;
}

.expertise-detail-section .exp-detail-img img {
    width: 100%;
    border-radius: 10px;
}

/* expertise details page styles end here */

.guiding-list {
    padding: 0 40px;
}

.guiding-list li {
    list-style-type: revert;
    color: #8f8f8f;
    margin-bottom: 4px;
}

.partner-img {
    width: 200px;
    height: 200px;
}

.surgery-img img {
    width: 100%;
    height: 100%;
}

.leadership-team {
    padding: 80px 0 50px;
    background-image: linear-gradient(to right bottom, #19a588, #1a6aa7);
    color: #fff;
    /* padding: 80px 0 15px; */
}

.leadership-team .leadership-title span {
    color: #fff;
}

.leadership-card .slick-arrow:before,
.leadership-card .slick-arrow:before {
    content: "\73";
    font-size: 80px;
    font-family: 'tssfont' !important;
    color: #fff;
    /* color: #aaaaaa; */
}

.leadership-card .slick-next:before {
    content: "\74";
}

.leadership-card .slick-prev {
    left: -75px;
}

.leadership-card .slick-next {
    right: -15px;
}

.leadership-card {
    padding: 30px 50px 20px;
    /* background-color: #38a3b1; */
    color: #fff;
    border-radius: 20px;
}

.leadership-card h4 {
    border-top: 1px solid #fff;
    padding: 20px 0;
    text-align: right;
}

.leadership-card p {
    margin: 20px 0 10px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leadership-card p.show {
    display: block;

}

.leadership-card a {
    display: block;
    text-align: right;
    margin: 5px 0 15px;
    color: #b09bff;
    /* display: none; */
}


.leadership-team .leadership-title {
    max-width: unset !important;
    text-align: center;
}

.sub-heading-title {
    font-size: 32px;
    max-width: unset !important;
    margin-bottom: 10px;
}

section {
    overflow: hidden;
}

.product-selection-block {
    padding: 90px 0;
    /* background-color: #3aa1b417; */

}

/* .product-selection-block .product-select{
    position: relative;
} */
.product-selection-block .product-name {
    color: #0099ab;
    margin-bottom: 15px;
    font-size: 26px;
}

.product-selection-block .product-list li a {
    display: block;
    margin-bottom: 16px;
    /* background-color: #3aa1b4; */
    border-radius: 6px;
    padding: 15px 15px 15px 24px;
    border-radius: 40px;
    background-image: linear-gradient(-45deg, #259aab 20%, #227cba 100%);
}

.product-selection-block .product-list li a:hover {
    background-image: linear-gradient(-45deg, #1f8392 20%, #1c6799 100%);
    /* background-color: #168195; */
}

.custom-product-select {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.custom-product-select:before {
    content: '\72';
    font-family: 'tssfont' !important;
    font-size: 18px;
    line-height: 0;
    position: absolute;
    right: 18px;
    top: 25px;
    display: block;
    z-index: 9;
    pointer-events: none;
}

.product-selection-block select {
    appearance: none;
}

.product-modal .modal-header {
    background-color: #3aa1b4;
    color: #fff;
    padding-left: 40px;
}

.product-modal .modal-header .close {
    color: #fff;
}

.product-modal .modal-body {
    padding: 10px 40px;
}

.product-modal .modal-body input {
    border-radius: 20px;
}

.product-modal .modal-header button:focus {
    outline: 0 !important;
}

.product-selection-block .product-list li a img {
    width: 100%;
    margin-bottom: 8px;
    height: 145px;
    object-fit: contain;
}

.product-selection-block .product-list li a p {
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-selection-block .product-list h4 {
    color: #0099ab;
    font-size: 22px;
    margin-bottom: 5px;
}

.product-selection-block .product-select {
    height: 50px;
    margin: 0 auto;
    display: block;
    padding: 10px 10px 10px 20px;
    width: 100%;
    margin-bottom: 50px;
    font-weight: 500;
    outline: none;
    font-size: 18px;
    border-radius: 34px;
    background: #fff;
    border-color: #ccc;
    color: #747474;
}

.modal .btn-product-submit {
    /* width: 50%; */
    padding: 6px 20px;
    border-radius: 29px;
    border-color: #0099ab;
    background-color: #0099ab;
}

.modal .btn-product-submit:hover {
    border-color: #216091;
    background-color: #216091;
}

/* careers page accordion styles start here */
.career-accordion .card {
    margin-bottom: 10px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 0 5px #ccc;
}

.career-accordion .accordion .card-header {
    position: relative;
    padding: 1rem 1.25rem;
    cursor: pointer;
}

.career-accordion .accordion .card-header:after {
    font-family: 'tssfont' !important;
    content: '\e326';
    font-size: 18px;
    line-height: 0;
    position: absolute;
    right: 18px;
    top: 29px;
}

.career-accordion .accordion .card-header.collapsed:after {
    content: '\e355';
}

.career-accordion .accordion-heading {
    font-size: 18px;
    font-weight: 500;
}

.career-accordion .accordion .card-header {
    background-color: #0099ab;
    color: #fff;
}

.career-accordion .accordion .card-header.collapsed {
    background-color: #e7ecf9;
    color: #000;
}

.career-accordion .accordion-body {
    padding: 20px;
    background-color: #e7ecf9;
}

.career-accordion .accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.career-accordion {
    padding-bottom: 80px;
}

.career-accordion .accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.career-accordion .accordion-body ul {
    padding-left: 15px;
}

.career-accordion .accordion-body ul li {
    list-style: circle;
    margin-bottom: 5px;
}

.career-accordion .accordion-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.btn-apply {
    background-color: #0099ab;
    border-color: #0099ab;
    color: #fff;
    font-weight: 500;
    display: block;
    margin: 0 auto;
}

.btn-apply:hover {
    background-color: #0e5b95;
    border-color: #0e5b95;
    color: #fff;
}

.career-accordion .accordion-body h6 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}

.career-accordion .accordion-body .table td,
.career-accordion .accordion-body .table th {
    border-top: 0px solid #dee2e6;
    padding: 8px 10px;
}

.form-control[type=file] {
    height: auto;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

/* careers page accordion styles end here */
.ourservices {
    margin-left: 20px;
}

.ourservices li {
    list-style-type: disclosure-closed;
}

.our-servicesblock {
    /* background-color: #d2e2ef; */
    background-image: linear-gradient(to right bottom, #19a588, #1a6aa7);
    padding: 20px 20px 20px 40px;
    border-radius: 10px;
    color: #fff;
}

.our-servicesblock h4 {
    text-align: center !important;
}

.our-servicesblock p {
    margin-bottom: 5px;
}

.our-servicesblock .ourservices {
    padding: 20px 20px 20px 0px;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.our-servicesblock .ourservices li {
    list-style-type: circle;
    width: calc(50% - 40px);
    margin: 0 0 5px 40px;
}

.we-available {
    padding: 50px 0;
    text-align: center;
    background-image: linear-gradient(to right bottom, #19a588, #1a6aa7);
}

.we-available.bg-white {
    background-image: unset;
}

.we-available.bg-white .section-title {
    background-image: linear-gradient(90deg, #259aab 20%, #227cba 100%);
    padding: 30px 50px;
    width: max-content;
    margin: 0 auto;
    border-radius: 60px;
}


.we-available .section-title {
    color: #fff;
    font-size: 28px;
    margin: 0;
}

.we-available .whatsapp {
    display: flex;
    align-items: center;
    background-color: #0dc143;
    border-color: #0dc143;
    width: max-content;
    margin: 30px auto 0;
    padding: 9px 20px;
    border-radius: 31px;
    color: #fff;
}

.we-available .whatsapp:hover {
    background-color: #17bb48;
    border-color: #17bb48;
}

.we-available .whatsapp span {
    font-size: 24px;
    padding-right: 8px;
}

.section-padding {
    padding: 90px 0 !important;
}

.section-padding.pt-0 {
    padding-top: 0 !important;
}

.about-partners-content {
    text-align: left;
    padding-left: 15px;
}

.about-partners-content li {
    list-style: disc;
    color: #8f8f8f;
    margin-bottom: 5px;
}

.single-letter {
    width: 15px;
    display: inline-flex;
}

.articles-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.articles-list li {
    padding: 0 8px;
    width: 33.33%;
}

.articles-list li a {
    display: block;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    border: 0.1px solid #cccccca6;
    transition: all 0.3s ease;
}

.articles-list li a:hover {
    background-color: #e6e7f7;
    box-shadow: 3px 3px 8px -1px #ccc;
}

.articles-list li a .article-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 15px;

}

.articles-list li a .article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.articles-list li a:hover img {
    transform: scale(1.05);
}

.articles-list li a h3 {
    color: #525659;
    font-size: 15px;
}

.cookies-block {
    position: fixed;
    bottom: -100%;
    left: 15px;
    background-color: #c3ebff;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.6s ease;
    border: 1px solid #ccc;
}

.cookies-block p {
    margin-bottom: 15px;
}

.cookies-block .btn {
    background-color: #0099ab;
    border-color: #0099ab;
    color: #fff;
}

.google-translate {
    position: fixed;
    top: 0;
    right: 5px;
}
.google-translate .goog-te-combo {
    margin: 4px;
    width: 67px;
    border: 0;
    padding: 1px 2px;
}
.google-translate .goog-te-combo:focus {
    border: 0;
    outline: none;
}
.goog-te-gadget {
    color: transparent !important;
 }


.google-translate span {
    display: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget-icon {
    background-image: url(//gtranslate.net/flags/gt_logo_19x19.png) !important;
    background-repeat: no-repeat;
    background-position: -20px 0px !important;
    width: 19px !important;
    height: 19px !important;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    padding: 0px !important;
}
.skiptranslate iframe {
    border: 0;
    box-shadow: unset;
    /* display: none; */
}
.call-min-width {
    width: 50px;
    display: inline-block;
}


/* new changes */

.product-focus-list{
    display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
   
}

.product-focus-list li{
    padding: 12px 16px;
    margin-bottom: 12px;
    background: #ffffff;
    border-left: 5px solid #009bac;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, transform 0.2s;
    display: flex;
    align-items: center;
}


.product-focus-list li:hover {
    background: #f0f4fa;
    transform: scale(1.02);
}
.product-focus{
    margin-bottom: 18px;
    color: #0099ab;
}
.core-services-heading {
    font-size: 25px !important;
    color: #0099ab;
    margin-bottom: 25px;
}
.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding-bottom: 30px;
}
.service-category {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    border-left: 5px solid #009bac;
    transition: transform 0.3s;
}

.category-title {
    color: #009bac;
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.service-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(141, 137, 137, 0.4);
}

.service-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.service-list li {
    font-size: 17.6px;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    line-height: 1.4;
}

.service-list li::before {
    content: '★';
    color: #009bac;
    font-size: 0.8em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.medical-devices .content-img {
    height: 350px;
}
.medical-devices {
    /* background-color: rgba(195, 235, 235, .3); */
    border-radius: 20px;
    padding: 20px;
}

.medical-devices img, .video-banner img {
    border-radius: 15px;
    max-width: 100%;
}
.heading-layout .heading_title, .poct-title {
    font-size: 40px;
    margin-bottom: 20px !important;
      color: #009bac;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.3;
}

.p-discription {
    position: relative;
    color: #8f8f8f;
    font-weight: 400;
    margin: 0px;
    font-size: 17.6px;
    transition: all 500ms ease;
    margin-top: 15px;
}
.custom-hemostatic  li{
    position: relative;
    color: #8f8f8f;
    font-weight: 400;
    margin: 0px;
    font-size: 17.6px;
    transition: all 500ms ease;
    margin-top: 15px;
}
.product-extra-list li{
    line-height: 1.6;
}
.transdermal{
    color: #009bac;
}
.bussiness_devlopment p{
    font-size: 17.6px;
    line-height: 1.6;
    color: #8f8f8f;
}
  /* .tdm-section {
    background: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    max-width: 960px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
  } */

  .tdm-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
     color: #009bac;
  }

  .tdm-category {
    margin-bottom: 22px;
    padding: 18px 20px;
   
    background: #f8fcfd;
    border-radius: 10px;
  }

  .tdm-category h3 {
    font-size: 20px;
    font-weight: 600;
      color: #009bac;
    margin-bottom: 8px;
    margin-top: 0;
  }

  .tdm-category ul,
  .tdm-benefits {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .tdm-category ul li,
  .tdm-benefits li {
    font-size: 17.6px;
    padding: 6px 0;
    position: relative;
  }

  .tdm-category ul li::before,
  .tdm-benefits li::before {
    content: "•";
    color: #008299;
    font-weight: 700;
    margin-right: 8px;
  }

  .tdm-benefits {
    background: #e8fafc;
    border-radius: 12px;
    padding: 18px 20px;
    margin-top: 14px;
  }
.tdm-category li{
    color: #8f8f8f;
}

.blood-cloth{
    width: 85%;
    height: auto;
}
.emergency-heostatic{
    width: 100%;
    height: auto;
}
header.index-header>div.container{
    border: 1px solid #e1dada;
    border-radius: 16px;
    background-color: #fff;
}
.fixed-header header>div.container{
    border: 0;
    border-radius: 16px;
    background-color: transparent;
}
.footer-logo img{
    background-color: white;
    border-radius: 16px;
}



/* Large tablets / small laptops */
@media (max-width: 1200px) {
    .product-focus-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablets */
@media (max-width: 992px) {
    .product-focus-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .product-focus-list {
        grid-template-columns: 1fr;
    }

    .product-focus-list li {
        font-size: 16px;
        padding: 10px 14px;
    }
}










@media (max-width: 1600px) {
    .service-decription {
        padding: 60px 10px 60px 60px;
    }

    .heading-title {
        font-size: 40px;
    }

    .sub-heading-title {
        font-size: 34px;
    }


    .modern-img-div {
        right: 30px;
    }
}

@media (max-width: 1440px) {
    .service-decription {
        padding: 50px 10px 50px 50px;
        max-width: 80%;
    }

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

    .sub-heading-title {
        font-size: 30px;
    }

    .section-padding {
        padding: 75px 0 !important;
    }
}

@media (max-width: 1199px) {
    .header .navbar .nav-item>.nav-link {
        padding: 10px 15px;
    }

    .header .navbar-collapse {
        padding-right: 60px;
    }

    .header-whatsapp {
        right: 25px;
    }

    .main-block {
        padding: 0 8%;
    }

    /* .our-products-block .products-list .product-img {
        padding: 0 12px;
    } */

    /* .expertise-list .slick-slide .expertise-img {
        padding: 0 25px;
    } */

    .expertise-list .slick-slide h4 {
        font-size: 17px;
    }

    .appointment-block .btn-white-round {
        max-width: 200px;
    }

    .expertise-list .slick-prev {
        left: 0;
    }

    .expertise-list .slick-next {
        right: 65px;
    }

    .contact-add-card p {
        font-size: 12px;
        line-height: 17px;
    }

    .contact-form-block h3 {
        font-size: 24px;
    }


    .service-decription {
        max-width: 90%;
    }

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

    .modern-img-div {
        right: 0px;
    }

    .register-notice-description h2 {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .register-notice-img {
        width: 70px;
    }
}



@media (max-width: 1024px) {
    .we-available.bg-white .section-title {
        background-image: linear-gradient(90deg, #259aab 20%, #227cba 100%);
        padding: 20px 30px;
        font-size: 25px;
    }
    

    .send-enquiry-form {
        padding: 10px 30px;
    }

    .banner-title h4 {
        font-size: 38px;
    }

    .pursing-block {
        padding: 70px 0 0;
    }




    .appointment-form-block,
    .product-selection-block,
    .nd-experts,
    .expertise-detail-section,
    .leadership-team,
    .our-products-block {
        padding: 70px 0;
    }

    .product-selection-block .product-select {
        margin-bottom: 30px;
        /* width: 50%; */
    }

    .brand-partners-block,
    .services-block,
    .happy-clients-block,
    .expertise-block {
        padding: 70px 40px;
    }

    /* .banner-header {
        min-height: 160px;
    } */
    .service-decription.no-max {
        padding: 40px 15px 20px;
    }

    .our-core-value-main h1 {
        font-size: 40px;
    }

    .video-model-one h1 {
        font-size: 50px;
    }

    .play-video img {
        height: 100px;
    }

    .expertise-detail-section .inner-section {
        margin-bottom: 30px;
    }

    .contact-map iframe {
        height: 300px;
    }

    .join-team-content {
        padding: 30px 70px 30px 50px;
    }

    .contact-form-block {
        padding: 50px 20px;
    }

    .order-security-menu li {
        width: 50%;
        flex: 0 0 50%;
        padding: 15px;
    }

    .container {
        max-width: 100% !important;
    }

    .service-decription {
        padding: 40px 25px;
        max-width: 100%;
    }

    .heading-title {
        font-size: 32px;
    }

    .sub-heading-title {
        font-size: 26px;
    }

    .daily-information {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {

    .google-translate {
        top: 37px;
        right: 130px;
        transition: all 0.3s ease;
    }
    .fixed-header .google-translate {
        top: 27px;
    }
    .google-translate .goog-te-combo {
        width: 125px;
    }
    .articles-list li a .article-img {
        height: 130px;
    }

    .articles-list li a h3 {
        font-size: 14px;
    }

    .career-accordion {
        padding-bottom: 40px;
    }

    .header .navbar .nav-item.dropdown .dropToggleIcon {
        display: block;
    }

    .header .navbar .nav-link.dropdown-toggle {
        width: calc(100% - 30px);
    }

    .header .navbar .nav-link.dropdown-toggle::after {
        display: none;
    }

    .brand-partners-list li {
        padding: 20px;
    }

    .brand-partners-list li img {
        height: 40px;
    }

    /* .about-partners li {
        width: 25%;
    } */

    .our-core-value {
        padding: 70px 15px;
    }

    .main-block {
        padding: 0 15px;
    }

    .main-block .main-block-content h1 {
        font-size: 40px;
    }

    .btn-white {
        padding: 8px 25px;
    }

    .join-team-left h2 {
        font-size: 35px;
    }

    .join-team-left p {
        font-size: 16px;
    }

    .pursing-block {
        padding: 50px 0 0;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .count-block {
        padding: 30px 15px;
    }

    .count-block h3 {
        font-size: 32px;
    }

    .nd-experts,
    .expertise-detail-section,
    .leadership-team,
    .our-products-block {
        padding: 50px 15px;
    }

    .expertise-list {
        padding: 25px 60px 0px;
    }


    .expertise-list .slick-slide h4 {
        font-size: 15px;
    }

    .expertise-list .slick-arrow:before,
    .expertise-list .slick-arrow:before {
        font-size: 50px;
    }

    .expertise-list .slick-prev {
        left: 16px;
    }

    .expertise-list .slick-next {
        right: 46px;
    }


    .appointment-block .appointment-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .appointment-block .btn-white-round {
        max-width: unset;
    }

    .home-send-enquiry::before {
        content: unset;
    }

    .send-enquiry-form {
        background-color: #f1f1f1;
        border-radius: 6px;
        padding: 30px;
    }

    .footer .footer-logo img {
        height: 75px;
    }


    .nd-experts-menu li {
        padding: 8px 8px 10px;
    }

    .order-security-menu {
        padding: 30px 15px;
    }

    .nd-experts-menu li .card-body-img {
        height: 200px;
    }

    .expertise-card li .card-body-img {
        height: 160px;
    }

    .card-img-details {
        padding-top: 10px;
    }

    .card-img-details h5 {
        font-size: 14px;
    }

    .appointment-left {
        width: 100%;
        min-width: 100%;
        margin-bottom: 15px;
    }

    .brand-partners-block,
    .services-block,
    .happy-clients-block,
    .expertise-block {
        padding: 50px 15px;
    }

    .product-selection-block {
        padding: 50px 0;
    }

    .product-selection-block .product-name {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .product-selection-block .product-list li a {
        margin-bottom: 8px;
    }

    .product-selection-block .product-list li a p {
        font-size: 15px;
    }

    .product-selection-block .product-list li a img {
        margin-bottom: 4px;
    }

    .main-block .main-block-content .btn {
        padding: 8px 25px;
    }

    .join-team-content {
        padding: 25px 15px 30px 20px;
    }

    .header .navbar-collapse {
        position: absolute;
        top: 64px;
        left: 0;
        background-color: #fff;
        width: 100%;
        z-index: 99;
        padding-right: 0;
    }

    .header-whatsapp img {
        height: 30px;
    }

    .header-whatsapp {
        right: 70px;
        top: 14px;
    }



    .header .navbar .nav-item>.nav-link {
        padding: 10px 15px;
    }

    .header .navbar .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }

    .header .navbar .nav-item.dropdown .dropdown-menu.show {
        position: relative;
        top: unset;
        display: block;
        padding-top: 0;
    }


    .header .navbar .nav-item.dropdown.show:hover .dropdown-menu,
    .header .navbar .nav-item.dropdown.show .dropdown-menu {
        display: block;
        position: unset;
        width: unset;
        top: unset;
        border: 0;
    }

    .header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 4px 20px;
        font-size: 14px;
    }

    .send-message {
        padding: 25px 0;
    }

    .contact-form-block {
        padding: 60px 20px;
        margin-top: 15px;
    }


    .register-notice {
        min-height: 145px;
    }

    .register-notice-description h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .register-notice-description p {
        font-size: 14px;
    }

    .register-notice .btn {
        font-size: 14px;
        white-space: nowrap;
    }

    .daily-information {
        padding: 50px 0;
    }

    .leadership-card {
        padding: 20px;
    }

    .leadership-card h4 {
        font-size: 20px;
    }

    .leadership-card p {
        padding: 0;
    }

    .section-padding {
        padding: 40px 0 !important;
    }
}

@media(max-width:767px) {
    .google-translate {
        top: 23px !important;
        right: 115px;
    }
    .google-translate .goog-te-combo {
        width: 125px;
    }
    .we-available.bg-white .section-title {
        width: 100%;
        font-size: 20px;
        padding: 15px;
    }
    .we-available .section-title {
        font-size: 20px;
    }

    .articles-list li {
        width: 50%;
        margin-bottom: 15px;
    }

    .career-accordion .accordion-body .table td,
    .career-accordion .accordion-body .table th {
        padding: 4px 0;
    }

    .product-modal .modal-body {
        padding: 10px 15px;
    }

    .guiding-list {
        padding: 0 0 0 20px;
    }

    .vision-mission-list ul li {
        font-size: 14px;
    }

    .index-menu.header .navbar .nav-item>.nav-link {
        color: #525659;
    }

    .heading-title span {
        font-size: 20px;
    }

    .index-menu.header .navbar .nav-item:hover>.nav-link,
    .index-menu.header .navbar .nav-item.active>.nav-link,
    .index-menu.header .navbar .nav-item.show .nav-link {
        color: #0099ab;
    }

    .header .white-logo {
        display: none !important;
    }

    .header .color-logo {
        display: block !important;
    }

    .section-padding {
        padding: 30px 0 !important;
    }

    .main-block .main-block-content h1 {
        font-size: 30px;
    }

    .invision-section {
        padding: 20px 15px;
    }

    .service-decription.no-max {
        padding: 40px 25px !important;
    }

    .invision-section .padding-right {
        padding: 15px 0px !important;
    }

    .homepage .header {
        background-color: #fff;
    }

    .content-space {
        margin-top: 70px;
        padding: 20px 0;
    }

    .product-contact {
        margin: 5px auto 20px;
    }

    .footer .footer-heading::before {
        width: 100px;
    }

    .career-accordion {
        padding-bottom: 20px;
    }

    .career-accordion .accordion .card-header {
        padding: 10px 12px;
    }

    .career-accordion .accordion-heading {
        font-size: 15px;
    }

    .career-accordion .accordion .card-header:after {
        right: 9px;
        top: 21px;
        font-size: 16px;
    }

    .our-servicesblock {
        padding: 15px;
    }

    .count-block p {
        margin-bottom: 12px !important;
    }

    .about-block .about-block-left img {
        width: 100%;
    }

    .footer-strip ul.social-icons li a img {
        height: 24px;
    }

    .happy-client-list {
        width: 98%;
    }

    .expertise-list {
        padding: 15px 35px 0px;
    }

    .expertise-list .slick-prev {
        left: -10px;
    }

    .expertise-list .slick-next {
        right: 25px;
    }

    .brand-partners-list li img {
        height: 30px;
    }

    .brand-partners-list li .img7 {
        height: 28px;
    }

    .brand-partners-list li .img11,
    .brand-partners-list li .img12,
    .brand-partners-list li .img13 {
        height: 45px;
    }

    .brand-partners-list li:nth-last-child(-n+4)::after {
        content: unset;
    }

    .brand-partners-list li:nth-child(5n)::before {
        content: unset;
    }

    .appointment-left {
        padding: 0;
    }

    .appointment-left img {
        width: 45px;
    }

    .btn-white-round {
        padding: 6px 24px;
    }

    .appointment-block .appointment-left h2 {
        font-size: 22px;
    }

    .footer-strip ul.terms-links a {
        display: block;
    }

    .footer .terms-links {
        width: 100%;
        padding-top: 10px;
    }

    .footer-strip {
        padding: 10px 0;
    }

    .footer-strip ul.terms-links a {
        padding: 5px 0;
    }

    .our-core-value {
        padding: 50px 15px;
    }

    .leadership-team {
        padding: 50px 0;
    }

    .about-partners {
        padding: 15px;
    }

    .our-core-value-li-img {
        height: 85px;
        width: 85px;
    }

    .our-core-value-li-main h3 {
        margin: 12px 0 15px;
        font-size: 20px;
    }

    .main-block {
        padding: 15px 0;
        min-height: 75vh;
    }

    .join-team-left h2 {
        font-size: 30px;
    }

    .join-team-left p {
        font-size: 14px;
    }

    .join-team-left {
        margin-bottom: 15px;
    }

    .about-block-left {
        margin-bottom: 15px;
    }

    .about-block .about-block-right p {
        margin-bottom: 20px;
    }

    .services-content .italic-text {
        margin: 0 auto 20px;
    }

    .services-list li {
        padding: 6px 12px;
    }

    .services-list li .service-img {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }

    .services-list li .service-img img {
        height: 45px;
    }


    /* 
    .footer-row .footer-logo {
        margin-bottom: 30px;
    } */
    .footer .footer-form p {
        margin-bottom: 4px;
    }

    .section-title {
        font-size: 30px;
    }

    .contact-form-block h3 {
        font-size: 20px;
    }

    .footer-branches {
        margin-bottom: 30px;
    }

    .footer .footer-heading {
        font-size: 15px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .footer .footer-branches ul li {
        margin-bottom: 8px;
    }

    .contact-map iframe {
        height: 330px;
    }

    .order-security-menu {
        padding: 30px 0;
    }

    .order-security-menu li {
        width: 100%;
        flex: 0 0 100%;
        padding: 15px 0;
        text-align: center;
        display: block;
    }

    .order-security-menu li i {
        margin-bottom: 15px;
    }

    .nd-experts {
        padding: 40px 0;
    }

    .nd-experts-title {
        font-size: 30px;
    }

    .expertise-detail-section .exp-right-space {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .expertise-detail-section .exp-left-space {
        padding-left: 0;
        padding-top: 30px;
    }

    .expertise-detail-section h1,
    .expertise-detail-section h2 {
        font-size: 22px;
    }

    .nd-experts-menu {
        padding-top: 30px;
    }

    .nd-experts-menu {
        padding-top: 0;
    }

    .expertise-card li .card-body-img {
        height: 200px;
    }

    .nd-experts-menu li {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 6px 6px 10px;
    }

    .video-model-one h1 {
        font-size: 37px;
    }

    .play-video img {
        width: 80px;
        height: auto;
    }

    .leadership-team {
        padding: 50px 40px 20px;
    }

    .leadership-card .slick-prev {
        left: -35px;
    }


    .leadership-card {
        padding: 15px 25px !important;
    }

    .banner-header .banner-title {
        text-align: center;
        display: block;
        width: 100%;
    }

    .banner-header .banner-title h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .banner-header .banner-menu {
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .service-decription {
        padding: 30px 15px;
        max-width: 100%;
    }

    .heading-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .sub-heading-title {
        font-size: 22px;
    }

    .modern-img-div {
        display: none;
    }

    .service-decription.no-max {
        padding: 25px 0 !important;
    }

    .surgery-img-div {
        width: 100%;
    }

    .opertion-img-main {
        padding: 0;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

    .register-notice .btn.only-web {
        display: none;
    }

    .register-notice-description .btn {
        display: flex;
        width: max-content;
        margin: 10px auto 2px;
    }

    .register-notice-img {
        min-width: 50px;
        width: 58px;
    }

    .register-notice-description {
        padding: 0 0 0 15px;
    }

    .register-notice {
        padding: 25px 10px;
    }

    .our-core-value-ui li {
        max-width: 100%;
        flex: 100%;
        text-align: center;
        padding: 20px;
        border-width: 0 0 1px 0 !important;
    }

    .our-core-value-main {
        padding: 0 15px;
    }

    .our-core-value-main h1 {
        font-family: "Poppins", Sans-serif;
        font-size: 35px;
    }

    .our-core-value-main p {
        max-width: 100%;
    }

    .our-core-value-ui li:last-child {
        min-height: 150px;
        border-width: 0 0 0px 0 !important;
    }

    .main-block .main-block-content {
        max-width: 400px;
    }

    .main-block .main-block-content .btn {
        padding: 8px 12px;
    }

    .happy-client-list li .happy-client-msg {
        padding: 15px;
        font-size: 15px;
    }

    .happy-client-list li .happy-client-img {
        width: 150px;
        height: 150px;
    }

    .leadership-card .slick-arrow:before,
    .leadership-card .slick-arrow:before {
        font-size: 40px;
    }

    .about-video {
        height: 300px;
    }

    .brand-partners-content .italic-text {
        margin-bottom: 15px;
    }

    .contact-form-block {
        padding: 15px;
        margin: 0;
        border: 0;
    }

    .expertise-block .italic-text {
        max-width: 100%;
    }

    .happy-clients-content .italic-text {
        margin-bottom: 15px;
    }

    .header {
        height: 70px;
        background-color: #fff;
    }

    .fixed-header .header {
        height: 70px;
    }

    .career-accordion .accordion-body h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .our-servicesblock .ourservices li {
        width: 100%;
        margin-left: 15px;
    }

    .our-servicesblock .ourservices {
        padding: 20px 0;
    }

    .service-card img {
        height: 160px;
    }
}

@media(max-width:575px) {
    .google-translate {
        top: 0px !important;
        right: 5px;
    }
    .header-whatsapp {
        top: 24px;
    }
    .header .navbar-light .navbar-toggler {
        margin-top: 18px;
    }
    .articles-list li {
        width: 100%;
        padding: 0;
    }

    .articles-list li a .article-img {
        height: 180px;
    }

    .product-selection-block .product-list li a img {
        height: auto;
    }

    .appointment-form-block,
    .nd-experts,
    .expertise-detail-section,
    .leadership-team,
    .our-products-block {
        padding: 30px 0;
    }

    .appointment-form {
        padding: 15px;
    }

    .appointment-form .btn {
        padding: 8px 25px;
    }

    .appointment-form p {
        margin: 0 auto 15px;
    }

    p,
    .services-content .italic-text,
    .about-block .about-block-right p,
    .our-products-block .italic-text,
    .expertise-block .italic-text,
    .happy-clients-content .italic-text,
    .happy-client-list li .happy-client-msg,
    .brand-partners-content .italic-text,
    .service-decription p,
    .our-core-value-main p,
    .our-core-value-li-main p {
        font-size: 13px;
    }

    .our-core-value {
        padding: 15px;
    }

    .our-core-value-ui li:last-child {
        min-height: unset;
    }

    .contact-add-card h4 {
        font-size: 15px;
    }

    .contact-add-card img {
        width: 35px;
    }

    .contact-add-card {
        padding: 10px;
    }

    .pursing-block p {
        font-size: 14px;
        color: #fff;
        margin: 0 auto 15px;
    }

    .our-products-block .products-list li h4 {
        font-size: 16px;
    }

    .banner-header {
        padding: 15px;
        min-height: 150px;
    }

    .footer-row {
        padding: 30px 0;
    }

    .send-enquiry-form {
        padding: 15px;
    }

    .home-send-enquiry .btn {
        padding: 8px 25px;
    }

    .services-list li h3 {
        font-size: 17px;
    }

    .our-products-block .italic-text {
        margin-bottom: 15px;
    }

    .join-team-left h2 {
        font-size: 26px;
    }

    .section-title {
        font-size: 22px;
        /* margin-bottom: 5px; */
    }

    .count-block {
        padding: 20px 15px;
    }

    .our-products-block .products-list li {
        padding: 0px 15px 13px;
        margin-bottom: 5px;
    }

    .pursing-block {
        padding: 30px 0 0;
    }



    .brand-partners-block {
        padding: 30px 0;
    }

    .our-products-block .products-list .product-img {
        height: auto;
        padding: 0;
        max-width: 100%;
        height: 200px;
    }

    .main-block .main-block-content h1 {
        font-size: 38px;
    }

    .get-touch-btns {
        display: block;
    }

    .main-block .main-block-content .btn {
        margin-bottom: 15px;
        display: block;
        width: max-content;
        padding: 8px 30px;
    }

    .appointment-block .appointment-content {
        text-align: center;
    }

    .appointment-left img {
        margin: 15px auto;
    }

    .appointment-block {
        padding: 10px 15px 30px;
    }


    .appointment-block .appointment-left h2 {
        margin-bottom: 2px;
        font-size: 19px;
        font-size: 20px;
    }

    .services-block,
    .expertise-block {
        padding: 30px 15px !important;
    }

    .product-selection-block {
        padding: 30px 0;
    }

    .product-selection-block .product-select {
        margin-bottom: 16px;
        font-size: 15px;
        height: 40px;
        line-height: 1;
    }

    .custom-product-select:before {
        top: 19px;
        right: 12px;
    }

    .product-selection-block .product-name {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .product-selection-block .product-list h4 {
        font-size: 17px;
        margin-bottom: 3px;
    }

    .product-selection-block .product-list li a p {
        font-size: 14px;
    }

    .happy-clients-block {
        padding: 30px 0;
    }

    .service-decription {
        padding: 15px;
    }

    .vision-mission-list {
        padding: 15px 0;
    }

    .heading-title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .register-notice-description {
        padding-left: 0;
    }

    .btn-white-round {
        font-size: 14px;
    }

    .register-notice {
        display: block;
        text-align: center;
    }

    .register-notice-img {
        margin: 0 auto 15px;
        min-width: 45px;
        width: 45px;
    }

    .leadership-team .leadership-title {
        margin-bottom: 10px;
    }

    .leadership-card h4 {
        font-size: 14px;
        margin-bottom: 0;
        padding: 10px;
    }

    .leadership-card a {
        margin-bottom: 8px;
    }

    .about-partners-list img {
        height: 60px;
    }

    .about-partners {
        padding-top: 0;
    }

    .leadership-card p {
        padding: 0;
        margin-top: 0;
    }

    .leadership-card {
        padding: 0 15px !important;
    }

    .contact-add-card-block {
        width: 50%;
        flex: 0 0 50%;
    }

    .send-message {
        padding: 20px 0;
    }

    .contact-form-block .btn-light {
        padding: 8px 70px;
    }

    .contact-form-block h3 {
        font-size: 18px;
    }

    .nd-experts-menu li {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0;
    }

    .daily-information {
        padding: 30px 0;
    }

    .register-notice-description .btn {
        padding: 8px 15px !important;
        margin-top: 15px;
    }

    .our-core-value-main h1 {
        font-size: 26px;
    }

    .our-core-value-ui {
        padding-top: 0;
    }

    .our-core-value-li-img {
        height: 80px;
        width: 80px;
    }

    .our-core-value-li-main h3 {
        margin: 5px 0 8px;
        font-size: 18px;
    }

    .nd-experts,
    .expertise-detail-section,
    .leadership-team,
    .our-products-block {
        padding: 30px 0;
    }

    .nd-experts {
        padding: 15px 0;
    }

    .expertise-detail-section h1,
    .expertise-detail-section h2 {
        font-size: 18px;
    }

    .expertise-detail-section .inner-section {
        margin-bottom: 15px;
    }

    .our-core-value-ui li {
        padding: 15px;
    }

    .nd-experts-menu li .card-body-img {
        height: auto;
    }

    .register-notice-description h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .video-model-one h1 {
        font-size: 35px;
    }

    .play-video img {
        width: 65px;
    }

    .leadership-team {
        padding: 30px 40px 20px !important;
    }


    .register-notice-description p {
        font-size: 13px;
    }
}

@media(max-width:480px) {
    .contact-map iframe {
        height: 250px;
    }

    .main-block .main-block-content h1 {
        font-size: 34px;
    }

}

@media(max-width:425px) {
    .contact-add-card-block {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .brand-partners-list li {
        width: 33.33%;
    }

    .brand-partners-list li::before,
    .brand-partners-list li::after {
        content: "";
    }

    .brand-partners-list li:nth-child(3n+1)::before {
        content: "";
        width: 0;
    }

    .brand-partners-list li:nth-child(5n)::before {
        width: 1px;
        content: "";
    }

    .brand-partners-list li:nth-child(5n)::after {
        height: 1px;
        content: "";
    }

    .brand-partners-list li:nth-last-child(-n+4)::after {
        content: "";
    }

    .brand-partners-list li:nth-child(3n)::after {
        height: 1px;
    }

    .brand-partners-list li:nth-child(7)::after {
        height: 0;
    }

    .brand-partners-list li:nth-child(8)::after {
        height: 0;
    }

}

@media(max-width:400px) {


    .main-block .main-block-content h1 {
        font-size: 30px;
    }
}