@font-face {
    src: url("../fonts/Helvetica.ttf");
    font-family: "Helvetica";
}
@font-face {
    src: url("../fonts/Minion-Pro-Italic.otf");
    font-family: "Minion-Pro-Italic";
}
@font-face {
    src: url("../fonts/MonumentExtended-Regular.otf");
    font-family: "MonumentExtended-Regular";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Bold.otf");
    font-family: "Proxima-Nova-Bold";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Semibold.otf");
    font-family: "Proxima-Nova-Semibold";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Regular.ttf");
    font-family: "Proxima-Nova-Regular";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Black.otf");
    font-family: "Proxima-Nova-Black";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Extrabold.otf");
    font-family: "Proxima-Nova-Extrabold";
}
@font-face {
    src: url("../fonts/Rubik-Italic.ttf");
    font-family: "Rubik-Italic";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Thin.otf");
    font-family: "Proxima-Nova-Thin";
}


body {
    margin: 0px;
}
img {
    width: 100%;
}
section:after {
    clear: both;
    display: block;
    content: "";
}
h3 {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    line-height: 1.5;
}
p {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    line-height: 1.5;
    font-size: 16px;
}
a {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    font-size: 16px;
}
a:hover {
    color: #232323;
    text-decoration: none;
}
a.button {
    font-family: "Proxima-Nova-Bold";
    transition: 0.4s;
    color: #fff;
    background-color: #fecc17;
    border: none;
    padding: 10px;
    font-size: 16px;
}
a.button:hover {
    background-color: #999;
}
button {
    font-family: "Proxima-Nova-Bold";
    outline: none;
    transition: 0.4s;
    color: #fff;
    background-color: #fecc17;
    border: none;
    padding: 5px 10px;
    font-size: 16px; 
}
button:hover {
    background-color: #999;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
input,
textarea {
    font-family: "Proxima-Nova-Bold";
    color: #000;
    background: #fff;
    border: none;
    display: block;
    outline: none;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-size: 16px;
}
::placeholder {
    color: #A0A0A0;
}


/*** Header ***/
section.header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    box-shadow: 0px 0px 10px #333;
    padding: 10px 10px 10px 100px;
}
.logo {
    float: left;
    width: 12%;
    margin-top: 25px;
}
button.toggle-nav {
    display:none;
}
.nav {
    background-color: transparent;
    float: right;
    margin-top: 40px;
    margin-right: 25px;
}
.nav ul li {
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding: 0px 20px; 
}
.nav ul li:hover, 
.nav ul li:focus, 
.nav ul li:active:focus
.nav ul li.dropdown:hover, 
.nav ul li.dropdown:focus, 
.nav ul li.dropdown:active:focus {
    outline: none;
}
.nav ul li.special-page {
    background-color: #fecc17;
    border-radius: 20px;
    padding-top: 3px;
}
.nav ul li.special-page a {
    color: #fff;
}
.nav ul li.special-page a:hover {
    color: #999;
}
.nav ul li.mobile-simulator {
    display: none;
}
.nav ul li.mobile-lang {
    display: none;
}
.nav ul li a {
    font-family: "Proxima-Nova-Bold";
    color: #333;
    transition: 0.4s;
    font-size: 18px;
}
.nav ul li a:hover {
    color: #fecc17;
}
.nav ul li a.closebtn {
    display: none;
}
.nav ul.dropdown-menu li {
    position: relative;
    display: block;
    padding: 10px 0px 0px 0px;
}
.nav ul li a i {
    vertical-align: top;
}
.nav ul li:hover, 
.nav ul li:focus, 
.nav ul li:active:focus {
    outline: none;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    background-color: #fff;
    border: none;
    position: absolute;
    padding: 10px 0px;
    margin: 0px;
    left: 0px;
}
.dropdown-menu a.dropdown-item {
    font-family: "Proxima-Nova-Bold";
    color: #000;
    border-bottom: 1px solid #000;
    display: block;
    transition: 0.4s;
    text-align: left;
    padding: 5px 20px;
    font-size: 18px;
}
.dropdown-menu a.dropdown-item:hover {
    color: #fff;
    background: #fecc17;
    border-bottom: 1px solid #fff;
}
.header-right-group {
    float: right;
}
.lang {
    text-align: right;
    margin-bottom: 10px;
}
.lang ul li {
    display: inline-block;
    padding: 3px;
}
.lang ul li img {
    width: 30px;
}
form.search {
    position: relative;
    margin: 0px;
}
button.searchbutton {
    background-color: #fecc17;
    box-shadow: 1px 1px 10px #999;
    border-radius: 50px;
    float: left;
    margin: 0px;
    padding: 10px;
    font-size: 20px;
}
input.searchbox {
    border: 1px solid #fecc17;
    border-radius: 15px;
    width: auto;
    float: left;
    margin: 0px;
    padding: 7px;
}


