.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.bootstrap-datetimepicker-widget {
list-style: none; }
.bootstrap-datetimepicker-widget.dropdown-menu {
display: block;
margin: 2px 0;
padding: 4px;
width: 14rem; }
@media (min-width: 576px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
width: 38em; } }
@media (min-width: 768px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
width: 38em; } }
@media (min-width: 992px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
width: 38em; } }
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
content: '';
display: inline-block;
position: absolute; }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
top: -7px;
left: 7px; }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
top: -6px;
left: 8px; }
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #ccc;
border-top-color: rgba(0, 0, 0, 0.2);
bottom: -7px;
left: 6px; }
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid white;
bottom: -6px;
left: 7px; }
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
left: auto;
right: 6px; }
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
left: auto;
right: 7px; }
.bootstrap-datetimepicker-widget.dropdown-menu.wider {
width: 16rem; }
.bootstrap-datetimepicker-widget .list-unstyled {
margin: 0; }
.bootstrap-datetimepicker-widget a[data-action] {
padding: 6px 0; }
.bootstrap-datetimepicker-widget a[data-action]:active {
box-shadow: none; }
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
width: 54px;
font-weight: bold;
font-size: 1.2em;
margin: 0; }
.bootstrap-datetimepicker-widget button[data-action] {
padding: 6px; }
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
content: "Increment Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
content: "Increment Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
content: "Decrement Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
content: "Decrement Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
content: "Show Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
content: "Show Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
content: "Toggle AM/PM"; }
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
content: "Clear the picker"; }
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
content: "Set the date to today"; }
.bootstrap-datetimepicker-widget .picker-switch {
text-align: center; }
.bootstrap-datetimepicker-widget .picker-switch::after {
content: "Toggle Date and Time Screens"; }
.bootstrap-datetimepicker-widget .picker-switch td {
padding: 0;
margin: 0;
height: auto;
width: auto;
line-height: inherit; }
.bootstrap-datetimepicker-widget .picker-switch td span {
line-height: 2.5;
height: 2.5em;
width: 100%; }
.bootstrap-datetimepicker-widget table {
width: 100%;
margin: 0; }
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
text-align: center;
border-radius: 0.25rem; }
.bootstrap-datetimepicker-widget table th {
height: 20px;
line-height: 20px;
width: 20px; }
.bootstrap-datetimepicker-widget table th.picker-switch {
width: 145px; }
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
background: none;
color: #6c757d;
cursor: not-allowed; }
.bootstrap-datetimepicker-widget table th.prev::after {
content: "Previous Month"; }
.bootstrap-datetimepicker-widget table th.next::after {
content: "Next Month"; }
.bootstrap-datetimepicker-widget table thead tr:first-child th {
cursor: pointer; }
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
background: #e9ecef; }
.bootstrap-datetimepicker-widget table td {
height: 54px;
line-height: 54px;
width: 54px; }
.bootstrap-datetimepicker-widget table td.cw {
font-size: .8em;
height: 20px;
line-height: 20px;
color: #6c757d; }
.bootstrap-datetimepicker-widget table td.day {
height: 20px;
line-height: 20px;
width: 20px; }
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
background: #e9ecef;
cursor: pointer; }
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
color: #6c757d; }
.bootstrap-datetimepicker-widget table td.today {
position: relative; }
.bootstrap-datetimepicker-widget table td.today:before {
content: '';
display: inline-block;
border: solid transparent;
border-width: 0 0 7px 7px;
border-bottom-color: #007bff;
border-top-color: rgba(0, 0, 0, 0.2);
position: absolute;
bottom: 4px;
right: 4px; }
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
background-color: #007bff;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td.active.today:before {
border-bottom-color: #fff; }
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
background: none;
color: #6c757d;
cursor: not-allowed; }
.bootstrap-datetimepicker-widget table td span {
display: inline-block;
width: 54px;
height: 54px;
line-height: 54px;
margin: 2px 1.5px;
cursor: pointer;
border-radius: 0.25rem; }
.bootstrap-datetimepicker-widget table td span:hover {
background: #e9ecef; }
.bootstrap-datetimepicker-widget table td span.active {
background-color: #007bff;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td span.old {
color: #6c757d; }
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
background: none;
color: #6c757d;
cursor: not-allowed; }
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
height: 27px;
line-height: 27px; }
.input-group [data-toggle="datetimepicker"] {
cursor: pointer; }@import url("https://fonts.googleapis.com/css?family=Roboto:400i,700i&display=swap");
.account .list-inline .list-inline-item:first-child a {
display: flex;
align-items: center;
}
.step input {
font-family: 'Roboto', sans-serif !important;
font-size: 16px;
font-style: italic;
font-weight: 700;
}
.step input[type="checkbox"]:focus,
.step .btn:focus {
border-color: #3891f5 !important;
opacity: 0.8;
}
.steps__progress {
margin: 50px auto;
}
.progress__bar {
position: relative;
counter-reset: step;
}
.progress__bar .bar__item {
list-style-type: none;
width: calc(100% / 6);
float: left;
font-size: 0;
position: relative;
text-align: center;
color: #3891f5;
cursor: not-allowed;
}
.progress__bar .bar__item::before {
position: relative;
z-index: 2;
width: 34px;
height: 34px;
content: counter(step);
counter-increment: step;
font-size: 18px;
font-weight: 600;
line-height: 28px;
border: 2px solid #3891f5;
background-color: #3891f5;
display: block;
text-align: center;
margin: 0 auto 10px auto;
border-radius: 50%;
color: #fff;
}
.progress__bar .bar__item::after {
width: 100%;
height: 8px;
content: '';
position: absolute;
background-color: #3891f5;
top: 15px;
left: -50%;
z-index: 1;
border-radius: 8px;
}
.progress__bar .bar__item.is--finished {
color: #002546;
cursor: pointer;
}
.progress__bar .bar__item.is--finished:before {
border: 2px solid #002546;
background-color: #002546;
}
.progress__bar .bar__item.is--finished:after {
background-color: #002546;
}           .progress__bar .bar__item:last-child::before {
display: none;
}
.progress__bar .bar__item.is--disabled {
cursor: not-allowed;
} .datepicker .table th,
.datepicker .table td {
border: none;
} .select2-container .select2-selection {
padding: 8px 22px;
border-radius: 100px;
height: auto !important;
border: 2px solid #002546;
font-size: 13px;
font-family: 'georgiaitalic' !important;
color: #002546;
}
.select2-container.select2-container--open .select2-selection {
border-color: #002546;
box-shadow: none;
}
.select2-results__options {
border: 2px solid #002546;
font-size: 13px;
font-family: 'georgiaitalic' !important;
color: #002546;
margin-top: -2px;
margin-left: -1px;
margin-right: -1px;
}
.select2-results__options .select2-results__option {
padding: 8px 22px;
}
select.form-control:not([size]):not([multiple]){
height: calc(3.25rem + 2px) !important;	
} .modal.modal--custom .modal-dialog {
max-width: 700px;
}
.modal.modal--custom .modal-content {
border-radius: 25px;
}
.modal.modal--custom .modal-header {
border-bottom: none;
justify-content: flex-start;
padding: 15px 15px 0 15px;
}
.modal.modal--custom .modal-header i {
font-size: 32px;
color: #88bdf9;
}
.modal.modal--custom .modal-header .header-text {
margin-left: 15px;
}
.modal.modal--custom .modal-header .header-text h6 {
font-size: 18px;
color: #88bdf9;
margin: 0;
}
.modal.modal--custom .modal-header .header-text p {
margin-bottom: 0;
}
.modal.modal--custom .modal-body {
padding: 15px 15px 0 15px;
}
.modal.modal--custom .modal-body .inline__fields {
margin-top: 15px;
width: 100%;
text-align: right;
}
.modal.modal--custom .modal-body .inline__fields input {
margin-right: 15px;
}
.modal.modal--custom .modal-body .inline__fields .btn {
margin-top: 15px;
font-size: 16px; }
.modal.modal--custom .modal-body .body__inner {
display: none;
width: 100%;
}
.modal.modal--custom .modal-body .body__inner.active {
display: block;
}
.modal.modal--custom .modal-body .btn-light-blue:hover {
border-color: #132646;
background-color: #132646;
color: #fff;
}
.step--2 .modal .modal-body .btn i {
color: #88bdf9;
height: 15px;
margin-left: 10px;
}
.step--2 .modal .modal-footer {
justify-content: flex-start;
border-top: none;
padding: 35px;
}
.step--2 .modal .modal-footer a {
font-size: 14px;
font-weight: 600;
text-decoration: underline;
}
.step--3 .modal#addNewCompany .btn-light-blue {
margin-left: 15px;
}
.step--3 .modal#addNewCompany .body__inner:first-child.active {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
.modal.modal--custom.custom--width .modal-dialog {
max-width: 1200px;
}
.modal-backdrop {
background-color: #3891f5;
opacity: .9;
} .summary .summary__header {
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
padding: 15px;
height: 85px;
background-color: #3891f5;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.summary .summary__header h4 {
color: #fff;
margin-bottom: 0;
}
.summary .summary__content {
position: relative;
min-height: 200px;
}
.summary .summary__content ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.summary .summary__content ul li {
display: block;
width: 100%;
height: 258px;
padding: 15px;
background-color: #a9cffa;
border-bottom: 2px solid #3891f5;
border-left: 2px solid #3891f5;
}
.summary .summary__content ul li .option__group {
padding: 10px 0px;
}
.summary .summary__content ul li .option__group:not(:last-child) {
border-bottom: 2px solid #002546;
}
.summary .summary__content ul li .option__group:first-child {
padding-top: 0;
}
.summary .summary__content ul li .option__group div {
display: flex;
justify-content: space-between;
align-items: center;
}
.summary .summary__content ul li .option__group > div > span {
font-size: 14px;
color: #002546;
}
.summary .summary__content ul li .option__group > div > strong {
}
.summary .summary__content ul li .option__group > span:first-child {
font-size: 16px;
font-weight: 600;
}
.summary .summary__footer {
position: relative;
background-color: #3891f5;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
padding: 15px;
min-height: 200px;
}
.summary .summary__footer div {
display: flex;
justify-content: space-between;
align-items: center;
color: #002546;
}
.summary .summary__footer .bigger--text {
color: #fff;
font-weight: 600;
}
.summary .summary__footer .bigger--text strong {
font-size: 22px;
color: #fff;
}
.summary .summary__footer .btn {
padding: 8px 27px 8px 35px;
} .step {
position: relative;
display: none;
}
.step.step--active {
display: block;
}
.step .step__header {
height: 85px; }
.step .step__header h2 {
display: block;
margin-bottom: 0;
}
.step .step__header h4 {
display: block;
color: #3891f5;
margin-bottom: 0;
}
.step .step__footer {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 15px;
padding-right: 15px;
}
.step .step__footer input {
max-width: 75%;
}
.step .step__footer .btn {
padding: 8px 27px 8px 35px;
}
.step .loader {
display: none !important;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
align-items: center !important;
justify-content: center !important;
z-index: 10;
}
.step .loader.is--loading {
display: -webkit-flex !important;
display: -ms-flex !important;
display: flex !important;
}
.step .errors {
display: block;  }
.step .errors p {
display: none;
margin: 0;
text-align: center;
color: red;
}
.step .errors .errors__inner {
background-color: #fff;
border-radius: 25px;
}
::-webkit-input-placeholder { font-family: 'Roboto', sans-serif !important;
font-size: 16px;
font-style: italic;
font-weight: 400;
}
:-ms-input-placeholder { font-family: 'Roboto', sans-serif !important;
font-size: 16px;
font-style: italic;
font-weight: 400;
}
::placeholder {
font-family: 'Roboto', sans-serif !important;
font-size: 16px;
font-style: italic;
font-weight: 400;
} .step--1 .products {
margin: 0;
padding: 0;
list-style-type: none;
}
.step--1 .products .single__product {
width: 100%;
border: 2px solid #3891f5;
padding: 30px;
border-radius: 25px;
margin-bottom: 15px;
}
.step--1 .products .single__product .product__actions {
position: absolute;
top: 15px;
right: 15px;
}
.step--1 .products .single__product .product__actions i {
background-color: #3891f5;
color: #fff;
font-size: 25px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
}
.step--1 .products .single__product .product__thumbnail {
margin-left: 30px;
margin-right: 50px;
width: 150px;
}
.step--1 .products .single__product .product__thumbnail img {
width: 100%;
height: auto;
}
.step--1 .products .single__product .product__content .h3 {
font-size: 30px;
margin-bottom: 0;
}
.step--1 .products .single__product .product__content .sm-4 {
font-size: 20px;
}
.step--1 .products .single__product .product__content p {
font-size: 16px;
margin-top: 10px;
margin-bottom: 0;
}
.step--1 .step__content {
position: relative;
min-height: 200px;
}
.step--1 .btn-light-blue {
display: none;
}
#viewPriceChart .modal-content .modal-body {
min-height: 425px;
}
#viewPriceChart .modal-header {
border-bottom: 1px solid #002546;
padding-bottom: 15px;
}
#viewPriceChart .modal-header .icon {
width: 53px;
height: 43px;
border-radius: 50%;
background-color: #3891f5;
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
justify-content: center;
}
#viewPriceChart .modal-header .icon svg {
width: 28px;
height: 28px;
}
#viewPriceChart .modal-header .header-legend {
display: none;
}
#viewPriceChart .modal-body {
position: relative;
padding-bottom: 40%;
overflow-x: scroll;
overflow-y: hidden;
}
#viewPriceChart .modal-body .header-legend {
width: 100%;
margin-bottom: 25px;
}
#viewPriceChart .header-legend .lengend__item {
margin-right: 15px;
}
#viewPriceChart .header-legend .lengend__item span {
display: inline-block;
margin-right: 5px;
}
#viewPriceChart .header-legend .lengend__item .color {
display: inline-block;
width: 20px;
height: 20px;
}
#viewPriceChart #chart {
position: absolute;
width: 100%;
height: 300px;
min-width: 800px;
overflow: auto !important;
}
#chart::after {
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
width: 105px;
height: 100%;
background: -moz-linear-gradient(left,  rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 65%); background: -webkit-linear-gradient(left,  rgba(255, 255, 255, 0.6) 0%,rgba(255, 255, 255, 1) 65%); background: linear-gradient(to right,  rgba(255, 255, 255, 0.6) 0%,rgba(255, 255, 255, 1) 65%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bffffff', endColorstr='#ffffff',GradientType=1 ); } .step--2 .col-lg-6 .step__header {
display: none;
}
.step--2 .login .login__header,
.step--2 .register .register__header {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
.step--2 .login .login__header i,
.step--2 .register .register__header i {
font-size: 43px;
color: #fff;
}
.step--2 .login .login__header .header__text,
.step--2 .register .register__header .header__text {
padding-left: 15px;
}
.step--2 .login .login__header .header__text h3,
.step--2 .register .register__header .header__text h3 {
display: inline-block;
margin-bottom: 0;
color: #fff;
}
.step--2 .login .login__header .header__text h4,
.step--2 .register .register__header .header__text h4 {
display: inline-block;
margin-bottom: 0;
font-size: 1rem;
}
.step--2 .login .login__form,
.step--2 .register .register__form {
margin-top: 25px;
}
.step--2 .login {
position: relative;
background-color: #88bdf9;
border-radius: 25px;
padding: 25px;
}
.step--2 .login .login__footer {
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: space-between;
margin-top: 25px;
align-items: center;
}
.step--2 .login .login__footer a {
color: #fff;
text-decoration: underline;
}
.step--2 .login .login__footer a:hover {
text-decoration: none;
}
.step--2 .login .login__footer .btn {
padding: 8px 27px 8px 35px;
font-size: 16px;
}
.step--2 .register {
position: relative;
background-color: #3891f5;
border-radius: 25px;
padding: 25px;
}
.step--2 .register .register__form .form-group.gender {
color: #fff;
}
.step--2 .register .register__form .form-group.gender span {
margin-right: 5px;
}
.step--2 .register .register__form .form-group.gender label {
display: inline-block;
margin-right: 10px;
}
.step--2 .register .register__form .input-group input {
border-right: 0;
}
.step--2 .register .register__form .input-group .input-group-append .input-group-text {
background-color: #fff;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-color: #002546;
border-width: 2px;
border-left: 0;
color: #002546;
font-size: 20px;
}
.step--2 .register .register__form #datetimepicker .input-group-text {
width: 250px;
position: absolute;
right: -1px;
height: 52px;
background: transparent;
}
.step--2 .register .register__form #datetimepicker .form-control {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.step--2 .register .register__form .input-group .input-group-append .input-group-text i {
margin-left: auto;
}
.step--2 .register .register__form hr {
background-color: #002546;
margin-top: 25px;
margin-bottom: 25px;
height: 2px;
}
.step--2 .register .register__form .policy {
color: #fff;
margin-bottom: 25px;
}
.step--2 .register .register__form .policy input[type="checkbox"] {
margin-right: 5px;
}
.step--2 .register .register__form .policy a {
text-decoration: underline;
color: #fff;
}
.step--2 .register .register__form .btn {
padding: 8px 27px 8px 35px;
}
.step--2 .register .register__form .note i {
font-size: 18px;
padding-right: 8px;
}
.step--2 .register .register__form .note {
font-size: 14px;
}
.step--3 .step__header .btn {
display: none;
margin-left: auto;
}
.step--3 .packages {
border: 1px solid #3891f5;
border-radius: 25px;
padding: 35px 20px;
width: 100%;
}
.step--3 .packages .packages__header {
display: -webkit-flex;
display: -ms-flex;
display: flex;
border-bottom: 1px solid #001c4e;
padding-bottom: 25px; }
.step--3 .packages .packages__header i {
font-size: 32px;
color: #88bdf9;
margin-right: 15px;
}
.step--3 .packages .packages__header h3 {
font-size: 24px;
color: #3891f5;
line-height: 1;
text-transform: capitalize;
}
.step--3 .packages .packages__header p {
margin-bottom: 0;
}
.step--3 .packages .packages__content {
position: relative;
min-height: 325px;
}
.step--3 .packages .packages__content .single__product {
width: 100%;
display: block;
padding-top: 55px;
}
.step--3 .packages .packages__content .single__product:not(:first-child) {
border-top: 1px solid #002546;
padding-top: 55px;
}
.step--3 .packages .packages__content .single__product:first-child {
border-top-left-radius: 25px;
}
.step--3 .packages .packages__content .single__product:last-child {
border-bottom-left-radius: 25px;
}
.step--3 .packages .packages__content .single__product .product__actions {
text-align: center;
align-self: center;
}
.step--3 .packages .packages__content .single__product .product__actions i {
background-color: #3891f5;
color: #fff;
font-size: 25px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
}
.step--3 .packages .packages__content .single__product .product__thumbnail {
margin-left: 30px;
margin-right: 50px;
width: 150px;
}
.step--3 .packages .packages__content .single__product .product__thumbnail img {
width: 100%;
height: auto;
}
.step--3 .packages .packages__content .single__product .product__content .h3 {
display: block;
font-size: 30px;
margin-bottom: 0;
}
.step--3 .packages .packages__content .single__product .product__content .sm-h4 {
margin-bottom: 25px;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .form-group::after {
content: '';
clear: both;
display: table;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs label {
display: block;
width: 250px;
font-weight: 600;
color: #002546;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .select-wrapper {
display: block;
width: 100%;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .select-wrapper select {
width: 100%;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .select2.select2-container {
width: 100% !important;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .select-wrapper small {
display: none;
margin-left: 30px;
color: red !important;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .btn-group.bootstrap-select {
padding-right: 10px !important;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .input__actions {
float: left;
text-align: center;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .input__actions a {
display: inline-block;
font-size: 14px;
font-weight: 600;
text-decoration: underline;
}
.step--3 .packages .packages__footer {
border-top: 1px solid #001c4e;
padding-top: 25px;
text-align: center;
}
.step--3 .packages .packages__footer .btn {
font-size: 18px;
}
.step--3 .modal .modal-dialog {
max-width: 700px;
}
.step--3 .modal .modal-content {
border-radius: 25px;
}
.step--3 .modal .modal-header {
border-bottom: none;
justify-content: flex-start;
padding: 35px 35px 0 35px;
}
.step--3 .modal .modal-header i {
font-size: 32px;
color: #88bdf9;
}
.step--3 .modal .modal-header .header-text {
margin-left: 15px;
}
.step--3 .modal .modal-header .header-text h6 {
font-size: 18px;
color: #88bdf9;
margin: 0;
}
.step--3 .modal .modal-header .header-text p {
margin-bottom: 0;
}
.step--3 .modal .modal-body {
display: -webkit-flex;
display: -ms-flex;
display: flex;
padding: 35px 35px 0 35px;
align-items: center;
}
.step--3 .modal .modal-body .bootstrap-select.show .btn.dropdown-toggle.selectpicker {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.step--3 .modal .modal-body .bootstrap-select.show .dropdown-menu {
margin-top: -2px;
border: 2px solid #002546;
width: 100%;
min-width: 1px;
max-width: 584px;
}
.step--3 .modal .modal-body .bootstrap-select.show .dropdown-menu.inner {
border: none;
}
.step--3 .modal .modal-body .bootstrap-select.show .dropdown-menu.inner:empty {
display: none;
}
.step--3 .modal .modal-body .btn {
font-size: 16px;
}
.step--3 .modal .modal-footer {
justify-content: flex-start;
border-top: none;
padding: 35px;
}
.step--3 .modal .modal-footer a {
font-size: 14px;
font-weight: 600;
text-decoration: underline;
} .step--4 .packages {
border: 1px solid #3891f5;
border-radius: 25px;
padding: 35px 20px;
width: 100%;
}
.step--4 .packages .packages__header {
display: -webkit-flex;
display: -ms-flex;
display: flex;
border-bottom: 1px solid #001c4e;
padding-bottom: 25px;
}
.step--4 .packages .packages__header i {
font-size: 32px;
color: #88bdf9;
margin-right: 15px;
}
.step--4 .packages .packages__header h3 {
font-size: 24px;
color: #3891f5;
line-height: 14px;
}
.step--4 .packages .packages__header p {
margin-bottom: 0;
}
.step--4 .packages .packages__content {
position: relative;
min-height: 325px;
}
.step--4 .packages .packages__content .single__product {
width: 100%;
display: -webkit-flex;
display: -ms-flex;
display: flex;
padding-top: 55px;
border-bottom: 1px solid #001c4e;
}
.step--4 .packages .packages__content .single__product .product__thumbnail {
margin-left: 30px;
margin-right: 50px;
width: 150px;
}
.step--4 .packages .packages__content .single__product .product__thumbnail img {
width: 100%;
height: auto;
}
.step--4 .packages .packages__content .single__product .product__content {
width: 100%;
}
.step--4 .packages .packages__content .single__product .product__content .content__group:not(:last-child) {
border-bottom: 1px solid #001c4e;
}
.step--4 .packages .packages__content .single__product .product__content .content__group {
padding: 15px 0;
}
.step--4 .packages .packages__content .single__product .product__content .content__group h4 {
font-size: 30px;
}
.step--4 .packages .packages__content .single__product .product__content .content__group h6 {
font-size: 20px;
margin: 0;
}
.step--4 .packages .packages__content .single__product .product__content .content__group div {
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 0.5rem;
}
.step--4 .packages .packages__content .single__product .product__content .content__group div span {
margin: 0;
}
.step--4 .packages .packages__content .single__product .product__content .content__group div span:last-child {
font-size: 18px;
font-weight: 600;
}
.step--4 .packages .packages__footer .footer__summary {
padding-bottom: 25px;
border-bottom: 1px solid #001c4e;
}
.step--4 .packages .packages__footer .footer__summary .content__group {
padding-top: 25px;
}
.step--4 .packages .packages__footer .footer__summary .content__group div {
display: -webkit-flex;
display: -ms-flex;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 0.5rem;
}
.step--4 .packages .packages__footer .footer__summary .content__group div h5 {
margin: 0;
}
.step--4 .packages .packages__footer .footer__summary .content__group div span:first-child {
font-size: 16px;
color: #848c9a;
}
.step--4 .packages .packages__footer .footer__summary .content__group div span:last-child {
font-size: 18px;
color: #848c9a;
}
.step--5 .content__success {
background-color: #88bdf9;
border-radius: 25px;
padding: 45px;
text-align: center;
}
.step--5 .content__success h4 {
color: #fff;
margin-bottom: .5rem;
}
.step--5 .content__success p a {
display: inline-block;
text-decoration: underline;
}
.step--5 .content__success .content__actions {
margin-top: 25px;
}
.step--5 .content__success .content__actions .btn:first-child {
margin-right: 10px;
} @media only screen and (max-width: 479px) {
.step--1 .step__footer {
display: block;
margin-bottom: 30px;
}
.step--1 .step__footer input {
max-width: 100%;
margin-bottom: 15px;
}
.step--1 .step__footer .btn {
width: 100%;
}
.step--2 .login .login__footer {
display: block;
text-align: center;
}
.step--2 .login .login__footer a {
display: block;
margin-top: 85px;
}
.step--2 .login .login__footer button {
margin-top: -150px;
}
.step--2 .login .login__header .header__text h3,
.step--2 .register .register__header .header__text h3 {
font-size: 1.5rem;
}
.step--2 .login .login__header .header__text h4,
.step--2 .register .register__header .header__text h4 {
font-size: 1rem;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .input__actions a:first-child:after {
display: inline-block;
content: 'of';
padding-left: 8px;
padding-right: 5px;
font-weight: 600;
}
.step--4 .packages .packages__content .single__product {
display: block;
}
.step--4 .packages .packages__footer .footer__actions {
padding-top: 25px;
}
.step--5 .content__success .content__actions a:first-child {
margin-bottom: 15px;
}
}
@media only screen and (min-width: 480px) {
#viewPriceChart .modal-content {
min-height: auto;
}
.progress__bar {
left: 40px;
}
.progress__bar .bar__item {
font-size: 20px;
}
.step--1 .products .single__product {
border-left: 2px solid #3891f5;
border-top: 2px solid #3891f5;
border-bottom: 2px solid #3891f5;
display: -webkit-flex;
display: -ms-flex;
display: flex;
margin-top: -2px;
height: 260px;
padding: 50px 30px;
margin-bottom: 0px;
}
.step--1 .products .single__product:first-child {
border-top-right-radius: 0px;
}
.step--1 .products .single__product:last-child {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.step--1 .products .single__product:not(:last-child) {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.step--1 .has--products .products__col {
padding-right: 0;
}
.step--1 .has--products .products__col .products .single__product {
border-right: 0;
}
.step--1 .has--products .summary {
padding-left: 0;
}
.step--1 .btn-light-blue {
display: block;
position: absolute;
left: 15px;
bottom: 15px;
}
.step--1 .products .single__product .product__thumbnail {
margin-left: 0;
margin-right: 30px;
width: 225px;
}
.step--3 .step__header .btn {
display: block;
}
.step--3 .packages .packages__content .single__product {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}
.step--3 .packages .packages__content .single__product .product__content {
width: 85%;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .select-wrapper {
max-width: 65%;
float: left;
margin-right: 40px;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .input__actions a {
display: block;
}
.step--3 .packages .packages__footer {
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
justify-content: space-between;
}
.step--4 .packages .packages__footer .footer__actions {
padding: 25px 25px 0 25px;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: space-between;
}
.step--4 .packages .packages__footer .footer__actions p {
max-width: 75%;
margin: 0;
}
.step--4 .packages .packages__footer .footer__actions p a {
display: inline-block;
text-decoration: underline;
}
.step--4 .packages .packages__content .single__product .product__content .content__group {
padding: 15px 25px 15px 0px;
}
.step--4 .packages .packages__footer .footer__summary .content__group {
padding: 25px 25px 0 25px;
}
.step--5 .content__success p {
max-width: 50%;
margin-left: auto;
margin-right: auto;
}
} @media only screen and (min-width: 768px) {
.step .step__header h2,
.step .step__header h4 {
display: inline-block;
}
.step .step__header h4:before {
display: inline-block;
content: ' - ';
color: #3891f5;
padding: 0 5px;
}
.step--1 .step__footer input {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.step--1 .step__footer .btn {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
height: 52px;
}
.step--3 .step__header {
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
}
.step--3 .packages .packages__content .single__product .product__thumbnail {
margin-left: 0;
width: 225px;
}
} @media only screen and (min-width: 1024px) {
.modal.modal--custom .modal-header {
padding: 35px 35px 0 35px;
}
.modal.modal--custom .modal-body {
padding: 35px 35px 0 35px;
}
.modal.modal--custom .modal-body .inline__fields {
display: -webkit-flex;
display: -ms-flex;
display: flex;
text-align: left;
}
.modal.modal--custom .modal-body .inline__fields .btn {
margin-top: 0;
}
#viewPriceChart .modal-header {
padding-bottom: 35px;
}
#viewPriceChart .modal-header .header-legend {
display: block;
text-align: right;
margin-left: auto;
align-self: center;
width: 100%;
}
#viewPriceChart .modal-header .header-legend .lengend__item {
display: inline-flex;
-ms-align-items: center;
align-items: center;
}
#viewPriceChart .modal-body {
overflow: auto;
padding-bottom: 0;
}
#viewPriceChart .modal-body .header-legend {
display: none;
}
#viewPriceChart #chart {
position: relative;
height: 400px;
}
#viewPriceChart #chart::after {
width: 128px;
}
.progress__bar {
left: 85px;
}
.step--1 .products .single__product .product__thumbnail {
margin-left: 30px;
margin-right: 50px;
width: 150px;
}
.step--1 .products .single__product .product__actions {
position: relative;
top: auto;
right: auto;
text-align: center;
align-self: center;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .input__actions {
float: none;
width: 350px;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .form-group {
display: -webkit-flex;
display: -ms-flex;
display: flex;
align-items: center;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .select-wrapper {
float: none;
display: block;
width: 100%;
margin-left: 40px;
max-width: 50%;
}
} @media only screen and (min-width: 1376px) {
#viewPriceChart #chart::after {
width: 155px;
}
.step--3 .packages .packages__content .single__product .product__content .content__inputs .select-wrapper {
margin-left: 0;
max-width: 100%;
}
}