/*******************************/


/********* General CSS *********/


/*******************************/
*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
body {
    /* height:100% !important; */
    color: #666666;
    background: #ffffff;
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
    color: #222222;
    line-height: 1.2;
}

.diseasesss li a.active.show{
    background-image: linear-gradient(to left, rgba(56, 56, 56, 0), rgb(178, 203, 233));
    /* color: rgb(224, 146, 0);
    -webkit-text-stroke-width: 0.1px;
        -webkit-text-stroke-color: #000; */
}
html{
    /* height:100% !important; */
   overflow-x: hidden !important;
    scroll-behavior: smooth !important;
}
#search_input {
    display: none !important;
}
.mt_50{
    margin-top:150px;
}
.nondi{
    display: none !important;
}
.ancher_button {
   
    color:#030f27;
    font-size: 16px;
    font-weight: 600;
    display:block;
    margin-bottom: 30px;
}

.ancher_button:hover {
    color: orangered;
}

.ancher_button:hover .ancher_button2 {
    margin-left: 12px;
    color: orangered;
   
}

label {
    color: #05224c !important;
    /* font-weight: 600; */
}

.ancher_button2 {
    color: #030F27;
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    transition: linear 0.3s;
}
.fact img{
    width:150px;
    height:150px;
}
.align{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 42 106 / 10%) 0px 0px 30px 0px;
    padding: 10px;
    border-radius: 4px !important;
}

/* print button start */
.actions_btn-print{
    position: fixed !important;
    bottom:100px;
    right:20px;
}
.actions_btn-print svg path{
    color:#fff;
}
/* Global */
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  button::-moz-focus-inner {
    border: 0;
  }

/* Buttons (or links) */

[class^="actions_btn"],
[class^="actions_btn"]:visited {
  box-sizing: content-box;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.25rem;
  color: var(--btn-fg);
  background-color: var(--btn-bg);
  border: 0.125rem solid transparent;
  border-radius: 50%;
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
  text-decoration: none;
  outline: 0 solid;
  transition: all 0.3s ease-out;
}
[class^="actions_btn"]:hover,
[class^="actions_btn"]:focus {
  color: var(--btn-fg-hover);
  background-color: var(--btn-bg-hover);
  border-color: var(--btn-fg-hover);
  transform: scale(1.2);
  box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.4);
}
[class^="actions_svg"] {
  width: 2.25rem;
  height: 2.25rem;
  fill: #fff;
  stroke: currentColor;
  border-radius: 100%;
  overflow: hidden;
  pointer-events: none;
  transition: transform 0.5s ease-out;
}

[class^="actions_btn"] + [class^="actions_btn"] {
  margin-top: var(--fromEdge);
}


/* Light / dark mode button specifically */
.actions_btn-mode[aria-pressed="false"] .svg_mode-dark,
.actions_btn-mode[aria-pressed="true"] .svg_mode-light {
  display: none;
}
.actions_btn-mode[aria-pressed="false"] .svg_mode-light,
.actions_btn-mode[aria-pressed="true"] .svg_mode-dark {
  display: block;
}

/* Menu button specifically */

.actions_svg-menu {
  stroke-width: 5;
  stroke-linecap: square;
  stroke: currentColor
}
.actions_btn-menu[aria-pressed=true] .actions_svg-menu {
  transform: rotate(225deg);
}
.actions_svg-menu path {
  transition: all .8s ease-in-out
}
.actions_btn-menu[aria-pressed=true] .h,
.actions_svg-menu .x {
  opacity: 0;
}
.actions_btn-menu[aria-pressed=true] .x {
  opacity: 1;
}
.actions_btn-menu[aria-pressed=true] .t {
  transform: translate(0, 8px);
  transform: translateY(8px)
}
.actions_btn-menu[aria-pressed=true] .b {
  transform: translate(0, -8px);
  transform: translateY(-8px);
}


/* Button click animation */

[class^="actions_btn"].-js-clicked {
  animation: actions_btn-clicked 0.3s ease-out forwards;
}
@keyframes actions_btn-clicked {
  0% {transform: scale(1.2);}
  50% {transform: scale(0.8);}
  100% {transform: scale(1.2);}
}
.print_head .hggfg{
    visibility: hidden;
}