/*** Anasayfa - Slider ***/
section.home-slider {
    display: flex;
}
.home-slider-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
p.slider-text {
    font-family: "Minion-Pro-Italic";
    line-height: 1;
    font-size: 55px;
}
p.slider-small-text {
    font-size: 35px;
    color: #fecc17;
}
.wiki-bg .bg-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0;
    transition: 0.3s ease all;
    background-color: #000000;
}
.wiki-bg .bg-item.active {
    opacity: 1;
}
.wiki-cols {
    position: relative;
    overflow: hidden;
    height: 95vh;
}
.wiki-cols .wiki-col {
    position: relative;
    border-right: 1px solid #777;
    background-image:  unset !important;
    height: 100%;
}
.wiki-cols .wiki-col:last-child {
    border: none;
}
.wiki-col .item-meta {
    position: absolute;
    text-align: left;
    z-index: 1;
    bottom: 20;
    left: 20;
}
.wiki-col .item-meta p.item-title {
    font-family: "Minion-Pro-Italic";
    color: #fff;
    margin-bottom: 0px;
    font-size: 40px;
}
.wiki-col .item-meta p.item-title-description {
    color: #fff;
    font-size: 20px;
}
.wiki-col .item-meta a.button {
    background-color: #ff7b53;
}
.grad {
    background: #000;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Standard*/
}
.home-slider-mobile {
    display: none;
}


/*** Anasayfa - Bizimle İletişime Geçin ***/
section.our-contact-section {
    background-color: #f8f8f8;
    padding: 50px 0px;
}
.default-section {
    position: relative;
    margin: 100px 0px;
}
section.our-contact-section img {
    width: 50%;
}
p.our-contact-section-title {
    font-size: 22px;
    margin-left: 75px;
}
p.our-contact-section-detail {
    background-color: #e6e7eb;
    color: #5a5b5f;
    padding: 10px 20px;
    font-size: 30px;
    margin-left: 50px;
}
p.our-contact-section-detail a.button {
    float: right;
    background-color: #ff7b53;
}
p.our-contact-section-detail a.button:hover {
    background-color: #999;
}


/*** Anasayfa - Hizmetler ***/
.title-group {
    position: relative;
    margin-bottom: 20px;
}
p.title {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    margin: 0px;
    font-size: 50px;
}
p.down-title {
    line-height: 1.2;
    margin: 0px;
    font-size: 30px;
}
#home-services-slider .item {
    border: 3px solid #e3e3e3;
    height: 62vh;
}
#home-services-slider .item .item-description {
    padding: 15px 10px;
}
#home-services-slider .item .item-description p.item-title {
    font-size: 22px;
}
#home-services-slider .item .item-description p.item-desc {
    font-family: "OpenSans-Semibold";
    color: #999;
}
#home-services-slider .item .item-button {
    text-align: right;
    padding: 5px 10px;
}
#home-services-slider .item .item-button a.button {
    color: #999;
    background-color: transparent;
    padding: 0px;
}
#home-services-slider .item .item-button a.button:hover {
    color: #6DC233;
    background-color: transparent;
    box-shadow: none;
}
#home-services-slider .item .item-package-group {
    position: relative;
    display: block;
}
#home-services-slider .item .item-package-group ul li {
    display: block;
    position: relative;
    transition: 0.4s;
    height: 6vh;
}
#home-services-slider .item .item-package-group ul li:hover {
    height: 23vh;
}
.image-group {
    position: relative;
    display: block;
}
.package-img-black-panel {
    background-color: rgb(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.package-description-title {
    position: absolute;
    top: 10;
    left: 10;
}
.package-description-title p.package-title {
    color: #fff;
    font-size: 18px;
}
#home-services-slider .item .item-package-group ul li a.button {
    position: absolute;
    right: 10;
    bottom: 10;
    color: #fff;
    background: transparent;
    font-weight: bold;
    padding: 0px;
}
#home-services-slider .item .item-package-group ul li a.button:hover {
    color: #6DC233;
    box-shadow: none;
}
#home-services-slider .owl-nav {
    display: block;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 100;
}
#home-services-slider .owl-nav [class*=owl-] {
    color: #999;
    background-color: transparent;
    position: absolute;
    font-size: 50px;
}
#home-services-slider .owl-nav [class*=owl-]:hover {
    color: #6DC233;
}
#home-services-slider .owl-prev {
    left: -100px;
}
#home-services-slider .owl-next {
    right: -100px;
}


