/********** Template CSS **********/
:root {
    --primary: #209f83;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
    --white: #fff;
    --second_bg: #DEFFF9;

}
body{
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
   font-family: 'Raleway', sans-serif; 
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


h1,
.h1,
h2,
.h2,
.fw-bold {
    font-size: 2rem;
    font-weight: 600 !important;
    color: #011A41;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-size: 2rem;
    font-weight: 600 !important;
    color: #011A41;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.second-bg{
    background: var(--second_bg);
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.primary-bg{
    background: var(--primary);
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.fix-header-c{
    background: var(--primary);
}

.logo h1{
    font-size: 2rem;
}

.partner-logo img{
    /*width: 20%;*/
}

.partner-logo .cap_logo{
    width: 150px;
}
.partner-logo .nabl{
    width: 61px;
}

.partner-logo{
    position: absolute;
    bottom: 6%;
    width: 30%;
    background: white;
    z-index: 1;
    text-align: end;
    padding: 15px 35px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

img{
    max-width: 100%;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler-icon {
  border-color: rgb(255,255,255);
} 

.navbar .navbar-nav .nav-link {
    padding: 25px 8px;
    color: var(--white);
    font-weight: 500;
    outline: none;
    font-size: 1rem;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--white);
    /*font-weight: 600;*/
}

#header-carousel h3{
    font-size: 2.2rem;
    font-weight: 100!important;
}
#header-carousel h1{
    font-size: 3.5rem;
    font-weight: 500!important;
    line-height: 1;
}
#header-carousel .text_one{
    font-size: 2.5rem;
}

#header-carousel .text_two{
    font-size: 3rem;
}


.readMoreBtn{
    background: #219F84;
    padding: 8px 20px;
}
.player iframe{
    border-radius: 20px;
}
.mainHeading{
    font-weight: 600;
    font-size: 2rem;
    /*text-transform: capitalize;*/
    color: #011A41;
}
.pf-sec .pf-box h3{
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.pf-sec-box{
    min-height:500px;
}
.pf-sec .pf-box p{
    font-size: 1rem;
}

   .head_text_container {
    background-color: rgb(3 72 44 / 70%);
    width: 55%;
    padding: 1.5rem 7rem 1.5rem 3rem;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 1px;
}

.publication-post{
    padding: 1rem;
    background: white;
    border-radius: 5px;
    margin: 30px 0;
}

.copyrighttext{
    font-size: 1rem!important;
}
.copyrighttext a{
    color: #fff;
}

.container_for_text_how_is_genetic h4{
    font-size: 1.4rem;
}

.our_service_sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.our_service_sec li {
  line-height: 1.5;
  /*text-indent: -30px;*/
  padding: 8px 0 8px 30px;
}

.our_service_sec li:before {
  float: left;
  display: block;
  content: '\2605';
  color: #209f83;
  /*margin: 0 30px 0 0;*/
  font-size: 20px;
  position: absolute;
  left: 0;
}
.asterisk-heavy{
    position: relative;
}


.pull-right {
    float: right!important;
}
.paradigm-abt-img{
    width: 50%;
    margin: 0 20px;
}

@media (min-width: 1200px){
.display-6 {
    font-size: 2rem;
}
.container{
    padding-left: 0;
    padding-right: 0;
}
}



@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .navbar .navbar-nav .nav-link{
        color: #000;
    }
    .partner-logo{
        width: 40%;
    }
}  

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 380px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .border-right-white {
        border-bottom: 1px solid #fff;
        border-right: unset !important;
    }

    #header-carousel h1 {
        font-size: 2rem;
    }

    #header-carousel h3 {
        font-size: 1.4rem;
        margin-left: 15px;
    }
    .player iframe {
        width: 100%;
    }
.footer-final-all_pages .col-md-8{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #209f83;
}

