﻿/*GENERIC CSS*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "atypMenu", "Inter", sans-serif;	
}

div,
span,
object,
iframe,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
    text-decoration: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #ffff;
    }

.hover-effect:hover {
    color: inherit;
}

img {
    width: 100%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*COLORS*/
:root {
    --primary_color: #007FA2;
    --secondry_color: #777;
}

/*HEADINGS*/

.first_heading {
    color: #fff;
    font-size: 52px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -1.04px;
    text-transform: capitalize;
}

.sec_heading {
    font-size: 42px;
    font-weight: 600;
    line-height: 125%;
    color: var(--primary_color);
}

.third_heading {
    font-size: 35px;
    font-weight: 600;
    line-height: 43px;
    color: var(--primary_color);
}

.forth_heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    text-transform: capitalize;
    color: var(--primary_color);
}

.fifth_heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; /* 26px */
    color: var(--primary_color);
}

/*FONT FAMILY*/

@font-face {
	font-family: 'atypMenu';
	src: url('../../fonts/atypdisplay-regular.woff2') format('woff2');
}

/*CUSTOM BUTTONS*/
.primary_btn {
    display: inline-block;
    padding: 16px 36px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.11);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.24px;
    color: var(--primary_color);
    border: 0px;
}

    .primary_btn:hover {
        color: #00647f;
    }

/*******************************HOMEPAGE CSS START FROM HERE*******************************/

/*NAVBAR CSS START FROM HERE*/
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
}

.nav_custom {
    background-color: #fff;
    box-shadow: 1px 0px 3px #00769f;
}