/*** Anasayfa - Sistemler ***/
.home-systems-cols {
    position: relative;
    overflow: hidden;
    height: 65vh;
}
.home-systems-cols .home-systems-col {
    position: relative;
    border-right: 1px solid #777;
    background-image:  unset !important;
    height: 100%;
}
.home-systems-cols .home-systems-col:last-child {
    border: none;
}
.home-systems-bg .bg-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0;
    transition: 0.3s ease all;
    background-color: #000000;
}
.home-systems-bg .bg-item.active {
    opacity: 1;
}
.home-systems-col .item-meta {
    position: absolute;
    text-align: left;
    z-index: 1;
    top: 20%;
    left: 20;
}
.home-systems-col p.item-number {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    width: fit-content;
    padding: 5px 17px;
    font-size: 25px;
}
.home-systems-col p.down-title {
    color: #fff;
}
.home-systems-col p.item-title-description {
    color: #fff;
    margin-bottom: 40px;
}
.home-systems-mobile-slider {
    display: none;
}


/*** Anasayfa - Haberler ***/
section.home-news .title-group p.title a.button {
    position: absolute;
    left: 35%;
    top: 20%;
}
#home-news-slider .item {
    padding: 10px 2px;
}
#home-news-slider .item-detail {
    position: absolute;
    left: 10;
    bottom: 0;
}
#home-news-slider .item-detail p.down-title {
    color: #fff;
    font-size: 20px;
}
#home-news-slider .item-panel {
    background: linear-gradient(transparent, transparent, #111724);
    box-shadow: none;
    margin: 0px;
    border: none;
    border-radius: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
#home-news-slider a.button {
    color: #fff;
    background-color: transparent;
}
#home-news-slider a.button:hover {
    color: #fecc17;
    background-color: transparent;
}



/*** Anasayfa - Hakkımızda ***/
section.home-about-us {
    background-image: url("/assets/img/hakkimizda.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    width: 100%;
    padding: 100px 0px;
}
.home-about-us-detail {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
}
p.text {
    color: #999;
    margin-bottom: 25px;
}
.home-about-us-detail p.down-title {
    margin-bottom: 25px;
}



/*** Anasayfa - Sertifikalar ***/
.title-group.center p.title {
    text-align: center;
}
#home-certificates-slider .item img {
    border: 1px solid #999;
    border-radius: 100px;
    padding: 25px;
}
#home-certificates-slider .owl-nav {
    display: block;
    position: absolute;
    margin: 0px;
    right: 0;
    left: 0;
    top: 20%;
}
#home-certificates-slider .owl-nav [class*=owl-] {
    color: #999;
    background-color: transparent;
    position: absolute;
    transition: 0.4s;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 50px;
}
#home-certificates-slider .owl-nav [class*=owl-]:hover {
    color: #fecc17;
}
#home-certificates-slider .owl-prev {
    left: -100;
}
#home-certificates-slider .owl-next {
    right: -100;
}



