@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
  .container-width-extend {
    max-width: 1340px;
  }
}
@media (max-width: 1200px) {
  .logged-in-menu.index-page-child-menu.billboard-product-submenue {
    padding-right: 10px;
  }
}
@media (min-width: 992.01px) and (max-width: 1200px) {
  .product-categories {
    padding-right: 0;
  }
  .filter-form .input-box .dropdown {
    width: 247px;
  }
  .profile-wrapper .profile-pic img {
    height: 125px;
  }
  .funds-details .funds-info .col-sm-2 img {
    height: 115px;
  }
  .funds-details .contact-info .email {
    margin-top: 5px;
  }
  .footer-cookie .container-fluid .btn-grp .global-btn,
  .cookie-model-style .btn-grp .global-btn {
    margin: 0 3px;
    padding: 7px 6px;
  }
  .footer-cookie .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .short-description {
    height: 44px;
  }
}
@media (max-width: 992px) {
  html,
  body {
    overflow-x: hidden;
  }
  /*searchbox*/
  .filter-form .input-box,
  .filter-form {
    display: block;
  }
  .filter-form {
    margin-top: 20px;
    margin-bottom: 80px;
    position: relative;
  }
  .filter-form .input-box .dropdown {
    width: 100%;
    border: 0;
    font-size: 16px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    justify-content: flex-start;
  }
  .filter-form .search-box #result {
    position: relative;
    top: 60px;
    padding: 0;
  }
  .filter-form .search-box #result li,
  .filter-form #result .data[select2-id=ortorder] {
    margin-bottom: 5px;
  }
  .filter-form .input-box .dropdown::after {
    top: 21px;
    right: 10px;
  }
  .filter-form .search-box {
    z-index: 2;
  }
  .filter-form .input-box .input {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 9px 15px;
    font-size: 16px;
    max-width: calc(100% - 45px);
    top: 8px;
    background-size: 18px;
    padding-right: 35px;
  }
  .filter-form .input-box .full-width .input {
    max-width: 100%;
  }
  .filter-form .input-box .full-width .search-btn {
    right: 10px;
  }
  .filter-form .input-box .search-btn {
    position: absolute;
    right: 125px;
    top: 14px;
    font-size: 28px;
  }
  .filter-form .input-box {
    border: 0;
  }
  .filter-form .btn {
    position: absolute;
    right: 0;
    top: 49px;
    height: 44px;
  }
  .filter-form .btn.open::after {
    top: 20px;
  }
  .filter-form .btn::after {
    right: 10px;
    background-size: 14px;
  }
  .checkbox-vis-hidden {
    visibility: visible;
  }
  .close-menu {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    font-size: 20px;
    color: #91cbd8;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
  }
  .selects-wrapper .filter-selects-mobile {
    position: fixed;
    width: 300px;
    background: #ffffff;
    right: -300px;
    top: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 100%;
    display: block;
    padding: 30px 15px 0;
    text-align: right;
    z-index: 9999;
    margin: 0;
  }
  .selects-wrapper .filter-selects-mobile.open {
    box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.69);
    -webkit-box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.69);
    -o-box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.69);
    right: 0;
  }
  .filter-selects-mobile .card {
    border-radius: 0;
    border: 0;
  }
  .filter-selects-mobile .card-header {
    background: none;
    padding: 10px 0;
    border: 0;
    font-size: 20px;
    position: relative;
    padding-left: 26px;
  }
  .filter-selects-mobile .card-header::before {
    content: "\f2fa";
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    left: 13px;
    top: 6px;
    font-size: 28px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .filter-selects-mobile .active .card-header::before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    color: #91cbd8;
  }
  .filter-selects-mobile .card-header a {
    color: #707070;
    display: block;
  }
  .filter-selects-mobile .active .card-header a {
    color: #91cbd8;
  }
  .filter-selects-mobile .card-body {
    padding: 5px 0 15px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .filter-selects-mobile .checkmark {
    border-radius: 0;
    border-color: #707070;
    width: 22px;
    height: 22px;
    left: auto;
    right: 0;
    top: -1px;
  }
  .filter-selects-mobile .check_container {
    padding-left: 0;
    padding-right: 30px;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    font-size: 14px;
  }
  .filter-selects-mobile .check_container.active {
    color: #91cbd8;
  }
  .filter-selects-mobile .check_container input:checked ~ .checkmark:after {
    display: none;
  }
  .filter-selects-mobile .check_container input:checked ~ .checkmark {
    background: #91cbd8;
  }
  .filter-selects-mobile .close-menu {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
  }
  .funds-details .funds-info {
    text-align: left;
  }
  .footer-links {
    padding-bottom: 40px;
  }
  .selects-wrapper .distance .placeholder {
    white-space: nowrap;
    padding: 5px 21px 5px 0;
  }
  .filter-selects .select2-dropdown {
    left: 0;
  }
  .filter-selects .ort-order {
    flex: 1;
  }
  .global-instruction-msg {
    font-size: 14px;
  }
  .toggle_button.location-toggle {
    display: flex;
    justify-content: flex-end;
  }
  .toggle_button.location-toggle .btn-toggle {
    margin-right: 0;
  }
  .location-toggle .infobox_location {
    left: auto;
    right: 0;
  }
  .funds-details .funds-info .desciption .content {
    justify-content: flex-start;
  }
}
@media (min-width: 767.01px) and (max-width: 992px) {
  .filter-form .input-box .input {
    max-width: calc(100% - 50px);
    margin-top: 21px;
  }
  .filter-form .input-box .search-btn {
    right: 217px;
  }
  .product-categories {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .product-detail .quantity-btns .global-btn {
    margin-top: 0;
  }
  .global-modal .modal-lg {
    max-width: 680px;
  }
  #funds-data .modal-content,
  #registeration-popup .modal-content {
    padding: 25px;
  }
  .funds-wrapper .product-wrap .col-sm-3,
  .funds-wrapper .product-wrap .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-dls-wrap .product-dls .dls {
    margin-right: 25px;
    margin-bottom: 10px;
  }
  .profile-wrapper .profile-pic img {
    height: 80px;
  }
  .data-wrap .btns button {
    width: 150px;
  }
  .close-menu {
    display: none;
  }
  .funds-details .funds-info .col-sm-2 img {
    height: 115px;
  }
  .product-filter .funds-details .contact-info .dls.artikel {
    margin: 15px 0;
  }
  .funds-details .contact-info .email {
    margin: 0;
  }
  .custom-dropdown .category-tab > .row > .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-cookie .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-cookie .btn-grp {
    margin-top: 10px;
  }
  .footer-cookie .col-md-7,
  .footer-cookie .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-header.header-loggedin.hovered .head-right a,
  .top-header.header-loggedin .menu-wrapper .menu-items {
    min-width: 140px;
  }
  .top-header.header-loggedin .logged-in-menu ul li a {
    font-size: 15px;
  }
  .error-page-section h1 {
    font-size: 120px;
    line-height: 120px;
  }
  .error-page-section h3 {
    font-size: 20px;
  }
  .error-page-section p {
    font-size: 18px;
    line-height: 26px;
  }
  .error-page-section h3.line-height-increase {
    line-height: 26px;
  }
  .price-wrapper .pr-col2 {
    margin-left: 0;
  }
  .price-wrapper .pr-col-common {
    margin-right: 0;
  }
  .category_menu_mobile {
    display: none;
  }
  .title_right_text {
    font-size: 12px;
    line-height: 14px;
  }
  .upload-doc label .icon img {
    max-width: 14px;
  }
  .data-wrap .btns .global-btn {
    padding: 4px 16px 3px;
    font-size: 12px;
  }
  .upload-doc label {
    padding: 2px 8px;
    font-size: 12px;
  }
  .footer-links li a {
    margin: 0 15px;
  }
  .product-filter .funds-details > .row {
    flex-direction: column-reverse;
  }
  .funds-details .funds-info {
    margin-bottom: 20px;
  }
  .filter-form .hint-box-global {
    top: 100px;
  }
  .filter-form .category-dropdown ul li a {
    font-size: 12px;
  }
  .short-description {
    height: 48px;
  }
  .funds-details .funds-info .short-description p,
  .funds-details .funds-info .desciption .full-description p {
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .global-modal .modal-body {
    padding-top: 30px;
  }
  .admin-edit-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .products-container .item-box .product-img .wishlist {
    font-size: 29px;
  }
  .products-container .item-box .product-img .is_licensable_icon p {
    top: 15px;
    font-size: 27px;
  }
  .data-wrap .title_right_text {
    margin-left: 0;
    display: block;
    float: none;
  }
  .subscribe #account_type-error {
    position: static;
    min-width: 0;
  }
  .global-modal .subscribe .row .col-md-6:first-child,
  .global-modal .subscribe .row .col-md-4:not(:last-child) {
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .categories-wrap #nav-icon2 {
    display: block;
    margin-left: auto;
  }
  .categories-wrap .catergory-list {
    position: fixed;
    display: block;
    width: 300px;
    background: #ffffff;
    right: -300px;
    top: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 100%;
    display: block;
    padding: 50px 25px 0;
    text-align: right;
    z-index: 9999;
  }
  .categories-wrap.open .catergory-list {
    right: 0;
    box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.69);
    -webkit-box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.69);
    -o-box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.69);
  }
  .product-categories li a {
    margin-left: 0;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .product-categories li a.active {
    color: #91cbd8;
  }
  .product-categories {
    padding: 0;
    display: block;
  }
  .footer-links li a {
    font-size: 16px;
    margin: 5px 15px;
    text-align: center;
  }
  #login-modal .modal-content {
    padding: 10px;
  }
  #registeration-popup .modal-content {
    padding: 10px;
  }
  #registeration-popup .form-progress {
    margin-bottom: 40px;
  }
  #registeration-popup h3 {
    margin-bottom: 25px;
  }
  .global-modal .form-group {
    margin-bottom: 15px;
  }
  .global-modal .modal-content .btns {
    margin-top: 20px;
  }
  #project-data .modal-content .global-btn,
  #funds-data .modal-content .global-btn,
  #registeration-popup .modal-content .global-btn {
    margin: 7px 2px;
  }
  .form-progress li {
    font-size: 11px;
  }
  .project-popup .modal-content {
    padding: 10px;
  }
  .form-progress {
    margin-bottom: 40px;
  }
  .project-popup .btns {
    margin-top: 25px;
  }
  .project-popup .btns button {
    margin: 3px;
  }
  .top-header.header-loggedin .head-right a {
    font-size: 18px;
    padding-left: 10px;
    margin-left: 10px;
  }
  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    font-size: 14px;
    padding: 5px;
  }
  .product-filter .funds-details .row.no-gutters {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: -150px;
  }
  .funds-details .funds-info .fundus-description-part {
    margin-top: 20px;
  }
  .funds-details .funds-info .desciption .content {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .project-popup .product-detail-section .product-img {
    padding-bottom: 0;
  }
  .filter-form .input-box.open-dropdown .category-dropdown > .row {
    margin: 0 -5px;
  }
  .filter-form .input-box.open-dropdown .category-dropdown .col-sm-3 {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 5px;
  }
  .filter-form .input-box.open-dropdown .category-dropdown .col-sm-9 {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0 5px;
  }
  .filter-form .category-dropdown .tab-pane {
    padding-left: 0;
  }
  .filter-form .input-box .input {
    padding: 9px 15px;
    margin-top: 21px;
  }
  .filter-form .category-dropdown .tab-pane ul li a,
  .filter-form .category-dropdown .nav-tabs .nav-link {
    font-size: 14px;
  }
  #registeration-popup .registeration-data .row {
    margin: 0 -15px;
  }
  #registeration-popup .registeration-data .col-md-6 {
    padding: 0 15px 20px;
  }
  #registeration-popup .registeration-data .col-md-6:first-child,
  #registeration-popup .registeration-data .col-md-6:nth-child(odd) {
    border: 0;
  }
  .funds-details .funds-info .col-sm-2 img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .funds-details .funds-info h2 {
    font-size: 28px;
  }
  #registeration-popup .btns .row {
    flex-direction: column-reverse;
  }
  .fancybox-container .fancybox-inner .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
  }
  .filter-form .category-dropdown ul li a {
    font-size: 13px;
    padding: 2px 7px;
    display: inline-block;
  }
  .filter-form .category-dropdown .col-sm-9.col-right .col-right-left,
  .filter-form .category-dropdown .col-sm-9.col-right .col-right-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .funds-wrapper .funds-name .name h6 {
    font-size: 16px;
  }
  .funds-wrapper .funds-name .name p {
    font-size: 14px;
  }
  .funds-wrapper .funds-detail-ac .card .card-link .tage.tage-inquiry {
    font-size: 14px;
  }
  .top-header .head-right a {
    margin-left: 10px;
    padding-left: 10px;
  }
  .tax-cls-payment p {
    font-size: 13px;
  }
  .popup-content-minheight {
    min-height: auto;
  }
  .fundus-upgradation-popup .modal-body {
    padding: 0;
  }
  .fundus-upgradation-popup .close {
    right: 10px;
    top: 13px;
  }
  .fundus-upgradation-popup .close img {
    max-width: 18px;
  }
  .fundus-upgradation-popup #fundus_package-error,
  .fundus-upgradation-popup #infinite_subscription_type-error,
  .fundus-upgradation-popup #fundus_subscription_type-error {
    position: static;
    min-width: 0;
  }
  .infinite-fundus-upgrade-complete .row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .category_menu_mobile .active_categoryname_mobile {
    display: block;
  }
  .filter-form .input-box .search-btn i {
    display: block;
    color: #000;
    line-height: 30px;
  }
  .filter-form .input-box .search-btn {
    margin: 0;
    right: 132px;
    width: 30px;
  }
  #registeration-popup .box-shadow {
    min-height: 0;
  }
  .fundus-upgradation-popup .box-wrapper {
    min-height: 0;
  }
  .funds-details .funds-info .col-sm-2 {
    max-width: 130px;
  }
  #proinfinit-popup #fundus-confirm-payment .complete-order-wrap {
    padding: 0 6px;
  }
  .fundus-upgradation-popup .modal-content .complete-proinfinit-body-inner {
    padding: 10px 0px 0;
  }
  .footer-cookie {
    padding: 20px 0 20px;
  }
  .footer-cookie .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-cookie .container-fluid p {
    font-size: 12px;
  }
  .footer-cookie .container-fluid .btn-grp .global-btn,
  .cookie-model-style .btn-grp .global-btn {
    padding: 7px 8px;
    margin: 0 0px;
    font-size: 12px;
  }
  .cookie-model-style .btn-grp .global-btn {
    padding: 7px 5px;
    font-size: 11px;
  }
  .footer-cookie .container-fluid .btn-grp,
  .cookie-model-style .btn-grp {
    justify-content: space-between;
    margin-top: 10px;
  }
  .cookies-body .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cookies-body .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cookies-body .col-sm-8 b {
    font-size: 16px;
    padding-left: 0;
  }
  .cookie-model-style .cookies-body {
    padding: 10px 0;
    font-size: 12px;
  }
  .cookie-model-style .modal-body {
    padding: 6px 0;
  }
  .cookie-list-model .modal-dialog {
    max-width: none;
  }
  .footer-space {
    padding-bottom: 200px;
  }
  /*header new css*/
  .product-filter.category-landing.mt-top-0 {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .category_menu_mobile .active_categoryname_mobile {
    position: absolute;
    right: 46px;
  }
  .fundus-upgradation-popup .modal-content .btns .col-sm-5,
  .fundus-upgradation-popup .modal-content .btns .col-sm-6,
  #registeration-popup .modal-content .btns .col-sm-5,
  #registeration-popup .modal-content .btns .col-sm-6,
  #comlplete-project-upgrade .modal-content .btns .col-sm-6 {
    padding-right: 15px;
  }
  .fundus-upgradation-popup .modal-content .btns .col-sm-7,
  .fundus-upgradation-popup .modal-content .btns .col-sm-6,
  #registeration-popup .modal-content .btns .col-sm-7,
  #registeration-popup .modal-content .btns .col-sm-6,
  .btnright .btns .col-sm-6 {
    padding-left: 15px;
  }
  .fundus-upgradation-popup .modal-content .btns .row,
  #registeration-popup .modal-content .btns .row,
  .btnright .btns .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  #payment-popup #payment-type,
  #payment-popup #payment-type .method,
  .btnright .btns {
    max-width: auto;
    margin: 0 auto;
  }
  .new-design-space {
    max-width: auto;
  }
  .top-header.header-loggedin .menu-wrapper .menu-items li:first-child a.store-icon {
    background: url(/images/store-icon-mobile.png?b92c0d5af4f2ddb13c2ee6f28acb547f) center right no-repeat;
    width: 21px;
    height: 21px;
    padding: 22px 10px;
  }
  .top-header.header-loggedin .menu-wrapper .menu-items li:first-child a.store-icon:hover,
  .top-header.header-loggedin .menu-wrapper .menu-items li:first-child a.store-icon.active-icon {
    background: url(/images/store-active-icon.png?6369af36bc34fadd9ada21e5aab0b069) center right no-repeat;
    background-size: contain;
  }
  .error-page-section {
    height: 80vh;
    padding: 70px 0;
  }
  .error-page-section h1 {
    font-size: 130px;
    line-height: 130px;
  }
  .error-page-section h3 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .error-page-content.border-left {
    border: none !important;
    text-align: center;
    padding: 0;
  }
  .error-page-section p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .error-page-section h3.line-height-increase {
    line-height: 30px;
  }
  #register-success .btnright .btns {
    max-width: inherit;
  }
  .filter-form .hint-box-global,
  .project-popup .hint-box-global {
    top: 100px;
  }
  .product-filter .categories-wrap .hint-box-global {
    left: auto;
    top: 120%;
    right: 0;
    border-bottom-left-radius: 14px;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column-reverse;
    padding: 4px 12px 10px;
    text-align: right;
  }
  .product-filter .categories-wrap .hint-box-global .option {
    margin-left: 0px;
    margin-right: 1px;
  }
  .product-filter .categories-wrap .hint-box-global .option label {
    padding-left: 0px;
    padding-right: 26px;
  }
  .product-filter .categories-wrap .hint-box-global .checkmarks::before,
  .product-filter .categories-wrap .hint-box-global .checkmarks::after {
    left: auto;
    right: 0;
  }
  .my-data-section .hint-box-global {
    bottom: 60px;
    right: 30px;
  }
  .edit-products-wrap .products-container .item-box .product-img .hint-box-global {
    left: 0;
    width: 200px;
  }
  .funds-list .funds-wrapper .funds-name .hint-box-global {
    left: 60px;
    bottom: -60px;
  }
  .filter-form .btn i {
    margin-top: 1px;
  }
  .toast-box-global:hover {
    width: 60px;
  }
}
@media (max-width: 576px) {
  .top-header .head-right {
    text-align: right;
    max-width: 200px;
  }
  .top-header .head-right a {
    border: 0;
  }
  #registeration-popup .close {
    right: 12px;
    top: 3px;
  }
  #login-modal .close {
    right: 14px;
    top: 10px;
  }
  #login-modal .close img,
  #registeration-popup .close img {
    max-width: 18px;
  }
  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    line-height: 26px;
  }
  .filter-form .input-box .search-btn {
    right: 132px;
  }
  .favourite-funds.prop-store .funds-wrapper .product-wrap > .row > .col-sm-2,
  .favourite-funds.prop-store .funds-wrapper .product-wrap > .row > .col-sm-10 {
    padding: 0 0px;
  }
  .logged-in-menu ul {
    justify-content: flex-end;
  }
  .sub-points-menue.active {
    width: 100%;
  }
  .billboard-invitation-input {
    height: 32px;
  }
}
@media (max-width: 360px) {
  .form-progress li {
    font-size: 10px;
  }
  .register-login .btns a {
    width: 130px;
    margin: 5px 2px;
    font-size: 14px;
  }
  .register-login h5 {
    font-size: 15px;
  }
  .cat-products h5 {
    font-size: 18px;
  }
  .filter-form .category-dropdown ul li a {
    font-size: 11px;
  }
  .infinite-fundus-upgrade-complete .row .col-sm-6.color-green,
  .infinite-fundus-upgrade-complete .row .col-sm-6.color-red {
    font-size: 12px;
  }
  .funds-info .fundus-logo-part {
    display: none;
  }
  .product-filter .funds-details .row.no-gutters {
    margin-top: 0;
  }
}
