.cell {
    height: auto !important;
}

hr:not([size]) {
    border-top: 1px solid !important;
    opacity: 1;
}


/*-------------------------------
	Home Page
--------------------------------*/


/* Banner Section */

.mainBnr_BtmSec .popupModalButton {
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.mainBnr_BtmSec::before {
    height: 253px;
    width: 119px;
    background-image: url(http://localhost/themeforesthtmlbackend/uploads/btn-left-arrow.png );
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: auto;
    bottom: auto;
    content: "";
    margin-left: -126px;
}

.mainBnr_BtmSec::after {
    height: 253px;
    width: 119px;
    background-image: url(http://localhost/themeforesthtmlbackend/uploads/btn-right-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: auto;
    bottom: auto;
    content: "";
    margin-right: -126px;
}


/* Bellow Banner Section */

.summitHours {
    /* display: flex!important; */
}

.summitHours .cell {
    width: 50%;
}


/* Tabbing Section  */

.tabbingContents {
    height: auto !important;
}

.cell.leftTextBlock {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
}

.cell.rightTextBlock {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
}

div#in6z0n {
    display: none;
}


/* FAQ Section */

.faq-sec .container {
    max-width: 980px;
}

.accordion .accordion-section-title {
    text-align: left;
}

.accordion-section-content {
    text-align: left;
}


/* Popup Style */

.modal-open {
    padding-right: 0;
}

.popupModal .popupMid {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    width: 90% !important;
}

#sign-up-form #frm-sign-up-form .form-group {
    margin-bottom: 1rem;
    width: 100%;
}

#sign-up-form #frm-sign-up-form .form-group {
    margin-bottom: 1rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

#sign-up-form #frm-sign-up-form .form-control {
    height: auto;
    border-radius: 0;
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    border: solid 1px #B6B6B6;
    color: #737373;
}

#sign-up-form #frm-sign-up-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

#sign-up-form #frm-sign-up-form label.control-label {
    display: none;
}

#sign-up-form #frm-sign-up-form .button_wrapper {
    padding-left: 0;
    padding-right: 0;
}

#sign-up-form #frm-sign-up-form .btn-success.btn {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #3796fb;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    margin-top: 15px;
}

#sign-up-form #frm-sign-up-form .btn-success:active:focus,
#sign-up-form #frm-sign-up-form .btn-success:active,
#sign-up-form #frm-sign-up-form .btn-success:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent;
}

.popupModal .popupMid #sign-up-form {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.popupModal div#irxrhm {
    display: none;
}


/* Responsive Style */

@media (max-width: 1023px) {
    .mainBnr_BtmSec::before,
    .mainBnr_BtmSec::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .cell {
        width: 100% !important;
    }
    .summitHours .cell {
        width: 100%;
    }
    .cell.leftTextBlock,
    .cell.rightTextBlock {
        width: 100%;
    }
    .summitHours .row#iszcdr,
    .summitHours .row#itd374 {
        margin-bottom: 20px;
    }
    div#irhlcq,
    div#i58tww,
    div#iggm7j {
        margin-bottom: 20px;
        border-bottom: 1px solid #dedede;
        padding-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    #sign-up-form #frm-sign-up-form .btn-success.btn {
        padding: 15px 10px;
        font-size: 15px;
    }
}


/*-------------------------------
	OTO Page
--------------------------------*/

h2#ipb3jv u {
    color: #FF2600;
}


/*-------------------------------
	Day-1 Page
--------------------------------*/

h1#iphx5x strike {
    text-decoration: underline;
    color: #feda30;
}

h2#ip0l0h u {
    color: #FF2600;
    text-decoration: none;
}


/*-------------------------------
	Order Page
--------------------------------*/

#order-form {
    margin-top: 0 !important;
}

#order-form h2 {
    display: none;
}

#order-form #frm-order-form .row {
    margin-left: auto;
    margin-right: auto;
}

#order-form h5 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: dotted 2px #BEBEBE;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    color: #3c3c3c;
}

#order-form h5:not(:first-of-type) {
    margin-top: 50px;
}

#order-form .form-group {
    margin-bottom: 1rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

#order-form .form-control {
    height: auto;
    border-radius: 0;
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    border: solid 1px #B6B6B6;
    color: #737373;
}

#order-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

#order-form label.control-label {
    display: none;
}

#order-form .button_wrapper {
    padding-left: 0;
    padding-right: 0;
}

#order-form .btn-success.btn {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #3796fb;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    margin-top: 15px;
}

#order-form .btn-success:active:focus,
#order-form .btn-success:active,
#order-form .btn-success:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent;
}

.btn.btn-primary span {
    display: block;
}


/* Responsive Style */

@media (max-width: 1279px) {
    .row .cell #irmpw3 {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    div#iyuj4o {
        width: 100% !important;
        margin: 0 auto;
        max-width: 700px;
    }
    div#irsi4x {
        width: 100% !important;
        margin: 0 auto;
        max-width: 700px;
    }
    .row.order-rightRow {
        margin-top: 40px !important;
    }
    #order-form .btn-success.btn {
        font-size: 20px;
    }
}

@media (max-width: 1023px) {
    #order-form .btn-success.btn {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    #order-form .btn-success.btn {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    #order-form .btn-success.btn {
        font-size: 14px;
    }
    .row.miniCartDemo4 {
        display: block;
    }
}


/*-------------------------------
	Thank You Page
--------------------------------*/

.productListSection .your_productlist {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 0;
}

.productListSection .your_productlist ul {
    list-style: none;
    margin: 0 auto;
    padding: 20px;
}

.productListSection .your_productlist ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.productListSection .your_productlist ul li:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.productListSection .your_productlist ul li strong {
    font-size: 18px;
}

.productListSection .container {
    max-width: 900px;
}

.productListSection .your_productlist h2 {
    border-bottom: 0;
    margin-bottom: 0;
}


/*-------------------------------
	Footer Section
--------------------------------*/

.footer_Section ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px;
}

.footer_Section ul li {
    border-right: 2px solid #ffffff80;
    padding: 0 14px;
    display: inline-block;
    line-height: 1;
}

.footer_Section ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.footer_Section ul li a {
    color: #fff;
    opacity: .5;
    font-size: 18px;
}

.footer_Section ul li a:hover {
    opacity: 1;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .footer_Section ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .footer_Section ul li a {
        font-size: 14px;
    }
}
