/**
Theme Name: DFD Solutions
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dfd-solutions
Template: astra
*/
.questionnaire p,
.steps_countBar p {
margin: 0;
}
.questionnaire {
padding: 30px;
font-size: 16px;
margin: 20px auto;
width: 90%;
background: #3a3a3a;
color: #fff;
position: relative;
}
@media(min-width:1200px) {
.questionnaire {
width: 1200px;
border: 1px solid #ccc;
box-shadow: 0px 0px 10px 1px #ccc;
}
}
.quest {
color: #333;
font-size: 18px;
display: block;
margin-bottom: 15px;
}
.notebox {
position: relative;
padding-left: 26px;
margin: 20px 0;
}
.notebox span {
font-size: 16px;
position: absolute;
left: 15px;
font-weight: bold;
}
.notebox div span img {
margin-top: 5px;
}
.notebox div+div span img {
margin-top: 16px;
}
.notebox a {
color: #ea9786;
}
.notebox div+div p {
border-top: 2px solid #3B3B3B;
padding: 10px 0 0;
margin-top: 10px;
}
[type="radio"],
[type="checkbox"] {
width: 15px;
height: 15px;
position: relative;
top: 2px;
}
.button-next {
background: #ee4726;
border: 2px solid #ee4726;
padding: 6px 60px;
border-radius: 20px;
color: #fff;
margin-left: auto;
margin: 5px;
text-transform: uppercase;
font-size: 18px;
}
.button-next:hover {
color: #ee4726;
background: #333;
cursor: pointer;
}
.button-back {
background: #337d94;
border: 2px solid #337d94;
padding: 6px 60px;
border-radius: 20px;
color: #fff;
margin-left: auto;
margin: 5px;
text-transform: uppercase;
font-size: 18px;
}
.button-back:hover {
color: #337d94;
background: #333;
}
.d-flex {
display: flex;
}
.justify-content-between {}
.text-center {
text-align: center;
}
.opt_box table td {
text-align: left;
}
.red_btn {
background: #ea9786;
color: #fff;
font-size: 20px;
padding: 15px;
display: block;
border-radius: 5px;
border: none;
}
.red_btn:hover {
background: #ea9786;
color: #fff;
}
.blue_btn {
background: #519db4;
color: #fff;
font-size: 20px;
padding: 15px;
display: block;
border-radius: 5px;
border: none;
}
.blue_btn:hover {
background: #519db4;
color: #fff;
}
.red_color {
color: rgba(245, 84, 87, 1.00);
}
.green_color {
color: #008000;
}
.ft-18 {
font-size: 18px;
}
.ft-22 {
font-size: 22px;
}
#pre_btn,
#submit_btn {
cursor: pointer !important;
}
.opt_box {
position: relative;
padding-left: 45px;
}
.opt_box>div {
margin: 10px 0;
}
.error[type="radio"]+.error {
position: absolute;
top: -18px;
}
@media(min-width:1025px) {
.flex-2 {
display: flex;
flex-wrap: wrap;
}
.flex-2>div {
width: 50%;
}
}
.get_quotation {
background: #ee4726 url(../wp-content/themes/astra-child/images/quest_part.png) no-repeat 25px;
color: #fff;
font-weight: 400;
padding: 30px 30px 30px 70px;
background-size: 35px;
margin-left: -30px;
margin-right: -30px;
margin-top: -30px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.get_quotation>div:first-child {
font-size: 20px;
text-transform: uppercase;
font-weight: 500;
}
.steps_countBar {
display: flex;
align-items: center;
margin: 10px 0 40px;
background: #4d4d4d;
height: 10px;
}
.steps_countBar p {
width: 100%;
height: 10px;
}
.steps_countBar p.active {
background: #ea9786 url(../wp-content/themes/astra-child/images/bar_arrow2.png) no-repeat 100%;
}
.steps_countBar p.active.last {
background: #ea9786 url(../wp-content/themes/astra-child/images/bar_arrow2.png) no-repeat 100%;
}
.steps_count {
position: absolute;
font-family: verdana;
color: #fff;
font-weight: normal;
}
.quest {
font-family: verdana;
color: #fff;
padding-left: 55px;
font-weight: normal;
}
.notebox {
background: #4d4d4d;
padding: 10px 45px;
color: #fff !important;
margin-top: 30px;
}
.notebox p {
color: #fff !important;
font-weight: normal;
font-family: verdana;
}
.button-flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.text-right {
text-align: right;
}
.questionnaire [type="text"] {
background: #4d4d4d;
border: none;
height: 34px;
border-bottom: 2px solid #ea9786;
color: #fff;
width: 100%;
padding: 0 15px;
font-family: verdana;
box-sizing: border-box;
}
.questionnaire textarea {
width: 100%;
background: #4d4d4d;
border: none;
height: auto;
border-bottom: 2px solid #ea9786;
color: #fff;
}
.questionnaire ::-webkit-input-placeholder {
/* Edge */
color: #fff;
}
.questionnaire :-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #fff;
}
.questionnaire ::placeholder {
color: #fff;
}
.questionnaire p {
color: #ccc;
}
.questionnaire [valign="middle"],
.questionnaire [valign="middle"]>img {
vertical-align: middle !important;
}
.questionnaire table td {
padding: 10px;
}
.text-orange {
color: #ee4726;
}
.justify-flex-end {
justify-content: flex-end;
}
.btn-primary {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
#ui-datepicker-div {
z-index: 99999 !important;
}
p {
font-size: 16px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
.get_quotation {
background-color: #15414e !important;
}
.questionnaire {
margin-top: 1%;
background: #fff !important;
color: #15414e !important;
}
.quest,
.steps_count {
color: #15414e !important;
}
.button-next {
color: #fff;
background: #15414e;
border-color: #15414e;
cursor: pointer;
}
.button-next:hover {
color: #15414e;
background: #fff;
border-color: #15414e;
cursor: pointer;
}
.questionnaire [type="text"],
.questionnaire textarea {
background: #eee;
border-bottom: 2px solid #15414e;
color: #15414e;
}
.questionnaire [type="text"]::-webkit-input-placeholder,
.questionnaire textarea::-webkit-input-placeholder {
/* Edge */
color: #15414e;
}
.loader-overlay {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #ccc;
width: 102%;
height: 102%;
z-index: 99;
display: none;
}
.loader-show {
display: block;
}
/* loader css */
.sk-circle {
width: 80px;
height: 80px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.sk-circle .sk-child {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sk-circle .sk-child:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #ffffff;
border-radius: 100%;
-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-circleBounceDelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@media only screen and (max-width:768px) {
.table-responsive {
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
}
.step4Input {
width: 130px !important;
}
#hours_other {
width: 250px;
}
}
.steps_countBar {
margin: 10px 0 20px !important;
}
ul.sub-menu {
white-space: nowrap !important;
}