/*
Theme Name: PLANO SURVEY
Theme URI: http://www.ansonika.com/plano/
Version: 1.0
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2. CONTENT
3. FORMS
4. COMMON
5. MEDIA QUERIES

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*===============================================#main=============================================*/
@font-face {
    font-family: almarai-reg;
    src: url(../font/Almarai-Regular.ttf);
}

::placeholder{
    font-family: almarai-reg;
}

.estimationPayBtn ul {list-style: disc; text-align: right; margin-top: 21px;}
.estimationPayBtn ul li {line-height: 30px;}
.estimationPayBtn i {font-size: 15px !important; }
.subsTitle span {margin-right: 15px; display: inline-block !important; margin-top: 15px;}
body {
    background:#fff;
    font:13px/20px 'Open Sans', Arial, sans-serif;
    font-family:almarai-reg;
    color: #333;
    -webkit-font-smoothing: antialiased !important;
    direction:rtl;
}
/** Typography **/
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    font-family:almarai-reg;
}
h1,h2 {
    text-transform:uppercase;
    font-weight:800;
    text-align:center;
}


/*-----------------New Css 13 august-----------------------*/
.icheckbox_square-aero, .iradio_square-aero {right:0;}
.switch-light > span {padding-right:0px !important;padding-left:100px;}
.wizard-step .col-md-10 {float:right;}
.quotation_table  th {text-align:right;}
.my_account_col {float:right;}
.my_account_col th {text-align:right;}
#logo img {float:left;}






.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

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

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

.sliderResult {font-weight: 600; font-size: 16px;}
.whatsappBtn { margin:21px auto; text-align: center;}


