html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
    font-family: 'Satoshi', sans-serif;
}
.page-title, #slider-title-content, .navbar-nav {
    font-family: 'Satoshi', sans-serif;
}
.page-title {
    color: #000;
}
.font-small {
    font-size: 14px;
}
p {
    font-size: 14px;
    text-align: left;
}
ul a {
    color: black !important;
}
nav .fa,
nav .fa-user, nav .fa-shopping-cart  {
    cursor: pointer;
    padding: 2.1rem 0.6rem 1.8rem 0.6rem !important;
    font-size: calc(12.5px + 0.4vw);
}
#navbarcontainer {
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.navbar {
    max-width: 67.96875vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.navbar-padding{
    padding: 0;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-nav > li > a.btn {
    padding-top: 2.734375vw !important;
    padding-bottom: 0 !important;
}
#navbar-container-btn {
    background: linear-gradient(#d6103d,#fd0000) !important;
    color: #fff;
    border-radius: 2.5rem;
    border-width: 0;
    padding: 0.25rem 1rem;
    font-weight: 600;
    cursor: pointer;
}
.home-page-btn {
    background-color: #d61341;
    color: #fff;
    border-radius: 2.5rem;
    border-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 600;
    cursor: pointer;
}
.navbar-brand img {
    height: auto;
    width: 12.265625vw;
}
.search-icon {
    margin-top: -6px;
}
.search-area {
    cursor: pointer;
}
.verticalLine {
    border-left: solid #141414;
}
.nav-link .fa {
    padding: 0 9px;
}
/* Bottom right text */
.banner-container .text-block {
    position: absolute;
    top: 40px;
    left: 275px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding-left: 8px;
    padding-right: 15px;
    font-size: 35px;
}
.banner-container .btn {
    position: absolute;
    top: 10px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: #88A1A4;
    border-radius: 20px;
    border-color: #fff;
    border-width: 2px;
}
footer .container {
    margin-top: 10px;
}
footer .btn {
    color: black;
    font-weight: bold;
}
img {
    display: block;
}
.thumbnail {
    width: 100%;
    position: relative;
    display: inline-block;
}
.caption {
    position: absolute;
    bottom: 1.5rem;
    text-align: center;
    color: white;
    font-weight: bold;
}
.caption p {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding-left: 8px;
    padding-right: 15px;
    font-size: 35px;
    text-align: left;
}
.inner-page-caption {
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  min-width: 406px;
  line-height: 0.95em;
}
.inner-pages-caption b.first {
    font-size: calc(22px + 1.5vw);
    padding: 0px 0.3rem;
    background-color: #26282d;
}
.caption span > b.second {
    font-size: calc(15px + 1.5vw);
    background-color: #26282d;
    padding: 0px 0.3rem;
}
.felix-td, .felix-tr {
  background-color: #E9E9E9;
}
.felix-c-td {
  background-color: #C0C0C0;
}
.transaction-table thead th {
  border-bottom:0 !important;
}
.transaction-table td, .transaction-table th {
  border-top:0 !important;
  border-bottom:0 !important;
}
.transaction-table td {
    vertical-align: middle !important;
}
.button-row {
  position: absolute;
  width: 84%;
}
.download-icons {
    float: left;
    width: 55px;
    margin-left: 5px;
}
.icon-text {
    line-height:3.5; 
    padding-left:24px;
}
.felix-contact-td1{
    background: white; 
    border-top: none;
    text-align:right; 
    width: 50%;
    font-size: 0.875rem;
    line-height: 15px;
    color:#000;
}
.felix-contact-td2{
    background: white; 
    border-top: none;
    text-align:left; 
    font-size: 0.875rem;
    line-height: 15px;
    color:#000;
}
.banner-container {
    max-height:624px;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
}
.banner-container .carousel {
    width: 100%;
    object-fit: cover;
}
/* Start search-filter blocks */
.search-input {
    background: white !important;
    border: 1px solid #eee !important;
    height: 32px;
    padding-left: 7px;
    color: #777;
}
.search-div, .filter-div {
    background-color: #88A1A4;
    border-radius: 5px;
    font-size: 12px;
    padding: 15px 9px;
    margin-bottom: 21px;
}
.search-div-creditslog, .search-div-projects,.search-div-scenes,.search-div-renders, .search-div-users {
    border-top-right-radius: 0px;
    padding: 0;
}
.filter-div .date-range-filter,
.filter-div select {
    color: #999;
    font-size: 12px;
    display: inline-block;
    width: 140px;
    margin: 0 7px;
    padding: 3px;
    border: 1px solid #555;
    border-radius: 0;
    background-color: #EEE !important;
}
.filter-div {
  background-color: #88A1A4;
}
.filter-div-checkbox {
    display: inline-flex;
    top: 5px;
    position: relative;
}
.filter-div-checkbox input {
    margin: 0 5px 0 27px;
}
.table-row {
  margin-top: 1em;
}
.filter-div-in, .search-div-in {
  display: block !important;
  position:relative;
}
.search-btn, .filter-btn, .filter-close, .search-close {
  border-bottom-right-radius: 0 !important;
  padding-bottom: 1.7em !important;
  border-bottom-left-radius: 0 !important;
  position: relative;
  border:none;
}
.search-btn:hover, .filter-btn:hover {
  background-color: #88A1A4 !important;
}
.search-btn:before, .filter-btn:before, .filter-btn:after,
.filter-close:before, .filter-close:after,
.search-close:before, .userlist-page .search-close:after{
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 0;
  margin-bottom: -3px;
}
.filter-btn:after, .filter-close:after, .search-close:after {
    right: -20px;
    border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -webkit-box-shadow: -10px 0 0 0 #88A1A4;
    box-shadow: -10px 0 0 0 #88A1A4;
}
.search-btn:before, .filter-btn:before,
.filter-close:before, .search-close:before {
    left: -20px;
    border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -webkit-box-shadow: 10px 0 0 0 #88A1A4;
    box-shadow: 10px 0 0 0 #88A1A4;
}
#filterSlider, .rangeSlider {
    width: 150px;
    display: inline-block;
    margin-right: 12px;
    top: -2px;
}
#filterSlider .ui-widget-header,
.rangeSlider .ui-widget-header {
    border: 1px solid #fff !important;
    background: #fff !important;
}
#filterSlider .ui-widget-content,
.rangeSlider .ui-widget-content {
    background: #fff !important;
}
#filterSlider .ui-state-default,
#filterSlider .ui-widget-content .ui-state-default,
#filterSlider .ui-widget-header .ui-state-default,
.rangeSlider .ui-state-default,
.rangeSlider .ui-widget-content .ui-state-default,
.rangeSlider .ui-widget-header .ui-state-default {
    border: 5px solid #eee !important;
    background: #FFF !important;
}
#user-select {
    width: 175px;
}
/* End search-filter blocks */
.bg-brown {
    background-color: firebrick;
}
.bg-black {
    background-color: #000;
}
.setting-btn {
    font-size: 2em;
}
.download-btn {
  width: 8em;
  border-radius: 5em !important;
  background: linear-gradient(#d6103d,#fd0000) !important;
  margin-right: 13%; /*right align download-btn with try it free btn */
}
.side-bar {
    width: 1px;
    background-color: black;
    height: 90%;
    float: left;
}
h1, .page-title {
    font-size: 31.25px;
    font-size: clamp(31.25px, 2.604vw, 100px);
}
h3, .sub-title {
    font-size: 15px;
    font-size: clamp(15px, 1.171875vw, 45px);
}
#menu-primary-menu {
    width: 65vw;
    margin-left: 1.8vw;
    text-align: center;
}
header {
    background: white;
    padding: 0px;
}
header .fa {
    position: absolute;
    font-size: calc(12.5px + 0.75vw);
}
.navbar-nav {
    position: relative;
}
.navbar-nav > li >a {
    font-size: 15.3167px;
    padding: 0 11px;
    font-weight: 700;
}
/* carousel block */
.carousel-link .link-text {
    opacity: 0.8;
    background: black;
    bottom: 0;
    height: 52%;
    width:100%;
    padding-left: 1rem;
    padding-top:0.5rem;
    color: white;
}
.carousel-link .link-text p,
.carousel-link .link-text h4,
.carousel-link .link-text h5  {
    font-weight: bold;
}
.carousel-link:hover .link-text {
    opacity: 0.8;
}
.carousel-controls {
    top: 76px;
}
.carousel-controls i {
    font-size: 2em;
    color: #888;
}
.cbn-p {
    left: -20px;
}
.cbn-n {
    right : -820px;
}
/* carousel block ends */
.post-content .post-prev-btn,
.post-content .post-next-btn {
    color: #007bff;
}
.post-content .post-prev-btn::before {
    content: "\2190 ";
}
.post-content .post-next-btn::after {
    content: " \2192";
}
.desc-div {
  height: auto;
}
p.about-sub-links1 {
  font-size:1.5em;
}
p.about-sub-links2 {
  font-size:0.8em;
}
#myTabContent td button {
    min-width: 113px;
    border: 0px;
    padding: 6px 18px;
    font-size: 14px;
    margin: 0 16px;
}
.felix-btn {
    color: white;
    font-weight: bold;
    background: linear-gradient(#d6103d,#fd0000) !important;
    border-radius: 20px;
    padding: 8px 4.5%;
    font-size: 0.80rem;
    cursor: pointer;
}
.search-btn:hover, .filter-btn:hover {
  background-color: linear-gradient(#d6103d,#fd0000) !important;
}
.search-btn:focus, .filter-btn:focus {
  box-shadow: unset !important;
}
.search-btn:before, .userlist-page .search-btn:after,
.filter-btn:before, .filter-btn:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 0;
  margin-bottom: 0;
}
.search-btn:after, .filter-btn:after {
	right: -20px;
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-webkit-box-shadow: -10px 0 0 0 #88A1A4;
	box-shadow: -10px 0 0 0 #88A1A4;
}
.search-btn:before, .filter-btn:before {
	left: -20px;
	border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	-webkit-box-shadow: 10px 0 0 0 #88A1A4;
	box-shadow: 10px 0 0 0 #88A1A4;
}
.ui-slider-horizontal {
  height: 0.3em !important;
  margin-top: 0.5em;
}
.ui-slider .ui-slider-handle {
  width: 0.4em !important;
  height: 0.4em !important;
}
.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    margin-left: -4 !important;
}
#shop{
    position: relative;
    font-size: 0.9rem;
}
#cart-icon {
  position: absolute;
  right:0 !important;
  margin-right: 40px;
  font-size: 16px;
}
.felix-pop-btn {
    background-color: white;
    color: #88A1A4 !important;
    border: 2px solid#88A1A4 !important;
    border-radius: 20px;
    padding: 3px 19px;
    font-size: 12px;
    font-weight: 600;
}
.popover-body {
    background-color: #88A1A4 !important;
    color: white !important;
    background-clip: content-box;
    box-shadow: inset 0 0 0 20px #88A1A4;
    padding: 19px;
    border: 1px solid #FFF;
    border-radius: 3px;
}
.bs-popover-top {
    background-color: #88A1A4 !important;
}
.fa-cog {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    text-shadow: 0 0 2px #555;
}
form input,
form select {
    border-color: #000 !important;
}
form input.is-invalid,
form select.is-invalid {
    border-color: #dc3545 !important;
}
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}
.felix-input {
    border-color: black;
    background-color: #E9E9E9;
    color: #5e7977;
}
.col-form-label {
    font-weight: bold;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
select {
    background-image: url('../images/caret-right.svg');
    background-position: calc(100% - 10px) 7px;
    background-size: 15px 15px, 15px 15px;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 29px !important;
}
.cp-nav .nav-link {
    margin-left: 10px;
    border-bottom-color: #000;
    color: #888 !important;
    font-weight: bold;
    background: #EEE;
}
.cp-nav .nav-link:hover {
    border-bottom-color: #000;
}
.cp-nav {
    border-bottom-color: #000;
}
.cp-nav .nav-link.active {
    border-color: #000 #000 #fff;
}
.icon-filter {
    background-color: #fff;
    -webkit-mask-image: url('../images/icon-filter.svg');
    mask-image: url('../images/icon-filter.svg');
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 9px;
    margin-top: 2px;
}
.icon-search {
    background-color: #fff;
    -webkit-mask-image: url('../images/icon-search.svg');
    mask-image: url('../images/icon-search.svg');
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 9px;
    margin-top: 2px;
}
.footer a {
    color: #000 !important;
    text-decoration: none;
}
/* popup over settings */
.popup {
    cursor: pointer;
}
/* The actual popup (appears on top) */
.popup .popuptext {
    display: none;
    background-color: #88A1A4;
    color: #fff;
    padding: 11px 0;
    position: absolute;
    z-index: 1;
    margin: 30px 0 0 0;
    left: -92px;
    top: 5px;
    border-radius: 0;
    border: 1px solid white;
    line-height: 21px;
    font-size: 12px;
    border-radius: 3px;
    width: 121px;
}
/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 6%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #88A1A4 transparent;
}
/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}
.popup ul {
    list-style: none;
    padding: 4px 14px;
    margin: 0;
}
.popup ul li {
    font-weight: normal;
}
.popup ul a, .popup ul li a {
    color: #FFF !important;
}
.popup ul .user-delete:hover {
    text-decoration: underline;
}
.reset-btn {
    padding: 0 !important;
    font-size: 12px !important;
    color:white !important;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Start shopping Cart */
#shopping-cart {
    display: none;
    position: relative;
}
#cart-wrapper {
    z-index: 1;
    position: absolute;
    padding: 21px;
    color: #FFF;
    width: max-content;
    top: -25px;
    right: 225px;
    background: #88A1A4;
    border: 1px solid #FFF;
    border-radius: 2px;
}
#cart-wrapper:before {
    content: "";
    position: absolute;
    top: -21px;
    right: 36px;
    border: solid 11px transparent;
    border-bottom-color: #88A1A4;
    z-index: 1;
}
#cart-content {
    position: relative;
}
#cart-title {
    font-weight: bold;
    margin-bottom: 9px;
}
#cart-content ul {
    padding: 0;
}
#cart-content ul li {
    display: block;
    padding: 3px 0;
    clear: both;
}
.cart-item-info {
    display: inline-block;
    min-width: 135px;
}
.cart-item-price {
    display: inline-block;
}
.cart-item-remove {
    display: block;
    margin-left: 14%;
    font-size: 60%;
}
.cart-item-remove a {
    text-decoration: none;
    color: #FFF !important;
}
.cart-item-remove a:hover {
    text-decoration: underline;
}
.checkout-btn, .search-btn-white {
    padding: 7px 27px;
    color: #88A1A4;
    background: #FFF;
    border: none;
    border-radius: 21px;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
}
/* End shopping Cart */
/* common */
.felix-wrapper {
    max-width: 900px;
}
.br-50 {
    border-radius: 50%;
}
.br-20p {
    border-radius: 20px;
}
.w-80 {
    width: 80%;
}
h2#page-heading {
    margin-top: 29px;
    font-weight: bold;
    font-size: 30px;
}
#credit-summary {
    font-size: 13px;
}
.credit-summary-item {
    border-bottom: 1px #000 solid;
    padding: 4px 9px;
    color: #888;
    margin-top: 7px;
}
.nav-tabs .nav-link {
    border-top-left-radius: .17rem;
    border-top-right-radius: .17rem;
}
.nav-tabs .nav-item {
    font-size: 0.9rem;
    color: #999;
}
#page-tab-heading {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 33px 19px 12px;;
}
#page-tab-action-buttons {
    position: absolute;
    right: 0;
    top: 61px;
}
#page-tab-action-buttons btn {
    vertical-align: unset;
}
.tab-action-btn {
    font-size: 12px;
    padding: 3px 19px;
}
.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    display: block;
}
hr {
    border-bottom: 1px solid #FFF;
}
#settings-form input {
    width: 220px;
}
#spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(250,250,250, 0.7);
}
#spinner img {
    position: relative;
    margin: auto;
    top: 30%;
    width: 50px;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 13px solid #88A1A4;
    position: absolute;
    top: -10px;
    left: 39%;
}
label {
    display: block;
}
.left-border--dark {
    border-left: 1px solid black;
}
/* --- Card design --- */
.tab-pane .card {
    margin-bottom: 33px;
}
.tab-pane .card-body {
    padding: 0;
}
.card-users, .card-project, .card-scene, .card-render {
    height: 150px;
    overflow: hidden;
}
.card-delete-form-btn {
    padding: 5px 0 0;
    font-size: 12px;
}
.card-back {
  height: 200px;
  background: darkcyan;
  text-align: center;
  color: white;
}
.card-back .close-btn {
  float:right;
  background: none;
  font-size: 2em;
  color: black;
  padding-right: 11px;
  line-height: 25px;
}
.card-back .close-btn:active {
  border:unset !important;
}
.card-back p {
  text-align: center;
  font-size: 14px;
  margin-top: 5em;
}
.card-back .delete-btn {
  width: 5em;
  border: 1px solid white;
  border-radius: 20px;
  padding: 3px;
}
.card-footer {
    background: #EEE;
    color: #555;
    font-size: 11px;
    padding: 7px 12px;
}
.hover-view {
    display: none;
}
.card-footer:hover .hover-view {
    display:block;
}
.card-footer:hover .default-view {
    display: none;
}
.shadow-dark {
    text-shadow: 0 0 2px #555;
}
/* --- End card ---*/
/*  --- Start forms general --- */
.felix-form {
    font-size: 13px;
}
.felix-form input:not([type='radio']), .felix-form select {
    border-radius: 2px;
    min-height: 14px !important;
}
.felix-form .form-control {
    color: #888;
    font-size: 12px;
}
.radio-label {
    position: relative;
}
.checkbox-label {
    position: relative;
    top: -3px;
    margin-left: 7px;
}
.help-icon {
    border-radius: 50%;
    background: #88A1A4;
    color: #fff;
    height: 21px;
    padding: 6px 7px 12px 7px;
    top: 5px;
    position: relative;
    left: 12px;
    font-size: 10px;
    cursor: pointer;
}
#photo-img.form-control {
    border: none;
    padding: 3px;
}
img#photo-img {
    border-radius: 7px;
}
/*  --- End forms general --- */
/* --- Registration form --- */
#register_form input {
    width: auto;
}
#register_form input[type="checkbox"] {
    display: inline;
    height: auto !important;
    position: relative;
    margin-right: 5px;
}
.registration-agreement a {
    color: #000;
    text-decoration: underline;
}
.field-error {
    position: relative;
    background: red;
    color: white;
    padding: 9px;
    top: 7px;
    border-radius: 3px;
}
.field-error:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 19px solid red;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    left: -12px;
    top: 4px;
}
/* --- End registration form --- */
/* --- Credit settings --- */
.credit-setting-form {
    font-size: 13px;
}
.fade-block {
    opacity: 0.3 !important;
}
/* --- End credit settings --- */
/* --- DataTables --- */
.dataTables_wrapper {
    font-size: 13px;
}
.dataTable {
    font-size: 13px;
    text-align: center;
}
table.dataTable thead th { padding: 19px; }
table.dataTable tbody td { padding: 12px 7px; }
table.dataTable.no-footer { border: none; }
#creditTable_info, #transactionTable_info, #ordersTable_info {
    text-align: center;
    float: none;
    padding: 99px 0 9px;
    font-size: 13px;
}
#creditTable_paginate, #transactionTable_paginate, #ordersTable_paginate {
    text-align: center;
    float: none;
    padding: 12px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px;
    margin: 7px;
}
.page-link { padding: 1rem 1.25rem; background: #EEE;}
.page-item.active .page-link { background: #88A1A4; border: 1px solid #88A1A4;}
.ordersTable__products {
    text-align:left;
    padding-left:8% !important;
}
/* static pages */
#client-section {
    font-size: 0.8em;background-color:#DADADA;
}
h2#header-image-title {
    color: #FFF;
    background: rgba(0,0,0,0.6);
    padding: 5px 12px;
    font-weight: bold;
    position: absolute;
    top: 125px;
    left: 17.5%;
}
.header-correction {
    top:63px !important;
}
.desc-div a {
    color:#B2B2B2;
    font-weight:bold;
}
.banner-container {
    position: relative;
    background: #F5F5F5;
    min-height: 100px;
    max-height: 624px;
    overflow:hidden;
}
.static-content {
    padding: 11px;
    color: #666;
}
.slider-caption-text {
    position: absolute;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: #FFF;
    line-height: initial;
}
.img-block-container {
    border: 2px solid #FFF;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
#felix-features video {
    width: 200px;
    height: 140px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px;
    background-color: #EDEDEC;
}
#slider-title-wrapper {
    position: absolute;
    width: 100%;
    top: 50px;
}
#slider-title {
    margin: auto;
    position: relative;
}
#slider-title-content {
    color: white;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
    padding: 9px;
}
.carousel .carousel-item {
    transition-duration: 5s;
}
#carousel_interiors_fs.carousel .carousel-item,
#multi-item-carousel.carousel .carousel-item {
    transition-duration: 1s;
}
.gallery-item {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.gallery-card-img {
    aspect-ratio: 41/23;
    object-fit: cover;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-testimonial-section {
    padding-left: 11px;
    width: 100%;
}
.content-testimonial-section {
    text-align: left;
}
.home__quick-links__wrapper {
    font-size: 0.8em;
    border-left: 1px solid;
    padding-left: 11px;
    min-height: 120%;
}
.home__quick-links h6 {
    font-weight: bold;
    color: #999;
    margin-top: 3px;
}
.home__image-block--fs {
    position: relative;
    font-size: 2.438rem;
    line-height: initial;
    color: black;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.home__title-block {
    position: absolute;
    color: white;
    text-align: center;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.home__title-block--outer {
    color: black;
    font-size: 2.438rem;
    line-height: 3.595rem;
}
.home__image-block-bullets {
    position: absolute;
    top: 12vw;
    right: 12.5vw;
    color: #686D71 !important;
    font-size: 2.438rem;
}
.home__feature-block-section {
	margin: 55px auto 95px;
}
.home__feature-block__image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.home__feature-block__content-title {
    font-size: 1rem !important;
    color: black !important;
}
.home__feature-block__content {
    padding-left: 0px;
}
.home__feature-block__content-details {
    text-align: left;
}
#pop_content {
    position: absolute;
    background-color: #88A1A4 !important;
    color: white !important;
    background-clip: content-box;
    box-shadow: inset 0 0 0 20px #88A1A4;
    padding: 19px;
    border: 1px solid #FFF;
    border-radius: 3px;
    z-index: 9999;
    top: 81px;
    right: -2%;
    text-align: left;
    width: 225px;
}
ul #pop_content a {
    color: white !important;
}
.heading-testimonial {
    font-weight: bold;
}
/* invoice account pages */
.account-input, .form-icon {
    border: none;
    color: #666;
    border-bottom: 1px solid #555 !important;
    background: #fafafa !important;
}
/*full screen modal for gallery*/
.modal-lg {
    min-width: 80%;
}
#modal-wrapper {
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 999;
}
#modal-container {
    position: relative;
    top: 50%;
    left: 50%;
    width: 30%;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    background: #FFF;
    padding-left: 50px;
    padding-top: 35px;
    padding-right: 28px;
}
#modal-container h2 {
    font-size: 35px;
    font-weight: 500;
    color: #656565;
}
#modal-container-img {
    width: 60%;
    padding-left: 6%;
}
#modal-container-text {
    color: #656565;
    margin-bottom: 7%;
}
.modal-button {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.modal-button a {
    text-decoration: none !important;
    color: white !important;
}
/*youtube-video*/
.youtube-video {
    min-height:190px !important;
}
#incremental-plan {
    position: relative;
}
#incremental-plan__details {
    display: none;
    position: absolute;
    background: black;
    color: white;
    padding: 5px;
    border-radius: 3px;
    text-align: left;
    font-size: 0.97em;
    line-height: 1.75em;
}
#incremental-plan:hover > #incremental-plan__details {
    display: block;
}
.new-registration .felix-btn {
    max-width: 260px !important;
}

