/* Main Colours Begins */
:root {
--site-theme:#0047a2;
--grey: #a9a9a9;
--box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
/* Main Colours Ends*/
/* Scroll bar begins*/
::-webkit-scrollbar {
width: 5px;
height: 20px;
background-color: #f6f8ff; /* or add it to the track */
}
/* Add a thumb */
::-webkit-scrollbar-thumb {
background: var(--orange);
}
a{
    text-decoration: none;
}
/* Scroll bar ends*/
/* Page Styles Begin */
html {
scroll-behavior: smooth;
font-family: 'Kanit', sans-serif;
}
body {
    font-family: 'Kanit', sans-serif;
font-size: 14px;
overflow-x: hidden;
background: #fff;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 21px;;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #0047a2;
  }

.amd_site_header{
/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
/* background-color: #fff; */
padding-top: 30px;
}
.amd_site_header .site_nav li a{
color: #000;
font-weight: bold;
text-transform: capitalize;
position: relative;

font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
}
.amd_site_header .site_nav li:last-child a{
color: var(--site-theme);
}
.amd_site_header .site_nav li a::after{
position: absolute;
content: '';
bottom: -10px;
left: 0;
width: 0;
height: 2px;
transition: 0.5s all linear;
background: var(--site-theme);
}
.amd_site_header .site_nav li a:hover::after{
width: 100%;
right: 0;
transition: 0.5s all linear;
}
.top_header_ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-evenly;
}
.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
  }

  .search {display: inline-block;}

  .search input {
    width: 250px;
    height: 32px;
    background: #fcfcfc;
    border: 1px solid #aaa;
  }

  .search input { text-indent: 32px;}
  .search .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .top_header_ul li .form-control {
    border-radius: 0;
  }
  .top_header_ul li .form-control:focus{
    box-shadow: none;
    outline: none;
  }

  .search .fa-search {left: 10px; right: auto;}
  .top_header_right{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
  }
  .top_header_right li img{
    width: 150px;
    height: auto;
  }
  .top_header_right li i{
   background-color: #47A4DE;
   color: #fff;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   border-radius: 100px;
   position: relative;
   top: 5px;
   font-size: 18px;
  }

.left_bar{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100vh;
    background-color: #fff;
    box-shadow: var(--box-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.user img{
    width: 80px;
    height: 80px;;
}
.left_bar ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    row-gap: 20px;
    flex-direction: column;
    list-style: none;
}
.left_bar ul li{
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    color:#006eb6;
    position: relative;
    cursor: pointer;
}
.left_bar ul li img{
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.left_bar ul li.active_menu span{
    position: absolute;
    top: -10px;
    right: -30px;
    width: 100vw;
    height: 75px;
    background-color: #006eb6;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    z-index: -1;
}
.left_bar ul li.active_menu{
    position: relative;
    z-index: 10;
    color: #fff;
}
.user_footer a{
    text-decoration: none;
    text-align: center;
    display: block;
    text-transform: capitalize;
}
.user_footer span{
    text-align: center;
    display: block;
    padding: 10px 0;
    text-transform: capitalize;
}
/* sypmtom checker wrapper  */
.amd_symptom_checker_wrapper{
padding: 0 0 50px 0;
width: 100%;
float: left;
margin-bottom: 50px;
}
.amd_box_shadow_wrapper{
background: #fff;
padding: 20px;
width: 100%;
float: left;
border-radius: 20px;
}
#heading {
text-transform: uppercase;
color: var(--site-theme);
font-weight: bold;

}
#msform {
text-align: center;
position: relative;
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 50px;
box-sizing: border-box;
width: 100%;
margin: 0;
/* padding-bottom: 20px; */
position: relative
}

/* radio button */

 .amd_radio [type="radio"]:checked,
 .amd_radio [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
  }
  .amd_radio  [type="radio"]:checked + label,
  .amd_radio [type="radio"]:not(:checked) + label
  {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666;
  }
  .amd_radio [type="radio"]:checked + label:before,
  .amd_radio  [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 12px;
      width: 18px;
      height: 18px;
      border: 1px solid #000;
      border-radius: 100%;
      background: #fff;
  }
  .amd_radio [type="radio"]:checked + label:after,
  .amd_radio  [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 8px;
      height: 8px;
      background: var(--site-theme);
      position: absolute;
      top: 17px;
      left: 5px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
  }
  .amd_radio  [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  .amd_radio  [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  .amd_radio ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
  }
/* radio button */






















.form-card {
text-align: left
}
#msform fieldset:not(:first-of-type) {
/* display: none */
}
#msform input,
#msform textarea {
padding: 8px 15px 8px 15px;
border: 1px solid #ccc;
border-radius: 0px;
margin-bottom: 25px;
margin-top: 2px;
width: 100%;
box-sizing: border-box;
color: #2C3E50;
background-color: #ECEFF1;
font-size: 16px;
letter-spacing: 1px
}
#msform input:focus,
#msform textarea:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid var(--site-theme);
outline-width: 0
}
#msform .action-button {
    width: auto;
    background: var(--site-theme);
    font-weight: bold;
    box-shadow: var(--box-shadow);
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
    padding: 15px;
    margin: 10px 0px 10px 5px;
    float: right;
    z-index: 100;
    /* height: 31px; */
    line-height: 10px;
    background: var(--site-theme);
    border-radius: 35px;
}
#msform .action-button:hover{
background: #06C1CD;
transition: 0.4s all linear;
}
#msform .action-button-previous {
width: auto;
background: var(--site-theme);
font-weight: bold;
box-shadow: var(--box-shadow);
color: #4C4E79;
border: 0 none;
border-radius: 0px;
cursor: pointer;
position: relative;
padding: 15px;
margin: 10px 0px 10px 5px;
float: right;
z-index: 100;
/* height: 31px; */
line-height: 10px;;
background: #D3D3F2;
border-radius: 35px;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
/* background-color: #000000 */
}
.card {
z-index: 0;
border: none;
position: relative
}
.fs-title {
color: var(--site-theme);
margin-bottom: 15px;
text-align: left;

font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
}
.purple-text {
color: var(--site-theme);
font-weight: normal
}
.steps {
font-size: 25px;
color: gray;
margin-bottom: 10px;
font-weight: normal;
text-align: right
}
.fieldlabels {
color: gray;
text-align: left
}
#progressbar {
margin-bottom: 30px;
overflow: hidden;
color: lightgrey;
padding: 0;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
gap: 180px;
padding-top: 35px;
}
#progressbar .active {
color: #000;
font-weight: bold;
}
#progressbar li {
list-style-type: none;
font-size: 15px;
/* width: 25%; */
float: left;
position: relative;
font-weight: 400;
color: #000;