/* Remove all buttons from printouts */
.text_white_print{
    color:#fff  !important;
}
@media print {
    .text_white_print{
        padding-left:60px !important;
    }
    .print_head .hggfg{
       visibility: visible !important;
    }
    .fixed_top{
        display: none !important;
    }
    .back_button{
        display: none !important;
    }
    .text_dark{
        color:#000;
    }
    .print_head{
        display: flex;
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
    }
    .actions_btn-print{
        display: none;
    }
    body{
        margin:0;
        padding:35px 0 !important;
    }
  
  .footer{
    display: none;
  }
  .text_white_print{
      padding-top:30px;
    color:#000 !important;
    }
  .header_area{
    display: none !important;
    }
  .print{
      visibility: visible !important;
      width:100% !;
      height:100% !important;
     
  }
  .print p{
      text-align: left !important;
      font-size: 20.2px !important;
      line-height: 1.7;
  }
  .testimonials{
      margin-top: 0 !important;
      padding-top:0 !important;
      background: unset !important;
  }
  #Appointment{
    display: none;
  }
  .sdsfsdsds{
      display: flex !important;
  }
}

  
.sdsfsdsds{
    display: none;
}
/* print button close */
.fact-text{
   
    width:100%;
}
.fact-text h2{
    color:rgb(215, 52, 56);
    text-align: center;
   
}
#for_print{
    position: relative;
}
.fact-text h6{
    text-align: center;
}
.align img{
    padding-right:10px;
    border-right:1px solid rgb(240, 237, 237);
}
.van_section {
    padding: 80px 0px 40px 0px;
    position: relative;
    /* height: 100%; */
    /* background: url(../img/vaccine-house/images/unnamed-removebg-preview.png); */
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.new {
    padding: 120px 0px 80px 0px;
    position: relative;
    /* height: 100%; */
    /* background: url(../img/vaccine-house/img-coronavirus-covid-19-vaccine-16x9-2.jpg); */
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.head_va{
    width:200px;
    height:80px;
}
.van_section2 {
    padding: 120px 0px 80px 0px;
    position: relative;
    height: 100%;
    /* background: url(../img/vaccine-house/banner-img-vaccination.jpg); */
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: cover;
}

.inside_main {
    display: block;
    /* border: 1px solid #717171; */
    background: #dfebfd;
    border-radius: 6px;
    color: black;
    margin-top: 10px;
}

.inside {
    display: block;
    border: 1px solid #717171;
    padding: 3px 3px;
}
.im_mobilesdsd{
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
}
.senior {
    padding: 45px 0px 40px 0px;
    /* height: 100%; */
    /* background: url(../img/vaccine-house/actu_vaccin_obligatoire.jpg); */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.preg {
    padding: 45px 0px;
}

.Pregnant {
    padding: 45px 0px 40px 0px;
    /* height: 100%; */
    background: url(../img/vaccine-house/covid-19-vaccines.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.SENIOR_CITIZEN {
    padding: 120px 0px 80px 0px;
    /* height: 100%; */
    background: url(../img/vaccine-house/shutterstock_775326163.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.van_section3 {
    padding: 120px 0px 80px 0px;
    position: relative;
    height: 100%;
    background: url(../img/vaccine-house/images/unnamed-removebg-preview.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.image_div_main {
    position: relative;
}

.image_div2_main {
    position: relative;
}

/* .van_text {
    padding-bottom: 150px;
} */

.van_text p {
    font-weight: 400;
    line-height: 1.7;
}

.about .about-text p {
    font-weight: 400;
    line-height: 1.7;
}
.banner_section{
    position: relative;
   
}
.banner_section_main{
    background: url(../img/vaccine-house/slider/little-baby-being-health-clinic-vaccination.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}
.banner_section::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/images/Downloads/overlay-pattern.png) #000000;
    opacity: 0.3;
    z-index: 1;
}
.logo a{
    display: inline-block !important;
}
.banner_section > * {
    z-index: 100;
}
.google_location{
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 42 106 / 10%) 0px 0px 30px 0px;
    padding: 5px 5px 0px 5px;
     border-radius: 4px !important;
}
.van_text h1 {
    font-size: 30px;
    /* font-weight: 800; */
    letter-spacing: 1.5px;
    /* color: #030f27; */
    color: #db0408;
    line-height: 1.7;
}
.van_text7 h1{
    font-size: 30px;
    /* font-weight: 800; */
    letter-spacing: 1.5px;
    /* color: #030f27; */
    color: #db0408;
    line-height: 1.7;
}
.fourcard{
    padding:40px 0px;
}
.fourcard .card h1{
    text-align: center !important;
}
.fourcard .card img{
    min-height:160px;
    max-height:160px;
}
.van_text h1::after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    background: #db0408;
    margin: 8px;
}
/* #popUp b{
    color: #db0408;
} */
.van_text2 h1 {
    font-size: 29px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #030f27;
    line-height: 1.7;
}

.image_div img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.image_div_home img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.image_div2 img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.van_section .image_div {
    width: 100%;
    height: 430px;
    /* position: absolute; */
    /* bottom: 0px; */
    left: 0px;
    z-index: 15;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 42 106 / 10%) 0px 0px 30px 0px;
    padding: 10px;
     border-radius: 4px !important;
}

.van_section .image_div_home {
    width: 100%;
    height: 530px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 42 106 / 10%) 0px 0px 30px 0px;
    padding: 10px;
     border-radius: 4px !important;
}

.van_section3 .image {
    /* height: 430px; */
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 15;
    border: 2px solid #fdbe33;
}

.van_section2 .image_div2 {
    height: 430px;
    position: absolute;
    /* bottom: 0px; */
    left: 0px;
    z-index: 15;
    border-radius: 6px;
    border: 2px solid #fdbe33;
}

.bottom_color {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 200px;
    width: 100%;
    background-color: #030f27;
    z-index: 5;
}

.bottom_color2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 200px;
    width: 100%;
    background-color: #030f27;
    z-index: 5;
}
.tab-content.vacc .tab-pane {
    overflow-y: visible !important;
    height:100%;
}

.view_more {
    margin-top: 55px;
    z-index: 25;
    font-size: 18px !important;
    border:1px solid#FDBE33 !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    padding: 15px 100px !important;
    color: #FDBE33 !important;
}
.tiny{
    font-size: 13px;
}
.van_bottom_button {
    font-size: 18px !important;
    background-color: #FDBE33 !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    padding: 5px 20px !important;
   float:right;
}
.opp {
   float:left;
  
}

.van_bottom_button a{
    color: #030f27 !important;
}
.van_bottom_button_pregenent {
    /* position: absolute;
    bottom: -70px;
    left: 10px; */
    z-index: 25;
    font-size: 18px !important;
    background-color: #FDBE33;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    padding: 15px 100px !important;
    color: #030f27;
}

.booking_button {
    /* position: absolute;
    bottom: -70px;
    left: 10px; */
    z-index: 25;
    font-size: 18px !important;
    background-color: #FDBE33;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    padding: 15px 80px !important;
    color: #030f27;
}

.van_bottom_button2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 25;
    font-size: 18px !important;
    background-color: #FDBE33;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    padding: 15px 80px !important;
    color: #030f27;
}

.home_vaccination {
    position: relative;
    text-align: center;
}

.home_vaccination h1 {
    color: #030f27;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.7;
}

.home_vaccination2 h1 {
    color: #030f27;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.7;
}

.main_table_row {
    padding: 0px 30px;
}

.table_heading {
    color: black !important;
}

.table_div {
    display: block;
}

.table_div_1 {
    display: flex;
}

.table_div_2 {
    display: flex;
}

.table_field {
    background-color: aquamarine;
    width: 200px;
    padding: 8px 12px;
}

.table_field2 {
    background-color: rgb(12, 88, 63);
    width: 200px;
    padding: 8px 12px;
}

.hidden {
    visibility: hidden;
}


/* floting menu */

.floatingMenu {
    position: absolute;
    bottom: 60px;
    right: -25px;
    /* width: 200px; */
    display: none;
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}

.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 85px;
    right: 45px;
    z-index: 999999999;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: -webkit-linear-gradient( 45deg, #8769a9, #507cb3);
    background: -o-linear-gradient(45deg, #8769a9, #507cb3);
    background: linear-gradient( 45deg, #8769a9, #507cb3);
    color: #fff;
    line-height: 50px;
    position: absolute;
    border-radius: 50% 50%;
    bottom: 0px;
    right: -38px;
    border: 5px solid #b2bedc;
    opacity: 0.5;
    transition: all 0.4s;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    /* opacity: 0.5; */
    color: #fff;
    opacity: 1 !important;
}

.floatingButton.open .fas {
    transform: rotate( 270deg);
}

.floatingButton .fas {
    transform: rotate( 0deg);
    transition: all 0.4s;
}

.floatingButton .fas {
    font-size: 15px !important;
}

.floatingMenu li a .call {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.floatingMenu li a .whatsapp {
    width: 17px;
    height: 18px;
    margin-left: 15px;
}

.floatingMenu li a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.1px;
    padding: 8px 15px;
    display: inline-block;
    /* background: #ccd7f5; */
    background: #fff;
    color: #6077b0;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    -webkit-box-shadow: 1px 3px 5px rgb(211 224 255 / 50%);
    box-shadow: 1px 3px 5px rgb(211 224 255 / 50%);
}


/* .screen {
    width: 300px;
    height: 600px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
} */

.body_op_before {
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    display: none;
}

.new_modal_close {
    display: none;
}

.body_op {
    display: block;
    z-index: 99 !important;
    position: fixed;
    top: 0;
    left: 0;
}

.body_op_beforenew {
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: 0.7;
    display: none;
}

.body_op_new {
    display: block !important;
    z-index: 99 !important;
    position: fixed;
    top: 0;
    left: 0;
}

/* .new_modal_inside::-webkit-scrollbar {
    display: none!important;
} */

.new_modal_inside {
    position: relative;
    width: 100%;
    height: 550px;
    overflow-y: scroll;
    scrollbar-width: none;
    padding: 50px;
    border-radius: 8px;
    background-color: #04143b;
}

.clode_button {
    position: fixed;
    top: 45px;
    right: 200px;
    font-size: 32px !important;
    color: white !important;
}

.new_modal_inside2 {
    border: 20px solid #04143b;
}

.new_modal_before {
    width: 90%;
    height: 100vh;
    /* background-color: black; */
    opacity: 0.5;
    display: none;
}

.new_modal_after {
    display: block !important;
    z-index: 99999999999999999999999999999999999 !important;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 5;
}

.screen .fab-wrapper {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    z-index: 99999999999;
}

.screen .fab-wrapper input,
.screen .fab-wrapper .fab {
    position: absolute;
    bottom: 60px;
    left: 0;
    cursor: default;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.screen .fab-wrapper input {
    opacity: 0;
    z-index: 100;
}

.screen .fab-wrapper input:checked~.fab {
    border-bottom: 1px solid #009688;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    z-index: 2;
}

.screen .fab-wrapper input:checked~.fab i {
    transform: rotate(-135deg);
}

.screen .fab-wrapper input:checked~.fab-element {
    opacity: 100;
}

.screen .fab-wrapper input:checked~.fab-element#first-elem {
    transform: translate3d(0, -55px, 0);
}

.screen .fab-wrapper input:checked~.fab-element#first-elem .fab-text {
    opacity: 100;
    transform: translate3d(-70px, 0, 0);
}

.screen .fab-wrapper input:checked~.fab-element#second-elem {
    transform: translate3d(0, -104px, 0);
}

.screen .fab-wrapper input:checked~.fab-element#second-elem .fab-text {
    opacity: 100;
    transform: translate3d(-72px, 0, 0);
}

.screen .fab-wrapper input:hover~.fab {
    border-bottom: 1px solid #009688;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    z-index: 2;
}

.screen .fab-wrapper .fab,
.screen .fab-wrapper .fab-element {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.chat-widget .top-bar-text i {
    margin-left: 0px;
}
.screen .fab-wrapper .fab {
    background-color: #009688;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.screen .fab-wrapper .fab i {
    font-size: 2em;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.screen .fab-wrapper .fab-element {
    position: absolute;
    bottom: 70px;
    left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    cursor: default;
    opacity: 0;
    z-index: 50;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.screen .fab-wrapper .fab-element i {
    font-size: 1.2em;
}

.screen .fab-wrapper .fab-element .fab-text {
    position: absolute;
    right: 5px;
    display: flex;
    justify-content: flex-end;
    padding: 0.2em;
    background-color: whitesmoke;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #717171;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 0;
}

.screen .fab-wrapper .fab-element#first-elem {
    background-color: red;
}

.screen .fab-wrapper .fab-element#second-elem {
    background-color: blue;
}

/* i {
    color: #f2f9fc;
} */


/* table */

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table tr td img {
    width: 25px;
    height: 20px;
}

table tr {
    /* background-color: #f8f8f8; */
    border: 1px solid #ddd;
    padding: .35em;
}

table {
    color: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.adaddfd img{
  
    position: absolute;
    top:-75px;
    left:10px;
    width:300px; /*width:180px;*/
    height:70px; /*height:60px;*/
    padding:5px;
}
table th,
table td {
    padding: .625em;
    text-align: center;
}


/* table end */

p {
    font-family: "Poppins", sans-serif !important;
    line-height: 1.7;
    text-align: justify;
   
}

.text-hr {
    display: flex !important;
    align-items: center !important;
    font-family: sans-serif;
    width: 100%;
    margin: 15px auto;
    color: #081F3E;
}

.text-hr::after {
    flex: 1;
    background: #081F3E;
    content: "";
    height: 1px;
    margin-left: 15px;
    /* margin-top: 12px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #030f27;
}

a {
    color: #666666;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #fdbe33;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.card_footer {
    text-align: center;
    padding: 15px 0px;
    background-color: #030F27;
}

.card_footer a {
    color: #FDBE33 !important;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.5s;
    font-size: 14px;
}

.yellow_btn:hover {
    color: #fdbe33;
    background: #030f27;
}

.yellow_btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #030f27;
    border-radius: 0;
    background: #fdbe33;
    transition: .3s;
}

#back-to-top.to-top {
    right: 0px;
    transition: all 800ms ease 0s;
    visibility: visible;
}
/* 
.faqs {
    background-image: url(../img/vaccine-house/images/3099159.jpg);
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: center;
} */

.second-facility-area h6 {
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.7;
    color: #030f27;
}

.card_footer a:hover {
    border-bottom: 2px solid #FDBE33;
    padding-bottom: 4px;
    text-decoration: none;
    /* color: #FDBE33;
    letter-spacing: 1.5px;
    font-weight: 500; */
}
#back-to-top.position-fixed {
    bottom: 150px;}
#back-to-top {
    right: -200px;
    bottom: auto;
    z-index: 10;
    /* display: none; */
}
.position-fixed {
    position: fixed!important;
}
#back-to-top .btn.btn-primary {
    width: 40px;
    height: 46px;
    line-height: 36px;
    background: #030f27;
    border-radius: 6px 0px 0px 6px;
    color: #ffb600;
    font-weight: 700;
    font-size: 18px;
    border:none !important;
    padding: 0;
}
/* .back-to-top {
    position: fixed;
    display: none;
    background: #fdbe33;
    border-radius: 25px;
    color: #121518 !important;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 5px;
    bottom: 2px;
    transition: background 0.5s;
    z-index: 9;
} */



.back-to-top i {
    padding-top: 10px;
}

.btn {
    transition: .3s;
}


/**********************************/


/********** Top Bar CSS ***********/

.watermark {
    position: relative;
}

.watermark .watermark_text {
    text-transform: capitalize;
    color: #fff;
    width: 90px;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    line-height: 1.2;
    right: 10px;
    top: 10px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem !important;
}
.change_color{
    filter: brightness(0) invert(0.9);
}
.watermark .watermark_text_small {
    text-transform: capitalize;
    color: #fff;
    width: 170px;
  
    position: absolute;
    
    right: 10px;
    top: 10px;
    text-transform: lowercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.watermark .watermark_text_down {
    width: 90px;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    line-height: 1.2;
    right: 10px;
    bottom: 10px;
}

.ver_divider2 {
    position: relative;
    margin-left: 15px;
}

.ver_divider2::before {
    content: '';
    position: absolute;
    bottom: -5px;
    background-color: #cad0e0;
    height: 30px;
    width: 2px;
    border-radius: 50%;
    left: 0px;
}

.ver_divider {
    position: relative;
    margin-left: 15px;
}

.ver_divider::before {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #cad0e0;
    height: 15px;
    width: 2px;
    border-radius: 50%;
    left: -10px;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #030f27;
    font-size: 55px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50.1px !important;
    height: 54px;
    border-radius: 52% !important;
    /* background-color: #5161ce; */
    background-color: white !important;
    z-index: 2 !important;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}

.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    /* background-color: rgb(243, 252, 228)!important; */
    background-color: #030f27 !important;
    bottom: 20px;
    transform: rotate( -90deg);
}

.hori-selector .right {
    position: absolute;
    width: 25px;
    height: 25px;
    /* background-color: rgb(243, 252, 228)!important; */
    background-color: #030f27 !important;
    bottom: 20px;
    transform: rotate( 90deg);
}
#popUp h6{
    font-size: 15px !important;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    /* line-height: 45px; */
    color: #030f27 !important;
    font-size: 15px !important;
    border: none;
    max-width: 330px;
    min-width: 280px;
    width:330px;
    font-weight: 500;
    padding: 8px 15px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-right: 0px;
}
.hori-selector {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 42px !important;
    top: 0.2px;
    right: 20%;
    /* left:20%; */
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* background-color: rgb(243, 252, 228); */
    background-color: #030f27 !important;
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
    margin-bottom: 10px;
    z-index: 2;
    /*  */
}

.hori-selector2 {
    /* width: 350px; */
    display: inline-block;
    position: absolute;
    padding: 10px 12px;
    bottom: 17px;
    right: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* background-color: rgb(243, 252, 228); */
    background-color: white !important;
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
    margin-bottom: 10px;
    z-index: 999999999999;
    /*  */
}

