/******
    style.css
    yellow.css
    custom.css
*******/

/* style.css */
.widget h4 {
    color: #999;
    font-weight: 400;
    font-size: 16px;
}

p.lead {
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 35px;
}

a.animated_link {
    position: relative;
    text-decoration: none;
}
a.animated_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a.animated_link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

a.animated_link_2 {
    position: relative;
    text-decoration: none;
	color:#555;
}
a.animated_link_2:hover {
    color: #111;
}
a.animated_link_2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #111;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a.animated_link_2:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*-------- 1.2 Buttons --------*/
a.btn_outline,
.btn_outline {
    border: 2px solid #3f9fff;
    font-family: inherit;
    font-size: inherit;
    color: #3f9fff;
    width: 100%;
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    text-align: center;
	font-size:18px;
    text-transform: none;
}
a.btn_outline:hover,
.btn_outline:hover {
    background: #333;
    color: #fff;
	border: 2px solid #333;
}
a.btn_1,
.btn_1 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #3f9fff;
    cursor: pointer;
    padding: 7px 15px;
    display: inline-block;
    outline: none;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
}
a.btn_1.medium,
.btn_1.medium {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #3f9fff;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
}
a.btn_1:hover,
.btn_1:hover {
    background: #333;
}
a.close_in {
    font-size: 36px;
    position: absolute;
    top: 10px;
    left: 20px;
    color: #ccc;
}
a.close_in:hover {
    color: #111;
}

#menu-button-mobile span{
    background: #fff;
}

#menu-button-mobile span:before,
#menu-button-mobile span:after
{
    background: #fff;
}

.intro_txt {
    position: absolute;
    top: 34%;
    left: 7%;
    z-index: 2;
    margin: 0 auto;
    max-width: 600px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.60);
}
.intro_txt h2 {
    margin-bottom: 15px;
    font-size: 48px;
    color: #fff;
	font-weight:700;
	text-transform:uppercase;
}
.intro_txt p {
    margin-bottom: 0;
    font-size: 24px;
}
/* Addtional links / Footer */
#additional_links {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 36;
    font-size: 14px;
}
#additional_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}
#additional_links ul li {
    display: inline-block;
    margin-right: 15px;
}
#additional_links ul li a {
    color: #fff;
}
#additional_links ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}
#additional_links ul li:first-child:after,
#additional_links ul li:last-child:after {
    content: ""
}
#additional_links ul li:first-child {
    margin-right: 20px;
}
.ls-bottom-slidebuttons {
	right:20px !important;
	position:absolute;
}
/*-------- 2.3 Wizard quote--------*/
#wizard_container {
    border-left: 2px solid #e8ebed;
    margin-top: 8px;
}

input#website {
    display: none;
}
h3.main_question {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
    font-size: 19px;
}
h3.main_question strong {
    display: block;
    color: #999;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 400;
}
/* Wizard Buttons*/
button.backward,
button.forward,
button.submit {
    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: 400;
    outline: none;
    text-align: center;
    background: #c06401;
    position: relative;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 30px 10px 30px;
}
button.backward {
    color: #333;
    background: #e8e8e8;
    padding: 10px 20px 10px 30px;
}
button.forward,
button.submit {
    padding: 10px 30px 10px 20px;
}
button[disabled] {
    display: none;
}
button.backward:before {
    content: "\f0a5";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 18px;
}
button.forward:before {
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
}
button.submit:before {
    content: "\f1d8";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
}
button.submit.circle:before {
    content: "\f021";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
	-moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}