font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 18px;
text-transform: capitalize;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#progressbar #symptom_details:before {
font-family: 'Font Awesome\ 5 Free';
content: "\f5b1";
color: transparent;
}
#progressbar #where_to_get_care:before {
font-family: 'Font Awesome\ 5 Free';
content: "\f004";
color: transparent;
}
#progressbar #possible_causes:before {
font-family: 'Font Awesome\ 5 Free';
content: "\f0f8";
color: transparent;
}
#progressbar #your_results:before {
font-family: 'Font Awesome\ 5 Free';
content: "\f007";
color: transparent;
}
#progressbar li i{
width: 50px;
height: 50px;
line-height: 45px;
display: block;
font-size: 20px;
color: #000;
background: #D9D9D9;
border-radius: 50%;
/* margin: 0 auto 10px auto; */
padding: 2px;
z-index: 1;
margin-top: -10px;
cursor: pointer;
}
#progressbar li.active i{
background: #0047a2;
position: relative;
}
#progressbar li.active i span{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 10px;
height: 10px;
background: #fff;
margin: auto;
border-radius: 5px;
cursor: pointer;
}
.d_none_wrapper{
    display: none !important;
}
#progressbar li span{
margin-top: 15px;
font-family: 'Kanit', sans-serif;
line-height: 20px;
font-size: 16px;
color: #000;
}
#progressbar li:after {
content: '';
width: 335px;
height: 2px;
background: #ddd;
position: absolute;
left: 0;
top: 30px;
z-index: 0
}
#progressbar li:last-child:after{
display: none !important;
}
#progressbar li:first-child:after{
left: 50%;
}
.shadow{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
    border-radius: 40px;
}
/*
#progressbar li.active.changed:before {
background: orange;
} */
/* #progressbar li:first-child.active.changed:before {
background: var(--site-theme);
} */
/* #progressbar li:nth-of-type(2).active.changed:before {
background: #06C1CD;
}
#where_to_get_care.changed:before{
background: var(--site-theme) !important;
}
#where_to_get_care.changed_removed:before{
background: #06C1CD !important;
} */
/* #progressbar li.active:before{
background: #06C1CD;
color: #fff;
} */
/* #progressbar li.active:after{
background: #06C1CD;
color: #fff;
} */
.progress {
height: 10px
}
.progress-bar {
background-color: #2f5599
}
.fit-image {
width: 100%;
object-fit: cover
}
/* sypmtom checker wrapper  */
/* select2 */
.form-control {
border-radius: 0;
box-shadow: none;
border-color: #d2d6de
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
border: 1px solid #d2d6de;
border-radius: 0;
padding: 6px 12px;
height: 34px
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 10px
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
padding-right: 0;
height: auto;
margin-top: -3px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 32px
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
border: 1px solid var(--site-theme);
border-radius: 35px;
padding: 6px 12px;
height: 40px !important
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
border-color:  #06C1CD transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 6px !important;
right: 1px;
width: 20px
}
*:focus {
outline: none;
}
/* select2 */
.select2-container--default .select2-results__option--highlighted[aria-selected]{
background-color: var(--site-theme) !important;
}
/* select2 */
/* radio btn  */
.radio_btn_wrapper ul{
list-style: none;
margin: 0;
padding: 0;
/* overflow: auto; */
display: flex;
flex-wrap: wrap;
}
.radio_btn_wrapper ul li{
display: block;
position: relative;
text-transform: capitalize;
font-size: 12px;
float: left;
width: 20%;
}
.form-group{
margin-bottom: 15px;
}
.radio_btn_wrapper ul li input[type=radio]{
position: absolute;
visibility: hidden;
}
.radio_btn_wrapper ul li label{
display: block;
position: relative;
font-weight: 300;
font-size: 15px;
padding: 0px 55px;
margin: 10px auto;
padding-left: 0;
/* height: 30px; */
z-index: 9;
cursor: pointer;
-webkit-transition: all 0.25s linear;
text-align: center;
padding-right: 0;

font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
}
/* .radio_btn_wrapper ul li:hover label{
color: #FFFFFF;
} */
.radio_btn_wrapper ul li .check{
display: block;
position: absolute;
border-radius: 100%;
height: 22px;
width: 22px;
top: 10px;
left: 0;
background: #D9D9D9;
z-index: 5;
transition: border .25s linear;
-webkit-transition: border .25s linear;
}
/* .radio_btn_wrapper ul li:hover .check {
border: 5px solid #FFFFFF;
} */
.radio_btn_wrapper ul li .check::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 7px;
width: 7px;
top: 4px;
left: 4px;
margin: auto;
transition: background 0.25s linear;
-webkit-transition: background 0.25s linear;
}
.radio_btn_wrapper input[type=radio]:checked ~ .check {
/* border: 5px solid var(--site-theme); */
background: transparent;
background-image: url(../img/9.png) !important;
background-size: cover;
border: none;
}
.radio_btn_wrapper input[type=radio]:checked ~ .check::before{
/* background:var(--site-theme); */
}
.radio_btn_wrapper input[type=radio]:checked ~ label{
color: var(--site-theme);
}
.form-group label{
padding: 10px 0;
text-transform: uppercase;
font-style: normal;
font-family: 'Kanit', sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 19px;
}
.card{
    box-shadow: var(--box-shadow);
    border-radius: 40px;
}
.describe_box_wrapper .select2-selection.select2-selection--single{
height: 200px !important;
}
/* radio btn  */
/* btn_active */
.get_care_btn{
padding:  0;
display: flex;
list-style: none;
}
.get_care_btn li{
margin: 0 10px;
border-radius: 100px;;
}
.get_care_btn li:first-child{
margin-left: 0;
}
.get_care_btn li button{
box-shadow: var(--box-shadow);
margin:0;
border: none;
background: #fff;
border: 1px solid #1ea188;
padding: 5px 10px;
border-radius: 100px;;
transition: 0.5s all linear;
min-width: 145px;
}
.get_care_btn_active{
color: #fff;
background-color: #1ea188 !important;
}
.get_care_btn li button:hover{
background-color: var(--site-theme) !important;
color: #fff;
transition: 0.5s all linear;
}
/* btn_active */
.no_wrap .radio_btn_wrapper ul{
flex-wrap: nowrap;
}
.m_30{
margin-bottom: 24px;
}
.heading_wrapper {
border-left: 5px solid #979797;
margin: 40px 25px;
}
.heading_wrapper  p{
font-size: 14px;
padding-left: 15px;
color: #b5b5b5;
}

