img.lazy {
    min-height: 1px
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.n2-ss-spinner-simple-white-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px;
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 50%;
    z-index: 1000;
}

.n2-ss-spinner-simple-white {
    outline: 1px solid RGBA(0, 0, 0, 0);
    width: 100%;
    height: 100%;
}

.n2-ss-spinner-simple-white:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -11px;
}

.n2-ss-spinner-simple-white:not(:required):before {
    content: '';
    border-radius: 50%;
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    animation: n2SimpleWhite .6s linear infinite;
}

@keyframes n2SimpleWhite {
    to {
        transform: rotate(360deg);
    }
}
.form {
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 1.625;
    margin: 8px 5%;
    padding: 10px;
}
.switch-field {
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 10px;
   
}        
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #ea580c;
    box-shadow: none;
    color: white;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}
.QuesLabel {
    width: 75%;
    margin-bottom: 10px;
    /* margin-left: 10px; */
    margin-right: 10px;
}

  .wpdm-download-link.btn.btn-link
  {
    border-radius: 4px;
}

/* ------------------------------Start Dynamic Styling----------------------------------------- */
@media screen {
    #page-wrapper .page-detail {
        padding-bottom: 0px;
    }

    .btn-wrapper.slz-back-to-top a.btn {
        background-color: transparent !important;
        border-color: #00abaa;
    }

    .btn-wrapper.slz-back-to-top a.btn:hover {
        background-color: #00abaa !important;
        color: #fff;
    }

    footer .footer-map,
    footer .footer-map .contact-form-wrapper .contact-form-content.right {
        background-color: rgba(237, 178, 0, 1);
    }

    footer .footer-map .contact-form-wrapper .contact-form-inner .working-hours-inner+.working-hours-inner {
        border-color: rgba(21, 130, 187, 1);
    }

  
    .footer-content.footer-content-style-2:after {
        background-color: transparent;
    }

       
        body {
            font-family: "din-2014", sans-serif;
            font-weight: 400;
        }

        p {
            font-family: "din-2014",sans-serif;
            font-weight: 400;
        }

        h1 {
            font-family: 'Montserrat', sans-serif;
        }

        h2 {
            font-family: 'Montserrat', sans-serif;
        }

        h3 {
            font-family: 'Montserrat', sans-serif;
        }

        h4 {
            font-family: 'Montserrat', sans-serif;
        }

        h5 {
            font-family: 'Montserrat', sans-serif;
        }

        h6 {
            font-family: 'Montserrat', sans-serif;
        }

        a {
            color: white
        }

        a:hover {
            color: #b7b7b9
        }

        a:active {
            color: #e7e0e7
        }
    }
    /* End Dynamic Styling only for desktop */
     /*--------------- Start Dynamic Styling only for desktop -------------------*/

    /*-------------------------- End Dynamic Styling only for desktop --------------------*/

    /* <!------------------ Custom Styling -------------------------------------> */
 

    .custom-hidden {
        display: none;
    }

    #highRiskRow,
    #belifHighRiskRow {
        border: 2px solid red;
        border-radius: 5px;
    }

    #lowRiskRow,
    #belifLowRiskRow {
        border: 2px solid #81d742;
        border-radius: 5px;
    }

    #mediumRiskRow {
        border: 2px solid #ef9f37;
        border-radius: 5px;
    }

    .slidecontainer {
      width: 100%;
    }

    .slider {
     -webkit-appearance: none;
     -moz-appearance: none;
     width: 100%;
      height: 10px;
      border-radius: 5px;
     background-image: linear-gradient(to right, rgb(0,123,133,0.2) , rgb(0,123,133,0.8));
     outline: none;
      opacity: 0.7;
      -webkit-transition: .2s;
      -moz-transition: .2s;
      -o-transition: .2s;
      transition: opacity .2s;
    }

    .slider:hover {
      opacity: 1;
    }

    .slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 23px;
      height: 24px;
      border-radius: 50%;
      background: #0A5949;
      cursor: pointer;
    }

    .slider::-moz-range-thumb {
      width: 23px;
      height: 24px;
      border-radius: 50%;
      background: #0A5949;
      cursor: pointer;
    }



    @media (max-width:600px) {
        .footer-base-right {
            display: block !important;
        }

        .vc_active .vc_tta-title-text {
            color: white !important;
        }

        .vc_tta-title-text {
            color: #585454 !important;
        }
    }

    @media (min-width:601px) {
        .footer-base-left {
            width: 40%;
            color: dimgray !important;
            font-size: 11px !important;
        }

        .footer-base {
            padding: 25px 0;
        }

        .footer-base-right ul {
            padding-top: 20px;
        }

        .vc_active .vc_tta-title-text {
            color: white !important;
        }

        .vc_tta-title-text {
            color: #585454 !important;
        }
        .prgrsBar{
            margin-left: 45%;
            margin-bottom: 10px;
            color: #eb1325;
        
        }
    }

    .avatar a {
        color: #edb200 !important;

    }

    .avatar .link-page {
        color: #63727b !important;

    }



    @media (max-width: 767px) {
        #pojo-a11y-toolbar {
            top: 0px !important;
        }
    }
    #map {
        height: 400px !important;
    }

    .info_content h2 {
        color: #000;
        text-align: left !important;
        font-size: 20px;
        font-weight: bolder
    }

    .info_content h3 {
        font-size: 15px;
        text-align: left !important;
        font-weight: 900;
        color: #666
    }

    .info_content h4 {
        color: #000;
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: bolder
    }

    .info_content h3 span {
        color: #000;
        display: inline;
        font-size: 13px;
        font-weight: bolder
    }

    .info_content a,
    a:link {
        color: #00abaa;
        text-decoration: none;
    }

    .info_content a,
    a:visited {
        color: #00abaa;
        text-decoration: none;
    }

    .info_content a:hover,
    a:active {
        color: #00abaa;
    }

    .section-page-content p {
        margin-bottom: 0.625em !important;
    }

    .description {
        margin-bottom: 10px !important;
    }

    .wpb_animate_when_almost_visible {
        opacity: 1;
    }



    @import url('https://fonts.googleapis.com/css?family=Rubik:400,500');



