* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.relative {
    position: relative;
}

.navbar ul,
.navbar ol,
.tab_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    font-size: 1rem;
    color: #111111;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    color: #111111;
}

h2 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    font-size: 48px;
}

p {
    color: #000;
    font-size: 15px;
    margin-bottom: 1.4rem;
}

a {
    text-decoration: none;
}

.fw-600 {
    font-weight: 500;
}

.txt-gray {
    color: #aaa;
}

.txt-blue {
    color: #1d4185;
}

/* h2::after{ content: ""; display: block; background-color: #0689d0; height: 3px; position: absolute; left: 50%; transform: translateX(-50%); } */
/* h2::first-letter{ color: #0689d0;} */
.container {
    max-width: 1190px;
}

.relative {
    position: relative;
}

.top-hdr {
    background-color: #01498e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 10px;
}

.top-hdr .phone-email a {
    color: #fff;
    text-decoration: none;
    margin: 0 25px 0 0;
}

.top-hdr .phone-email i {
    color: #fff;
    margin-right: 5px;
}

.lang-flag {
    border-left: 1px solid #6c6c6c;
    padding-left: 20px;
}

.lang-flag a {
    color: #fff;
    margin-left: 5px;
    opacity: .7;
}

.lang-flag a span {
    margin-right: 5px;
}

.lang-flag a img {
    filter: contrast(0.3);
    border-radius: 2px;
    max-width: 21px;
}

.lang-flag a.active img,
.lang-flag a:hover img {
    filter: contrast(1);
}

.lang-flag a.active,
.lang-flag a:hover {
    opacity: 1;
}

.mob-search {
    display: none !important;
}

.mob-doctor-btn {
    display: none;
}

.top-right {
    display: flex;
}

.top-right a {
    display: inline-block;
    padding: 10px 0;
}

.main-header {
    position: sticky;
    top: -1px;
    z-index: 99999;
    background-color: #fff;
}

.navbar {
    background: #f5f5f4;
    padding: 15px 0;
    font-family: 'Formular Bold';
    transition: all 0.15s ease-in-out;
}

.newClass .navbar {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-brand img {
    max-width: 220px;
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li:last-child .nav-link {
    background: #006871;
    color: #fff;
    border-radius: 30px;
    padding: 7px 15px;
    text-align: center;
}

.main-menu ul li {
    margin: 0 15px;
    position: relative;
}

.main-menu ul li .fa-chevron-down {
    position: absolute;
    right: -7px;
    top: 15px;
    font-size: 10px;
}

.main-menu ul li a {
    color: #111111;
    font-size: 13px;
    text-transform: uppercase;
}

.main-menu ul li a.active,
.main-menu ul li a:hover {
    color: #b15927;
}

.main-menu ul li:last-child .nav-link:hover,
.main-menu ul li:last-child .nav-link.active {
    background: #b15927;
}

.main-menu ul li .dropdown-item:focus,
.main-menu ul li .dropdown-item:hover {
    background-color: transparent;
}

.main-menu ul li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: auto;
}

.main-menu ul li:hover .dropdown-menu {
    display: block;
    background-color: #eee;
    border-radius: 0;
    border: 0;
}

.main-menu ul li .dropdown-menu a {
    color: #111111;
}

.main-menu ul li .dropdown-menu a:hover {
    color: #b15927;
}

.fa-caret-down {
    position: absolute;
    right: -6px;
    top: 12px;
    font-size: 12px;
    cursor: pointer;
}

.main-menu ul li:hover .fa-caret-down {
    color: #959595;
}

.navbar a.top-search {
    color: #111;
    margin-left: 15px;
}

.serach-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.serach-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.serach-overlay .closebtn:hover {
    color: #ccc;
}

.serach-overlay input[type=text] {
    padding: 15px;
    font-size: 64px;
    border: none;
    width: auto;
    background: transparent;
    color: #fff;
    text-align: center;
}

.serach-overlay input[type=text]::placeholder {
    color: #eee;
}

.serach-overlay input[type=text]:hover,
.serach-overlay input[type=text]:focus {
    background: transparent;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.serach-overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    display: none;
}

.serach-overlay button:hover {
    background: #bbb;
}

.homebanner {
    position: relative;
    width: 100%;
}

.homebanner::before {
    background: rgba(0, 0, 0, 0);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.homebanner .hero-content {
    position: absolute;
    left: auto;
    bottom: 15%;
    width: 45%;
    color: #fff;
}

.homebanner .hero-content .hero-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
}

.homebanner .hero-content .c-btn {
    background: #1d4185;
    margin-top: 25px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.homebanner .hero-content .c-btn.btn2 {
    background: #ff6600 !important;
    color: #fff !important;
    margin-left: 10px;
}

.homebanner .hero-content h1 {
    color: #fff;
    text-shadow: 2px 2px 7px #555;
}

.home-left-cnt {
    max-width: 58%;
    margin-top: 65px;
}

.home-left-cnt ul li a {
    color: #1d4185;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    font-style: italic;
}

.gray-bg {
    background-color: #f5f5f4;
}

.home-sidebar {
    width: 39% !important;
}

.common-siderbar {
    padding: 90px 30px 45px 45px;
    display: block;
    height: 100%;
}

.common-siderbar h3 {
    font-size: 32px;
    font-weight: 700;
    max-width: 96%;
}

/*.ftr-bg::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/ftr-bg-img.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    z-index: 0;
}*/
.ftr-bg {
    width: 100%;
    color: #fff;
    position: relative;
    padding: 80px 0 0 0;
}

.ftr-bg h6 {
    position: relative;
    color: #01498e;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ftr-bg h6 span {
    position: relative;
}

/*.ftr-bg h6 span::after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: -3px;
    background: url(../images/ftr-arrow.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    z-index: 0;
}*/

.ftr-bg p {
    color: #000;
    margin-bottom: 0px;
}

.ftr-bg p strong {
    font-weight: 700;
}

.ftr-bg p:nth-of-type(3) {
    margin-top: 15px;
}

.ftr-bg a {
    color: #000;
}

.ftr-col-left {
    width: 20%;
    flex-direction: column;
    display: flex;
    font-size: 14px;
    margin-bottom: 0;
}

.ftr-col-left .logo {
    margin-bottom: 40px;
}

.ftr-col-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    width: 80%;
}

.ftr-links {
    width: 20%;
    margin-left: 2%;
    margin-bottom: 20px;
}

.ftr-col-right .ftr-links:first-child {
    width: 27%;
}

.ftr-links ul {
    font-size: 14px;
}

.ftr-links li a {
    display: block;
    margin: 0 0 5px 0;
    font-weight: 400;
}

.ftr-address {
    width: 24%;
    font-size: 14px;
}

.ftr-address a {
    text-decoration: underline;
}

.ftr-social {
    margin-top: -25px;
    margin-bottom: 30px;
}

.ftr-social a {
    text-decoration: none;
    color: #01498e;
    margin-right: 5px;
    font-size: 18px;
    background: #b8cadb;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
}

.ftr-col {
    margin-bottom: 40px;
}

.copyright p {
    line-height: unset;
    padding: 10px 0;
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    border-top: 1px solid #000;
    text-align: center;
}

.copyright a {
    text-decoration: none;
}

.form-bg {
    padding: 0 30px;
}

.form-bg .btn {
    background-color: #ff6600;
    color: #fff;
    border: 0;
    padding: 11px 20px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
}

.form-bg input {
    width: 100%;
    padding: 5px 5px 15px 5px;
    height: auto;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #111;
    border-radius: 0;
    color: #111;
    font-size: 1rem;
}

.form-bg textarea {
    height: auto;
    padding: 5px 5px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #111;
    border-radius: 0;
    color: #111;
    font-size: 1rem;
    margin-top: 40px;
}

.form-bg input::placeholder,
.form-bg textarea::placeholder {
    color: #111;
    font-style: italic;
}

.banner-section {
    background: #f5f5f4;
    padding-top: 60px;
    padding-bottom: 100px;
}

.hero-content {
    max-width: 22%;
    display: flex;
    flex-direction: column;
    order: 0;
}

/*.hero-content p{ margin-bottom: 50px;}*/
.hero-content .hero-title {
    font-size: 48px;
    line-height: normal;
    margin-bottom: 40px;
}

.hero-content .hero-title strong {
    font-weight: bold;
}

.hero-content .bnr-linkbtn {
    color: #b15927;
    font-size: 15px
}

.hero-content .bnr-linkbtn span {
    margin-left: 15px;
}

.hero-content .bnr-linkbtn:hover {
    color: #ab4f1b;
}

.heroImg {
    width: 72%;
    display: flex;
    flex-direction: column;
    order: 1;
}

.heroImg img {
    position: relative;
    z-index: 1;
}

/*strong { font-family: 'Formular Bold'; }*/
.cmn-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #006871;
    text-transform: uppercase;
}

.cmn-title {
    font-size: 32px;
    color: #ff6f02;
    line-height: normal;
    margin-bottom: 20px;
}

.cmn-title strong {
    font-weight: bold;
}

.form-sec input::placeholder,
.form-sec textarea::placeholder {
    color: #111;
}

.form-sec input {
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
    height: auto;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 0;
    color: #111;
    font-size: 1rem;
}

.form-sec textarea {
    min-height: 100px;
    padding: 5px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 0;
    color: #111;
    font-size: 1rem;
}

.form-sec input[type=file]:focus,
.form-sec input:focus,
.form-sec textarea:focus {
    background: none;
    box-shadow: none;
}

.form-sec input[type=file] {
    border: 0;
    width: auto;
    margin: 0;
    background: transparent;
}