.contactform .container {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.services p{
   padding-right: 0rem !important;
}
.services img{
    /*margin-top: 50px;*/
}
.container_for_section_02_boxex{
    width: 100%!important;
    margin-bottom: 1.5rem;
}
.general_screening_table{
    flex-wrap: wrap;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.55);
    border-color: rgb(255 255 255);
}
.logo h1{
    font-size: 1.4rem;
    font-weight: 600;
}
.navbar .navbar-nav .nav-link{
    color: #000;
}
.partner-logo .nabl {
    width: 40px;
}
.partner-logo .cap_logo {
    width: 110px;
}
.partner-logo{
    width: 65%;
    padding: 5px 15px;
}
.niche{
    display: none;
}

.ph-sec .container-fluid{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.banner-title{
    padding-left: 15px;
}
.head_text_container{
    width: 100%;
    padding: 1rem;
}
.time_line_container{
    flex-wrap: wrap;
   justify-content: center;
    align-items: center;
}
.head_container_01, .head_container_02, .head_container_03{
    margin-bottom: 1rem;
    width: 80%;
}
.genetic-cons{
    display:unset!important;
    background: unset!important;
}
.clinicians{
    flex-wrap: wrap;
}
.highlights{
    flex-wrap: wrap;
}
.Newtable{
    overflow-x: scroll;
    width: 100%!important;
}
.black-board-art{
    width: 100%;
}
.contactform .d-flex{
    flex-wrap: wrap;
}
.acbox{
    flex-wrap: wrap;
}
.ssss{
    padding: 1rem!important;
}
/*.book_chapter{*/
/*    padding: 0!important;*/
/*}*/
}


.about p{
    text-align: justify;
}

/* Video */
.player {
  max-width: 100%;
  height: 100%;
  text-align: center;
}

.video-screen {
/*  background: rgb(188,188,188);*/
  display: block;
  object-fit: cover;
  margin: 0 auto;
  transition: opacity .5s;
  width: 100%;
}

.controls {
/*   background: rgba(0, 0, 0, 0.5); */
  border-top: 5px solid rgba(0, 0, 0, 0.02);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  display: flex;
/*   height: 70px; */
  justify-content: space-around;
  opacity: 0;
  margin: 0;
  transition: .5s;
  transition-property: opacity, visibility;
  transform: translateY(-69px);
  visibility: hidden;
  width: 100%;
}

.controls * {
    z-index: 0;
     height: 1px;
     position: fixed;
     bottom: 0;
     width: 1px;
     opacity: 0;
     outline: none; 
}

.play {
  align-self: center;
  height: 40px;
  margin: 0 20px;
  width: 20px;
}

.play.start {
  background: none;
  border: 20px solid transparent;
  border-right: none;
  border-left: 35px solid white;
  margin: 0;
  margin-left: 25px;
}

@media (hover: hover) {
  .controls *:hover {
    opacity: .9;
  }

}

@media only screen and (max-width: 900px) {
  .player {
    margin: 0;
    max-width: 100vw;
    max-height: 100vh;
  }

  .controls {
    justify-content: space-evenly;
  }

  .controls * {
    margin: 0;
    margin-left: 8px;
  }

  .controls {
    margin: 0;
  }

  .play {
    display: none;
  }

}
/* End Video */

.membership .membership-box{
  border-left: 10px solid #219F84;
  color: #191919;
  text-align: left;
  min-height: 25px;
}
.qualification h2 {
    font-weight: 600!important;
    margin-bottom: 1rem!important;
}
.qualification small{
    font-size: 1rem;
}
.blk_title {
    background: url(../img/sources/footer-title-bg.png) no-repeat left bottom;
    padding-bottom: 12px;
    background-size: contain;
    margin-bottom: 15px;
}