.w3eden .fetfont,
.w3eden .btn,
.w3eden .btn.wpdm-front h3.title,
.w3eden .wpdm-social-lock-box .IN-widget a span:last-child,
.w3eden #xfilelist .panel-heading,
.w3eden .wpdm-frontend-tabs a,
.w3eden .alert:before,
.w3eden .panel .panel-heading,
.w3eden .discount-msg,
.w3eden .panel.dashboard-panel h3,
.w3eden #wpdm-dashboard-sidebar .list-group-item,
.w3eden #package-description .wp-switch-editor,
.w3eden .w3eden.author-dashbboard .nav.nav-tabs li a,
.w3eden .wpdm_cart thead th,
.w3eden #csp .list-group-item,
.w3eden .modal-title {
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;
    font-weight: 500;
}

.w3eden #csp .list-group-item {
    text-transform: unset;
}



:root {
    --color-primary: #4a8eff;
    --color-primary-rgb: 74, 142, 255;
    --color-primary-hover: #4a8eff;
    --color-primary-active: #4a8eff;
    --color-secondary: #6c757d;
    --color-secondary-rgb: 108, 117, 125;
    --color-secondary-hover: #6c757d;
    --color-secondary-active: #6c757d;
    --color-success: #18ce0f;
    --color-success-rgb: 24, 206, 15;
    --color-success-hover: #18ce0f;
    --color-success-active: #18ce0f;
    --color-info: #2CA8FF;
    --color-info-rgb: 44, 168, 255;
    --color-info-hover: #2CA8FF;
    --color-info-active: #2CA8FF;
    --color-warning: #FFB236;
    --color-warning-rgb: 255, 178, 54;
    --color-warning-hover: #FFB236;
    --color-warning-active: #FFB236;
    --color-danger: #ff5062;
    --color-danger-rgb: 255, 80, 98;
    --color-danger-hover: #ff5062;
    --color-danger-active: #ff5062;
    --color-green: #30b570;
    --color-blue: #0073ff;
    --color-purple: #8557D3;
    --color-red: #ff5062;
    --color-muted: rgba(69, 89, 122, 0.6);
    --wpdm-font: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body
.wpdm-download-link.btn.btn-link {
    border-radius: 4px;
}
/* ---------------Avatar Display Hover Image ----------------*/
.human-body {    
    position: relative;            
    height: 350px;
    display: block;
    /* margin-left: 45px;  */
     /* margin: 40px auto; */
}
/* .human-body svg {
            position: absolute;
            left: 50%;
             fill: #08042c8c; 
        } */
.path1 {
  cursor: pointer;
  /* fill: #050303; */
}
.selected {
  cursor: pointer;
  fill: #ea580c;
  stroke: #ea580c;
  stroke-width: .1px;
  stroke-linejoin: round;
  fill-opacity: 0.76;
  stroke-opacity: 0.06;
}
  /* .human-body svg:hover {
    cursor: pointer;
}  */

   /* .human-body svg path:hover {
    fill: #ea580c;
}           */
a.selected,a:hover{
    cursor: pointer;
    fill: #ea580c;
    fill-opacity: 0.76;
    stroke: #3745b2;
    stroke-opacity: 0.06; 

}

.path1:hover {
    cursor: pointer;
    fill: #ea580c;
    fill-opacity: 0.76;
    stroke: #3745b2;
    stroke-opacity: 0.06; 
}

  .human-body svg {
    position: absolute;
    /* left: 50%; */
    fill: #ea580c;
}  
/* ----------------------------------Slider----------------------------------------- */
.slider {
-webkit-appearance: none;
width: 100%;
height: 15px;
border-radius: 5px;  
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%; 
background: #ea580c;
cursor: pointer;
}

.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #ea580c;
cursor: pointer;
}