.hori-selector4 {
    /* width: 350px; */
    display: inline-block;
    position: absolute;
    padding: 10px 12px;
    bottom: 5px;
    right: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* background-color: rgb(243, 252, 228); */
    background-color: white !important;
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
    margin-bottom: 10px;
    z-index: 999999999999;
    /*  */
}
.hori-selector9{
    background-color: white !important;
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
    padding: 10px 12px;
}
.hori-selector3 {
    /* width: 350px; */
    display: flex;
    justify-content: center;
    position: absolute;
   
    bottom: -75px;
    right: 0px;
    left:0;
    width:100%;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* background-color: rgb(243, 252, 228); */
   
    margin-bottom: 10px;
    z-index: 999999999999;
    /*  */
}

.hori-selector P {
    color: #fdbe33;
    font-size: 14px;
    line-height: 1.3;
    padding: 0px 10px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.field_set_button {
    font-size: 18px;
    color: #030f27 !important;
    line-height: 1.3;
    padding: 10px 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    display: inline-flex;
    align-items: center;
    background-color: #fdbe33;
    border-bottom-left-radius: 18px !important;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.field_set_button:hover {
    border: none;
    filter: none !important;
    box-shadow: unset !important;
    color: white;
}

.field_set_button2:hover {
    filter: none !important;
    /* border: none; */
    box-shadow: unset !important;
    color: white;
    cursor: pointer;
}

.field_set_button2 {
    border: none;
    color: #fdbe33;
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 18px;
    font-weight: 600;
    letter-spacing: 1.2px;
    display: inline-flex;
    align-items: center;
    background-color: #030f27;
    border-bottom-right-radius: 18px !important;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.privacy_policy_section h2 {
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 24px;
    line-height: 1.7;
    word-spacing: 1.5px;
}

.privacy_policy_section h4 {
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 20px;
    line-height: 1.7;
    word-spacing: 1.5px;
}

.privacy_policy_section a {
    font-weight: 600;
}


/**********************************/

.top-bar {
    position: relative;
    /* background: #fdbe33; */
    border-top: 5px solid #030f27;
}

.top-bar .logo {
    padding: 8px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #030f27;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.top-bar .logo img {
    min-width: 310px;
    max-width: 200px;
    min-height: 65px;
    max-height: 70px;
}
/*.top-bar .logo img {
    min-width: 160px;
    max-width: 200px;
    min-height: 70px;
    max-height: 70px;
}*/
.text_dark{
   
    color:#d73438;
}
.text_dark::before{
    margin-top:10px;
}
.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}

.main_box .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 8px;
}

.top-bar .top-bar-icon {
    margin-right: 15px;
    width: 40px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-text {
    /* padding-right: 25px; */
    margin-bottom: 4px;
    display: flex;
}

/* .main_box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top:90px;
    left:0;
    z-index: 99999;
} */
.main_box_head {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
    /* top:100px; */
    /* left:0; */
    z-index: 99999;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #25233f;
    font-size: 13px;
    font-weight: 700 !important;
    letter-spacing: 1.1px;
}
.fixed_top{
    background-color: #fff;
    width:100%;
    
}
.top-bar .top-bar-text p {
    text-align: center !important;
    margin: 0;
    /* padding-top:10px;
    padding-right: 20px; */
    color: #030f27;
    font-size: 14.5px;
    font-weight: 500;
    /* letter-spacing: 0.8px; */
}

/* @media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
} */

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}


/**********************************/


/*********** Nav Bar CSS **********/


/**********************************/

.nav-bar {
    position: relative;
    background: #fdbe33;
    transition: .3s;
}

.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1366px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: #030f27 !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 20px !important;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1.3px;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fdbe33;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.nav-bar .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 0 75px;
    }
    .nav-bar.nav-sticky {
        padding: 0;
    }
    .nav-bar .navbar {
        padding: 10px 20px;
        background: #030f27 !important;
    }
    .nav-bar .navbar-brand {
        display: none;
    }
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}
.dfwg{
    text-align: center;
    width:140px !important;
    min-height:132px !important;
    height:132px !important;
}
@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
    }
    .nav-bar a.nav-link {
        padding: 5px;
    }
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    .nav-bar .btn {
        display: none;
    }
}


/*******************************/


/******** Carousel CSS *********/


/*******************************/

.carousel {
    position: relative;
    width: 100%;
    /* height: calc(100vh - 100px); */
    height:100vh;
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: -100px;
    left: 15%;
    right: 15%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* height: calc(100vh - 170px); */
    min-height: 400px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.field_set {
    position: relative;
    min-width: 80%;
    border-radius: 8px;
    padding: 15px 40px 25px 40px;
    border: 2px solid #fff;
}

.adult_sec .leg_end {
    color: #ffffff;
    /* text-transform: lowercase; */
    font-size: 18px !important;
    letter-spacing: 1.5px;
    font-weight: 400;
    display: inline-block;
    width: unset;
    padding: 0 10px 5px 10px;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1.3;
    color: inherit;
    white-space: normal;
}

.leg_end {
    color: #ffffff;
    /* text-transform: lowercase; */
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: 400;
    display: inline-block;
    width: unset;
    padding: 0 10px 5px 10px;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1.3;
    color: inherit;
    white-space: normal;
}

.extra_cost {
    font-size: 20px;
    font-weight: 600;
    color: #030f27;
    /* margin-bottom: 30px; */
}
.multiselect-container{
    max-height:250px;
    overflow-y: scroll;
    width:100%;
   
}



.form-check-label{
    text-overflow: ellipsis !important;
}
.multiselect-container .form-check-label{
font-size: 13px;
}
.multiselect-container .form-check-input{
    width:15px;
    height:15px;
    padding-top: 15px !important;
    }
    .btn-group, .btn-group-vertical {
        position: relative;
        display: -ms-inline-flexbox;
        display: flex !important;
        vertical-align: middle;
    }
    .multiselect{
        text-align: left !important;
    }

/* .multiselect-option{
    display: flex !important;
    align-items: center !important;
} */

.caret-container{
    float: right !important;
    padding:0px 10px;
    position: absolute;
    /* height: 30px; */
    z-index: 9999;
    left: 30px;
    width: 90%;
    /* background-color: #0e77a86c; */
}

.caret-container.dropdown-toggle::after {
    display: inline-block;
   
    content: "";
    
    border-top-style: solid;
    border-top-color: initial;
    border-right-style: transparent !important;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: transparent !important;
    opacity: 0 !important;
    /* border-left-color: transparent;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; */
}

.group-1::after{
    position: relative;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size:11px;
    float: right;
    margin-top: 5px;
    padding-right:10px;
}

.group-2::after{
    position: relative;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size:11px;
    float: right;
    margin-top: 5px;
    padding-right:10px;
}

.group-3::after{
    position: relative;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size:11px;
    float: right;
    margin-top: 5px;
    padding-right:10px;
}
.for_services{
    position: absolute;
    right:0;
    width:100px; 
    overflow: hidden !important;
    font-size: 10px;
    padding:0 10px;
    visibility: hidden;
  
}
.form-check-label{
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .multiselect-group::first-letter{
    visibility: hidden;
} */
.form-check-label::first-letter{
    color:red !important;
    direction: rtl;
    visibility: hidden;
}
.multiselect-filter input{
    box-shadow:none !important;
}
.multiselect-filter input i{
    content: "\f00d";
    color: red !important;
}
/* .form-check-label{
    position: relative;
}
.form-check-label::after{
    content: "sdasfasfddfdf";
    color:red !important;
    
} */
.group-4::after{
    position: relative;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size:11px;
    float: right;
    margin-top: 5px;
    padding-right:10px;
}
.multiselect-container{
    min-width: 100% !important;
   
}
.form-check-label {
    margin-top: 3px !important;
}
.non_visible{
    display: none;
}
/* .multiselect-group{
    padding-top: 0 !important;
} */
.dropdown-divider{
    margin: 0 !important;
    display: block !important;
}
.multiselect-group{
    font-size: 0.9rem;
    font-weight: 500 !important;
    line-height: 1.5;
    color:#00122b !important;
    padding:8px 3px 8px 10px !important;
}
.multiselect {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%) !important;
}
.divi .form-check{
    display: none;
}
.divi::after{
    content: "";
    width: 95%;
    height: 0.3px;
    display: inline-block;
    background: rgb(209, 209, 209);
    margin:0 0 8px 0;
}
.carousel .carousel-caption h1 {
    /* text-transform: capitalize; */
    -webkit-text-stroke-width:0.05px;
    -webkit-text-stroke-color:rgba(32, 32, 32, 0.795);
    color: rgb(253, 190, 51);
    font-size: 45px;
    word-spacing: 0.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    /* filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5)); */
}

.carousel .carousel-caption h3 {
    /* text-transform: capitalize; */
    letter-spacing: 1.5px;
    font-weight: 400;
    display: inline-block;
    width: unset;
    font-size: 1.2rem;
    color:white;
    line-height: 1.3;
    /* filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5)); */
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}

.shaow_modal {
    display: block !important;
}

.table_box {
    width: 100%;
    background-color: #009688;
    height: 500px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10500000000000000 !important;
    display: none;
    overflow: hidden;
    outline: 0;
}

.img_fluid {
    width: 100%;
    height: 100%;
}

.img_fluid img {
    width: 100%;
    height: 100%;
}
.att input{
height:40px;
}
.section-opacity {
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.footer p {
    color: white;
}

.text_color {
    color: #FDBE33;
}

.top-bar-text p {
    color: white;
}
.vacci_btn:hover{
    color:#fdbe33 !important;
}
@media (max-width: 767.98px) {
    /* .chat-widget{
        display: none !important;
    } */
    #hire .top-bar-text h3 {
        font-size: 15px !important;
        color: white !important;
    }
    
    #hire .top-bar-text p {
        color: white !important;
        margin-bottom: 0;
        font-size: x-small !important;
        text-align: left !important;
    }
    #hire .top-bar-item {
        display: flex;
        align-items: center;
    }
    #hire .top-bar-icon {
        padding: 5px 10px 5px 0px;
        font-size: 40px;
    }
    .new {
        padding: 120px 0px 80px 0px;
        position: relative;
        height: 100%;
        background: url(../img/vaccine-house/images/wp2564838Copy.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #nav {
        box-shadow: unset !important;
    }
    .booking_button {
        padding: 15px 70px !important;
    }
    .menu2 {
        position: absolute;
        z-index: 99999999999999999999999999999999999999999999 !important;
        right: 30px;
        top: 20px !important;
        font-size: 20px;
    }
    #nav {
        padding: 40px 5px 40px 20px !important;
    }
    .faqs2 {
        margin-top: 50px;
    }
    .imgae_div_pregnent {
        width: 100%;
        height: 320px !important;
        border: 2px solid #FDBE33;
        margin-bottom: 30px;
    }
    .Pregnant {
        padding: 120px 0px 80px 0px;
        height: 100%;
        background: url(../img/vaccine-house/covid-19-vaccines.jpg);
        background-position: 42%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .new_modal_inside {
        padding: 5px;
    }
    .clode_button {
        position: fixed;
        top: 15px;
        right: 160px;
        font-size: 32px !important;
        color: white !important;
    }
    .home_vaccination2 h1 {
        color: #030f27;
        font-size: 22px;
        letter-spacing: 1.5px;
        font-weight: 800;
        line-height: 1.7;
    }
    .home_vaccination h1 {
        color: #030f27;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.7;
        margin-top: -10px;
    }
    .im_mobile {
        padding: 12.5px 0px !important;
    }
    .im_mobile3 {
        padding: 22px 0px !important;
    }
    .fact {
        position: relative;
        width: 100%;
        padding: 45px 0px 0px 0px !important;
    }
    .justify_adj {
        display: flex;
        justify-content: space-between;
        padding: 0 0 !important;
    }
    .van_text h1 {
        margin-top: 20px;
        font-size: 22px;
        /* width: 200px; */
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #db0408;
        line-height: 1.3;
    }
    .att span{
        top:65px !important;
    }
    .adult_sec .leg_end.newad{
        font-size:9px !important;
    }
    .van_text2 h1 {
        font-size: 25px;
        /* width: 200px; */
        font-weight: 800;
        letter-spacing: 1.5px;
        color: #030f27;
        /* line-height: 1.3; */
    }
    .accordion-item-header {
        padding: 0.5rem 3rem 0.5rem 3rem;
        min-height: 3.5rem;
        line-height: 1.25rem;
        font-weight: bold;
        font-size: small;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
    }
   
    .accordion-item-body-content {
        padding: 1rem 0 1rem 1rem;
        font-size: small;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    }
    .onlysm {
        margin-top: 50px;
    }
   
    .van_bottom_button {
        /* position: absolute;
        bottom: -200px;
        left: 15px; */
        /* z-index: 15; */
        padding: 15px 45px !important;
    }
    .counters .col-6 {
        display: block !important;
    }
    .fact .fact-icon {
        position: relative;
        margin: 0 auto !important;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .van_bottom_button_pregenent {
        position: absolute;
        bottom: -80px;
        left: 6px;
        z-index: 15;
        padding: 15px 59px !important;
    }
    .van_bottom_button2 {
        position: absolute;
        bottom: -180px;
        left: 15px;
        z-index: 15;
        padding: 15px 59px !important;
    }
    .bottom_color {
        position: absolute;
        bottom: -100px;
        left: 0px;
        height: 200px;
        width: 100%;
        background-color: #030f27;
        z-index: 5;
    }
    .bottom_color2 {
        position: absolute;
        bottom: -150px;
        left: 0px;
        height: 250px;
        width: 100%;
        background-color: #030f27;
        z-index: 5;
    }
    .s_img {
        bottom: -100px !important;
    }
    .s_img2 {
        bottom: -590px !important;
    }
    .van_section .image_div {
        height: 220px;
        /* position: absolute;
        bottom: -100px;
        left: 0px; */
        z-index: 15;
        /* border: 2px solid #fdbe33; */
    }
    /* .new,
    .senior,
    .Pregnant,
    .athome {
        margin-top: 150px;
    } */
    .preg{
        padding-top: 10px !important;
    }
    .preg2{
        padding-top: 40px !important;
    }
    [class^="actions_svg"] {
     fill: #001430;
        stroke: currentColor;
        border-radius: 100%;
        overflow: hidden;
        pointer-events: none;
        transition: transform 0.5s ease-out;
    }
    .senior {
        padding: 0px 0px 50px 0px;
        /* height: 100%;
        background: url(../img/vaccine-house/1140-provider-patient-vaccine.imgcache.rev.web.900.518.jpg);
        background-position: right;
        background-position-y: -90px;
        background-repeat: no-repeat;
        background-size: cover; */
    }
    .van_section .image_div_home {
        height: 320px;
        /* position: absolute;
        bottom: -100px;
        left: 0px; */
        /* z-index: 15;
        border: 2px solid #fdbe33; */
    }
    .van_section2 .image_div2 {
        height: 220px;
        position: absolute;
        bottom: -520px;
        left: 0px;
        z-index: 15;
        border: 2px solid #fdbe33;
    }
    /* .van_section {
        padding: 10px 0px 80px 0px;
    } */
    .van_section2 {
        padding: 10px 0px 80px 0px;
    }
    .video {
        padding: 50px 0px !important;
    }
    .watermark .watermark_text {
        font-size: 10px !important;
        width: 65px;
    }
    .watermark .watermark_text_small {
        font-size: 10px !important;
        width: 65px;
    }
    .ver_divider2 {
        position: relative;
        margin-left: 15px;
    }
    .ver_divider2::before {
        content: '';
        position: absolute;
        bottom: 6px;
        background-color: #cad0e0;
        height: 1px;
        width: 190px;
        border-radius: 50%;
        left: -100px;
    }
    .floatingButton {
        position: absolute;
        border-radius: 50% 50%;
        bottom: -30px;
        right: -38px;
    }
    .floatingMenu {
        position: absolute;
        bottom: 20px;
        right: -25px;
        /* width: 200px; */
        display: none;
    }
    .hidden-sm {
        display: none;
    }
    .hori-selector2 {
        /* width: 350px; */
        display: flex;
        position: absolute;
        padding: 10px;
        bottom: 88px;
        right: 20px;
    }
    .field_set {
        position: relative;
        border-radius: 8px;
        padding: 15px 20px;
        border: 2px solid #fff;
    }
    .extra_cost {
        font-size: 15px;
        font-weight: 600;
        color: #030f27;
        margin-bottom: 30px !important;
    }
    .hori-selector3 {
        /* width: 350px; */
        display: flex;
        position: absolute;
        /* padding: 10px; */
        justify-content: center;
        bottom: -59px;
    }
    .adult_sec .leg_end {
        color: #ffffff;
        /* text-transform: lowercase; */
        font-size: 10px !important;
    }
    .hori-selector4 {
        /* width: 350px; */
        display: flex;
        position: absolute;
        padding: 10px;
        bottom: 70px;
        right: 19px;
    }
    .field_set_button {
        font-size: 13px;
        padding: 6px 10px;
        font-weight: 600;
        border-bottom-left-radius: 15px !important;
    }
    .field_set_button2 {
        margin-left: 5px;
        color: #fdbe33;
        font-size: 13px;
        line-height: 1.3;
        padding: 6px 10px;
        font-weight: 600;
        letter-spacing: 1.2px;
        display: inline-flex;
        align-items: center;
        background-color: #030f27;
        border-bottom-right-radius: 15px !important;
        box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    }
    fieldset {
        min-width: 0;
        padding: 10px !important;
        margin: 0;
        border: 0;
        width:100%;
    }
    .leg_end {
        font-size: 0.72rem;
        padding: 0;
    }
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 24px;
        font-weight: 500;
    }
    .carousel .carousel-caption h3 {
        margin-top: 10px;
        font-size: 13px;
        font-weight: 500;
    }
    .carousel .carousel-caption p {
        font-size: 16px;
    }
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/


/******* Page Header CSS *******/


/*******************************/

.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: #fdbe33;
}

