body {
    background-color: #f7fafd !important;
    font-family: "Open Sans", sans-serif;
}


/* section.multi-form-custom-section {
    padding-top: 80px;
} */

.col-sm-12.col-md-8.col-lg-8.card-fullwidth {
    background: #ffffff;
    border-radius: 16px;
}

input.btn:hover {
    color: #fff;
}

.col-sm-12.col-md-4.col-lg-4.card-fullwidth {
    background: #ffffff;
    border-radius: 16px;
    max-width: 100%;
}

.number-dropdown {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border: 1px solid #5d5d5f;
    border-radius: 8px;
    height: 40px;
}

.col-lg-3.tab-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-lg-2.tab-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-card {
    box-shadow: 0px 3px 6px #00000052;
    /* border: 2px solid #e8e8e8; */
    border: 1px solid #036496;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s;
}

.multi-form-custom-section #signup {
    /* width: 600px; */
    height: auto;
    padding: 20px;
    /* margin: 80px auto; */
    /* position: relative; */
    /* min-height: 300px; */
}


/* .multi-form-custom-section #fieldsets {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
  } */

.card-fullwidth {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #707070;
}

.bg-danger {
    background-color: #ff6b0f !important;
}

.multi-form-custom-section fieldset {
    border: none;
    /* position: absolute; */
    /* left: -640px; */
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    display: none;
    margin-top: 30px;
}

.multi-form-custom-section fieldset.current {
    left: 70px;
    display: block;
}

.multi-form-custom-section fieldset.next {
    left: 640px;
}

.multi-form-custom-section #section-tabs {
    font-size: 0.8em;
    height: 120px;
    /* position: relative; */
    /* margin-top: -50px; */
    margin-bottom: 50px;
    padding: 0px;
    font-weight: bold;
    list-style: none;
    text-transform: uppercase;
}

.multi-form-custom-section #section-tabs li {
    color: #a7a7a7;
    cursor: not-allowed;
    /* border-left: 1px solid #aaa; */
    text-decoration: none;
    padding: 0 6px;
    float: left;
    width: 20% !important;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    /* background: #ddd; */
    position: relative;
    letter-spacing: 2px;
}

.multi-form-custom-section #section-tabs li span {
    color: #bababa;
}

.multi-form-custom-section #section-tabs li.active {
    color: #444;
    cursor: pointer;
    font-family: "wappfoxfont";
    letter-spacing: 2px;
}

.multi-form-custom-section #section-tabs li:after {
    content: "";
    display: block;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 0;
}


/*.multi-form-custom-section #section-tabs li.current .list-item {*/


/*    opacity: 1;*/


/*    background: #fff;*/


/*    z-index: 999;*/


/*    border-left: none;*/


/* top: 171px; */


/* left: 534px; */


/*    width: 100px;*/


/*    height: 100px;*/


/*background: transparent linear-gradient(180deg, #e2f5ff 0%, #72b0d1 100%) 0% 0% no-repeat padding-box;*/


/*box-shadow: 0px 3px 6px #00000029;*/


/*    opacity: 1;*/


/*    border-radius: 50%;*/


/*    position: relative;*/


/*    margin: 0 auto;*/


/*}*/


/* img.logo-margin {
    margin-top: 30px;
} */


/* .multi-form-custom-section #section-tabs li.current:after {
    border: 15px solid transparent;
    border-left: 15px solid #2cbab2;
} */

.multi-form-custom-section input[type="submit"] {
    display: none;
    border: none;
}

.tab-card:hover {
    border-left: 10px solid #ff6607;
    background-color: #f8f8f8;
    border-radius: 25px;
    padding: 10px 5px;
}


/*.active-nav1{*/


/*    border-left: 4px solid #ff6607;*/


/*    background-color: #f8f8f8;*/


/*}*/

p.wf-para {
    font: normal normal normal 16px/16px Open Sans;
    color: #000;
}


/* //counter */


/* .section-summary {
    padding: 8px;
    background: transparent linear-gradient(180deg, #FF6607 0%, #FF8940 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 16px 16px 0px;
    opacity: 1;
    padding-top: 20px; 
    margin-top: 35px;
   padding-right: 3px;
    width: 50%;
    margin-left: -15px;
    color: #fff;
}  */