/* ----------------------Snackbar/Toaster ---------------------------------------------*/


#snackbar {
visibility: hidden;
width: 1000px;
max-width: calc(100% - 20px);
/* margin-left: -250px; */
background-color: transparent;
color: #000;
text-align: Center;
border-radius: 2px;
border-style: solid;
border-width: 2px;
border-color: #ea580c;
padding: 16px;
position: fixed;
z-index: 6;
/* left: 50%; */
bottom: 30px;
font-size: 18px;
}

#snackbar.show {
visibility: visible;
-webkit-animation: fadein 2.5s, fadeout 2.5s 10s;
animation: fadein 2.2s, fadeout 2.5s 10s;
} 

@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;} 
to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;} 
to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

/*------------------ Button--------------------  */
#snackbar1 {
visibility: hidden;
width: 1000px;
max-width: calc(100% - 20px);
/* margin-left: -250px; */
background-color: transparent;
color: #000;
text-align: Center;
border-radius: 2px;
border-style: solid;
border-width: 2px;
border-color: #ea580c;
padding: 16px;
position: fixed;
z-index: 6;
/* left: 50%; */
bottom: 30px;
font-size: 18px;
}

#snackbar1.show {
visibility: visible;
-webkit-animation: fadein 2.5s, fadeout 2.5s 10s;
animation: fadein 2.2s, fadeout 2.5s 10s;
}

#snackbar2 {
visibility: hidden;
width: 1000px;
max-width: calc(100% - 20px);
/* margin-left: -250px; */
background-color: transparent;
color: #000;
text-align: Center;
border-radius: 2px;
border-style: solid;
border-width: 2px;
border-color: #ea580c;
padding: 16px;
position: fixed;
z-index: 6;
/* left: 50%; */
bottom: 30px;
font-size: 18px;
}

#snackbar2.show {
visibility: visible;
-webkit-animation: fadein 2.5s, fadeout 2.5s 10s;
animation: fadein 2.2s, fadeout 2.5s 10s;
}
#snackbar3 {
visibility: hidden;
width: 1000px;
max-width: calc(100% - 20px);
/* margin-left: -250px; */
background-color: transparent;
color: #000;
text-align: Center;
border-radius: 2px;
border-style: solid;
border-width: 2px;
border-color: #ea580c;
padding: 16px;
position: fixed;
z-index: 6;
/* left: 50%; */
bottom: 30px;
font-size: 18px;
}

#snackbar3.show {
visibility: visible;
-webkit-animation: fadein 2.5s, fadeout 2.5s 10s;
animation: fadein 2.2s, fadeout 2.5s 10s;
}

#snackbar4 {
visibility: hidden;
width: 1000px;
max-width: calc(100% - 20px);
/* margin-left: -250px; */
background-color: transparent;
color: #000;
text-align: Center;
border-radius: 2px;
border-style: solid;
border-width: 2px;
border-color: #ea580c;
padding: 16px;
position: fixed;
z-index: 6;
/* left: 50%; */
bottom: 30px;
font-size: 18px;
}

#snackbar4.show {
visibility: visible;
-webkit-animation: fadein 2.5s, fadeout 2.5s 10s;
animation: fadein 2.2s, fadeout 2.5s 10s;
}
#snackbar5 {
visibility: hidden;
width: 1000px;
max-width: calc(100% - 20px);
/* margin-left: -250px; */
background-color: transparent;
color: #000;
text-align: Center;
border-radius: 2px;
border-style: solid;
border-width: 2px;
border-color: #ea580c;
padding: 16px;
position: fixed;
z-index: 6;
/* left: 50%; */
bottom: 30px;
font-size: 18px;
}