.choose-file-input {
    background: #9fc3c6;
    border-radius: 30px;
    padding: 8px 15px;
    width: 150px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.choose-file-input span {
    position: absolute;
    width: 150px;
    text-align: center;
    left: 0;
    line-height: 34px;
    font-size: 15px;
    color: #000;
}

.choose-file-input input[type=file] {
    opacity: 0;
}

.form-sec .btn {
    background-color: #b15927;
    color: #fff;
    border: 0;
    padding: 10px 50px 10px 30px;
    margin-top: 50px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    position: relative;
}

.form-sec .btn:hover {
    background-color: #ab4f1b;
}

.form-sec .btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: -17px;
    background: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.brand-logos-sec {
    background: #fcfaf5;
    padding: 50px 0;
    margin-bottom: 50px;
}

.brnd-leftCnt {
    width: 45%;
}

.brnd-leftCnt a {
    color: #01498e;
    font-weight: 500;
    display: inline-block;
    margin-top: 30px;
}

.brand-images-wrap {
    margin-top: 20px;
    margin-left: auto;
}

.progbar {
    position: relative;
    display: flex;
    align-items: center;
}

.slide-arrow {
    display: flex;
    width: 50px;
    justify-content: space-between;
}

.progbar span {
    background: #d9d9d9;
    border-radius: 30px;
    display: flex;
    width: 85%;
    height: 8px;
    position: relative;
    margin-left: auto;
}


.progbar span::after {
    background: #ff6f02;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    border-radius: 30px;
}

.vac_listIcon {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}

.vac_listIcon li {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 17%;
    align-items: center;
    margin: 0 8px;
}

.vac_listIcon li strong {
    background: #a1bad0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vac_listIcon li span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}


.our-quality-sec {
    padding: 70px 0;
}

.quality-cnt-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qlty-content {
    flex: 1;
}

.q-Img {
    flex-basis: 140px;
}

.q-Img img {
    max-width: 100%;
}

.quality-cnt-wrap li {
    width: 45%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 40px;
}

.quality-cnt-wrap li strong {
    font-size: 20px;
}

.quality-cnt-wrap li p {
    font-size: 15px;
    margin: 0;
}

.quality-cnt-wrap li a {
    color: #b15927;
    font-size: 15px
}

.our-quality-sec a {
    color: #b15927;
    font-size: 16px;
    font-family: 'Formular Regular';
}

.our-quality-sec .linkbtn {
    color: #b15927;
}

.quality-cnt-wrap li a:hover,
.our-quality-sec a:hover,
.our-quality-sec .linkbtn:hover {
    color: #ab4f1b;
}

.frerotech-middle-sec .quality-cnt-wrap li {
    margin-bottom: 60px;
}

.our-team-sec {
    margin: 80px 0 0 0;
}

.our-team-sec p {
    padding: 10px 0 25px;
}

.team-wrap .slick-next,
.team-wrap .slick-prev {
    top: auto;
    width: 60px;
    height: 60px;
    transform: none;
    bottom: -70px;
}

.team-wrap .slick-prev {
    left: 0;
}

.team-wrap .slick-next {
    right: auto;
    left: 90px;
}

.team-wrap .slick-prev:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/team-arrow-prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.team-wrap .slick-next:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/team-arrow-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.team-wrap {
    overflow: hidden;
    padding-bottom: 180px;
    margin-left: 5%;
    position: relative;
}

.team-wrap .slick-list {
    padding-left: 0 !important;
}

.vace-slider .slick-slide {
    margin: 0 25px;
    position: relative;
    cursor: pointer;
}

/*.vace-slider .slick-slide .designation { position: absolute; left:25px; bottom:20px; font-family: "Inter", serif; font-size:14px; color: #000; }
.vace-slider .slick-slide:hover .designation { color: #fff; transform:translateY(-50%); bottom: 35%; }
.vace-slider .slick-slide:hover .designation strong { font-size:22px; margin-bottom: 15px;}
.vace-slider .slick-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 65, 70, .75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
}*/

.vace-slider .slick-slide:hover::before {
    opacity: 1;
}

.vace-slider .slick-slide img {
    width: 100%;
}

.working-frerotech-sec {
    padding: 70px 0;
}

.work-right-col {
    background-color: rgba(159, 195, 198, 0.4);
    display: flex;
    justify-content: space-between;
    padding: 30px 50px 50px 30px;
}

.right-cnt-sec {
    width: 48%;
}

.form-sec {
    width: 48%;
}

.frerotech-blog-sec {
    padding: 50px 0;
    margin-top: 60px;
}

.blogImg-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.blogImg-col li {
    width: 23%;
    margin: 0 0 20px 20px;
}

.blogImg-col li img {
    max-width: 100%;
}

.frerotech-blog-sec a,
.working-frerotech-sec a {
    color: #b15927;
}

.frerotech-blog-sec a:hover,
.working-frerotech-sec a:hover {
    color: #ab4f1b;
}

.bdr-dotted {
    border: 1px dashed #9fc3c6;
}

.over-20years-exp .qlty-content {
    margin-right: 30px;
}

.frerotech-hero-section .heroImg img {
    max-width: 95%;
}

.overlay-BnrText {
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 1;
    text-align: right;
}

.overlay-BnrText p {
    background: #01498e;
    margin-bottom: 2px;
    color: #fff;
    padding: 3px 10px;
    font-size: 18px;
}

.frerotech-hero-section .heroImg::after {
    display: none;
}

.current-vacancy-sec-bg {
    background-color: rgba(159, 195, 198, 0.4);
    display: flex;
    justify-content: space-between;
    padding: 40px 0px 50px 30px;
}

.see-available-vacancy p {
    border-bottom: 1px solid rgba(0, 0, 0, .7);
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #111;
}

.current-vacancy-sec-bg .linktext {
    margin-top: 40px;
    display: inline-block;
    font-size: 15px;
    font-family: 'Formular Regular';
}

.vacancy-hero-bnr {
    background: #f5f5f4;
    padding-top: 40px;
    padding-bottom: 200px;
}

.vacancy-hero-bnr .hero-content {
    max-width: 22%;
}

.vacancy-hero-bnr .heroImg,
.expertise-hero-bnr .heroImg {
    width: 60%;
}

.vacancy-hero-bnr-2 .hero-content {
    max-width: 50%;
}

.vacancy-hero-bnr-2 .heroImg {
    width: 40%;
}


.vacancy-hero-bnr-2 h5,
.vacancy-hero-bnr-2 ul {
    margin-bottom: 30px;
}

.know-more-sec {
    display: flex;
    margin-top: 10px;
}


/*.expertise-hero-bnr .heroImg::after {
    content: "";
    display: block;
    position: absolute;
    left: -90px;
    right: 100%;
    bottom: -75px;
    background: url(../images/Triangle-bnr-grid.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    height: 100%;
    z-index: 0;
}*/

.expertise-middle-sec {
    margin: 100px 0 150px;
}

.expertise-middle-sec .cmn-title {
    margin-bottom: 50px;
}

.expertise-middle-sec .cmn-subtitle {
    width: 175px;
    margin-right: 50px;
    font-size: 16px;
}

.expert-rightCnt {
    background-color: rgba(159, 195, 198, 0.4);
    padding: 25px;
    flex: 1;
}

.facilities-sec {
    margin: 50px 0 70px;
}

.facilities-sec .cmn-title {
    margin-bottom: 100px;

}

.facilities-sec .cmn-subtitle {
    width: 185px;
    margin-right: 100px;
    font-size: 16px;
}

.facilities-sec .facility-mid-Cnt {
    flex: 1;
}

.facilityRight-Icon {
    margin-top: -15px;
    width: 200px;
    margin-left: 150px;
    order: 3;
}

.facilityRight-Icon img {
    max-width: 120px;
}

.facilities-sec-2 {
    margin: 50px 0 70px;
}

.facility-Img {}

.frerotech-hero-section .heroImg {
    width: 70%;
}

.contact-middle-sec {
    margin: 80px 0 100px;
}

.contact-middle-sec .know-moreCnt p {
    max-width: 440px;
    font-size: 15px;
    font-weight: 500;
}

.linktext {
    color: #b15927;
}

.linktext:hover {
    color: #ab4f1b;
}

.menu-topbg {
    background: #fcfaf5;
    padding: 10px 0;
}

.menu-topbar {
    display: flex;
    justify-content: end;
}

.topsearch {
    position: relative;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    min-width: 300px;
    margin-right: 20px;
    padding: 7px 12px 6px;
}

.topsearch input[type="text"] {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 4px;
}


.topsearch input[type="text"]:focus {
    outline: none;
}

.srch-btn {
    cursor: pointer;
}

.menu-topbar a {
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    margin-left: 15px;
    padding: 7px 10px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-topbar a:last-child {
    display: none;
}

.menu-topbar a img {
    max-width: 20px;
    margin-right: 5px;
}

.hero-Topsec {
    background: #4aaa42;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding: 15px 0;
}

.heroCnt-bg {
    background: #01498e;
    color: #fff;
    padding: 50px 0;
}

.heroCnt-bg p {
    color: #fff;
    /* max-width: 600px; */
    margin: 0 0 30px;
}

.heroCnt-bg .bnr-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 12px 15px;
    margin: 0 15px;
    min-width: 200px;
    font-weight: 500;
    text-align: center;
}

.heroCnt-bg .active {
    background: #007bff;
    border: 1px solid transparent;
}

.vaccine-sec {
    padding-bottom: 40px;
}

.vaccine-box {
    /*    max-width: 28%;*/
    margin-bottom: 50px;
    background: #01498e;
}

.vaccine-box .cntent-blk {
    padding: 0 0 30px;
    display: flex;
    flex-direction: column;
}

.vaccine-box .cntent-blk h3 {
    font-size: 24px;
    font-weight: 600;
    background: #4aaa42;
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0;
}

.vaccine-box .cntent-blk p {
    color: #fff;
    padding: 0 40px;
    font-size: 14px;
}

.vaccine-box .cntent-blk .box-btn {
    background: #007bff;
    color: #fff;
    text-align: center;
    display: block;
    padding: 12px 0;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
}

.vaccine-box img {
    width: 100%;
}



.news-artical-sec,
.frame-news-artical-sec {
    background: #01498e;
    padding: 40px 0;
}


.latest-news-sec {
    background: #fcfaf5;
    padding: 20px 0;
    text-align: center;
}

.about-sec {
    padding: 20px 0 30px;
    text-align: center;
}

.abt-boxRow {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}


.abt-boxRow li {
    max-width: 28%;
    background: #01498e;
    text-align: center;
    padding-bottom: 30px;
    margin: 20px 0 30px;
    position: relative;
}

.abt-boxRow li:first-child::after {
    display: none !important;
}

.abt-boxRow li::after {
    background: #999;
    content: '';
    display: block;
    height: 70%;
    position: absolute;
    left: -37px;
    top: 50%;
    transition: all .2s ease-out;
    width: 1px;
    transform: translateY(-50%);
}

.abt-boxRow li h3 {
    font-size: 24px;
    font-weight: 600;
    background: #4aaa42;
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0;
}

.abt-boxRow li p {
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

.abt-boxRow li .box-btn {
    background: #007bff;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 12px 15px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: auto;
}

.g-map-sec {
    background: #fcfaf5;
    padding: 20px 0;

}

.g-map-sec .frame-type-text {
    text-align: center;
}

.g-map-sec .frame.frame-type-text p {
    margin-left: auto;
    margin-right: auto;
}

.g-map-sec p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.FAQ-sec {
    padding: 20px 0;
}

.FAQ-sec p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.faqs .accordion_call.accordion_call_desktop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.faqs .accordion_call.accordion_call_desktop .acc {
    width: 100%;
}


.faqs .acc__card {
    border: 0;
    margin: 20px 0 0 0;
}

.faqs .acc__title strong {
    font-weight: 500;
    color: #ff6f02;
    text-transform: uppercase;
}

.faqs .acc__title {
    position: relative;
    box-shadow: none;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 16px;
    color: #666;
    border: 1px solid #666;
    border-bottom: 1px solid #666 !important;
}

.faqs .acc__title.active {
    color: #282828;
    border-bottom: 0;
    border-color: #282828;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
}

.faqs .acc__title.active + .acc__panel {
    border: 1px solid #282828;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
}

.faqs .acc__panel {
    display: none;
    border: 1px solid transparent;
    padding: 10px 25px 30px 25px;
    font-size: 16px;
    font-weight: normal;
}

.faqs .acc__panel p {
    margin: 0;
}

.faqs .acc__title::after {
    content: "\f078";
    display: block;
    position: absolute;
    top: 10px;
    right: 1rem;
    font-size: 16px;
    font-family: FontAwesome;
    color: #666;
    font-weight: normal;
    width: 1.25rem;
    height: 1.25rem;
    background-image: none;
}

.faqs .acc__title.active::after {
    content: "\f068";
    color: #282828;
}

.latest-news-row {
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsColmn {
    position: relative;
}

.newsCntBg {
    background: #01498e;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    top: -6px;
    border-radius: 6px;
    width: 100%;
}

.newsCntBg .date {
    font-size: 12px;
    background: #4aaa42;
    color: #fff;
    padding: 6px 20px;
    border-radius: 6px;
}

.newsCntBg a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 7px 10px 10px 20px;
    display: flex;
    align-items: center;
}

.membership-sec {
    padding: 50px 0;
    text-align: center;
}

.membership-sec p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.above-footer-sec {
    background: #01498e;
    padding: 40px 0;
}

.above-footer-sec .userColmn a {
    border: 1px solid #fff;
    text-align: center;
    max-width: 325px;
    display: inline-block;
    margin: 0 auto;
}

.above-footer-sec .userColmn span.userColmn-header {
    background: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #4aaa42;
    font-size: 38px;
    flex: 0 0 max-content;
}

.above-footer-sec .userColmn > a {
    display: flex;
    flex-direction: column;
    align-items: normal;
    height: 100%;
}

.above-footer-sec .userColmn .userCnt {
    color: #fff;
    padding: 5px 0;
    flex: 0 1 100%;
}

.above-footer-sec .userColmn .userCnt small {
    font-size: 11px;
}

.above-footer-sec .userColmn .userCnt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.75rem;
    flex-direction: column;
}

.above-footer-sec .userColmn .userCnt p {
    color: #fff;
    margin: 0;
}

.above-footer-sec .userColmn .userCnt input.newsletter-email {
    width: 185px;
    border: 0;
    font-size: 12px;
    padding: 5px 10px;
}

.above-footer-sec .userColmn .userCnt input.newsletter-email:focus {
    outline: none;
}

.above-footer-sec .userColmn .userCnt button {
    background: #007bff;
    border: 0;
    padding: 3px 12px;
}

.above-footer-sec .userColmn:hover {
    cursor: pointer;
}

.above-footer-sec .userColmn:hover span {
    background: #4aaa42;
    color: #fff;
    cursor: pointer;
}








.tab-block {
    width: 100%;
}

.tab-block .tab-mnu {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

.tab-block .tab-mnu li {
    box-sizing: border-box;
    background-color: #fff;
    color: #999;
    width: auto;
    text-align: center;
    border-radius: 4px;
    padding: 12px 50px;
    margin: 0 10px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #000;
}

.tab-block .tab-mnu li.active {
    background: #4aaa42;
    color: #fff;
    border: 1px solid #4aaa42;
}


.tab-block .tab-cont {
    box-sizing: border-box;
    border-top: 1px solid white;
    color: #000;
}

.tab-block .tab-pane {
    padding: 0;
}







.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #01498e;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    transition: all 0.4s;
    text-decoration: none;
    top: 50%;
}

.scroll-top:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}


.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

.df-btn {
    background: #4aaa42;
    color: #fff;
    border-radius: 4px;
    padding: 12px 30px;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.df-btn:hover {
    background: #4aaa42;
    color: #fff;
}

@media(min-width: 992px) {
    .navbar-brand img {
        padding-top: 20px;
    }
}

@media(max-width: 1024.98px) {
    .container {
        max-width: 97%;
    }

    .ftr-col-left {
        width: 33%;
        margin-right: 0;
    }

    .ftr-links {
        width: 33%;
    }

    .navbar-brand img {
        max-width: 190px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
        font-size: 12px;
    }

    .brand-images-wrap img {
        max-width: 100%;
    }

    .brand-images-wrap span {
        max-width: 12%;
    }

    .blogImg-col li {
        width: 22%;
        margin: 0 0 20px 20px;
    }

    .brand-logos-sec {
        padding: 50px 10px;
    }

    .frerotech-blog-sec {
        margin-top: 40px;
    }

    .q-Img {
        flex-basis: 120px;
    }

    .team-wrap {
        padding-bottom: 150px;
        margin-left: 3%;
    }

    .frerotech-hero-section {
        padding-bottom: 50px;
    }

    .vacancy-hero-bnr .hero-content {
        max-width: 25%;
    }

    .vacancy-hero-bnr .heroImg,
    .expertise-hero-bnr .heroImg {
        width: 60%;
    }

    .vacancy-hero-bnr .heroImg img,
    .expertise-hero-bnr .heroImg img {
        max-width: 100%;
    }

    .vacancy-hero-bnr .heroImg::after,
    .expertise-hero-bnr .heroImg::after {
        left: -90px;
        bottom: 180px;
    }

    .vacancy-hero-bnr,
    .expertise-hero-bnr .heroImg {
        padding-bottom: 50px;
    }

    .hero-content {
        max-width: 25%;
    }

    .hero-content .bnr-linkbtn {
        font-size: 14px;
    }

    .hero-content .hero-title {
        font-size: 44px;
    }

    .frerotech-hero-section .heroImg {
        width: 65%;
    }

}

@media(max-width: 991.98px) {
    br {
        display: none;
    }

    .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .main-menu ul li {
        margin: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main-menu ul li:last-child .nav-link {
        padding: 12px 15px;
    }

    .container {
        max-width: 97%;
    }

    .top-left {
        font-size: 13px;
    }

    .top-hdr .phone-email a,
    .lang-flag a span {
        margin: 0 15px 0 0;
        font-size: 13px;
    }

    .banner-section {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .brand-logos-sec {
        padding: 50px 0;
    }

    .ftr-col-left {
        width: 100%;
        margin-right: 0;
    }

    .ftr-col-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }

    .ftr-links {
        width: 35%;
        margin-top: 50px;
    }

    .ftr-address {
        margin-top: 50px;
    }

    .hero-content {
        max-width: 37%;
    }

    .heroImg {
        width: 60%;
    }

    .heroImg::after {
        right: 0;
        bottom: 50px;
        height: 100%;
        display: none;
    }

    .hero-content .bnr-linkbtn {
        font-size: 14px;
    }

    .quality-cnt-wrap li {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
        align-items: center;
    }

    .q-Img {
        flex-basis: 140px;
        margin-right: 20px;
    }

    .blogImg-col {
        justify-content: space-between;
    }

    .blogImg-col li {
        width: 23%;
        margin: 0 0 18px 0;
    }

    .team-wrap {
        padding-bottom: 120px;
        margin-left: 4%;
    }

    .frerotech-hero-section {
        padding-bottom: 50px;
    }

    .overlay-BnrText {
        top: 35px;
    }

    .overlay-BnrText p {
        font-size: 16px;
    }

    .over-20years-exp .quality-cnt-wrap li {
        margin-bottom: 50px;
    }

    .vacancy-hero-bnr .heroImg::after,
    .expertise-hero-bnr .heroImg::after {
        display: none;
    }

    .vacancy-hero-bnr .hero-content {
        max-width: 35%;
    }

    .frerotech-blog-sec {
        margin-top: 10px;
    }

    .expertise-middle-sec {
        margin: 50px 0 60px;
    }

    .expertise-middle-sec .cmn-subtitle {
        padding-bottom: 20px;
        display: block;
        width: 100%;
        margin: 0;
    }

    .facilities-sec .cmn-title {
        margin-bottom: 40px;
    }

    .facilityRight-Icon {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        display: block;
        order: 0;
    }

    .facilities-sec .cmn-subtitle {
        width: 100%;
        margin-right: 0;
        font-size: 16px;
        margin: 10px 0 15px;
        display: block;
    }

    .ftr-col-left .logo {
        margin-bottom: auto;
    }

    .frerotech-hero-section .heroImg {
        width: 52%;
    }

    .contact-middle-sec .know-moreCnt p {
        max-width: 100%;
    }


}

@media(max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .ftr-col-right {
        width: 100%;
    }

    .ftr-links,
    .ftr-address {
        width: 100%;
        margin-top: 5px;
    }

    .ftr-col-right .ftr-links:first-child {
        width: 100%;
    }

    .ftr-bg {
        padding: 40px 0 0 0;
    }

    .copyright {
        padding: 20px 0 25px 0;
        margin-top: 10px;
    }

    .heroImg {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        order: 0;
    }

    .q-Img {
        flex-basis: 100px;
        margin-right: 20px;
    }

    .work-right-col {
        flex-wrap: wrap;
    }

    .right-cnt-sec,
    .form-sec {
        width: 100%;
    }

    .blogImg-col li {
        width: 47.5%;
        margin: 0 0 18px 0;
    }

    .our-quality-sec a {
        font-size: 14px;
    }

    .ftr-col-left .logo {
        margin-bottom: 50px;
    }

    .ftr-bg::before {
        background-size: 100%;
    }

    .frerotech-blog-sec {
        margin-top: 0;
    }

    .working-frerotech-sec {
        padding: 50px 0 20px 0;
    }

    .quality-cnt-wrap li {
        margin-bottom: 50px;
    }

    .banner-section .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .hero-content {
        max-width: 100%;
        padding: 0 5%;
        margin-top: 50px;
    }

    .hero-content .hero-title {
        margin-bottom: 30px;
    }

    .hero-content .bnr-linkbtn {
        margin-top: -15px;
    }

    .heroImg::after {
        display: block;
        right: 0;
        bottom: -35px;
        background-size: 100%;
    }

    .our-team-sec {
        margin: 50px 0 0 0;
    }

    .overlay-BnrText {
        top: 15px;
    }

    .frerotech-hero-section {
        padding-bottom: 30px;
    }

    .frerotech-hero-section .hero-content {
        margin-top: 35px;
    }

    .over-20years-exp .qlty-content {
        margin-right: 0;
    }

    .vacancy-hero-bnr .hero-content {
        max-width: 100%;
    }

    .vacancy-hero-bnr .heroImg,
    .expertise-hero-bnr .heroImg {
        width: 100%;
    }

    .vacancy-hero-bnr .heroImg::after,
    .expertise-hero-bnr .heroImg::after {
        display: block;
        right: 0;
        bottom: -35px;
        background-size: 100%;
    }

    .vacancy-hero-bnr .heroImg img,
    .expertise-hero-bnr .heroImg img {
        max-width: 100%;
        margin-left: auto;
    }

    .vacancy-hero-bnr {
        padding-bottom: 40px;
    }

    .current-vacancy-sec-bg {
        padding: 40px 0 50px;
    }

    .facilities-sec .cmn-title {
        margin-bottom: 40px;
    }

    .facilityRight-Icon {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        display: block;
        order: 0;
    }

    .facilities-sec .cmn-subtitle {
        width: 100%;
        margin-right: 0;
        font-size: 16px;
        margin: 10px 0 15px;
        display: block;
    }

    .hero-content .hero-title {
        font-size: 32px;
    }

    .vacancy-hero-bnr-2 .heroImg {
        width: 100%;
    }

    .vacancy-hero-bnr-2 .hero-content {
        max-width: 100%;
    }

    .frerotech-hero-section .heroImg {
        width: 100%;
    }

    .contact-middle-sec img {
        max-width: 100px;
    }

    .contact-middle-sec {
        margin: 50px 0;
    }

    .contact-middle-sec .know-more-sec {
        margin-top: 0;
    }


    .latest-news-sec {
        padding: 25px 0 30px 0;
    }

    .FAQ-sec {
        padding: 40px 0 30px;
    }

    .faqs .acc__title {
        font-size: 14px;
    }

    .faqs .acc__title::after {
        top: 8px;
        right: .5rem;
        font-size: 14px;
    }

    .cmn-title {
        font-size: 22px;
    }

    .abt-boxRow {
        flex-wrap: wrap;
    }


    .abt-boxRow li {
        max-width: 100%;
        background: transparent;
        text-align: center;
        padding-bottom: 35px;
        margin: 0 0 35px;
        border-radius: 0;
        position: relative;
        border-bottom: 1px solid #ccc;
    }

    .abt-boxRow li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .abt-boxRow li::after {
        display: none;
    }

    .abt-boxRow li .abtCnt {
        max-width: 100%;
        background: #01498e;
        padding-bottom: 30px;
        border-radius: 5px;
    }

    .abt-boxRow li h3 {
        font-size: 24px;
        font-weight: 500;
        padding: 15px 0;
        border-radius: 5px;
    }




}

@media(max-width: 480.98px) {}

@media(max-width: 375.98px) {}

/*Menu css start here*/
.navbar-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
    position: relative;
}

.navbar-hdr .navbar-brand {
    position: relative;
    top: -20px;
}

.header {
    /*  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
    position: sticky;
    width: 100%;
    z-index: 10;
    top: 0;
    background: #fff;
}


.header .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*  overflow: hidden;*/
}

.header .menu ul li {
    position: relative;
}

.header .menu ul li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 500;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.header .menu {
    clear: none;
    max-height: none;
}

.header .menu ul {
    display: flex;
    align-items: center;
}


.header .menu ul li .fa-chevron-down {
    position: absolute;
    right: 0px;
    top: 28px;
    font-size: 10px;
}

.header .menu ul li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
}

.header .menu ul li:hover .dropdown-menu {
    display: block;
    background-color: #eee;
    border-radius: 0;
    border: 0;
    padding: 1rem 0;
}

.header .menu-icon {
    display: none;
}

.header .menu-btn {
    display: none;
}

.mobile-show {
    display: none;
}

/* 48em = 768px */

@media (max-width: 991.99px) {

    .header .menu-icon {
        display: block;
    }

    .navbar-hdr {
        display: block;
    }

    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
        width: 100%;
        display: none;
        padding-bottom: 20px;
    }

    .header .menu ul {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .header .menu ul li {
        width: 100%;
    }

    .header .menu ul li:last-child a {
        padding: 10px 20px 0;
        text-align: left;
        background: transparent;
        color: #111;
        font-size: 18px;
        text-transform: capitalize;
    }

    .header .menu ul li a {
        padding: 15px 20px 0;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 500;
    }

    /* menu icon */

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: left;
        padding: 32px 20px;
        position: absolute;
        user-select: none;
        top: 0;
    }

    .header .menu-icon .navicon {
        background: #ff6f02;
        display: block;
        height: 1.2px;
        position: relative;
        transition: background .2s ease-out;
        width: 24px;
        height: 2px;
    }

    .header .menu-icon .navicon:before,
    .header .menu-icon .navicon:after {
        background: #ff6f02;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 24px;
        height: 2px;
    }

    .header .menu-icon .navicon:before {
        top: 9px;
    }

    .header .menu-icon .navicon:after {
        top: -8px;
    }

    .header .menu-btn:checked ~ .menu {
        max-height: 100%;
        display: block;
    }

    .header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

    .header .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    .header .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg);
    }

    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

    .mobile-show {
        display: block;
        margin-top: 50px;
    }


    .mob-lang a {
        color: #111;
        display: block;
        padding: 5px 20px 0;
        font-size: 14px;
    }

    .mob-lang a.active {
        color: rgba(17, 17, 17, 0.5);
    }

    .mob-call-btn {
        background: #006871;
        color: #fff;
        border-radius: 30px;
        padding: 10px 70px 9px 30px;
        /* text-align: center; */
        display: inline-block;
        margin: 50px 0 0 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .mob-doctor-btn {
        display: block;
        !important;
    }


}