.mt-6 {
    margin-top: 4rem;
}

.section-summary {
    display: inline;
    position: relative;
    top: 30px;
    left: 0px;
    border-radius: 0px 10px 10px 0px;
    background-image: linear-gradient(#f86511, #fd833c);
    padding: 8px 20px 8px 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    box-shadow: 0 0 8px 4px rgb(0 0 0 / 20%);
}


/* 
accordian */

.accordion {
    background-color: #f2f2f2;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font: normal normal 600 18px/21px Open Sans;
    letter-spacing: 0px;
    color: #026598;
    transition: 0.4s;
    /* margin-top: -10px; */
    margin-top: -1px;
}

.accordion1 {
    /*background-color: #f2f2f2;*/
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    /* font-size: 14px !important; */
    transition: 0.4s;
    font: normal normal 700 20px/21px Open Sans;
    letter-spacing: 0px;
    color: #026598;
}

table.table.table-striped {
    padding-top: 75px;
}

.accordion:after {
    /* content: "\25B6"; */
    /* color: #ff6e15 !important; */
    /* font-weight: bold; */
    /* float: right; */
    /* margin-left: 5px; */
    /* font-size: 14px; */
    /* margin-right: 10px; */
}

.accordion.active:after {
    content: "\25Bc";
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-size: 14px;
}

.panel {
    padding: 0 18px;
    background-color: #f2f2f2;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel:after {
    max-height: 50px !important;
}

.panel1 {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #fff;
}

td {
    font-style: 16px !important;
}


/* .value-bar {
  margin-top: 40px;
} */

#submit-form {
    font-size: 14px !important;
}

.ps-close {
    position: relative;
    right: 16px;
    top: 11px;
}

.cs-color-blue {
    color: #026598;
}

a#next {
    /* text-align: right; */
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
    background: #fe843c;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 15px;
    border-radius: 20px;
    font-weight: 600;
}

a.previous-btn { 
    /* text-align: right; */
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
    background: #046192;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 15px;
    border-radius: 20px;
    font-weight: 600;
}

a.previous-btn:hover { 
    color: #fff;
}

input.btn {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    background: #f86d22;
    /* box-shadow: 0px 3px 6px #00000029; */
    border-radius: 11px;
}

@media screen and (max-width: 991px) {
	a.previous-btn, a#next, input.btn {
		margin: 0;
	}
}

h4.chart-1 {
    font: normal normal 800 18px/21px Open Sans;
}

p.chart-1 {
    font: normal normal normal 14px/16px Open Sans;
}

h5.price-value {
    font: normal normal 400 14px/21px Open Sans;
    letter-spacing: 0px;
    color: #026598;
}

@media only screen and (max-width: 1024px) {
    h4.chart-1 {
        text-align: center;
        margin-top: 20px;
    }
    p.chart-1 {
        text-align: center;
        margin-top: 20px;
    }
    .product-quantity {
        margin-left: 0px;
    }
    .col-sm-12.col-md-4.col-lg-4.card-fullwidth {
        /* max-height: 1085px; */
    }
}

@media only screen and (max-width: 815px) {
    .col-sm-12.col-md-4.col-lg-4.mt-5.mb-5.mobile-view {
        display: block !important;
    }
    .col-sm-12.col-md-4.col-lg-4.mt-5.mb-5 {
        display: none;
    }
}

@media only screen and (max-width: 765px) {
    .col-sm-12.col-md-4.col-lg-4.card-fullwidth {
        margin-top: 40px;
    }
    .section-top {
        padding-top: 20px;
    }
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff6e15 !important;
    transition: width 0.6s ease;
    /* margin-top: 30px; */
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 2.25rem;
    /* margin-top: 50px !important; */
}

.list-item {
    /* width: 100px !important;
    height: 100px !important; */
    /*margin: 20px;*/
    /* display: flex;
    justify-content: center;
    align-items: center; */
}


/* .current-tab {
  width: 100px !important;
  height: 100px !important;
} */

