/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext'); */
:root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --grey: #ecedf3;
}

 

p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 30px;
    /* color: var(--white); */
    letter-spacing: 1px;
    font-weight: 500;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

::selection {
    color: var(--white);
    background-color: var(--black);
}

::-moz-selection {
    color: var(--white);
    background-color: var(--black);
}

mark {
    color: var(--white);
    background-color: var(--black);
}

.section {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.over-hide {
    overflow: hidden;
}

.z-bigger {
    z-index: 100 !important;
}

.background-color {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.checkbox:checked~.background-color {
    background-color: var(--white);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.checkbox:checked+label,
.checkbox:not(:checked)+label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    /* margin: 17px 0; */
    /* margin-top: 100px; */
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: 100 !important;
}

.checkbox:checked+label:before,
.checkbox:not(:checked)+label:before {
    position: absolute;
    font-family: 'unicons';
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.checkbox:not(:checked)+label:before {
    content: '\eac1';
    left: 0;
    color: var(--grey);
    background-color: var(--dark-light);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked+label:before {
    content: '\eb8f';
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked~.section .container .row .col-12 p {
    color: var(--dark-blue);
}

.checkbox-answer:checked+label,
.checkbox-answer:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding: 14px;
    width: 90px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.checkbox-answer:not(:checked)+label {
    background-color: #257978;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-answer:checked+label {
    background-color: transparent;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    color: white;
    background-color: #257978;
}

.checkbox-answer:not(:checked)+label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #141e30, #243b55);
}

.checkbox-answer:checked+label::before,
.checkbox-answer:not(:checked)+label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    /* background-image: linear-gradient(298deg, var(--red), var(--yellow)); */
    z-index: -1;
}

.checkbox-answer:checked+label .uil,
.checkbox-answer:not(:checked)+label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.checkbox:checked~.section .container .row .col-12 .checkbox-answer:not(:checked)+label {
    background-color: var(--light);
    color: var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox:checked~.section .container .row .col-xl-10 .checkbox-budget:not(:checked)+label {
    background-color: var(--light);
    -webkit-text-stroke: 1px var(--dark-blue);
    /* text-stroke: 1px var(--dark-blue); */
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox:checked~.section .container .row .col-12 .checkbox-booking:not(:checked)+label,
.checkbox:checked~.section .container .row .col-12 .checkbox-booking:checked+label {
    background-color: var(--light);
    color: var(--dark-blue);
}

.checkbox:checked~.section .container .row .col-12 .checkbox-booking:checked+label::after,
.checkbox:checked~.section .container .row .col-12 .checkbox-booking:not(:checked)+label::after {
    background-color: var(--light);
}

 

#timer,
#fulltime {
    height: auto;
    padding: 20px;
    font-weight: bold;
    font-size: 30px;
    font-family: ubuntu;
    display: block;
    text-align: center;
    color: #0b0913;
}

.modal-content {
    height: 900px;
    overflow-y: auto;
}

.mm-survey-progress {
    width: 100%;
    height: 5px;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 7px;
}

.mm-progress {
    transition: width 0.5s ease-in-out;
}

.mm-survey-progress-bar {
    height: 10px;
    width: 0%;
    background: #11998e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}

.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    transition: 1s -webkit-filter linear;
}

@media screen and (max-width: 767px) {
    .mobile-space {
        margin-top: 15px !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .for-checkbox-answer {
        font-size: 17px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .for-checkbox-answer {
        font-size: 10px !important;
    }
}

@media only screen and (min-device-width: 390px) and (max-device-width: 844px) {
    .for-checkbox-answer {
        font-size: 17px !important;
    }
}

.modalbg {
    background: #8e9eab;
    background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
    background: linear-gradient(to right, #eef2f3, #8e9eab);
}

.mobileimg {
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    width: 70% !important;
} 
.keycss{
margin-top: 50px;
}  

/* tablet media query */
@media only screen and (min-device-width: 800px) and (max-device-width: 800px) and (min-device-height: 1334px) and (max-device-height: 1334px) and (orientation: portrait) {
    /* Styles for portrait mode */
    .bg-theme{
        width: 100%;
        height: 35vh; /* 100% of the viewport height */ 
    }
    #tool-part{
        margin-top: 60px;
        margin-bottom: 60px !important;

    }

    .keycss {
        margin-top: 34px;
    }

    .checkbox-answer:checked+label,
    .checkbox-answer:not(:checked)+label {
        line-height: 45px !important;
    }
  } 


/* for ipad devices */
@media only screen and (max-width: 820px){
.card-header {
    margin-bottom: 0;
    padding: 0.25rem 0.5rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}



  
.pcview{
    display: none;
}
.card-footer {
    padding: 0.25rem 0.5rem; 
}

.mobileimg {
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}
.keycss{
    margin-top: 15px;
}

.checkbox-answer:checked+label,
.checkbox-answer:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding: 0px !important;
    width: 100px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.checkbox-answer:not(:checked)+label {
    background-color: var(--dark-light);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    font-size: 10px !important;
}

.checkbox-answer:checked+label {
    background-color: transparent;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    color: white;
    background-color: #353746;
    font-size: 10px !important;
}


}
/* for mobile devices */
@media only screen and (max-width: 600px) {  
.card-header {
    margin-bottom: 0;
    padding: 0.25rem 0.5rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
}

.card-footer {
    padding: 0.25rem 0.5rem; 
}

.mobileimg {
    margin-top:0px;
    margin-left: auto;
    margin-right: auto;
    width: 75% !important;
}
.keycss{
    margin-top: 15px;
}

.checkbox-answer:checked+label,
.checkbox-answer:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding: 7px !important;
    width: 100px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
}   

 

.zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}

.cardtool {
    /* height: 200px;
    width: 200px; */
    border-radius: 14px;
    box-shadow: 2px 2px 3px 4px rgba(12,12,12,0.2);
  }


.bg-btncolor{
    cursor: pointer
}