/* for 4k resolution */
@media (min-width: 3840px) {
    /* container width */
    .container, .container-4k {
        max-width: 67.96875vw !important;
        margin-top: 8rem;
    }
    /* navbar width */
    footer .container, #client-section .container {
        max-width: 3080px !important;
        margin-top: 52.5px;
    }
    footer {
        height: 195px;
    }
    body { /* adjust body with footer height */
        margin-bottom: 195px !important;
    }
    .navbar {
        max-width: 67.96875vw;
    }
    .navbar-padding {
        padding: 0 15px !important;
    }
    .navbar-nav > .nav-item {
        padding: 0 0px;
    }
    /* navbar logo size */
    .navbar-brand img {
        width: 12.265625vw;
    }
    /* navbar menu padding */
    .navbar-nav > li > a {
        padding: 3.125vw 1.3671875vw 2.734375vw 1.3671875vw !important;
        width: max-content;
    }
    .navbar-nav > li > a.btn {
        padding-top: 2.734375vw !important;
    }
    .dropdown-menu {
        left: 30px !important;
    }
    .p-5 {
        padding: 4.5rem !important;
    }
    .px-5 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important;
    }
    .py-5 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .m-5 {
        margin: 4.5rem !important;
    }
    .mx-5 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important;
    }
    .my-5 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }
    .mt-5 {
        margin-top: 4.5rem !important;
    }
    .ml-5 {
        margin-left: 4.5rem !important;
    }
    .mr-5 {
        margin-right: 4.5rem !important;
    }
    .mb-5 {
        margin-bottom: 4.5rem !important;
    }
    .pt-5 {
        padding-top: 4.5rem !important;
    }
    .pl-5 {
        padding-left: 4.5rem !important;
    }
    .pr-5 {
        padding-right: 4.5rem !important;
    }
    .pb-5 {
        padding-bottom: 4.5rem !important;
    }
    /* try it for free btn, btns in user popup */
    #navbar-container-btn, .download-btn {
        padding: 1.2rem 3rem !important;
    }
    #pop_content > .felix-form .form-control {
        padding: 2rem 1rem;
        max-width: 100%;
    }
    #pop_content {
        width: 450px !important;
	    top: 100px !important;
	    right: -215px !important;
    }
    .home-page-btn {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .home-page-btn-div {
        padding-left: 0px !important;
    }
    .home-page-btn {
        font-size: 2.931rem;
    }
    .felix-contact-td1{
        background: white; 
        border-top: none;
        text-align:right; 
        width: 50%;
        font-size:20px;
    }
    .felix-contact-td2{
        background: white; 
        border-top: none;
        text-align:left; 
        font-size:20px;
    }
    .felix-btn{
        padding: 8px 1.5%;
    }
    #modal-container {
        width: 20%;
    }
    #modal-container h4 {
        font-size: 65px;
    }
    #modal-container-text {
        font-size: 19.2px;
        line-height: 31px;
    }
    .modal-button {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    #nav-cart-icon {
        position: absolute;
        left: 80px !important;
    }
    .download-icons {
        float: left;
        width: 52px;
        margin-left: 7px;
    }
    .icon-text {
        line-height: 50px !important;
        padding-left:24px;
    }

    /* 4k
    NEW HOME PAGE ELEMENT STYLES by asish */
    .home__img-small-square, .home__feature-block__image {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .home__img-small-square, .home__feature-block__content, .home__feature-block__image {
        width: 100% !important;
    }
    .home__image-block--fs img {
        height: 800px;
        object-fit: cover;
    }
    .slider-caption-text {
	    font-size: 26rem !important;
    }
    .banner-container {
        max-height: 1305px;
    }
    #carousel_main .carousel-item .d-block.w-100 {
        height: 1305px;
        object-fit: cover;
    }
    #felix_friends_section .friends-section-title {
        font-size: 2.34375rem !important;
    }
    #felix_friends_section .friend-quote {
        font-size: 4.921875rem !important;
        line-height: 5.15625rem !important;
        padding-right: 19.0625rem !important;
    }
    #felix_friends_section .friend-detail {
        font-size: 3.515625rem !important;
    }
    #cart-wrapper {
        top: 190px;
        right: 22px;
    }
}