.page-header h2 {
    position: relative;
    color: #030f27;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #030f27;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #030f27;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }
    .page-header h2 {
        font-size: 45px;
    }
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }
    .page-header h2 {
        font-size: 35px;
    }
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/


/******* Section Header ********/

.section-header3 {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header3 p {
    color: #fdbe33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header3 h2 {
    color: #fff;
    padding: 30px 0px 10px 0px;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}


/*******************************/

.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: #fdbe33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
#Appointment h6 {
    font-size: 16px;
    line-height:1.5;
}
.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    padding:15px 0px;
}

.section-header2 {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header2 p {
    color: #fdbe33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

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


.section-header2 h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
    color: #030f27;
}

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


/*******************************/


/********* Feature CSS *********/


/*******************************/

.feature {
    position: relative;
    /* margin-bottom: 45px; */
}

.feature .col-md-12 {
    background: #030f27;
}

.feature .col-md-12:nth-child(2n) {
    color: #fff !important;
    /* background: #030f27; */
}

.feature .feature-item {
    min-height: 250px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon2 {
    position: relative;
    width: 250px !important;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-divider {
    position: relative;
    /* margin-top: 30px; */
    height: 1px;
}

.div-divider:before {
    content: "";
    position: absolute;
    top: 125px;
    left: -120px;
    /* right: 5%; */
    width: 50%;
    transform: rotate(90deg);
    height: 0.5px;
    background-image: linear-gradient(to right, transparent, rgb(253, 190, 51), transparent);
}

.feature-icon img {
    width: 100%;
    height: 100%;
}

.navy_shadow img {
    filter: drop-shadow(-3px -3px 2px rgba(1, 11, 66, 0.678)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}


/* .feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    top: -20px;
    left: -15px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
} */


/* 
.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #030f27;
    border-radius: 60px;
    z-index: 2;
} */

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #030f27;
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
   color:#fff;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}
.nkfgfhgfh{
    color:#f2b530 !important;
}
.feature .feature-text {
    padding-left: 10px;
}

.feature .feature-text h3 {
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 1.5px;
}

.feature .feature-text p {
    margin: 0;
    color: #fdbe33;
    font-size: 15.3px;
    font-weight: 400;
    line-height: 1.4;
    word-spacing: 0.3px;
    /* text-align: left !important; */
}


/* .feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
} */


/*******************************/


/********** About CSS **********/


/*******************************/

.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 14px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #030f27;
    border-radius: 0;
    background: #fdbe33;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #fdbe33;
    background: #030f27;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/************** faq *****************/


/* accordian  3 */

.Disease_sec .accordion {
    width: 100%;
    margin: 10px 0px !important;
}

.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header::before {
    content: "\f059";
    font-size: 2rem;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: lighter;
    color: green;
    font-size: medium;
    left: 1rem;
}

.accordion-item-body {
    position: relative;
    padding: 0 3rem 0 3rem;
}

.accordion-item-body::before {
    content: "Ans:";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: lighter;
    color: green;
    font-size: medium;
    left: 1rem;
    top: 1rem;
}
.jarallax{
    margin-top:50px;
}
.btn-outline-success {
    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    border: 1.3px solid #081F3E !important;
    background-color: #081F3E !important;
    color: #fff !important;
}
.btn-outline-success:hover {
    border: 1.3px solid orangered;
    background-color: orangered;
    color: #fff;
}
.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 3rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) linear 0.5s;
}

.contact .alert_message {
    visibility: hidden;
}

#appointdate {
    cursor: pointer;
}

.alert_box_main:hover .alert_message {
    visibility: visible !important;
}

.alert_box_main:hover #appointdate {
    border: 1px solid #FDBE33;
}

.accordion-item-header::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 14px !important;
    position: absolute;
    right: 1rem;
}

.about_card .card {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 42 106 / 10%) 0px 0px 30px 0px;
    padding: 10px;
    border-radius: 8px !important;
    min-height: 250px;
    /* max-height: 250px; */
    margin: 15px 0;
}

.more {
    color: green;
    font-weight: 600;
}

.more:hover {
    color: dodgerblue !important;
    font-weight: 600;
}

.about_card .card img {
    max-height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.about_card .card .card-body p {
    font-size: 14px !important;
    line-height: 1.5;
}

.accordion-item-header.active::after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-size: 14px !important;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}


/********** Fact CSS ***********/


/*******************************/

.fact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #fdbe33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #fdbe33;
    background: #030f27;
}

.fact .fact-right {
    color: #030f27;
    background: #fdbe33;
}