/*** Footer ***/
section.footer {
    background-color: #000;
    width: 100%;
    position: relative;
    padding: 50px 0px 20px 0px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img {
    width: 50%;
}
.footer-column ul li p {
    font-family: "Helvetica";
    color: #fff;
}
.footer-column ul li.footer-social-media a {
    color: #fff;
    background-color: #2f2e33;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 30px;
}
.footer-column ul li.footer-social-media a:hover {
    background-color: #fecc17;
}
.footer-column ul li.title {
    font-family: "Proxima-Nova-Bold";
    color: #fecc17;
    font-size: 25px;
}
.footer-column ul li p a {
    font-family: "Helvetica";
    color: #fff;
}
.footer-line {
    background-color: #fecc17;
    width: 100%;
    height: 1px;
    margin-top: 50px;
}
.advert {
    text-align: center;
    padding: 10px 0px;
}
.advert a {
    font-family: "Proxima-Nova-Regular";
    color: #fff;
    margin: 0px;
    font-size: 14px;
}

.special-button {
    background-color: #40bb50;
    border-radius: 10px 0px 0px 10px;
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 20px;
    padding: 10px;
}
.special-button a {
    color: #fff;
}
.special-button a:hover {
    color: #333;
}



/*** Breadcrumb ***/
section.breadcrumb {
    background-color: #e6e6e6;
    position: relative;
    transition: 0.4s;
    border-radius: 0;
    margin: 0px;
    padding: 0px;
    height: 33%;
}
section.breadcrumb-product-detail {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
}
.breadcrumb-image {
    background-size: cover;
    height: -webkit-fill-available;
}
.breadcrumb-image-panel {
    background-color: rgb(255,255,255,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.breadcrumb-text {
    position: absolute;
    top: 50%;
}
p.breadcrumb-title {
    color: #000;
    line-height: 1;
    font-size: 50px;
    margin: 0px;
}
.site-map {
    color: #fff;
    background-color: #999;
    padding: 5px 0px;
}
.site-map p {
    color: #fff;
    margin: 0px;
}
.site-map a {
    color: #fff;
}
.site-map a:hover {
    color: #fecc17;
}



/*** Latek ***/
.title-group.back p.title {
    margin-top: -85px;
    margin-left: 10%;
}
.title-group.back.center p.title {
    margin-left: 0;
}
.detail-section {
    position: relative;
    margin: 100px 0px;
}
p.back-title {
    font-family: "MonumentExtended-Regular";
    color: #fff;
    text-shadow: 0px 0px 3px #232323;
    margin: 0px;
    font-size: 100px;
}
.left-line {
    background-color: #707070;
    width: 60%;
    height: 2px;
    margin: 0px;
}
.right-line {
    background-color: #707070;
    width: 60%;
    height: 2px;
    margin-left: 40%;
}



/*** Hizmetler ***/
section.classic-list-section .item {
    margin-bottom: 50px;
}
ul.tree-list {
    padding: 0px 15px;
}
ul.tree-list li {
    background: #edf2f6;
    border-bottom: 1px solid #000;
    list-style: none;
    transition: 0.4s;
    padding: 10px 15px;
}
ul.tree-list li:last-child {
    border: none;
}
ul.tree-list li:hover {
    background: #fecc17;
}
ul.tree-list li.tree-list-title {
    background: #fecc17;
    text-align: center;
}
ul.tree-list li.tree-list-title p {
    font-family: "Proxima-Nova-Bold";
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
}
ul.tree-list li a {
    color: #A0A0A0;
    transition: 0.4s;
    font-size: 16px;
}
ul.tree-list li:hover a {
    color: #fff;
    text-decoration: none;
}



.title-line {
    width: 50%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 10px;
}
p.medium-title {
    font-family: "Proxima-Nova-Black";
    margin: 0px;
    font-size: 20px;
}
p.small-title {
    font-size: 18px;
}
.project-line {
    background-color: #707070;
    width: 100%;
    height: 1px;
    margin-top: 30px;
}
p.project-title {
    font-family: "Proxima-Nova-Extrabold";
    margin: 0px;
    font-size: 50px;
}
img.project-detail-img {
    margin-bottom: 20px;
}
#project-slider .owl-nav {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    left: 0px;
    right: 0px;
}
#project-slider .owl-nav [class*=owl-] {
    transition: 0.4s;
    border: 1px solid #fecc17;
    background-color: #fecc17;
    color: #fff;
    font-size: 15px;
    padding: 10px;
}
#project-slider .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #fecc17;
}
.detail-img {
    height: 350px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}