/* for 2.5k and less than 4k resolution used by clients */
@media (min-width: 2560px) and (max-width: 3839px) {
    /* container width */
    .container, .container-4k {
        max-width: 67.96875vw !important;
        margin-top: 6rem;
    }
    footer .container, #client-section .container {
        max-width: 2040px !important;
        margin-top: 35px;
    }
    footer {
        height: 130px;
    }
    body { /* adjust body with footer height */
        margin-bottom: 130px !important;
    }
    /* navbar width */
    .navbar {
        max-width: 67.96875vw;
    }
    .navbar-padding {
        padding: 0 15px !important;
    }
    .navbar-nav > .nav-item {
        padding: 0 0px;
    }
    /* navbar logo size */
    .navbar-brand img {
        width: 12.265625vw;
    }
    /* navbar menu padding */
    .navbar-nav > li > a {
        padding: 3.125vw 1.3671875vw 2.734375vw 1.3671875vw !important;
    }
    .dropdown-menu {
        left: 10px !important;
    }
    .navbar-nav > li > a.btn {
        padding-top: 2.734375vw !important;
    }
    /* try it for free btn, btns in user popup */
    #navbar-container-btn, .download-btn {
        padding: 0.8rem 2rem !important;
    }
    #pop_content > .felix-form .form-control {
        padding: 2rem 1rem;
        max-width: 100%;
    }
    #pop_content {
        width: 320px !important;
	    top: 100px !important;
	    right: -141px !important;
    }

    /* 2.5k
    NEW HOME PAGE ELEMENT STYLES by asish */
    .home__img-small-square, .home__feature-block__image {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .home__img-small-square, .home__feature-block__content, .home__feature-block__image {
        width: 100% !important;
    }
    .home__image-block--fs img {
        height: 533.33px;
        object-fit: cover;
    }
    .slider-caption-text {
	    font-size: 17.333333333rem !important;
    }
    .banner-container {
        max-height: 866.666666667px;
    }
    #carousel_main .carousel-item .d-block.w-100 {
        height: 866.666666667px;
        object-fit: cover;
    }
    #felix_friends_section .friends-section-title {
        font-size: 1.5625rem !important;
    }
    #felix_friends_section .friend-quote {
        font-size: 3.28125rem !important;
        line-height: 3.4375rem !important;
        padding-right: 11.375rem !important;
    }
    #felix_friends_section .friend-detail {
        font-size: 2.34375rem !important;
    }
    #cart-wrapper {
        top: 135px;
        right: 18px;
    }
}
/* for 2.5-4k resolution */
@media (min-width: 2561px) and (max-width: 3839px) {
    .navbar-brand img {
        width: 12.265625vw;
    }
}
/* for 2.5k resolution used by clients */
@media (min-width: 2560px) {
    p {
	   /* font-size: 1.2rem;*/
        line-height: 31px;
    }
    .static-content{
       font-size: 1.2rem;
    }
    .static-content p {
        font-size: 1.2rem;
    }
    .felix-btn {
        border-width: 2px;
        border-radius: 50px;     
        padding: 8px 1.5%;
        font-size: 1.25rem;
    }
    #navbarcontainer {
        border: 1px solid white;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }
    .navbar-nav > li > a {
	    font-size: 28.9667px;
        padding: 3.125vw 1.3671875vw 2.734375vw 1.3671875vw !important;
    }
    .navbar-nav > li > a.btn {
        padding-top: 2.734375vw !important;
    }
    nav .fa, nav .fa-user, nav .fa-shopping-cart {
	    padding: 2.5rem 1.5rem 2.2rem 1.5rem !important;
        font-size: calc(12.5px + 0.9vw);
    }
    header .far, header .fas, header .fa {
        position: absolute;
        padding: 2.7rem 1rem 2.3rem 1rem !important;
        font-size: calc(12.5px + 0.6vw);
    }
    header .far, header .fas {
	    right: 13%;
    }
    header .fa {
	    right: 11%;
    }
    .home-page-btn-div {
        padding-left: 11.25rem;
    }
    .home-page-btn {
        font-size: 1.81rem;
        padding-left: 1.625rem;
        padding-right: 1.625rem;
    }
    #navbar-container-btn {
        padding-left: 1.625rem;
        padding-right: 1.625rem;
    }
    #pop_content {
	    position: absolute;
	    background-color: #88A1A4 !important;
	    color: white !important;
	    background-clip: content-box;
	    box-shadow: inset 0 0 0 20px #88A1A4;
	    padding: 19px;
	    border: 1px solid #FFF;
	    border-radius: 3px;
	    z-index: 9999;
	    top: 120px;
	    right: 0;
	    text-align: left;
	    width: 225px;
    }
    #menu-primary-menu {
        margin-left: 7.3vw;
    }
    .home-container > div {
        padding-bottom: 5em !important;
    }
    .home__quick-links__wrapper {
        font-size: 27px !important;
        padding-left: 19px !important;
        line-height: 47px;
        min-height: 128%;
    }
    .home__quick-links h6 {
        font-size: 2.8rem;
        line-height: 40px;
    }
    .heading-testimonial {
        font-size: 21px;
    }
    .vertical-div{
        height: 92%;
    }
    .home__image-block-bullets {
        font-size: 4.5rem !important;
        right: 13.5vw !important;
        line-height: 85px;
    }
    .home__feature-block__image {
        width: 350px;
        height: auto;
        margin-left: 0px;
    }
    .home__feature-block__content-details {
        margin-top: 19px;
    }
    .home__title-block--outer {
        font-size: 4.5rem !important;
        padding-top: 65px;
        padding-bottom: 27px;
        line-height: 4.875rem !important;
    }
    .banner-container .btn {
	    top: 27px;
	    font-size: 1.6rem;
	    border-width: 2px;
	    padding: 8px 25px;
	    border-radius: 50px;
    }
    .gallery-item {
	    height: 375px;
    }
    .gallery-item h5 {
	    font-size: 1.6em;
    }
    .carousel-link .link-text {
	    height: 38%;
    }
    .cbn-n {
	    right: -2050px;
    }
    .carousel-controls {
	    top: 165px;
    }
    #slider-title-wrapper {
	    top: 190px;
    }
    #slider-title-content {
	    width: max-content;
    }
    #slider-title-content span {
        font-size: 3.625rem !important;
    }
    #felix-features video {
	    width: 280px;
	    height: 200px;
    }
    #felix-features .youtube-video {
        min-height: 372px !important;
    }
    #felix-features p {
        line-height: 39px;
    }
    .key-features h3 {
	    font-size: 455%;
    }
    .key-features h6 {
	    font-size: 2.5rem;
    }
    .key-features p {
        font-size: 1.85rem;
        color: #000 !important;
    }
    .key-features{
        padding-left: 2rem;
    }
    .img-testimonial-section{
        padding-left: 1.125rem;
    }
    .gallery-item > div > h5 {
        font-size: 2.498rem;
    }
    .heading-testimonial {
	    font-size: 196%;
        font-weight: bold;
        padding-left:15px;
    }
    .content-testimonial-section {
        padding-top: 9px;
        padding-left: 15px;
        font-size: 1.2rem;
        padding-right: 3em;
        line-height: 36px;
        text-align: left;
        text-justify: inter-word;
    }
    .content-testimonial-section b {
        color: #000;
    }
    #testimonial-exterior {
	    height: 350px;
	    overflow: hidden;
    }
    .caption {
	    top: 58%;
	    transform: unset;
    }
    .caption p {
	    padding: 27px 20px;
    }
    p.about-sub-links1 {
	    font-size: 3.3rem;
    }
    p.about-sub-links2 {
	    font-size: 1.6rem;
    }
    #pop_content p {
	    font-size: 13px;
    }
    #welcome_form {
	    margin-top: 35px;
    }
    #welcome_form strong, .new-registration strong {
        font-size: 2.5rem;
    }
    #welcome_form label, #welcome_form button {
        font-size: 1.85rem;
    }
    #welcome_form input {
        font-size: 1.85rem;
        max-width:27.875em;
        height:2em !important;
    }
    .new-registration {
        padding-left: 2em;
    }
    .new-registration a {
        max-width: 12em;
    }
    #downloadTab .nav-item {
        font-size: 1.2rem;
    }
    /* CPanel Pages */
    .card-users, .card-project, .card-scene, .card-render {
	    height: 200px;
    }
    .card-footer {
	    font-size: 12px;
	    padding: 12px;
    }
    .user-row .card, .project-row .card,
    .scene-row .card, .credit-row .card {
	    margin: 50px 75px
    }
    .font-xxl-14 {
	    font-size: 14px !important;
    }
    .flex-xxl-15 {
	    flex: 0 0 15% !important;
    }
    #settings-form input {
	    width: 100%;
    }
    #client-section span {
        font-size: 2.8rem !important;
    }
    #client-section p {
        padding-right: 2em;
        font-size: 1.2rem;
        line-height: 36px;
        margin-top: 12px;
    }
    #client-section .row {
        padding-bottom:2.5rem !important;
    }
    footer a {
        font-size:1.5em;
    }
    footer .btn {
        font-size: 1.6rem;
    }
    .home__feature-block__wrapper {
        width: auto !important;
    }
    .container-trybuy {
        max-width: 1450px !important;
    }
    .home__title-block--outer {
        padding-left: 0px !important;
    }
    .footer-align-4k {
        padding-left: 0px !important;
    }
    #what_is_felix-static-content {
        padding-left: 0px !important;
    }
    #static-content-col {
        padding-left: 3px !important;
    }
    #how_it_works-static-content {
        padding-left: 0px !important;
    }
    #how_it_works_img_block {
        padding-left: 15px !important;
    }
    .col-4k-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    h1 {
        font-size: 4.5rem;
    }
    h2 {
        font-size: 3.3rem;
    }
    h3 {
        font-size: 3.3rem;
    }
    #shop, #cart-wrapper {
        font-size: 1.2rem;
    }
    .nav-tabs .nav-item {
        font-size: 1.2rem;
    }
    #nav-cart-icon {
        position: absolute;
        left: 50px;
    }
    .felix-contact-td1{
        background: white; 
        border-top: none;
        text-align:right; 
        width: 50%;
        font-size:20px;
    }
    .felix-contact-td2{
        background: white; 
        border-top: none;
        text-align:left; 
        font-size:20px;
    }
    #modal-container h2 {
        font-size: 47px !important;
    }
    #modal-container-text {
        font-size: 19.2px;
        line-height: 27px;
    }
    .modal-button {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .download-icons {
        float: left;
        width: 52px;
        margin-left: 6px;
    }
    .icon-text {
        line-height: 49px !important;
        padding-left:24px;
    }
}