.container_parent {
    width: 100%;
    max-width: 1260px;
    padding: 0px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_custom ul li a {
    color: var(--primary_color);
    font-family: atyp;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nav_custom ul li .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.login_btn {
    border-radius: 100px;
    border: 1px solid var(--primary_color);
    /*  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.11);*/
    display: flex;
    height: 53px;
    padding: 12px 25px 12px 37px;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}

    .login_btn a {
        color: var(--primary_color);
        font-size: 14px;
        font-weight: 600;
        line-height: 155%;
        letter-spacing: 0.21px;
    }

        .login_btn a:first-child {
            border-right: 1px solid var(--primary_color);
            padding-right: 25px;
        }

        .login_btn a:hover {
            color: #00647f;
        }

.right_nav_wraper .custom_colapse {
    column-gap: 70px;
}

.right_nav_wraper ul {
    column-gap: 10px;
}
/*ONHOVER nav SHOW CSS*/

.custom_Items li {
    position: relative;
    /* padding-bottom:10px;*/
}
/*.custom_Items .mobile_v {
    padding: 2px 10px;
}*/
.next_sub_item {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 6px;
    border-top-left-radius: 0px;
    padding: 10px 13px;
    padding-top: 4px;
    width: max-content;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1;
    box-shadow: 0px 1px 1px #a3a3a3;
}

.custom_Items li:hover .mobile_v a {
    z-index: 2;
}

.custom_Items li:hover .nav-link {
    color: var(--primary_color) !important;
}

.nav_custom ul li a:focus {
    color: var(--primary_color) !important;
}
/* Sub-item links */
.next_sub_item li a {
    font-size: 14px !important;
    font-weight: 500 !important;
    /*display: block;
	padding: 5px 15px;
	color: #b3a6a6 !important;*/
    /*white-space: nowrap;*/
}

    .next_sub_item li a:hover {
        font-size: 14px !important;
        font-weight: 500 !important;
        text-decoration: underline;
        /*display: block;
	padding: 5px 15px;
	color: #b3a6a6 !important;*/
        /*white-space: nowrap;*/
    }




/* Hover state: Show the dropdown */
.custom_Items li:hover > .next_sub_item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom_Items li:hover .mobile_v {
    box-shadow: 0px 0px 1px #a3a3a3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}



/***********************BANNER section CSS*/
.main_custom_container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 20px;
}

.main_banner {
    position: relative;
    padding: 120px 20px;
}

.animate__animated {
    --animate-duration: 2s;
}

.main_banner::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #034449;
    opacity: 0.6;
}

.main_banner img {
    height: 100%;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.main_banner .main-banner-video {
    height: 100%;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.main_banner .swiper_text {
    max-width: 1148px;
    margin: 0 auto;
}

.main_banner .swiper_data h1 {
    font-size: 62px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -1.24px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    padding-bottom: 28px;
}

.main_banner .swiper_data p {
    font-size: 18px;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
    letter-spacing: 0.27px;
    color: #fff;
    text-align: center;
}

.main_banner .swiper_data {
    padding-bottom: 30px;
}

.search_box {
    padding: 17px 24px;
    border-radius: 85.92px;
    background: #FFF;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.09);
    max-width: 504px;
    width: 100%;
    border: 0px;
    font-size: 20px;
    font-weight: 500;
    color: rgb(0 0 0);
    line-height: 26px;
}

    .search_box:focus {
        outline: 0;
    }

    .search_box::placeholder {
        font-size: 20px;
        font-weight: 500;
        line-height: 26px;
        color: rgba(21, 20, 57, 0.40);
    }

.search_icon {
    font-size: 20px;
    color: var(--primary_color);
    margin-left: -41px;
}

.banner_se {
    position: relative;
    z-index: 1;
    margin-top: 90px;
    text-align: center;
}
/*SWIPER SLIDER CSS*/
.custom_slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper_data {
    max-width: 1064px;
    margin: 0 auto;
}

.main_banner .swiper-button-next {
    color: #fff;
    top: 16%;
}

.main_banner .swiper-button-prev {
    color: #fff;
    top: 14%;
}

    .main_banner .swiper-button-prev:after, .main_banner .swiper-button-next:after {
        font-size: 20px
    }

.main_banner .swiper_text .swiper {
    overflow: visible;
}

.main_banner .swiper-pagination {
    top: 100% !important;
}

.main_banner .swiper-pagination-bullet {
    border: 1px solid #fff !important;
    background: transparent !important;
    width: 11px !important;
    height: 11px !important;
}

.main_banner .swiper-pagination-bullet-active {
    background: #fff !important;
}


/*SERVICES section CSS*/

.service {
    padding-top: 85px;
    padding-bottom: 115px;
}

    .service .top_heading {
        text-align: center;
    }

        .service .top_heading p {
            font-size: 18px;
            font-weight: 400;
            line-height: 155%;
            padding-top: 12px;
            color: var(--secondry_color);
        }

.services_detail .cards_outer_wraper {
    padding-top: 35px;
}

.services_detail .service_card {
    border-radius: 24px;
    border: 1px solid var(--primary_color);
    background: #FFF;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
    height: 100%;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
}

    .services_detail .service_card .img_top {
        max-width: 60px;
        margin: 0 auto;
    }

.services_detail .card_text a:hover {
    color: #00647f;
}

.services_detail .card_text a img {
    width: 24px;
}

.card_p {
    font-size: 18px;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
    letter-spacing: 0.27px;
    padding-top: 10px;
    color: var(--secondry_color);
}

.services_detail .card_text a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 155%; /* 24.8px */
    letter-spacing: 0.24px;
    text-decoration: underline;
    color: var(--primary_color);
    padding-top: 10px;
}

/*MAP section CSS START*/
.maP_sec {
    background: url("../images/map_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 131px 0px;
}

    .maP_sec .maP_text {
        width: 100%;
        /* max-width:570px;
    padding-left:135px;*/
    }

        .maP_sec .maP_text h2 {
            color: #fff;
            padding-bottom: 29px;
        }

        .maP_sec .maP_text p {
            color: #fff;
        }

/*PROCESS section CSS*/
.process_sec {
    padding: 100px 0px;
}

    .process_sec .top_heading p {
        padding-top: 20px;
        padding-bottom: 50px;
        color: var(--secondry_color);
    }

    .process_sec .process_step {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        display: flex;
        column-gap: 30px;
    }

.process_step .step_detail {
    border-radius: 15.918px;
    background: #FFF;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.09);
    padding: 20px 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    column-gap: 30px;
    min-height: 151px;
    max-width: 570px;
}

    .process_step .step_detail .left_img {
        max-width: 39px;
    }

    .process_step .step_detail .right_text p {
        font-size: 16px;
        color: #737373;
    }
/*ABOUT US section CSS*/
.about_us {
    background: url("../images/about_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0px;
}

    .about_us .img_left_wrap {
        max-width: 670px;
    }

    .about_us .right_about_text h2, .about_us .right_about_text .card_p {
        color: #fff;
    }

/*NEWS section CSS*/
.news_sec {
    padding: 100px 0px;
}

    .news_sec .top_heading {
        padding-bottom: 73px;
    }

        .news_sec .top_heading p {
            color: var(--secondry_color);
        }
    /*.news_sec .top_heading h2{
    font-weight:600;
}*/
    .news_sec h4 {
        font-weight: 600;
        padding-bottom: 10px;
    }

    .news_sec .event_list {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }

    .news_sec .left_text .event_card {
        padding: 29px 26px;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.09);
    }

    .news_sec .left_text h6 {
        font-size: 18px;
        color: var(--primary_color);
        font-weight: 600;
        line-height: 155%; /* 27.9px */
        letter-spacing: 0.27px;
    }

    .news_sec .left_text .event_p {
        color: var(--secondry_color);
        /*max-width:306px;*/
        font-size: 16px;
        font-weight: 400;
        line-height: 155%; /* 24.8px */
        letter-spacing: 0.24px;
    }

    .news_sec .blog_image {
        background-color: var(--primary_color);
        border-radius: 12px;
    }

    .news_sec .blog_image {
        max-width: 576px;
        margin: 0 auto;
    }

        .news_sec .blog_image .img_wraper {
            max-height: 315px;
            overflow: hidden;
        }



        .news_sec .blog_image .text_pic_bottom {
            padding: 35px 25px;
        }

            .news_sec .blog_image .text_pic_bottom .fifth_heading {
                color: #fff;
            }

            .news_sec .blog_image .text_pic_bottom .card_p {
                color: #fff;
                font-size: 14px;
            }

    .news_sec .blog_btn {
        margin-top: 57px;
        text-align: center;
    }

/*NEWSLETTER section CSS*/
.newsletter {
    padding: 100px 0px;
    background: url("../images/newsletter.png");
    background-repeat: no-repeat;
    background-size: cover;
}

    .newsletter .main_wraper_newsetter {
        max-width: 970px;
        margin: 0 auto;
        text-align: center;
    }

    .newsletter .top_heading .sec_heading {
        color: #fff;
        padding-bottom: 28px;
    }

    .newsletter .top_heading .card_p {
        color: #fff;
    }

    .newsletter .form_wraper {
        padding-top: 46px;
        padding-bottom: 60px;
        display: flex;
        column-gap: 30px;
    }

        .newsletter .form_wraper .cus_input {
            border-radius: 100px;
            border: 2px solid #fff;
            padding: 18px 24px;
            font-size: 18px;
            font-weight: 500;
            line-height: 26px;
            color: #fff;
            background: transparent;
            height: 100%;
            max-height: 60px;
        }

.cus_input:focus {
    outline: 0;
}

.newsletter .form_wraper .cus_input:nth-child(2) {
    max-width: 470px;
    width: 100%;
}

.newsletter .form_wraper .cus_input::placeholder {
    font-size: 18px;
    color: #fff;
    opacity: 0.4;
}

.newsletter .form_wraper .primary_btn {
    max-width: 169px;
    width: 100%;
}

.newsletter .main_wraper_newsetter .subscribe_p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
}



/**********************************footer STYLING START FROM HERE*********************************/

.custom_footer {
    padding: 45px 0px 10px 0px;
}

    .custom_footer .top_sec_items {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 37px;
        border-bottom: 1px solid #8A8587;
    }

    .custom_footer .footer_logo {
        max-width: 95px;
    }

    .custom_footer .left_items {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }

    .custom_footer .adres_wraper {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

.adres_list {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

    .adres_list span {
        display: inline-block;
    }

        .adres_list span img {
            width: 24px;
        }

    .adres_list a {
        color: var(--primary_color) !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 155%; /* 21.7px */
        letter-spacing: 0.21px;
    }

.custom_footer .nav_Li .top_category {
    color: var(--primary_color);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 17px;
}

.custom_footer .li_subitems li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondry_color);
    line-height: 26px;
    padding-bottom: 8px;
}

.custom_footer .right_items {
    display: flex;
    gap: 60px;
}

.custom_footer .social_section {
    padding: 37px 0px;
}

    .custom_footer .social_section .right_icons {
        display: flex;
        column-gap: 20px;
    }

        .custom_footer .social_section .right_icons span {
            display: inline-flex;
            column-gap: 20px;
            width: 32px;
        }

.custom_footer .copy_rigth p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 21.7px */
    letter-spacing: 0.28px;
    color: var(--primary_color);
}

/**********************************TEST PAGE STYLING START FROM HERE*********************************/
/*TEST BANNER section CSS*/
.test_banner {
    background: url(../images/test/test_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    padding-top: 60px;
    padding-bottom: 138px;
    /*    padding-left: 130px;*/
    position: relative;
}

    .test_banner h1 {
        padding-top: 20px;
    }

    .test_banner .card_p {
        color: #fff;
    }

        .test_banner .card_p a {
            color: #fff;
        }


    .test_banner .search_test {
        position: absolute;
        bottom: -33px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 2;
    }

/*TEST CARD section CSS*/
.test_type {
    padding: 90px 0px 30px 0px;
}

.type_card {
	/*max-width: 569px;*/
	margin: 0 auto;
	border-radius: 24px;
	padding: 45px 35px;
	border: 1px solid #D1D1D1;
}

    .type_card .text_wrap div a {
        transition: 0.4s ease-in-out;
    }

        .type_card .text_wrap div a:hover {
            /*transform: scale(1.2);*/
        }

    .type_card p {
        color: var(--secondry_color);
    }

/*TEST details section CSS*/
.test_detail {
    padding: 50px 0px;
    background: url(../images/newsletter.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .test_detail .right_about_text {
        display: flex;
        flex-direction: column;
        justify-content: unset;
        height: 100%;
    }

.featuredTest_card .right_about_text .bone_btn {
	display: inline-block;
	padding: 5px 20px;
	color: var(--primary_color);
	font-size: 20px;
	font-weight: 600;
	border-radius: 34px;
	border: 1px solid var(--primary_color);
	margin-bottom: 20px;
	margin-top: 10px;
}

.more_detail_btn {
    padding-top: 26px;
}

.detail_go {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

    .detail_go:hover {
        color: #fff !important;
    }



    .detail_go img {
        max-width: 20px;
    }

.detail_goblue {
	font-weight: 500;
	font-size: 16px;
	color: var(--primary_color) !important;
	display: inline-block;
}

    .detail_goblue:hover {
        color: var(--primary_color) !important;
    }


    .detail_goblue img {
        max-width: 20px;
    }

/*sub TYPE section CSS*/
.sub_type {
    padding: 60px 0px;
}

    .sub_type .top_heading {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid var(--primary_color);
        padding-bottom: 20px;
        margin-bottom: 35px;
        max-width: 570px;
    }

    .sub_type .detail_go {
        color: var(--primary_color);
    }

    .sub_type .featured {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

.sub_type .sub_type_card {
    max-width: 568px;
    border-radius: 24px;
    border: 1px solid #D1D1D1;
    background: var(--Secondary-color, #FFF);
    padding: 20px 30px;
}

.sub_type_card .more_detail_btn a:hover {
    color: var(--primary_color) !important;
}

.sub_type_card .img_flask {
    max-width: 42px;
    width: 100%;
}

.sub_type_card .img_text {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

    .sub_type_card .img_text h6 {
        color: var(--primary_color);
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        text-transform: capitalize;
    }

.sub_type_card .text_detail p {
	color: var(--secondry_color);
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.18px;
	margin: 15px 0px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	height: 57px;
}


.sub_type .sub_type_card a {
	font-size: 18px;
}


.sub_type_card .more_detail_btn {
    padding-top: 0px;
}

/*PARTNERR section CSS*/
.partnerr {
    background: var(--primary_color);
    padding: 90px 0px;
}

    .partnerr .card_p {
        color: #fff;
    }

    .partnerr .partnerr_wraper {
        max-width: 1300px;
        margin: 0 auto;
    }

    .partnerr .top_heading {
        text-align: center;
        padding-bottom: 50px;
    }

        .partnerr .top_heading h2 {
            color: #fff;
            font-weight: 700;
        }

    .partnerr .logo_img_div {
        width: 100%;
        max-width: 277px;
        margin: 0 auto;
        border-radius: 12px;
        border: 2px solid #2692b0;
        /* padding: 57px 10px; */
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
    }



        .partnerr .logo_img_div .img_wrap {
            padding: 5px !important;
        }

            .partnerr .logo_img_div .img_wrap img {
                width: 100%;
            }


.partner_logos {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

/******************************TEST CATALOGUE PAGE CSS START FROM HERE*********************************/

.browse_test {
    padding: 70px 0px;
    position: relative;
}

    .browse_test .top_heading h2 {
        color: #777;
    }

    .browse_test .top_heading {
        padding-bottom: 70px;
    }

    .browse_test .parent_brow_wraper {
        display: flex;
        gap: 30px;
    }

        .browse_test .parent_brow_wraper .left_dropdown_wraper {
            max-width: 330px;
            width: 100%;
        }

        .browse_test .parent_brow_wraper .rigth_wraper {
            max-width: 100%;
        }

    .browse_test .filter_hide .filter_svg {
        display: none;
    }

    .browse_test .filter_hide {
        max-width: 1180px;
        padding-bottom: 20px;
    }

    .browse_test .top_p3 {
        font-size: 14px;
        color: var(--secondry_color);
        font-weight: 400;
        line-height: 125%;
    }

        .browse_test .top_p3 span {
            color: var(--primary_color);
            font-weight: 600;
        }

    .browse_test .filter_div {
        padding: 15px 20px 20px 20px;
        border-radius: 24px;
        border: 1px solid #D1D1D1;
        background: #FFF;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }

        .browse_test .filter_div h5 {
            color: #777;
        }

    .browse_test .test_select {
        border-radius: 5px;
        border: 1px solid #D0D5DD;
    }

    .browse_test .filter_div h5 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .browse_test .fifth_heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #777;
        padding: 0px 10px 0px 10px;
    }

        .browse_test .fifth_heading span {
            font-size: 13px;
            font-weight: 500;
            line-height: 20px;
            border: 1px solid #3b879d;
            padding: 8px 12px;
            border-radius: 8px;
            background-color: #017494;
            color: #fff;
            display: inline-block;
        }

    .browse_test .filter_div .fifth_heading span {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .browse_test .filter_div h5 span {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px; /* 142.857% */
    }

    .browse_test .filter_div h6 {
        color: var(--primary_color);
        font-size: 18px;
        font-weight: 500;
        line-height: 17px; /* 94.444% */
        padding-bottom: 18px;
    }

    .browse_test .sub_type_card {
        width: 850px;
        border-radius: 24px;
        border: 1px solid #D1D1D1;
        background: var(--Secondary-color, #FFF);
        padding: 20px 30px;
        display: flex;
        column-gap: 30px;
        align-items: center;
    }

        .browse_test .sub_type_card .text_detail {
            max-width: 470px
        }

    .browse_test .more_detail_btn a {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 5px;
        color: var(--primary_color);
    }

        .browse_test .more_detail_btn a:hover {
            color: #00647f;
        }

    .browse_test .sub_type_card .more_detail_btn {
        max-width: 130px;
        width: 100%;
        margin-left: auto;
    }

    .browse_test .text_detail h6 {
        color: var(--primary_color);
        font-size: 18px;
        font-weight: 507;
        line-height: 120%; /* 21.6px */
        text-transform: capitalize;
    }

    .browse_test .rigth_wraper {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .browse_test .apply_btns {
        display: none;
    }


/*switch BTN CSS*/
.switch {
    position: relative;
    display: inline-block;
    max-width: 270px;
    width: 100%;
    height: 38px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F4F7;
    transition: 0.4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 38px;
        width: 140px;
        left: 0px;
        bottom: 0px;
        transition: 0.4s;
        border-radius: 100px;
        border: 1px solid var(--primary_color);
        background: var(--primary_color);
    }

input:checked + .slider {
    background-color: #F2F4F7;
}

    input:checked + .slider:before {
        transform: translateX(130px);
    }

.labels {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: white;
    width: 100%;
}

.off-label {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.on-label {
    color: #98A0B4;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
/*switch BTN CSS*/
/*Custom Accordian*/
.custom_accordian .accordion-item {
    border-radius: 24px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    margin-bottom: 20px;
    /*padding:30px 20px;*/
}

    .custom_accordian .accordion-item:first-child {
        margin-top: 20px;
    }

    .custom_accordian .accordion-item .accordion-button {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        border-bottom-left-radius: 24px !important;
        border-bottom-right-radius: 24px !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        color: var(--primary_color);
        padding-top: 16px;
    }

.accordion-button:focus {
    box-shadow: unset;
}

.custom_accordian .accordion-button.collapsed {
    padding-top: 16px;
}

.custom_accordian .accordion-body {
    padding-bottom: 15px;
    padding-top: 5px;
}

.custom_accordian .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: unset;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("~/assets/images/vms/right_circle_big.png");
    transform: unset;
}

.accordion-button::after {
    background-image: url("~/assets/images/vms/right_circle_big.png");
    transform: rotate(180deg);
}
/*Custom Accordian END*/

.custom_accordian .custom_new_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.custom_accordian .acc_btn {
    display: inline-block;
    border-radius: 16px;
    background: transparent;
    padding: 6px 13px;
    text-align: center;
    color: #D1D1D1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid
}

    .custom_accordian .acc_btn.active {
        background: var(--primary_color);
        color: #ffffff;
    }

.applyCatologue {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 4px 13px 1px rgba(0, 0, 0, 0.11);
    padding: 7px 20px;
    color: #007FA2;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 155%;
    letter-spacing: 0.24px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    display: block;
}

.browse_test .pagination {
    border-radius: 10px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    padding: 17px 20px 16px 20px;
    justify-content: end;
}

.browse_test .page-item.active .page-link {
    border-radius: 38px;
    background: #007FA2;
    padding: 6px 12px;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.51px;
}

.browse_test .page-item .page-link {
    padding: 6px 12px;
    color: #333335;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.51px;
    border: 0px;
}

.browse_test .pagPrev {
    opacity: 0.7;
    padding: 6px 12px;
}

.browse_test .pageNext {
    color: var(--primary_color) !important;
    opacity: 1;
}

/********************************BLOG PAGE CSS START FROM HERE********************************/

.blogBanner .prac_para {
    display: inline-block;
    max-width: 1047px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 0.27px;
    padding-top: 16px;
    max-width: 90%;
}


/*FEATURE BLOG section CSS*/
.featureBlog {
    background-color: #DEECF1;
    padding-top: 98px;
    padding-bottom: 84px;
}

    .featureBlog .rightText span {
        display: inline-block;
        border-radius: 34px;
        border: 1px solid #007FA2;
        padding: 5px 20px;
        color: #00769F;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.2px;
        margin-bottom: 33px;
    }

    .featureBlog .rightText p {
        color: #777;
        font-size: 18px;
        font-weight: 400;
        line-height: 155%;
        letter-spacing: 0.27px;
        margin-top: 20px;
        margin-bottom: 13px;
    }

    .featureBlog .rightText a {
        color: var(--Foundation-Blue-Normal, #007FA2);
        font-size: 16px;
        font-weight: 500;
        line-height: 155%;
        letter-spacing: 0.24px;
    }

/*MORE BLOG section CSS*/
.moreBlog {
    padding-top: 62px;
    padding-bottom: 130px;
}

    .moreBlog .blogCard .text_pic_bottom {
        border-radius: 0 0 12px 12px;
        background: #DEECF1;
        padding: 22px 15px;
    }

        .moreBlog .blogCard .text_pic_bottom h5 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-weight: 700;
            height: 70px;
        }

            .moreBlog .blogCard .text_pic_bottom h5:hover {
                -webkit-line-clamp: unset;
            }

        .moreBlog .blogCard .text_pic_bottom p {
            margin-bottom: 14px;
            color: #777;
            font-size: 12px;
            font-weight: 400;
            line-height: 155%;
            letter-spacing: 0.18px;
            height: 125px;
        }

        .moreBlog .blogCard .text_pic_bottom a {
            color: #007FA2;
            font-size: 16px;
            font-weight: 500;
            line-height: 155%;
            letter-spacing: 0.24px;
            margin-top: 10px;
        }


    .moreBlog .blogCard .blog_image .blog_image .img_wraper img {
        border-radius: 12px 12px 0 0;
    }


/*BLOGDETAIL section CSS START*/
.blogTextDetail {
    padding: 45px 0px;
}

    .blogTextDetail .textSide h3 {
        margin-bottom: 10px;
    }

    .blogTextDetail p {
        color: #777;
        font-size: 18px;
        font-weight: 400;
        line-height: 155%;
        letter-spacing: 0.27px;
    }

    .blogTextDetail .sign_option {
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.09);
        padding: 30px 30px;
        margin-top: 50px;
    }

    .blogTextDetail .lastText {
        margin-top: 58px;
    }

/*DISCOVER section CSS START HERE*/
.discoverMe {
    padding: 50px 0px;
    background-color: #DEECF1;
}

    .discoverMe .forth_heading {
        color: #007FA2;
        font-weight: 600;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .discoverMe .blogCard .text_pic_bottom {
        background-color: #007FA2;
    }

        .discoverMe .blogCard .text_pic_bottom h5,
        .discoverMe .blogCard .text_pic_bottom p,
        .discoverMe .blogCard .text_pic_bottom a {
            color: #fff;
        }

    .discoverMe .blogCard .blog_image .img_wraper {
        max-height: 225px;
        overflow: hidden
    }

        .discoverMe .blogCard .blog_image .img_wraper img {
        }


/*******************************PRACTIONER PAGE CSS START FROM HERE*******************************/
.prac_banner {
    background: url(../images/test/prac_banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 60px;
    padding-bottom: 168px;
    /* padding-left: 130px;*/
}

    .prac_banner .card_p {
        color: #fff;
    }

    .prac_banner .prac_para {
        display: inline-block;
        max-width: 1047px;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 155%; /* 27.9px */
        letter-spacing: 0.27px;
        padding-top: 16px;
    }

/*PRAC POINT SECION CSS*/
.prac_points {
    padding-top: 123px;
    padding-bottom: 90px;
}

.custom_container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0px 15px;
}

.prac_points .list_point li {
    color: var(--secondry_color);
    font-size: 18px;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 0.27px;
    list-style-type: disc;
    list-style-position: inside;
}

.prac_points .list_point p {
    color: var(--secondry_color);
    font-size: 18px;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
    letter-spacing: 0.27px;
}

.sign_option {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.09);
    padding: 30px 30px;
    margin-top: 30px;
}

    .sign_option .text_sign {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .sign_option .text_sign h6 {
            font-size: 20px;
            color: var(--primary_color);
            font-weight: 500;
            line-height: 26px;
        }

.text_sign .yes_btn a {
    border-radius: 100px;
    background: var(--primary_color);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 17px 65px;
    color: #fff;
}

    .text_sign .yes_btn a:hover {
        background-color: #00647f;
    }

/*******************************PATIENT PAGE CSS START FROM HERE*******************************/
.pat_banner {
    background: url(../images/test/pat_banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 60px;
    padding-bottom: 100px;
    /*padding-left: 130px;*/
}

    .pat_banner .prac_para {
        /*max-width:570px;*/
    }

.pat_points .pat_para p:first-child {
    margin-bottom: 25px;
}

.pat_points .text_sign .yes_btn a {
    padding: 17px 28px;
}


.country_mail {
    padding-bottom: 50px;
}

    .country_mail .custom_tabel {
        border-collapse: collapse;
    }

        .country_mail .custom_tabel tr:nth-child(odd) {
            background-color: #f7fafb;
        }

    .country_mail .parent_mail_wraper {
        padding: 50px 40px;
        border-radius: 20px;
        border: 1px solid var(--Primary-Deep-Core-Grey, #E5E5E5);
    }

    .country_mail h5 {
        font-size: 20px;
        color: var(--primary_color);
        font-weight: 612;
        line-height: 130%;
        padding-bottom: 20px;
    }

    .country_mail .custom_tabel tr td {
        font-size: 16px;
        color: var(--secondry_color);
        padding: 15px 20px;
        font-weight: 400;
        line-height: 150%;
    }

    .country_mail .custom_tabel tr:nth-child(even) {
        background-color: #ffffff;
    }

    .country_mail .last_h5 {
        color: var(--secondry_color);
        font-weight: 400;
    }

        .country_mail .last_h5 span {
            color: var(--primary_color);
            font-weight: 600;
        }

a {
    color: var(--primary_color);
    font-weight: 400;
}

    a:hover {
        color: var(--primary_color);
        font-weight: 400;
        /*text-decoration:underline;*/
    }

/*******************************TestDetail PAGE CSS START FROM HERE*******************************/
.banner_test_report {
    max-width: 1190px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

    .banner_test_report .top_detail {
        max-width: 591px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .banner_test_report .icon_div {
        display: flex;
        gap: 20px;
    }

    .banner_test_report div span a {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }

    .banner_test_report .pdf_side {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        padding-right: 50px;
    }

        .banner_test_report .pdf_side div span {
            font-size: 14px;
            line-height: 150%
        }

/*OverView Tabs section Css*/

.overview_tabs {
    padding-top: 0px;
    padding-bottom: 50px;
}

.tab_bar {
    padding: 12px 0px;
    position: sticky;
    top: 106px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #F6FAFB;
}

    .tab_bar .same_line_tab {
        display: flex;
        align-items: center;
        gap: 52px;
        max-width: 1260px;
        margin: 0 auto;
        padding: 0px 20px;
    }

    .tab_bar .nav-link {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 167%;
        color: #1C1C1C;
        border-radius: 10px;
        padding: 3px 2px;
    }

        .tab_bar .nav-link.active {
            font-weight: 600;
            border-bottom: 3px solid var(--primary_color);
            border-radius: 0px;
            color: var(--primary_color);
        }

    .tab_bar .search_test {
        margin-left: auto;
    }

    .tab_bar .search_box {
        padding: 9px 24px;
        font-size: 15px;
    }

        .tab_bar .search_box::placeholder {
            font-size: 16px;
            font-weight: 500;
            color: rgba(21, 20, 57, 0.40);
        }

    .tab_bar .search_icon {
        font-size: 15px;
    }

h4.testdetail_h4 {
    color: var(--primary_color);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.overview_tabs .detail_text h4 {
    padding-bottom: 20px;
    padding-top: 36px;
}

.overview_tabs .detail_text p {
    font-size: 16px;
    color: #777;
    font-weight: 400;
    line-height: 150%;
}
/*Indication section css*/
.indication {
    background-color: #DEECF1;
    padding-top: 50px;
    padding-bottom: 65px;
}

    .indication .points_section {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 24px;
    }

        .indication .points_section div {
            width: 100%;
        }

            .indication .points_section div ul li {
                font-size: 16px;
                color: #737373;
                font-weight: 400;
                line-height: 150%;
                list-style: disc;
                list-style-position: inside;
            }

    .indication .analytes {
        padding-top: 36px;
    }

        .indication .analytes p {
            font-size: 16px;
            color: #737373;
            font-weight: 400;
            line-height: 150%;
            padding-top: 15px;
        }

/*PRACTICAL section CSS*/
.practical {
    padding: 55px 0px;
}

    .practical .main_custom_container > div:nth-child(2) {
        margin-top: 44px;
        margin-bottom: 20px;
    }

    .practical .analytes h5 {
        padding-bottom: 15px;
    }

/*video Frame section css*/
.video_frame {
    padding: 50px 0px;
    background-color: #DEECF1;
}

    .video_frame .main_top_wrap {
        display: flex;
        justify-content: space-between;
        column-gap: 34px;
        margin-bottom: 48px;
        margin-top: 15px;
    }

    .video_frame .video_side {
        max-width: 669px;
    }

    .video_frame .text_side {
        max-width: 466px;
    }

        .video_frame .text_side p {
            font-size: 18px;
            color: #737373;
            font-weight: 400;
            line-height: 155%; /* 27.9px */
            letter-spacing: 0.27px;
        }

    .video_frame .sub_frame_sec {
        display: flex;
        justify-content: space-between;
        column-gap: 30px;
    }

        .video_frame .sub_frame_sec div {
            max-width: 270px;
        }

/*DOWNLOAD section CSS*/
.downloadd {
    padding: 50px 0px;
}

    .downloadd .pdf_flex {
        display: flex;
        justify-content: space-between;
        margin-top: 23px;
    }

        .downloadd .pdf_flex div span {
            font-size: 14px;
            font-weight: 600;
            color: var(--primary_color);
            line-height: 150%;
        }

        .downloadd .pdf_flex div p {
            font-size: 14px;
            font-weight: 400;
            color: #737373;
        }

    .downloadd .pdf_d_img {
        max-width: 52px;
    }

/*RESEARCH SECTIOM CSS*/
.research {
    padding: 50px 0px;
    background-color: #DEECF1;
}

    .research .points_sec {
        margin-top: 20px;
    }

        .research .points_sec ul li {
            font-size: 16px;
            color: #737373;
            font-weight: 400;
            line-height: 150%;
            list-style: disc;
            list-style-position: inside;
            margin-bottom: 15px;
        }



.type_card .text_wrap {
    height: 304px;
}








/******************************MEDIA QUERIES*********************************/
@media screen and (max-width: 2400px) and (min-width: 1440px) {
    .right_blog {
        text-align: center;
    }
}

@media(max-width:1440px) {
    .test_detail {
        background-size: contain;
    }

    .prac_points .text_sign .yes_btn a {
        border-radius: 17px;
        background: var(--primary_color);
        font-size: 18px;
        font-weight: 500;
        line-height: 17px;
        padding: 10px 48px;
    }

    .prac_points .list_point li {
        font-size: 16px;
        line-height: 177%;
    }

    .sign_option .text_sign h6 {
        font-size: 18px;
    }
}

@media(max-width:1240px) {
    .partner_logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .test_detail {
        background-size: cover;
        background-position-x: right;
    }
}

@media(max-width:1024px) {

    .right_nav_wraper ul {
        column-gap: 15px;
    }

    .right_nav_wraper .custom_colapse {
        column-gap: 25px;
    }

    .main_banner .swiper_data h1 {
        font-size: 35px;
    }

    .first_heading {
        font-size: 32px;
        line-height: normal;
    }

    .sec_heading {
        font-size: 28px;
    }

    .forth_heading {
        font-size: 20px;
        line-height: 1;
    }

    .fifth_heading {
        font-size: 17px;
    }

    .card_p {
        font-size: 15px;
    }

    .search_box {
        padding: 10px 24px;
    }

    .primary_btn {
        padding: 10px 25px;
        border-radius: 23px;
        font-size: 14px;
    }

    .main_banner .swiper-button-next {
        color: #fff;
        top: 12%;
    }

    .main_banner .swiper-button-prev {
        color: #fff;
        top: 12%;
    }

    .main_banner {
        padding: 70px 20px;
    }

    .service {
        padding: 70px 0px;
    }

    .services_detail .service_card {
        border-radius: 15px;
        padding: 20px 25px;
    }

    .maP_sec {
        padding: 100px 0px;
    }

    .process_sec {
        padding: 70px 0px;
    }

        .process_sec .top_heading p {
            padding-bottom: 30px;
        }

    .about_us {
        padding: 70px 0px;
    }

    .news_sec {
        padding: 70px 0px;
    }

        .news_sec .top_heading {
            padding-bottom: 40px;
        }

        .news_sec .left_text h6 {
            font-size: 16px;
        }

    .newsletter {
        padding: 70px 0px;
    }

        .newsletter .form_wraper .cus_input {
            border-radius: 25px;
            padding: 10px 24px;
            font-size: 15px;
            line-height: 20px;
        }

        .newsletter .form_wraper {
            padding: 40px 0px;
        }

            .newsletter .form_wraper .cus_input::placeholder {
                font-size: 15px;
            }

    .text_sign .yes_btn a {
        border-radius: 10px;
        font-size: 14px;
        line-height: 15px;
        padding: 8px 30px;
    }

    .sign_option .text_sign h6 {
        font-size: 15px;
    }

    .prac_points .list_point li {
        font-size: 16px;
    }

    .browse_test {
        padding: 70px 0px;
    }

        .browse_test .top_heading {
            padding-bottom: 40px;
        }

        .browse_test .sub_type_card {
            padding: 15px 15px;
            column-gap: 15px;
        }

    .detail_go {
        font-size: 14px;
    }

    .browse_test .more_detail_btn a {
        column-gap: 2px;
    }

    .custom_footer {
        padding: 40px 40px;
    }

        .custom_footer .social_section {
            padding: 10px 0px;
        }

    .test_banner {
        padding: 70px 0px;
    }

    .test_type {
        padding: 70px 0px;
    }


    .sub_type {
        padding: 70px 0px;
    }

    .partnerr {
        padding: 70px 0px;
    }
    /*    .tab_bar{
        padding-top:40px;
    }*/

    .tab_bar .same_line_tab {
        column-gap: 10px;
        margin-bottom: 0px !important;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .tab_bar .search_test {
        margin-left: unset;
        /*        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 504px;
        margin: 0 auto;*/
    }

    .overview_tabs .detail_text h4 {
        padding: 15px 0px;
    }

    .practical .main_custom_container > div:nth-child(2) {
        margin-top: 20px;
    }
}

@media(Max-width:991px) {
    .third_heading {
        font-size: 25px;
    }

    .card_p {
        font-size: 15px;
    }

    .nav_custom .logo_wrap {
        max-width: 80px;
    }

    .nav_custom {
        padding-left: 10px;
        padding-right: 10px;
    }

    .test_banner h1 {
        padding-top: 15px;
    }

    .test_banner .search_test {
        bottom: -21px;
    }

    .search_box {
        padding: 10px 15px;
        width: 100%;
        border: 0px;
        font-size: 14px;
    }

        .search_box::placeholder {
            font-size: 14px;
        }

    .search_icon {
        font-size: 14px;
    }


    .type_card {
        margin-top: 20px;
    }

        .type_card .text_wrap {
            height: 304px;
        }

    .newsletter .form_wraper {
        justify-content: center;
    }

    .custom_footer {
        padding: 50px 50px;
    }

    .prac_points {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .prac_banner {
        padding-left: 50px;
    }

    .country_mail h5 {
        font-size: 15px;
    }

    .country_mail .custom_tabel tr td {
        font-size: 13px;
    }

    h4.testdetail_h4 {
        font-size: 23px;
    }

    .video_frame .text_side p {
        font-size: 16px;
    }

    .video_frame .main_top_wrap {
        flex-direction: column;
    }

    .video_frame .text_side {
        max-width: 100%;
    }

        .video_frame .text_side .text_wrap {
            padding-top: 15px;
        }

            .video_frame .text_side .text_wrap h4 {
                padding-bottom: 10px;
            }

    .featureBlog .rightText span {
        margin-top: 22px;
        margin-bottom: 5px;
    }

    .featureBlog .rightText p {
        margin-top: 5px;
    }

    .text_sign .yes_btn a {
        border-radius: 40px;
        font-size: 18px;
        line-height: 17px;
        padding: 12px 25px;
        color: #fff;
    }

    /*MOBILE MENU*/
    .custom_Items li:hover .nav-link {
        color: #fff !important;
    }

    .custom_Items .mobile_v {
        padding: 2px 0px;
    }

    .right_nav_wraper {
        position: absolute;
        top: 100%;
        background-color: var(--primary_color);
        width: 100%;
        left: 0;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        color: #fff;
    }

    .nav_custom ul li a {
        color: #fff;
        font-weight: 500;
    }

    .login_btn {
        background-color: #fff;
        justify-content: center;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 0px;
    }
    /*** Animate collapse into X.*/
    /* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
    .navbar-toggler:not(.collapsed) .span_line:nth-child(1) {
        transform: translate(15%, -33%) rotate(45deg);
    }
    /* center line goes transparent */

    .navbar-toggler:not(.collapsed) .span_line:nth-child(2) {
        opacity: 0;
    }
    /* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */

    .navbar-toggler:not(.collapsed) .span_line:nth-child(3) {
        transform: translate(15%, 33%) rotate(-45deg);
    }
    /** * Animate collapse open into hamburger menu */

    /* top line moves back to initial position and rotates back to 0 degrees */

    .navbar-toggler .span_line:nth-child(1) {
        transform: translate(0%, 0%) rotate(0deg);
    }
    /* middle line goes back to regular color and opacity */

    .navbar-toggler .span_line:nth-child(2) {
        opacity: 1;
    }
    /* bottom line goes back to initial position and rotates back to 0 degrees */

    .navbar-toggler .span_line:nth-child(3) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    /* BUTTON TOGLLER CSS ANd MObile Menu *******************************/

    .navbar-toggler .span_line {
        display: block;
        background-color: var(--primary_color);
        height: 2px;
        width: 23px;
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 0.35s ease-out;
        transform-origin: center left;
    }
    /* top line needs a little padding */
    .mobile_v {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        cursor: pointer;
    }

    .turn {
        transform: rotate(180deg);
    }

    .fa-angle-up {
        display: inline-block !important;
        transition: 0.5s all ease-in-out;
    }

    .navbar-toggler .span_line:nth-child(1) {
        margin-top: 0.3em;
    }

    .right_nav_wraper .custom_Items {
        padding: 45px 0px;
    }

    .custom_colapse {
        padding: 0px 55px;
    }

    .next_sub_item {
        position: static;
        background: transparent;
        box-shadow: none;
        padding: 0px 0px;
        display: none;
        transition: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

        .next_sub_item li a {
            font-size: 13px !important;
            font-weight: 500 !important;
            padding: 4px 8px;
        }


    /*    .custom_Items .nav-item{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }*/
}

@media(max-width:768px) {

    .custom_footer .top_sec_items {
        flex-direction: column;
        row-gap: 20px;
    }

    .custom_footer .left_items {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .custom_footer .right_items {
        justify-content: space-between;
        width: 100%;
    }

    .partner_logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .test_detail .right_about_text {
        padding-top: 20px;
    }

    .services_detail .service_card {
        margin-bottom: 15px;
    }

    .browse_test .sub_type_card {
        flex-direction: column;
        text-align: center;
        row-gap: 10px;
    }

    .country_mail {
        padding-bottom: 30px;
    }

        .country_mail .parent_mail_wraper {
            padding: 40px;
        }

    .sign_option .text_sign {
        row-gap: 10px;
        flex-direction: column;
        text-align: center;
    }

    .country_mail h5 {
        text-align: center;
    }

    .sub_type .sub_type_card {
        margin: 0 auto;
    }

    .functional_h {
        padding-top: 20px;
    }

    .partnerr .logo_img_div {
        padding: 35px 10px;
    }

    /*    .tab_bar{
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
    }*/
    .tab_bar .search_box {
        width: 200px;
        border-radius: 15px;
        padding: 7px 12px;
    }

        .tab_bar .search_box::placeholder {
            font-size: 14px;
        }

    .tab_bar .search_icon {
        font-size: 14px;
    }

    .search_box {
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    }
}

@media(max-width:640px) {
    .main_banner .swiper_data h1 {
        font-size: 28px;
    }

    .first_heading {
        font-size: 26px;
    }

    .sec_heading {
        font-size: 22px;
    }

    .partner_logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .main_banner .swiper-button-prev:after, .main_banner .swiper-button-next:after {
        font-size: 14px;
    }

    .main_banner .swiper-button-next {
        top: 7%;
    }

    .main_banner .swiper-button-prev {
        top: 7%;
    }

    .nav_custom .logo_wrap {
        max-width: 65px;
    }

    .main_banner {
        padding: 40px 15px;
    }


    .service {
        padding: 40px 0px;
    }



    .cmb {
        margin-bottom: 29px;
    }

    .maP_sec {
        padding: 40px 15px;
    }

    .process_sec {
        padding: 40px 0px;
    }

        .process_sec .process_step {
            flex-direction: column;
        }

    .news_sec {
        padding: 40px 0px;
    }

    .about_us {
        padding: 40px 0px;
    }

    .news_sec h4 {
        text-align: center;
    }

    .news_sec .event_body .row .col-md-5 h4 {
        margin-top: 25px;
        padding-bottom: 13px;
    }

    .news_sec .blog_btn {
        margin-top: 30px;
    }

    .newsletter {
        padding: 40px 0px;
    }

        .newsletter .top_heading .sec_heading {
            padding-bottom: 15px;
        }

        .newsletter .form_wraper {
            padding: 30px 10px;
        }

    .type_card {
        padding: 20px 20px;
    }

    .test_detail {
        padding: 40px 0px;
    }

    .search_box {
        max-width: 360px;
        margin: 0 auto;
    }


    .prac_banner {
        padding-bottom: 50px;
    }

        .prac_banner .prac_para {
            font-size: 14px;
            padding-right: 15px;
        }

    .prac_points .list_point li {
        font-size: 14px;
    }

    .prac_points .list_point p {
        font-size: 14px;
    }

    .prac_points {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .prac_points .sign_option {
            padding: 15px;
        }

    .country_mail .parent_mail_wraper {
        border: 0px;
        padding: 15px 5px;
    }


    .banner_test_report {
        flex-direction: column;
        row-gap: 10px;
        margin-top: 15px;
    }

    .indication .points_section {
        flex-direction: column;
        row-gap: 10px;
    }

    .video_frame .sub_frame_sec {
        flex-direction: column;
        row-gap: 15px;
    }

        .video_frame .sub_frame_sec div {
            max-width: 100%;
        }

    .tab_bar {
        top: 83px;
    }

    .test_type {
        padding: 40px 0px;
    }

    .sub_type {
        padding: 40px 0px;
    }

    .partnerr {
        padding: 40px 0px;
    }

    .test_banner {
        padding: 50px 0px;
    }

    .browse_test {
        padding: 40px 0px;
    }

    .indication {
        padding: 40px 0px;
    }

    .practical {
        padding: 40px 0px;
    }

    .video_frame {
        padding: 40px 0px;
    }

    .downloadd {
        padding: 40px 0px;
    }

    .research {
        padding: 40px 0px;
    }

    .featureBlog {
        padding: 40px 0px;
    }

    .moreBlog {
        padding: 40px 0px;
    }
}

@media(max-width:540px) {
    body {
        position: relative;
    }

    .browse_test {
        position: relative;
    }

        .browse_test .filter_hide {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /*        flex-direction: row-reverse;*/
        }

            .browse_test .filter_hide .filter_svg {
                display: block;
                max-width: 39px;
                margin-left: auto;
            }

        .browse_test .parent_brow_wraper .left_dropdown_wraper {
            position: absolute;
            top: -140px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 20;
            display: none;
        }

    body.shadoow::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #ffff;
        z-index: 3;
    }

    .browse_test .apply_btns {
        display: flex;
        justify-content: space-between;
        gap: 13px;
        align-items: center;
    }

        .browse_test .apply_btns .apply_test_btns {
            display: inline-block;
            border-radius: 50px;
            background: #FFF;
            box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.11);
            padding: 10px 32px;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 155%; /* 24.8px */
            letter-spacing: 0.24px;
            color: var(--primary_color);
        }

    .main_banner .swiper_data p {
        font-size: 15px;
    }

    .main_banner .swiper_text {
        padding-top: 63px;
    }

    .banner_se {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 360px;
        margin-top: 0px;
        text-align: justify;
    }

    .search_wraper .search_icon {
        position: absolute;
        right: 15px;
    }

    .maP_sec .maP_text {
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
        padding-left: 0px;
        text-align: center;
    }

    .maP_sec {
        background-position: 91% 0;
        padding-bottom: 40px;
    }

    .about_us .custom_dir {
        flex-direction: column-reverse;
    }

    .about_us .right_about_text {
        text-align: center;
        margin-bottom: 30px;
    }

    .newsletter .form_wraper {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }

        .newsletter .form_wraper .cus_input {
            max-width: 360px !important;
            margin: 0 auto;
            width: 100%;
        }

    .downloadd .pdf_d_img {
        max-width: 35px;
    }

    .scan_div div {
        display: flex;
        column-gap: 5px;
    }

    .overview_tabs .nav-pills .nav-link {
        font-size: 14px;
        font-weight: 500;
        padding: 8px;
    }

        .overview_tabs .nav-pills .nav-link.active {
            font-weight: 500;
        }

    .indication .points_section {
        padding-top: 15px;
    }

    .tab_bar .nav-link.active {
        font-weight: 500;
    }

    .tab_bar .nav-link {
        font-size: 14px;
        font-weight: 400;
        padding: 7px 8px;
    }

    .tab_bar .same_line_tab {
        row-gap: 10px;
    }

    .browse_test .sub_type_card .more_detail_btn {
        margin-left: inherit;
    }

    .browse_test .more_detail_btn a {
        justify-content: center;
    }

    .browse_test .pagination {
        padding: 10px 10px;
        justify-content: center;
    }

    .browse_test .page-item .page-link {
        padding: 6px 8px;
        font-size: 12px;
    }

    /*    .main_banner .main-banner-video{
        object-fit:fill;
    }*/
}

@media(max-width:440px) {
    .nav_custom .logo_wrap {
        max-width: 52px;
    }

    .custom_footer {
        padding: 30px 20px;
    }

    .tab_bar {
        top: 70px;
    }

    .custom_footer .right_items {
        gap: 20px;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .featureBlog .rightText span {
        font-size: 16px;
    }

    .test_banner .search_test {
        max-width: 360px;
        transform: translateX(-54%);
    }

    .main_banner .swiper_data {
        padding-bottom: 8px;
    }

        .main_banner .swiper_data h1 {
            padding-bottom: 8px;
        }

    .main_banner .swiper_text {
        padding-top: 28px;
    }

    .adres_list {
        flex-direction: column;
        text-align: center;
        row-gap: 10px;
    }

    .custom_footer .left_items {
        flex-direction: column;
        row-gap: 20px;
        align-items: center;
    }

    .custom_footer .top_sec_items {
        padding-bottom: 20px;
    }

    .custom_footer .social_section {
        padding: 20px 0px;
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .banner_test_report div span, a {
        font-size: 14px;
    }


    .overview_tabs .detail_text p {
        font-size: 14px;
    }

    .research .points_sec ul li {
        font-size: 14px;
    }

    .sub_type .sub_type_card {
        padding: 18px 15px;
    }

    .partnerr .top_heading {
        padding-bottom: 30px;
    }

    .test_banner {
        min-height: 170px;
    }
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
}

.banner_test_report div span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}


.empowering {
	display: block;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 18px;
}