/*Menu css END here*/


@media(max-width: 991.98px) {
    .menu-topbg {
        padding: 12px 0;
    }

    .menu-topbg .topsearch {
        display: none;
    }

    .menu-topbar a {
        text-align: center;
    }

    .menu-topbar a span {
        display: none;
    }

    .menu-topbar a img {
        margin: 0;
    }

    .menu-topbar a:first-child {
        display: none;
    }

    .menu-topbar a:last-child {
        display: flex;
    }

    .header {
        padding: 0 0 20px;
    }

    .navbar-hdr .navbar-brand {
        position: relative;
        top: -60px;
        margin: 0;
    }


}

@media(max-width: 767.98px) {

    .current-vacancy-sec-bg .cmn-title strong {
        margin-left: 10px;
    }

    .banner-section .container {
        max-width: 100%;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .faqs .accordion_call.accordion_call_desktop .acc {
        width: 100%;
    }

    .above-footer-sec .userColmn {
        width: 100%;
        margin-bottom: 40px;
    }

    .above-footer-sec {
        background: #01498e;
        padding: 40px 10px 1px;
    }

    .above-footer-sec .userColmn .userCnt p {
        color: #fff;
        margin: 20px 0 15px 0;
    }

    .top-hdr {
        font-size: 12px;
        padding: 12px 10px;
    }

    .hero-Topsec {
        font-size: 24px;
        padding: 15px 0;
    }

    .heroCnt-bg {
        padding: 40px 30px;
    }

    .bnr-btns {
        display: flex;
        justify-content: center;
    }

    .heroCnt-bg .bnr-btn {
        padding: 10px 15px;
        margin: 0 10px;
        min-width: auto;
        font-size: 12px;
        width: 50%;
    }

    .brand-logos-sec {
        padding: 30px 15px;
        margin-bottom: 20px;
    }

    .brnd-leftCnt {
        width: 100%;
        text-align: left;
    }

    .brnd-leftCnt a {
        margin-top: 0;
    }

    .vac_listIcon {
        justify-content: space-between;
    }

    .vac_listIcon li {
        width: 10%;
        margin: 0 15px;
    }

    .brand-images-wrap img {
        max-width: 50px;
    }

    .vac_listIcon li strong {
        background: #a1bad0;
        border-radius: 50%;
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .vac_listIcon li span {
        display: none;
    }

    .vac_listIcon li:last-child {
        display: none;
    }

    .brand-images-wrap span {
        max-width: 80%;
    }

    .vaccine-box .cntent-blk h3 {
        font-size: 24px;
        font-weight: 500;
        padding: 15px 20px;
    }

    .cmn-title {
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
    }

    .news-artical-sec .df-btn {
        padding: 8px 30px;
        font-size: 13px;
    }

    .newsImg {
        display: block;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .about-sec {
        padding: 30px 0 40px;
        text-align: center;
    }

    .g-map-sec {
        padding: 30px 0 40px;
    }

    .tab-block .tab-mnu {
        width: 100%;
        justify-content: center;
    }

    .tab-block .tab-mnu li {
        padding: 12px 0;
        margin: 0 10px 30px;
        width: 44%;
    }

    .df-btn {
        padding: 10px 30px;
    }

    .membership-sec {
        padding: 30px 0 30px 0;
        text-align: center;
    }

    .ftr-links li a {
        margin: 0 0 8px 0;
    }

    .ftr-social {
        margin-top: 0;
        margin-bottom: 30px;
    }


}


/*add new css date 16-12-24*/
.visible-0 {
    visibility: hidden;
}

.header .menu ul li .dropdown-menu li a {
    padding: 10px 20px;
    font-size: 13px;
}


.navbar-hdr .navbar {
    background: transparent;
    padding: 15px 0;
    transition: all 0.15s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #333;
    font-weight: normal;
}


.brand-images-wrap {
    max-width: 55%;
    position: relative;
}

.brand-images-wrap .brand-slider .items {
    text-align: center;
}

.brand-images-wrap .brand-slider .items strong {
    background: #a1bad0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.brand-images-wrap .brand-slider .items span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}


.brand-slider .slick-next,
.brand-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: -20px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: none;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 9;
}

.brand-slider .slick-prev::before {
    content: "";
    display: block;
    background: url(../images/prev-arrow.png);
    opacity: 1;
    width: 18px;
    height: 18px;
}

.brand-slider .slick-next::before {
    content: "";
    display: block;
    background: url(../images/next-arrow.png);
    opacity: 1;
    width: 18px;
    height: 18px;
}

.brand-slider .slick-prev {
    left: 15px;
}

.brand-slider .slick-next {
    right: 89%;
    z-index: 9;
}


@media (max-width: 1024.98px) {
    .brnd-leftCnt {
        width: 35%;
    }

    .brand-images-wrap {
        max-width: 60%;
    }

    .brand-images-wrap span {
        max-width: 100%;
    }




}

@media (max-width: 991.98px) {
    .brnd-leftCnt {
        width: 100%;
    }

    .brand-images-wrap {
        margin-top: 50px;
        max-width: 100%;
    }

    .vace-slider .slick-slide {
        margin: 0 10px;
    }

    .vaccine-box .cntent-blk {
        padding: 0 0 20px;
    }

    .vaccine-box .cntent-blk h3 {
        margin-bottom: 10px;
        font-size: 18px;
        padding: 8px 5px;
    }

    .vaccine-box .cntent-blk p {
        padding: 0 15px;
    }

    .hero-Topsec {
        font-size: 30px;
        padding: 10px 0;
    }

    .cmn-title {
        font-size: 24px;
    }

    span.newsImg {
        margin-top: 20px;
        display: block;
    }


    .header .menu ul li a {
        padding: 15px 20px 0 5px;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 500;
    }

    .mob-doctor-btn a {
        background: #4aaa42;
        color: #fff;
        display: block;
        padding: 15px;
        margin-top: 15px;
    }

    .mob-doctor-btn a span {
        padding-left: 10px;
    }

    .hdr_Right-part {
        position: relative;
        top: -10px;
    }

    .navbar-hdr .navbar {
        padding: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-item {
        font-size: 14px;
    }

}

@media (max-width: 767.98px) {
    .progbar span {
        max-width: 70%;
    }

    .brand-slider .slick-next {
        right: 80%;
        z-index: 9;
    }

    .brand-images-wrap .brand-slider .items {
        margin-bottom: 20px;
    }

    .cmn-title {
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
    }


    .header .menu-icon {
        padding: 34px 10px;
    }

    .heroCnt-bg {
        padding: 20px 20px 20px 20px;
    }

    .bnr-btns {
        flex-direction: column;
    }

    .heroCnt-bg .bnr-btn {
        margin: 7px 0;
    }

    .heroCnt-bg p {
        color: #fff;
        max-width: 600px;
        margin: 0 auto 15px;
    }


}



.email a {
    color: #4aaa42;
}


section.zoekresultaten_section .cust_main_title {
    text-align: center;
}

section.zoekresultaten_section .container {
    max-width: 1210px;
    width: 100%;
}

.zoekresultaten_section .cust_main_title input {
    padding: 10px 0;
    height: 38px;
}

.zoekresultaten_section .topsearch {
    max-width: 373px;
    margin: 0 auto;
}

.zoekresultaten_section .cust_main_title h3 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 25px;
}

.zoekresultaten_section .row.filter_cust_row {
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 29px;
}

.zoekresultaten_section .filter_row {
    display: flex;
    align-items: center;
}

.zoekresultaten_section .dropdown .btn {
    border: 1px solid #4caf50;
    color: #4caf50;
    font-weight: 500;
    font-size: 15px;
    padding: 7px 11px 7px 11px;
    border-radius: 4.42px;
    text-transform: capitalize;
    min-width: 112px;
    outline: none;
}

.zoekresultaten_section .dropdown-toggle::after {
    display: inline-block;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 21px;
    line-height: 3px;
    top: 8px;
    position: relative;
}

.zoekresultaten_section .filter_row h4 {
    color: #010101;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 11px 0 0;
}

.zoekresultaten_section .filter_row .dropdown ul li {
    display: inline-block;
}

.zoekresultaten_section .filter_row .filter_woorden span {
    font-size: 15px;
    color: #757575;
}

.zoekresultaten_section .filter_woorden h6 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}

section.zoekresultaten_section {
    background: #fcfaf5;
    width: 100%;
    font-family: "Istok Web", serif;
    display: inline-block;
    padding: 33px 0;
}

.ziekten_vaccins ul li h4 {
    font-size: 17px;
    color: #01498e;
    font-weight: 600;
    margin: 0;
    line-height: 21px;
    margin-bottom: 20px;
}

.ziekten_vaccins ul li {
    margin-bottom: 20px;
}

.ziekten_vaccins ul li p {
    font-size: 17px;
    margin: 0px;
    font-weight: 400;
    color: #010101;
    line-height: 26px;
}

.ziekten_vaccins ul li p span {
    color: #ff6f02;
}

.ziekten_vaccins ul li h4 span {
    color: #010101;
}

.zoekresultaten_section .dropdown .btn:hover {
    background: #4caf50;
    color: #fff;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}


.pagination_inner .pagination {
    display: inline-block;
    margin-top: 23px;
    width: 100%;
    text-align: center;
}

.pagination a {
    color: #757575;
    text-decoration: none;
    margin: 0 5px;
    border: 1px solid #757575;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 17px;
    height: 34px;
    width: 34px;
    display: inline-block;
    line-height: 34px;
}

.pagination a.active {
    background-color: transparent;
    color: #ff6f02;
    border-color: #ff6f02;
}

.pagination a:hover:not(.active) {
    background-color: #f1f1f1;
}


.pagination_inner {
    text-align: center;
    border-top: 1px solid #7575753d;
    width: 100%;
    display: inline-block;
    padding-top: 12px;
}

.pagination_inner p {
    font-size: 17px;
    color: #75767a;
    margin: 0;
}

/*------------------------------------------------start-------------------*/

.Vergeten_main_cust {
    border: 1px solid #d9d9d9;
    padding: 30px 40px 40px 40px;
    width: 100%;
    display: inline-block;
    font-family: "Istok Web", serif;
}

.password_blog {
    max-width: 440px;
    margin: 0 auto;
}

.Vergeten_main_cust a.df-btn.wachtwoord {
    position: relative;
    margin: 0px;
    top: -53px;
    background: #01498e;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0 12px 0;
    text-decoration: none;
}

.password_blog p {
    text-align: left;
    font-size: 15px;
}

.cust_bg_main {
    background: #fcfaf5;
    padding: 80px 0 50px 0;
}

.Vergeten_main_cust h6 {
    font-size: 14px;
    line-height: 28px;
    margin: 0px;
    font-weight: 500;
    color: #000;
}

.wachtwoord_vergeten .topsearch {
    padding: 15px 10px;
    border: 1px solid #4aaa42;
    margin: 0;
}

.wachtwoord_vergeten input[type="text"] {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #4aaa42;
    border-radius: 5px;
    font-size: 14px;
}

.password_blog a.df-btn {
    padding: 7px 15px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Istok Web';
}

.password_blog p.terug_naar a {
    font-size: 12px;
    color: #010101;
    font-weight: 600;
    text-decoration: underline;
    margin: 0;
}

.password_blog p.terug_naar {
    margin: 23px 0 0 0;
    text-align: left;
}

.login_section .cust_row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 186px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.login_section .cust_row:after {
    position: absolute;
    content: '';
    right: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    display: block;
    z-index: -1;
}

.login_section .login_col-1 {
    width: 50%;
    display: inline-block;
}

.login_section .cust_row .login_col-2 .login-form form .error-message {
    margin: 6px 0 15px 0;
}

.login_section .cust_row .login_col-2 {
    width: 50%;
    display: inline-block;
}


.login_section .cust_row .login_col-2 .login-form {
    width: 100%;
    display: inline-block;
}

.login_section .cust_row .login_col-2 .login-form form {
    width: 100%;
    display: inline-block;
}

.login_section .cust_row .login_col-2 .login-form form label {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-family: 'Istok Web';
    font-weight: 600;
    line-height: 28px;
}

.login_section .cust_row .login_col-2 .login-form form input {

    display: inline-block;
    padding: 10px 15px;
    outline: none;
    border: 1px solid #4aaa42;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Istok Web';
    font-weight: 600;
}

.login_section .cust_row .login_col-2 .login-form form input::placeholder {
    color: #d2d2d2;
}

.login_section .Vergeten_main_cust .account_content h4 {
    font-size: 27px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

.login_section .cust_row .login_col-2 .login-form form .login-btn {
    background: #4aaa42;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 7.5px 14px;
    font-weight: bold;
    margin: 15px 0 20px;
}

.login_section .cust_row .login_col-2 .login-form form .Forgot-pass a {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
    color: #000;
    font-size: 15px;
    bottom: 0;
}

.login_section .Vergeten_main_cust {

    padding: 30px 70px 47px 70px;

}

.login_section .account_content a.df-btn {
    text-align: center;
    padding: 7.5px 14px;
}

#tx-felogin-input-password {
    background-image: none;
}

/*=====ordrfailure section css start here=====*/

.ordrfailure-sec {
    width: 100%;
    display: inline-block;
    background-color: #fcfaf5;
    padding: 67px 0;
}

.ordrfailure-sec .order-inner {
    width: 100%;
    text-align: center;
    max-width: 723px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 30px 48px 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 10px;
}

.ordrfailure-sec .order-inner .cross-icon {
    width: 100%;
    display: inline-block;
    line-height: 0;
    vertical-align: top;
}

.ordrfailure-sec .order-inner .cross-icon img {
    width: 83px;
    height: 83px;
    object-fit: contain;
    object-position: center;
    margin: 0 0 25px 0;
}

.ordrfailure-sec .order-inner span {
    width: 100%;
    display: block;
    font-size: 17px;
    font-family: 'Istok Web';
    line-height: 27px;
}

.ordrfailure-sec .order-inner h2 {
    width: 100%;
    display: inline-block;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 38px;
    margin: 6px 0 10px 0;
}

.ordrfailure-sec .order-inner p {
    width: 100%;
    display: inline-block;
    max-width: 460px;
    font-size: 17px;
    margin: 0;
}

.ordrfailure-sec .order-inner .cta-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 40px 0 0 0;
}

.ordrfailure-sec .order-inner .cta-group .primary-cta {
    width: auto;
    display: inline-block;
}

.ordrfailure-sec .order-inner .cta-group a {
    display: inline-block;
    padding: 10px 20px;
    min-width: 175px;
    border-radius: 4px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bolder;
    color: #000;
    transition: all 0.5s;
}

.ordrfailure-sec .order-inner .cta-group .primary-cta a {
    background: #4aaa42;
    border: 1px solid #4aaa42;
    color: #fff;
}

.ordrfailure-sec .order-inner .cta-group a:hover {
    background: #4aaa42;
    border: 1px solid #4aaa42;
    color: #fff;
}

.ordrfailure-sec .order-inner .cta-group .primary-cta a:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

/*=====ordrfailure section css end here=====*/



/*=====ordrfailure-sec.cust_ordersucces  section css start here=====*/

.cust_ordersucces .cross-icon img {
    width: auto !important;
}

.ordrfailure-sec.cust_ordersucces .secondary-cta a {
    padding: 10px 10px;
}

.ordrfailure-sec.cust_ordersucces .order-inner {
    padding: 36px 20px 48px 20px;
}

/*=====ordrfailure-sec.cust_ordersucces  section css end here=====*/

/*=====detail page css start here=====*/

.our_detail_section {
    font-family: "Istok Web", serif;
}


.tab_menu {
    background: #fff;
    position: relative;
    padding: 19px 30px 42px 30px;
}

.our_detail_section .tab_menu .nav-pills .nav-link {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #01498e;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 22px;
}

.our_detail_section .tab_menu .nav-pills .nav-link i {
    margin-right: 12px;
    color: #000;
    font-size: 12px;
}

.our_detail_section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ff6f02 !important;
    background-color: transparent;
    font-weight: bold !important;
}

.our_detail_section .nav-pills .nav-link.active i {
    color: #ff6f02 !important;
    font-weight: bold;
}


.our_detail_section .tab_menu h3 {
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 29px;
}

.our_detail_section .cust_col-1 {
    max-width: 33%;
    width: 100%;
    padding: 0;
}

.tab_menu:before {
    background: #d9d9d9;
    height: 100%;
    position: absolute;
    right: -27px;
    width: 1px;
    content: '';
}

.our_detail_section .cust_col-2 {
    padding: 0;
    width: 100%;
    max-width: 63.6%;
}

.our_detail_section .detail_tab .row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    gap: 45px;
}

