@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
@font-face {
    font-family: "sf_pro_regular";
    src: url("../font/sf-pro-regular.woff2") format("woff2"),
        url("../font/sf-pro-regular.woff") format("woff"),
        url("../font/sf-pro-regular.ttf") format("truetype"),
        url("../font/sf-pro-regular.svg#sf_pro_regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "sf_pro_semibold";
    src: url("../font/sf-pro-semibold.woff2") format("woff2"),
        url("../font/sf-pro-semibold.woff") format("woff"),
        url("../font/sf-pro-semibold.ttf") format("truetype"),
        url("../font/sf-pro-semibold.svg#sf_pro_semibold") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Montserrat', sans-serif;
    padding-top: 56px;
    color: #222;
}
p {margin-bottom: 0.5rem;}
a:hover,
a:focus,
button:hover,
button:focus,
.form-control:hover,
.form-control:focus,
.ans-specific:hover,
.ans-specific:focus,
.btn:hover,
.btn:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus,
.btn:not(.card-link) {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

/*****************
CSS UTILITIES
******************/
.mw-1280 {
    max-width: 1280px !important;
}
.mw-1200 {
    max-width: 1200px !important;
}
.mw-1100 {
    max-width: 1100px !important;
}
.mw-1000 {
    max-width: 1000px !important;
}
.mw-875 {
    max-width: 875px !important;
}
.mw-800 {
    max-width: 800px !important;
}
.mw-750 {
    max-width: 750px !important;
}
.mw-640 {
    max-width: 640px !important;
}
.mw-600 {
    max-width: 600px !important;
}
.mw-560 {
    max-width: 560px !important;
}
.mw-500 {
    max-width: 500px !important;
}
.mw-450 {
    max-width: 450px !important;
}
.mw-420 {
    max-width: 420px !important;
}
.mw-360 {
    max-width: 360px !important;
}
.mw-250 {
    max-width: 250px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-34 {
    font-size: 34px !important;
}
.fs-36 {
    font-size: 36px !important;
}
.fs-38 {
    font-size: 38px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-42 {
    font-size: 42px !important;
}
.fs-48 {
    font-size: 48px !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-700 {
    font-weight: 600 !important;
}
.brl-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.brr-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.br-0 {
    border-radius: 0px !important;
}
.br-1 {
    border-radius: 1px !important;
}
.br-2 {
    border-radius: 2px !important;
}
.br-3 {
    border-radius: 3px !important;
}
.br-4 {
    border-radius: 4px !important;
}
.br-5 {
    border-radius: 5px !important;
}
.br-6 {
    border-radius: 6px !important;
}
.br-8 {
    border-radius: 8px !important;
}
.br-10 {
    border-radius: 10px !important;
}
.br-25 {
    border-radius: 25px !important;
}
.br-50 {
    border-radius: 50% !important;
}
.rtt-45 {
    transform: rotate(45deg);
}
.rtt-90 {
    transform: rotate(90deg);
}
.btn {
    padding: 0.5rem 1.5rem;
}
.btn-red {
    background-color: #a40004 !important;
    color: #fff !important;
}
*[class*="border"] {
    border-color: #c3d2eb !important;
}
.bg-site-red {
    background-color: #a40004 !important;
    color: #fff;
}
.text-dgray {
    color: #555;
}
.text-black {
    color: #222;
}
.text-red{color: #ee211b !important;}
.text-amber{color: #ffc000 !important;}
.text-green{color: #00b050 !important;}
.bg-red{background-color: #ee211b !important;}
.bg-amber{background-color: #ffc000 !important;}
.bg-green{background-color: #00b050 !important;}
.bg-xlgray{background-color: #eee !important;}




/*****************
SITE HEADER
******************/
.site-header .container {
    max-width: 1330px;
}
.site-header .navbar {
    box-shadow: 0 0 5px #ccc;
}
.site-header .navbar-brand {
    padding: 12px 0;
}
.site-header .navbar-brand img{
        max-width: 200px;
}
.site-header .navbar-toggler {
    border: none;
    padding: 0;
}
.site-header .navbar-nav a.nav-link,
.site-header .navbar-nav .dropdown-item {
    padding: 16px 16px;
    color: #111111 !important;
}
.navbar-nav .dropdown-menu {
    margin-bottom: 15px;
}

/*****************
HOME PAGE
******************/
.site-section {
    padding: 80px 0;
}
.flex-row-reverse .section-text {
    padding-left: 15px;
    padding-right: 65px;
}
.section-text {
    padding-left: 65px;
}
.section-img img {
    width: 100%;
}
.section-text-title {
    font-family: "sf_pro_semibold";
    font-size: 56px;
    margin-bottom: 2rem;
}
.section-sub-text {
    font-size: 18px;
}
.section-text li {
    line-height: 36px;
}
.req-demo-form {
    display: flex;
    flex-wrap: nowrap;
}
.req-demo-form .btn {
    background: #a40004;
    color: #fff;
    border-radius: 0 6px 6px 0;
    padding: 0.375rem 0.75rem;
}
.req-demo-form input.form-control {
    border-radius: 6px 0 0 6px;
}
.req-demo-form:not(.form-inline) input.form-control {
    padding: 12px 16px;
    height: auto;
}
.list-clients img {
    max-width: 100%;
}
.list-clients {
    margin-top: 50px;
    max-width: 900px;
}
.oen-benefit-title {
    max-width: 275px;
    margin: 0 auto;
}
.video-holder{position:relative;}
.video-holder video{
    max-width: 100%;

}
.video-holder:after, .video-holder:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    z-index: 9;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.video-holder:after{right:0;left:auto;}
.bootstrap-select:not(.link-dd) .btn.dropdown-toggle {
    border: 1px solid rgba(0,0,0,0.125);background-color: #fff;max-height: 40px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: none !important;
}

/*****************
SURVEY PAGE
******************/
.section-questionnaire {
    padding: 60px 0;
}
.survey-type-single {
    padding: 0;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 5px #bfbfbf;
    border-radius: 5px;
}
.survey-type-single a:not(.btn-survey-edit) {
    padding: 1rem;
    display: block;
}
.tick-mark-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ccc;
    flex: 1 0 auto;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    max-width: 32px;
    margin: 0 auto;
}
.survey-sec-active {
    border-color: #228b22;
    box-shadow: 0 0 5px #228b22;
    background: #228b22;
    color: #fff;
}
.survey-sec-active a {
    color: #fff;
}
.survey-sec-completed {
    border-color: #ccc;
    box-shadow: none;
    background: #ddd;
}
.survey-sec-completed .text-black {
    color: #222;
}
.survey-sec-disabled a {
    opacity: 0.65;
    cursor: not-allowed;
}
.survey-sec-active .tick-mark-wrap {
    background: #fff;
    color: #333;
}
.survey-sec-completed .tick-mark-wrap {
    background-color: #228b22;
    border-color: #228b22;
    color: #fff;
}
.btn-survey-edit {
    font-size: 0px;
    height: 0;
    line-height: 32px;
    width: 0;
    border-radius: 50%;
    text-align: center;
    background-color: #ccc;
    color: #ccc !important;
    position: absolute;
    transform: rotateY(180deg);
    right: 8px;
    bottom: 8px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.survey-sec-completed:hover .btn-survey-edit {
    font-size: 16px;
    height: 32px;
    width: 32px;
    color: #fff !important;
}
.survey-progress-counter {
    height: 75px;
    width: 75px;
    text-align: center;
    border: 6px solid #dee2e6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -20px;
}
.progress-counter-wrap {
    display: flex;
    justify-content: center;
    line-height: 1.2;
    align-items: center;
}
.progress-counter-wrap span.step-at {
    font-family: "sf_pro_semibold";
    font-size: 125%;
    margin-bottom: 4px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color: #228b22;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(34, 139, 34, 0.25);
}
.custom-control.custom-checkbox {
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.tooltip-inner {
    max-width: 480px !important;
}
.dashboard-wrapper div[id].card-accordion.box-accordion .card.card-bordered-green button.btn,
.dashboard-wrapper div[id].card-accordion.box-accordion .card.card-bordered-green .collapse.show{
    border-color: green !important;
}




/*****************
QUESTIONNAIRE PAGE
******************/
.survey-section-wrap {
    margin-bottom: 2rem;
}
.ans-specific {
    background-color: transparent;
    border: 1px solid #000 !important;
    border-radius: 2px;padding: 0 4px;
}
.list-answer-options li + li {
    margin-top: 0.25rem;
}
.survey-section-bar {
    border-radius: 4px;
    padding: 0.75rem 1.5rem !important;
}

.item-specific .custom-control.custom-checkbox {
    min-width: 120px;
}


/*****************
REPORT PAGE
******************/
.survey-report-holder img {
    max-width: 100%;
}
.survey-report-holder {
    border: 1px solid #ccc;
    display: inline-block;
    margin-top: 50px;
}
.pdf-wrapper {
    width: 794px;
    height: 1123px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;

}
.pdf-wrapper + .pdf-wrapper {
    margin-top: 40px;
}
.pdf-wrapper-inner {
   padding: 35px;
    flex-grow: 1;
    margin-bottom: 54px;    overflow: hidden;
}
.intro-section-wrap {
    overflow: hidden;
}
.intro-section-wrap .side-bg {
    position: absolute;
    top: 110px;
    left: 0;
}
.pdf-content {
    margin: 50px 0 75px;
}
.header-logo-holder{padding:20px 35px;}
.intro-section {
    color: #fff;
    font-family: "sf_pro_semibold";
    padding: 35px;
    position: absolute;
    margin: 0;
    bottom: 150px;
    max-width: 480px;
    right: 0;
    text-align: right;
}
.intro-section h1 {
    margin-bottom: 30px;
    font-size: 54px;
    line-height: 72px;
}
.intro-section h3 {
    font-size: 32px;
}
.pdf-footer {
    padding: 15px 0;
    text-align: center;
    color: #fff;
    position: absolute;
     background: #000;
    color: #898989;
    width: 100%;
    bottom: 0;
}
.pdf-footer img {
    position: absolute;
    top: 0;
    left: 0;
}
.pdf-footer.intro {
    background: #ab1a1a;
    color: #feda14;
}
.pdf-footer.no-bg{
    background: transparent;
}
.pdf-footer p {
    margin: 0;
    position:relative;
    z-index:9;
}
.page-count {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.page-count.at-bottom {
    top: auto;
    bottom: 0;
    color: #ccc;
}

.result-notes {
    color: #ff1818;
    margin-top: 50px;
}
.pdf-header {
    position: relative;
}
.result-intructions-list {
    padding-left: 20px;
}
.com-info-wrap {
    margin: 120px 0 40px;
}
.com-info-wrap h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-family: "sf_pro_semibold";
}
.com-info-row label {
    margin-right: 6px;
}
.com-thanks-msg {
    margin-top: 24px;
}
.pdf-slide-name {
    text-transform: uppercase;
    font-size: 30px;
    padding: 40px 20px;
    display: inline-block;
    position: absolute;
    left: 35px;
    color: #bc8c02;
    background: #0f0008;
    max-width: 345px;
    text-align: center;
    min-width: 240px;
    font-weight: 700;
}
.lr-info-wrap {
    display: flex;
    align-items: center;
}
.l-info,
.r-info {
    width: 50%;
}
.survey-score {
    padding: 0;
    position: absolute;
    top: 200px;
    right: 120px;
    left: 120px;
    bottom: 120px;
    text-align: center;
    background: #ab1a1a;
    color: #fff;
    padding-top: 175px;
    font-family: "sf_pro_semibold";
    overflow: visible;
}
.survey-score .per-count {
    font-size: 108px;
}
.survey-score h3 {
    font-size: 36px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-family: "sf_pro_semibold";
}
.survey-score .bulb {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.r-info ul {
    text-align: left;
    display: inline-block;
    font-size: 24px;
}
.lr-info-wrap + .lr-info-wrap {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #aaa;
}
.l-info h2 {
    font-family: "sf_pro_semibold";
    font-size: 32px;
    padding: 0 5px;
}
.score-in-circle {
    width: 160px;
    height: 160px;
    font-size: 28px;
    text-align: center;
    background: #d07e7e;
    margin: 0 auto;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.csa-wrap {
    display: flex;
    align-items: center;
    margin-top: 75px;
}
.csa-info p {
    padding-right: 125px;
    margin: 0;
}
.csa-score {
    font-family: "sf_pro_semibold";
    text-align: center;
    padding: 40px;
    background: #ffc000;
    font-size: 28px;
}
.ammeter-wrap {
    display: flex;
    align-items: center;
    padding: 40px 0;
}
.ammeter-intro p {
    margin: 0 0;
    font-size: 18px;
}
.ammeter-hesding,
.ammeter-graph {
    flex: 1 1 auto;
}
.ammeter-hesding {
    text-align: center;
}
.ammeter-graph {
    text-align: right;
}
.ammeter-info-wrap h3 {
    margin-bottom: 40px;
}
.ammeter-info-text {
    padding: 10px 0 30px;margin-bottom: 0;
}
.ammeter-info-text .fa {
    margin-right: 6px;
    color: #822f44;
}
.thanks-footer {
    background: #ab1a1a;
}
.pdf-wrapper-inner.thank-you-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 200px);
    transform: translate(-50%, -50%);
    height: 560px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    display: flex;
    align-items: center;
}
.thank-you-wrap h2 {
    font-size: 64px;
    margin-bottom: 24px;
}
.thank-you-wrap h3 {
    color: #dbcd6f;
    font-size: 18px;
}
.ammeter-img {
    position: relative;
    display: inline-block;
}
.ammeter-img img {
    max-width: 360px;
}


.needle,
.needle:before {
    position: absolute;
    display: inline-block;
    background: #333;
    left: 50%;
    border-radius: 50% 50% 50% 50% / 50% 50% 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.needle {
    height: 1em;
    width: 0.025em;
    margin-left: -0.0125em;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 117px;
    line-height: 1em;
    bottom: 0;
}
.needle:before {
    content: "";
    height: 0.05em;
    width: 0.05em;
    bottom: -0.025em;
    margin-left: -0.025em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.needle {
    height: 110px;
    width: 4px;
    margin-left: -2px;
    font-size: 117px;
    bottom: 0;
}
.needle:before {
    content: "";
    height: 8px;
    width: 8px;
    bottom: -4px;
    margin-left: -4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.donut-chart-wrap {
    height: 600px;
    margin-top: -40px;
    display: flex;
    position: relative;
}
.dc-big-cir {
    width: 350px;
    height: 350px;
    border-radius: 175px;
    margin: auto;
    position: relative;
    transform: rotate(30deg);
    background-image: linear-gradient(#999, #ccc);
}
.dc-inn-cir {
    height: 160px;
    width: 160px;
    background: #fff;
    margin: auto;
    border-radius: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.dc-big-cir img{
    /*transform: rotate(75deg);*/
}
.divider.divider-1 {
    margin-bottom: -1px;
}
.dc-big-cir .divider {
    position: absolute;
    height: 2px;
    background: #fff;
    top: 50%;
    width: 100%;
}
.divider.divider-2 {
    transform: rotate(60deg);
}
.divider.divider-3 {
    transform: rotate(-60deg);
}
.data-row {
    position: absolute;
    top: 25px;
    width: 100%;
}
.data-left {
    float: left;
    text-align: left;
}
.data-rigth {
    float: right;
    text-align: right;
}
.data-row.row-2 {
    top: 50%;
    transform: translateY(-50%);
}
.data-row.row-3 {
    top: auto;
    bottom: 25px;
}
.data-row > div[class*="data-"] {
    width: 220px;
}
.data-per {
    font-size: 30px;
    font-weight: 700;
}

.data-per.green {
    color: #00b050;
}
.data-per.amber {
    color: #ffc000;
}
.data-per.red {
    color: #ee211b;
}
.data-title {
    font-size: 22px;
    margin-bottom: 0;
}
.data-per-1 {
    top: 100px;
    left: 55px;
}
.data-per-2 {
    top: 38px;
    right: 150px;
}
.data-per-3 {
    top: 220px;
    left: 50px;
}
.data-per-4 {
    right: 55px;
    top: 100px;
}
.data-per-5 {
    left: 160px;
    bottom: 40px;
}
.data-per-6 {
    bottom: 100px;
    right: 50px;
}
.data-per-count {
    position: absolute;
    transform: rotate(-30deg);
    font-weight: 700;
}
.loading-wrapper{position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background: rgba(0,0,0,0.75);}
.info-grid-layout {display: flex;
    flex-wrap: wrap;    margin: 50px -35px 75px;}
.info-grid-layout .lr-info-wrap {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
        padding-bottom: 20px;
}
.info-grid-layout .lr-info-wrap:not(.min-h-0){min-height: 220px;}
.info-grid-layout .lr-info-wrap .r-info, .info-grid-layout .lr-info-wrap .l-info {
    width: 100%;
}
.info-grid-layout .l-info h2 {
    font-size: 21px;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}
.info-grid-layout .lr-info-wrap[class*="border-"] {
    border-color: #111 !important;
}
.info-grid-layout .r-info ul {
    text-align: left;
    display: inline-block;
        font-size: 18px;
    line-height: 28px;
}


/*****************
SITE FOOTER
******************/
.site-footer {
    background-color: #20252d;
    color: #fff;
}
.site-footer-main {
    padding: 40px 0;
}
.site-footer-main p {
    font-size: 18px;
}
.site-footer-main h2 {
    font-size: 48px;
}
.site-footer-copy {
    border-top: 1px solid #3c424b;
    padding: 10px 0;
}
.list-f-link a {
    color: #abb4bd;
    font-size: 14px;
}
.list-social-media a.list-item-link {
    background: #3e4042;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s;
    opacity: 0.9;
}
.list-social-media a.list-item-link:hover,
.list-social-media a.list-item-link:focus {
    opacity: 1;
    background: #303435;
    color: #a40004;
}


/*****************
PAGINATION CUSTOMIZE
******************/
ul.list-pageination {
    list-style: none;
    display: inline-flex;
    align-items: center;
}
.list-pageination li + li{
margin-left: 8px;
}

.list-pageination li a {
    padding: 8px;color: #a40004;
}

.list-pageination li a:not([class*="pagi-"]) {
    width: 32px;
    display: inline-block;
    height: 32px;
    padding: 0;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #a40004 ;
    color: #a40004;
}
.list-pageination li.active a {
    background-color: #a40004 !important;
    color: #fff;
}

/*****************
BOOTSTRAP CUSTOMIZE
******************/
.custom-control-label::after {
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem;
}
.custom-control-label::before {
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem;
}
.custom-control {
    min-height: 1.75rem;
    padding-left: 1.75rem;
}
.modal-middle.show {display: flex !important;align-items: center;}



/*****************
RESPONSIVE
******************/


@media (min-width: 1366px) {
    .container {
        max-width: 1330px;
    }
}
@media (min-width: 992px) {
.section-assess-operational .video-holder{margin-top:-60px;}
}
@media (max-width: 1365px) {
    .section-text-title {
        font-size: 46px;
    }
    .site-header .navbar-nav a.nav-link,
    .site-header .navbar-nav .dropdown-item {
        font-size: 15px;
    }
}
@media (max-width: 1280px) {
    .site-header .navbar-nav a.nav-link,
    .site-header .navbar-nav .dropdown-item {
        font-size: 14px;
        padding: 16px 14px;
    }
}
@media (max-width: 1199px) {
    .section-sub-text {
        font-size: 16px;
    }
    .section-text {
        padding-left: 40px;
    }
    .section-text-title {
        font-size: 36px;
    }
    .flex-row-reverse .section-text {
        padding-right: 40px;
    }
    .navbar-collapse {
        padding-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .section-text {
        padding: 3rem 15px 0;
    }
    .site-section {
        padding: 60px 0;
    }
    .survey-progress-counter {
        position: static;
        margin: 0 auto 15px;
    }
}
@media (max-width: 767px) {
    .section-text-title,
    .survey-section-title {
        font-size: 28px !important;
    }
    .survey-group-title {
        font-size: 22px !important;
    }
    .survey-sub-group-title {
        font-size: 20px !important;
    }
    .site-footer-main h2 {
        font-size: 36px;
    }
    .section-start-survey-form p.fs-24 {
        font-size: 18px !important;
    }
    .container {
        max-width: 100%;
    }
    .section-clients h2 {
        font-size: 24px;
    }
    .survey-section-bar {
        font-size: 24px !important;
    }
    .survey-question-single {
        margin: 0 -15px;
    }
    .survey-nav-btn-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 575px) {
    .survey-type-single {
        min-width: 100%;
    }
    .row-survey-type {
        flex-wrap: wrap;
    }
    .section-text-title,
    .survey-section-title {
        font-size: 25px !important;
    }
    .site-section {
        padding: 40px 0;
    }
    .req-demo-form {
        flex-direction: column;
    }
    .req-demo-form:not(.form-inline) input.form-control {
        padding: 8px 16px;
    }
    .req-demo-form input.form-control {
        border-radius: 6px;
    }
    .req-demo-form .btn {
        border-radius: 6px;
        padding: 0.5rem 0.75rem;
        margin-top: 8px;
        width: 100%;
    }
    .tooltip-inner {
        max-width: 290px !important;
    }
}