/* for upto 2.5k resolution */
@media (min-width: 2300px) and (max-width: 2559px) {
    .navbar-brand img {
        width: 12.265625vw;
    }
    .navbar-nav > li > a {
	    font-size: calc(8.5px + 0.5vw);
        padding: 3.125vw 1.3671875vw 2.734375vw 1.3671875vw !important;
    }
    header .far, header .fas, header .fa {
	    position: absolute;
        padding: 2.3rem 1.1rem 2.3rem 1.1rem !important;
	    font-size: calc(12.5px + 0.2vw);
    }
    header .far, header .fas {
	    right: 5%;
    }
    header .fa {
	    right: 1%;
    }
    #pop_content {
	    position: absolute;
	    background-color: #88A1A4 !important;
	    color: white !important;
	    background-clip: content-box;
	    box-shadow: inset 0 0 0 20px #88A1A4;
	    padding: 19px;
	    border: 1px solid #FFF;
	    border-radius: 3px;
	    z-index: 9999;
	    top: 85px;
	    right: -41px;
	    text-align: left;
	    width: 225px;
    }
    .slider-caption-text {
	    font-size: 47px !important;
    }
    .banner-container .btn {
	    top: 15px;
	    font-size: 16px;
	    border-width: 1px;
    }
    .cbn-n {
	    right: -915px;
    }
    .home__quick-links__wrapper {
        font-size: 19px;
        line-height: 45px;
    }
    .home__quick-links h6 {
        font-size: 18px;
    }
    .heading-testimonial {
        font-size: 21px;
    }
    .content-testimonial-section {
        font-size: 17px;
        line-height: 27px;
    }
    .home__feature-block__wrapper {
        width: auto !important;
    }
    #shop, #cart-wrapper {
        font-size: 0.96rem;
    }
    #nav-cart-icon {
        position: absolute;
        left: 40px;
    }
}