.fact .fact-left h2 {
    color: #fdbe33;
}


/*******************************/


/********* Service CSS *********/


/*******************************/

.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
    max-height: 220px;
    min-height: 220px;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    text-align: center;
    margin: 0;
    color: #ffffff;
}

#hire label {
    color: white;
    font-size: 12px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-weight: 600;
}

.nice-select-new {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    /* clear: both; */
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* white-space: nowrap; */
    width: 100% !important;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.appointment-here-form label {
    font-weight: 600;
    font-size: 15px;
}


/* .form-control {
    height: 50px;
    color: #001430;
    border: 1px solid #e8e8e8;
    background-color: #f2f9fc !important;
    border-radius: 4px;
    font-size: 14px !important;
    padding: 10px 20px;
    width: 100%;
} */

.appointment-here-form .nice-select {
    background-color: #f2f9fc !important;
    display: block;
    width: 100%;
    height: calc(3.05rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.appointment-here-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 50px;
    max-width: 750px;
    position: relative;
    z-index: 1;
}


/* 
.appointment-here-form .form-group .form-control {
    padding: 10px 50px;
} */

.appointment-here-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    height: 42px;
    color: #001430;
    border: 1px solid #e8e8e8;
    background-color: #f2f9fc;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 20px;
    width: 100%;
}

.appointment-here-form .form-group i {
    position: absolute;
    top: 17px;
    left: 20px;
    line-height: 1;
    font-size: 18px;
    color: #05e8c2;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    /* width: 60px;
    height: 60px; */
    padding: 6px 17px 10px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}


/*******************************/


/********** Video CSS **********/


/*******************************/

.contact {
    position: relative;
}

input:hover {
    border: 1px solid #FDBE33;
    cursor: pointer;
}

.cont_row_center {
    display: block;
    align-items: center;
}

.cont_row_center .footer-contact i {
    color: #030F27 !important;
    padding: 3px 10px 0 0;
}

.cont_row_center .footer-contact p::before {
    padding-left: 15px;
}
.cont{
    border-left:1px solid rgb(236, 236, 236);
}
.cont_row .map {
    background: #FDBE33;
    padding: 6px 20px;
    border-radius: 4px;
    color: #030F27;
    font-size: 1.3rem;
}

textarea:hover {
    border: 1px solid #FDBE33;
    cursor: pointer;
}

.alert_message {
    position: absolute;
    top: 0;
    right: -76%;
    background: #FDBE33;
    border-radius: 8px;
    padding: 10px;
    width: 236px;
    z-index: 999;
    box-shadow: rgb(214 215 216 / 60%) 0px 0px 30px;
    transition: ease all 0.5s;
}
.d-fle_x{
    display: block;
}
.tringle-right {
    position: absolute;
    top: 40px;
    left: -15px;
    width: 0;
    height: 0;
    transform: rotate(270deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FDBE33;
}

.Assured h4 {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 2;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.Assured .h44 {
    position: relative;
    padding: 10px 0px;
}

.Assured .h44::after {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(95, 95, 95), transparent);
}

.Assured h4::before {}

.Assured_middle {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.video {
    position: relative;
    padding: 50px 0px;
    margin: 45px 0 0 0;
    /* height: 100%; */
    min-height: 500px;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/vaccine-house/vaccine-injection_103324-387.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.klrgkhkltwtg .card h5{
    color:#db0408;
    font-weight: 600;
}
.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    transition: all 200ms;
}

.vaccinated i {
    position: absolute;
    left: 0;
    top: 5px;
    /* font-size: 20px; */
    color: #ed502e;
    line-height: 1;
}

.vaccinated p {
    padding-left: 28px;
    position: relative;
}

.video .btn-play:hover:after {
    background-color: darken(#fdbe33, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #030f27;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}


/*******************************/


/*********** Team CSS **********/


/*******************************/

.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #030f27;
    transition: .5s;
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fdbe33;
    transition: .5s;
}

.team .team-text p {
    margin: 0;
    color: #ffffff;
}

.team .team-item:hover .team-text {
    background: #fdbe33;
}

.team .team-item:hover .team-text h2 {
    color: #030f27;
    letter-spacing: 1px;
}

.team .team-social {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.team .team-social a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
    background: #00acee;
    left: 50px;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    background: #3b5998;
    left: 50px;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    background: #0e76a8;
    left: 50px;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    background: #3f729b;
    left: 50px;
    transition: .3s .3s;
}


/*******************************/


/*********** FAQs CSS **********/


/*******************************/

.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #fdbe33;
}

.faqs #accordion-1 {
    padding-right: 15px;
}


/* .faqs #accordion-2 {
    padding-left: 15px;
} */

@media(max-width: 767.98px) {
    .feature .col-md-12:last-child .div-divider:before{
        top: -20px;
    }
    .div-divider:before {
        content: "";
        position: absolute;
        top: 0;
        left: 5%;
        right: 5%;
        width: 90%;
        transform: rotate( 0deg);
        height: 1.5px !important;
        background-image: linear-gradient(to right, transparent, rgb(253, 190, 51), transparent);
    }
   
    .faqs .row::after {
        display: none;
    }
    .feature-icon i {
        width: 235px;
    }
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    .faqs #accordion-2 {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .table_td_frist {
        color: #05224c !important;
        font-weight: 600 !important;
        font-size: 1.3em !important;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        /* font-size: .8em; */
        text-align: right;
    }
    .bg-blue {
        background-color: #05224c !important;
    }
    table td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        color: #fdbe33;
        text-transform: uppercase;
        /* width: 60%; */
    }
    table td:last-child {
        border-bottom: 0;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        /* text-align: right; */
    }
    table td span {
        text-align: center !important;
        padding-top: 30px;
    }
    .section-header h2 {
        font-size: 18px;
        font-weight: 800;
    }
    b {
        font-size: 14px;
        font-weight: 600;
    }
    p {
        font-size: 15.5px !important;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.9;
        text-align: justify;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 1.625em;
    }
    .feature .feature-text h3 {
        font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #db0408;
    line-height: 1.3;
    }
    .feature .feature-icon {
        width: 85px;
    }
    .feature .feature-icon::before {
        width: 80px;
        height: 80px;
    }
    .feature .feature-item {
        padding: 0px;
        min-height: 150px;
    }
    .feature .feature-text p {
        margin: 0;
        color: #141414;
        font-size: 13.3px;
        font-weight: 400;
        line-height: 1.7;
    }
    .fact .fact-right {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .fact .fact-left {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .fact .fact-text p {
        margin: 0;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .fact .fact-text h2 {
        font-size: 18px;
        font-weight: 700;
    }
    .about {
        padding: 0px;
    }
    .section-header p {
        color: #fdbe33;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
    }
    .service .service-text h3 {
        font-size: 13px;
    }
    .service .service-item a.btn {
        padding: 0px 25px;
        font-size: 20px;
    }
    .mox {
        margin-top: 15px;
    }
    .section-header3 h2 {
        font-size: 20px;
        letter-spacing: 1px;
    position: relative;
    
    font-weight: 600;
    }
    .only_mobile_hr {
        color: #fff;
    }
    .only_mobile_hr::after {
        content: "";
        position: absolute;
        top: 0;
        left: 5%;
        right: 5%;
        width: 90%;
        height: 1px;
        background-image: linear-gradient(to right, transparent, rgb(95, 95, 95), transparent);
    }
    .Assured h4 {
        font-size: 15px;
    }
    .section-header2 h2 {
        font-size: 18px;
    }
    .testimonial {
        position: relative;
        margin: 45px 0;
        padding: 100px 5px !important;
    }
    .footer .footer-link a {
        font-size: 16px;
    }
    .footer {
        padding-top: 100px !important;
    }
    .about .about-text a.btn {
        padding: 8px 12px;
        font-size: 13px;
    }
   
}

a:hover {
    text-decoration: none !important;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.705) !important;
    border-color: rgba(255, 255, 255, 0.534) !important;
}

.nav-sticky .for_mob {
    display: inline-block !important;
}

.nav-sticky .top-bar-text {
    display: none;
}

.for_mob {
    transition: all 0.5s;
    width: 140px;
    height: 40px;
    display: none;
}

.sticky-wrapper header .main_menu .main_box_head .for_mob2 {
    transition: all 0.5s;
    width: 140px;
    height: 40px;
    display: none;
}
.header_area .main_menu .main_box_head.sticky{
    position: fixed;
    top:66px;
    background-color: #fff;
    box-shadow: none !important;
    /* padding:0 40px; */
    /* box-shadow: -10px -5px 40px 0 rgb(0 0 0 / 10%); */
    border-bottom: 1px solid #eee;
   
}
.adad{
    display: inline-block;
    z-index: 989999 !important;
}
.van_text h1.vhsdfwgvf::after{
    display: none !important;
}
.d_set .adad img{
  
    position: absolute;
    top:8px;
    left:20px;
    width:320px; /*width:160px;*/ 
    height:70px;
}
.fourcard .card{
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 42 106 / 10%) 0px 0px 30px 0px;
    padding: 10px;
    border-radius: 4px !important;
    border:1px solid rgb(238, 237, 237);
}

.d_set{
    display: none !important;
}
.stickrow{
    padding-top:10px;
    background-color: #fff;
}
.stickrow p{
  text-align: right;
    color: #001430 !important;
}
.vacci_btn{
    background: #f2b530 !important;
   
    color:#030f27 !important;
    animation: 1500ms ease-out 0s infinite normal none running light;
}
@-webkit-keyframes light {
    0% {
        box-shadow: 0 0 0px 4px rgb(254 126 23 / 35%);
    }
    75% {
        box-shadow: 0 0 0px 2px rgb(254 126 23 / 35%);
    }
    100% {
        box-shadow: 0 0 0px 4px rgb(254 126 23 / 35%);
    }
}
.back_button{
    position: fixed;
    top:33%;
    left:15px;
    padding:3px 10px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 40px;
    background: #f2b530;
    box-shadow: 0 0 0px 4px rgb(254 126 23 / 35%);
    border: none;
}
.back_button i {
    margin-right: 6px;
    color: #030f27;
    font-size: 13px;
    
}
.back_button:hover{
    box-shadow: 0 0 0px 5px rgb(254 126 23 / 35%);
}
.fourcard p{
    font-size: 16px !important;
}
.vacci_btn:hover{
    color:#030f27 !important;
}
.header_area .main_menu .main_box_head.sticky li a{
    padding:0px 15px !important;
    color:#040755 !important;
}
.header_area .main_menu .main_box_head.sticky ul{
    /* border-top: 1px solid #eee; */
    /* background-color: #eee; */
    border-radius: 12px 12px 0px 0px;
}
.header_area .main_menu .main_box_head.sticky ul.hide_btn{
    display: none !important;
}
.header_area .main_menu .main_box_head.sticky .justify_adj{
    /* display: flex; */
    justify-content: right !important;
    width:100%;
    padding:0 !important;
}
.set_vibe{
    display: none;
}
.top-bar-text span{
    color:#030f27;
   
}
.jhdfhkyiert{
    display: flex;
    justify-content: center;
    width:100%;
}
.jhdfhkyiert i{
    font-size:17px;
}
.jhdfhkyiert b{
    color:#db0408;
font-size: 18px !important;
}
.sticky .top-bar-text p{
    font-size: 15px;
    letter-spacing: 0.5px;
}
.adada{
    font-weight: 600;
    padding-left:20px;
}
.van_text3 h1 {
    font-size: 26px;
    /* font-weight: 800; */
    letter-spacing: 1.5px;
    color: #030f27;
    line-height: 1;
}
.zdwheg ul li::marker{
    color:#d73438;
}
.zdwheg ul li{
    text-align: justify;
    line-height: 2;
    color:#000 !important;
    font-size: 15.8px;
}
.top-bar-text p{
    font-size: 14px;
}
/* .top-bar-text i{
    margin-left:30px;
} */
.header_area .main_menu .main_box_head.sticky .justify_adj .set_vibe{
    display: block !important;
    visibility: hidden  !important;
    }
.main_box_head.sticky .d_set .newemial{
text-align: left !important;
}
.justify_adj{
    display: flex;
    justify-content: space-between;
    padding:0 50px;
}
.header_area .main_menu .main_box_head .nav_it .vacci_btn2{
    display: none;
}
.header_area .main_menu .main_box_head.sticky .nav_it .vacci_btn2{
    border-right:1px solid #d73438;
    display: block !important;
}
.header_area .main_menu .main_box_head.sticky .nav_it a{
    border-left:1px solid #d73438;
    display: block !important;
}
.sticky2 #navbarSupportedContent>ul>li>a {
    font-weight: bold;
    /* border-left:2px solid #d73438; */
    display: flex !important;
    justify-content: center;
    padding:5px;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, 0.3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
.tringle-up {
    position: absolute;
    top: -6px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.for_mob2 img {
    width: 100%;
    height: 100%;
}

.is-sticky .header_area .main_menu .main_box_head .for_mob2 {
    display: block !important;
}

.nav-bar.nav-sticky .for_mob2 {
    transition: all 0.5s;
    width: 140px;
    height: 40px;
    display: block !important;
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}
.main_box{
    padding: 10px;
}
.main_box .div_1 {
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 14px;
    width: 33%;
    padding: 15px;
    background-color: #040755;
    text-align: center;
}

.main_box_2 {
    border-bottom: 1px solid rgba(128, 128, 128, 0.219);
    /* padding: 0px 15px; */
}
.adqdfwfwrf{
    border:1px solid #717171;
}
.div_frist {
    /* padding:10px; */
    border:1px solid #717171;
    display: flex;
    align-items: center;
    width: 25%;
    text-align: center;
    justify-content: center;
}
.homeimage{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.homeimage img{
  width:100px;
  height:100px;
  position: absolute;
  /* opacity: 0.3; */
  border: 10px solid #fff;
  border-radius: 0 0 0 4px;
  right:5px;
  top:10px;
  /* text-align: center; */
}
.div_fristsdaf {
    display: flex;
    align-items: center;
    width: 25%;
    text-align: center;
    justify-content: center;
}
.we2tweqrr{
    font-size: 1.2rem;
}
.main_box .div_2 {
    /* color: #fff; */
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 13px;
    width: 55%;
    /* padding: 10px 0; */
    /* background-color: greenyellow; */
    text-align: center;
}

.main_box .div_3 {
    /* color: #fff; */
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 13px;
    width: 20%;
    /* padding: 10px 0; */
    /* background-color: greenyellow; */
    text-align: center;
}

.faqs .card-header a {
    display: block;
    padding: 6px 25px;
    width: 100%;
    color: #121518;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
    border-radius: 6px;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #fdbe33;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #fdbe33;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #030f27;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}


/*******************************/


/******* Testimonial CSS *******/


/*******************************/

.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/vaccine-house/slider/pexels-rfstudio-3825529.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials {
    position: relative;
    margin: 45px 0;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9));
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* .testimonial .container {
    max-width: 760px;
} */

.about-page .testimonial {
    padding-bottom: 90px;
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 50px;
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 50px;
    top: 0;
    left: calc(50% - 30px);
    background: url(../img/quote.png) top center no-repeat;
}

.testimonial .testimonial-slider h3 {
    color: #fdbe33;
    font-size: 22px;
    font-weight: 700;
}

.testimonial .testimonial-slider h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}


/*******************************/


/*********** Blog CSS **********/


/*******************************/

.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-title {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
}

.blog .blog-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #f3f6ff;
}

.blog .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fdbe33;
}