.list-item2 {
    width: 80px !important;
    height: 80px !important;
    /* margin: 20px; */
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .current-tab {
    background: transparent linear-gradient(180deg, #E2F5FF 0%, #72B0D1 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
} */


/* .current-tab .list-item2 {
  display: none;
}

.current-tab .img-1 {
  display: none !important;
}

.current-tab .img-2 {
  display: block !important;
} */

.card-custom-title {
    position: absolute;
    top: 10px;
    left: 0;
}


/*.active-img-list img {*/


/*    position: absolute;*/


/*    top: -2px;*/


/*    left: 5px;*/


/*}*/


/* .multi-form-custom-section #section-tabs li.current p {
  margin-top: 10px;
  color: #2c6598;
} */


/* //template page */

.menu-wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    padding-top: 50px;
}

h4.menu-headcolor {
    font: normal normal 800 27px/31px Open Sans;
    color: #026598;
}

p.menu-para {
    font: normal normal normal 16px/30px Open Sans;
    padding-top: 25px;
}

.heading-box {
    background-color: #f5f5f5;
    padding: 20px;
}

.list-tab {
    padding-top: 35px;
}

h5.menu-h2 {
    font: normal normal 800 20px/31px Open Sans;
    color: #026598;
}

h5.sec-head {
    padding-top: 7px;
    font: normal normal 600 27px/35px Open Sans;
    letter-spacing: 0px;
    color: #026598;
    font-family: "wappfoxfont";
    text-align: center;
}

.preview-button {
    text-align: center;
}

.card1 {
    transition: all 0.5s;
}

.card1:hover {
    box-shadow: 0px 3px 6px #ff8533;
}

.card1:hover button.btn.btn-default.button {
    border-radius: 20px;
    color: #fff !important;
    background-color: #fd8842;
    border: 1px solid #fd8842;
}

button.btn.btn-default.button {
    border-radius: 20px;
    padding: 0.2rem 1rem;
    color: #fb6607 !important;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #fd8842;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    transition: all 0.5s;
}


/* button.btn.btn-default.button:hover { */


/* border-radius: 20px; */


/* color: #fff !important; */


/* background-color: #fd8842; */


/* border: 1px solid #fd8842; */


/* } */

.card1 {
    /* background-color: #fff; */
    padding: 20px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.card-text {
    text-align: left;
    font: normal normal normal 17px/25px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.list-group-item1 {
    position: relative;
    display: block;
    padding: 1rem 1rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    transition: 0.3s;
}

li.list-group-item1:hover {
    color: #fe6709;
    font-weight: 600;
    background-color: #f8f8f8;
    font-size: 18px;
}


/* 
  li.list-group-item1:hover::after{
    content: "\003E";
    color: rgb(0, 0, 0);
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 20px;
} */

.active-nav {
    color: #fe6709;
    font-weight: 600;
    background-color: #f8f8f8;
    /*font-size: 18px;*/
}


/* .active-nav::after{
    content: "\003E";
    color: rgb(0, 0, 0);
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 20px;
} */

span.new-p {
    background-color: #ff8533;
    padding: 5px;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 17px;
}

#show-more,
#show-less {
    text-align: center;
    margin-top: 20px;
}

#show-more a,
#show-less a {
    cursor: pointer;
    text-decoration: underline;
    color: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
    .nav-sec:not(.current) {
        display: none !important;
    }
    .multi-form-custom-section #signup {
        padding: 10px;
    }
    .list-item {
        margin: 0;
    }
    /* .multi-form-custom-section #section-tabs li.current .list-item {
    width: 50px;
    height: 50px;
  } */
    .multi-form-custom-section #section-tabs {
        padding: 0;
    }
    .list-item2 img {
        width: 50%;
    }
    .active-img-list img {
        width: 50%;
        top: 12px;
        left: 13px;
    }
    .multi-form-custom-section #section-tabs li p {
        display: none;
    }
    .multi-form-custom-section #section-tabs {
        margin-bottom: 0;
    }
    .list-item2 {
        width: 40px !important;
        height: 40px !important;
        margin: 10px auto;
    }
    .multi-form-custom-section #section-tabs {
        height: 50px;
    }
    .progress {
        height: 1rem;
        margin-top: 0px;
    }
    /* .current-tab {
    height: auto !important;
    margin-bottom: 20px;
    padding: 0 !important;
    margin-top: 5px;
  } */
}