/* amd_adult_female_wrapper */
.amd_adult_female_wrapper{
padding: 20px;
box-shadow: var(--box-shadow);
background: #fff;
text-align: center;
}
.amd_adult_female_wrapper img{
width: 80px;
margin: 20px 0 0 0;
/* box-shadow: var(--box-shadow); */
height: 80px;
}
.amd_adult_female_wrapper p{
color: #838383;
margin: 0 0 20px 0;
}
.amd_adult_female_wrapper h4{
color: #000;
font-weight: bold;
font-size: 16px;
margin: 10px 0;
text-transform: capitalize;
}
.amd_adult_female_wrapper button{
width: auto;
padding: 5px 10px;
background: var(--site-theme);
color: #fff;
border: none;
font-size: 12px;
box-shadow: var(--box-shadow);
text-transform: capitalize;
}
.common_cause ul{
padding: 0;
}
.common_cause ul li{
display: flex;
align-items: center;
margin-bottom: 10px;
color: #838383;
cursor: pointer;
text-transform: capitalize;
justify-content: space-between;
}

.adult_min_height{
min-height: 395px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.bottom_content{
padding-top: 20px;
}
.where_get_min{
min-height: 270px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.bottom_content p span{
color: var(--site-theme);
font-weight: bold;
}
.input_share{
position: relative;
}
.flex_column{
display: flex;
gap: 10px
}
/* amd_adult_female_wrapper */
.mobile_menu_wrapper{
box-shadow: var(--box-shadow);
padding: 15px 0
}
.mobile_menu_wrapper .mobile_logo img{
width:  70%;
}
.mobile_menu_wrapper .hamburger img{
width:  40%;
opacity: 0.7;
}
.mobile_menu_fixed{
position: fixed;
left: -100%;
top: 0;
width: 80%;
height: 100vh;
background:#fff;
box-shadow: var(--box-shadow);
z-index: 100;
transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.mobile_menu_fixed .mobile_logo a{
width: 100%;
display: block;
border-bottom: 1px solid #ddd;
}
.mobile_menu_fixed .mobile_logo a img{
padding: 15px;
width: 70%
}
.mobile_menu_fixed ul{
padding: 0;
list-style: none;
margin: 0;
margin-top: 35px;
}
.mobile_menu_fixed ul li{
padding: 10px;
}
.mobile_menu_fixed ul li a{
text-decoration: none;
padding: 10px;
text-transform: capitalize;
color: #2b2828;
font-size: 14px;
}
.mobile_menu_fixed ul li a i{
padding-right: 15px
}
.overlay{
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100vh;
display: none;
background:rgba(0,0,0,0.8);
z-index: 90;
}
#msform button{
/* margin-top: 25px !important */
}
/* footer */
.site_footer{
background: #d3d3d3;
padding: 20px;
box-shadow: var(--box-shadow);
width: 100%;
float: left;
}
.flex_footer{
}
.flex_footer p{
text-align: center;
margin: 0;
}
.flex_footer ul{
padding: 0;
list-style: none;
margin: 0;
color: #000;
display: flex;
}
.flex_footer ul li a{
color: #000;
text-decoration: none;
text-transform: capitalize;
}
.flex_footer ul li{
margin: 0 10px;
text-transform: capitalize;
}
/* footer */
.modal-footer button.close_btn{
width: auto;
background: red;
box-shadow: var(--box-shadow);
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
position: relative;
padding:  5px 10px;
font-size: 14px;
margin: 10px 0px 10px 5px;
z-index: 100;
}
.modal-footer button.save_btn{
width: auto;
background: var(--site-theme);
box-shadow: var(--box-shadow);
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
position: relative;
padding: 5px 10px;
font-size: 14px;
margin: 10px 0px 10px 5px;
z-index: 100;
}
.languages{
margin-left: 25px;
}
.languages i{
font-size: 20px;
position: relative;
top: 8px;
cursor: pointer;
}
.modal-title {
font-size: 16px;
font-weight: bold;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: initial;
border-top-right-radius: initial;
}
.amd_top_logo h2{
font-size: 32px;
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 39px;
color: #000;
text-transform: capitalize;
}
.amd_top_logo h2 span{
color: var(--site-theme);
}
.radio_btn_wrapper ul li:first-child label{
padding-left: 0;
text-align: left;
}
.checker_left_wrapper figure img{
width: 70%;
height: auto;
}
.form_textarea{
border-radius: 20px !important;
border: 1px solid #06C1CD !important;
resize: none !important;
background: transparent !important;
}
.amd_checker_text_wrapper h4{
font-size: 20px;

font-weight: 600;
line-height:24.2px;
color: #06C1CD;
}
.amd_checker_text_wrapper p{
font-size: 16px;
/* font-style: italic; */

color: #000;
font-weight: 300;
line-height:19.36px;
}
.amd_checker_text_wrapper p b{
font-weight: 600;
}
/* Range Slider */
.range-slider__range {
-webkit-appearance: none;
width: calc(100% - (73px));
height: 4px;
border-radius: 5px;
background: #d7dcdf;
outline: none;
padding: 0px !important;
margin: 0;
background: #116ab5 !important;
border-radius: 35px !important;
}
.gradient_range .range-slider__range{
    height: 24px;
    background-image: linear-gradient(to right, #bce26d, #c6de62, #d1d959, #dbd450, #e5ce49, #efc144, #f8b343, #ffa546, #ff8d53, #ff7664, #fc6277, #eb548a) !important;
}
.range-slider__range:focus{
border: none !important;
box-shadow: none !important;
}
.range-slider__range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 14px;
height: 14px;
border-radius: 50%;
background: var(--site-theme);
position: relative;
cursor: pointer;
-webkit-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
background: var(--site-theme);
}
.range-slider__range::-moz-range-thumb {
width: 20px;
height: 20px;
border: 0;
border-radius: 50%;
background: #2c3e50;
cursor: pointer;
-moz-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}
.range_slider_wrapper ul{
padding: 0;
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
}
.range_slider_wrapper ul li{

font-style: normal;
text-transform: capitalize;
font-weight: 400;
font-size: 15px;
}

/* Range Slider */
.amd_checker_text_wrapper span{
background: #AF0606;
width: 102px;
height: 29px;
border-radius: 25px;

font-style: normal;
font-weight: 600;
font-size: 13px;
display: block;
line-height: 29px;
text-transform: uppercase;
color: #fff;
text-align: center;
margin-bottom: 15px;
}

.amd_checker_text_wrapper span:nth-of-type(2){
background-color: #3199D3;
}

.btn_bgg{
background: #06C1CD !important;
}
.third_screen .get_care_btn{
align-items: center;
justify-content: center;
flex-wrap: inherit !important;
}
.remove_bx{
box-shadow: none;
}
.third_screen .get_care_btn li button{
width: 115px !important;
height: 31px !important;
min-width: auto;
border: none
}

.amd_third_screen_common_cause .common_cause ul {
padding: 0;
width: 100%;
margin: 0;
}
.amd_third_screen_common_cause .amd_adult_female_wrapper img{
margin-top: 0;
}
.amd_third_screen_common_cause h4{
margin-top: 0;
}
.amd_third_screen_common_cause img{
width: 101px;
height: 91px;
}

.common_cause ul li span {
background: var(--site-theme);
padding: 5px;
font-size: 10px;
box-shadow: var(--box-shadow);
color: #fff !important;
width: 80px;
height: 17px;
line-height: 7px;
border-radius: 100px;
}
.amd_third_screen_common_cause .amd_adult_female_wrapper{
box-shadow: none;
border: 1px solid var(--site-theme);
border-radius: 20px;
}
.amd_third_screen_common_cause.red_flags .amd_adult_female_wrapper{
box-shadow: none;
border: 1px solid #AF0606;
border-radius: 20px;
}
.amd_adult_female_wrapper.remove_bx p{

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #000;
}

.red_flags ul li span{
background: #AF0606;
}




/* flex_last */
.flex_last{
display: flex;
align-items: center;
}
.flex_last img{
width: 250px;
height: auto;
}

.visit_your_family_physician p {


font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;
margin-top: 30px;
color: #000000;
}
.visit_your_family_physician p a{
background: #3199D3;
color: #fff;
border-radius: 15px;

font-style: normal;
font-size: 20px;
line-height: 40px;
width: 500px;
display: inline-block;
height: 46px;
text-decoration: none;
text-align: center;
font-weight: bold;
margin-left: 15px;
}
/* flex_last */

/* dotted_line */
.dotted_line{
display: flex;
margin: 45px 0;
}
.dotted_line span{
position: relative;
border: 1px solid #A29A9A;
width: 70%;
height: 1px;
float: left;
text-align: center;
margin: auto;
}
.dotted_line span::after{
position: absolute;
content: '';
left: -2px;
top: -3px;
width: 5px;
height: 5px;
background-color: #A29A9A;
border-radius: 5px;
}
.dotted_line span::before{
position: absolute;
content: '';
right: -2px;
top: -3px;
width: 5px;
height: 5px;
background-color: #A29A9A;
border-radius: 5px;
}
/* dotted_line */


.consult_doctor{
display: flex;
align-items: center;
}
.consult_doctor .consult_img img{
width: 150px;
height: auto;
}
.consult_text h4{
color: #06C1CD;

font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
}
.consult_text a,.consult_text button{

font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 28px;
width: 180px;

background: var(--site-theme);
border: 1px solid var(--site-theme);
border-radius: 35px;
text-align: center;
text-decoration: none;
color: #fff;
margin-bottom: 20px;
display: block !important;
}
.consult_text a{
    width: 100%;
    height: 50px;
    padding: 15px 30px;
    line-height: 15px;
    text-transform: capitalize;
    box-shadow: var(--box-shadow);
}
.consult_text a{
    width: 100%;
    height: 50px;
    padding: 15px 30px;
    line-height: 15px;
    text-transform: capitalize;
    font-size: 12px;
    box-shadow: var(--box-shadow);
}
.consult_text a:nth-of-type(2){
margin-bottom: 0 !important;
}
.consult_text h4{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
margin-bottom: 20px;
color: #000
}
.consult_text h4 img{
float: left;
width: 32px;
height: 32px;
margin-right: 15px;
}

.consult_text button{
    width: 100%;
    height: 50px;
    padding: 15px 30px;
    line-height: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
    box-shadow: var(--box-shadow);
}
.why_sharing a{
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: underline;
    border: none !important;
    color: #a3a3c8;
width: 100%;
padding: 0;
margin-top: 20px;
height: auto;
margin-bottom: 0;
}



/* symptom_history page */
.history_wrapper{
width: 100%;
float: left;
padding: 45px 0;
}
.symptom_history{
text-align: center;

}
.symptom_history img{
width: 80px;
height: 80px;
margin-bottom: 15px;;
}
.symptom_history h4{
color: #06C1CD;

font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
}
.history_grey_wrapper{
position: relative;
background: rgba(217, 217, 217, 0.33);
border-radius: 29px;
padding: 15px;
margin-top: 20px;
box-shadow: var(--box-shadow);
}
.history_btn button{
width: 160px;
background: var(--site-theme);
font-weight: bold;
box-shadow: var(--box-shadow);
color: white;
border: 0 none;
border-radius: 0px;
cursor: pointer;
position: relative;
padding: 10px 5px;
margin: 10px 0px 10px 5px;
z-index: 100;
height: 31px;
line-height: 10px;
background: var(--site-theme);
border-radius: 35px;
}
.history_active_btn{
background: #06C1CD !important;
}

.history_grey_wrapper .top_right_image{
position: absolute;
top: 15px;
right: 15px;
}
.history_grey_wrapper .top_right_image button,.history_grey_wrapper .top_right_image a{
border: none;
background: transparent;
}
.history_grey_wrapper .top_right_image button img,.history_grey_wrapper .top_right_image a img{
width: 25px;
height: 25px;
}
.history_grey_wrapper h5{

font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
}
.history_grey_wrapper h5 span{
display: block;
}
.recommended_care{
background: rgba(255, 164, 28, 0.68);
border-radius: 29px;
margin-top: 15px;
box-shadow: var(--box-shadow);
padding: 15px;
}
.sky_blue{
background: rgba(6, 193, 205, 0.4);
}
.light_orange{
background: rgba(249, 239, 0, 0.29);
}
.recommended_care h5{

font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #000;
}
.recommended_care h5 span{
display: block;
}
/* symptom_history page */


.mob_site_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: inherit;
    gap: 10px;
}
.mob_site_nav li a{
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.mobile_menu_wrapper {
    padding: 0;
}

.mob_site_nav li:last-child a{
    color: #0d6efd;
}


/* font-family: 'Montserrat', sans-serif; */


.blue_wrapper_block{
    background: #0047a2;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 35px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;
}
.pattern_1{
    position: absolute;
    top: 100px;
    right: 20px;
    width: auto;
    height: 100px;
    animation: simple-move 2s 2s linear infinite alternate;
}
@-webkit-keyframes simple-move {
    100% {
    -webkit-transform: translate(20px, 0);
    }
    }
    @keyframes simple-move {
    100% {
    transform: translate(20px, 0);
    }
    }
.blue_wrapper_block .info_icon i{
   /* background-color: #9999F1; */
   background-color: #fedd00;
   width: 50px;
   height: 50px;
   line-height: 50px;
   color: #000;
   border-radius: 50px;
}
.blue_wrapper_block .info_para h5{
 color: #fff;
 font-size: 30px;
 padding: 15px 0;
 margin: 0;
 text-align: center;
 font-family: 'Kanit', sans-serif;
}
.blue_wrapper_block .info_para p{
 color: #fff;
 font-size: 16px;
 text-align: justify;
 font-family: 'Kanit', sans-serif;
}

.possible_cause h5{
    font-size: 20px;
    text-transform: capitalize;
    color: var(--site-theme);
    padding-top: 20px;
    font-weight: bold;
}
.possible_cause p{
    font-size: 16px;
    color: #727688;
}
.inside_button{
    position: relative;
}

.btn_abs1{
    position: absolute !important;
    right: 20px;
    bottom: 15px;
}

.btn_abs2{
    position: absolute !important;
    right: 9%;
    bottom: 15px;
}
.adult_cause{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}
.adult_cause{
    width: 100%;
    float: left;
}
.adult_img i{
    font-size: 30px;
}
.adult_para p{
    font-size: 16px;
}
.adult_para button{
    font-size: 14px;
    text-transform: capitalize;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px 20px;
    box-shadow: var(--box-shadow);
    margin: 0 10px 10px 0;
    /* filter: drop-shadow(0px 2px 7px #C7C9D8); */
}
.w-100{
    width: 100%;
    float: left;
}
.adult_double{
    width: 100%;
    float: left;
    padding-top: 20px;
}
.common_cause h5 img{
width: 30px;
height: 30px;;
margin-right: 20px;
}
.common_cause h5 i{
font-size: 30px;
margin-right: 20px;
color: var(--site-theme)
}
.common_cause h5{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.common_cause ul{
    padding: 0;
    margin: 0;
    list-style: none;
        height: 150px;
    margin-top: 25px;
    overflow-y: scroll;
}
.adult_double{
    width: 100%;
    float: left;
    min-height: 350px;
}
.common_cause{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}
/* Scroll bar begins*/
.common_cause ul::-webkit-scrollbar {
    width: 5px;
    height: 20px;
    background-color: #fff; /* or add it to the track */
    }
    /* Add a thumb */
    .common_cause ul::-webkit-scrollbar-thumb {
    background: #4C4E79;
    }
    .common_cause ul {
        flex-direction: column;
    }
.common_cause ul li{
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    border: none;
}
.common_cause ul li a{
    color: #000 !important;
    text-decoration: none !important;
}
.common_cause ul li.active_text{
  color: var(--site-theme);
}


.second_fieldset{
    width: 100% !important;
    display: none;
}

.third_fieldset{
    width: 100% !important;
    display: none;
}

.final_fieldset{
    display: none;
    width: 100% !important;
}

.addOpen{
    position: relative !important;
    display: block !important;
}
.CloseDiv{
    position: relative !important;
    display: none !important;
}


.amd_second_active.active i span{
    display: none;
}
.amd_third_active.active i span{
    display: none;
}
.fourth_active.active i span{
    display: none;
}

.d_block_wrapperr{
    display: block !important;
}

.possible_space{
    padding: 20px;
}

.card_box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    float: left;
}

.three_range .range-slider input{
    width: 80% !important;
}
.three_range ul{
    width: 90%;
}


.four_range .range-slider input{
    width: 80% !important;
}
.four_range ul{
    width: 80%;
}

.visit_your_family_physician p{
    text-align: left !important;
    font-size: 14px;
}
.visit_your_family_physician.theme_color p{
  color: var(--site-theme)
}
.c_width{
    width: 120px !important;
    background: var(--site-theme) !important;
    color: #fff !important;
}


.modal-header h5{
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;

}

.modal-header h5 button{
    border: none;
    width: 40px;
    height: 40px;
    float: right;
    background: #0047a2;
    color: #fff;
}
.modal-header h5 button span{
    font-size: 30px;
    line-height: 30px;
}
.modal input{
    border-radius: 0 !important;
    height: 40px !important;
}
.modal textarea{
    border-radius: 0 !important;
}
.modal input:focus{
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.modal textarea:focus{
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.align-items-self-end{
    align-items: self-end;
}
.btn-success{
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.btn-secondary{
    border-radius: 0;
    background: #000000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

span.error{
    color: red !important
}



/* toggle switch */
.switches-container {
    width: 8rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #0047a2;
    line-height: 2rem;
    border-radius: 3rem;
    margin-left: auto;
    /* margin-right: auto; */
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

/* switch highlighters wrapper (sliding left / right)
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: #fff;
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #0047a2;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
/* toggle switch */
.select2-container {

    width: 100% !important;
}

#add_prescriptions .card {
    box-shadow: none !important;
    border-radius: 0;
}
#triage-bar-image{
    width: 45%;
}



/* responsive */
@media(min-width: 1601px){
.overflow_h{
overflow: hidden;
}
#progressbar li:after {
    width: 280px;
    top: 15px;
}
.space_wrapper {
    margin-bottom: 30px;
    gap: 20px;
}
}
@media(min-width: 1366px) and (max-width: 1500px){
.flex_footer ul {
flex-direction: column;
}
}
@media(min-width: 1200px) and (max-width: 1600px){
.overflow_h{
overflow: hidden;
}
.get_care_btn {
/* flex-wrap: wrap; */
}
.get_care_btn li button{
min-width: auto;
}
.consult_text h4 {
font-size: 14px;
}
.visit_your_family_physician p a{
width: 350px;
font-size: 14px;
}
.amd_adult_female_wrapper button{
font-size: 11px;
}
.radio_btn_wrapper ul li{
width: 24%;
}

#progressbar li:after{
    width: 285px;
    top: 30px;
}
.amd_top_logo h2{
    font-size: 30px;
}

/* New Responsive */
.video_bg video {
    position: fixed;
    height: 100vh !important;
    object-fit: cover;
}
.blue_wrapper_block {
    /* background: #006eb6f0-old; */
    background: #0047a2;
    /* border-radius: 0; */
}
.light_bg {
    /* background: #fff; */
    /* border-radius: 0; */
}
#progressbar {
    gap: 25px;
}
#progressbar li {
    width: 30%;
}
.amd_symptom_checker_wrapper {
    padding: 0 15px;
}
.get_care_btn{
    column-gap: 0px;
}
#progressbar li:last-child i{
    margin-left: 0;
}
#progressbar li:after{
    top: 15px;
    width: 35vw;
}
.space_wrapper{
    margin-bottom: 20px;;
    gap: 10px;;
}
.common_cause{
    margin-top: 20px;
}
.get_care_btn{
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
}
.final_fieldset {
    padding: 20px !important;
}
.consult_text{
    margin-bottom: 20px;
}
/* New Responsive */

}
@media(min-width: 993px) and (max-width: 1199px){
.get_care_btn {
flex-wrap: wrap;
}
.get_care_btn li{
margin-bottom: 10px;
}
.flex_footer ul {
flex-direction: column;
}
#progressbar {
gap: 60px;
}
#progressbar li:after {
width: 229px;
top: 22px;
z-index: -1;
}
.mb_wrapper.radio_btn_wrapper ul li:first-child{
display: block;
width: 100%;
float: left;
}
.mb_wrapper.radio_btn_wrapper ul li{
width: 30%;
}
.common_cause ul li{
text-align: left;
font-size: 11px;
}
.common_cause ul li span{
text-align: center;
}
.get_care_btn {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 10px;
}
.get_care_btn li{
margin-bottom: 8px;
margin-left: inherit;
width: fit-content;
}