/* for 2k resolution */
@media (min-width: 1921px) and (max-width: 2559px) {
    /* container width */
    .container, .container-2k {
        max-width: 67.96875vw !important;
        margin-top: 4.8rem;
    }
    footer .container, #client-section .container {
        max-width: 1590px !important;
        margin-top: 28px;
    }
    footer {
        height: 104px;
    }
    body { /* adjust body with footer height */
        margin-bottom: 104px !important;
    }
    /* navbar width */
    .navbar {
        max-width: 67.96875vw;
    }
    .navbar-padding {
        padding: 0 15px !important;
    }
    .navbar-nav > .nav-item {
        padding: 0 0px;
    }
    /* navbar logo size */
    .navbar-brand img {
        width: 12.265625vw;
    }
    /* navbar menu item padding */
    .navbar-nav > li > a {
        padding: 3.125vw 1.3671875vw 2.734375vw 1.3671875vw !important;
    }
    .dropdown-menu {
        left: 8px !important;
    }
    .navbar-nav > li > a.btn {
        padding-top: 2.734375vw !important;
    }
    /* try it for free btn, btns in user popup */
    #navbar-container-btn, .home-page-btn, .download-btn {
        padding: 0.64rem 1.6rem !important;
    }
    #pop_content > .felix-form .form-control {
        padding: 2rem 1rem;
        max-width: 100%;
    }
    #pop_content {
        width: 320px !important;
	    top: 80px !important;
	    right: -156px !important;
    }
    .container-trybuy {
        max-width: 1200px !important;
    }
    .footer-align {
        padding-left: 0px !important;
    }
    .home-top-div {
        padding-left: 0px !important;
    }
    #home-banner-container-btn {
        font-size: 1.2rem !important;
        padding: 10px 20px 10px 20px !important;
        border-radius: 30px !important;
        border-width: 2px !important;
        top: 14px;
    }
    .home__title-block--outer {
        font-size: 3.6rem !important;
        padding-left: 0px !important;
        line-height: 4.188rem !important;
    }
    .home__image-block-bullets {
        font-size: 3.6rem !important;
        right: 16.4vw !important;
        line-height: 70px !important;
    }
    .home-page-btn-div {
        padding-left: 6.25rem;
    }
    .home-page-btn {
        font-size: 1.555rem !important;
    }
    #what_is_felix-static-content {
        padding-left: 0px !important;
    }
    #static-content-col {
        padding-left: 0px !important;
    }
    #how_it_works_img_block {
        padding-left: 1rem !important;
    }
    #how_it_works-static-content {
        padding-left: 0px !important;
    }
    .home__quick-links h6 {
        font-size: 2.1rem !important;
        line-height: 1.8rem !important;
    }
    .home__quick-links__wrapper {
        min-height: 120%;
        line-height: 40px !important;
    }
    .col-2k-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .content-testimonial-section {
        font-size: 1rem !important;
        line-height: 25px !important;
    }
    #client-section span {
        font-size: 1.7rem !important;
    }
    #client-section p {
        font-size: 1rem;
    }
    .footer .btn {
        font-size: 1.2rem !important;
    }
    .static-content {
        font-size: 1rem !important;
    }
    .static-content p {
        font-size: 1rem;
    }
    p.about-sub-links1 {
        font-size: 2.66rem;
    }
    p.about-sub-links2 {
        font-size: 1.2rem !important;
    }
    h1 {
        font-size: 3.6rem !important;
    }
    h2 {
        font-size: 2.66rem !important;
    }
    h3 {
        font-size: 2.66rem !important;
    }
    #slider-title-content span {
        font-size: 3rem !important;
    }
    .felix-btn {
        font-size: 1.125rem !important;
        border-radius: 25px;
    }
    .home-container > div {
        padding-bottom: 3em !important;
    }
    #felix-features .youtube-video {
        min-height: 290px !important;
    }
    .nav-tabs .nav-item {
        font-size: 0.9rem;
    }
    #nav-cart-icon {
        position: absolute;
        left: 40px;
    }
    nav .fa, nav .fa-user, nav .fa-shopping-cart  {
        font-size: calc(12.5px + 0.9vw);
    }
    .felix-contact-td1{
        border-top: none;
        text-align:right; 
        font-size:16px;
        line-height: 12px;
    }
    .felix-contact-td2{
        border-top: none;
        text-align:left; 
        font-size:16px;
        line-height: 12px;
    }
    #modal-container {
        width: 32%;
    }
    #modal-container h2 {
        font-size: 39px !important;
    }
    #modal-container-text {
        font-size: 16px;
        line-height: 24px;
    }
    .modal-button {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .download-icons {
        float: left;
        width: 48px;
        margin-left: 3px;
    }
    .icon-text {
        line-height: 46px !important;
        padding-left:24px;
    }

    /* 2k
    NEW HOME PAGE ELEMENT STYLES by asish */
    .home__img-small-square, .home__feature-block__image {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .home__img-small-square, .home__feature-block__content, .home__feature-block__image {
        width: 100% !important;
    }
    .home__image-block--fs img {
        height: 426.6667px;
        object-fit: cover;
    }
    .slider-caption-text {
	    font-size: 13.866666667rem !important;
    }
    .banner-container {
        max-height: 693.333333334px;
    }
    #carousel_main .carousel-item .d-block.w-100 {
        height: 693.333333334px;
        object-fit: cover;
    }
    #felix_friends_section .friends-section-title {
        font-size: 1.25rem !important;
    }
    #felix_friends_section .friend-quote {
        font-size: 2.625rem !important;
        line-height: 2.75rem !important;
        padding-right: 7.5rem !important;
    }
    #felix_friends_section .friend-detail {
        font-size: 1.875rem !important;
    }
    #cart-wrapper {
        top: 115px;
        right: 15px;
    }
}

/* link "more" on home top div */
.content-testimonial-section a {
    color: #1D1D1B;
}
#client-section p {
    text-align: left;
}
.static-content {
    color: #1D1D1B !important;
    text-align: left;
}
.static-content p {
    text-align: left;
}
/* to change inner pages heading color */
.text-dark {
    color: #1D1D1B !important;
}
.text-black {
    color: #000 !important;
}
/* class of client-section-title in home page*/
#client-section span {
    font-weight: 900;
    color: #000;
    line-height: 38px;
}
/*what_is_felix - slider text's 2nd line*/
#slider-title-content span {
    font-size: 2.188rem;
}

/* for hdready-morethan2k resolution */
@media (min-width: 1401px) and (max-width: 2299px) {
    .slider-caption-text {
	    font-size: 60px;
    }
    .banner-container .btn {
	    top: 14px;
	    font-size: 16px;
	    border-width: 1px;
    }
    .navbar-nav > li > a {
        padding: 3.125vw 1.3671875vw 2.734375vw 1.3671875vw !important;
    }    
    header .far, header .fas, header .fa {
	    position: absolute;
        padding: 2.2rem 1.2rem 2.2rem 1.2rem !important;
	    font-size: calc(12.5px + 0.4vw);
    }
    header .far, header .fas {
	    right: -95px;
    }
    header .fa {
	    right: -145px;
    }
    #pop_content {
	    position: absolute;
	    background-color: #88A1A4 !important;
	    color: white !important;
	    background-clip: content-box;
	    box-shadow: inset 0 0 0 20px #88A1A4;
	    padding: 19px;
	    border: 1px solid #FFF;
	    border-radius: 3px;
	    z-index: 9999;
	    top: 83px;
	    right: -110px;
	    text-align: left;
	    width: 245px;
    }
    .cbn-n {
	    right: -915px;
    }
    .home__quick-links__wrapper {
        font-size: 19px;
        line-height: 45px;
    }
    .home__quick-links h6 {
        font-size: 18px;
    }
    .heading-testimonial {
        font-size: 21px;
    }
    .content-testimonial-section {
        font-size: 17px;
        line-height: 27px;
    }
    .home__feature-block__image {
        width: 278px;
        margin-left: 0px;
    }
    .home__feature-block__content-details {
        margin-top: 9px;
    }
    #nav-cart-icon {
        position: absolute;
        left: 40px;
    }
}