.blog .blog-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

.blog .blog-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.blog .blog-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
}

.blog .blog-text p {
    margin: 0;
    font-size: 16px;
}

.blog .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fdbe33;
    background: #030f27;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/


/******* Single Post CSS *******/


/*******************************/

.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030f27;
    background: #fdbe33;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #030f27;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #fdbe33;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #030f27;
    background: #fdbe33;
}

.single .comment-form .btn:hover {
    color: #fdbe33;
    background: #030f27;
}


/**********************************/


/*********** Sidebar CSS **********/


/**********************************/

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

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fdbe33;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fdbe33;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #fdbe33;
    background: #030f27;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #030f27;
    background: #fdbe33;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fdbe33;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #fdbe33;
    background: #030f27;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/


/******** Portfolio CSS ********/


/*******************************/

.portfolio {
    position: relative;
    padding: 45px 0;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #030f27;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #fdbe33;
    border: none;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #030f27;
    color: #fdbe33;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #fdbe33;
    background: #030f27;
}

.portfolio .portfolio-warp {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    width: 100%;
    transition: .3s;
}

.portfolio .portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio .portfolio-overlay p {
    margin: 0;
    color: #ffffff;
}

.portfolio .portfolio-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #ffffff;
    border-radius: 0;
    transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
    color: #ffffff;
    background: #fdbe33;
}


/*******************************/


/********* Contact CSS *********/


/*******************************/

.contact {
    position: relative;
    width: 100%;
    padding: 0 0;
}

/* .contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background: #030f27;
}

.contact .col-md-6:last-child {
    background: #fdbe33;
} */

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #fdbe33;
    font-size: 40px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: #fdbe33;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fdbe33;
    background: #030f27;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #030f27;
    background: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/


/********* Footer CSS **********/


/*******************************/

.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #030f27;
    color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    /* color: #d43236; */
    color: #fdbe33;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #fdbe33;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

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

.footer .footer-link a:hover {
    color: #fdbe33;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #fdbe33;
    border-color: #fdbe33;
}