.table-cs {
    display: table;
    margin-top: 100px;
}

@media (min-width: 768px) and (max-width: 1008px) {
    .table-cs {
        display: block;
        margin-top: 0px;
    }
}

.table-striped tbody tr {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.accordion ::hover {
    color: #f5f5f5 !important;
}

button.accordion1:hover {
    color: #026598 !important;
}

.tab-paragraph {
    font: 16px "Open Sans", sans-serif;
    text-align: justify;
}

button.yes-button,
a.yes-button {
    color: #f8691d;
    background: #ffffff;
    border: 1px solid #707070;
    display: inherit;
    border-radius: 0;
    padding: 8px 16px;
    margin-bottom: 5px;
    box-shadow: 0 0 6px 4px #e3e3e3;
    font-size: 14px !important;
}

.already-selected {
    background: #036294 !important;
    color: #fff !important;
}

.cs-select {
    padding: 0px 15px;
    border-radius: 0px;
    border: 1px solid #016597;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23ff6e15 ' height='30' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    color: #fe6e1c;
    /* height: 35px; */
    font-weight: 600;
    padding-right: 25px;
    width: 100%;
    font-size: 14px !important;
}

.cs-select.selected {
    background-color: #016597;
    color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23fff ' height='30' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}

.cs-select.selected option:not(:checked) {
  background-color: #fff;
  color: #000;
}

.set-class td {
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0.75rem;
}

.cs1-txt {
    font-size: 14px;
    line-height: 1.6;
}

.cursor-pointer {
	cursor: pointer
}

/* .set-class {
  margin: 20px;
} */

.tab-img img {
    width: 60px !important;
}

/* .req-modal .modal-header { */
    /* background: #026598; */
    /* color: #fff; */
/* } */

.submitForm-section .modal-content {
	border-radius: 20px;
}

.submitForm-section .modal-content .modal-body {
	padding: 1.5rem;
}

.submitForm-section .submitForm-title-section {
	text-align: center;
}

.submitForm-section .submitForm-title-section h3 {
	font-size: 22px;
    color: #036496;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.submitForm-section .modal-header .close {
	position: absolute;
    top: 5px;
    right: 0;
    background: #e6e6e6;
    opacity: 1;
    border-radius: 50%;
    padding: 10px 15px;
}

.submitForm-section .modal-header {
	border: none;
}

.submitForm-section .modal-header .close span {
	color: #000;
}

.submitForm-section .modal-body .form-group input {
	border-radius: 25px;
    background: #f8f8f8;
    border: none;
    padding: 10px 15px;
}

.submitForm-section .modal-body .form-group input:focus {
	box-shadow: 0px 6px 5px 0px #e3e3e3;
}

.submitForm-section .modal-body .form-group input::placeholder {
  color: #cecece;
  opacity: 1; /* Firefox */ 
}

.submitForm-section .modal-body .form-group input::-ms-input-placeholder { /* Edge 12-18 */
  color: #cecece;
}

.submitForm-section .modal-body .form-group label {
	color: #707070;
    font-weight: 600;
}

.submitForm-section .modal-body .register-form .formsubmit-btn {
	border-radius: 25px;
    border: 1px solid #fd8842;
    background: #fd8842;
    color: #fff;
    font-weight: 700;
}

.submitForm-section .modal-body .register-form .formsubmit-btn:hover {
	border-radius: 25px;
	border: 1px solid #fd8842;
    background: transparent;
    color: #fd8842;
}

.btn-1 {
    background: #026598;
    color: #fff;
}

.btn-1:hover {
    background: #026598;
    color: #fff;
}

.btn-2 {
    background: #ff6e15 !important;
    color: #fff;
}

.btn-2:hover {
    background: #ff6e15 !important;
    color: #fff;
}

.nav-sec-wrapper {
    /* overflow-x: auto; */
}

.nav-sec {
    width: 180px;
    text-align: center;
}

.nav-sec-wrapper p {
    font-size: 14px;
    color: #727272;
}

.nav-sec.current p {
    font-weight: 700;
    color: #026598;
    font-size: 16px;
}

.form-tab-progress-section .nav-sec.current-tab.active img {
    width: 120px;
}

@media only screen and (max-width: 600px) {
    .nav-sec-wrapper p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-sec.current p {
        font-size: 20px;
    }
}

.btn-wap {
    background: #026598;
    color: #fff;
}

.btn-wap:hover {
    background: #ff6e15;
    color: #fff;
}

.template-thumb-img .template-preview-overflow {
    height: 250px;
    overflow: hidden;
}

.template-thumb-img .template-preview-overflow img {
    width: 100%;
}

.image-link {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}


/* This block of CSS adds opacity transition to background */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/* padding-bottom and top for image */

.mfp-no-margins img.mfp-img {
    padding: 0;
}


/* position of shadow behind the image */

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}


/* padding for main container */

.mfp-no-margins .mfp-container {
    padding: 0;
}


/* aligns caption to center */

.mfp-title {
    text-align: center;
    padding: 6px 0;
}

.image-source-link {
    color: #DDD;
}

.desktop-preview-height {
    height: 500px;
    overflow: hidden;
}

.desktop-preview-height a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000002b;
    border-radius: 15px;
}