/* for Full HD(1920px) resolution */
@media (min-width: 1401px) and (max-width:1920px) {
    .container {
        max-width: calc(67.96875vw + 25px) !important;
        margin-top: 4rem;
    }
    /* navbar width */
    footer .container, #client-section .container {
        max-width: 1555px !important;
        margin-top: 26.25px;
    }
    footer {
        height: 97.5px;
    }
    body { /* adjust body with footer height */
        margin-bottom: 97.5px !important;
    }
    .navbar {
        max-width: calc(67.96875vw - 5px);
    }
    .navbar-padding {
        padding: 0 !important;
    }
    .navbar-nav > .nav-item {
        padding: 0px;
    }
    /* navbar logo size */
    .navbar-brand img {
        width: 12.265625vw;
    }
    /* navbar menu padding */
    .navbar-nav > li > a {
        padding: 3.125vw 1.3671875vw 2.734375vw 1.3671875vw !important;
        width: max-content;
    }
    .navbar-nav > li > a.btn {
        padding-top: 2.734375vw !important;
    }
    .dropdown-menu {
        left: 15px !important;
    }
    nav .fa, nav .fa-user, nav .fa-shopping-cart  {
        font-size: calc(12.5px + 0.9vw);
        padding: 2.1rem 0.7rem 1.8rem 0.7rem !important;
    }
    .home-page-btn-div {
        padding-left: 6.25rem;
    }
    #navbar-container-btn, .home-page-btn, .download-btn {
        padding: 0.6rem 1.5rem !important;
    }
    .home-page-btn {
        font-size: 1.491rem;
    }
    .container-hd {
        max-width: 1330px;
        padding-left: 0px;
        padding-right: 1.25rem;
    }
    .home__quick-links h6 {
        font-size: 1.6rem;
    }
    .home__quick-links__wrapper {
        min-height: 116%;
    }
    p {
        font-size: 0.9375rem;
    }
    .content-testimonial-section {
        font-size: 0.9375rem;
    }
    .home__image-block-bullets {
        font-size: 2.938rem !important;
    }
    .home__title-block--outer {
        font-size: 2.938rem !important;
        padding-left: 1.75rem;
    }
    #client-section span {
        font-size: 1.6rem;
    }
    .footer .btn {
        font-size: 1.12rem;
    }
    h1 {
        font-size: 3.4rem;
    }
    h2 {
        font-size: 2.938rem;
    }
    h3 {
        font-size: 2.5rem;
    }
    .page-title {
        font-size: 47.5px;
    }
    .static-content {
        font-size: 0.9375rem;
    }
    #slider-title-content span {
        font-size: 2.938rem;
    }
    p.about-sub-links1 {
        font-size: 2.5rem;
    }
    p.about-sub-links2 {
        font-size: 1.12rem;
    }
    .felix-btn {
        font-size: 0.9375rem;
    }
    .banner-container .btn {
        font-size: 0.9375rem;
    }
    #home-top-div {
        padding-right: 3.875rem;
    }
    #what_is_felix-static-content {
        padding-left: 0px !important;
        padding-right: 2.188rem !important;
    }
    #static-content-col {
        padding-left: 0.25rem !important;
    }
    #what_is_felix-img-block {
        padding-left: 1.25rem !important;
        padding-right: 3.125rem !important;
    }
    #why_felix-static-content {
        padding-left: 0.125rem;
        padding-right: 2.625rem;
    }
    #how_it_works-static-content {
        padding-left: 0px;
    }
    #how_it_works_img_block {
        padding-left: 1rem !important;
        padding-right: 2.875rem !important;
    }
    #felix-features {
        padding-left: 0.313rem !important;
        padding-right: 2.813rem !important;
    }
    #nav-cart-icon {
        position: absolute;
        left: 40px;
    }
    .felix-contact-td1 {
        background: white; 
        border-top: none;
        text-align:right; 
        font-size:16px;
        line-height: 12px;
    }
    
    .felix-contact-td2 {
        background: white; 
        border-top: none;
        text-align:left; 
        font-size:16px;
        line-height: 12px;
    }
    #modal-container {
        width: 34%;
        padding-left: 43px;
        padding-right: 27px;
    }
    #modal-container h2 {
        font-size: 39px !important;
    }
    .modal-button {
        padding-left: 36px !important;
        padding-right: 36px !important;
    }
    .download-icons {
        float: left;
        width: 45px;
        margin-left: 4px;
    }
    .icon-text {
        line-height:2.9; 
        padding-left:24px;
    }

    /* fullhd
    NEW HOME PAGE ELEMENT STYLES by asish */
    .home__img-small-square, .home__feature-block__image {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .home__img-small-square, .home__feature-block__content, .home__feature-block__image {
        width: 100% !important;
    }
    .home__image-block--fs img {
        height: 400px;
        object-fit: cover;
    }
    .slider-caption-text {
	    font-size: 13rem !important;
    }
    .banner-container {
        max-height: 650px;
    }
    #carousel_main .carousel-item .d-block.w-100 {
        height: 650px;
        object-fit: cover;
    }
    #felix_friends_section .friends-section-title {
        font-size: 1.171875rem !important;
    }
    #felix_friends_section .friend-quote {
        font-size: 2.4609375rem !important;
        line-height: 2.578125rem !important;
        padding-right: 7.53125rem !important;
    }
    #felix_friends_section .friend-detail {
        font-size: 1.7578125rem !important;
    }
}

/* for normal(1366px) resolution */
@media (min-width: 1200px) and (max-width:1400px) {
    .hide-1200-1400 {
	    display: none !important;
    }
    .show-1200-1400 {
	    display: block !important;
    }
    .navbar-brand img {
        width: 12.265625vw;
    }
    .navbar-nav > li > a {
        padding: 3.125vw 1.3671875vw 2.734375vw 1.3671875vw !important;
    }
    .home-page-btn-div {
        padding-left: 6.25rem;
    }
    header .far, header .fas, header .fa {
        padding: 2rem 1.2rem 2rem 1.2rem !important;
	    font-size: calc(12.5px + 0.4vw);
    }
    header .far, header .fas, header .fa {
	    position: absolute;
        padding: 2.2rem 1.2rem 2.2rem 1.2rem !important;
	    font-size: calc(12.5px + 0.4vw);
    }
    header .far, header .fas {
	    right: 5%;
    }
    header .fa {
	    right: 1%;
    }
    #pop_content {
	    position: absolute;
	    background-color: #88A1A4 !important;
	    color: white !important;
	    background-clip: content-box;
	    box-shadow: inset 0 0 0 20px #88A1A4;
	    padding: 19px;
	    border: 1px solid #FFF;
	    border-radius: 3px;
	    z-index: 9999;
	    top: 65px;
	    right: -105px;
	    text-align: left;
	    width: 225px;
    }
    .cbn-n {
	    right: -915px;
    }
    .home__title-block {
        font-size: 2rem !important;
    }
    .home__image-block-bullets {
        font-size: 2rem !important;
        right: 11.5vw;
        line-height: 2.813rem !important;
    }
    .home__title-block--outer {
        color: black;
        font-size: 2rem !important;
        line-height: 3.3rem;
    }
    .home__feature-block__content-details {
        margin-top: 12px;
    }
    .home__quick-links h6 {
        font-size: 1.12rem;
    }
    .home__quick-links__wrapper {
        min-height: 112%;
    }
    #client-section span {
        font-size: 1.12rem;
    }
    .container-normal {
        max-width: 67.96875vw;
        padding-left: 0px;
    }
    .container {
        max-width: 67.96875vw;
    }
    #client-section .container {
        padding-right: 1.563rem;
    }
    footer .container {
        margin-top: 30px;
    }
    #what_is_felix-img-block {
        padding-right: 1.875rem !important;
        padding-left: 1.1rem !important;
    }
    #what_is_felix-static-content {
        padding-left: 0px !important;
    }
    #static-content-col {
        padding-left: 0.25rem !important;
    }
    #why_felix-static-content {
        padding-right: 1.563rem !important;
    }
    #how_it_works-static-content {
        padding-left: 0px;
    }
    #how_it_works_img_block {
        padding-left: 0.938rem !important;
        padding-right: 1.563rem !important;
    }
    #felix-features {
        padding-right: 1.188rem !important;
        padding-left: 0.125rem;
    }
    p {
        font-size: 0.75rem;
    }
    .slider-caption-text {
        font-size: 2.5rem;
    }
    .footer .btn {
        font-size: 0.9375rem !important;
    }
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.6rem;
    }
    #slider-title-content span {
        font-size: 2rem !important;
    }
    .static-content {
        font-size: 0.75rem;
    }
    p.about-sub-links1 {
        font-size: 1.6rem;
    }
    p.about-sub-links2 {
        font-size: 0.9375rem !important;
    }
    #home-top-div {
        padding-left: 0px !important;
        padding-right: 1.563rem;
    }
    #nav-cart-icon {
        position: absolute;
        left: 30px;
    }
    .felix-contact-td1{
        background: white; 
        border-top: none;
        text-align:right; 
        width: 50%;
        font-size:14.4px;
        line-height: 4px;
    }
    
    .felix-contact-td2{
        background: white; 
        border-top: none;
        text-align:left; 
        font-size:14.4px;
        line-height: 4px;
    }
    #modal-container {
        width: 36%;
        padding-left: 38px;
    }
    #modal-container h2 {
        font-size: 30px;
    }
    #modal-container-text {
        font-size: 12px;
        line-height: 18px;
    } 
    .modal-button {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .download-icons {
        float: left;
        width: 39px;
        margin-left: 4px;
    }
    .icon-text {
        line-height:2.8; 
        padding-left:24px;
    }
}

/* for large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar {
        max-width: 930px;
    }
    .navbar-padding {
        padding: 0;
    }
    .navbar-brand img {
        width: 12.265625vw;
    }
    .navbar-nav > li > a {
        padding: 3.125vw 1.3671875vw 2.734375vw 1.3671875vw !important;
    }
    h2#header-image-title {
	    left: 20%;
	    font-size: 170%;
    }
    .home__feature-block__image, .home__feature-block__content {
        margin-left: 0;
        padding-left: 0;
    }
    .home__feature-block__content {
        margin-top: 9px;
    }
    .home__feature-block__content-title {
        font-size: 1.3rem;
    }
    .home__image-block-bullets {
        top: 11vw;
        font-size: 2rem !important;
    }
    .home__title-block--outer {
        color: black;
        font-size: 1.8rem !important;
        line-height: 3.1rem;
    }
    .home__feature-block__content-details {
        margin-top: 12px;
        font-size: 14px;
    }
    .home__feature-block-section {
        margin: 77px auto;
    }
    header .far, header .fas, header .fa {
        padding: 2rem 1.2rem 2rem 1.2rem !important;
	    font-size: calc(12.5px + 0.4vw);
    }
    #slider-title-content {
	font-size: 170%;
    }
    #pop_content {
	    position: absolute;
	    background-color: #88A1A4 !important;
	    color: white !important;
	    background-clip: content-box;
	    box-shadow: inset 0 0 0 20px #88A1A4;
	    padding: 19px;
	    border: 1px solid #FFF;
	    border-radius: 3px;
	    z-index: 9999;
	    top: 81px;
	    right: -100%;
	    text-align: left;
	    width: 225px;
    }
    .cbn-n {
	    right: -765px;
    }
    #nav-cart-icon {
        display: none;
    }
}

/* for 769px-991px resolution */
@media (max-width: 991px) {
    .navbar {
        max-width: 96%;
        justify-content: space-between;
        padding: 8px 0;
    }
    .navbar-brand img {
        width: 120px;
    }
    .navbar-nav > li > a {
        padding: 3.125vw 1.3671875vw 2.734375vw 1.3671875vw !important;
        text-align: center;
    }
    .navbar-nav > li {
        text-align: center;
    }
    .navbar-brand {
        max-width: 100%;
        padding-top: 0.3rem;
    }
    header #main-nav {
        border-top: 1px solid #DADADA;
    }
    #menu-primary-menu {
        width: auto;
        margin-left: 0px;
    }
    header .navbar-nav>li {
        width: auto;
    }
    header .fa {
        padding-top: 10px;
        right: 50%;
    }
    header .fa-user {
        position: relative !important;
        left: -1%;
        margin-bottom: 25px;
    }
    body:not(.theme-preset-active) header .navbar-nav>li>a {
        font-size: 13px;
    }
    input#search {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .caption p {
        font-size: 1.5em;
        text-align: left;
        margin: 0;
        width: 100%;
    }
    .inner-pages-caption b.first {
        font-size: calc(11px + 1.5vw);
        padding: 2px;
    }
    .caption span > b.second {
        font-size: calc(10px + 1.5vw);
    }
    .banner-container button.hidden-xs {
        width: 12.8em;
        top: 28px;
        right: 95px;
        font-size: 1em;
    }
    .home-container{
        padding-right: 0;
        padding-left: 0;
    }
    .exteriors-container {
        margin: 0 !important;
    }
    .desc-div {
        height: 148px !important;
    }
    .desc-div span{
        font-size:1.1em;
    }
    .desc-div h4
    {
        font-size: 0.8em;
        margin-bottom: 0.6em;
    }
    .desc-div h6 {
        font-size: 0.8em;
        margin-bottom: 0.4em;
    }
    .desc-div p {
        font-size: 0.65em;
        margin-bottom: 0.8em;
    }
    .hani-img {
        position: absolute;
        clip: rect(20px, 250px, 174px, 75px);
        left: -72px;
        top: -20px;
    }
    .hani-desc {
        padding: 0;
    }
    .hani-desc>b {
        font-size: 0.8em;
    }
    .hani-desc>p{
        font-size: 0.65em;
    }
    .carousel-link .link-text {
        height: 50%;
    }
    .carousel-link .link-text h6 {
        font-size: 0.8em !important;
    }
    .carousel-link .link-text p {
        font-size: 0.7em !important;
    }
    .carousel-controls {
        top: 35px;
    }
    .cbn-n {
        right : -508px;
    }
    .slider-caption-text {
	    font-size: 85px !important;
    }
    .banner-container .btn {
	    top: 7px;
	    font-size: 12px;
	    border-width: 1px;
    }
    #slider-title-content {
	    font-size: 130%;
    }
    #pop_content {
	    position: absolute;
	    background-color: #88A1A4 !important;
	    color: white !important;
	    background-clip: content-box;
	    box-shadow: inset 0 0 0 20px #88A1A4;
	    padding: 19px;
	    border: 1px solid #FFF;
	    border-radius: 3px;
	    z-index: 9999;
        top: 80%;
        left: 0.7em;
	    text-align: left;
	    width: 225px;
        margin: auto;
    }
    .cbn-n {
	    right: -590px;
    }
    .content-testimonial-section {
        font-size: 14px;
    }
    .home__feature-block-section {
        margin: 91px auto;
    }
    .home__feature-block__content-title {
        font-size: 1.15rem !important;
    }
    .home__feature-block__content-details {
        font-size: 1rem;
        margin-top: 7px;
    }
    .home__image-block-bullets {
        position: absolute;
        top: 12vw;
        right: 12.5vw;
        color: #686D71 !important;
        font-size: 1.75rem !important;
        line-height: 41px;
    }
    .home__title-block--outer {
        color: black;
        font-size: 1.7rem !important;
        line-height: 3rem;
    }
    .home__feature-block__image {
        margin-left: 0;
    }
    #nav-cart-icon {
        display: none;
    }
}

