@media screen and (min-width: 1450px) {
  .container {
    max-width: 1440px !important;
  }
  .listing-productinfo .container {
    max-width: 1217px !important;
  }
}
@media screen and (max-width: 991px) {
  .listing-rightsidebar {
    padding: 0px 10px;
  }
  .listing-rightsidebar .product-pagination {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .listing-rightsidebar .popular-productsmain .propularproducts-top .productinner-list {
    max-width: 265px;
    margin: 0px auto 24px auto;
  }
  .listing-rightsidebar .mobile-filter {
    position: relative;
  }
  .listing-rightsidebar .mobile-filter .prdouct-pricelist .filter-pricebox .price-min span {
    color: #FFFFFF;
  }
  .listing-rightsidebar .mobile-filter .prdouct-pricelist .filter-pricebox .price-sep span {
    background: #ffffff;
  }
  .listing-rightsidebar .mobile-filter .sidebar-headingcat {
    color: #E4F0D4;
  }
  .listing-rightsidebar .mobile-filter .prdouct-catlist ul li a {
    color: #FFFFFF;
  }
  .listing-rightsidebar .mobile-filter #refine {
    position: absolute;
    top: 54px;
    width: 100%;
  }
  .listing-rightsidebar .mobile-filter #refine .card-body {
    background: #192A1F;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 24px;
  }
  .listing-rightsidebar .mobile-filter .reifnebox {
    float: left;
  }
  .listing-rightsidebar .mobile-filter .reifnebox a {
    background: url(../images/refine-caret.svg) no-repeat 95% 50% #75885B;
    width: 138px;
    height: 53px;
    padding: 8px 8px 8px 16px;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    letter-spacing: 0.165em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
  }
  .listing-rightsidebar .mobile-filter .filter-sort {
    float: right;
    width: 55%;
  }
  .listing-rightsidebar .mobile-filter .filter-sort .form-control {
    height: 53px;
    /* Primary/Green Light */
    background: url(../images/sort-arrow.png) no-repeat 90% 50% #E4F0D4;
    max-width: 360px;
    padding: 8px 24px;
    border-radius: 0px;
    border: none;
    width: 100%;
  }
  .listing-rightsidebar .mobile-filter .filter-sort :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #192A1F;
  }
  .listing-rightsidebar .mobile-filter .filter-sort ::-moz-placeholder {
    color: #192A1F;
  }
  .listing-rightsidebar .mobile-filter .filter-sort ::placeholder {
    color: #192A1F;
  }
  .listing-rightsidebar .popular-productsmain {
    clear: both;
    float: left;
  }
  header {
    padding: 0px 10px;
  }
  .loginregistermaintop:before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .loginmobile-btn {
    justify-content: end !important;
  }
}
@media screen and (max-width: 575px) {
  footer .footer-container .mainfooterboxright {
    display: block;
  }
  footer .footer-container .mainfooterboxright .footermnubox {
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .terms-conditoins-main .terms-section h2 {
    text-align: center;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 64px;
    /* or 160% */
    text-align: center;
    text-transform: uppercase;
    /* Secondary / Blue */
    color: #323849;
    margin-bottom: 30px;
  }
  .terms-conditoins-main .terms-section h4 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .terms-conditoins-main .terms-section p {
    font-size: 16px;
    line-height: 200%;
  }
  .desc-succesproduct {
    margin-bottom: 30px;
  }
  .seemore {
    position: relative;
  }
  .seemore::after {
    content: "";
    background: url(../images/sort-arrow.png) no-repeat right center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: -8px;
  }
  .registerform .captchasendbt .sendmessagebox .sendbtn {
    max-width: 100%;
    width: 100%;
  }
  #addcart .modal-dialog {
    transform: none;
    width: 95% !important;
    max-width: 600px !important;
    text-align: center;
  }
  #addcart .modal-content {
    border-radius: 0px;
    border: 1px solid #192A1F;
    padding: 20px;
  }
  #addcart .modal-content .modal-body {
    padding: 0px;
  }
  #addcart .modal-content .modal-body h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    line-height: 44px;
    /* identical to box height, or 133% */
    text-align: center;
    text-transform: uppercase;
    /* Secondary / Blue */
    color: #323849;
    margin: 0;
  }
  #addcart .modal-content .modal-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    /* or 32px */
    text-align: center;
    /* Secondary / Purple */
    color: #45414E;
    max-width: 485px;
    margin: 5px auto 15px auto;
  }
  #addcart .modal-content .modal-footer {
    padding: 0px;
    border: none;
    justify-content: space-between;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  #addcart .modal-content .modal-footer .popupclose-btn {
    background: #FFFFFF;
    width: 130px;
    height: 51px;
    border: 1px solid #75885B;
    color: #75885B;
    margin: 0;
  }
  #addcart .modal-content .modal-footer .popuppayment-btn {
    width: 170px;
    height: 51px;
    background: #75885B;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
  }
  footer .footer-container .footer-logo {
    text-align: center;
  }
  footer .footer-container .contactemail {
    margin-left: 20px;
  }
  footer .footer-container .address,