.our_detail_section .tab_cust_blog {
    background: #fff;
    padding: 19px 47px 10px 35px;
    margin-bottom: 8px;
}

.our_detail_section .tab_cust_blog h3 {
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 29px;
}

.our_detail_section .tab-tab_cust_content h5 {
    font-size: 17px;
    font-weight: bold;
    color: #ff5722;
    margin: 0 0 23px 0;
}

.our_detail_section .tab-tab_cust_content p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 17px;
}

.our_detail_section .tab-tab_cust_content a {
    font-size: 17px;
    color: #01498e;
    text-decoration: underline;
}

/*=====detail page css end here=====*/

.filter_list ul li {
    margin-bottom: 23px;
}

.filter_list ul li a {
    font-size: 17px;
    color: #01498e;
    font-weight: 500;
}

.filter_list ul li a i {
    margin-right: 12px;
    font-size: 17px;
    color: #000;
}

.filter_list ul li a:hover {
    color: #ff8c41;
}

.filter_list ul li a:hover i {
    color: #ff8c41;
}

.Overview_filter_section .cust_bg_main {
    background: #fcfaf5;
    padding: 20px 15px 0px 15px;
}

.Overview_filter_section {
    font-family: "Istok Web", serif;
}

.Overview_filter_section .cust_bg_main h2 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 40px;
}

/* .Overview_filter_section .fillter_btn select.form-control {} */

.fillter_btn {
    float: right;
    margin-bottom: 30px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown select {
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    color: #3a3a3a;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    min-height: 45px;
    min-width: 200px;
    appearance: none;
    /* Remove default dropdown styling */
    -webkit-appearance: none;
    /* Safari compatibility */
    -moz-appearance: none;
    /* Firefox compatibility */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D%22http://www.w3.org/2000/svg%22 viewBox%3D%220 0 4 5%22%3E%3Cpath fill%3D%22%23ccc%22 d%3D%22M2 0L0 2h4z%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    width: 150px;
    cursor: pointer;
}

.dropdown select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 3px #007bff;
}

/* =====Inhoudstupe faq Section css start here=====*/
.inhoudstype-sec {
    width: 100%;
    display: inline-block;
    padding: 30px 0 0 0;
    background-color: #fcfaf5;
}

.inhoudstype-sec .sec-title {
    width: 100%;
    display: inline-block;
}

.inhoudstype-sec .sec-title h2 {
    width: 100%;
    display: inline-block;
    font-size: 31px;
    color: #ff6f02;
    font-family: 'Istok Web';
    font-weight: bold;
    line-height: 41px;
    padding-left: 20px;
}

.inhoudstype-sec .caption {
    width: 100%;
    background-color: #fff;
    padding: 0 20px;
    padding-top: 10px;
}

.inhoudstype-sec .caption .title {
    width: 100%;
    display: inline-block;
}