.qualification p{
    margin-bottom: 0;
    font-size: 1.3rem;
}
.qualification h3{
    font-size: 1.3rem;
    margin-top: 2rem;
    color: #011a41;
    font-weight: 400;
}
.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}
.acbox{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.acboxinn{
min-height: 81px;
}

.ACC{
    padding-bottom: 35px;
}
.prepost_councelling{
    /*margin-top: -3%;*/
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

.video_title{
    min-height: 55px;
    font-weight: 700;
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}

.pf-sec {
    background: url(../img/pf-bg.png) no-repeat;
    background-size: cover;
    
}

.pf-sec p{
    font-size: 1.2rem;
}

.ph-sec {
    background: url("../img/index-background_02.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.genetic-con-sec {
    background: url("../img/genetic-cons-bg-img.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ph-sec ol li{
    margin-bottom: 1rem;
}
.ph-sec ol{
    padding-left: 1rem;
}

.ph-sec .ph-bg{
    position: absolute;
    width: 45%;
    top: 50%;
    left: 0%;
    transform: translate(-2%, -50%);
    height: 75%;
}

.ph-sec-content_section {
    background: #DEFFF9;
    padding: 1rem 2rem;
    border-radius: 15px;
}

.ph-sec .ph-bg img{
 width: 100%;
 height: -webkit-fill-available;
}

/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}

/* Nilesh CSS For FAQ Page Start */
.dr_background_color_custom {
    background-color: #209f83;
}
button.accordion-button.collapsed {
    background-color: #209f83;
    color: #fff;
    border-radius: 5px !important;
}
.accordion-button:not(.collapsed) {
    background-color: #209f83;
    color: #fff;
    border-radius: 5px !important;
    border: 1px solid transparent;
}
.accordion-item {
    margin-bottom: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    border: 1px solid transparent;
}
.accordion-item .accordion-header button{
    font-size: 1.2rem;
}
/* Nilesh CSS For FAQ Page End */
/* Publications Page CSS Start */
.container_image_publication {
    width: 100%;
    height: auto;
    background: #D9D9D9;
    border-radius: 10px;
    margin-top: 0.5rem;
}
.container_image_publication.pdf img{
    border-radius: 10px;
}

.container_image_publication_img {
    width: max-content;
    height: auto;
    background: #D9D9D9;
    border-radius: 10px;
    margin-top: 0.5rem;
}
.container_image_publication_img img{
    border-radius: 10px;
}

.container_image_publication iframe{
   border-radius: 10px; 
}
.book_chapter {
    background-color: #DEFFF9;
    border: 1px solid #DEFFF9;
    border-radius: 10px;
    /*padding: 6rem;*/
    position: relative;
}


.floating ul {
  clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    right: -3.2em;
    top: 50%;
    -webkit-animation: slideright 1s forwards;
    -webkit-animation-delay: 1.5s;
    animation: slideright 1s forwards;
    animation-delay: 1.5s; 
    z-index: 1;
}

@keyframes slideright {
    100% {
        right: 0;
    }
}

.floating li {
  margin-bottom: 40px;
  margin-right: -80px;
  padding: 10px;
  -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    background-color: #209f83;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  
    -webkit-transition: width .5s, background-color .1s;
    transition: width .5s, background-color .1s;

}

.btn-primary:hover {
    color: #fff;
    background-color: #209f83;
    border-color: #209f83;
}
.btn-primary {
    color: #fff;
    background-color: #209f83;
    border-color: #209f83;
    font-size: 1.2rem;
}

.floating li a {
    font-size: 16px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

.floating li:hover {
    background-color: rgba(30, 45, 127, 1);
    color: #fff;
}

/* .book_chapter::before {
    content: "";
    display: block;
    width: 110vw;
    position: absolute;
    height: 60vh;
    top: 0;
    left: -10vw;
    background-color: #209f83;
} */
.article_imgs {
    width: 100%;
    height: 100%;
}
/* Publications Page CSS End */


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

.inner-banner .container .inner-pg-title {
    position: absolute;
    top: 80%;
    transform: translateY(-60%);

}
.inner-banner .container .inner-pg-title h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 500!important;
    color: #fff;
}
.inner-pg-title .crumbs_title{
    display: block;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.breadcrumbs {
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    display: inline-block;
    color: #209f82;
    margin-bottom: 1.5rem;
}
.breadcrumbs a{
    color: #209f82;
}
.black-board-bg{
    background: url(../img/black-board.jpg) top left no-repeat;
    background-size: cover;
}
.black-board-art{
    position: relative;
    max-width: 118%;
}

.redcolor{
    color: red;
}
.genetic-cons{
    background: url(../img/genetic-cons-img.jpg) center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-content: center;
    justify-content: flex-end;
}
.time_line_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}
.head_container_01, .head_container_02, .head_container_03 {
    height: 86px;
    border: 2px solid #ffffff;
    padding: 0.4rem;
    margin-right: 3rem;
    border-radius: 5px;
}
p.body_text_bg_white {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 0.8rem;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.3;
    font-weight: 400;
}
.general_screening_table {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.container_for_section_02_boxex {
    width: 49%;
}
.container_for_section_02_boxex {
    border: 2px solid #209f83;
    border-radius: 10px;
    padding: 2rem 2rem !important;
}
p.body_text_bg_black {
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 0.8rem;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.3;
    font-weight: 400;
}
p.more_option_clickable {
    font-size: 0.8rem;
    margin: 0px;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 10px;
    border-top: 2px solid #209f83;
}
.genetic_sceening_usage {
    background-color: #dffffa;
    position: relative;
}
.container_for_section_02_images {
    position: absolute;
    left: 0;
    width: 47%;
    bottom: 11%;
}
.contactform label{
    color: #fff;
}
.contactform .btn-primary{
    background: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    border: none;
    color: #000;
}

.about_hema_img{
  width: 70%;
}

.btn_color{
 background: #219F84;
 color: #fff;
}
.pre_text_genetic_counselling {
    background-color: #209f83;
}
.footer_section_container {
    background-color: #dffffa;
}
.container_for_footer_data {
    border: 1px solid #209f83;
    padding: 1rem;
    width: 49% !important;
    background-color: #fff;
    border-radius: 10px;
    min-height: 15rem;
}
.disease-list h5{
    background: #209f83;
    color: #fff;
    border-start-start-radius: 10px;
    padding: 12px 15px;
}
.disease-list ul{
    list-style: none;
    padding: 0;

}
.disease-list ul li{
    border: 1px solid #209f8375;
    padding: 12px 15px;
    border-left: 7px solid #209f83;
    border-start-start-radius: 10px;
    border-end-start-radius: 10px;
    margin-bottom: 10px;
}

.footer-final-all_pages {
    background-color: #209f83;
    color: #ffffff;
}
.border-right-white {
    border-right: 1px solid #fff;
}
.border-bottom-white {
    border-bottom: 1px solid #fff;
}


.Services .container .box{
    background: #defff9;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0px 16px 16px -6px rgb(47 46 38 / 16%);
    min-height: 205px;
}
.Services .container .box p{
    margin-bottom: 0;
}
.copy_main_div{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

/* Media Query */

@media (min-width: 992px) and (max-width : 1600px){
 .logo h1{
    font-size: 1.4rem;
    font-weight: 600;
 }
 .nav-link{
    font-size: 0.95rem;
 }
}

@media (min-width: 992px) and (max-width : 1390px){
.flip-card-container {
    height: 450px!important;
}
    
}
@media only screen and (max-width: 600px) {
    .paradigm-abt-img{
    width: 100%;
    margin: 0px;
}
    .flip-card-container {
    height: 420px!important;
}
   .box.rounded-3 {
       padding: 0!important;
   }
   .video_title{
    min-height: auto;
}
.copy_main_div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}
.pf-sec-box {
    min-height: 430px;
}
.flip-card-back img{
    height: 420px!important;
}
#header-carousel .text_one {
    font-size: 1.5rem;
}
#header-carousel .text_two {
    font-size: 1.8rem;
}

}