footer .footer-container .mastercard {
    margin-left: 20px;
  }
  .contact-information {
    padding: 0px 10px;
    margin-top: -20px;
  }
  .contact-information .contact-headerinfo {
    margin-top: 0px;
  }
  .contact-information .contact-headerinfo h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 64px;
    /* or 160% */
    text-transform: uppercase;
    /* Secondary / Blue */
    color: #323849;
  }
  .contact-information .contact-quick {
    justify-content: space-between;
  }
  .contact-information .contact-quick .phone-sep {
    margin: 0px 10px;
  }
  .contact-information .contact-quick .phonebox {
    width: 140px;
  }
  .contact-information .contact-quick .phonebox a {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
  }
  .contact-information .loginform {
    padding-bottom: 35px;
  }
  .contact-information .loginform h3 {
    color: #323849;
    text-transform: capitalize;
    font-size: 32px;
    line-height: 38px;
  }
  .contact-information .loginform .form-group {
    margin-bottom: 10px;
  }
  .contact-information .loginform .registerbtm .clickbyticket {
    width: 293px;
  }
  .contact-information .loginform .captchasendbt {
    display: block;
  }
  .contact-information .loginform .captchasendbt .captcha {
    text-align: center;
  }
  .contact-information .loginform .captchasendbt .sendmessagebox {
    margin-top: 15px;
  }
  .mobilecontactinfo {
    position: relative;
    top: -50px;
    z-index: -1;
    text-align: center;
  }
  .contact-header:After {
    display: none;
  }
  .product-dtl {
    padding: 30px 15px 0px 15px;
  }
  .product-dtl .product-container {
    background: none;
    padding: 10px 0px;
    margin-top: 0;
  }
  .product-dtl .product-container .product-desc {
    margin-top: 25px;
  }
  .product-dtl .product-container .product-desc h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 64px;
    /* or 160% */
    text-transform: uppercase;
    /* Secondary / Blue */
    color: #323849;
  }
  .product-dtl .product-container .product-desc h6 {
    font-size: 26px;
    line-height: 31px;
  }
  .product-dtl .product-container .product-desc .product-qtyprice {
    display: block;
  }
  .product-dtl .product-container .product-desc .product-qtyprice .price-amt {
    margin-bottom: 20px;
  }
  .product-dtl .product-container .product-desc .seemorebtm .seemore {
    text-align: center;
    text-decoration: none;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 200%;
    /* identical to box height, or 36px */
    /* Secondary / Blue */
    color: #323849;
    max-width: 105px;
    margin: auto;
  }
  .listing-productinfo {
    margin-top: 20px;
  }
  .listing-productinfo h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 64px;
    /* identical to box height, or 160% */
    text-align: center;
    text-transform: uppercase;
    /* Secondary / Blue */
    color: #323849;
    margin-bottom: 10px;
  }
  .listing-productinfo .listing-rightsidebar .topsortingmain {
    margin-bottom: 20px;
  }
  .listing-productinfo .listing-rightsidebar .topsortingmain .sortlabel {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .listproductinfo:after {
    display: none;
  }
  .listing-productinfo .listing-rightsidebar .popular-productsmain .propularproducts-top .row {
    overflow: auto;
    flex-wrap: wrap;
  }
  .faq-main h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 64px;
  }
  .faq-main .accordion-box {
    margin-top: 20px;
  }
  .start-business {
    margin-bottom: 30px;
    float: left;
  }
  .start-business .business-account .businessaccount-content {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    padding: 24px;
    max-width: 93%;
    float: right;
    margin-top: -40px;
    margin-right: 13px;
  }
  .start-business .business-account .businessaccount-content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
  }
  .our-mission {
    margin: 30px 0px;
  }
  .our-mission .missioncontent {
    padding: 15px;
  }
  .our-mission .missioncontent h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
    color: #323849;
  }
  .aboutamenities {
    margin-top: 30px;
  }
  .aboutamenities .amainties-titleinfo {
    padding: 0px 10px;
  }
  .aboutamenities .amainties-titleinfo h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 10px;
  }
  .aboutamenities .amainties-titleinfo p {
    margin: 0px auto 10px auto;
  }
  .aboutcontent {
    padding: 0px 20px 0px 20px !important;
  }
  .aboutcontent h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 64px;
  }
  .aboutcontent p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
  }
  .about-header::after {
    display: none;
  }
  .customerreview {
    margin-top: 20px;
    padding-bottom: 30px;
    max-width: 289px;
    margin: auto;
  }
  .customerreview h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .customerreview .testimonials {
    display: block;
    text-align: center;
    margin-bottom: 80px;
  }
  .customerreview .testimonials .testimonialimg {
    width: 104px;
    margin: 0px auto 20px auto;
  }
  .customerreview .testimonials .testimonial-content {
    margin-right: 0;
  }
  .customerreview .testimonials .testimonial-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-align: left;
  }
  .growbusiness {
    margin-top: 10px;
    display: block;
    padding: 0px 10px;
  }
  .growbusiness .browbusiness-left p {
    padding-right: 10px;
  }
  .growbusiness .browbusiness-left h3 {
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
    font-weight: 700;
    margin-right: 20px;
  }
  .growbusiness .browbusiness-right {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .growbusiness .browbusiness-right .growbox {
    width: 48%;
    display: inline-block;
    margin-bottom: 30px;
  }
  .popular-productsmain {
    background: none;
    margin-top: 30px;
  }
  .popular-productsmain .propularproducts-top h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 50px;
  }
  .popular-productsmain .propularproducts-top .row {
    overflow: scroll;
    flex-wrap: inherit;
    margin-left: 0px;
  }
  .popular-productsmain .propularproducts-top .row .col {
    min-width: 265px;
  }
  .popular-productsmain .visitback-popularproducts {
    float: left;
    margin: 30px 0px 20px 10px;
  }
  .company-amenities {
    padding: 0px 0px;
  }
  .what-makedifference .difference-content {
    padding: 20px 9px;
  }
  .what-makedifference .difference-content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
    color: #323849;
  }
  .what-makedifference .difference-content p {
    font-size: 16px;
    line-height: 200%;
  }
  .offer-range-products {
    background: #FFFFFF;
    padding: 30px 0px;
  }
  .offer-range-products .range-prudtheader {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 30px;
  }
  .offer-range-products .range-prudtheader .range-title h3 {
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
  }
  .offer-range-products .range-prudtheader .visit-storebtn {
    display: none;
  }
  .offer-range-products .range-productlist {
    max-width: 268px;
    margin: 0px auto 20px auto;
    background: #E3E7DE;
    border: 1px solid #B3B3B3;
  }
  .offer-range-products .range-productlist .range-productimage {
    filter: grayscale(0%);
  }
  .offer-range-products .range-productlist .range-productdec h4 {
    margin: 20px 0px 0px 0px;
  }
  .offer-range-products .range-productlist .range-productdec h4 a {
    font-size: 26px;
    line-height: 31px;
  }
  .offer-range-products .range-productlist .range-productdec .seeproduct-btn {
    background: #75885B;
  }
  .scrolldown {
    display: none;
  }
  .homemobile {
    position: relative;
    top: -50px;
    z-index: -1;
  }
  .slider-content {
    float: none;
    text-align: center;
    padding: 0px 10px;
    margin-top: -40px;
  }
  .slider-content h2 {
    font-size: 40px;
    line-height: 64px;
    text-align: center;
  }
  .slider-content p {
    text-align: center;
  }
  .slider-content .findout-more {
    float: none;
    margin: auto;
  }
  .home-header:After {
    display: none;
  }
  .orderhistory-tables table tr td {
    min-width: 200px;
  }
  .dashboard-account {
    padding: 0px 10px;
  }
  .sidebar-account h2 {
    font-size: 40px;
    line-height: 64px;
    margin: 0;
    text-align: center;
  }
  .sidebar-account .sep-dashboard {
    margin: 10px 0px 15px 0px;
  }
  .sidebar-account ul li {
    margin-bottom: 12px;
  }
  .useraccountdtl {
    margin-left: 0;
    margin-top: 20px;
  }
  .useraccountdtl .registerform {
    margin-bottom: 30px;
  }
  .useraccountdtl h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .useraccountdtl p {
    margin-top: 25px;
  }
  .useraccountdtl .notloggedbfore a {
    text-decoration: underline;
  }
  .useraccountdtl h4 {
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
    margin: 0;
  }
  .useraccountdtl .captchasendbt .sendmessagebox {
    display: block;
    width: 100%;
  }
  .useraccountdtl .captchasendbt .sendmessagebox .sendbtn {
    width: 100%;
    max-width: inherit;
  }
  .paymentcompleted {
    margin-bottom: 0 !important;
  }
  .paymentcompleted .checkoutfinal-price {
    padding-top: 20px !important;
  }
  .paymentcompleted .checkoutproduct-info .checkoutcartdata {
    border-bottom: 1px solid #45414E !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .paymentcompleted .checkoutproduct-info .checkoutcartdata .checkoutcontent h5 {
    margin-bottom: 0;
  }
  .paymentcompleted .checkoutproduct-info .checkoutcartdata .checkoutcontent h5 a {
    text-decoration: none;
  }
  .paymentcompleted .checkoutproduct-info .checkoutcartdata .checkoutcontent p {
    margin-bottom: 0px;
    line-height: 160%;
  }
  .checkoutmain {
    padding: 30px 0px;
  }
  .checkoutmain .billingdtls .registerform .checkoutregister {
    display: block;
  }
  .checkoutmain .billingdtls .registerform .checkoutregister .agreeterms {
    margin-bottom: 20px;
  }
  .checkoutmain .billingdtls .registerform .checkoutregister .captcha {
    margin-bottom: 20px;
  }
  .checkoutmain .billingdtls .registerform .captchasendbt {
    display: block;
    margin-top: -20px;
  }
  .checkoutmain .billingdtls .registerform .continue-payment .sendbtn {
    max-width: inherit !important;
    width: 100% !important;
  }
  .checkoutmain h2 {
    font-size: 40px;
    line-height: 64px;
  }
  .checkoutmain h3 {
    text-transform: none;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .checkoutmain .checkput-sep {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .checkoutmain .checkoutproduct-info .checkoutcartdata {
    display: flex;
    align-items: center;
    float: none;
    width: auto;
  }
  .checkoutmain .checkoutproduct-info .checkoutcartdata .checkoutdataimg {
    margin-right: 20px;
    float: none;
    width: auto;
  }
  .checkoutmain .checkoutproduct-info .checkoutcartdata .checkoutcontent {
    width: auto;
    float: none;
    margin-left: 0%;
  }
  .checkoutmain .checkoutprice .checkouttotal {
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
  }
  .checkoutmain .checkoutprice .checkoutpriceright {
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0.12em !important;
  }
  .checkoutmain .order-summary {
    margin-bottom: 40px;
  }
  .checkoutmain .order-summary .checkoutfinal-price .finalpricetext {
    font-size: 26px;
    line-height: 31px;
  }
  .checkoutmain .order-summary .checkoutfinal-price .finalprice-value {
    font-size: 26px;
    line-height: 31px;
  }
  .checkoutmain .order-summary .checkout-couponbox .formbox .form-control {
    width: 225px;
  }
  .error404 {
    background: url(../images/mobile-errorbg.jpg) no-repeat top center;
  }
  .error-cotent {
    padding: 282px 0px 232px 0px;
  }
  .error-cotent p {
    margin: 35px 10px;
  }
  .loginuser {
    padding: 30px 15px;
  }
  .loginuser .innerloginuser .loginform h2 {
    font-size: 40px;
    line-height: 64px;
  }
  .loginuser .innerloginuser .loginform .registerbtm .agreeterms .clickbyticket {
    width: 260px;
  }
  .loginuser .innerloginuser .registerform .captchasendbt {
    display: block;
  }
  .loginuser .innerloginuser .registerform .captchasendbt .captcha {
    margin-bottom: 15px;
  }
  .loginuser .innerloginuser .registerform .sendmessagebox {
    width: 100%;
  }
  .loginuser .innerloginuser .registerform .sendmessagebox .sendbtn {
    max-width: inherit !important;
    width: 100% !important;
  }
  .loginuser .innerloginuser .registerform .loginbtm .sendmessagebox {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .loginuser .innerloginuser .registerform .loginbtm .sendmessagebox .sendbtn {
    max-width: inherit;
    width: 100%;
  }
  footer {
    padding: 20px 30px;
  }
  footer .footer-container .mainfooterboxright {
    margin-left: 20px;
  }
  footer .footer-container .mainfooterboxright .margin-mobilespace {
    margin-bottom: 60px !important;
  }
  footer .footer-container .mainfooterboxright .footermnubox {
    margin: 0px 30px 20px 0px;
  }
  footer .footer-container .mainfooterboxright .footermnubox h4 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .contact-information {
    margin-left: auto;
    max-width: inherit;
  }
  .mobilecontactinfo {
    position: relative;
    top: -50px;
    z-index: -1;
    text-align: center;
  }
  .contact-header:After {
    display: none;
  }
  .mobile-menu .cart-tabs .tab-content .cartmobileinfo .cartdata-mobile {
    max-width: 420px;
    margin: auto;
  }
  .product-dtl .product-container .product-desc {
    max-width: inherit;
  }
  .product-dtl .product-container .product-desc h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
  }
  .product-dtl .product-container .product-desc .product-qtyprice {
    margin-bottom: 15px;
  }
  .listproductinfo:after {
    display: none;
  }
  .listing-productinfo .prdouct-pricelist {
    max-width: 310px;
  }
  .listing-productinfo h2 {
    font-size: 50px;
    margin-bottom: 0;
  }
  .listing-productinfo .listing-rightsidebar .popular-productsmain .propularproducts-top .row {
    overflow: inherit;
    flex-wrap: wrap;
  }
  .listing-productinfo .listing-rightsidebar .topsortingmain {
    margin-bottom: 25px;
    display: block;
    text-align: center;
  }
  .listing-productinfo .listing-rightsidebar .topsortingmain .sortlabel {
    margin-left: 0;
  }
  .listing-productinfo .listing-rightsidebar .popular-productsmain {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .start-business .business-account .businessaccount-content {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    border: 1px solid #ccc;
  }
  .customerreview {
    padding-bottom: 10px;
  }
  .customerreview h2 {
    font-size: 42px;
    line-height: 48px;
    text-transform: capitalize;
  }
  .customerreview .testimonials {
    margin: 0px auto 30px auto;
  }
  .growbusiness {
    display: block;
  }
  .growbusiness .browbusiness-left {
    text-align: center;
  }
  .growbusiness .browbusiness-left h3 {
    font-size: 42px;
    line-height: 48px;
    text-transform: capitalize;
  }
  .growbusiness .browbusiness-right {
    display: flex;
    justify-content: space-between;
  }
  .company-amenities .amenities-list h4 {
    font-size: 27px;
    line-height: 28px;
  }
  .popular-productsmain {
    background: none;
  }
  .popular-productsmain .propularproducts-top h2 {
    font-size: 42px;
    line-height: 48px;
    text-transform: capitalize;
  }
  .popular-productsmain .propularproducts-top .row {
    overflow: scroll;
    flex-wrap: inherit;
  }
  .popular-productsmain .propularproducts-top .row .col {
    flex: inherit;
    min-width: 270px;
  }
  .popular-productsmain .propularproducts-top .productinner-list h3 a {
    font-size: 28px;
  }
  .what-makedifference .difference-content h3 {
    font-size: 42px;
    line-height: 48px;
    text-transform: capitalize;
  }
  .offer-range-products {
    padding: 50px 0px;
  }
  .offer-range-products .range-prudtheader .range-title h3 {
    font-size: 42px;
    line-height: 48px;
    text-transform: capitalize;
  }
  .offer-range-products .range-productlist {
    margin-bottom: 25px;
  }
  .offer-range-products .range-productlist .range-productdec h4 {
    margin-bottom: 0px;
  }
  .slider-content {
    max-width: 400px;
    padding: 100px 0px;
  }
  .slider-content h2 {
    font-size: 44px;
    line-height: 86px;
  }
  .payment-completedmain h2 {
    max-width: 460px;
    margin: 0;
  }
  .payment-completedmain h2 {
    margin: auto;
  }
  .checkoutmain .order-summary {
    margin: 0px auto 50px auto;
    max-width: inherit;
  }
  .checkoutmain .billingdtls {
    max-width: inherit;
  }
  .error404 {
    background: url(../images/404bg.jpg) no-repeat top center;
    background-size: cover;
  }
  .loginuser .innerloginuser .registerform .loginbtm {
    display: block;
  }
  .loginuser .innerloginuser .registerform .captchasendbt {
    display: block;
  }
  .loginuser .innerloginuser .registerform .captchasendbt .captcha {
    margin-bottom: 15px;
  }
  .loginuser .innerloginuser .loginbtm .sendmessagebox {
    margin-top: 20px;
    display: block;
    float: left;
  }
}
@media screen and (min-width: 993px) and (max-width: 1500px) {
  .payment-completedmain h2 {
    max-width: 460px;
    margin: 0;
  }
  .payment-completedmain::after {
    width: 746px;
  }
  .error404 {
    background: url(../images/404bg.jpg) no-repeat top center;
    background-size: cover;
  }
}
@media screen and (max-width: 1099px) {
  .payment-completedmain::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .dashboard-account h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .listproductinfo:after {
    width: 428px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .contact-header:After {
    width: 40%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .listing-productinfo .popular-productsmain .propularproducts-top .row {
    flex-wrap: wrap;
    overflow: auto;
  }
  .listproductinfo:after {
    width: 363px;
  }
  .start-business .business-account .businessaccount-content {
    left: 63%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .growbusiness .browbusiness-left {
    max-width: 600px;
  }
  .popular-productsmain .propularproducts-top .row {
    flex-wrap: inherit;
    overflow: scroll;
  }
  .popular-productsmain .propularproducts-top .row .col {
    min-width: 270px;
  }
  .dashboard-account .useraccountdtl {
    margin-left: 60px;
  }
  .payment-completedmain::after {
    content: "";
    background: url(../images/payment-completed.jpg) no-repeat top center;
    display: block;
    width: 566px;
    height: 1200;
    position: absolute;
    right: 0;
    top: 0px;
    background-size: cover !important;
  }
  .payment-failed::after {
    content: "";
    background: url(../images/payment-failed.jpg) no-repeat top right;
    display: block;
    width: 566px;
    height: 1200;
    position: absolute;
    right: 0;
    top: 0px;
    background-size: cover;
  }
  .checkoutmain .order-summary .checkout-couponbox .formbox .form-control {
    width: 256px;
  }
  .checkoutmain .checkoutproduct-info .checkoutcartdata .checkoutcontent {
    width: 65%;
    margin-left: 5%;
  }
  .checkoutmain .checkoutproduct-info .checkoutcartdata .checkoutcontent h5 {
    margin-bottom: 5px;
  }
  .checkoutmain .checkoutproduct-info .checkoutcartdata .checkoutcontent h5 a {
    font-size: 20px;
  }
  .checkoutmain .checkoutproduct-info .checkoutcartdata .checkoutcontent h5 p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .checkoutmain .billingdtls {
    max-width: 600px;
  }
}
@media screen and (min-width: 1700px) {
  .contact-header:after {
    content: "";
    background: url(../images/contact.jpg) right center no-repeat;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    max-width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-size: cover;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px){
  .growbusiness .browbusiness-left {
      max-width: 600px;
  }
}
@media screen and (min-width: 1550px) and (max-width: 1850px){
  .growbusiness .browbusiness-left {
      max-width: 600px;
  }
  .custom-container {
    max-width: 1435px;
    margin: auto;
  }
  .checkoutmain h2 {
    color: #323849;
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 96px;
  }
}


@media screen and (min-width: 1501px) {
  .payment-completedmain h2 {
    max-width: 460px;
    margin: 0;
  }
}



@media only screen and (max-width: 600px){

    /* ----------------------- Checkbox ----------------------- */
    .c-checkbox {
        margin-bottom: 16px;
    }
    .c-checkbox>.c-div>label:before, .c-checkbox>.c-div>.label:before {
        top: 17px;
    }
    .c-checkbox input[type='checkbox']~label:after, .c-checkbox input[type='checkbox']~.label:after {
        top: 19px;
        font-size: 11px;
    }
    .c-text {
        width: 300px;
    }
}
/*# sourceMappingURL=responsive.css.map */