.mobile-device-width {
    min-width: 320px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.tab-device-width {
    min-width: 500px;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 320px) and (max-width: 768px) {
    .mobile-device-width,
    .tab-device-width {
        min-width: 320px;
        max-width: 320px;
    }
    .form-tab-progress-section .nav-sec {
        width: auto;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .set-class td {
        font-size: 14px;
    }
    .form-tab-progress-section .nav-sec.current-tab.active img {
        width: 60%;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .form-tab-progress-section .nav-sec {
        padding: 0 15px;
    }
}

@media (min-width: 1300px) and (max-width: 1481px) {
    .form-tab-progress-section .nav-sec {
        padding: 0 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1481px) {
    .form-tab-progress-section .nav-sec {
        width: auto;
    }
}

.form-tab-progress-section {
    display: inline-block;
    text-align: center;
}

.form-tab-progress-section .nav-sec {
    display: inline-block;
    transition: all 0.5s;
}

.template-preview-section .carousel {
    position: relative;
}

.template-preview-section .carousel .carousel-control-next,
.template-preview-section .carousel .carousel-control-prev {
    width: 32px;
    top: 20px;
    bottom: auto;
    left: auto;
}

.template-preview-section .carousel .carousel-control-prev {
    right: 35px;
    background: #026598;
    padding: 5px;
}

.template-preview-section .carousel .carousel-control-next {
    right: 0px;
    background: #026598;
    padding: 5px;
}

.template-preview-section .carousel .carousel-control-next-icon,
.template-preview-section .carousel .carousel-control-prev-icon {
    width: 15px;
    height: 20px;
}

.custom-icon-list-section {
    width: 100px;
    padding: 10px;
    margin: auto;
}

.wrapper-demo {
    box-shadow: 0px 1px 3px 0px #00000050;
}

.final-section-one {
    font: normal normal 600 16px/21px Open Sans
}


.toggleCustom .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.toggleCustom .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggleCustom .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggleCustom .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggleCustom input:checked + .slider {
  background-color: #036496;
}

.toggleCustom input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.toggleCustom input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggleCustom .slider.round {
  border-radius: 34px;
}

.toggleCustom .slider.round:before {
  border-radius: 50%;
}

.cookie-einstellungen-btn {
    border: 1px solid #f86b1f;
    color: #f86b1f;
    background: transparent;
}

.alle-cookies-akzeptieren-btn {
    border: 1px solid #f86b1f;
    background: #f86b1f;
    color: #fff;
}

.alle-ablehnen-btn {
    border: 1px solid #036496;
    background: #036496;
    color: #fff;
}

.cookie-einstellungen-btn:hover {
	border: 1px solid #f86b1f;
    color: #fff;
    background: #f86b1f;
}

.alle-cookies-akzeptieren-btn:hover {
	border: 1px solid #f86b1f;
    background: transparent;
    color: #f86b1f;
}

.alle-ablehnen-btn:hover {
	border: 1px solid #036496;
    background: transparent;
    color: #036496;
}