.flex_last{
flex-direction: column;
}
.range_slider_wrapper ul{
text-align: center;
}
.range_slider_wrapper ul li {
font-size: 10px;
}
.visit_your_family_physician p a {
font-size: 12px;
line-height: 30px;
width: 100%;
height: 30px;
margin-top: 15px;
}
.consult_doctor {
flex-direction: column;
justify-content: center;
}
.consult_text{
text-align: center;
}
.consult_text a, .consult_text button{
font-size: 11px;
margin-bottom: 10px;

}
.consult_text h4{
font-size: 14px;
}

.back_mt_5{
margin-top: 30px !important;
}
.amd_top_logo h2{
    font-size: 20px;
}
.amd_symptom_checker_wrapper{
    padding-bottom: 0;
}
/* .get_care_btn{
    flex-wrap: wrap;
} */



/* New Responsive */
.video_bg video {
    position: fixed;
    height: 100vh !important;
    object-fit: cover;
}
.blue_wrapper_block {
    /* background: #0047a2; */
    border-radius: 0;
}
.light_bg {
    /* background: #fff; */
    border-radius: 0;
}
#progressbar {
    gap: 25px;
}
#progressbar li {
    width: 30%;
}
.amd_symptom_checker_wrapper {
    padding: 0 15px;
}
.get_care_btn{
    column-gap: 0px;
}
#progressbar li:last-child i{
    margin-left: 0;
}
#progressbar li:after{
    top: 15px;
    width: 35vw;
    /* z-index: 1; */
}
.common_cause{
    margin-top: 20px;
}
.get_care_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.final_fieldset {
    padding: 20px !important;
    border-radius: 0 !important;;
}
.consult_text{
    margin-bottom: 20px;
}
.select2-container{
font-weight: bold;
font-size: 12px;
width: 100%;
}
.btn-group, .btn-group-vertical {

    width: 100%;
    float: left;
    margin-bottom: 15px;
    gap: 15px;
}
.form-group label{
    font-size: 11px;
}
/* New Responsive */
}