/* for medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    #multi-item-carousel .carousel-inner .carousel-item > div {
        display: none;
    }
    #multi-item-carousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .home__quick-links {
        width: 50%;
    }
    .home__quick-links a h6 {
        font-size: 15px;
    }
    .img-testimonial-section {
        margin: 19px auto;
    }
    #home__testimonial-content {
        padding-left: 15px !important;
    }
    #home__testimonial-content p.content-testimonial-section {
        font-size: 13px;
    }
    .home__image-block--fs {
        margin-top: 0 !important;
    }
    .home__title-block {
        font-size: 2.3rem !important;
        top: 19px;
    }
    .home__feature-block__wrapper .row {
        justify-content: center;
    }
    .home__feature-block__image, .home__feature-block__content {
        max-width: 240px;
    }
    .home__image-block-bullets {
        font-size: 1.1rem !important;
        line-height: 29px;
        top: 15vw;
    }
    .home__title-block--outer {
        color: black;
        font-size: 1.6rem !important;
        line-height: 2.9rem;
    }
    #modal-container {
        position: relative;
        top: 50%;
        left: 50%;
        width: 100%;
        border-radius: 3px;
        transform: translate(-50%, -50%);
        background: #FFF;
        padding-left: 24px;
        padding-top: 35px;
        padding-right: 23px;
    }
    #modal-container h2 {
        font-size: 22px;
        font-weight: 500;
        color: #656565;
    }
    #modal-container-img {
        width: 60%;
        padding-left: 6%;
    }
    #modal-container-text {
        font-size: 12px;
        margin-bottom: 4%;
    }
    .download-icons {
        float: left;
        width: 30px;
        margin-left: 3px;
    }
    .icon-text {
        line-height: 0px !important;
        padding-left:13px;
    }
}

/* for devices upto 520px */
@media (max-width: 520px) {
    body {
        margin-bottom: 120px;
    }
    #home__testimonial-content p.content-testimonial-section {
        line-height: 21px;
    }
    .home__image-block--fs {
        margin-bottom: 99px !important;
        font-size: 0.875rem !important;
        width: 100vw !important;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        padding: 0;
    }
    p {
        margin-top: revert;
    }
    .home__image-block--fs img, .carousel img {
        height: 200px;
        object-fit: cover;
    }
    .home__title-block {
        font-size: 2.3rem !important;
        padding-left: 3vw !important;
        top: 25px;
    }
    .home__image-block-bullets {
        font-size: 0.98rem !important;
        right: 16vw !important;
        line-height: 25px;
        top: 17vw;
    }
    .home__feature-block__image {
        width: 100% !important;
        height: auto;
        margin-left: 0 !important;
    }
    .home__feature-block__content {
        width: auto !important;
        padding-left: 0 !important;
        margin-top: 0 !important;
    }
    .home__feature-block__wrapper {
        padding: 0 2rem !important;
        width: auto;
        margin-bottom: 30px;
    }
    .home__feature-block__content-title {
        position: relative;
        font-size: 1.5rem !important;
        top: 17px;
        line-height: initial !important;
    }
    .home__feature-block__content-details {
        position: relative;
        margin-top: 24px;
        line-height: 21px;
    }
    .home__title-block--outer {
        color: black;
        font-size: 1.3rem !important;
        line-height: 2.1rem;
        margin-bottom: 9px;
    }
    .home__feature-block-section {
        margin: 40px auto 20px;
    }
    .container  #downloadTabContent{
      font-size: 0.8em !important;
    }
    .container  #downloadTab .nav-link{
      font-size: 0.9em !important;
    }
    .download-btn {
      font-size: 0.9em !important;
    }
    .caption p {
        font-size: 0.8em !important;
        text-align: left;
        margin: 0;
        width: 100vw;
    }
    .inner-pages-caption b.first {
        font-size: calc(11px + 1.5vw);
        padding: 2px;
    }
    .caption span > b.second {
        font-size: calc(10px + 1.5vw);
    }
    .banner-container button.hidden-xs {
      width: 15em !important;
      top: 8px !important;
      right: 5px !important;
      font-size: 0.6em !important;
    }
    .home-container {
      padding-right: 15px !important;
      padding-left: 15px !important;
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .exteriors-container .desc-div p,
    .exteriors-container .desc-div h4,
    .exteriors-container .desc-div h6{
      font-size: 0.8em !important;
      line-height: 1;
    }
    .carousel-link .link-text {
      height: 100% !important;
    }
    .carousel-controls {
      top: 18px !important;
    }
    .carousel-item .carousel-content-col {
      width: 33%;
      padding: 0;
    }
    .cbn-p {
      left: -8px !important;
    }
    .cbn-n {
      right: -88vw !important;
    }
    .carousel-item .card{
      margin-left: 0.2em;
      margin-right: 0.2em;
    }
    .carousel-link .link-text {
      padding-left:  0;
      padding-top: 1em;
    }
    .carousel-link .link-text p,
    .carousel-link .link-text h6 {
      font-size: 0.7em !important;
      bottom: 0;
    }
    .slider-caption-text {
	font-size: 3rem !important;
    }
    .banner-container .btn {
	top: 0px;
	font-size: 6px;
	font-weight: normal;
	border-width: 1px;
    }
    #slider-title-content {
	font-size: 80%;
    }
    #client-section p {
        margin-top: 7px;
    }
    .banner-container {
        min-height: 140px;
    }
    .felix-links, .social-icons {
        text-align: left !important;
    }
    .social-icons {
        margin-left: .5rem !important;
    }
    #gallery-navbarDropdown::after {
        display: none;
    }
    .dropdown-menu {
        text-align: center;
    }
    #welcome_form {
        border-bottom: 1px #000 solid;
    }
    .new-registration p{
        min-width: 150px;
    }
    .new-registration .felix-btn {
        max-width: 100% !important;
    }
    #pills-tab {
        justify-content: left;
    }
    #pills-tab li {
        margin-bottom: 15px;
    }
    .felix-contact-td2 .felix-btn {
        width: 100%;
    }
    #cart-icon {
        margin-right: 0px !important;
        top: -30px !important;
    }
    #cart-wrapper {
        top: 70px;
        right: -25px;
    }
    .navbar-nav > li > a.btn {
        padding: 0 !important;
    }
    #navbar-container-btn {
        width: 180px;
        padding: 9px;
    }
    .fa-user {
        font-size: 20px !important;
    }
    #pop_content .felix-pop-btn {
        width: 100%;
        padding: 5px;
    }
    .page-title {
        margin-top: 2rem;
    }
}

#multi-item-carousel .carousel-inner .carousel-item.active,
#multi-item-carousel .carousel-inner .carousel-item-next,
#multi-item-carousel .carousel-inner .carousel-item-prev {
    display: flex;
}
#multi-item-carousel .carousel-inner .carousel-item-right,
#multi-item-carousel .carousel-inner .carousel-item-left{
  transform: translateX(0);
}

/* display 3 */
@media (min-width: 768px) {
    #multi-item-carousel .carousel-inner .carousel-item-right.active,
    #multi-item-carousel .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    #multi-item-carousel .carousel-inner .carousel-item-left.active,
    #multi-item-carousel .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
    #welcome_form {
        border-right: 1px #000 solid;
    }
}