.backward:hover,
.forward:hover {
    background: #be690ed0;
    color: #fff;
}
#top-wizard {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e8ebed;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
}
#middle-wizard {
    padding: 30px 0 3px 50px;
}
#bottom-wizard {
    text-align: right;
    padding: 15px 0 15px 0;
    border-top: 1px solid #e8ebed;
}
.ui-widget-content {
    background: #ffcc7b;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    background: #f5ab35;
}
.ui-widget-header a {
    color: #222222;
}
.ui-progressbar {
    height: 2em;
    text-align: center;
    width: 75%;
    margin: auto;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
span.error {
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -35px;
    right: -15px;
    z-index: 99;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px;
}
span.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 span.error {
    top: -5px;
}
.form-group {
    position: relative;
}
.form-group label {
    font-weight: 400;
    color: #222;
}
.form-group.radio_questions label {
    border: 2px solid #e8ebed;
    display: block;
    font-weight: 400;
    padding: 15px 45px 15px 15px;
    box-sizing: content-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #555;
    background-color: #fff;
}
.form-group.checkbox_questions label {
    font-weight: 400;
    cursor: pointer;
    color: #555;
}
.form-group.radio_questions .iradio_square-yellow {
    position: absolute;
    top: 17px;
    right: 15px;
}
.form-group.checkbox_questions .icheckbox_square-yellow {
    margin-right: 10px;
}
.form-group.radio_questions label:hover {
    border: 2px solid #ffcc33;
}
.form-group.select {
    margin-bottom: 30px;
}
.styled-select select {
    background: transparent;
    width: 107%;
    padding: 5px;
    padding-left: 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 41px;
    color: #999;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
}
.styled-select select:focus {
    color: #555;
}
.styled-select {
    width: 100%;
    overflow: hidden;
    height: 44px;
    background: #fff url(../img/arrow_down.svg) no-repeat right center;
    border: 2px solid #e8ebed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.styled-select select::-ms-expand {
    display: none;
}
.styled-select select:focus {
    outline: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}

input.form-control,
select.form-control{
    height: 44px;
}

input.form-control,
select.form-control,
textarea.form-control {
    background: none;
    background-color: #fff;
    border: 2px solid #e8ebed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 6px 12px;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: #ffcc33;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
}

/*-------- 2.5 Success submit --------*/
#success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 190px;
    margin-top: -85px;
    margin-left: -150px;
    text-align: center;
}
#success h4{
	margin:0;
}
#success h4 span{
	display:block;
	font-size:24px;
}
@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}
.inlinesvg .svg svg {
    display: inline
}
.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}
.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}

/*-------- 2.6 Shortcodes --------*/
#background_color_in {
    background-color: #f8f8f8;
}
.subheader_in {
    text-align: center;
    height: 300px;
    border-bottom: 1px solid #e8ebed;
	background: #fff4e3 url(../img/shortcodes_bg.svg) no-repeat center bottom;
}
#logo_in {
    position: absolute;
    top: 10px;
    left: 65px;
    z-index: 9;
	width: 160px;
    height: 48px;
}
.tab-pane.styled {
	padding: 30px;
	background-color:#fff;
	border: 1px solid #ddd;
	border-top:0;
}

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Accordion --------*/
.card {
  border: 0;
  margin-bottom: 5px;
}
.card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #e1e8ed;
  padding: 20px;
}

.card-body {
  padding-bottom: 0;
}

.card-header h5 {
  font-size: 16px;
  font-size: 1rem;
}
.card-header h5 a {
  border: 0;
  display: block;
  color: #444;
}
.card-header h5 a i.indicator {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  float: right;
  color: #409fff;
}
.card-header h5 a:hover i.indicator {
  color: #333;
}

/*-------- 3.2 Spacing --------*/
.add_bottom_15 {
    margin-bottom: 15px;
}
.add_bottom_30 {
    margin-bottom: 30px;
}
.add_bottom_45 {
    margin-bottom: 45px;
}
.add_bottom_60 {
    margin-bottom: 60px;
}
.add_bottom_75 {
    margin-bottom: 75px;
}
.add_top_20 {
    margin-top: 20px;
}
.add_top_30 {
    margin-top: 30px;
}
.add_top_60 {
    margin-top: 60px;
}
.more_padding_left {
    padding-left: 40px;
}
.nomargin_top {
    margin-top: 0;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px;
}

ul.list_ok {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 1.3;
}
ul.list_ok li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
ul.list_ok li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 21px;
    color: #c06401;
}

/* Hamburger menu button*/
.cmn-toggle-switch {
  position: relative;
  display:block;
  overflow: visible;
  position:fixed;
  top:25px;
  right:25px;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  z-index:9999;
}