/*** Referanslar ***/
.page-gallery .item {
    margin-bottom: 30px;
}
section.references-detail .item {
    position: relative;
    display: inline-flex;
    width: 33%;
    padding: 20px;
}
.references-panel {
    background: #fff;
    border: 10px solid #e6e6e6;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    margin-bottom: 10px;
    height: 30vh;
}
.references-panel img {
    width: 75%;
}


/*** S.S.S. ***/
.tab-pane.fade {
    display: none;
}
.tab-pane.fade.active {
    display: block;
}
.sss-cat-list {
    margin-bottom: 30px;
}
.sss-cat-list ul li {
    background: #fecc17;
    text-align: center;
    transition: 0.4s;
    padding: 15px 0px;
}
.sss-cat-list ul li.active {
    background: #000;
}
.sss-cat-list ul li:hover {
    background: #000;
}
.sss-cat-list ul li a {
    color: #fff;
    font-size: 18px;
}
i.fas.fa-check {
    color: #3E9B5D;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 25px;
}
i.fas.fa-plus {
    color: #fecc17;
    margin-right: 5px;
}
ul.sss-list li {
    margin-bottom: 15px;
}
ul.sss-list li a.sss-list-down-title {
    font-size: 20px;
}
.collapse.in p {
    transition: 0.4s;
    margin: 25px 0px;
}


/*** İletişim ***/
section.contact {
    padding: 200px 0px 100px 0px;
}
section.contact p,
section.contact a {
    color: #fff;
}
p.contact-title {
    font-family: "Proxima-Nova-Bold";
    line-height: 1.2;
    font-size: 55px;
}
.contact-social-media {
    padding: 10px 0px;
}
.contact-social-media a {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
}
iframe {
    margin-top: 25px;
    margin-bottom: 10px;
    height: 340px;
}
form.contact-form input,
form.contact-form textarea {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}
form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
    color: #fff;
}