/* DESIGN 2.0 FONT SIZES FOR EACH SCREEN develop by: asish */
/* for desktop 992-1366 resolution */
@media (min-width: 992px) and (max-width: 1366px) {
    /* body text size */
    body, p, .font-small {
        font-size: 0.833333333rem !important;
        line-height: 1rem !important;
    }
    #downloadTab .nav-item {
        font-size: 0.833333333rem !important;
    }
    /* navbar menu font size */
    .navbar-nav > li > a, .dropdown-menu {
        font-size: 1.171875vw !important;
    }
    /* try it for free btn, btns in user popup */
    #navbar-container-btn, .download-btn, .felix-btn {
        font-size: 0.666666667rem !important;
    }
    .felix-pop-btn, .felix-form, #pop_content p {
        font-size: 0.666666667rem !important;
    }
    /* for login/logout popup form controls */
    #pop_content > .felix-form .form-control {
        font-size: 0.666666667rem !important;
    }
    #shop, #cart-wrapper, #register_description {
        font-size: 0.666666667rem !important;
    }
    .home__feature-block__content-title, #client-section span {
        font-size: 1.333rem !important;
    }
    /* h1 page title size */
    h1, .page-title {
        font-size: 2.083333333rem !important;
    }
    /* footer btns, pricing page cart icon */
    footer .btn, footer a, #cart-icon {
        font-size: 0.75rem !important;
    }
    .home__title-block {
        font-size: rem !important;
    }
}

/* for fullHD resolution */
@media (min-width: 1367px) and (max-width: 1920px) {
    /* body text size */
    body, p, .font-small {
        font-size: 1.171875rem !important;
        line-height: 1.875rem !important;
    }
    #downloadTab .nav-item {
        font-size: 1.171875rem !important;
    }
    /* navbar menu font size */
    .navbar-nav > li > a, .dropdown-menu {
        font-size: 1.171875vw !important;
    }
    /* try it for free btn, btns in user popup */
    #navbar-container-btn, .download-btn, .felix-btn {
        font-size: 0.9375rem !important;
    }
    .felix-pop-btn, #pop_content p {
        font-size: 0.9375rem !important;
    }
    /* registration form and training videos filter pills */
    .felix-form, .felix-form .form-control, .nav-pills .nav-link, .text-smaller {
        font-size: 0.8203125rem !important;
    }
    /* registration form checkboxes, login link*/
    .felix-form > .registration-agreement, .felix-form > .login-link {
        font-size: 0.76171875rem !important;
        line-height: 0.87890625rem !important;
    }
    /* for login/logout popup form controls */
    #pop_content > .felix-form .form-control {
        font-size: 0.9375rem !important;
    }
    #shop, #cart-wrapper, #register_description {
        font-size: 0.9375rem !important;
    }
    .home__feature-block__content-title, #client-section span {
        font-size: 1.875rem !important;
    }
    /* h1 page title size */
    h1, .page-title {
        font-size: 2.9296875rem !important;
    }
    /* footer btns, pricing page cart icon */
    footer .btn, footer a, #cart-icon {
        font-size: 1.0546875rem !important;
    }
    .home__title-block {
        font-size: 6.25rem !important;
    }
    /* h4, registration form heading */
    h4, .sub-title {
        font-size: 1.40625rem !important;
    }
}

/* for 2k resolution */
@media (min-width: 1921px) and (max-width: 2559px) {
    /* body text size */
    body, p, .font-small {
        font-size: 1.25rem !important;
        line-height: 2rem !important;
    }
    #downloadTab .nav-item {
        font-size: 1.25rem !important;
    }
    /* navbar menu font size */
    .navbar-nav > li > a, .dropdown-menu {
        font-size: 1.171875vw !important;
    }
    /* try it for free btn, btns in user popup */
    #navbar-container-btn, .download-btn, .felix-btn {
        font-size: 1rem !important;
    }
    .felix-pop-btn, #pop_content p {
        font-size: 1rem !important;
    }
    /* registration form and training videos filter pills */
    .felix-form, .felix-form .form-control, .nav-pills .nav-link, .text-smaller {
        font-size: 0.875rem !important;
    }
    /* registration form checkboxes, login link*/
    .felix-form > .registration-agreement, .felix-form > .login-link {
        font-size: 0.8125rem !important;
        line-height: 0.9375rem !important;
    }
    /* for login/logout popup form controls */
    #pop_content > .felix-form .form-control {
        font-size: 1rem !important;
    }
    #shop, #cart-wrapper, #register_description {
        font-size: 1rem !important;
    }
    .home__feature-block__content-title, #client-section span {
        font-size: 2rem !important;
    }
    /* h1 page title size */
    h1, .page-title {
        font-size: 3.125rem !important;
    }
    /* footer btns, pricing page cart icon */
    footer .btn, footer a, #cart-icon {
        font-size: 1.125rem !important;
    }
    .home__title-block {
        font-size: 6.6667rem !important;
    }
    /* h4, registration form heading */
    h4, .sub-title {
        font-size: 1.5rem !important;
    }
}

/* for 2.5k resolution */
@media (min-width: 2560px) and (max-width: 3839px) {
    /* body text size */
    body, p, .font-small {
        font-size: 1.5625rem !important;
        line-height: 2.5rem !important;
    }
    #downloadTab .nav-item {
        font-size: 1.5625rem !important;
    }
    /* navbar menu font size */
    .navbar-nav > li > a, .dropdown-menu {
        font-size: 1.171875vw !important;
    }
    /* try it for free btn, btns in user popup */
    #navbar-container-btn, .download-btn, .felix-btn {
        font-size: 1.25rem !important;
    }
    .felix-pop-btn, #pop_content p {
        font-size: 1.25rem !important;
    }
    /* registration form and training videos filter pills */
    .felix-form, .felix-form .form-control, .nav-pills .nav-link, .text-smaller {
        font-size: 1.09375rem !important;
    }
    /* registration form checkboxes, login link*/
    .felix-form > .registration-agreement, .felix-form > .login-link {
        font-size: 1.015625rem !important;
        line-height: 1.171875rem !important;
    }
    /* for login/logout popup form controls */
    #pop_content > .felix-form .form-control {
        font-size: 1.25rem !important;
    }
    #shop, #cart-wrapper, #register_description {
        font-size: 1.25rem !important;
    }
    .home__feature-block__content-title, #client-section span {
        font-size: 2.5rem !important;
    }
    /* h1 page title size */
    h1, .page-title {
        font-size: 3.90625rem !important;
    }
    /* footer btns, pricing page cart icon */
    footer .btn, footer a, #cart-icon {
        font-size: 1.40625rem !important;
    }
    .home__title-block {
        font-size: 8.3333rem !important;
    }
    /* h4, registration form heading */
    h4, .sub-title {
        font-size: 1.875rem !important;
    }
}

/* for 4k (3840) resolution */
@media (min-width: 3840px) {
    /* body text size */
    body, p, .font-small {
        font-size: 2.34375rem !important;
        line-height: 3.75rem !important;
    }
    #downloadTab .nav-item {
        font-size: 2.34375rem !important;
    }
    /* navbar menu font size */
    .navbar-nav > li > a, .dropdown-menu {
        font-size: 1.171875vw !important;
    }
    /* try it for free btn, btns in user popup */
    #navbar-container-btn, .download-btn, .felix-btn {
        font-size: 1.875rem !important;
    }
    .felix-pop-btn, #pop_content p {
        font-size: 1.875rem !important;
    }
    /* registration form and training videos filter pills */
    .felix-form, .felix-form .form-control, .nav-pills .nav-link {
        font-size: 1.640625rem !important;
    }
    /* registration form checkboxes, login link*/
    .felix-form > .registration-agreement, .felix-form > .login-link {
        font-size: 1.5234375rem !important;
        line-height: 1.7578125rem !important;
    }
    /* for login/logout popup form controls */
    #pop_content > .felix-form .form-control {
        font-size: 1.875rem !important;
    }
    #shop, #cart-wrapper, #register_description {
        font-size: 1.875rem !important;
    }
    .home__feature-block__content-title, #client-section span {
        font-size: 3.75rem !important;
    }
    /* h1 page title size */
    h1, .page-title {
        font-size: 5.859375rem !important;
    }
    /* footer btns, pricing page cart icon */
    footer .btn, footer a, #cart-icon {
        font-size: 2.109375rem !important;
    }
    .home__title-block {
        font-size: 12.5rem !important;
    }
    /* h4, registration form heading */
    h4, .sub-title {
        font-size: 2.8125rem !important;
    }
}
/* NEW HOME PAGE ELEMENT STYLES by asish */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: unset !important;
    border-radius: initial;
    border-bottom: 5px solid #ff0000 !important;
}
.nav-pills .nav-link {
    padding: 0;
}
#felix_friends_section {
    text-shadow: none;
    color: #fff;
    background-image: linear-gradient(to right, #d5d5d5 0%, #000 3% 100%);
    align-content: center;
    align-items: center;
    display: grid;
}
#felix_friends_section .friend-quote {
    color: #d6113f;
}
#reg-banner {
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}
.d-initial {
    display: initial !important;
}
.h-initial {
    height: initial !important;
}
a:hover,active,visited{
    text-decoration: none;
}
/* FONT WEIGHTS */
body,
p,
#shop,
#cart-wrapper,
#register_description,
#downloadTab .nav-item,
#felix_friends_section .friend-detail,
.font-small,
.felix-form,
.felix-form > .registration-agreement,
.felix-form > .login-link {
    font-weight: 500 !important;
}
.navbar-nav > li > a,
.dropdown-menu,
#pop_content > .felix-form .form-control,
.nav-pills .nav-link,
footer .btn,
footer a {
    font-weight: 700 !important;
}
h1,
.download-btn,
.felix-btn,
.felix-pop-btn,
.home__feature-block__content-title,
.page-title,
.home__title-block,
.sub-title,
#navbar-container-btn,
#pop_content p,
#client-section span,
#felix_friends_section .friends-section-title,
#felix_friends_section .friend-quote {
    font-weight: 900 !important;
}
.felix-links, .social-icons {
    text-align: center;
}
#navbar-container-btn.btn-try-free {
    position: initial !important;
    background: linear-gradient(#d6103d,#fd0000) !important;
    border-radius: 2vw !important;
    border-radius: max(20px, min(2vw, 80px)) !important;
    border-radius: clamp(20px, 2vw, 80px) !important;
    border-width: 0;
    font-size: 1.3542vw !important;
    font-size: max(18px, min(1.3542vw, 52px)) !important;
    font-size: clamp(18px, 1.3542vw, 52px) !important;
}