.footer .footer-social a:hover i {
    color: #030f27;
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fdbe33;
    background: #121518;
    border-radius: 0;
    border: 2px solid #fdbe33;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: #fdbe33;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #fdbe33;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #fdbe33;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}
.sfdsfdfdfdfd{
    display: none !important;
}
.sqeyw2tgwed3y{
    display: block !important;
}
.for_desktop_only{
    display: block;
}
.for_mobile_only{
    display: none;
}
@media (min-width: 768.5px){

    .main_box_head.sticky .d_set{
        display: flex !important;
        justify-content: center;
    }
    .lyfelelgt{
        display: none;
    }
    .diseasesss li a.active.show::before {
        position: relative;
        content: "\f0a4";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }
}
.ewewwewewe{
    padding:100px 50px 0px 50px !important;
}
@media (max-width: 768px) {
    .sidebar-wrapper.newcorp{
        top: 270px !important;
    }
    #show-sidebar-corp{
        right:-7px !important;
        top:300px !important;
    }
    .tab-content .jkfjdjfjfdnfd:first-child {
        padding-top: 0px !important;
    }
    .mifguf{
        padding-top:10px !important;
     }
    .google_location{
        margin-top: 10px;
    }
    .adad {
        display: unset !important;
        z-index: 989999 !important;
    }
    #appointdate::after{
        position: relative;
        right: -11.5px !important;
        content: "\f073";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size:13px;
        float: right;
        background-color: white;
        z-index: 16 !important;
        padding:6px 8px;
    }
    .d-fle_x{
        display: block !important;
    }
    .ewewwewewe{
        padding:100px 0px 0px 0px !important;
    }
    .print_head .hggfg {
        display: none !important;
    }
    .sticky #navbarSupportedContent>ul>li.active>a{
        box-shadow: none !important;
    }
    .feature-icon2 img {
        width: 100%;
        height: 100%;
        filter:invert(100%);
    }
    .feature .col-md-12 {
        background: #fff !important;
    }
    .feature .feature-icon [class^="flaticon-"]::before {
        position: relative;
        margin: 0;
        color: rgb(14, 14, 14);
        font-size: 60px;
        line-height: 60px;
        z-index: 3;
    }
    .privacy_policy_section {
        margin-top:90px;
    }
    .privacy_policy_section h2{
        font-size: 20px;
    }
    .privacy_policy_section  p{
        font-size: 15px !important;
    }
    .cont_row_center .footer-contact i {
       
        line-height: 1.5;
    }
    .accordion-item-body::before {
        content: "Ans:";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-weight: lighter;
        color: green;
        font-size: medium;
        left: 0.2rem;
        top: 1rem;
    }
    .accordion-item-body {
        position: relative;
        padding: 0 0.3rem 0 1rem !important;
    }
    .Disease_sec .col-md-10{
        overflow-x: hidden !important;
    }
    .hgrjfej{
        display: flex !important;
        position: relative;
    }
    .hgrjfej .col-md-2{
        padding-right:5px !important;
        width:38% !important;
        /* position: fixed;
        z-index: 999999999; */
    }
    .hgrjfej .col-md-10{
        padding-left:0px !important;
        width:58% !important;
        /* margin-left:38% !important; */
        overflow-y: scroll !important;
        width:100%;
        height:90vh !important;
    }
    .tab-pane.active h2{
        font-size: 18px;
        line-height: 1.7;
    }
    .tab-pane.active h3{
        font-size: 18px;
        line-height: 1.7;
    }
    .accordion-item-header {
       padding:3px 5px 3px 15px !important;
        line-height: 1.25rem;
        font-weight: 500;
        min-height: 2.5rem;
        font-size: small;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
    }
    .accordion-item-header::after {
        
        font-weight: 600;
        
    }
    .accordion-item-header.active{
        padding-top:10px !important;
    }
    .accordion-item-header::before {
        display: none !important;
        content: "\f059";
        font-size: 2rem;
        font-family: "Font Awesome 5 Free";
        /* position: absolute; */
        font-weight: lighter;
        color: green;
        font-size: small;
        /* left: 0.3rem; */
    }
    .tab-content .tab-pane{
        padding:5px 2px !important;
    }
    .tab-pane.active.show .img_fluid{
        width:100%;
        height:170px !important;
        margin-bottom: 15px;
    }
    .tab-pane.active.show .row.py-3{
        padding-top:0px !important;
    }
    .tab-pane.active .row.py-3{
        padding-top:0px !important;
    }
    .tab-pane.active.show .row.py-3 .col-md-6.pt-2{
        padding-top:0px !important;
    }
    .tab-pane.active .row.py-3 .col-md-6.pt-2{
        padding-top:0px !important;
    }
    .Disease_sec p{
        letter-spacing: 0.5px !important;
    }
    .diseasesss li a.active.show{
        background-image: linear-gradient(to right,#eafaf7, #eafaf7);
       border:none !important;
    }
    .Disease_sec{
        background-color: #eafaf7;
    }
    .carousel-caption.adult_sec .field_set{
        margin-top: 30px;
    }
    .hdjfjfgkgkg{
        margin-bottom:0px !important;
    }
    .carousel .carousel-caption h3.text-warning.yeirtoyp{
        font-size: 1rem;
        margin: 0px !important;
    }
    .com_btn {
        margin: 5px 0px;
        width: 100%;
        font-size: 17px !important;
    }
    .new_com{
        margin-top: 30px;
        display: flex;
        justify-content: center;
        position: relative;
     }
    .vaccinated.van_section.pb-lg-0.mt-5.dgfg{
        margin-top:0px !important;
    }
    .footer .footer-menu .f-menu a {
        color: #ffffff;
        font-size: 15px;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }
    .lyfelelgt{
        /* border-top: 0.5px solid rgb(209, 209, 209); */
        margin-bottom: 20px;
        padding:20px;
    }
    .lyfelelgt a:last-child{
margin-left: 10px;
    }
    .footer .col-md-6.col-lg-4 .footer-contact .footer-social{
        display: none !important;
    }
    .footer .col-md-6:last-child .footer-link{
        margin-bottom: 20px;
    }
    .back_button{
        position: fixed;
        top: 15%;
        left:15px;
        padding:3px 10px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 6px;
        border-radius: 40px;
        background: #f2b530;
        box-shadow: 0 0 0px 4px rgb(254 126 23 / 35%);
        border: none;
    }
    .senior {
        padding: 40px 0px !important;   
    }
    .van_text h1::after {
        content: "";
        width: 30px;
      
    }
    .fourcard p{
        font-size: 20px !important;
    }
    .div-divider:before {
        content: "";
        position: absolute;
        top: 0;
        left: 5%;
        right: 5%;
        width: 90%;
        transform: rotate(0deg);
        height: 0.5px;
        background-image: linear-gradient(to right, transparent, rgb(253, 190, 51), transparent);
    }
    .header_area .main_menu .main_box_head.sticky .justify_adj .xfdfdfdgdsfdfd {
        display: none !important;
        /* visibility: hidden !important; */
    }
    .justify_adj .xfdfdfdgdsfdfd {
        display: none !important;
        /* visibility: hidden !important; */
    }
    #navbarSupportedContent ul li a {
        padding: 8px 10px !important;
    }
    .d_set .adad img{
       position: absolute;
        top: -5px;        /* top: -10px; */
        right: 0px  !important;
        left:unset !important;
        width: auto;  /* width: 160px; */
        float: right;
        height: 45px;   /* height: 70px; */
    }
    .stickrow{
        padding:0 !important;
    }
    .d_set{
        display: block !important;
    }
    .d_set .top-bar-item.col-md-11{
        display: none !important;
    }
    nav.sticky .container-fluid.d-block{
        padding:0 10px;
    }
    .header_area .main_menu .main_box_head.sticky .nav_it a {
        font-size: 15px;
    font-weight: 400;
    
    letter-spacing: 1.3px;
        border-left: 0px solid red !important;
        
        color: #fff !important;
    }
    .header_area .main_menu .main_box_head.sticky .nav_it .vacci_btn2 {
        /* border-right: 0px solid #d73438; */
        display: block !important;
    }
    #navbarSupportedContent {
        background-color: #030f27;
    }
    /* #navbarSupportedContent ul li a{
        color:#
    } */
    .header_area .main_menu .main_box_head.sticky {
        position: relative !important;
        top: 0px !important;
        background-color: #fff !important;
        box-shadow: none !important;
        padding:8px 10px;
        /* box-shadow: -10px -5px 40px 0 rgb(0 0 0 / 10%); */
        border-bottom: 1px solid #eee;
    }
    .header_area .main_menu .main_box_head.sticky .justify_adj{
        /* display: flex; */
        justify-content: left !important;
        width:100%;
        padding:0 !important;
    }
    .main_menu {
        box-shadow: -10px -5px 40px 0 rgb(0 0 0 / 10%);
        /* position: fixed;
        top:0;
        left:0; */
        padding:15px 10px;
        background-color: #fff;
        box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    }
    .header_area .navbar .navbar-toggler {
        border-color: #030f27 !important;
    }
    .header_area .navbar .navbar-toggler .icon-bar {
        color: #fff !important;
        background: #030f27 !important;
        display: block;
      
    }
    .header_area .main_menu .main_box_head {
        background-color: #fff !important;
        padding: 8px 20px;
        margin: 0px auto 0;
        width: 100%;
        top: 0px !important;
        z-index: 999;
        box-shadow: unset !important;
    }
    .fixed_top {
        background-color: #fff;
        width: 100%;
        display: none;
    }
    .header_area {
        position: fixed !important;
        width: 100%;
        z-index: 99999999;
       
    }
    .for_desktop_only{
        display: none !important;
    }
    .for_mobile_only{
        display: block !important;
    }
    /* .sqeyw2tgwed3y{
        display: none !important;
    } */
    .sfdsfdfdfdfd{
        display: block !important;
    }
    .col-lg-4.col-md-5.col-xs-12.cont_row.pt-lg-5 .cont_row_center{
        margin-top: 50px;
    }
    .cont_row .map{
        margin-bottom: 10px;
    }
    #Appointment h6{
        font-size: 13px;
    }
    .contact {
        position: relative;
        width: 100%;
        padding:0 !important;
    }
    .preg {
        padding: 40px 0px !important;
    }
    .head_va {
        display: none !important;
       
    }
    .van_text {
        padding-bottom: 0px !important;
    }
    .header_area .main_menu .main_box_head.sticky{
        border:none !important;
        /* background-color: #fff !important; */
       /* position: relative !important; */
    }
    /* .fixed_top{
        background-color: #fff;
        position: fixed;
        top:0;
        left:0;
        width:100%;
        z-index: 999999;
       
    } */
    /* .header_area .navbar .navbar-toggler {
        border-color: red;
        position: fixed;
        top: 30px !important;
    
        left: 20px;
    }
    .header_area .navbar .navbar-toggler .icon-bar{
        color:red !important;
        background-color: red !important;
    } */
   
    .Disease_sec .col-md-10 {
        /* height: 100% !important; */
        overflow-y: scroll;
        padding-right: 0;
    }
    .Disease_sec {
        width: 100%;
        height: 85vh !important;
        margin-top: 90px;
    }
    .nav-tabs li a {
        padding: 5px;
        margin-right: 0;
        border: 0;
        border-radius: 0;
        background-color: #030f27;
        width: 100% !important;
        display: block;
        color:rgb(241, 238, 238);
        font-size: 14px !important;
        text-align: left !important;
    }
    
    .carousel .carousel-caption {
        position: absolute;
        top: 0;
        left: 5% !important;
        right: 5% !important;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* height: calc(100vh - 170px); */
        min-height: 400px;
    }
    .alert_message {
        display: none !important;
        position: absolute;
        top: 41%;
        left: -28%;
        background: rgb(195, 247, 234);
        border-radius: 8px;
        padding: 10px;
        width: 236px;
    }
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}


.text-muted2 {
    color: red !important;
}

.text_muted2 {
    color: gray;
}

.adjslide{
    position: relative;
    top:100px;
   
}
@media (max-width: 576px) {
    .main_box .div_2 {
        width:54% !important;
    }
    /* .multiselect-container::-webkit-scrollbar{
        width:20px;
        background: #31344b;
        
        border: 0;
        margin: 15px 0;
        cursor: grabbing !important;
        padding:5px 2px !important;
    }
    ::-webkit-scrollbar-thumb{
           
            width:20px !important;
            height:70px !important;
            border: 1px solid #D1D9E6;
            border-radius: 3px;
            background: #1b263c;
            cursor: grabbing !important;
            outline: none;
            
            box-shadow: 0 0 0px 4px rgb(254 126 23 / 35%);
            
    }
    
  ::-webkit-scrollbar-track{
        background-color: #d7dde4;
        
        width:auto !important;
        
    }
    .multiselect-container {
        max-height: 250px !important;
         overflow-y: scroll !important;
         overflow-x:hidden;
        width: 100%;
       
       
    } */
    /* .btn-group.show{
        width:100% !important;
        height:300px !important;
        background-color: yellowgreen !important;
        padding:0 20px 0 0 !important;
        overflow-y: scroll !important;
    } */
    /* .multiselect-container button label{
        width: 100% !important;
        text-overflow: ellipsis !important;
    } */
    .chat-widget {
        position: fixed;
        right: 1rem !important;
        width: 50px;
        height: 50px;
        bottom: 2rem;
        z-index: 8000;
    }
    /* .nav-tabs{
        display: flex !important;
    } */
    .nav-tabs li a{
        margin-top: 3px !important;
        padding:5px !important;
        text-align: center !important;
        /* width:50% !important; */
        /* display: flex !important; */
        background-color: rgb(8, 66, 66) !important;
    }
    .AssuredfqdD{
        margin-top: 80px;
    }
    .van_text3 h1{
        font-size: 17px;
        line-height: 1.7;
    }
    .van_text2 h1{
        font-size: 17px;
    }
    .section-header {
        position: relative;
        width: 100%;
        margin-bottom: 5px;
    }
    .lghkhgkhghkgh{
        margin-top: 30px;
    }
    .lghkhgkhghkgh .leg_end{
        padding:0 10px;
    }
    .adult_sec .leg_end.jdfdgdkfdkdghfrj{
        font-size: 13px !important;
    }
    .dfdgdghhvbbf{
        font-size: 21px !important;
    }
    .zdwheg ul li {
        text-align: justify;
        line-height: 2;
        color: #000 !important;
        font-size: 14.5px;
    }
    .vaccinated {
        margin-top: 0px;
    }
    .contact .php-email-form {
        box-shadow: 0 0 30px rgb(214 215 216 / 60%);
        padding: 10px;
        background: #fff;
    }
    .feature .col-md-12 {
        padding:10px 5px 0px 10px;
        background: #ffffff;
    }
    .van_section{
        padding: 20px 0px 40px 0px;
    }
    .feature .feature-text p{
        font-size: 13.3px !important;
        text-align: left !important;
    }
    .carousel .carousel-caption h1 {
        /* text-transform: capitalize; */
        -webkit-text-stroke-width: unset !important;
        -webkit-text-stroke-color: unset !important;
        color: rgb(253, 190, 51);
        
        
    }
    .carousel{
        min-height:unset !important;
        height:unset !important;
        margin-top:80px;
    }
    .carousel .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .homeimage img {
        width: 80px;
        height: 80px;
   
    }
    .van_text h1::after {
       
        margin: 4px;
    }
    .van_text h1 {
        margin-top: 20px;
        font-size: 20px;
        /* width: 200
    px
    ; */
        font-weight: 700;
        letter-spacing: 1px;
        color: #db0408;
        line-height: 1.3;
    }
    
    .van_text .van_bottom_button{
        margin:0 auto;
        box-shadow: 0 0 0px 4px rgb(254 126 23 / 35%);
        width:100%;
        padding:2px 12px !important;
        border-radius: 50px;
    }
    .cont {
        /* margin-top: 30px; */
        border-top: 1px solid rgb(236, 236, 236);
        border-left:0px !important;
    }
    .sqeyw2tgwed3y{
        margin-bottom: 20px;
    }
    /* .sqeyw2tgwed3y{
        display: none !important;
    } */
    .onlysmnew {
        margin-top: 100px !important;
    }
    .sfdsfdfdfdfd{
        display: block !important;
    }
    .col-lg-4.col-md-5.col-xs-12.cont_row.pt-lg-5 .cont_row_center .footer-contact.pl-lg-3.pt-lg-4 .d-flex{
        display: flex;
        /* justify-content: center; */
        width: 100%;
        /* align-items: center; */
    }
    .col-lg-4.col-md-5.col-xs-12.cont_row.pt-lg-5 .cont_row_center{
        margin-top: 10px;
        /* text-align: center; */
    }
    .cont_row .map{
        margin-bottom: 10px;
    }
    #Appointment h6{
        font-size: 15px;
        margin-bottom: 0;
        line-height: 2;
    }

    .contact {
        position: relative;
        width: 100%;
        padding:0 !important;
    }
    .preg {
        padding: 40px 0px !important;
    }
    .head_va {
        display: none !important;
       
    }
    .van_text {
        padding-bottom: 0px !important;
    }
    /* .header_area .main_menu .main_box_head.sticky{
        border:none !important;
        background-color: #fff !important;
       position: relative !important;
      
    } */
    /* nav.sticky .navbar-toggler{
        position: fixed;
        bottom:20px;
        left:20px;
        border:orangered !important;
    } */
    /* nav.sticky .navbar-collapse.collapse.show{
        position: fixed;
        bottom:30px;
        left:20px;
    } */
    /* .fixed_top{
        background-color: #fff;
        position: fixed;
        top:0;
        left:0;
        width:100%;
        z-index: 999999;
       
    } */
    /* .header_area .navbar .navbar-toggler {
        border-color: red;
        position: fixed;
        top: 30px !important;
    
        left: 20px;
    }
    .header_area .navbar .navbar-toggler .icon-bar{
        color:red !important;
        background-color: red !important;
    } */
    /* .header_area .main_menu .main_box_head.sticky .nav_it {
     display: none !important;
    } */
    .Disease_sec .col-md-10 {
        /* height: 100% !important; */
        overflow-y: scroll;
        padding-right: 0;
    }
    /* .Disease_sec {
        width: 100%;
        height: 100% !important;
    } */
    .carousel .carousel-caption {
        position: absolute;
        top: -30px;
        left: 5% !important;
        right: 5% !important;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: unset !important;
        min-height: unset !important;
        
    }
    .alert_message {
        display: none !important;
        position: absolute;
        top: 41%;
        left: -28%;
        background: rgb(195, 247, 234);
        border-radius: 8px;
        padding: 10px;
        width: 236px;
    }
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }

}