.inhoudstype-sec .caption .title h3 {
    width: 100%;
    display: inline-block;
    font-family: 'Istok Web';
    font-size: 31px;
    color: #ff6f02;
    line-height: 41px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.inhoudstype-sec .caption p {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    font-family: 'Istok Web';
    line-height: 27px;
    margin: 0;
}

/* =====Inhoudstupe faq Section css end here=====*/

/* =====faq Section css start here=====*/

.faq-desi {
    padding: 30px 0 36px 0;
}

.faq-desi .acc__card {
    margin: 0 0 14px 0;
}

.faq-desi-v2 .faqs .accordion_call.accordion_call_desktop .acc {
    width: 33%;
    display: inline-block;
}

.faq-desi-v2 .faqs .accordion_call.accordion_call_desktop {
    gap: 15px;
    flex-wrap: nowrap;
}

.faq-desi-v2 .faqs .acc__panel {
    padding: 10px 15px 30px 15px;
}

.faq-desi-v2 .faqs .acc__title strong {
    padding: 0 35px 0 0;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

/* =====faq Section css end here=====*/

/* =====list Section css start here=====*/

section.list-section {
    width: 100%;
    display: inline-block;
    background-color: #fcfaf5;
    padding: 36px 0;
}

section.list-section .content {
    width: 100%;
    display: inline-block;
}

section.list-section .content ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

section.list-section .content ul li,
section.list-section .content ul li a {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-family: 'Istok Web';
    font-size: 17px;
    line-height: 27px;
    color: #01498e;
}

section.list-section .content ul li:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

section.list-section .content p {
    width: 100%;
    display: inline-block;
    margin: 0 0 0 0;
    font-size: 19px;
    color: #ff6f02;
    font-weight: bold;
    font-family: 'Istok Web';
}

/* =====list Section css end here=====*/

.waarom_vaccineren.cust_bg_main {
    font-family: "Istok Web", serif;
    padding: 20px 0 20px 0;
}

.main_title_content h3 {
    font-size: 31px;
    line-height: 40px;
    font-weight: bold;
    color: #ff6f02;
    margin-bottom: 20px;
}

.Overzicht_van_Beschermde {
    background: #fff;
    padding: 31px 16px;
    min-height: 589px;
}

.waarom_vaccineren .waarom_vaccineren .slick-list {
    margin: 0 -15px;
}

.waarom_vaccineren .waarom_vaccineren .item {
    padding: 0 15px;
}

.waarom_vaccineren .Overzicht_van_Beschermde p {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 23px;
}

.Overzicht_van_Beschermde img.img-fluid {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    height: 50px;
    object-fit: cover;
}

.waarom_vaccineren .item {
    padding: 0 15px;
}

.waarom_vaccineren .slick-next:before {
    content: '→';
    font-size: 0
}

.waarom_vaccineren .slick-prev:before {
    display: none;
}

.waarom_vaccineren .slick-prev {
    left: 46.5%;
}

.waarom_vaccineren .slick-next {
    right: 46.5%;
}

.waarom_vaccineren .slick-next,
.waarom_vaccineren .slick-prev {
    background: #01498e;
    z-index: 9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    /* Box shadow */
    transition: all 0.3s ease;
    /* Smooth transition */
    width: 44px;
    height: 44px;
    border-radius: 6px;
    top: unset;
}

.waarom_vaccineren .slick-arrow i {
    font-family: "FontAwesome";
    font-size: 22px;
    z-index: 99;
    position: relative;
    color: #fff;
}


.waarom_vaccineren .slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: #fff;
    outline: 0;
    background: #ff9800;
}

/*--------------------------------------------------------------*/

.topsearch input[type="text"] {
    background: transparent;
}

.ftr-bg {
    background: #fff;
}

/*--------------------------------------------------------------*/

.secure_sheckout {
    font-family: 'Istok Web';
    width: 100%;
    display: inline-block;
    padding: 88px 0;
}

.secure_sheckout .details {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 9px;
    align-items: center;
    gap: 9px;
    margin-bottom: 30px;
}

.secure_sheckout .details .title h3 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 29px;
}

.form-group p {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0 15px 0;
}

.secure_sheckout .check-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.secure_sheckout .check-inner .left-part {
    width: 33%;
    display: inline-block;
}

.secure_sheckout .check-inner .middle-part {
    width: 33%;
    display: inline-block;
}

.secure_sheckout .check-inner .right-part {
    width: 33%;
    display: inline-block;
}



.secure_sheckout .cart-container {
    padding: 15px 0;
    border: 1px solid #ccc;
    background: #d9d9d9;
}



.secure_sheckout .item {
    display: flex;
    margin-bottom: 20px;
}

.secure_sheckout .item-image {


    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
}

.secure_sheckout .item-details {
    background: #fff;
}

.product_img img {
    width: 100%
}

.secure_sheckout .item-details {
    flex: 1;
    padding: 20px 14px 0px 22px;
}

.secure_sheckout .quantity {
    display: flex;
    align-items: center;
    background: #fff;
    width: 84px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    justify-content: space-between;
}

.secure_sheckout .quantity button {
    background: #ff9800;
    border: none;
    padding: 5px;
    margin: 0 0px;
    cursor: pointer;
    width: 29px;
    color: #fff;
    font-size: 15px;
}

.secure_sheckout .quantity-number {
    font-size: 16px;
    font-weight: bold;
    width: 29px;
    text-align: center;
}

.quantity_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.secure_sheckout .details-link {
    color: #010101;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}

.secure_sheckout .summary {
    padding: 0 15px;
}

.secure_sheckout .price,
.total-price {
    float: right;
    font-weight: bold;
}

.secure_sheckout .coupon {
    margin-top: 10px;
}

.secure_sheckout .coupon input {
    width: 71%;
    padding: 5px;
    margin: 0px !important;
    border: 1px solid #c45259;
    min-height: 40px;
    outline: none;
}

.right-part .secure_sheckout .details {
    margin-left: 12px;
    margin-right: 12px;
}

.secure_sheckout .coupon button {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0;
    font-family: 'Istok Web';
    font-weight: 600;
}

.gebruiken_input {
    display: flex;
}

.secure_sheckout .newsletter {
    margin: 19px 0 0 0;
}

.secure_sheckout .newsletter .form-group.checkbox-group {
    margin-bottom: 10px;
}

.secure_sheckout .summary p {
    font-size: 15px;
    color: #010101;
}

.secure_sheckout .summary p a {
    color: #010101;
    font-weight: 800;
}

.secure_sheckout .coupon label {
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 15px;
}

.secure_sheckout .newsletter label {
    font-size: 14px;
}

.secure_sheckout .checkout {
    background: #28a745;
    color: #fff;
    font-weight: 800;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.secure_sheckout .form-group label {
    font-size: 14px;
    font-family: "Poppins", serif;
    display: block;
    color: #000;
    margin-bottom: 7px;
}

.secure_sheckout .form-group input {
    border: 1px solid #01498e;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    font-family: 'Istok Web';
}

.form-group.checkbox-group {
    display: flex;
    align-items: center;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
    /* Hide default checkbox */
}

.custom-checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    /* Space for custom box */
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

.custom-checkbox label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #ff6f02;
    border-radius: 0;
    background: #fff;
    transition: all 0.3s ease;
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
    background-color: #ff6f02;
    border-color: #ff6f02;
}

.custom-checkbox label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    /* Smooth transition */
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
    /* Show checkmark when checked */
}

.secure_sheckout .check-inner .form-group {
    margin-bottom: 16px;
    width: 100%;
    display: inline-block;
}


/* Remove default radio button styling */
.custom-radio input[type="radio"] {
    display: none;
}

/* Create custom radio button border */
.custom-radio .radio-border {
    width: 15px;
    height: 15px;
    border: 1px solid #ff6f02;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    transition: all 0.3s ease;
}

/* When the radio button is checked, change the border color */
.custom-radio input[type="radio"]:checked + .radio-border {
    border-color: #ff6f02;
    background-color: #ff6f02;
}

/* Create the inner circle for the selected radio button */
.custom-radio input[type="radio"]:checked + .radio-border::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: white;
}

/* Style the label and text */
.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-radio img {
    margin-right: 10px;
}

.custom-radio span {
    font-size: 14px;
    font-family: 'Istok Web';
    font-weight: 500;
    line-height: 25px;
}

.cust_bt_border {
    border-bottom: 1px solid #000;
    padding-bottom: 13px;
}

.payment-methods.column ul li {
    margin-bottom: 13px;
}

.middle-part p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Istok Web';
    margin-top: 6px;
    margin-bottom: 20px;
}

.bank-info ul li {
    font-size: 15px;
    line-height: 21px;
    color: #010101;
}

.middle-part .form-group input {
    border-radius: 0;
}

.secure_sheckout .summary ul li {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}

.summary .totaal h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}

.summary .totaal {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 11px 0;
    margin-top: 16px;
}

.details.bestelling {
    margin-bottom: 15px;
}

.secure_sheckout .item-details h3 {
    font-size: 15px;
    font-weight: 800;
    font-family: 'Istok Web';
}

.item-details p {
    font-size: 15px;
    padding-top: 29px;
    font-weight: 800;
    margin: 0;
}

.newsletter .custom-checkbox input[type="checkbox"]:checked + label:before {
    background-color: #01498e;
    border-color: #01498e;
}

.newsletter .custom-checkbox label:before {
    border: 1px solid #01498e;
    background: #fff;
}

/*-------------------check-out-0--page---css-----------*/


/*add new css for nav by KP*/
.menu-topbar a:last-child {
    display: flex;
}


.hdr_Right-part .ddown-megamenu {
    position: static;
}

.hdr_Right-part .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.login-wrapper .navbar-nav .nav-item:hover .nav-link {
    color: #ff6f02;
}

.hdr_Right-part .ddown-megamenu .dropdown-menu {
    width: auto;
    padding: 0;
    margin: 0;
}

.hdr_Right-part .dropdown-menu {
    padding: 0;
    margin: 0;
}

.hdr_Right-part .dropdown-menu a {
    text-decoration: none;
    color: #628eb5;
    font-size: 14px;
    padding: .5rem 1rem;
}

.hdr_Right-part .ddown-megamenu .dropdown-menu h6 {
    font-size: 14px;
    color: #555;
    padding-top: 12px;
}


.hdr_Right-part .ddown-megamenu .mega-menu_LftCol {
    display: flex;
    flex-wrap: wrap;
}

.hdr_Right-part .ddown-megamenu .mega-menu_LftCol li {
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px solid #ddecfa;
}

.hdr_Right-part .ddown-megamenu .mega-menu_LftCol li a {
    color: #a3bdd6;
    font-weight: normal;
    font-size: 13px;
    display: block;
    padding: 0;
}

.hdr_Right-part .ddown-megamenu .mega-menu_LftCol li a:hover,
.hdr_Right-part .ddown-megamenu .mega-menu_LftCol li a.active {
    color: #01498e;
}

.mega-menu_LftCol .iconblk img {
    max-width: 34px;
    margin-right: 7px;
}

.dd-bg-color {
    background: #a3bdd6;
    padding-top: 0;
    padding-bottom: 0;
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    border-radius: 8px 8px 0 0;
}

figure figcaption {
    background: #fff;
    font-weight: normal;
    font-size: 14px;
    padding: 12px 15px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    font-size: 14px;
    font-weight: normal;
    color: #555;
    border-radius: 0 0 8px 8px;
}

.login-wrapper {
    position: absolute;
    right: 30px;
}

.login-wrapper button {
    padding: 1px 1px;
    border: 0;
    background: transparent;
}


.login-container {
    position: absolute;
    width: 400px;
    right: 0;
}

.login-form {
    display: none;
    position: relative;
    padding: 5px 15px 15px;
    margin-top: 10px;
    background: #fff;
    border-radius: 0;
}

.login-form input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 12px;
    border: 1px solid #bfbcbc;
    outline: 0;
    background: #fff;
    font-weight: 300;
    border-radius: 2px;
    font-size: 14px;
}

.login-form input:last-child {
    margin-bottom: 0;
}

.login-form input[type="submit"] {
    color: #ffF;
    background: #ff6f02;
    font-style: normal;
    border: 0;
    width: auto;
    border-radius: 0;
    padding: 10px 15px 5px;
    margin: 20px 0 0 auto;
}

.log-btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.login-form a {
    position: absolute;
    left: 18px;
    bottom: 22px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}

@include keyframes(slide) {
    0% {
        opacity: 0;
        @include transform(translateY(20px));
    }

    100% {
        opacity: 1;
        @include transform(translateY(0));
    }
}

.open {
    @include animation(slide 1s);
    display: block;
}


/**
 *  Progress Bar
 */
.brand-images-wrap .progress {
    display: block;
    width: 85%;
    height: 8px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d9d9d9;
    background-image: linear-gradient(to right, #ff6f02, #ff6f02);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    position: relative;
    margin-left: auto;
}

.content {
    margin: auto;
    padding: 20px;
    width: 600px;
}

.brand-images-wrap .slider {
    margin: 0 auto 20px;
}


.brand-images-wrap .slider .items {
    text-align: center;
}

.brand-images-wrap .slider .items strong {
    background: #a1bad0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.brand-images-wrap .slider .items strong img {
    max-width: 60px;
}

.brand-images-wrap .slider .items span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}


.brand-images-wrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



.brand-images-wrap .slider .slick-next,
.brand-images-wrap .slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: -33px;
    display: block;
    padding: 0;
    transform: none;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    background: transparent;
    width: 18px;
    height: 18px;
    z-index: 9;
}


.brand-images-wrap .slider .slick-next,
.brand-images-wrap .slider .slick-prev {
    box-shadow: none;
    background: transparent;
    width: 18px;
    height: 18px;
}

.brand-images-wrap .slider .slick-prev {
    left: 15px;
}

.brand-images-wrap .slider .slick-next {
    right: 89%;
    z-index: 9;
}

.brand-images-wrap .slider .slick-prev::before {
    content: "";
    display: block;
    background: url(../images/prev-arrow.png);
    opacity: 1;
    width: 18px;
    height: 18px;
}

.brand-images-wrap .slider .slick-next::before {
    content: "";
    display: block;
    background: url(../images/next-arrow.png);
    opacity: 1;
    width: 18px;
    height: 18px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #555;
    font-weight: normal;
    font-size: 14px;
}