@media(min-width: 768px) and (max-width: 992px){
.mobile_menu_wrapper .mobile_logo img{
width: auto
}
.mobile_menu_wrapper .hamburger img {
width: 15%;
opacity: 0.7;
}
#progressbar{
gap: 80px;
}
#progressbar li span {
font-size: 12px;
}
.checker_left_wrapper figure img {
width: 40%;
}
#progressbar li i{
margin-top: -7px;
}
#progressbar li:last-child i{
margin-left: 35px;
}
#progressbar li:last-child span{
position: relative;
left: 10px;
}
#msform fieldset{
padding-bottom: 0;
}
.checker_left_wrapper{
text-align: center;
}
.mb_wrapper.radio_btn_wrapper ul{
align-items: center;
justify-content: space-between;
padding: 0 20px;
}
.mb_wrapper.radio_btn_wrapper ul li .check{
left: -26px;
top: 8px;
}

.common_cause ul li{
text-align: left;
font-size: 11px;
}
.common_cause ul li span{
text-align: center;
}
.third_screen .get_care_btn {
align-items: center;
justify-content: center;
flex-wrap: wrap !important;
}
.amd_checker_text_wrapper p{
text-align: left;
font-size: 12px;
}
.amd_checker_text_wrapper h4{
font-size: 18px;
}
.amd_checker_text_wrapper span{
font-size: 12px;
}
.flex_last{
flex-direction: column;
}
.range_slider_wrapper ul{
text-align: center;
}
.range_slider_wrapper ul li {
font-size: 10px;
}
.visit_your_family_physician p a {
font-size: 12px;
line-height: 30px;
width: 100%;
height: 30px;
margin-top: 15px;
}
.consult_doctor {
flex-direction: column;
justify-content: center;
}
.consult_text{
text-align: center;
}
.consult_text a, .consult_text button{
font-size: 11px;
margin-bottom: 10px;
}
.consult_text h4{
font-size: 14px;
}