.imgae_div_pregnent {
    width: 100%;
    height: 500px;
    border: 2px solid #FDBE33;
}

.imgae_div_pregnent img {
    width: 100%;
    height: 100%;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    new  SCHEDULE VACCINATION   start  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.badge {
    background-color: #777;
}

.tabs-left {
    margin-top: 3rem;
}

.nav-tabs {
    display: block;
    float: left;
    border-bottom: 0;
    width: 100%;
}

.nav-tabs li {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
}


/* .tab-pane {
    height: 500px !important;
} */

.tab-content .card img {
    width: 100%;
}

.nav-tabs li a {
    padding: 10px;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    background-color: #030f27;
    width: 100%;
    display: block;
    color:rgb(241, 238, 238);
}

.Disease_sec {
    width: 100%;
    height: 107vh;
}

.Disease_sec .col-md-10 {
    height: 114vh;
    overflow-y: scroll;
    padding-right: 0;
}

.nav-tabs li a:hover {
    background-color: #444;
}

.nav-tabs .glyphicon {
    color: #fff;
}

.nav-tabs .active .glyphicon {
    color: #333;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
}

.active.show {
    background-color: rgb(234, 250, 247);
    color: #030f27;
}

.Disease_sec .accordion-item-body-content {
    text-align: justify;
}

.tab-content {
    /* margin-left: 45px; */
    width: 100%;
}

.tab-content .tab-pane {
    display: none;
    background-color: rgb(234, 250, 247);
    padding: 0 1.6rem;
    overflow-y: auto;
}

.text_color {
    color: #d73438;
}
.jkfjdjfjfdnfd h2{
    color: #d73438;
    font-weight: 600;
}
.tab-content .active {
    display: block;
}

.list-group {
    width: 100%;
}

.list-group .list-group-item {
    height: 50px;
}

.list-group .list-group-item h4,
.list-group .list-group-item span {
    line-height: 11px;
}


/*  OVERLAY
========================================== */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #603e82;
    opacity: 0;
    visibility: hidden;
}

.overlay.show {
    opacity: 0.8;
    visibility: visible;
}

.vaccination_sc_box {
    display: flex;
}

.baby_chart .truncate {
    text-align: justify !important;
}


/* svg tabs */


/* svg tabs // */

/* side popup */

#darkBack {
    width: 100%;
    height: 100vh;
    background: rgba(76, 56, 75, .15);
}
/* #popUp {
    position: fixed;
    max-width: 350px;
    height: 365px;
    background: rgba(236, 240, 241, 1);
    border: 7px solid #fff;
    bottom: 0;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 99999999999999;
} */
.dffdfdfd{
    min-width:100px;
    width:102px;
    display: inline-flex;
}
.dffdfdfdsds{
    letter-spacing: 1.5px;
}
#popUp {
    position: relative;
    /* position: fixed;
    max-width: 350px;
    height: 365px; */
    /* background: rgba(236, 240, 241, 1); */
    background-color: #ffffff;
    border: 7px solid #fff;
    bottom: 0;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /* z-index: 99999999999999; */
}
.com_btn{
    display: block;
    position: relative;
    z-index: 30;
    font-size: 16px !important;
    line-height: 1.7;
}
.new_com{
   display: flex;
   justify-content: center;
    position: relative;
   
}
.calling-button {
    transform: translateX(-50%) translateY(-0%);
    box-sizing: content-box;
    display: block;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 8px;
    display: inline-block;
    z-index: 23;
}
.carousel .carousel-caption h3.text-warning{
    font-size: 1.4rem;
}
.calling-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #fc8123;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.calling-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #fc8123;
    border-radius: 50%;
    transition: all 200ms;
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.new_com:before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #fc8123;
    border-radius: 8px;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.calling-button:after {
    content: "";
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #fc8123;
    border-radius: 8px;
    transition: all 200ms;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 133, 52, 0.774);
    }
    75%,
    100% {
        box-shadow: 0 0 0 2rem rgba(250, 139, 75, 0.514);
    }
}

/* @keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(199, 162, 0, 0.993);
    }
    75%,
    100% {
        box-shadow: 0 0 0 2rem rgba(196, 199, 0, 0.048);
    }
} */
.side_pop h6{
    font-size: 13px;
}
.new i {
    background: white;
    position: absolute;
    right:-10px;
    top:5px;
    color: #d73038;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
}

#popUp .close {
    color: #464646;
    right: 8px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
}

#popUp h2 {
    font-size: 17px;
    color: #464646;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
}

/* #body {
    height: 1200px;
    background: #eee;
} */

a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0;
}

#plus {
    position: fixed;
    color: #fff;
    bottom: 15%;
    font-size: 15px;
    margin-left: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 99999999999999;
}

#plus span {
    position: absolute;
    margin-top: 38px;
    left: 4px;
}

#plus::after {
    content: '';
    display: block;
    display: relative;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 55px solid #1c8dc4;
}

@media all and (max-width: 900px) {
    /* #popUp {
        margin-left: -425px;
    } */
    #plus {
        margin-left: 0px;
    }
}
.text_dark2{
    color:#096c93;
    padding-right: 10px;
}
.jgfjgj{
    font-size: 13px;
    color:#e57464;
}
.jgfjgj span{
    font-family: "Poppins", sans-serif !important;
}
.badge_success{
    
    float: right;
    /* background: #0b91b4;
    box-shadow: 0 0 0px 2.5px rgb(2 95 211 / 35%); */
    background: #02d3a4;
    box-shadow: 0 0 0px 2px rgb(2 211 164 / 35%);
  
}
.badge_success:hover{
    float: right;
    background-color:#adf0d4;
   
}
.badge_success a {
    
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* sidepopup close */
.newemial{
    display: none;
}

/* @media screen and (orientation: landscape) { 
    .feature .feature-icon {
        width: 140px;
    }
    .feature-icon i {
        width: 80px;
        height:80px;
    }
    .feature .feature-icon2{
        width: 140px !important;
    }
    .feature-icon.navy_shadow{
        width: 82px;
    }
    .van_section .image_div {
        height: 280px;
        z-index: 15;
        
    }
    .fourcard .card img {
        min-height: 250px;
        max-height: 250px;
    }
} */

input[type="date" i]::-webkit-calendar-picker-indicator {
    position: absolute !important;
    left:0;
    top:0;
    width:100%;
    height:92%;
    cursor: pointer;
    margin: 0 0 0 0 !important;
   padding-left:90%;
   z-index: 6 !important;
}
#appointdate{
    position: relative;
}
#appointdate::after{
    position: relative;
    right:-8px;
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size:13px;
    float: right;
    background-color: white;
    z-index: 16 !important;
    padding:6px 8px;
}

#close-sidebar{
    position: relative !important;
}
/* #close-sidebar i{
    position: fixed;
    left:240px;
    top:100px;
    z-index: 99999999999;
    
} */
.fixted_top_close{
    position: fixed;
    left: -10px;
    top: 150px;
    border-radius: 0 4px 4px 0px;
    padding:11px 13px 10px 20px !important;
    background-color: #cf191d;
    z-index: 9999999;
    transition-delay: 0.3s;
    border:1px solid #030f27;
}
.mifguf{
   padding-top:40px;
}
/* side login */
.widget-box a{
    color:#030f27 !important;
}
.widget-box {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px 0 0 8px;
    width: 7.02781844802vw;
    background-color: #fdbe33;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    z-index: 10;
    overflow: hidden;
  }
  .widget-box-parent-item-wrapper {
    width: 100%;
    padding: 0 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .item-box:not(:last-child) {
    border-bottom: 1px solid rgba(99,44,118,0.1);
  }
  .item-box {
    padding:5px;
    text-decoration: none;
    text-align: center;
    color: #030f27;
  }
  .item-box i {
   font-size: 18px;
   color:#030f27 !important;
    margin-bottom: 0.658857979502vw;
  }
  .item-box span {
    font-size: 1rem;
    display: block;
  }
  
  .fontBold {
    font-family: "gothambold" !important;
  }

  /* side login close */

  /* .form-check {
    position: relative;
    display: inline-block !important;
} */

.multiselect-option.dropdown-item.multiselect-group-option-indented{
    display: block;
    width:55px !important;
    overflow-x: visible !important;
}
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active{
    background-color: #fff !important;
}
.multiselect-container .multiselect-option .form-check-label{
    
    position: relative;
}
.dis{
    pointer-events: none !important;
}
.disset{
    display: block !important;
}
.multiselect-container.dropdown-menu.show::after{
    position: absolute !important;
    right:0 !important;
    top:50px !important;
    width:100px;
    height:100px;
    background-color: red !important;
    z-index: 99999999999999999 !important;
}