.hdr_Right-part .navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 7px;
}

.hdr_Right-part .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-left: 3vw;
}

@media only screen and (max-width: 1079px) {
    .hdr_Right-part .navbar-expand-lg .navbar-nav .nav-item:last-child {
        margin-left: 7px;
    }
}

@media only screen and (max-width: 991px) {
    .hdr_Right-part .navbar-expand-lg .navbar-nav .nav-item:last-child {
        margin-left: 0;
    }
}



.menu-topbar a {
    border: 1px solid #555;
    padding: 5px 8px;
}

.navbar-toggler .icon-bar {
    color: #ff6f02;
    margin-left: 10px;
    display: none;
}

.navbar-toggler.collapsed .icon-bar {
    display: block;
}

.navbar-toggler.collapsed .icon-close {
    margin-left: 10px;
    display: none;
}

.navbar-toggler .icon-close {
    display: block;
    margin-left: 10px;
}

.row {
    margin-bottom: 30px;
    margin-top: 30px;
    display: -webkit-flex;
}

div[class^="col-md-"] .frame {
    height: 100%;
}

.spotlight .frame {
    background: #01498e;
    color: #fff;
    padding: 0;
}

.spotlight .frame .ce-textpic {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.spotlight .frame .ce-gallery {
    margin-bottom: 0;
    margin-top: 0;
    flex-grow: 0;
}

.spotlight figure.image img {
    width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: cover;
    border-radius: unset;
}

.spotlight .frame .ce-bodytext {
    padding: 0 20px 0 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.spotlight .frame .ce-bodytext h3 {
    font-size: 23px;
    font-weight: 600;
    background: #4aaa42;
    color: #fff;
    line-height: normal;
    margin: 0 -20px 20px -20px;
    text-align: center;
    padding: 15px 20px;
}

.spotlight .frame .ce-bodytext p {
    flex-grow: 1;
    color: #fff;
}

.spotlight .frame .ce-bodytext .btn {
    white-space: normal;
    width: 100%;
    text-align: center;
    border: 0;
}

.frame .btn-primary {
    border: 1px solid #007bff;
    color: #fff;
}

.frame .btn {
    border: 1px solid #f1eadb;
    border-radius: .25rem;
    margin-right: .375rem;
    padding: .375rem .75rem;
}

.news-artical-sec h2 {
    font-size: 32px;
    color: #ff6f02;
    line-height: normal;
    margin-bottom: 20px;
}

.news-artical-sec p {
    color: #fff;
    margin-bottom: 3rem !important;
}

.news-artical-sec ol,
.news-artical-sec ul {
    color: #fff;
}

.about-sec h2 {
    font-size: 32px;
    color: #ff6f02;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.about-sec .abt-boxRow .about-item {
    background: #01498e;
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
    height: calc(100% - 1rem);
}

.about-sec .abt-boxRow .about-item .frame-container {
    height: 100%;
}

.about-sec .abt-boxRow .about-item .frame-container .frame-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.about-sec .abt-boxRow .about-item .frame-container .frame-inner *:last-child {
    margin-top: auto;
}

.about-sec .abt-boxRow h3 {
    font-size: 24px;
    font-weight: 600;
    background: #4aaa42;
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0;
}

.about-sec .abt-boxRow p {
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

.about-sec .abt-boxRow .box-btn {
    background: #007bff;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 12px 15px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: auto;
}


.g-map-sec h2 {
    font-size: 32px;
    color: #ff6f02;
    line-height: normal;
    margin-bottom: 20px;
}

.image-embed-item {
    max-width: 100%;
    height: auto;
}

.g-map-sec figure img {
    border-radius: unset;
}

.FAQ-sec h2 {
    font-size: 32px;
    color: #ff6f02;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.acc__card p {
    text-align: unset;
}

.latest-news-sec h2 {
    font-size: 32px;
    color: #ff6f02;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.latest-news-sec .article {
    text-align: left;
}

@media only screen and (min-width: 970px) {
    .latest-news-sec .article {
        height:100%;
    }
    
    .latest-news-sec .article a {
        height: 100%;
        position: relative;
    }
    
    .latest-news-sec .article .teaser-text .arrow {
        position: absolute;
        bottom: 0;
        left: 20px;
        
    }
    
    .latest-news-sec .d-lg-flex.latest-news-row:not(.homepage) {
        gap: 1.5rem;
        align-items: flex-start;
        justify-content: space-between;
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: 1fr;
    }
}

.latest-news-sec .article h2 {
    text-align: left;
}

.membership-sec h2 {
    font-size: 32px;
    color: #ff6f02;
    line-height: normal;
    margin-bottom: 20px;
}

.inhoudstype-sec .caption h3 {
    width: 100%;
    display: inline-block;
    font-family: 'Istok Web';
    font-size: 31px;
    color: #ff6f02;
    line-height: 41px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.frame-custom-43 {
    background: #ddf8ff;
    padding: 20px;
}

.frame-custom-43 h3 {
    width: 100%;
    display: inline-block;
    font-family: 'Istok Web';
    font-size: 31px;
    color: #01498e;
    line-height: 41px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.ce-bullets {
    padding-left: 20px;
}

.ce-bullets li {
    list-style: disc;
}

.caption .frame-type-text {
    padding-bottom: 25px;
}

.row {
    margin-bottom: 0;
    margin-top: 0;
}

.top-hdr {
    position: relative;
    top: 0;
    z-index: 9;
    font-size: 12px;
    padding: 8px 10px;
}

.top-hdr button {
    border: 0;
    background: transparent;
    color: #fff;
    position: absolute;
    right: 15px;
}


.news-artical-sec {
    margin-bottom: 30px;
}

.news-artical-sec:has(+.latest-news-sec) {
    margin-bottom: 0;
}

.about-sec {
    padding: 0;
    text-align: center;
}

.about-sec .df-btn {
    margin-bottom: 20px;
    margin-top: 20px;
}

.g-map-sec {
    padding: 25px 0 0;
}

.g-map-sec p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.g-map-sec .tab-sec {
    padding-bottom: 40px;
}

.FAQ-sec {
    padding: 20px 0 0;
}

.FAQ-sec p {
    margin-bottom: 0;
}

.FAQ-sec .df-btn {
    margin: 10px 0 40px;
}

.latest-news-sec {
    padding: 20px 0 0;
}

.latest-news-sec .newsColmn {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.latest-news-sec .newsColmn::before {
    content: "";
    display: block;
    margin: 0;
    background: #01498e;
    top: 0;
    width: 90%;
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: 1rem;
    border-radius: 6px;
    transform: translateX(-50%);
}

.latest-news-sec .df-btn {
    margin: 0 0 40px 0;
}

.membership-sec {
    padding: 30px 0 40px 0;
    text-align: center;
}

.latest-news-sec .newsImg {
    display: block;
    z-index: 1;
    position: relative;
}

.latest-news-sec .newsCntBg {
    z-index: 1;
    background: transparent;
}

.latest-news-sec .newsCntBg a {
    padding: 7px 10px 0 20px;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.ftr-bg {
    margin-bottom: 10px;
}


.base_cookie {
    background: #333;
    color: #fff;
    padding: 10px 15px;
    position: sticky;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
}

.base_cookie_text {
    max-width: 75%;

}

.base_cookie_text p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

.cookie_btns a {
    background: #000;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 10px;
}

.cookie_btns a:last-child {
    background: #027ff6;
    border: 1px solid #027ff6;
}

.base_cookie_close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.vaccine-sec .spotlight .frame .ce-gallery {
    margin-bottom: 0;
    margin-top: 0;
    flex-grow: 0;
    overflow: hidden;
}

.vaccine-sec .ce-center .ce-outer {
    position: relative;
    float: none;
    right: auto;
}

.vaccine-sec .ce-center .ce-inner {
    position: relative;
    float: none;
    right: auto;
}

.vaccine-sec .spotlight figure.image img {
    border-radius: 0;
}

.vaccine-sec .ce-left .ce-gallery,
.vaccine-sec .ce-column {
    width: 100%;
}

.vaccine-sec .ce-gallery figure {
    display: table;
    margin: 0;
    width: 100%;
}

.top-hdr .container p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.login-form input {
    position: relative;
    padding: 7px 12px 7px 35px;
}


@media only screen and (max-width: 991.98px) {
    .login-form input {
        padding: 7px 12px 7px 35px !important;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e9ecef;
}

.our_detail_section .tab_menu a {
    color: #01498e;
}

.our_detail_section .tab_menu li {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #01498e;
    text-transform: capitalize;
    padding: 0 0 0 30px;
    margin-bottom: 22px;
    position: relative;
}

.our_detail_section .tab_menu li::before {
    content: "\f101";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
}

.our_detail_section .tab_menu li a {
    color: #01498e;
}

.our_detail_section .tab_menu li.active a {
    color: #ff5722;
}

.our_detail_section .tab_menu li.active::before {
    color: #ff5722;
}

.tab_menu {
    padding: 5px 27px 5px 27px;
}

.tab_menu:before {
    top: 0;
    right: -31px;
    width: .07rem;
}

.our_detail_section .tab_menu h3 {
    font-size: 28px;
    border-bottom: 1.6px solid #d9d9d9;
}

.our_detail_section .tab_cust_blog h3 {
    font-size: 28px;
    border-bottom: 1.6px solid #d9d9d9;
}

.our_detail_section .tab_menu li {
    font-size: 17px;
    font-weight: normal;
    padding: 0 0 0 25px;
    margin-bottom: 0;
}

.our_detail_section .tab_menu li::before {
    content: "\f101";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: -1px;
    color: #000;
    font-size: 18px;
}

.our_detail_section .tab_menu li:hover a {
    color: #ff5722;
}

.our_detail_section .tab_menu li:hover::before {
    color: #ff5722;
}

.our_detail_section .tab_menu li.active a {
    color: #ff5722;
    font-weight: bold;
}

.our_detail_section .detail_tab .row {
    gap: 35px;
}

.tab_menu {
    padding: 25px 27px 5px 27px;
}

.our_detail_section .tab_menu h3 {
    font-size: 28px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.our_detail_section .tab_cust_blog {
    background: #fff;
    padding: 25px 40px 10px 35px;
    margin-bottom: 8px;
}

.our_detail_section .tab_cust_blog h3 {
    font-size: 28px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.Overview_filter_section .cust_bg_main ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

.Overview_filter_section .cust_bg_main li {
    width: 33.33333333%;
    font-size: 17px;
    font-weight: normal;
    padding: 0 0 0 25px;
    margin-bottom: 22px;
    text-align: left;
    text-text-replace: capitalize;
    position: relative;
    color: #01498e;
}

.Overview_filter_section .cust_bg_main li::before {
    content: "\f101";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: -1px;
    color: #000;
    font-size: 18px;
}

.Overview_filter_section .cust_bg_main a {
    color: #01498e;
}

.Overview_filter_section .cust_bg_main ul li a:hover {
    color: #ff8c41;
}

.our_detail_section .frame {
    height: auto !important;
}

.inhoudscol-sec {
    width: 100%;
    display: inline-block;
    background-color: #fcfaf5;
    padding: 10px 0 20px;
}

.inhoudscol-sec .frame {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 24px 20px;
    height: auto !important;
}

.inhoudscol-sec .frame header h3 {
    width: 100%;
    display: inline-block;
    font-family: 'Istok Web';
    font-size: 27px;
    color: #ff6f02;
    line-height: 41px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.inhoudscol-sec .frame p {
    width: 100%;
    font-size: 17px;
    font-family: 'Istok Web';
    line-height: 27px;
    margin: 0;
    margin-bottom: 1.4rem;
}

.new-submenu {
    display: flex;
    margin-top: 5px;
}

.new-submenu .dropdown-item {
    padding-left: 10px !important;
}

.our_detail_section .tab_cust_blog ul li {
    list-style: disc;
    margin-left: 20px;
}

.our_detail_section .tab_cust_blog ol {
    padding-left: 25px;
}

.our_detail_section .tab_cust_blog ol li {
    list-style: auto;
}

.dropdown select {
    background-image: url("../images/filter-ddown-arrow.png");
}

.inhoudscol-sec ul li {
    list-style: disc;
}

.inhoudscol-sec ol li {
    list-style: auto;
}

.inhoudscol-sec ul,
.inhoudscol-sec ol {
    padding-left: 10px;
}

.faqs .acc__panel .padd_in a {
    color: #212529;
}

.waarom_vaccineren .frames {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 24px 20px;
}

.logo-nvkp,
.logo-rivm {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.faq-5050 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


.faqs .acc__panel .padd_in li::before {
    content: "\f101";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: -1px;
    color: #000;
}

.faqs .acc__panel .padd_in li {
    position: relative;
    padding: 0 0 0 25px;
    list-style: none;
}

.spotlight .frame .ce-bodytext {
    min-height: 200px;
    flex-grow: inherit;
}

.spotlight .frame .ce-bodytext h3 {
    font-size: 20px;
    padding: 15px 0;
}

.spotlight .frame .ce-bodytext p {
    flex-grow: inherit;
    color: #fff;
    margin-bottom: 0;
}

.spotlight .frame .ce-bodytext p:last-child {
    margin-top: auto;
    margin-bottom: 20px;
}




.about-sec .abt-boxRow .col-md-6 .frame-inner p:last-child {
    margin-top: auto;
}

.green-new-btn .frame {
    display: block;
    background-color: transparent;
    text-align: center;
}

@media(max-width:768px) {
    .spotlight .frame .ce-bodytext h3 {
        font-size: 15px;
    }

    .spotlight .frame .ce-bodytext {
        padding: 0 15px;
        min-height: 430px;
    }




}

@media(max-width:767px) {
    .spotlight .frame .ce-bodytext h3 {
        font-size: 18px;
        padding: 15px 10px;
    }

    .spotlight .frame .ce-bodytext {
        min-height: auto;
    }

    .spotlight .frame .ce-bodytext p {
        margin-bottom: 20px;
    }

    .vaccine-sec .spotlight .col-md-4 {
        margin-bottom: 30px;
    }

    .about-sec .abt-boxRow .col-md-6 {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .about-sec .abt-boxRow .col-md-6 .frame-inner {
        min-height: auto;
    }

}

.row.faqs {
    justify-content: space-between;
}

.row.faqs .col-md-6 {
    width: 49%;
}

.faqs .acc__title {
    padding: 8px 20px;
}

.faqs .acc__panel {
    padding: 10px 20px 10px;
    min-height: 150px;
}

@media(max-width:767px) {
    .row.faqs .col-md-6 {
        width: 100%;
    }


}

.faqs ul li {
    list-style: none;
}

.faqs .acc__panel {
    padding: 15px 20px;
    border: 1px solid #282828;
}

.faqs .acc__panel .padd_in li::before {
    top: 0;
    font-size: 15px;
}

.faqs .acc__title::after {
    right: 1rem;
    top: 8px;
    font-size: 15px;
    color: #555;
    width: 1.1rem;
    height: auto;
}

.faqs .acc__title.active::after {
    top: 9px;
    color: #000;
}

.FAQ-sec .col-md-4 .faqs .acc__title {
    font-size: 15px;
    padding: 8px 12px;
}

.FAQ-sec .col-md-4 .faqs .acc__title::after {
    top: 8px;
    right: .5rem;
    font-size: 14px;
    color: #555;
}

.FAQ-sec .col-md-4 .faqs .acc__panel {
    padding: 10px 15px 10px;
    min-height: 142px;
}

.waarom_vaccineren .nvkp.antwoord.front .frame {
    background: #48ab42;
    padding: 24px 20px;

}

.waarom_vaccineren .rivm.antwoord.back .frame {
    background: #ff6d1f;
    padding: 24px 20px;

}

.waarom_vaccineren .nvkp.antwoord.front .frames {
    padding: 0;
}

.waarom_vaccineren .rivm.antwoord.back .frames {
    padding: 0;
}

.waarom_vaccineren .rivm.antwoord.back .logo-rivm {
    padding-bottom: 15px;
}

.waarom_vaccineren .nvkp.antwoord.front table,
.waarom_vaccineren .nvkp.antwoord.back table,
.waarom_vaccineren .nvkp.antwoord.back .frame ol li,
.waarom_vaccineren .nvkp.antwoord.front .frame ol li,
.waarom_vaccineren .nvkp.antwoord.front .frame p,
.waarom_vaccineren .rivm.antwoord.back .frame p,
.waarom_vaccineren .rivm.antwoord.back .frame *,
.waarom_vaccineren .nvkp.antwoord.front .frame p a,
.waarom_vaccineren .rivm.antwoord.back .frame p a {
    color: #fff;
}

.waarom_vaccineren .nvkp.antwoord.front .frame p a,
.waarom_vaccineren .rivm.antwoord.back .frame p a {
    text-decoration: underline;
}

.waarom_vaccineren .main_title_content h3 {
    padding-left: 20px;
}

.f3-widget-paginator {
    margin: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
    padding: 0 0 10px;
    padding-left: 0px !important;
}

.f3-widget-paginator li.current {
    padding-top: 5px;
}

.f3-widget-paginator li a,
.f3-widget-paginator li.current {
    color: #757575;
    display: block;
    min-width: 34px;
    padding: 8px;
    height: 34px;
    border-radius: 3px;
    border: 1px solid #757575;
}

.f3-widget-paginator li {
    float: left;
    display: inline;
    font-size: 0.9rem;
    font-weight: 600;

    border-radius: 3px;
    margin-right: 5px;
    text-align: center;
    min-width: 34px;
    min-height: 34px;
    margin-bottom: 10px;
}

.contentpage-news-list {
    width: 100%;
}

.contentpage-news-list.article a {
    color: #212529;
    display: block;
    width: 100%;
    padding: 20px;
    background: #f4f0ea;
    margin-bottom: 15px;
}

.contentpage-news-list.article a:hover {
    text-decoration: none;
    background: #ff6e1f;
    color: #fff;
}

.contentpage-news-list.article a {
    color: #212529;
    display: block;
    width: 100%;
    padding: 20px;
    background: #f4f0ea;
    margin-bottom: 15px;
}

.contentpage-news-list.article a:hover .news-list-date,
.contentpage-news-list.article a:hover h2 {
    color: #fff;
}

.contentpage-news-list.article h2 {
    color: #ff6e1d;
    font-weight: 700;
    font-size: 1.35rem;
}

.f3-widget-paginator li.current,
.f3-widget-paginator li a:hover {
    background-color: transparent;
    color: #ff6f02;
    border-color: #ff6f02;
    border: 1px solid #ff6f02;
}

.news-single .sec-title h2 {
    width: 100%;
    display: inline-block;
    font-size: 31px;
    color: #ff6f02;
    font-family: 'Istok Web';
    font-weight: bold;
    line-height: 41px;
}

.news-backlink-wrap a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.news-text-wrap {
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

ul.pager li.previous a {
    text-align: right;
    padding: 12px 30px;
    min-height: auto;
}

ul.pager li a {
    float: left;
    width: calc(100% - 40px);
    padding: .375rem .75rem;
    min-height: 58px;
    text-align: left;
    margin-left: 40px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #fff;
}

ul.pager li.previous a:before {
    content: '\f104';
    font-family: 'FontAwesome';
}

ul.pager li a:before {
    position: absolute;
    left: -25px;
    font-size: 30px;
}

ul.pager li.next a {
    margin-left: 0;
    margin-right: 40px;
    position: relative;
    padding: 12px 30px;
    min-height: auto;
}

ul.pager li.next {
    float: right;
}

ul.pager li.next a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    left: auto;
    right: -20px;
}

.news.news-single p {
    margin-bottom: 20px;
}

.news-text-wrap {
    margin-top: 40px;
}

ul.pager li.middle a {
    margin-left: 0px;
    padding: 12px 30px;
    min-height: auto;
}

.teaser-text .arrow {
    padding-left: 0;
}

.teaser-text .arrow li {
    margin-top: 20px;
    position: relative;
    padding: 0 0 0 25px;
    list-style: none;
}

.teaser-text .arrow li::before {
    top: 0;
    font-size: 15px;
}

.teaser-text .arrow li::before {
    content: "\f101";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: -1px;
    color: #000;
}

.contentpage-news-list.article a:hover .teaser-text .arrow li::before {
    color: #fff;
}

.news-single .news-text-wrap ul {
    padding-bottom: 30px;
}

.news-single .news-text-wrap a {
    color: #01498e;
}

.pager .df-btn {
    padding: 0;
}

.pager {
    padding-left: 0 !important;
}

.text-middle {
    text-align: center;
}

.zoekresultaten_section .frame {
    height: auto !important;
}

.tx-kesearch-pi1 #kesearch_ordering div.ordering {
    max-width: none !important;
}

.zoekresultaten_section .dropdown .btn a {
    color: #4caf50;
}

.zoekresultaten_section .dropdown .btn:hover a {
    color: #fff;
}

#ke_search_sword {
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
}

.ziekten_vaccins ul li h4 a,
.ziekten_vaccins ul li h4 span {
    color: #01498e;
}

#kesearch_pagebrowser_bottom a {
    padding: 0 !important;
}

.reset-button {
    width: 100%;
    margin-top: 20px;
    border: none;
}

h2.category_title {
    text-transform: uppercase;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 1.25rem;
    color: #ff6e1f;
}

.listitem table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.tt_products_item_list .listitem td:first-child {
    width: 15%;
}

.tt_products_item_list .listitem td {
    padding: 20px;
}

.tt_products_item_list .product_note p {
    margin-bottom: 1.4rem;
}

.btn.btn-tt-shop {
    padding: 0;
    margin-top: 10px;
}

.frame .btn {
    border: 1px solid #f1eadb;
    border-radius: .25rem;
    margin-right: .375rem;
    padding: .375rem .75rem;
}

.btn.btn-tt-shop a {
    padding: .375rem .75rem;
    display: block;
}

.product_price {
    margin-bottom: 20px;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
}

.product_order_form label {
    display: inline-block;
    margin-bottom: .5rem;
}

.product_order_form input,
.order_form input,
.tt_products_basket input,
.tt-products-basket input {
    padding: .375rem .5rem;
    border-radius: .25rem;
    font-size: 1rem;
    border: 1px solid #cfd4db;
    margin-left: 5px;
}

.tt_products_item_list .btn.btn-primary,
.tt_products_item_single_display .btn.btn-primary {
    width: auto;
    margin-bottom: 0;
}

.tt_products_item_list .listitem td:last-child {
    width: 30%;
}

.tt_products_item_list .listitem h3 {
    font-weight: 700;
    font-size: 1.25rem;
}

.tt-product-next a .tx-ttproducts-pi1-wrap2,
.tt-product-previous a .tx-ttproducts-pi1-wrap2 {
    font-size: 0.8rem;
    color: #fff;
}

.tt-products-basket .invalid-feedback {
    margin-left: calc(125px + 8px);
    margin-top: -15px;
    margin-bottom: 15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.tx-ttproducts-pi1-wrap2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
}

.tt_products_item_list .btn.btn-primary,
.tt_products_item_single_display .btn.btn-primary {
    width: auto;
    margin-bottom: 0;
}

span.tt-product-previous:empty,
span.tt-product-next:empty,
.tt_products_item_single_display p:empty {
    display: none;
}

.tt_products_item_single_display h1 {
    font-weight: 900;
    font-size: 1.5rem;
    color: #ff6e1f;
}

.tt_products_item_single_display form table {
    margin-bottom: 0;
}

.tt_products_item_single_display table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.tt-products-product-image {
    vertical-align: top;
}

.tt-products-product-image div {
    margin-right: 20px;
}

.tt-products-basicinfo-order {
    background: #fcfaf5;
    display: inline-block;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
}

.tt-products-basicinfo-order td.float-left {
    margin: 8px 0;
}

.float-left {
    float: left !important;
}

.summary h4 {
    font-weight: 600;
    font-size: 1.20rem;
    color: #ff6e1f;
}

.float-right {
    float: right !important;
}

.order_form label {
    display: inline-block;
    margin-bottom: .5rem;
}

.tt-products-quantity,
#quantity,
.tt_products_basket input.quantity {
    position: relative;
    top: 3px;
}

.product_order_form input,
.order_form input,
.tt_products_basket input,
.tt-products-basket input {
    padding: .375rem .5rem;
    border-radius: .25rem;
    font-size: 1rem;
    border: 1px solid #cfd4db;
    margin-left: 5px;
}

.tt_products_item_list .btn.btn-primary,
.tt_products_item_single_display .btn.btn-primary {
    width: auto;
    margin-bottom: 0;
}

.product_note p {
    margin-bottom: 1.4rem !important;
}

.tt_products_item_single_display .row {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    display: -webkit-flex;
}

.tt-products .added-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(254, 254, 254, 0.1);
    z-index: 9999;
}

.tt-products .added-popup-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 3px;
    box-shadow: 0 0 3px 0;
    max-width: 90vw;
    width: 450px;
}

.tt-products .added-popup-inner .actions {
    margin-top: 20px;
    text-align: right;
}

.tt_products_item_list .btn.btn-primary,
.tt_products_item_single_display .btn.btn-primary {
    width: auto;
    margin-bottom: 0;
}

.frame-custom-45 {
    background: #484235 !important;
}

.frame p:last-child {
    margin-bottom: 0;
}

.frame-custom-45 * {
    color: #fff;
}

.text-center {
    text-align: center !important;
}

.frame {
    padding: 20px;
}

.tt-products h2 {
    font-weight: 700;
    font-size: 1.35rem;
}

.tt-products h3 {
    font-weight: 700;
    font-size: 1.25rem;
}

.tt-products h1,
.tt-products h2,
.tt-products h3,
.tt-products h4,
.tt-products h5,
.tt-products h6 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #ff6e1f;
}

.step-one:before,
.step-two:before,
.step-three:before,
.step-four:before {
    content: '1';
    background: #ff6d1f;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    font-weight: 900;
    color: #fff;
}

.tt_products_basket table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.tt-products-quantity,
#quantity,
.tt_products_basket input.quantity {
    position: relative;
    top: 3px;
}

.tt_products_basket input.quantity {
    position: relative;
    top: 3px;
}

.tt_products_basket input.quantity {
    width: 53px;
}

.tt_products_basket input {
    margin-left: 0;
}

.product_order_form input,
.order_form input,
.tt_products_basket input,
.tt-products-basket input {
    padding: .375rem .5rem;
    border-radius: .25rem;
    font-size: 1rem;
    border: 1px solid #cfd4db;
    margin-left: 5px;
}

.inputimage.btn.btn-primary {
    padding: .375rem;
    width: auto;
}

.frame .btn-primary {
    border: 1px solid #007bff;
    color: #fff;
}

.frame .btn {
    border: 1px solid #f1eadb;
    border-radius: .25rem;
    margin-right: .375rem;
    padding: .375rem .75rem;
}

.tt_products_basket select,
.tt-products-basket select {
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-size: 1rem;
    border: 1px solid #cfd4db;
    margin-bottom: 15px;
    max-width: 70%;
}

.tt_products_basket .btn.btn-default,
.tt-products-basket .btn.btn-default {
    border: 1px solid #28a745;
    color: #28a745;
    background: #fff;
}

.tt_products_basket .btn.btn-default:hover,
.tt-products-basket .btn.btn-default:hover {
    background: #28a745;
    color: #fff;
    cursor: pointer;
}

ul.tt-products-address {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tt-products-address li {
    list-style: none;
}

ul.tt-products-address label {
    width: 125px;
}

ul.tt-products-address input {
    margin: 0 0 15px 0;
    width: calc(100% - 140px);
}

.wachtwoord {
    pointer-events: none;
    cursor: not-allowed;
}

.step-three:before {
    content: '3';
}

.step-two:before {
    content: '2';
}

.floatbox_BASKET_PAYMENT_TEMPLATE1 {
    float: left;
    width: 200px;
}

.tt-products .row {
    margin-bottom: 30px;
    margin-top: 30px;
    display: -webkit-flex;
}

.tt-products-frame-total {
    background: #f4f0ea;
    margin: 0;
}

.tt-products-frame-total {
    background: #f4f0ea !important;
    margin: 0;
}

#buckaroo-form {
    width: auto;
    padding-left: 2px;
    padding-right: 2px;
}

#submit_BASKET_PAYMENT_TEMPLATE7 {
    width: auto;
    padding-left: 2px;
}

.reset-button {
    background: #4aaa42 !important;
    width: auto;
}

.my-nvkp {
    display: inline-block;
}

.my-nvkp .nav-link {
    color: #555;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Formular Bold';
    cursor: default;
}

.f-pass {
    margin-left: 34px;
}

.password-container {
    position: relative;
}

.password-container input {
    padding-right: 30px;
}

.toggle-password {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.login-user {
    text-align: right;
    padding-bottom: 5px;
}

.login-user a {
    color: #555;
}

#login-button {
    cursor: pointer;
}

.correct-destination {
    color: #ff6e1f;
}

.basket-payment.price-tax,
.basket-payment.price-tax-members {
    display: inline-block;
}

.basket-payment.total-price {
    float: left;
}

.waarom_vaccineren .nvkp.antwoord.front .frame ul,
.waarom_vaccineren .nvkp.antwoord.front .frame ol {
    padding-left: 15px;
    color: #fff;
    font-size: 17px;
}

.waarom_vaccineren .nvkp.antwoord.front .frame ul li {
    list-style: disc;
}

.basket_payment-check .listitem {
    line-height: 2.6rem;
}

.shop_address .mb-20 {
    margin-bottom: 25px !important;
}

.step-four:before {
    content: '4';
}

.inhoudscol-sec .col-md-4 figure table,
.inhoudscol-sec .col-md-4 figure tbody,
.inhoudscol-sec .col-md-4 figure tr,
.inhoudscol-sec .col-md-4 figure td {
    border: none;
}

.home-page .inhoudscol-sec .g-map-sec + .g-map-sec {
    padding-top: 0;
}

/* Fix voor opmaak ziektes */
.tab_cust_blog ~ .frame-default,
.tab_cust_blog > .tab-tab_cust_content .tab_cust_blog,
.tab_cust_blog > .tab-tab_cust_content .tab_cust_blog .frame {
    padding: 0;
}


.sidebar-news-list .news-item {
    margin-bottom: 1rem;
}

.sidebar-news-list .news-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sidebar-news-list .news-item a .date {
    flex: 1 0 4rem;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
    padding-top: 4px;
    border: 1px solid #01498e;
    border-radius: 5px;
}

.sidebar-news-list .news-item a .date .day {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.sidebar-news-list .news-item a .date .month {
    width: 100%;
    background: #4aaa42;
    color: #fff;
    text-align: center;
}

.sidebar-news-list .news-item a .title {
    flex: 0 1 100%;
    padding-left: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ff6f02;
}

.top-hdr h1,
.top-hdr h2,
.top-hdr h3,
.top-hdr h4,
.top-hdr h5,
.top-hdr h6 {
    color: #fff;
}

.tx-powermail > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.tx-powermail .powermail_fieldset .powermail_legend {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1rem;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap {
    display: flex;
    column-gap: 1rem;
    row-gap: 0.3rem;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: .4rem;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_label {
    flex: 0 1 200px;
    padding-top: 10px;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_label .mandatory {
    color: red;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field {
    flex: 0 1 100%;
    min-width: 300px;
    max-width: calc(100% - 200px - 1rem);
    width: 100%;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field input,
.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field select,
.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field input:focus,
.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field select:focus,
.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_submit {
    border-radius: .25rem;
    margin-right: .375rem;
    border: 1px solid #007bff;
    background-color: #0d6efd;
    color: #fff;
    transition: all 300ms ease-in-out;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    width: auto;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit {
    justify-content: flex-end;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_submit:focus,
.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_submit:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_field_error {
    border: 1px solid #dc3545;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail-errors-list {
    list-style: none;
    color: #dc3545;
    margin: 0;
    padding: 0;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail-errors-list li {
    list-style: none;
}

@media only screen and (max-width: 600px) {
    .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field {
        min-width: auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-hdr .navbar-brand {
        position: absolute;
        top: -56px;
    }

    header.header .navbar-hdr .hdr_Right-part {
        display: flex;
        column-gap: 0.5rem;
        padding: 1rem 0;
        margin-bottom: -52px;
    }

    header.header .navbar-hdr .hdr_Right-part .mob-search {
        display: block !important;
        flex: 0 1 100%;
    }

    header.header .navbar-hdr .hdr_Right-part .mob-search .topsearch {
        min-width: auto;
        margin-right: 0;
    }

    header.header .navbar-hdr .hdr_Right-part .navbar {
        margin-left: -1rem;
    }

    header.header .navbar-hdr .hdr_Right-part .navbar-toggler {
        padding: 0;
    }

    .our_detail_section .detail_tab > .row > .row {
        padding-left: 0;
        padding-right: 0;
    }

    .our_detail_section .tab_cust_blog {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ce-textpic.ce-intext .ce-gallery {
        max-width: 50%;
    }

    .g-map-sec .container {
        padding-left: 0;
        padding-right: 0;
    }

    .latest-news-sec .newsImg {
        margin-top: 0;
    }

    .latest-news-sec .newsColmn {
        margin-bottom: 1rem;
    }
}

.home-page .members .practice-locator .sidebar .list {
    max-height: 95dvh;
}

.tt_products_item_list .product-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #b5b5b5;
}

.tt_products_item_list .product-item .product-inner {
    display: block;
}

.tt_products_item_list .product-item .product-inner .product-image {
    float: left;
    max-width: 50%;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.tt_products_item_list .product-item .product-inner .product-image img {
    max-width: 100%;
    height:auto;
}

.tt_products_item_list .product-item .product-inner .product-order-form {
    clear: both;
    margin-top: 1rem;
}

.tt_products_item_list .product-item .product-inner .product-order-form .product_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    flex-wrap: wrap;
    margin-left: auto;
}

.tt_products_item_list .product-item .product-inner .product-order-form .product-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 1rem;
}

.tt_products_item_list .product-item .product-inner .product-order-form .product-submit .btn {
    margin-right: 0;
}

.tt_products_item_list .product-item .product-inner .product-order-form .product-submit .product-qty-field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tt_products_item_list .product-item .product-inner .product-order-form .product-submit .product-qty-field .form-control {
    max-width: 70px;
}

@media only screen and (min-width: 740px) {
    .tt_products_item_list .product-item .product-inner {
        display: flex;
        flex-wrap: wrap;
        column-gap: 2rem;
    }

    .tt_products_item_list .product-item .product-inner .product-image {
        flex: 0 0 max-content;
        width: 20%;
        max-width: 200px;
    }

    .tt_products_item_list .product-item .product-inner .item-description {
        flex: 1 0 calc(100% - 300px);
    }

    .tt_products_item_list .product-item .product-inner .product-order-form {
        flex: 0 0 100%;
    }

    .tt_products_item_list .product-item .product-inner .product-order-form .product_price {
        justify-content: center;
        column-gap: 0.75rem;
        width: max-content;
        margin-left: auto;
    }

    .tt_products_item_list .product-item .product-inner .product-order-form .product-submit {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 850px) {
    .tt_products_item_list .product-item .product-inner .item-description {
        flex: 1 0 calc(100% - 650px);
    }

    .tt_products_item_list .product-item .product-inner .product-image {
        flex: 0 0 15%;
        width: 50%;
        max-width: 300px;
    }

    .tt_products_item_list .product-item .product-inner .product-order-form .product_price {
        margin-right: auto;
    }


    .tt_products_item_list .product-item .product-inner .product-order-form {
        flex: 1 0 251px;
        margin-top: 0;
        max-width: max-content;
        min-width: 251px;
    }
}

.tt_products_item_single_display .tt-product-next {
    margin-left: auto;
}

.tt_products_item_single_display .product-title .subheader {
    margin-bottom: 0;
    line-height: 1.3;
}

.tt_products_item_single_display .product-title .sku {
    font-size: 1rem;
    color: #b5b5b5;
}

.tt_products_item_single_display .product-information .product-image {
    text-align: center;
}

.tt_products_item_single_display .product-information .tt-products-basicinfo-order .price h4 {
    font-size: 1rem;
    margin-bottom: 0;
}

.tt_products_item_single_display .product-information .tt-products-basicinfo-order .order-form {
    clear: both;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 1rem;
}

.tt_products_item_single_display .product-information .tt-products-basicinfo-order .order-form .product-qty-field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tt_products_item_single_display .product-information .tt-products-basicinfo-order .order-form .btn {
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .tt_products_item_single_display .product-information {
        display: flex;
        align-items: top;
        gap: 1rem;
    }

    .tt_products_item_single_display .product-information .tt-products-basicinfo-order {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 910px) {
    .tt_products_item_single_display .product-information .tt-products-basicinfo-order {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    .tt_products_item_single_display .product-information .tt-products-basicinfo-order .order-form {
        margin-top: 0;
    }

    .tt_products_item_single_display .product-information .tt-products-basicinfo-order .price h4 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .table.basket_items tbody {
        display: block;
    }

    .table.basket_items tbody .listitem td.quantity {
        padding-left: 0;
        padding-right: 0;
    }

    .table.basket_items tbody .listitem td.quantity .product-details .product-title a {
        font-size: 1.2rem;
    }

    .table.basket_items tbody .listitem td.quantity .product-details .product-title .sku {
        color: #b5b5b5;
        font-size: 0.9rem;
    }

    .table.basket_items tbody .listitem td.quantity .product-details .item-price {
        padding: 0.5rem 0;
    }

    .table.basket_items tbody .listitem td.quantity .qty-field {
        display: flex;
        align-items: center;
    }

    .table.basket_items tbody .listitem td.quantity .qty-field input.quantity {
        margin: 0;
        top: auto;
    }

    .table.basket_items tbody .listitem td.quantity .total-price {
        float: none;
        text-align: right;
        font-size: 1.1rem;
    }

    .SHIPPING_SELECTOR_BASKET3 .correct-destination {
        display: block;
        margin: -0.75rem 0 0.75rem;
    }

    #PAYMENT_SELECTOR_BASKET4 {
        margin-top: 1rem;
    }

    .tt_products_basket .form_control {
        text-align: center;
    }

    .tt_products_basket .form_control .btn {
        width: 100%;
        margin-bottom: 0.75rem;
    }
}


.tt_products_basket_info .switcher {
    margin-bottom: 1.4rem;
}

.tt_products_basket_info .switcher label {
    padding-top: 2px;
    padding-bottom: 3px;
}

.tt_products_basket_info ul.tt-products-address li label {
    width: 100%;
}

.tt_products_basket_info ul.tt-products-address li input,
.tt_products_basket_info ul.tt-products-address li select {
    width: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 910px) {
    .tt_products_basket_info ul.tt-products-address li label {
        width: 125px;
    }

    .tt_products_basket_info ul.tt-products-address li input,
    .tt_products_basket_info ul.tt-products-address li select {
        width: calc(100% - 140px);
    }
}

@media only screen and (max-width: 767px) {

    .tt_products_basket_info #text_hinweis_BASKETINFO {
        margin-bottom: 1rem;
    }

    .tt-products-basket .invalid-feedback {
        margin-left: 0;
    }


    .tt_products_basket_info .form_control {
        text-align: center;
    }

    .tt_products_basket_info .form_control .btn {
        width: 100%;
        margin-bottom: 0.75rem;
    }
}


#SUBMIT_BASKET_PAYMENT_TEMPLATE7 {
    display: inline-block;
    width: auto;
}


@media only screen and (max-width: 767px) {

    .table.basket_items tbody .listitem td.quantity {
        line-height: 1.4;
    }

    .basket_payment-check .table.basket_items tbody .listitem td.quantity .product-details .product-title span {
        font-size: 1.2rem;
        display: inline-block;
    }

    .basket_payment-check .table.basket_items tbody .listitem td.quantity .product-details .item-price {
        padding: 0.5rem 0 0;
    }

    .floatbox_BASKET_PAYMENT_TEMPLATE3 {
        margin-bottom: 1rem;
    }

    .floatbox_BASKET_PAYMENT_TEMPLATE3 #text_rechnungsanschrift_BASKET_PAYMENT_TEMPLATE3 {
        font-size: 1.2rem;
    }

    .floatbox_BASKET_PAYMENT_TEMPLATE4 #text_lieferanschrift_BASKET_PAYMENT_TEMPLATE4 {
        font-size: 1.2rem;
    }

    #buckaroo-form {
        width: 100%;
    }

    #buckaroo-form .button {
        display: block;
        width: 100%;
        margin: 0 0 1rem 0;
    }

    #paymentForm {
        text-align: center;
    }

    #SUBMIT_BASKET_PAYMENT_TEMPLATE7 {
        padding: 0;
        display: block;
        width: 100%;
    }

    #paymentForm .btn {
        width: 100%;
        margin: 0 0 1rem 0;
    }
}

.Vergeten_main_cust {
    background: #fff;
}

.frame .ce-bodytext ol {
    padding-left: 18px;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field input.powermail_radio,
.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field input[type="radio"],
.tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field input[type="checkbox"] {
    width:auto;
    height:auto;
    padding: 0;
    appearance: auto;
    display: inline-block;
}

.abt-boxRow.row {
    margin-bottom:20px;
}
.abt-boxRow.spotlight .frame  {
    padding-bottom: 1.5rem;
    
}

.abt-boxRow.spotlight .frame p {
    font-size: initial; 
}   

.abt-boxRow.spotlight .frame a {
    font-size: initial; 
    text-decoration: underline;
}

.abt-boxRow.spotlight .frame a.box-btn {
    text-decoration: none;
}

.waarom_vaccineren .antwoord .frame a {
    color: #fff;
}

.waarom_vaccineren .antwoord .frame table tr th,
.waarom_vaccineren .antwoord .frame table tr td {
    border: 1px solid #f0f0f0;
}

.frame.frame-type-menu_section .frame-inner > ul > li > a {
    display: none;
}   

.frame.frame-type-menu_section .frame-inner ul {
    padding: 0;
    margin: 0;
}

.frame.frame-type-menu_section .frame-inner ul li {
    list-style: none;
}

.frame.frame-type-menu_section .frame-inner ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ced4da;
}

.frame.frame-type-menu_section .frame-inner ul li:first-child {
    padding-top: 0;
}

.frame.frame-type-menu_section .frame-inner ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