/*** Simülatör ***/
section.simulator-section {
    background-size: cover;
    padding: 9% 100px;
}
.tab-pane.fade {
    display: none;
}
.tab-pane.fade.active {
    display: block;
}
.step-bar {
    counter-reset: step;
    margin-bottom: 25px;
}
.step-bar li {
    list-style: none;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 49%;
}
.step-bar li:before {
    font-family: "Proxima-Nova-Bold";
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    font-size: 25px;
}
.step-bar li:after {
    content: "";
    position: absolute;
    width: 97%;
    height: 1px;
    background-color: #fff;
    top: 20px;
    left: -50%;
}
.step-bar li:first-child:after {
    content: none;
}
.step-bar li.active {
    color: green;
}
.step-bar li.active:before {
    border-color: #fecc17;
    background: #fecc17;
    color: #fff;
} 
.step-bar li.active + li:after {
    background-color: #fecc17;
}
.step-title:hover {
    color: #fecc17;
}
form.simulator-form .item {
    padding: 10px;
    margin-bottom: 20px;
}
form.simulator-form .item .item-panel {
    background: #fecc17;
    border-radius: 5px;
    padding: 20px;
    height: 300px;
}
form.simulator-form .item p {
    color: #fff;
    margin-bottom: 5px;
}
select {
    font-family: "Proxima-Nova-Bold";
    color: #999;
    height: 40px;
    border: none;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
form.simulator-form input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
}
form.simulator-form input::placeholder {
    color: #fff;
}
form.simulator-form button {
    background: #fecc17;
    border: 1px solid #fecc17;
    border-radius: 5px;
    padding: 15px 200px;
}
form.simulator-form .item button:hover {
    background: #999;
    border: 1px solid #999;
    cursor: pointer;
}
.panel-type-item {
    display: inline-block;
    border-right: 1px solid #fff;
    text-align: center;
}
.panel-type-item.three {
    width: 32%;
}
.panel-type-item.four {
    position: relative;
    vertical-align: top;
    width: 24%;
    height: 15vh;
}
.panel-type-item:last-child {
    border: none;
}
.panel-type-item input[type=radio] {
    width: 25px;
    height: 25px;
    margin-left: 40%;
}
.panel-type-item input[type=checkbox] {
    width: 25px;
    height: 25px;
    margin-left: 40%;
}
.panel-type-item i.simulator-icon {
    font-size: 35px;
}
.panel-type-item.four input[type=radio] {
    position: absolute;
    bottom: 0;
}
form.simulator-form .item .item-panel p.panel-title {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
}
ul.result-list li {
    text-align: center;
    background-color: #40bb50;
    border-bottom: 1px solid #999;
    padding: 15px 0px;
}
ul.result-list li.active {
    background-color: #fff;
}
ul.result-list li a {
    color: #fff;
}
ul.result-list li.active a {
    color: #40bb50;
}
ul.result-list-item {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
ul.result-list-item li {
    float: left;
    margin: 0px;
    border: none;
    background-color: #fff;
    border-right: 1px solid #999;
    padding: 10px 0px;
    text-align: center;
}
ul.result-list-item.five li {
    width: 20%;
    height: 175px;
}
ul.result-list-item.four li {
    width: 25%;
    height: 15vh;
}
ul.result-list-item li a {
  color:#fff;
}
p.result-text {
    font-size: 25px;
}
i.result-icon {
    color: #40bb50;
    font-size: 40px;
    margin-left: 10px;
}

ul.setup-cost-list {
    background: linear-gradient(#fff, #40bb50);
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
ul.setup-cost-list li {
    float: left;
    text-align: left;
    border-right: 1px solid #fff;
    padding: 20px;
    text-align: center;
}
ul.setup-cost-list li:last-child {
    border: none;
}
ul.setup-cost-list.two li {
    width: 50%;
    text-align: center;
}
ul.setup-cost-list.three li {
    width: 33%;
    height: 150px;
}
p.cost-text {
    font-size: 30px;
}
.range {
    text-align: center;
}
p.rangeText {
    font-size: 30px;
}
img.logo-black {
    width: 30%;
    margin-left: 35%;
}
ul.result-list-item-parent {
    background-color: transparent;
    padding: 0px;
    border-bottom: 1px solid #999;
}
ul.result-list-item-parent li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 20px 0px;
    background-color: #fff;
}
ul.result-list-item-parent li:hover {
    background-color: #40bb50;
}
ul.result-list-item-parent li.active {
    background-color: #40bb50;
}
ul.result-list-item-parent li.active a {
    color: #fff;
}
ul.result-list-item-parent li:hover a {
    color:#fff;
}
/* pdf */
.pdf-writer {
    cursor: pointer;
}
.pdf-writer.export-max-pdf,.pdf-writer.export-min-pdf {
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
    float: right;
    background: linear-gradient(#fff, #40bb50);
    padding: 10px;
}

.pdf-writer.export-max-pdf p ,.pdf-writer.export-min-pdf p{
    font-size: 22px;
    margin: 0;
}

.pdf-writer.export-max-pdf i ,.pdf-writer.export-min-pdf i{
    font-size: 22px;
    margin-right: 5px;
}


.exporting {
    width: 1000px !important;
}

.exporting ul.result-list-item.four li {
    width: 25% !important;
}

.exporting ul.setup-cost-list.two li {
     width: 50% !important;
}

.exporting ul.setup-cost-list.three li {
    width: 33% !important;
}
.print-doc-min:after {
    display: block;
    content: " ";
    clear: both;
}

.print-doc-max:after {
    display: block;
    content: " ";
    clear: both;
}
.pdf-header img {
     width: 150px;
}
.pdf-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid;
    padding: 15px 30px;
}
.exporting-header {
    display: flex;
}
.pdf-footer {
    padding-left: 50px;
    padding-right: 50px;
    display: none;
}
.exporting-footer {
    display: block;
}