#snackbar5.show {
visibility: visible;
-webkit-animation: fadein 2.5s, fadeout 2.5s 10s;
animation: fadein 2.2s, fadeout 2.5s 10s;
}

#snackbar6 {
visibility: hidden;
width: 1000px;
max-width: calc(100% - 20px);
/* margin-left: -250px; */
background-color: transparent;
color: #000;
text-align: Center;
border-radius: 2px;
border-style: solid;
border-width: 2px;
border-color: #ea580c;
padding: 16px;
position: fixed;
z-index: 6;
/* left: 50%; */
bottom: 30px;
font-size: 18px;
}

#snackbar6.show {
visibility: visible;
-webkit-animation: fadein 2.5s, fadeout 2.5s 10s;
animation: fadein 2.2s, fadeout 2.5s 10s;
}


.btnall
{
background-color: #ea580c !important;
color: #fff !important;
border-width: 2px !important;
border-radius: 2em !important;
border-color: rgb(234, 88, 12) !important;
margin-bottom: 10px;
width: 100px;
padding: 10px;
background-color: #ea580c !important;
}

.btnall:hover
{
background-color: #ea580c !important;
color: #fff !important;
border-width: 2px !important;
border-radius: 2em !important;
border-color: rgb(234, 88, 12) !important;
margin-bottom: 10px;
width: 100px;
padding: 10px;
background-color: #ea580c !important;
}
/* Progress Bar */
.prgrsBar{
margin-left: 75%;
margin-bottom: 10px;
color: #ea580c;

}
.lblProgress{
float: right;
margin-right: 10%;
margin-bottom: 10px;
}

.btn{

background-color: #ea580c !important;
padding: 10px;
width: 100px;
margin-bottom: 10px;
color: #fff;
border-radius: 2em;
border-width:2px ;
border-color: #ea580c;

}
.btn:hover{

background-color: #ea580c !important;
padding: 10px;
width: 100px;
margin-bottom: 10px;
color: #fff;
border-radius: 2em;
border-width:2px ;
border-color: #ea580c;

}
.Result{
background-color: #fff;
text-align: center;
margin: 20px 0px 0px 0px;
border-width:2px;
border-color: #ea580c;
border-style:solid;
padding: 1px 30px 20px;
color: #000;
}
.av-center{
    text-align: center;
    margin: 0 auto;
    padding: 0;
    float: none;
}

.av-center div{
    display: inline-block !important;
}



/* -------------------------------------------Blink a link------------------------------------------------------------------- */
.blink {
animation: blink .2s infinite;
}

@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
transform: scale(2);
}
51% {
opacity: 0;
transform: scale(0);
}
100% {
transform: scale(1);
opacity: 1;
}
}

.btn-next- {
margin: 0;
float: right;
right: 100px;
position: relative;
}
.btn-back-{
   margin-left: 35px;
}
.btn-back1-{
    margin-left: 5px;
 }
.btn-next-back-both {
width: 100%;
float: left;
}

.shol-pain-class{
width: 100%;
float: left;
}


@media only screen and (max-width: 767px){
.QuesLabel {
width: 98%;
/* float: left; */
display: inline-block;
}

.AnsRadio {
width: 100%;
/* float: left; */
display: inline-block;
color: white;  
}

.switch-field {
display: inherit;
}
.btn_Next{
float: right ;
}
.prgrsBar{
margin-left: 45%;
margin-bottom: 10px;
}
.av-center{
    margin-left: -50px !important;
}
.human-body {
position: relative;
height: 350px;
display: block;
margin-right: 86%;

} 
.lblProgress{
    float: right;
    margin-right: 20%;
    /* margin-bottom: 10px; */
    }
    .btn-next- {
        margin: 0;
        float: right;
        right: 10px;
        position: relative;
        }
        .btn-back-{
            margin-left: 10px;
         }
         .sidebar1{
            margin-left: 380px;
            width: auto;
            align-items: center;
            text-align: center;
        }

} 





/* @media only screen and (max-width: 767px){
    img.mapster_el {
        width: 40% !important;
        object-fit: contain;
        vertical-align: top !important;
        height: 40% !important;
    }
    
    img#vegetables {
        width: 40% !important;
        width: 40% !important;
        object-fit: contain;
        vertical-align: top !important;
        height: 40% !important;
    }
    
    canvas {
        width: 40% !important;
        width: 40% !important;
        object-fit: contain;
        vertical-align: top !important;
        height: 40% !important;
    }
} */





.dropbtn {
    background-color: #ea580c;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #ea580c;}


  .btn-center{text-align: center;}