.cmn-toggle-switch:focus {outline: none;}
.cmn-toggle-switch span {display: block;position: absolute;top: 10px;left: 0;right: 0;height: 2px;background: #3f9fff;}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {position: absolute;display: block;left: 0;width: 100%;height:2px;background-color: #3f9fff; content: "";}
header .cmn-toggle-switch span::after, header .cmn-toggle-switch span::before {background: #3f9fff;}

.cmn-toggle-switch span::before {top: -10px;}
.cmn-toggle-switch span::after {bottom: -10px;}

.sticky .cmn-toggle-switch span::before,
.sticky .cmn-toggle-switch span::after,
.sticky .cmn-toggle-switch span {background-color: #3f9fff;}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after { -webkit-transition-duration: 0.3s, 0.3s;transition-duration: 0.3s, 0.3s;-webkit-transition-delay: 0.3s, 0;transition-delay: 0.3s, 0;}
.cmn-toggle-switch__htx span::before { -webkit-transition-property: top, -webkit-transform;transition-property: top, transform;}
.cmn-toggle-switch__htx span::after {-webkit-transition-property: bottom, -webkit-transform;transition-property: bottom, transform;}

/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active span{background:none !important;}
.cmn-toggle-switch__htx.active span::before {top: 0; -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.cmn-toggle-switch__htx.active span::after {bottom: 0;-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {-webkit-transition-delay: 0, 0.3s;transition-delay: 0, 0.3s;}

/*-------- 3.5 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 #e8ebed; 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;}

/*-------- 3.6 Submit loader mask --------*/
#loader_form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fafafa;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 99999999999 !important;
  display: none;
}

[data-loader="circle-side-2"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #1c5dab;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*============================================================================================*/
/* 4. RESPONSIVE  */
/*============================================================================================*/
@media (max-width: 1024px) {
	video {display:none;}
	.video_fallback{background: url(../img/slides/slide_1.jpg) center center no-repeat; background-size:cover;display:block; position:fixed;top: 0;right: 0;bottom: 0;left: 0;overflow: hidden;}
}
@media (max-width: 991px) {
	#main_container {width:100%;}
	#wizard_container {border-left: 0;}
	#middle-wizard {padding: 15px 0;}
	.more_padding_left {padding-left: 0;}

    #logo_in{left: 35px;}
    .box_contact i {position: static;}
}

/* Tablet*/
@media (max-width: 768px) {
	.wrapper_in {padding: 0 20px 20px 20px;}
	.ui-progressbar {width: 100%;}
	.box_contact {padding-left:0;}


	.widget#follow{border-bottom: none;margin-bottom:0;}
	.widget#follow ul{margin-bottom:0;}

	.subheader {margin-bottom:5px;}
}

/* Mobile Landscape */
@media (max-width: 767px) {
	.main_nav {top:74px;right:23px;display:none;}
	.main_nav .nav {display: inline-block;}
	.main_nav .nav-tabs>li {border-right:none; border-bottom:1px solid #e8ebed; text-align:right;}
	.main_nav .nav-tabs>li:last-child{border-bottom:none;}
	.main_nav .nav-tabs>li{display:block; float:none;}

	.intro_txt { max-width:300px; top:30%;}
	.intro_txt h2 {margin-bottom: 10px;font-size: 24px;}
	.intro_txt p {margin-bottom: 0;font-size: 16px; line-height:1.2;}

	.box_contact {margin-bottom:30px;}

    #logo_in{left: 10px;}

    .main_nav .nav-tabs>li>a {
        border: 1px solid #c06401;
        border-radius: 3px;
    }
}

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

	.subheader {margin: 0 -65px 5px -65px;}
	#map_contact {height: 240px;}
    #map_contact .google-map{height: 240px;}
	#contact_info {top:30px;}

	.about_info {padding-left: 0;}
	.about_info i {position: static;}

	footer ul {text-align:center;}
	footer ul li {display:block;margin-right: 0;}
	footer ul li:after {content: "";left:0;}
	footer ul li:first-child {margin-right: 0;}

	.margin_60_35 {padding-top: 30px;padding-bottom:5px;}

	#additional_links ul li:first-child {margin-right: 0; display:block;}

	.ls-bottom-slidebuttons {visibility:hidden;}
}



/* yellow.css */
/* iCheck plugin Square skin, yellow
----------------------------------- */
.icheckbox_square-yellow,
.iradio_square-yellow {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(yellow.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-yellow {
    background-position: 0 0;
}
    .icheckbox_square-yellow.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-yellow.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-yellow.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-yellow.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-yellow {
    background-position: -120px 0;
}
    .iradio_square-yellow.hover {
        background-position: -144px 0;
    }
    .iradio_square-yellow.checked {
        background-position: -168px 0;
    }
    .iradio_square-yellow.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-yellow.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-yellow,
    .iradio_square-yellow {
        background-image: url(yellow@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}



/* custom.css */

/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.survey-title{
    margin-top: 55px;
    font-size: 19px;
}

.tab-content{
    padding-top: 88px;
}

.progress-cont{
    padding-bottom: 30px;
}

.progress-bar{
    overflow: visible;
    color: #000;
}

/* login  */

.bg-white{
    background-color: #fff;
}

.login-box{
    padding: 50px 0 50px 0;
}

.login-box .login-col{
    float: none;
    margin: auto;
}

.login-box .login-logo{
    width: 250px;
}

.login-box .login-form-box{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.login-box .login-form-box .btn-login{
    background-color:#c06401;
    color: #fff;
}

.login-form-box .form-group .error-msg{
    color: red;
}

/* dashboard  */

.details-table-area{
    margin-top: 95px;
}

.button-area{
    padding-bottom: 50px;
    margin-top: 20px;
}

.button-area .export-btn .btn-export{
    color: #fff;
    background-color:#c06401;
    padding: 5px 10px;
    border: 2px solid #c06401;
}

.button-area .export-btn .btn-export:hover{
    background-color: #c27018;
}

.content-area.wrapper_in{
    padding: 0;
}

.details-table-area .export-table{
    max-height: 400px;
    max-width: 100%;
    overflow: auto;
    display:inline-block;
    border: 1px solid #b5b2b2;

}

/* already submitted */
.submited-col{
    float: none;
    margin: auto;
}

.already-submit-box{
    position: relative;
    border: 2px solid #c06401c0;
    border-radius: 5px;
    margin-top: 100px;
    padding: 30px 0 42px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.users-count{
    margin-top: 30px;
}

.users-count p{
    margin-bottom: 0;
    font-size: 12px;
}

.users-count p span{
    font-size: 13px;
}

/* translate element  */
.language.dropdown{
    position: absolute;
    right: 135px;
    top: 14px;
}

.language.dropdown .dropdown-menu{
    min-width: 0;
    padding: 0;
}

.language.dropdown .btn-secondary{
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 5px;
    padding: .375rem .92rem;
}

.language.dropdown .btn-secondary:active{
    background-color: #ffffff;
    box-shadow: none;
}

.language.dropdown .btn-secondary:focus{
    box-shadow: none;
}

.language.dropdown  .dropdown-item.active,
.language.dropdown  .dropdown-item:hover{
    background-color: #c06401;
    color: #fff;
}

.modal-footer .btn_1{
    background-color: #c06401;
}

.modal-body p{
    font-size: 14px;
}

.checkbox_questions a{
    text-decoration: underline;
    font-size: 11px;
}

.checkbox_questions label{
    font-size: 11px;
}

/* contact */

#contact_info .box_contact{
    border: 1px solid #c06401;
    border-radius: 3px;
    padding: 30px 30px 30px 60px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box_contact i{
    color: #5c3102;
    left: 10px;
    top: 23px;
}

.box_contact strong{
    font-size: 13px;
}

.box_contact p{
    margin-bottom: 0;
}


@media (min-width: 1200px) {

    .main_nav{
        right: 55px;
    }

    .cmn-toggle-switch{
        right: 70px;
    }

    .language.dropdown{
        right: 170px;
    }
}

@media (max-width: 1199px) {

    #bottom-wizard .backward, #bottom-wizard .forward{
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {

    .survey-title{
        margin-top: 20px;
    }

    #contact_info {
        top:100px;
    }

    #contact_info .box_contact{
        padding: 30px;
    }
}


@media (max-width: 767px) {

    .language.dropdown {
        right: 90px;
        top: 16px;
    }

    #bottom-wizard .backward, #bottom-wizard .forward{
        margin-bottom: 8px;
    }

    #contact_info {
        top: 15px;
    }


}

@media (max-width: 480px) {

    #logo_in {
        left: 0px;
    }

    .users-count{
        text-align: center;
    }

    .users-count p{
        font-size: 13px;
    }

    #bottom-wizard{
        text-align: center;
    }

    #bottom-wizard .backward, #bottom-wizard .forward{
        margin-bottom: 8px;
    }

    h3.main_question{
        font-size: 15px;
    }

    #contact_info .box_contact {
        padding: 20px 20px 20px 20px;
    }

    .already-submit-box{
        margin-top: 90px;
    }
}

@media (max-width: 368px) {

    .language.dropdown {
        right: 62px;
    }

    .survey-title{
        font-size: 16px;
    }

    .list_ok li{
        font-size: 14px;
    }

    #bottom-wizard .submit{
        font-size: 14px;
    }

    #contact_info .box_contact a{
        display: inline-block;
    }

    .progress-bar{
        font-size: 10px;
    }

    #bottom-wizard.tamil_pg .backward, #bottom-wizard.tamil_pg .forward{
        font-size: 13px;
    }
}