#msform .action-button{
width: 25%;
}
.amd_symptom_checker_wrapper{
padding-bottom: 0;
}
.back_mt_5{
margin-top: 30px !important;
}
.amd_top_logo h2{
    font-size: 20px;
}
#progressbar li:nth-of-type(3)::after{
    /* display: none; */
}
.amd_symptom_checker_wrapper{
    padding-bottom: 0;
}

/* New Responsive */
.video_bg video {
    position: fixed;
    height: 100vh !important;
    object-fit: cover;
}
.blue_wrapper_block {
    /* background: #0047a2; */
    border-radius: 0;
}
.light_bg {
    /* background: #fff; */
    border-radius: 0;
}
#progressbar {
    gap: 25px;
}
#progressbar li {
    width: 30%;
}
.amd_symptom_checker_wrapper {
    padding: 0 15px;
}
.get_care_btn{
    column-gap: 0px;
}
#progressbar li:last-child i{
    margin-left: 0;
}
#progressbar li:after{
    top: 20px;
    width: 35vw;
}
.common_cause{
    margin-top: 20px;
}
.get_care_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.final_fieldset {
    padding: 20px !important;
    border-radius: 0 !important;;
}
.consult_text{
    margin-bottom: 20px;
}
.btn-group, .btn-group-vertical {

    width: 100%;
    float: left;
    margin-bottom: 15px;
    gap: 15px;
}
/* New Responsive */

}
@media(min-width: 0) and (max-width: 767px){
#progressbar li{
font-size: 12px;
}
.select2-container{
font-weight: bold;
font-size: 12px;
width: 100%;
}
.form-group label {
padding: 10px 0;
font-size: 11px;
padding-bottom: 8px;
/* color: #a2a2a2; */
}
.get_care_btn {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 10px;
}
.get_care_btn li{
margin-bottom: 8px;
margin-left: inherit;
width: 41%;
}
.m_30{
margin-bottom: 0;
}
.radio_btn_wrapper ul li label{
font-size: 13px;
}
.no_wrap .radio_btn_wrapper ul {
flex-wrap: wrap;
}
.amd_adult_female_wrapper{
margin-bottom: 25px;
}
.overflow_h{
overflow: hidden;
}
#msform button{
font-size: 12px;
margin-bottom: 10px;;
}
.amd_symptom_checker_wrapper{
padding:0
}
#msform button {
/* margin-top: 0 !important; */
}
.describe_box_wrapper{
/* margin-bottom: 25px;; */
}
#msform input, #msform textarea{
margin-bottom: 0;
}
.flex_footer ul{
flex-direction: column;
margin-bottom: 15px;
}
.mob_just{
justify-content: flex-start !important;
}