.panel-info {border-color: #525A66;     box-shadow: 3px 3px 10px #eee;}
.panel-info > .panel-heading {
    color: #fff;
    background-color: #525A66;
    border-color: #525A66;
}

.panel-info > .panel-heading {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.panel-info a{
    color: #333;
}

.panel-body {
    padding: 15px 15px 0;
}

.panel-heading {
    padding: 15px 15px;
}

.my-account-sidebar li {font-size: 14px; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc;}
.my-account-sidebar li.active {border-bottom: 1px solid #eee;}
.my-account-sidebar li.active a {color: #bbb;}

.my-account-sidebar li:hover {border-bottom: 1px solid #eee;}
.my-account-sidebar li:hover a {color: #bbb;}

.my-account-sidebar li:last-child {margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0px solid #ccc;}

.successfullyUpdate {font-weight: 400;}
.btn-primary {background: #525A66; border-color: #525A66;}
.btn-primary:hover, .btn-primary:focus {background: #333; border-color: #333;}

.table-bordered {border: 0px solid #dddddd !important;}

.table-bordered td, .table-bordered th {border: 0px solid #dddddd !important; border-top: 0px solid #dddddd !important; border-bottom: 1px solid #dddddd !important; font-weight: 600;}

.TitleNew {text-align: right;}
.addQuoteBtn {display: inline-block; margin-top: 0px; background: #525A66; border-color: #525A66; color: #fff !important; padding: 3px 10px; border-radius: 4px; font-size: 14px; box-shadow: 3px 3px 10px #eee;}


.consultBtn {background: #6482d8; border-color: #6482d8; color: #fff !important;}



/*Subscription TABLE*/
.Subscription_box {width: 215px; height: 215px; border: 1px solid #333; border-radius: 100%; padding: 75px 0; box-shadow: 3px 3px 5px #777777; display: block; text-align: center; margin: auto;}
.Subscription_box .price {text-align: center; font-size: 40px; font-weight: bold; }
.Subscription_box .details {text-align: center; font-size: 16px;}

.subscriberForm {border: 2px solid #eee; border: 2px dashed #eee; border-radius: 15px; padding: 30px;}




















.main-title {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    color:#525A66;
}
.main-title h1{
    font-size:36px;
    line-height:40px;
    margin-top:30px;
    text-align: right;
    line-height: 44px;
    font-weight: 600;
}
.main-title p {
    font-size: 22px;
    margin-top: 15px;
    text-align: right;
    line-height: 30px;
}
h2 {
    font-size: 32px;
    line-height:30px;
    margin-bottom:45px;
}
h2 span{
    font-size: 24px;
    font-weight:300;
    text-transform:none;
    display:block;
}
h3 {
    font-size: 32px;
    font-weight:600;
    text-align:center;
    line-height:32px;
    margin-bottom:45px;
}
.wizard-header {margin:10px 0 21px;}

h3 span {
    font-size: 21px;
    font-weight:300;
    display:block;
}
.step h3 {
    text-transform:none;
    font-size:22px;
    line-height:26px;
    font-weight:600;
    margin-bottom:21px;
    text-align:right;
    border-bottom: 0px solid #ddd;
    padding-bottom: 21px;
}

.helpMSG {font-weight: 500; font-size: 27px; color: #525A66;}
.firstStep h3 {
    text-transform: none;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
}
.box h3 {
    font-size:18px;
    text-transform:uppercase;
    margin-bottom:5px;
}
footer h3 {
    text-transform:none;
    font-weight:400;
    text-align:left;
    font-size:22px;
    margin-bottom:10px;
}
.question_box h3 {
    font-size:18px;
    text-align:left;
    line-height:22px;
    margin-bottom:10px;
}

h4 {
    font-size: 18px;
    ine-height:22px;
}

h5 {
    font-size: 14px;
    line-height:14px;
}
footer h5 {
    color:#555;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 20px 0;
}
/** Lists **/
ul,
ol {
    padding: 0;
    margin: 0 0 30px 0;
    list-style:none;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}
li {
    line-height: 20px;
}
hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #dfdfdf;
}

/** Links color **/
a {
    color: #525A66 !important;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
}

/** Buttons **/
.button_medium {
    border:none;
    background:#282828;
    color:#fff;
    padding:7px 20px;
    text-decoration:none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display:inline-block;
    cursor:pointer;
    font-weight:600;
    text-transform:uppercase;
    outline:none;
}

a.button_medium:hover, .button_medium:hover {background:#00aeef; color:#fff;}

.button_medium_2 {
    border:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:2px solid  #282828;
    color:#282828;
    padding:7px 20px;
    text-decoration:none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display:inline-block;
    cursor:pointer;
    font-weight:600;
    text-transform:uppercase;
    outline:none;
    background:#fff;
}
a.button_medium_2:hover {background:#00aeef; color:#fff; border:2px solid  #00aeef;}


/** Wizard Buttons **/
.backward, .forward {
    border:none;
    color:#fff;
    padding:7px 20px;
    text-decoration:none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display:inline-block;
    cursor:pointer;
    font-weight:600;
    text-transform:uppercase;
    outline:none;
    background:#282828;
    position:relative;
}

.mb15 {padding-bottom:15px !important;}

.backward {padding:7px 20px 7px 30px;}

button[disabled].backward, button[disabled].forward {
    border:none;
    background:#ccc;
    outline:none;
}

.backward:before {
    content: "\f053";
    font-family: FontAwesome;
    text-decoration: inherit;
    position: absolute;
    font-weight:normal;
    top: 8px;
    left: 20px;
    text-transform:none;
    font-size:9px
}

.forward {padding:7px 30px 7px 20px;}
.forward:before {
    content: "\f054";
    font-family: FontAwesome;
    text-decoration: inherit;
    position: absolute;
    font-weight:normal;
    top: 8px;
    right: 20px;
    text-transform:none;
    font-size:9px
}

.backward:hover, .forward:hover {background:#525A66; color:#fff;}


/** Header ==================== **/
#top-area {
    background:url('../img/top-bg-ar.jpg');
    height: 500px;
    background-size: cover;
    background-position: right;
}

#top-area-inner-page {
    background:url('../img/top-bg-ar.jpg');
    height: 372px;
    background-size: cover;
    background-position: right;
}
header {
    padding:10px 0;
    width:100%;
    /*background:url(../img/line_header.png) repeat-x left bottom;*/
}
/*#logo a{
        text-indent:-99999px;
        background: url(../img/logo.png) no-repeat 0 0;
        display:block;
        height:32px;
        width:151px;
}*/

.frgtPaswrd {margin-top: -10px; margin-bottom: 15px; font-size: 14px;}
.frgtPaswrd a {color: #333; }
.btn-primary {background: #525A66; border-color: #525A66;color: #fff !important;}
.btn-primary:hover, .btn-primary:focus {background: #333; border-color: #333;}

#logo img {display: block; width: 35%; padding: 10px 0;}
#top-nav ul{ float:right; margin:0; padding:0; margin-top:16px;  margin-right:-10px; font-weight:700; text-transform:uppercase;}
#top-nav ul a { color:#fff; text-decoration:none;}
#top-nav ul a:hover, #top-nav ul a.active{ color:#000000;}
#top-nav ul li {float:left; padding-left:10px; margin-right:10px }
#top-nav ul li:first-child{ background:none;}
/*#top-nav ul li a#myaccountlink { color: #fff; border: 1px solid; padding: 10px; border-radius: 5px;}*/
#top-nav ul li a#myaccountlink:hover { color:#fff;}

/* Button Responsive Menu*/
.btn-responsive-menu{display: none;float: right;padding:5px;cursor:pointer;margin:  0px 20px 0 0;color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);background:#333;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.bar {display: block; width:18px;height:2px; margin:5px; background:#fff; -webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}
.show{display:block!important}
#main { padding-bottom:30px; }

.title {font-size: 27px; font-weight: 600; margin-bottom: 35px; padding-bottom: 21px; text-transform: capitalize; color: #525A66; border-bottom: 1px solid #eee;}
.title span {font-size: 16px;}

.stepIcons {width: 53%; display: block; margin: auto; text-align: center;}

.faqs {background: #FFF; padding: 0 0;}
.question_box {padding: 21px; box-shadow: 2px 2px 7px #b5b4b4;border-radius: 15px;}
.question_box p {margin: 0 0 0px 0;}

.question_box li {
    margin-bottom: 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.question_box li i{
    margin-left: 5px;
}

.home-whatsapp {
    margin-top: 53px;
}

.section {padding: 53px 0 121px;}

.register, .top35{margin-top: 15px;}
.login-left h3, .login-right h3 {font-size: 21px; font-weight: 600; margin-bottom: 10px; text-align: right; }
.login-left p, .login-right p {color: #999; display: block; font-size: 14px; line-height: 1.8em;}
a.forgot {float: left;}
.genderRegister {margin-top: 25px !important; margin-bottom: 10px !important;}
.genderRegister li {width: 18% !important;}
.register .switch-light {display: inline-block; margin-top: 0px; float: left;}
.register .registerBtn {margin-top: 30px}
.updateinfo {margin-top: 10px; margin-bottom: 21px; background: #333; border-color: #333; color: #fff !important;}
.updateinfo:hover, .updateinfo:focus {background: #525A66; border-color: #525A66;}
.statusIcons {margin: 0px 5px; font-size: 14px;}
.statusIcons:hover {color: red;}
a.disabled {pointer-events: none; cursor: default; color: #ccc;}

.backBtn {float: left !important;}
.quoteActionBtn i {font-size: 12px; padding-right: 3px;float:left;margin-top:5px;}

.qna-section {margin-top: 40px;}
.qna-box {margin-top: 21px; border-bottom: 1px solid #eee;}
.qna-box h4 {font-size: 16px; text-align: right; margin-bottom: 10px;}
.qna-box p {font-size: 14px;}

.systemgenerated {
    background: #525A66;
    color: #fff;
}

.quoteActionBtn {margin-right: 10px; display: inline-block; float: right; margin-bottom: 15px; margin-top: 0px;}
.emailBtn, .downloadBtn {background: transparent; border-color: #333; color: #333 !important;}
.emailBtn:hover, .downloadBtn:hover {background: #525A66; border-color: #525A66; color: #fff !important;}
.download-pdf-button {background: #e67c0e !important; border-color: #e67c0e !important; color: #fff !important;}

.subscription h4 {font-weight: 400;}
.subscription_label {padding-left: 10px;}

.upgradeBtn {margin-top: 0;}
.upgradeBtn i {padding-right: 5px;}


.pdf-li {border-bottom: 1px solid #eee; margin-bottom: 25px;}
.pdf-label {font-size: 16px;}
.pdf-description {line-height: 20px; color: #666; font-weight: initial; font-size: 15px;}



/** Footer ==================== **/
footer {
    width:100%;
    background:#1ab9a7;
    padding:30px 0 0 0;
    color:#fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
footer a{
    color: #FF9;
}
#footer_2 {
    width:100%;
    background:#252525;
}
#footer_2 a {
    color:#888;
}
#footer_2 a:hover {
    color:#fff;
}
ul#footer-nav {
    color:#fff;
    margin: 25px 0 10px 0;direction:ltr;
}
ul#footer-nav li:first-child {
    margin-right:30px;
}
ul#footer-nav li {
    display:inline-block;
    zoom:1;
    margin-right:10px;
}
#copy {
    padding:15px 0;
    background-color:#f8f8f8;
    font-size:11px;
    text-align:center;
}
#contact {
    background:url(../img/contact_map.png) no-repeat 90% 90px;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/

/** Form area ============================= **/
#top-wizard {
    text-align:center;
    padding:15px 120px;
    background-color:#fff;
    border-bottom:1px solid #e7e7e7;
    position:relative;
    text-transform:uppercase;
    font-size:11px;
}
.shadow {
    width:100%;
    height:6px;
    position:absolute;
    left:0;
    bottom:-6px;
    background:url(../img/shadow_top_form.png) no-repeat center top;
}
.ui-widget { }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {}
.ui-widget-content { background: #dadada; color: #222222; border-radius: 10px;}
.ui-widget-content a { color: #222222; }
.ui-widget-header {background: #525A66; }
.ui-widget-header a { color: #222222; }
.ui-progressbar { height:2em; text-align: left; margin-top: 5px;}
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

#survey_container {
    background-color:#fff;
    box-shadow: 3px 3px 7px #bdbdbd;
    margin-top:-180px;
    margin-bottom:60px;
    z-index:9;
    position:relative;
}
.ie8 #survey_container {
    background-color:#fff;
    border:1px solid #ddd;
    margin-top:-300px;
    margin-bottom:60px;
    z-index:9;
    position:relative;
}
.middle-wizard {
    padding: 50px 125px 35px 125px;
}

.bottom-wizard {
    text-align:center;
    padding:0px;
    border-top:1px solid #e7e7e7;
    /*background-color:#f9f9f9;*/
}



.prevBTN {float: right;  margin-left: 0px !important;}
.resetBTN {float: right;}
.nextBTN {float: left;}

.headerWhatsapp i {font-size: 21px;}
.btn-warning {
    color: #ffffff;
    background-color: #ff460e;
    border-color: #eea236;
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
}
#complete{
    text-align:center;
    padding: 0 45px 35px 45px;
}
#complete h3{
    text-align:center;
    margin-bottom:15px;
    font-size: 16px;
    font-weight: 400;
}

#complete h3 span{
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin: 10px 0 30px;
    color: #525A66;
}

#complete i {
    margin: 0 0 10px 0;
    font-size:110px;
    padding:0;
    color: #525A66;
    padding-left: 7px;
}
#complete button{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:16px;
    border:2px solid  #525A66;
    color:#525A66;
    padding:7px 15px;
    text-decoration:none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display:inline-block;
    cursor:pointer;
    font-weight:600;
    outline:none;
    background:#fff;
}
#complete button:hover{background:#ccc; color:#fff; border:2px solid  #ccc;}

.pricing {margin-top: 53px;}
.pricing h2 {text-align:center; margin-bottom:15px; font-size: 23px; font-weight: 900;}
.pricing h2 small {text-align:center; margin-bottom:15px; display: block; padding-top: 10px; text-transform: lowercase;}


.pricingTable{margin-top: 35px;}

.pricingTable .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.pricingTable hr {
    margin: 2.5rem 0 0;
}


.pricingTable i {
    margin: 0 0 0px 0 !important;
    font-size:21px !important;
    color: #333 !important;
    padding-right: 10px !important;
}

.pricingTable .card-title {
    margin: 0.5rem 0;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0;
}

.pricingTable .card-price {
    font-size: 30px;
    margin: 0;
}

.pricingTable .card-price .period {
    font-size: 12px;
}

.pricingTable ul li {
    margin: 15px 0;
    text-align: left;
    font-size: 14px;
}

.pricingTable .text-muted {
    opacity: 0.7;
}

.pricingTable .btn {
    border-radius: 0;
    font-weight: bold;
}





































/** Featuers and Question boxes ============================= **/

.box {text-align:center;}

.box span {
    font-size:100px;
    color:#1ab9a7;
    font-weight:800;
    display:block;
    margin:40px 0 43px 0 ;
}
.question_box {
    position:relative;
    margin-bottom:30px;
    background: #fff;
}
/*.question_box:before {
    content: "\f059";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 30px;
    position: absolute;
        color:#999;
    top: 5px;
    left: 0;
}*/
/* Team */
.thumbnail{
    border: none;
    border-radius: 0px;
    box-shadow: none;
    display: block;
    line-height: 0px;
    -moz-border-radius: 0px;
    -moz-box-shadow: none;
    -moz-transition: all 0.2s ease-in-out;
    o-transition: all 0.2s ease-in-out;
    padding: 0px;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
}
.caption {background: #f2f2f2;}
.transit-to-top {
    height: 60px;
    overflow: hidden;
    width: 100%;
    cursor:pointer;
}
.transit-to-top h4 {
    text-align:center;
    moz-transition: all 0.3s ease-in-out;
    o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin:20px 0 0 0;
    padding:0;
}
.thumbnail:hover h4{margin-top: -40px;}
.p-title {
    display: block;
    height: 40px;
}
.widget_nav_menu {
    min-height:100%;
    height:100%;
    text-align:center;
}
.project-item-image-container {
    border: none;
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 100%;
}
.project-item-image-container:hover, .project-item :hover .project-item-image-container {
    filter: alpha(opacity=100);
    -moz-transition: background-color 0.2s ease-out, color 0.1s ease-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -o-transition: background-color 0.2s ease-out, color 0.1s ease-out;
    transition: background-color 0.2s ease-out, color 0.1s ease-out;
    -webkit-transition: background-color 0.2s ease-out, color 0.1s ease-out;
}
.project-item-image-container > img {width: 100%!important;}
.phone-info {
    display: inline-block;
    margin: 5px 0px 0 0;
    width: 100%;
    text-align:center;
}
ul.social-bookmarks.team {float:none; margin:0; padding:0; margin:auto; display:inline-block;}

/* Carousel */
#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

/*============================================================================================*/
/* 3.  FORMS */
/*============================================================================================*/
.form-control::-moz-placeholder { color: #999; opacity:1;}
.form-control::-webkit-input-placeholder {color: #999;}

input.form-control, select.form-control, textarea.form-control {
    background:none;
    background-color:#fff;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #999;
    height:40px;
    font-size:16px;
    font-weight:400;
    margin-bottom:25px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.428571429;
    padding: 6px 12px;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus  {
    border-color:none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#555;
}

/** Drop down select: ex Country select ==================== **/
.styled-select select {
    background: transparent;
    width:107%;
    padding: 5px;
    padding-left:15px;
    border: 0;
    border-radius: 0;
    height: 41px;
    margin:0;
    font-weight:400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
}
.styled-select {
    width: 100%;
    overflow:hidden;
    height: 44px;
    background: #fbfbfb url(../img/down_arrow_select.png) no-repeat  98% center ;
    border:2px solid #d5d5d5;
    margin-bottom:-5px;
}

.styled-select select::-ms-expand, .styled-select-2 select::-ms-expand {
    display: none;
}

/** Floated inputs: ex the gender radio ==================== **/
ul.floated {
    padding:0;
    margin:0 0 0 0;
}
ul.floated li {
    float:right;
    margin:10px; padding:0;
    width:30%;
} 
label.label_gender {padding-right:50px; line-height:42px;}

ul.floated li#age {
    width:100px;
    margin-right:55px;
}

ul.data-list li {position:relative; }

ul.data-list-2 li {
    position:relative;
    height:42px;
    margin-bottom:15px;
    width:100%;
    display:block;
}

ul.data-list-2 li label {
    float:right;
    margin-right:60px;
    font-size:18px;
    font-weight:400;
    margin-top:9px;
    line-height:22px;
}

ul.data-list#terms  {
    font-weight:400;
    line-height:22px;
    margin:0;
    padding:0;
    text-align:center;
}

/** Quantity incrementer input==================== **/
.qty-buttons{ position:relative; width:100px; height:40px;  }
input.qty { width:70px; }
input.qtyminus, input.qtyplus, input.qtyplus:focus  { position:absolute; width:35px; height:23px; border: 2px solid #d5d5d5; outline:none; cursor:pointer;border-radius: 0;-webkit-appearance: none;-webkit-border-radius: 0;-moz-border-radius: 0;-webkit-box-shadow: none;box-shadow: none;-webkit-transition: none; }
input.qtyplus { background:#fff url(../img/plus.png) no-repeat center center; right:0; top:0; text-indent:-9999px;  }
input.qtyminus { background:#fff url(../img/minus.png) no-repeat center center; right:0; top:21px;  text-indent:-9999px; }
.qty-buttons span { position:absolute; top:10px; display:block; width:220px; left:120px; font-weight:bold;}

/** Errors validation styles and position ==================== **/

/** Common style**/
label.error{
    font-size:11px;
    position: absolute;
    top:-28px;
    right:-15px;
    z-index:99;
    height:25px;
    line-height:25px;
    background-color:#e34f4f;
    color:#fff;
    font-weight:normal;
    padding:0 6px;
}
label.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}

.styled-select label.error{overflow:visible;}

ul.floated li#age label.error {right:-15px;}

ul.floated li label.error{right:-50px;}

ul.data-list#terms li label.error {
    left:45%;
    display:inline-block;
    width:80px;
}

/** Error styles for survey questions**/
ul.data-list-2 li label.error {
    font-size:11px;
    position: absolute;
    top:-30px;
    right:-10px;
    margin:0;
    z-index:99;
    height:25px;
    line-height:25px;
    background-color:#e34f4f;
    color:#fff;
    font-weight:normal;
    padding:0 6px;
}

/*============================================================================================*/
/* 4.  COMMON */
/*============================================================================================*/
/* twitter feed*/
.tweets-next, .tweets-prev{
    display: inline-block;
    font-size: 28px;
    color: #FFF;
    margin-top:10px;
}
.tweets-prev {margin-right:10px;}
.tweet_avatar {float:left;}
.tweet_time {display:block;margin-bottom:5px;}
.tweet-control {margin-bottom:30px;}

/* scroll to top */
#toTop {width:100px;background:#111;text-align:center;padding:5px;position:fixed; bottom:10px;right:10px;cursor:pointer; display:none;color:#fff;font-size:11px; z-index:999;}

/* spacing */
.add_top_30 {margin-top:30px;}
.add_top_15 {margin-top:15px;}
.add_bottom_30 {margin-bottom:53px;}
.stepsCol {padding: 0 40px; border-right: 1px solid #eee;}
.no-border {border: 0px solid #eee;}
.add_bottom_15 {margin-bottom:15px; }
.divider {width:100%; background:url(../img/divider.png) no-repeat center top; height:10px; margin: 53px 0;}

/* modal */
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px c;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}
.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #ddd;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #555;
    text-shadow: 0 1px 0 #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/*============================================================================================*/
/* 5.  MEDIA QUERIES */
/*============================================================================================*/

@media (min-width: 768px) {
    .main-title h1{
        width: 30%;
    }
    .main-title p {
        width: 30%;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {

    #middle-wizard {padding: 40px 60px 35px 60px;}

}
@media (min-width: 768px) and (max-width: 979px) {

    #middle-wizard {padding: 40px 60px 35px 60px;}
    #contact { background:none;}

    #footer_2 {text-align:center;}
    #contact { background:none;}

    ul.social-bookmarks {
        padding: 0;
        list-style-type: none;
        float:none;
        display:inline-block;
    }

}

@media (max-width: 992px) {
    ul.floated li {width: 45%;}
    #logo img {width: 72%;}

}

/* From tablet portrait to mobile */
@media (max-width: 767px) {

    #logo img {width: 100%;}

    .middle-wizard {padding: 30px 30px 30px 30px;}

    #survey_container {margin-top: -215px;}

    .step h3 {line-height: 33px;}

    .viewPricing {margin-top: 15px;}

    .TitleNew {text-align: center;}
    .TitleNew .pull-left {float: none !important; margin-top: 15px;}
    ul#footer-nav li:first-child {margin-right: 0px;}
    .social-bookmarks {margin: 0px 0 0px 0 !important; float: none !important;}

    .login-right {margin-top: 30px;}

    .wizard-header span {line-height: 36px !important;}
    #top-area-inner-page {height:300px;}

    ul.data-list-2 li {display:inline-table; height: 60px;}

    ul.data-list-2 li label {margin-top:5px;}







    #top-nav		{width:100%;float:left;
               position: absolute;
               background: #c7ced3;
               z-index: 1000;
               top: 60px;}
    #top-nav			{display:none;}
    #top-nav ul	{float: none; padding:20px 0 20px 0; margin:0; }
    #top-nav ul li 	{float: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); font-size:14px; padding:0; margin:0;}
    #top-nav ul li:last-child{ border-bottom:none;}
    #top-nav ul li a	{ display:block; padding:15px 5px;}
    #top-nav ul a#active{ color:#323232; background-color:#ddd;}
    .btn-responsive-menu{display:block;}

    .main-title h1{font-size:90px;line-height:30px;}
    .main-title p {font-size:16px;}

    h2, h3 {font-size: 26px;line-height:33px;margin-bottom:30px;}
    h2 span, h3 span{font-size: 16px; line-height:18px}

    #top-wizard {padding:15px 6s0px;}
    #middle-wizard {padding: 20px 30px 20px 30px;}

    ul.floated li#age {margin-bottom:-10px; }

    ul.floated li {
        float:none;
        margin:0; padding:0;
        width:100%;
        padding-bottom:10px;
    }

    #footer_2 {text-align:center;}
    #contact { background:none;}

    ul.social-bookmarks {
        padding: 0;
        list-style-type: none;
        float:none;
        display:inline-block;
    }
    
    .Subscription_box {margin-bottom: 21px;}

    .subscribtion-title{
        text-align: right;
    }

}

/* Mobile Landscape */
@media (max-width: 480px) {

    .main-title h1{font-size:33px;line-height:53px; margin-top:30px;}
    .main-title p {font-size:14px; ine-height:16px; }

    #top-nav ul	{float: none; padding:20px 0 40px 0; margin:0; }
    #top-wizard {padding:15px 30px;}
    #bottom-wizard {padding:15px 30px;}
    .backward, .forward, button[disabled].backward, button[disabled].forward  {
        text-indent:-9999px;
        width:50px;
        padding:0;
        height:40px;
    }
    .backward:before, .forward:before, button[disabled].backward:before, button[disabled].forward:before {
        text-indent:0;
        top:12px;
        font-size:16px;
    }

    .qty-buttons span { top:10px; display:block; width:100px; left:120px; font-weight:bold; line-height:12px;}

    #complete{padding: 0 25px 15px 25px;}
    #complete h3{ font-size:18px; margin-bottom:20px}
    #complete i {font-size:80px;padding:0;}
}

/* Mobile Portrait */
@media only screen and (max-width: 320px) {

    .main-title h1{font-size:24px;line-height:36px; margin-top:36px;}
    #survey_container {margin-bottom:30px;}
    #top-nav ul	{float: none; padding:20px 0 10px 0; margin:0; }
    ul#footer-nav li {display:block;margin-right:0;}
    ul#footer-nav li:first-child {margin-right:0;}
    .step h3 {font-size:18px;line-height:22px; margin-bottom:20px}
    #complete h3{ font-size:18px; margin-bottom:20px}
    #complete{padding: 0 15px 15px 15px;}

}

.break-through h4{
    font-size: 16px;
    text-align: right;
    margin-bottom: 10px;
}

.panel-info .afix-1{
    color: #fff !important;
}

.report-section{
    display: none;
}

.payment-section {
    display: none;
}


.quotation-details.body, .quotation-details #bodyTable, .quotation-details #bodyCell, .quotation-details #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;font-family:Helvetica, Arial, "Lucida Grande", sans-serif;}
.quotation-details table{border-collapse:collapse;}
.quotation-details table[id=bodyTable] {width:100%!important;margin:auto;max-width:500px!important;color:#7A7A7A;font-weight:normal;}
.quotation-details img, .quotation-details a img{border:0; outline:none; text-decoration:none;height:auto; line-height:100%;}
.quotation-details a {text-decoration:none !important;border-bottom: 1px solid;}
.quotation-details h1, .quotation-details h2, .quotation-details h3, .quotation-details h4, .quotation-details h5, .quotation-details h6{color:#5F5F5F; font-weight:normal; font-family:Helvetica; font-size:20px; line-height:125%; text-align:Left; letter-spacing:normal;margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;}

.quotation-details .ReadMsgBody{width:100%;} .ExternalClass{width:100%;}
.quotation-details .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div{line-height:100%;} 
.quotation-details table, .quotation-details td{mso-table-lspace:0pt; mso-table-rspace:0pt;} 
.quotation-details #outlook a{padding:0;}
.quotation-details img{-ms-interpolation-mode: bicubic;display:block;outline:none; text-decoration:none;} 
.quotation-details body, .quotation-details table, .quotation-details td, .quotation-details p, .quotation-details a, .quotation-details li, .quotation-details blockquote{-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; font-weight:normal!important;} 
.quotation-details .ExternalClass td[class="ecxflexibleContainerBox"] h3 {padding-top: 10px !important;} 

.quotation-details h1{display:block;font-size:26px;font-style:normal;font-weight:normal;line-height:100%;}
.quotation-details h2{display:block;font-size:20px;font-style:normal;font-weight:normal;line-height:120%;}
.quotation-details h3{display:block;font-size:17px;font-style:normal;font-weight:normal;line-height:110%;}
.quotation-details h4{display:block;font-size:18px;font-style:italic;font-weight:normal;line-height:100%;}
.quotation-details .flexibleImage{height:auto;}
.quotation-details .linkRemoveBorder{border-bottom:0 !important;}
.quotation-details table[class=flexibleContainerCellDivider] {padding-bottom:0 !important;padding-top:0 !important;}

.quotation-details body, .quotation-details #bodyTable{background-color:#E1E1E1;}
.quotation-details #emailHeader{background-color:#E1E1E1;}
.quotation-details #emailBody{background-color:#FFFFFF;}
.quotation-details #emailFooter{background-color:#E1E1E1;}
.quotation-details .nestedContainer{background-color:#F8F8F8; border:1px solid #CCCCCC;}
.quotation-details .emailButton{background-color:#205478; border-collapse:separate;}
.quotation-details .buttonContent{color:#FFFFFF; font-family:Helvetica; font-size:18px; font-weight:bold; line-height:100%; padding:15px; text-align:center;}
.quotation-details .buttonContent a{color:#FFFFFF; display:block; text-decoration:none!important; border:0!important;}
.quotation-details .emailCalendar{background-color:#FFFFFF; border:1px solid #CCCCCC;}
.quotation-details .emailCalendarMonth{background-color:#205478; color:#FFFFFF; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; padding-top:10px; padding-bottom:10px; text-align:center;}
.quotation-details .emailCalendarDay{color:#205478; font-family:Helvetica, Arial, sans-serif; font-size:60px; font-weight:bold; line-height:100%; padding-top:20px; padding-bottom:20px; text-align:center;}
.quotation-details .imageContentText {margin-top: 10px;line-height:0;}
.quotation-details .imageContentText a {line-height:0;}
.quotation-details #invisibleIntroduction {display:none !important;} 

.quotation-details span[class=ios-color-hack2] a {color:#205478!important;text-decoration:none!important;}
.quotation-details span[class=ios-color-hack3] a {color:#8B8B8B!important;text-decoration:none!important;}

.quotation-details .a[href^="tel"], .quotation-details a[href^="sms"] {text-decoration:none!important;color:#606060!important;pointer-events:none!important;cursor:default!important;}
.quotation-details .mobile_link a[href^="tel"], .quotation-details .mobile_link a[href^="sms"] {text-decoration:none!important;color:#606060!important;pointer-events:auto!important;cursor:default!important;}

.quotation-details section{padding: 53px 0 10px;}
@media only screen and (max-width: 480px){
    .quotation-details{width:100% !important; min-width:100% !important;}
    .quotation-details table[id="emailHeader"],
    .quotation-details table[id="emailBody"],
    .quotation-details table[id="emailFooter"],
    .quotation-details table[class="flexibleContainer"],
    .quotation-details td[class="flexibleContainerCell"] {width:100% !important;}
    .quotation-details td[class="flexibleContainerBox"], td[class="flexibleContainerBox"] table {display: block;width: 100%;text-align: left;}

    .quotation-details td[class="imageContent"] img {height:auto !important; width:100% !important; max-width:100% !important; }
    .quotation-details img[class="flexibleImage"]{height:auto !important; width:100% !important;max-width:100% !important;}
    .quotation-details img[class="flexibleImageSmall"]{height:auto !important; width:auto !important;}

    .quotation-details table[class="flexibleContainerBoxNext"]{padding-top: 10px !important;}

    .quotation-details td[class="buttonContent"]{padding:0 !important;}
    .quotation-details td[class="buttonContent"] a{padding:15px !important;}

}


.home-whatsapp{
    margin-top: 53px;   
}

.answer-img{
    float: right;
    width: auto;
    height: 100%;
}

.area-img{
    width: 200px;
    height: auto;
}

ul.customize-data-list-2 {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 70%;
}

.customize-data-list-2 li {
    display: inline-block;
    width: 36%;
    margin: 10px 20px 0px 0px;
}

.customize-data-list-2 p {
    margin: 5px 5px 0px 0px;
}

.customize-data-list-2 input[type="checkbox"][id^="cb"] {
    display: none;
}

.customize-data-list-2 input[type="radio"][id^="cb"] {
    display: none;
}

.customize-data-list-2 label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #f4f4f4;
}

.customize-data-list-2 label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.customize-data-list-2 label img {
    height: auto;
    width: 100%;
    max-width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.customize-data-list-2 :checked+label {
    border-color: #ddd;
}

.customize-data-list-2 :checked+label::before {
    content: "✓";
    background-color: #4bb543;
    transform: scale(1);
}

.customize-data-list-2 :checked+label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}