.disable-user-select {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    font-family: 'Fira Sans', sans-serif;
}

.survey-template-info-box a, .survey-template-info-box a:focus, .survey-template-info-box a:hover, .temp-extra-nav a {
    color: #2ba6cb;
}


.arrow2 {
    background-color: #fff;
    background-image: none;
    padding-top: 0;
}

.arrow2 span {
    width: 95%;
    display: inline-block;
    padding: 2px 11px 3px 0;
}

.arrow2:before {
    width: 21px;
    height: 100%;
    background-image: url("/images/qphome/arrow-down2.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
    z-index: 555;
}

.custom-row {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-row:before,
.custom-row:after {
    clear: both;
    content: " ";
    display: table;
}

.btn {
    border: none;
    bottom: 0;
    text-shadow: none;
}

.temp-slider-wrapper *,
.temp-search-wraapper *,
.temp-bread-crumbs *,
.all-section * {
    font-family: 'Fira Sans', sans-serif !important;
}

.temp-slider-wrapper * .fa,
.temp-search-wraapper * .fa,
.temp-bread-crumbs * .fa,
.all-section * .fa {
    font-family: FontAwesome !important;
}

.nw-header-content .nw-main-nav {
    width: auto;
    float: right;
}

.temp-extra-nav-wrapper {
    background: #f6f6f6;
}

.temp-extra-nav-wrapper .temp-extra-nav {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.temp-extra-nav-wrapper .temp-extra-nav-list {
    width: 100%;
    border-top: 1px solid #e9e7e7;
    float: left;
    list-style: none;
    padding: 0 10px;
    text-align: center;
}

@media only screen and (min-width: 760px) {
    .temp-extra-nav-wrapper .temp-extra-nav-list {
        width: 20%;
        border-left: 1px solid #e9e7e7;
    }
}

.temp-extra-nav-wrapper .temp-extra-nav-list:first-child {
    border: none;
}

.temp-extra-nav-wrapper .temp-extra-nav-link {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    padding: 15px 0;
    position: relative;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

@media only screen and (min-width: 760px) {
    .temp-extra-nav-wrapper .temp-extra-nav-link {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-extra-nav-wrapper .temp-extra-nav-link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-extra-nav-wrapper .temp-extra-nav-link {
        font-size: 16px;
    }
}

.temp-extra-nav-wrapper .temp-extra-nav-link:after {
    width: 0;
    height: 1px;
    background: #00a7e3;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.temp-extra-nav-wrapper .temp-extra-nav-link:hover {
    text-decoration: none;
}

.temp-extra-nav-wrapper .temp-extra-nav-link:hover:after {
    width: 100%;
}

.temp-slider-wrapper {
    width: 100%;
    background-image: url('/images/qphome/library/slider-bg-1.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 760px) {
    .temp-slider-wrapper {
        height: 371px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-slider-wrapper {
        height: 434px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-slider-wrapper {
        background-position: 30% 30%;
        height: 520px;
    }
}

.temp-slider-wrapper .slider-text {
    padding-bottom: 30px;
    padding-top: 30px;
}

@media only screen and (min-width: 760px) {
    .temp-slider-wrapper .slider-text {
        padding-bottom: 0;
        padding-top: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-slider-wrapper .slider-text {
        padding-top: 34px;
    }
}

.temp-slider-wrapper .slider-text h2, .temp-slider-wrapper .slider-text .h1-text {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 7px;
    text-aling: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 760px) {
    .temp-slider-wrapper .slider-text h2, .temp-slider-wrapper .slider-text .h1-text {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 8px;
        text-aling: left;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-slider-wrapper .slider-text h2, .temp-slider-wrapper .slider-text .h1-text {
        font-size: 52px;
        line-height: 58px;
        margin-bottom: 9px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-slider-wrapper .slider-text h2, .temp-slider-wrapper .slider-text .h1-text {
        font-size: 62px;
        line-height: 68px;
        margin-bottom: 10px;
    }
}

.temp-slider-wrapper .slider-text p, .temp-slider-wrapper .slider-text .h2-text {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-aling: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 760px) {
    .temp-slider-wrapper .slider-text p, .temp-slider-wrapper .slider-text .h2-text {
        font-size: 18px;
        line-height: 28px;
        text-aling: left;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-slider-wrapper .slider-text p, .temp-slider-wrapper .slider-text .h2-text {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-slider-wrapper .slider-text p, .temp-slider-wrapper .slider-text .h2-text {
        font-size: 24px;
        line-height: 34px;
        font-weight: normal;
    }
}

.temp-slider-wrapper .slider-text .btn-gstart {
    width: 100%;
    background: #ff9f00;
    box-shadow: none;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 15px;
    white-space: normal;
}

@media only screen and (min-width: 760px) {
    .temp-slider-wrapper .slider-text .btn-gstart {
        width: 80%;
        font-size: 14px;
        line-height: 35px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-slider-wrapper .slider-text .btn-gstart {
        width: 70%;
        font-size: 15px;
        line-height: 40px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-slider-wrapper .slider-text .btn-gstart {
        width: 60%;
        font-size: 16px;
        line-height: 44px;
        margin-top: 40px;
        padding-top: 2px;
    }
}

.temp-slider-wrapper .slider-text .btn-gstart:hover {
    background: #ffbb33;
}

.temp-carousel-slider {
    width: 100%;
    background: #4db5e7;
}

@media only screen and (min-width: 760px) {
    .temp-carousel-slider {
        height: 320px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-carousel-slider {
        height: 380px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-carousel-slider {
        height: 420px;
    }
}

.temp-carousel-slider .carousel {
    padding-bottom: 30px;
}

@media only screen and (min-width: 760px) {
    .temp-carousel-slider .carousel {
        padding-bottom: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }
}

.temp-carousel-slider .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
    margin-left: -30%;
}

.temp-carousel-slider .carousel-indicators,
.temp-carousel-slider .carousel-control {
    display: block;
}

@media only screen and (min-width: 760px) {
    .temp-carousel-slider .carousel-indicators,
    .temp-carousel-slider .carousel-control {
        display: none;
    }
}

.temp-carousel-slider .carousel-inner .temp-slide-arrow {
    width: 8%;
    display: none;
    float: left;
    position: relative;
}

@media only screen and (min-width: 760px) {
    .temp-carousel-slider .carousel-inner .temp-slide-arrow {
        display: block;
    }
}

.temp-carousel-slider .carousel-inner .temp-slide-arrow img {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.temp-carousel-slider .carousel-inner .temp-text-slide {
    width: 100%;
    float: left;
    padding: 0 15px;
}

@media only screen and (min-width: 760px) {
    .temp-carousel-slider .carousel-inner .temp-text-slide {
        width: 28%;
    }
}

.temp-carousel-slider .carousel-inner .temp-text-slide h2, .temp-carousel-slider .carousel-inner .temp-text-slide p.top-heading {
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 760px) {
    .temp-carousel-slider .carousel-inner .temp-text-slide h2, .temp-carousel-slider .carousel-inner .temp-text-slide p.top-heading {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-carousel-slider .carousel-inner .temp-text-slide h2, .temp-carousel-slider .carousel-inner .temp-text-slide p.top-heading {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-carousel-slider .carousel-inner .temp-text-slide h2, .temp-carousel-slider .carousel-inner .temp-text-slide p.top-heading {
        font-size: 26px;
    }
}

.temp-carousel-slider .carousel-inner .temp-text-slide p {
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media only screen and (min-width: 760px) {
    .temp-carousel-slider .carousel-inner .temp-text-slide p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-carousel-slider .carousel-inner .temp-text-slide p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-carousel-slider .carousel-inner .temp-text-slide p {
        font-size: 16px;
    }
}

.carousel-start-btn {
    background: #004693;
    padding: 15px;
    text-align: center;
}

@media only screen and (min-width: 760px) {
    .carousel-start-btn {
        padding: 25px 0;
    }
}

@media only screen and (min-width: 1024px) {
    .carousel-start-btn {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .carousel-start-btn {
        padding: 38px 0;
    }
}

.carousel-start-btn .btn-csstart {
    width: 100%;
    background: #1B87E6;
    color: #ffffff;
    font-size: 11px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 15px;
    white-space: normal;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (min-width: 760px) {
    .carousel-start-btn .btn-csstart {
        width: auto;
        min-width: 312px;
        font-size: 14px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    .carousel-start-btn .btn-csstart {
        font-size: 15px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .carousel-start-btn .btn-csstart {
        font-size: 16px;
        line-height: 44px;
        padding-top: 2px;
    }
}

.carousel-start-btn .btn-csstart:hover {
    background: #00beff;
    color: #fff;
}

.temp-search-wraapper .search-wrapper {
    width: 100%;
    display: inline-block;
    padding: 15px;
    position: relative;
}

.temp-search-wraapper .search-wrapper .surtemp-comm-h1 {
    width: auto;
    color: #686868;
    display: block;
    float: left;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 760px) {
    .temp-search-wraapper .search-wrapper .surtemp-comm-h1 {
        font-size: 23px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-search-wraapper .search-wrapper .surtemp-comm-h1 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-search-wraapper .search-wrapper .surtemp-comm-h1 {
        font-size: 32px;
    }
}

.temp-search-wraapper .search-wrapper .temp-search-form {
    width: 100%;
    float: right;
    margin: 15px 0 0;
    position: relative;
}

@media only screen and (min-width: 500px) {
    .temp-search-wraapper .search-wrapper .temp-search-form {
        width: 190px;
        margin: 0;
    }
}

.temp-search-wraapper .search-wrapper .search-field {
    width: 100%;
    border: 1px solid #136bb0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #00a7e3;
    float: right;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 0 15px 0 30px;
}

@media only screen and (min-width: 500px) {
    .temp-search-wraapper .search-wrapper .search-field {
        width: 190px;
    }
}

.temp-search-wraapper .search-wrapper .fa.fa-search {
    color: #00a7e3;
    left: 9px;
    line-height: 30px;
    position: absolute;
    top: 0;
}

.temp-search-wraapper .search-wrapper .search-submit {
    width: 15px;
    background: transparent;
    border: none;
    left: 9px;
    line-height: 30px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.temp-bread-crumbs .create-survey-bread-crum {
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
    position: relative;
    top: 3px;
}

.temp-bread-crumbs .create-survey-bread-crum.cs-show {
    display: inline-block;
}

.temp-bread-crumbs .create-survey-bread-crum a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #686868;
    padding: 0 10px 0 20px;
    position: relative;
}

@media only screen and (min-width: 760px) {
    .temp-bread-crumbs .create-survey-bread-crum a {
        font-size: 14px;
        padding: 0 10px 0 30px;
    }
}

.temp-bread-crumbs .create-survey-bread-crum a:first-child {
    padding-left: 15px;
    border-radius: 5px 0 0 5px;
}

.temp-bread-crumbs .create-survey-bread-crum a:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 15px;
}

@media only screen and (min-width: 760px) {
    .temp-bread-crumbs .create-survey-bread-crum a:last-child {
        padding-right: 20px;
    }
}

.temp-bread-crumbs .create-survey-bread-crum a:last-child:after {
    content: none;
}

.temp-bread-crumbs .create-survey-bread-crum a:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -7px;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0.707) rotate(45deg);
    -moz-transform: scale(0.707) rotate(45deg);
    -ms-transform: scale(0.707) rotate(45deg);
    -o-transform: scale(0.707) rotate(45deg);
    z-index: 1;
    -moz-box-shadow: 1px -1px 0 1px #c9d1d8, 1px -1px 0 1px #c9d1d8;
    -webkit-box-shadow: 1px -1px 0 1px #c9d1d8, 1px -1px 0 1px #c9d1d8;
    box-shadow: 1px -1px 0 1px #c9d1d8, 1px -1px 0 1px #c9d1d8;
    -webkit-border-top-right-radius: 0 5px 0 50px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0 5px 0 50px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0 5px 0 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

@media only screen and (min-width: 760px) {
    .temp-bread-crumbs .create-survey-bread-crum a:after {
        right: -13px;
    }
}

.temp-bread-crumbs .create-survey-bread-crum .flat a {
    color: black;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.temp-bread-crumbs .create-survey-bread-crum .flat a:after {
    color: black;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.temp-bread-crumbs .create-survey-bread-crum .flat a:before {
    -moz-box-shadow: 0 0 0 1px #ccc;
    -webkit-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc;
}

.temp-cont-section {
    border-bottom: 2px solid #e1e8ee;
    margin-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 760px) {
    .temp-cont-section {
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-cont-section {
        border-bottom: 3px solid #e1e8ee;
        margin-top: 28px;
        padding-bottom: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-cont-section {
        border-bottom: 4px solid #e1e8ee;
        margin-top: 34px;
        padding-bottom: 34px;
    }
}

.temp-cont-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.temp-cont-section .temp-accr-menu {
    z-index: 1;
}

.temp-cont-section .temp-accr-menu .select-menu {
    margin-bottom: 15px;
}

@media only screen and (min-width: 760px) {
    .temp-cont-section .temp-accr-menu .select-menu {
        margin-bottom: 20px;
    }
}

.temp-cont-section .temp-accr-menu .select-menu option {
    line-height: 30px;
}

.temp-cont-section .temp-accr-menu .panel-group {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #e1e8ee, 0 0 3px #e1e8ee;
    -webkit-box-shadow: 1px 1px 2px #e1e8ee, 0 0 3px #e1e8ee;
    box-shadow: 1px 1px 2px #e1e8ee, 0 0 3px #e1e8ee;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel {
    background: none;
    border: none;
    border-bottom: 1px solid #e1e8ee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel:first-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel:last-child {
    border: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-heading {
    background: none;
    padding: 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title {
    padding: 0;
    margin: 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a {
    color: #686868;
    display: block;
    font-weight: 300;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    outline: none;
}

@media only screen and (min-width: 1024px) {
    .temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a {
        font-size: 13px;
        line-height: 20px;
        padding: 11px 25px 10px 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a {
        font-size: 15px;
        line-height: 22px;
        padding: 16px 25px 15px 15px;
    }
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a:hover,
.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a.active {
    color: #1B87E6;
    text-decoration: none;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a .fa {
    float: right;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a .fa.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-body {
    background: #f0f4f7;
    padding: 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul {
    margin: 0;
    padding: 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li {
    border-bottom: 1px solid #e1e8ee;
    list-style: none;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li:last-child {
    border: none;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li a {
    color: #98a4ae;
    display: block;
    padding: 0 15px;
}

@media only screen and (min-width: 1024px) {
    .temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li a {
        font-size: 13px;
        line-height: 20px;
        padding: 13px 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li a {
        line-height: 22px;
        padding: 15px;
    }
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li a:hover {
    background: #1B87E6;
    color: #fff;
    text-decoration: none;
}

.temp-right-cont.temp-custom-width {
    width: 100%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) {
    .temp-right-cont.temp-custom-width {
        width: 72%;
    }
}

.temp-right-cont .img-section .img-responsive {
    width: 20%;
    margin: 5px auto 15px;
}

@media only screen and (min-width: 760px) {
    .temp-right-cont .img-section .img-responsive {
        width: 100%;
        margin: 0 auto;
    }
}

.temp-right-cont .surtemp-comm-h2 {
    color: #082c64;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.34;
    margin: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
    .temp-right-cont .surtemp-comm-h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-right-cont .surtemp-comm-h2 {
        font-size: 26px;
    }
}

.temp-right-cont .surtemp-comm-h2.survc-h2 {
    width: 100%;
}

.temp-right-cont .surtemp-comm-h3 {
    border-bottom: 1px solid #e1e8ee;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 760px) {
    .temp-right-cont .surtemp-comm-h3 {
        line-height: 40px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-right-cont .surtemp-comm-h3 {
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-right-cont .surtemp-comm-h3 {
        line-height: 67px;
    }
}

.temp-right-cont .surtemp-comm-h3 a {
    color: #00a7e3;
    text-decoration: underline;
}

.temp-right-cont .surtemp-comm-h3 a:hover {
    text-decoration: none;
}

.temp-right-cont .surtemp-comm-h4 {
    color: #082c64;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.34;
    margin: 10px 0 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
    .temp-right-cont .surtemp-comm-h4 {
        margin: 15px 0 0;
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-right-cont .surtemp-comm-h4 {
        font-size: 22px;
    }
}

.temp-right-cont .surtemp-comm-ptag {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0;
    text-align: justify;
}

@media only screen and (min-width: 768px) {
    .temp-right-cont .surtemp-comm-ptag {
        font-size: 16px;
        margin: 9px 0 0;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-right-cont .surtemp-comm-ptag {
        font-size: 18px;
        margin: 12px 0;
        line-height: 1.6;
    }
}

.temp-right-cont .surtemp-comm-ptag.inner-ptag {
    width: 100%;
    margin-bottom: 30px;
}

@media only screen and (min-width: 760px) {
    .temp-right-cont .surtemp-comm-ptag.inner-ptag {
        margin-bottom: 60px;
    }
}

.temp-right-cont .surtemp-comm-ptag.survc-ptag {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .temp-right-cont .surtemp-comm-ptag.survc-ptag {
        width: 58%;
    }
}

.temp-right-cont .surtemp-home-atag {
    color: #00a7e3;
    display: block;
    font-size: 16px;
    margin: 18px 0 0;
    text-decoration: underline;
    text-transform: capitalize;
}

@media only screen and (min-width: 760px) {
    .temp-right-cont .surtemp-home-atag {
        font-size: 18px;
        margin: 25px 0 0;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-right-cont .surtemp-home-atag {
        font-size: 21px;
        margin: 30px 0 0;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-right-cont .surtemp-home-atag {
        font-size: 24px;
        margin: 40px 0 0;
    }
}

.temp-right-cont .surtemp-home-atag:hover {
    text-decoration: none;
}

.temp-right-cont .surtemp-comm-small {
    color: #808080;
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    margin: 10px 0 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 760px) {
    .temp-right-cont .surtemp-comm-small {
        font-size: 12px;
        margin: 15px 0 0;
    }
}

.temp-right-cont .btn-view-survey {
    width: 100%;
    background: none;
    border: 1px solid #ff9f00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ff9f00;
    font-size: 11px;
    line-height: 25px;
    margin: 18px 0 0;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
}

@media only screen and (min-width: 760px) {
    .temp-right-cont .btn-view-survey {
        width: 90%;
        font-size: 14px;
        line-height: 30px;
        margin: 25px 0 0;
    }
}

@media only screen and (min-width: 1024px) {
    .temp-right-cont .btn-view-survey {
        font-size: 15px;
        line-height: 38px;
        margin: 30px 0 0;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-right-cont .btn-view-survey {
        font-size: 16px;
        line-height: 44px;
        margin: 40px 0 0;
        padding-top: 2px;
    }
}

.temp-right-cont .btn-view-survey:hover {
    background: #ff9f00;
    color: #fff;
}

.survey-template-info-box {
    width: 100%;
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    padding: 0 15px;
    vertical-align: top;
}

@media only screen and (min-width: 760px) {
    .survey-template-info-box {
        width: 49.5%;
        margin-bottom: 60px;
    }

    .survey-template-info-box:nth-child(even) .custom-row {
        float: right;
    }
}

.survey-template-info-box.info-box-second {
    width: 100%;
    padding: 0 15px;
}

@media only screen and (min-width: 760px) {
    .survey-template-info-box.info-box-second {
        width: 31.5%;
    }

    .survey-template-info-box.info-box-second:nth-of-type(3n+2) {
        margin-left: 2%;
        margin-right: 2%;
    }
}

.survey-template-info-box.info-box-second .custom-row {
    width: auto;
    height: auto;
}

@media only screen and (min-width: 760px) {
    .survey-template-info-box.info-box-second:nth-child(even) .custom-row {
        float: none;
    }
}

.survey-template-info-box.info-box-second .surtemp-comm-h4 {
    font-size: 18px;
}

@media only screen and (min-width: 1024px) {
    .survey-template-info-box.info-box-second .surtemp-comm-h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1200px) {
    .survey-template-info-box.info-box-second .surtemp-comm-h4 {
        font-size: 24px;
    }
}

.survey-template-info-box .custom-row {
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #e1e8ee, 0 0 2px #e1e8ee;
    -webkit-box-shadow: 2px 2px 2px #e1e8ee, 0 0 2px #e1e8ee;
    box-shadow: 2px 2px 2px #e1e8ee, 0 0 2px #e1e8ee;
    padding: 0 15px 40px;
    position: relative;
}

@media only screen and (min-width: 760px) {
    .survey-template-info-box .custom-row {
        width: 100%;
        padding-bottom: 52px;
    }
}

@media only screen and (min-width: 1024px) {
    .survey-template-info-box .custom-row {
        padding-bottom: 88px;
    }
}

@media only screen and (min-width: 1200px) {
    .survey-template-info-box .custom-row {
        padding-bottom: 104px;
    }
}

.survey-template-info-box .surtemp-comm-h3 {
    margin: 0 -15px;
    padding: 0 15px;
}

.survey-template-info-box .surtemp-comm-ptag.inner-ptag {
    margin-bottom: 0;
}

.survey-template-info-box .btn-info-wrapper {
    width: 100%;
    bottom: 0px;
    left: 0;
    position: absolute;
}

@media only screen and (min-width: 1024px) {
    .survey-template-info-box .btn-info-wrapper {
        bottom: 30px;
        margin: 0;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .survey-template-info-box .btn-info-wrapper {
        bottom: 40px;
    }
}

.survey-template-info-box .btn-info-box {
    width: 100%;
    background: #ff9f00;
    border: 1px solid #ff9f00;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    color: #FFF;
    font-size: 11px;
    line-height: 25px;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 700;
}

@media only screen and (min-width: 760px) {
    .survey-template-info-box .btn-info-box {
        font-size: 14px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .survey-template-info-box .btn-info-box {
        background: none;
        border: 1px solid #ff9f00;
        color: #ff9f00;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        font-size: 15px;
        line-height: 38px;
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .survey-template-info-box .btn-info-box {
        font-size: 16px;
        line-height: 44px;
        padding-top: 2px;
    }
}

.survey-template-info-box .btn-info-box:hover {
    background: #ffbb33;
    color: #fff;
    border-color: #ffbb33;
}

@media only screen and (min-width: 1024px) {
    .survey-template-info-box .btn-info-box:hover {
        background: #ffbb33;
        color: #fff;
        border-color: #ffbb33;
    }
}

.schooser-bread-crumbs {
    -moz-box-shadow: 0 2px 2px #e1e8ee, 0 0 2px #e1e8ee;
    -webkit-box-shadow: 0 2px 2px #e1e8ee, 0 0 2px #e1e8ee;
    box-shadow: 0 2px 2px #e1e8ee, 0 0 2px #e1e8ee;
}

.schooser-bread-crumbs .schooser-survey-bread-crum {
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
    position: relative;
    top: 3px;
}

.schooser-bread-crumbs .schooser-survey-bread-crum.cs-show {
    display: inline-block;
}

.schooser-bread-crumbs .schooser-survey-bread-crum a {
    color: #c9d1d8;
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 30px;
    margin-left: 0;
    padding: 0 0 0 30px;
    position: relative;
}

@media only screen and (min-width: 760px) {
    .schooser-bread-crumbs .schooser-survey-bread-crum a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1024px) {
    .schooser-bread-crumbs .schooser-survey-bread-crum a {
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .schooser-bread-crumbs .schooser-survey-bread-crum a {
        line-height: 60px;
    }
}

.schooser-bread-crumbs .schooser-survey-bread-crum a:after {
    content: '';
    display: none;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0.707) rotate(-135deg);
    -moz-transform: scale(0.707) rotate(-135deg);
    -ms-transform: scale(0.707) rotate(-135deg);
    -o-transform: scale(0.707) rotate(-135deg);
    z-index: 1;
    -moz-box-shadow: 1px -1px 0 1px #00a7e3, 1px -1px 0 1px #00a7e3;
    -webkit-box-shadow: 1px -1px 0 1px #00a7e3, 1px -1px 0 1px #00a7e3;
    box-shadow: 1px -1px 0 1px #00a7e3, 1px -1px 0 1px #00a7e3;
    -webkit-border-top-right-radius: 0 5px 0 50px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0 5px 0 50px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0 5px 0 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

@media only screen and (min-width: 760px) {
    .schooser-bread-crumbs .schooser-survey-bread-crum a:after {
        top: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .schooser-bread-crumbs .schooser-survey-bread-crum a:after {
        top: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .schooser-bread-crumbs .schooser-survey-bread-crum a:after {
        top: 25px;
    }
}

.schooser-bread-crumbs .schooser-survey-bread-crum a:first-child {
    color: #00a7e3;
    margin-left: 0;
    padding: 0 10px 0 30px;
}

.schooser-bread-crumbs .schooser-survey-bread-crum a:first-child:after {
    display: inline-block;
}

.schooser-bread-crumbs .schooser-survey-bread-crum a:last-child {
    padding-right: 15px;
}

@media only screen and (min-width: 760px) {
    .schooser-bread-crumbs .schooser-survey-bread-crum a:last-child {
        padding-right: 20px;
    }
}

.schooser-bread-crumbs .schooser-survey-bread-crum .flat a {
    color: black;
    transition: all 0.5s;
}

.schooser-bread-crumbs .schooser-survey-bread-crum .flat a:after {
    color: black;
    transition: all 0.5s;
}

.schooser-bread-crumbs .schooser-survey-bread-crum .flat a:before {
    -moz-box-shadow: 0 0 0 1px #ccc;
    -webkit-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc;
}

.btn-tab-wrapper {
    width: 100%;
    display: inline-block;
    margin: 10px 0 20px;
    z-index: 0;
}

@media only screen and (min-width: 760px) {
    .btn-tab-wrapper {
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .btn-tab-wrapper {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .btn-tab-wrapper {
        margin-bottom: 19px;
    }
}

.btn-tab-wrapper .btn-use-temp {
    width: auto;
    background: #ff9f00;
    color: #fff;
    float: left;
    font-size: 11px;
    line-height: 30px;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: normal;
}

@media only screen and (min-width: 760px) {
    .btn-tab-wrapper .btn-use-temp {
        width: 30%;
        font-size: 14px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    .btn-tab-wrapper .btn-use-temp {
        font-size: 15px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .btn-tab-wrapper .btn-use-temp {
        font-size: 16px;
        line-height: 44px;
        padding-top: 2px;
    }
}

.btn-tab-wrapper .btn-use-temp:hover {
    box-shadow: none;
    background: #ffbb33;
}

.btn-tab-wrapper .nav-tabs,
.btn-tab-wrapper .nav {
    border: none;
    float: right;
    position: relative;
    z-index: 2;
}

.btn-tab-wrapper .nav-tabs > li > a,
.btn-tab-wrapper .nav > li > a {
    width: 50px;
    height: 30px;
    background: none;
    border: none;
    color: #f2f2f2;
    display: block;
    line-height: 30px;
    padding: 0;
    position: relative;
    text-align: center;
    outline: none;
}

@media only screen and (min-width: 760px) {
    .btn-tab-wrapper .nav-tabs > li > a,
    .btn-tab-wrapper .nav > li > a {
        width: 70px;
        height: 35px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    .btn-tab-wrapper .nav-tabs > li > a,
    .btn-tab-wrapper .nav > li > a {
        width: 85px;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .btn-tab-wrapper .nav-tabs > li > a,
    .btn-tab-wrapper .nav > li > a {
        width: 96px;
        height: 44px;
        line-height: 44px;
    }
}

.btn-tab-wrapper .nav-tabs > li > a:hover,
.btn-tab-wrapper .nav > li > a:hover {
    background: none;
}

.btn-tab-wrapper .nav-tabs > li > a .fa-desktop,
.btn-tab-wrapper .nav > li > a .fa-desktop {
    font-size: 32px;
    line-height: 33px;
}

@media only screen and (min-width: 760px) {
    .btn-tab-wrapper .nav-tabs > li > a .fa-desktop,
    .btn-tab-wrapper .nav > li > a .fa-desktop {
        font-size: 37px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 1024px) {
    .btn-tab-wrapper .nav-tabs > li > a .fa-desktop,
    .btn-tab-wrapper .nav > li > a .fa-desktop {
        font-size: 41px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 1200px) {
    .btn-tab-wrapper .nav-tabs > li > a .fa-desktop,
    .btn-tab-wrapper .nav > li > a .fa-desktop {
        font-size: 46px;
        line-height: 44px;
    }
}

.btn-tab-wrapper .nav-tabs > li > a .fa-mobile,
.btn-tab-wrapper .nav > li > a .fa-mobile {
    font-size: 40px;
    line-height: 31px;
}

@media only screen and (min-width: 760px) {
    .btn-tab-wrapper .nav-tabs > li > a .fa-mobile,
    .btn-tab-wrapper .nav > li > a .fa-mobile {
        font-size: 47px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 1024px) {
    .btn-tab-wrapper .nav-tabs > li > a .fa-mobile,
    .btn-tab-wrapper .nav > li > a .fa-mobile {
        font-size: 54px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .btn-tab-wrapper .nav-tabs > li > a .fa-mobile,
    .btn-tab-wrapper .nav > li > a .fa-mobile {
        font-size: 56px;
        line-height: 44px;
    }
}

.btn-tab-wrapper .nav-tabs > li.active > a, .btn-tab-wrapper .nav > li.active > a{
    border:none;
    color:#ff9f00;
    pointer-events : none;
}

.btn-tab-wrapper .nav-tabs > li.active > a:after,
.btn-tab-wrapper .nav > li.active > a:after {
    width: 100%;
    height: 5px;
    background: #ff9f00;
    bottom: -28px;
    content: '';
    left: 0;
    position: absolute;
}

@media only screen and (min-width: 760px) {
    .btn-tab-wrapper .nav-tabs > li.active > a:after,
    .btn-tab-wrapper .nav > li.active > a:after {
        height: 8px;
        bottom: -23px;
    }
}

@media only screen and (min-width: 1024px) {
    .btn-tab-wrapper .nav-tabs > li.active > a:after,
    .btn-tab-wrapper .nav > li.active > a:after {
        height: 11px;
        bottom: -29px;
    }
}

@media only screen and (min-width: 1200px) {
    .btn-tab-wrapper .nav-tabs > li.active > a:after,
    .btn-tab-wrapper .nav > li.active > a:after {
        bottom: -34px;
    }
}

.tab-content-wrapper {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    height: 640px;
    margin-bottom: 20px;
    z-index: 0;
}

@media only screen and (min-width: 760px) {
    .tab-content-wrapper {
        height: 840px;
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .tab-content-wrapper {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .tab-content-wrapper {
        margin-bottom: 19px;
    }
}

.iframe-class {
    width: 80%;
    height: 541px;
    margin: auto;
    padding: 1px;
    display: block;
    left: 0px !important;
    overflow-y: auto;
}

.div-content-iphone {
    width: 100%;
    height: 577px;
    overflow: scroll;
    border-style: hidden;
}
@media only screen and (min-width: 760px) {
    .div-content-iphone {
        height: 744px;
    }
}
.iframe-iphone {
    width: 100%;
    height: 99%;
    margin: auto;
    padding: 1px;
    display: block;
    border-style: hidden;
}

.tab-content-wrapper .tab-pane {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.tab-content-wrapper .tab-pane .frame {
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    left: 0;
    position: relative;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
}

.tab-content-wrapper .tab-pane .frame form {
    background: #f2f2f2;
}

.tab-content-wrapper .tab-pane .frame form table {
    border: none;
}

.tab-content-wrapper .tab-pane .mobile-img-wrapper {
    width: 300px;
    height: 577px;
    background-image: url('/images/qphome/library/mobile.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 150%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
}

.tab-content-wrapper .tab-pane .mobile-img-wrapper .frame {
    width: 240px;
    height: 420px;
    left: 30px;
    overflow: auto;
    position: relative;
    top: 65px;
}

@media screen and (max-width: 750px) and (min-width: 300px) {
    .tab-content-wrapper .tab-pane .mobile-img-wrapper .frame {
        width: 240px;
        height: 420px;
        position: relative;
    }

    .tab-content-wrapper .tab-pane .mobile-img-wrapper .frame body {
        width: 100%;
        height: 100%;
        position: relative;
    }
}

@media only screen and (min-width: 760px) {
    .tab-content-wrapper .tab-pane .mobile-img-wrapper {
        width: 387px;
        height: 744px;
    }

    .tab-content-wrapper .tab-pane .mobile-img-wrapper .frame {
        width: 307px;
        height: 541px;
        left: 38px;
        top: 83px;
    }
}

.footerSD * {
    transition: none 2s ease;
    -moz-transition: none 2s ease;
    -o-transition: none 2s ease;
    -webkit-transition: none 2s ease;
}

.semiFooter .social .col-sm-6 {
    margin-bottom: 25px;
}

.freeAccount .bottom {
    background: none;
    width: auto;
    height: auto;
    margin-left: 0 !important;
    margin-right: 12px;
}

.freeAccount .bottom:hover {
    background: none;
}

.surveyTemp table {
    border: none !important;
    background: none !important;
}

.surveyTemp table tr th, table tr td {
    background: none !important;
    padding: 0px !important;
}

.nw-top-nav ul li a.lang_sel_sel .flag {
    transition: none 2s ease;
    -moz-transition: none 2s ease;
    -o-transition: none 2s ease;
    -webkit-transition: none 2s ease;
}

.nw-top-nav ul li a.lang_sel_sel:hover,
.nw-top-nav ul li a.lang_sel_sel:focus {
    text-decoration: none;
}

.nw-top-nav ul li a.lang_sel_sel span:hover {
    text-decoration: none;
}

.nw-top-nav .dropdown-menu {
    width: 120px;
    min-width: auto;
    background: #e9e9e9 none repeat scroll 0 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 4px 5px -3px #666666;
    -webkit-box-shadow: 0 4px 5px -3px #666666;
    box-shadow: 0 4px 5px -3px #666666;
    z-index: 10;
}

.nw-top-nav .dropdown-menu li {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.nw-top-nav .dropdown-menu li a {
    width: 100%;
    display: inline-block;
    padding: 2px 10px;
    text-align: left;
}

.top-border {
    border-bottom: 0 none;
    border-top: 4px solid #e1e8ee;
}

.article-box-img-wrapper img {
    border: 2px solid #000;
    border-radius: 60px;
    text-align: center;
    width: 120px;
}

.article-box-img-wrapper {
    padding: 20px 0 0;
    text-align: center;
}

.article-box .btn-info-box {
    border-radius: 5px;
}

.temp-right-cont .article-box .surtemp-comm-h4 {
    font-weight: 500;
    color: #686868;
}

.temp-right-cont .article-box .surtemp-comm-h4 a {
    color: #686868 !important;
    font-weight: 500;
}

.related-content-h4 {
    color: #686868;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.top-border-margin {
    margin-top: 20px;
}

.survey-template-related-content-box .btn-info-box {
    font-size: 12px;
    line-height: 22px;
    padding: 4px 24px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ff9f00;
    border-radius: 30px;
    box-shadow: none;
    color: #ff9f00;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
}
.survey-template-related-content-box .btn-info-box:hover {
    background: #ffbb33 none repeat scroll 0 0 !important;
    color: #FFF !important;
    text-decoration: none;
    border-color: #ffbb33;
    box-shadow: none;
}
.survey-template-related-content-box .btn-related-content-wrapper {
    text-align: center;
}

.article-box .surtemp-comm-h4 {
    min-height: auto;
}

.survey-template-related-content-box {
    margin-bottom: 20px;
}

@media only screen and (min-width: 760px) {
    .related-content-h4 {
        font-size: 22px;
        text-align: left;
    }

    .top-border-margin {
        margin-top: 30px;
    }

    .survey-template-related-content-box .btn-info-box {
        font-size: 13px;
        line-height: 22px;
        padding: 4px 24px;
    }

    .survey-template-related-content-box .btn-related-content-wrapper {
        text-align: right;
    }
}

@media only screen and (min-width: 1024px) {
    .related-content-h4 {
        font-size: 26px;
        text-align: left;
    }

    .top-border-margin {
        margin-top: 35px;
    }

    .survey-template-related-content-box .btn-info-box {
        font-size: 14px;
        line-height: 28px;
        padding: 5px 26px;
    }
}

@media only screen and (min-width: 1200px) {
    .related-content-h4 {
        font-size: 28px;
        font-weight: 500;
        text-align: left;
    }

    .top-border-margin {
        margin-top: 45px;
    }

    .survey-template-related-content-box .btn-info-box {
        font-size: 15px;
        line-height: 30px;
        padding: 6px 28px;
    }

}

@media only screen and (min-width: 760px) {
    .article-box .surtemp-comm-h4 {
        min-height: 70px;
    }
}

.nw-resp-nav li a:hover {
    text-decoration: none;
}

.tourPadding {
    margin-top: 13px;
}

.displayAccr {
    display: block;
}

.active-left-nav {
    background: #1B87E6;
    color: #fff !important;
    text-decoration: none;
}

.breadcrum-stick {
    width: 100%;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px #ccc;
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 0 0 10px 0;
    position: fixed;
    top: 47px;
    z-index: 2;
}

.breadcrum-stick .search-wrapper {
    padding: 10px 0 0 15px;
}

.breadcrum-stick .search-wrapper .temp-search-form {
    margin: 10px 0 0 0;
}

.h4-text {
    font-weight: normal;
}

.template-title {
    width: 100%;
    background: #4db5e7;
}

.template-title .template-header h1 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding-top: 2%;
    padding-bottom: 3%;
}

@media only screen and (min-width: 760px) {
    .template-title .template-header h1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .template-title .template-header h1 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1200px) {
    .template-title .template-header h1 {
        font-size: 40px;
        padding-bottom: 0;
    }
}

.survey-temp-edit-tags {
    margin-bottom: 30px;
}

.survey-temp-edit-tags h2 {
    color: #686868;
    display: block;
    font-size: 20px;
    margin: 20px 0 0 0;
    text-transform: capitalize;
    font-weight: normal;
}

.survey-temp-edit-tags h3 {
    color: #686868;
    display: block;
    font-size: 18px;
    margin: 15px 0 0 0;
    text-transform: capitalize;
    font-weight: normal;
}

@media only screen and (min-width: 760px) {
    .survey-temp-edit-tags h2 {
        font-size: 22px;
        margin-top: 16px;
    }

    .survey-temp-edit-tags h3 {
        font-size: 20px;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .survey-temp-edit-tags h2 {
        font-size: 24px;
        margin-top: 20px;
    }

    .survey-temp-edit-tags h3 {
        font-size: 22px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .survey-temp-edit-tags h2 {
        font-size: 28px;
        margin-top: 25px;
    }

    .survey-temp-edit-tags h3 {
        font-size: 24px;
        margin-top: 25px;
    }
}

p.surtemp-comm-ptag.survc-ptag.width-100 {
    width: 100%;
}

.survey-temp-edit-tags p, .survey-temp-edit-tags li {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0 5px 0;
    text-align: justify;
    line-height: 24px;
}

@media only screen and (min-width: 760px) {
    .survey-temp-edit-tags p, .survey-temp-edit-tags li {
        margin: 7px 0 7px 0;
    }
}

@media only screen and (min-width: 1024px) {
    .survey-temp-edit-tags p, .survey-temp-edit-tags li {
        font-size: 14px;
        margin: 9px 0 9px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .survey-temp-edit-tags p, .survey-temp-edit-tags li {
        font-size: 16px;
        margin: 12px 0 12px 0;
    }
}

.survey-temp-edit-tags ol {
    list-style-position: inside;
    margin-bottom: 0;
}

a.active-left-nav:hover {
    background: #0095dc;
}

.survey-temp-edit-tags .survey-temp-edit-h4 {
    color: #686868;
    margin-top: 5%;
    font-weight: normal;
}

.survey-temp-edit-tags . survey-temp-edit-img {
    width: 100%;
    margin: 0 auto;
}

.survey-temp-edit-tags .survey-temp-links {
    font-weight: 400;
    font-size: 15px;
    color: #2ba6cb;
}

.survey-temp-h5 {
    font-size: 16px;
}

@media only screen and (min-width: 760px) {
    .survey-temp-edit-tags .survey-temp-links {
        font-size: 20px;
    }

    .survey-temp-h5 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .surveytemp-category-wrapper .slider-text h2, .surveytemp-category-wrapper .slider-text .h1-text {
        font-size: 56px;
    }
}

.temp-right-cont .surtemp-category-h2, .survey-temp-edit-tags h2 {
    color: #082c64;
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
    .temp-right-cont .surtemp-category-h2, .survey-temp-edit-tags h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-right-cont .surtemp-category-h2, .survey-temp-edit-tags h2 {
        font-size: 26px;
    }
}

.temp-right-cont .surtemp-category-h4, .survey-temp-edit-tags h3 {
    color: #082c64;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.34;
    margin: 10px 0 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
    .temp-right-cont .surtemp-category-h4, .survey-temp-edit-tags h3 {
        font-size: 20px;
    }
}

.surtemp-category-edit-tags .surtemp-category-h4 {
    margin-top: 5%;
}

@media only screen and (min-width: 1200px) {
    .temp-right-cont .surtemp-category-h4, .survey-temp-edit-tags h3 {
        font-size: 22px;
    }
}

.surtemp-category-edit-tags p, .surtemp-category-edit-tags li, .survey-temp-edit-tags p, .survey-temp-edit-tags li {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 5px 0;
    text-align: justify;
}

@media only screen and (min-width: 1024px) {
    .surtemp-category-edit-tags p, .surtemp-category-edit-tags li, .survey-temp-edit-tags p, .survey-temp-edit-tags li {
        font-size: 16px;
        margin: 9px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .surtemp-category-edit-tags p, .surtemp-category-edit-tags li, .survey-temp-edit-tags p, .survey-temp-edit-tags li {
        font-size: 18px;
        line-height: 1.6;
        margin: 12px 0;
    }
}

@media only screen and (min-width: 760px) {
    .surveytemp-category-wrapper {
        height: 264px;
    }
}

@media only screen and (min-width: 1024px) {
    .surveytemp-category-wrapper {
        height: 308px;
    }
}

@media only screen and (min-width: 1200px) {
    .surveytemp-category-wrapper {
        background-position: 30% 30%;
        height: 371px;
    }
}

.surveytemp-category-img {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

@media only screen and (min-width: 760px) {
    .surveytemp-category-img {
        float: right;
        margin-left: 20px;
    }
}

.surtemp-comm-h1 {
    color: #082c64;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.34;
    margin: 10px 0 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
    .surtemp-comm-h1 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1024px) {
    .surtemp-comm-h1 {
        font-size: 30px;
    }
}
.temp-right-cont.temp-custom-width.fullwidth {
    width: 100% !important;
}
@media only screen and (min-width: 760px) {
    .temp-right-cont.temp-custom-width.fullwidth .survey-template-info-box {
        width: 49.5%;
    }
    .temp-right-cont.temp-custom-width.fullwidth .survey-template-info-box:nth-child(2n) .custom-row {
        float: right;
    }
}
@media only screen and (min-width: 992px) {
    .temp-right-cont.temp-custom-width.fullwidth .survey-template-info-box {
        width: 33%;
    }
    .temp-right-cont.temp-custom-width.fullwidth .survey-template-info-box:nth-child(2n) .custom-row {
        float: none;
    }

    .temp-right-cont.temp-custom-width.fullwidth .survey-template-info-box:nth-child(3n) .custom-row {
        float: left;
    }
    .temp-right-cont.temp-custom-width.fullwidth .survey-template-info-box:nth-child(3n+1) .custom-row {
        float: none;
        margin: auto;
    }
    .temp-right-cont.temp-custom-width.fullwidth .survey-template-info-box:nth-child(3n+2) .custom-row {
        float: right;
    }
}
.survey-templates-cat-parent-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
.survey-templates-cat-parent-block > .survey-templates-cat-child-block {
    width: 100%;
    margin-bottom: 28px;
    box-shadow: 0px 1px 12px 1px #ddd;
    padding: 24px 26px;
    border-radius: 3px;
    max-width: 90%;
    margin: 0 auto 28px;
    height: 240px;
    position: relative;
}
.survey-templates-cat-child-block:nth-child(3n+2) {
    margin-left: auto;
    margin-right: auto;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0px 1px 12px 1px #ddd;
    border: 0;
    padding: 0px 0px;
}
.flip-card-back-wrapper {
    padding: 24px 26px;
}
@media only screen and (min-width: 520px) {
    .survey-templates-cat-parent-block > .survey-templates-cat-child-block {
        width: 48%;
        height: 260px;
        max-width: 100%;
        margin: 0 0 28px 0;
    }
    .survey-templates-cat-child-block:nth-child(2n+2) {
        margin-left: 4%;
        margin-right: 0;
    }

}
@media only screen and (min-width: 1024px) {
    .survey-templates-cat-parent-block {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .survey-templates-cat-parent-block > .survey-templates-cat-child-block {
        width: 47.5%;
        height: 240px;
        min-height: 240px;
        padding: 24px 26px;
    }
    .survey-templates-cat-parent-block > .survey-templates-cat-child-block:nth-child(3n+2){
        margin-left:0;
        margin-right: 0;
    }
    .survey-templates-cat-parent-block > .survey-templates-cat-child-block:nth-child(2n+2) {
        margin-left: 5%;
        margin-right: 0;
    }

}
@media only screen and (min-width: 1200px) {

    .survey-templates-cat-parent-block {
        margin-bottom: 18px;
        margin-top: 20px;
    }
    .survey-templates-cat-parent-block > .survey-templates-cat-child-block {
        width: 30.5%;
        min-height: 270px;
        height: 270px;
        padding: 24px 26px;

    }
    .survey-templates-cat-parent-block > .survey-templates-cat-child-block:nth-child(2n+2){
        margin-left: 0;
        margin-right: 0;
    }

    .survey-templates-cat-parent-block > .survey-templates-cat-child-block:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }

}
.flip-card-front > span > img {
    max-width: 60px;
}
.survey-templates-cat-text-wrap h3 {
    font-size: 13px;
    color: #00a7e3;
    text-decoration: underline;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 150%;
    padding: 0;
    margin: 4px 0 0 0;
}
.survey-templates-cat-child-block h3 > a {
    line-height: 150%;
}
.survey-templates-cat-child-block h4 {
    margin-top: 4px;
    margin-bottom: 8px;
    text-align: center;
    display: block;
    position: relative;
    line-height: 1.12;
}
@media only screen and (min-width: 700px) {

    .survey-templates-cat-child-block h4 {
        margin-top: 2px;
        margin-bottom: 6px;
    }
}
.survey-templates-cat-child-block h4 > a {
    font-size: 15px;
    color: #707070;
    font-weight: 400;
    line-height: 150%;
}
.survey-templates-cat-child-block .survey-templates-cat-questions-cnt {
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase;
    color: #808080;
    font-weight: 400;
    display: block;
}
.survey-templates-cat-child-block  a.survey-templates-cat-btn,
.survey-templates-cat-child-block span.survey-templates-cat-btn{
    background: #1B87E6;
    color: #fff;
    padding: 7px 26px 5px 26px;
    border-radius: 20px;
    line-height: 14px;
    display: inline-block;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 400;
    text-decoration: none;
}
.survey-templates-cat-child-block  a.survey-templates-cat-btn:hover,
.survey-templates-cat-child-block span.survey-templates-cat-btn:hover{
    background: #00beff;
    color: #fff;
    text-decoration: none;
}
.survey-templates-cat-text-wrap {
    position: absolute;
    left: 0;
    text-align: center;
    padding: 0px 26px;
    bottom: 26px;
    width: 100%;
}
.subcategory-wrap{
    display: block;
    width:90%;
    margin: 20px auto;
}
.subcategory-wrap h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 150%;
}
@media only screen and (min-width: 521px) {
    .subcategory-wrap{
        width:100%;
        margin: 20px auto;
    }
}
@media only screen and (min-width: 768px) {
    .subcategory-wrap h3 {
        font-size: 18px;
    }
    .subcategory-wrap{
        width:100%;
        margin: 30px auto;
    }

}
@media only screen and (min-width: 1024px) {
    .subcategory-wrap h3 {
        font-size: 20px;
    }
    .subcategory-wrap{
        margin-top: 40px;
    }

}
.survey-templates-cat-child-block .flip-card-back.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #edf6fd;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    display: none;
}
@media only screen and (min-width: 1024px) {
    .survey-templates-cat-child-block .flip-card-back.overlay {
        display: block;

    }
}
.survey-templates-cat-child-block:hover .flip-card-back.overlay {
    height: 100%;
}

.flip-card-back p {
    overflow: hidden;
    height: 150px;
    font-size: 14px;
}
.survey-templates-cat-child-block .flip-card-back a.survey-templates-cat-btn{
    margin-top: 8px;
}

@media only screen and (min-width: 520px) {

    .flip-card-back p {
        height: 166px;
    }
}
@media only screen and (min-width: 1024px) {

    .survey-templates-cat-child-block .flip-card-back a.survey-templates-cat-btn{
        margin-top: 3px;
    }
    .flip-card-back p {
        font-size: 15px;
        height: 154px;
    }
}
@media only screen and (min-width: 1024px) {

    .survey-templates-cat-parent-block > .survey-templates-cat-child-block {
        width: 47% !important;
        height: 244px !important;
        min-height: 240px !important;
        max-width: 100%;
        margin: 0 0 28px 0;
    }
    .survey-templates-cat-child-block:nth-child(2n+2) {
        margin-left: 6% !important;
        margin-right: 0 !important;
        margin-bottom: 5% !important;
    }
}
.survey-topnav-bread-crumbs-link {
    color: #1B87E6;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
}
.survey-topnav-bread-crumbs-link .fa {
    color: #1B87E6;
    font-size: 18px;
    vertical-align: middle;
}
.survey-topnav-bread-crumbs-link:hover {
    color: #1B87E6;
    text-decoration: underline;
}
.topnav-multi-bread-crumbs .survey-topnav-bread-crumbs-link .fa-angle-right {
    margin-top: -2px;
    padding: 0 10px;
}
.topnav-multi-bread-crumbs .survey-topnav-bread-crumbs-link:last-of-type i {
    display: none;
}
.survey-topnav-bread-crumbs.topnav-multi-bread-crumbs {
    padding: 15px 0;
}