.history_btn button {
font-size: 10px;
width: auto;
padding: 10px;
}
.d-flex.history_btn .flex-grow-1{
flex-grow: 0!important;
}

.amd_top_logo h2{
    font-size: 20px;
}
#progressbar{
gap: initial;
}
#progressbar li i{
margin-top: -7px;
}
#progressbar li:last-child i{
margin-left: 35px;
}
#progressbar li:last-child span{
position: relative;
left: 10px;
}
#msform fieldset{
padding-bottom: 0;
}
.checker_left_wrapper{
text-align: center;
}
.mb_wrapper.radio_btn_wrapper ul{
align-items: center;
justify-content: space-between;
padding: 0 20px;
}
.mb_wrapper.radio_btn_wrapper ul li .check{
left: -26px;
top: 8px;
}

.mb_wrapper.radio_btn_wrapper ul li:first-child{
display: block;
width: 100%;
float: left;
}
.mb_wrapper.radio_btn_wrapper ul li{
width: auto
}
.common_cause ul li{
text-align: left;
font-size: 11px;
width: 100%;
}
.common_cause ul li span{
text-align: center;
}
.third_screen .get_care_btn {
align-items: center;
justify-content: center;
flex-wrap: wrap !important;
}
.amd_checker_text_wrapper p{
text-align: left;
font-size: 12px;
}
.amd_checker_text_wrapper h4{
font-size: 18px;
}
.amd_checker_text_wrapper span{
font-size: 12px;
}
.flex_last{
flex-direction: column;
}
.range_slider_wrapper ul{
text-align: center;
}
.range_slider_wrapper ul li {
font-size: 10px;
}
.visit_your_family_physician p a {
font-size: 12px;
line-height: 30px;
width: 100%;
height: 30px;
margin-top: 15px;
}
.consult_doctor {
flex-direction: column;
justify-content: center;
}
.consult_text{
text-align: center;
}
.consult_text a, .consult_text button{
font-size: 11px;
margin-bottom: 10px;
}
.consult_text h4{
font-size: 14px;
}

#msform .action-button{
width: 45%;
}
.back_mt_5{
margin-top: 30px !important;
}


/* New Responsive */
.video_bg video {
    position: fixed;
    height: 100vh !important;
    object-fit: cover;
}
.blue_wrapper_block {
    /* background: #0047a2; */
    border-radius: 0;
}
.light_bg {
    /* background: #fff; */
    border-radius: 0;
}
#progressbar {
    gap: 25px;
}
#progressbar li {
    width: 30%;
}
.amd_symptom_checker_wrapper {
    padding: 0 15px;
}
.get_care_btn{
    column-gap: 25px
}
#progressbar li:last-child i{
    margin-left: 0;
}
#progressbar li:after{
    top: 20px;
    width: 35vw;
}
#progressbar li span {
    margin-top: 8px;
    line-height: 14px;
    font-size: 12px;
}
.btn-group, .btn-group-vertical {
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
}
.common_cause{
    margin-top: 20px;
}
.get_care_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.final_fieldset {
    padding: 20px !important;
    border-radius: 0 !important;;
}
.consult_text{
    margin-bottom: 20px;
}
.card,.shadow{
    border-radius: 0;
}
.common_cause ul{
    flex-direction: column;
}
#triage-bar-image{
    width: 100%;
}
.step4-slider label{
    font-size: 9px;;
}
.mob_flex{
    display: flex;
    gap: 10px;
}
.history_table tbody,.history_table td,.history_table tfoot,.history_table th,.history_table thead,.history_table tr{
white-space: nowrap;
}

/* New Responsive */
}
/* responsive  Ends here*/