* {
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden;
    font-family: 'Conv_GothamBook';
}

a:focus,
a:hover,
a:visited {
    text-decoration: none
}

a:focus {
    outline: 0
}

*:focus {
    outline: none !important
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #828282
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

ol,
ul {
    list-style: none;
    margin: 0
}

.bold {
    font-weight: 700;
}

.link {
    color: #016690 !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #131313 !important;
}

.bg-white {
    background: #fff !important;
}

.cursor-pointer {
    cursor: pointer
}

.text-uppercase {
    text-transform: uppercase
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-wrp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.self-align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.justify-end {
    justify-content: flex-end
}

.w-100 {
    width: 100% !important
}

.w-50 {
    width: 50% !important
}

.w-25 {
    width: 25% !important
}

.w-24 {
    width: 24% !important
}

.w-33 {
    width: 33% !important
}

.w-32 {
    width: 32% !important
}

.w-49 {
    width: 49%;
}

.w-60 {
    width: 60% !important
}

.h-100 {
    height: 100vh !important
}

.m-auto {
    margin: auto !important;
}

.m-0 {
    margin: 0 !important
}

.mt-05 {
    margin-top: 5px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-7 {
    margin-top: 70px !important;
}

.mr-05 {
    margin-right: 5px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-6 {
    margin-bottom: 50px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-auto {
    margin-left: auto
}

.p0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pl-15 {
    padding-left: 15px;
}

.pall-15 {
    padding: 15px;
}

.pall-20 {
    padding: 20px;
}

.timer-box {
    width: 320px;
}

.timer-box p {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}

.timer-box li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
    padding: 10px;
    text-transform: uppercase;
    width: 25%;
    color: #fff;
    text-align: center;
    margin-right: -5px;
}

.timer-box li span {
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.timer-box li i {
    font-style: normal
}

.select-product-wrp .heading {
    color: #000000;
    font-size: 30px;
    font-family: 'Conv_GothamMedium';
}

.tab-toggle-card {
    padding-bottom: 15px;
    position: absolute;
    z-index: 10;
    right: 25px;
}

.toggle-btn {
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: -3px 3px 5px 0 rgba(227, 218, 227, 1);
    -moz-box-shadow: -3px 3px 5px 0 rgba(227, 218, 227, 1);
    box-shadow: -3px 3px 5px 0 rgba(227, 218, 227, 1);
    padding: 2px;
    background: #f7f7f7
}

.toggle-btn a {
    width: 150px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    color: #e21838;
    font-family: 'Conv_GothamBook';
}

.toggle-btn a.active {
    background: #e21838;
    color: #fff
}

.webp .product-slider-wrp {
    background: url('../images/slider-bg.webp');
    background-size: 100% 100%;
    /*box-shadow: 0px 0px 12px #1f0509;*/
}

.no-webp .product-slider-wrp {
    background: url('../images/slider-bg.png');
    background-size: 100% 100%;
    /*box-shadow: 0px 0px 12px #1f0509;*/
}

.product-slider-wrp {
    background-size: 100% 100%;
    xbackground-position: top center;
    min-height: 680px;
    margin-top: 20px;
    padding: 25px;
    position: relative;
    background-repeat: no-repeat;
}

.product-slider-wrp::before {
    width: 111px;
    height: 63px;
    background: url('../images/icons/flower-left.png');
    content: "";
    position: absolute;
    bottom: -10px;
    left: -40px;
    display: none
}

.product-slider-wrp::after {
    width: 111px;
    height: 63px;
    background: url('../images/icons/flower-right.png');
    content: "";
    position: absolute;
    bottom: -10px;
    right: -40px;
    display: none
}

.slider-product-card {
    xwidth: 750px;
    position: relative;
    margin: auto;
    margin-top: 15px;
}

.slider-product-card h4 {
    color: #e21838;
    font-family: 'Conv_GothamMedium';
    font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.product-item {
    width: 860px;
    margin: auto;
}

.product-card {
    position: relative
}

.product-card .pro-name {
    font-size: 18px;
    color: #000000;
    font-family: 'Conv_GothamMedium';
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.offers {
    color: #e21838;
    font-size: 21px;
    font-family: 'Conv_GothamMedium';
    text-align: center;
    margin-top: 25px;
}

.w-47 {
    width: 47%;
}

.plus-icon {
    padding: 5px;
}

.offer-price-card {
    border: 2px solid #e21838;
    display: table;
    margin: 30px auto 10px;
    text-align: center;
    color: #ffff;
    font-family: 'Conv_GothamMedium';
    padding: 15px;
    min-width: 280px;
    border-radius: 5px;
}

.offer-price-card h3 {
    font-size: 21px;
    color: #000
}

.offer-price-card h2 {
    font-size: 21px;
    margin-top: 15px;
    color: #e21838
}

.offer-price-card h5 {
    font-size: 35px;
    color: #e21838;
    font-weight: bold;
}

.offer-price-card span {
    font-size: 16px;
    margin-top: 10px;
    color: #000;
    font-family: 'Conv_GothamMedium';
    display: block
}

.fa-inr {
    font-size: 80%;
    margin-right: 1px;
}

.btn-red {
    background: #e21838;
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #e21838;
    margin-top: 10px;
    letter-spacing: 1px;
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
}

.btn-red:hover {
    color: #fff
}

.btn-red:focus {
    color: #fff
}

.select-btn .icon,
.share-btn .icon {
    width: 45px;
    height: 45px;
    background: #e21838;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    position: relative;
    z-index: 10;
}

.share-btn .icon a {
    color: #fff;
}

.sharing-card .icon-text {
    background: #e21838;
    color: #fff;
    padding: 7px 5px;
    border-radius: 20px;
    min-width: 130px;
    margin-left: -20px;
    padding-left: 30px;
}

.select-btn,
.share-btn {
    margin: 0 5px;
}

.save-percent {
    background: #e21838;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    transform: rotate(-36deg);
    border: 1px solid #fff;
    position: absolute;
    left: -110px;
    top: 20px;
}

.save-percent p {
    font-size: 16px;
}

.save-percent h3 {
    font-family: 'Conv_GothamMedium';
    font-size: 20px;
    padding-left: 5px;
}

.product-card .save-percent {
    top: -20px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

.carousel-control.left {
    margin-left: -110px;
    color: black;
}

.carousel-control.right {
    margin-right: -110px;
    color: black;
}

.carousel-control {
    top: 48%;
    opacity: 1;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 155px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 50px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: -2px -54px;
}

label.css-label {
    background-image: url("../images/checkbox.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#individualDropdown {
    display: none
}

#individual-offer {
    display: none
}

.form-card {
    background: #fff;
}

.form-card-position {
    position: absolute;
    right: 15px;
    top: 135px;
}

.form-card h4 {
    color: #e21838;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Conv_Gotham-Bold';
}

.form-card h4 span {
    color: #434343;
}

.form-card .form-group {
    margin-bottom: 5px;
}

.form-card .form-control {
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
    font-family: 'Conv_GothamMedium';
    height: 34px;
    min-height: 34px;
    overflow: auto;
}

.form-control {
    overflow: auto;
}

.form-group label {
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    font-family: 'Conv_GothamMedium';
    color: #828282;
    opacity: .7;
    text-transform: uppercase;
}

.form-control::-moz-placeholder {
    font-family: 'Conv_GothamMedium';
    color: #afafaf;
}

.form-control:-ms-input-placeholder {
    font-family: 'Conv_GothamMedium';
    color: #afafaf;
}

.form-control::-webkit-input-placeholder {
    font-family: 'Conv_GothamMedium';
    color: #afafaf;
}

.custom-arrow {
    font-family: 'Conv_GothamMedium';
    color: #afafaf;
}

.form-card .checkbox label {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Conv_GothamBook';
    padding-left: 0;
    display: flex
}

.form-card .checkbox label i {
    padding-left: 20px;
    font-style: normal;
}

.btn-danger {
    background: #e01737;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Conv_GothamMedium';
}

.btn-danger.btn-lg {
    padding: 15px 30px;
    font-size: 16px;
}

.checkbox.mt-2 {
    margin-top: 10px !important;
}

.footer-wrapper {
    background: #000;
    width: 100%;
    border-top: 0;
    padding: 50px 15px;
}

.footer-wrapper .sub-heading {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Conv_GothamBook';
}

.ul-list {
    padding: 0 0 10px 0;
}

.ul-list li {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    display: block;
    font-family: 'Conv_GothamBook';
    list-style-type: none !important;
    margin: 5px 0;
}

.copyright {
    margin-top: 20px;
}

.footer-wrapper p {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    padding-bottom: 15px;
    font-family: 'Conv_GothamBook';
    margin-top: 10px;
}

.footer-inquery h4 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}

.error-message,
.error,
#errorOffer {
    color: #e21838 !important;
    font-size: 12px;
    font-family: 'Conv_GothamBook';
    margin-top: 0;
    display: inline-block;
}

.footer-inquery label {
    color: #fff;
    font-family: 'Conv_GothamBook';
}

.btn {
    min-width: 180px;
    text-transform: uppercase
}

.footer-inquery .form-group {
    margin-bottom: 30px;
    min-height: 55px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-left: 0;
}

.footer-inquery .checkbox input[type="checkbox"],
.footer-inquery .checkbox-inline input[type="checkbox"] {
    margin-left: -20px;
}

.footer-inquery .checkbox,
.footer-inquery .radio {
    margin-top: 0;
    margin-bottom: 0;
}

.whatsapp-to-top {
    position: fixed;
    padding: 6px 10px 6px 10px;
    bottom: 15px;
    z-index: 10000;
    left: 0;
}

#individualOffer4,
#individualOffer5,
#individualOffer6,
#individualOffer7,
#individualOffer8,
#individualOffer9,
#individualOffer10 {
    display: none
}

.thank-you-box {
    background: url('../images/Freedom-Thank you Banner.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

.thank-you-box p {
    background: rgba(255, 151, 51, .9);
    max-width: 600px;
    display: block;
    padding: 50px;
    color: #fff;
    font-size: 30px;
}

.icon-tabs-wrp {
    border-bottom: 1px solid #b2b2b2;
}

.icon-tabs {
    max-width: 920px;
    margin: auto;
}

.icon-card {
    width: 120px;
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin: auto;
}

.owl-item {
    position: relative;
}

.owl-item::before {
    content: "";
    border-right: 1px solid #b2b2b2;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 25px;
    position: absolute;
    left: 0;
}

.icon-card.active {
    border-bottom: 2px solid red;
}

.border-left {
    border-left: 1px solid #b2b2b2;
}

.border-right {
    border-right: 1px solid #b2b2b2;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.individual-offer-body {
    display: none
}

.product-img {
    position: relative;
    cursor: pointer;
}

.img-popup-icon {
    position: absolute;
    top: 15px;
    left: -15px;
}

.product-2,
.product-3,
.product-4,
.product-5,
.product-6,
.product-7,
.product-8,
.product-9 {
    display: none;
    position: relative;
}

.all-model .modal-body {
    padding: 50px;
}

.all-model .close {
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    right: -25px;
    top: -20px;
}

.all-model .product-name {
    color: #000000;
    font-size: 21px;
    text-align: center;
    font-family: 'Conv_GothamMedium';
    margin-bottom: 15px;
}

.popup-img-details ul {
    list-style-type: disc;
    padding-left: 15px;
}

.popup-img-details ul li {
    color: #000000;
    font-size: 16px;
    font-family: 'Conv_GothamBook';
    margin: 20px 0;
}

.carousel-control img {
    box-shadow: 0 0 10px #d2d2d2;
    border-radius: 50%;
}

@media (min-width:1280px) and (max-width:1340px) {}

@media (min-width:1200px) and (max-width:1279px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (max-width:991px) {
    .footer-inquery h4 {
        font-size: 20px;
        line-height: 1.3
    }
    .invisible {
        display: none
    }
    .btn-danger.btn-lg {
        padding: 12px 20px;
        font-size: 14px
    }
    .footer-inquery .btn {
        width: 150px
    }
    .form-card {
        width: 100%;
        background: #fff;
        padding: 10px;
        border-radius: 0
    }
    .form-card h4 {
        font-size: 16px;
        margin-bottom: 15px
    }
    .form-card .form-control {
        font-size: 12px
    }
    .form-card .btn-danger.btn-lg {
        padding: 6px 10px;
        font-size: 14px
    }
    .checkbox label {
        font-size: 11px
    }
    .formshow {
        right: 0 !important;
        transition: .5s linear
    }
    .sticky-btn {
        width: 80%;
        left: -144px;
        top: 140px;
        font-size: 12px
    }
    .form-card .checkbox label {
        font-size: 12px
    }
    .select-product-wrp .heading {
        font-size: 20px;
        margin-bottom: 10px !important
    }
    .tab-toggle-card {
        flex-direction: column;
        align-items: flex-start
    }
    .toggle-btn {
        display: flex;
        width: 100%
    }
    .toggle-btn a {
        width: 100%
    }
    .custom-dropdown {
        margin-top: 15px;
        width: 100%
    }
    .slider-product-card {
        width: 100%;
        padding: 15px 15px 60px;
    }
    .slider-product-card h4 {
        font-size: 24px;
        margin-bottom: 20px
    }
    .product-card .pro-name {
        font-size: 13px
    }
    .product-item {
        width: 100%
    }
    .w-47 {
        width: 45%
    }
    .offers {
        font-size: 18px
    }
    .offer-price-card h2 {
        font-size: 18px
    }
    .offer-price-card h5 {
        font-size: 30px
    }
    .product-card .save-percent {
        top: -20px;
        display: none
    }
    .save-percent-mobile {
        background: #e21838;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        padding: 5px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        transform: rotate(-36deg);
        border: 1px solid #fff;
        margin-bottom: 15px
    }
    .save-percent-mobile p {
        font-size: 14px
    }
    .save-percent-mobile h3 {
        font-family: 'Conv_GothamMedium';
        font-size: 18px;
        padding-left: 5px
    }
    .product-slider-wrp {
        background: #e2e2e2;
        position: relative;
        min-height: auto
    }
    .product-slider-wrp::before {
        width: 111px;
        height: 63px;
        background: url('../images/icons/flower-left.png');
        content: "";
        position: absolute;
        bottom: 0;
        left: 0
    }
    .product-slider-wrp::after {
        width: 111px;
        height: 63px;
        background: url('../images/icons/flower-right.png');
        content: "";
        position: absolute;
        top: 0;
        right: 0
    }
    .carousel-control.left {
        margin-left: 0
    }
    .carousel-control.right {
        margin-right: 0
    }
    .carousel-control img {
        width: 40px
    }
    .carousel-control {
        bottom: initial
    }
    .save-percent-mobile {
        margin-left: 25px
    }
    .product-item {
        padding: 0 15px
    }
    .offer-price-card {
        min-width: 240px
    }
    .custom-dropdown {
        flex-direction: column;
        align-items: flex-start
    }
    .plus-icon {
        margin-top: -15px;
        width: 15px
    }
    .product-slider-wrp {
        padding-bottom: 60px
    }
    .select-btn .icon,
    .share-btn .icon {
        width: 40px;
        height: 40px
    }
    input[type="checkbox"].css-checkbox:checked+label.css-label {
        background-position: -6px -56px
    }
    .sharing-card .icon-text {
        margin-left: -22px;
        padding-left: 25px;
        font-size: 12px;
        min-width: 110px
    }
    .select-btn .icon,
    .share-btn .icon {
        font-size: 20px;
        line-height: 35px
    }
    #individual-offer .w-47 {
        width: 100%
    }
    .thank-you-box {
        background: url('../images/Freedom-Thank you Banner_Mobile.jpg');
        background-size: 100% 100%
    }
    .thank-you-box p {
        padding: 20px;
        font-size: 18px
    }
}

@media (max-width:359px) {
    .save-percent-mobile {
        margin-left: 15px
    }
    .sharing-card .icon-text {
        min-width: 120px
    }
    .product-card .pro-name {
        font-size: 10px
    }
}

.timer-clock-card ul li:before {
    content: ":";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 37px;
    font-size: 24px;
    top: 29%;
}

.timer-clock-card ul li:last-child::before {
    content: none;
}

.timer-clock-card {
    background: #d31734;
}

.timerheading-wrap {
    background: #e11837;
    padding: 10px 0 10px;
    text-align: center;
    margin-top: 25px;
    position: relative;
}

.timerheading-wrap p {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
}

.timerheading-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e11837;
}

.offerbg-wrap img {
    margin: 0 auto;
}

.timer-box {
    position: absolute;
    right: 80px;
    top: 34%;
    z-index: 1;
}

.banner-wrapper {
    position: relative;
}

.bannerinner-wrap .hidden-xs.hidden-sm {
    display: block
}

.bannerinner-wrap .hidden-md.hidden-lg {
    display: none
}

.bannerinner-wrap img {
    width: 100%;
}

.bannerpatch-innerwrap {
    position: relative;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.bannerpatch-innerwrap p {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
}

.bannerpatch-innerwrap p i {
    color: #e21838;
}

.logo-section {
    position: absolute;
    right: 90px;
    top: 35px;
    z-index: 1;
    display: none
}

.form-card .checkbox label i {
    font-size: 10px;
}

.form-card h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.form-card .form-control {
    color: #afafaf;
    font-size: 12px;
    font-weight: inherit;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border: 1px solid #afafaf;
    border-radius: 5px;
    height: 40px;
    min-height: 40px;
    line-height: 16px;
    overflow: auto;
    font-family: 'Conv_GothamBook';
}

.form-card #offer_name2 {
    font-weight: 900;
}

.form-card .form-control .empty_offer {
    line-height: 25px;
}

.form-card select {
    font-family: 'Conv_GothamBook';
}

.form-card select option {
    color: #afafaf;
    font-family: 'Conv_GothamBook';
}

.form-card .form-control::-webkit-input-placeholder {
    font-size: 12px;
    color: #afafaf;
}

.form-card .form-control::-moz-placeholder {
    font-size: 12px;
    color: #afafaf;
}

.form-card .form-control:-ms-input-placeholder {
    font-size: 12px;
    color: #afafaf;
}

.form-card .form-control:-moz-placeholder {
    font-size: 12px;
    color: #afafaf;
}

.footer-wrapper {
    padding: 50px 15px 20px;
}

.btn-danger.btn-lg {
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    line-height: 20px;
}

.sticky-btn {
    color: #fff;
    background: #e21838;
    padding: 6px 10px 4px;
    border: 2px solid #e21838;
    border-top: none;
    cursor: pointer;
    width: 60%;
    text-align: center;
    position: absolute;
    left: inherit;
    top: -45px;
    right: 0;
    xmargin: 0 auto;
    cursor: pointer;
    font-weight: 500;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 16px;
    line-height: 32px;
    height: 45px;
}

.sticky-btn .product-addno {
    background: #000;
    font-size: 12px;
    border-radius: 50px;
    margin-left: 8px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 24px
}

.sticky-form {
    width: 330px;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
    padding: 10px 25px 20px;
    z-index: 101;
    display: none
}

.box-shadow {
    box-shadow: 0 0 5px #ddd;
}

.sticky-form-box {
    position: fixed;
    bottom: 0;
    right: 95px;
    transition: .5s linear;
    z-index: 101;
    width: 330px;
    xdisplay: none;
}

.sticky-form-box.formshow {
    transition: .5s linear;
    bottom: 0
}

.form-card .custom-arrow .form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: relative;
    background: url(../images/icons/dropdown-arrow.png) no-repeat;
    background-position: center right 8px;
    padding-right: 20px;
    font-family: 'Conv_GothamMedium';
    color: #afafaf;
}

select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.socialmedia-listing li {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 0 5px;
}

.socialmedia-listing li .fa {
    color: #fff;
    font-size: 18px;
}

.socialmedia-listing li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.socialmedia-listing li:hover {
    background: #e21838;
    border-color: #e21838
}

.checkbox.mt-2 {
    margin-bottom: 0px;
    margin-top: 0px!important
}

@media (min-width:1800px) {
    .timer-box {
        position: absolute;
        right: 120px;
        top: 42%;
        width: 400px
    }
    .timer-box li {
        font-size: 15px;
        padding: 20px 10px
    }
}

@media (min-width:1500px) and (max-width:1650px) {
    .timer-box {
        position: absolute;
        right: 100px;
        top: 34%;
        width: 370px
    }
    .timer-box li {
        font-size: 15px;
        padding: 20px 10px
    }
}

@media (min-width:1400px) and (max-width:1499px) {
    .timer-box {
        right: 100px
    }
}

@media (min-width:1280px) and (max-width:1340px) {
    .timer-box {
        right: 60px
    }
    .carousel-control.left {
        margin-left: -55px
    }
    .carousel-control.right {
        margin-right: -55px
    }
}

@media (min-width:1200px) and (max-width:1279px) {
    .offerbg-wrap img {
        width: 300px
    }
    .timer-box {
        top: 40%;
        right: 45px
    }
    .timerheading-wrap p {
        font-size: 16px
    }
    .timer-box li span {
        font-size: 24px
    }
    .timer-box li i {
        font-size: 12px
    }
    .timer-box li {
        font-size: 12px;
        width: 23%;
        margin-right: -3px
    }
    .timer-clock-card ul li:before {
        content: ":";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 26px;
        font-size: 21px;
        top: 12%
    }
    .carousel-control.left {
        margin-left: -55px;
    }
    .carousel-control.right {
        margin-right: -55px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .timer-box {
        width: auto;
        top: 30%;
        right: 55px
    }
    .offerbg-wrap img {
        width: 250px
    }
    .timerheading-wrap p {
        font-size: 14px
    }
    .timer-box li span {
        font-size: 20px
    }
    .timer-box li i {
        font-size: 10px
    }
    .timer-box li {
        font-size: 10px;
        width: 23%;
        margin-right: -3px
    }
    .timer-clock-card ul li:before {
        content: ":";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 26px;
        font-size: 21px;
        top: 12%
    }
    .save-percent {
        width: 80px;
        height: 80px
    }
    .save-percent {
        left: -70px
    }
    .carousel-control.left {
        margin-left: -66px;
        color: black
    }
    .carousel-control.right {
        margin-right: -66px;
        color: black
    }
    .product-item {
        width: 740px;
        margin: auto
    }
    .product-card .pro-name {
        font-size: 16px
    }
    .slider-product-card {
        margin-top: 50px
    }
}

@media(max-width:991px) {
    .logo-section {
        right: 20px;
        position: absolute;
        top: 15px;
        float: right
    }
    .logo-section img {
        width: 100px
    }
    .bannerpatch-innerwrap {
        position: relative;
        bottom: 0
    }
    .timer-box {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
        margin-top: 80px;
        width: 280px
    }
    .offerbg-wrap img {
        width: 200px
    }
    .bannerpatch-innerwrap p {
        font-size: 10px
    }
    .timerheading-wrap p {
        font-size: 14px
    }
    .timer-box li {
        font-size: 10px
    }
    .timer-box li span {
        font-size: 24px
    }
    .timer-clock-card ul li:before {
        content: ":";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 30px;
        font-size: 22px;
        top: 17%
    }
    .timerheading-wrap {
        margin-top: 18px
    }
    .form-card .checkbox label {
        display: flex
    }
    body {
        width: 100%;
        height: 100%;
        background-position: 0 0;
        background-size: 100%
    }
    .select-product-wrp .heading {
        margin-bottom: 25px !important
    }
    .icon-card img {
        width: 50px !important
    }
    .icon-card {
        width: 60px
    }
    .icon-card::before {
        xdisplay: none
    }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 28px;
        height: 28px;
        cursor: pointer
    }
    .owl-nav img {
        max-width: 100%;
        box-shadow: 0 0 10px #d2d2d2;
        border-radius: 50%
    }
    .icon-tabs .owl-dots {
        display: none
    }
    .icon-tabs .owl-prev {
        position: absolute;
        left: -8px;
        top: 20%;
        box-shadow: 0 0 98px 6px rgba(0, 0, 0, .2);
        border-radius: 50%
    }
    .icon-tabs .owl-next {
        position: absolute;
        right: -8px;
        top: 20%
    }
    #product-range {
        position: relative
    }
    .icon-tabs-wrp {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
    .product-slider-wrp::before {
        width: 65px;
        height: 30px;
        bottom: -10px;
        left: -10px;
        background-size: 100% 100%
    }
    .product-slider-wrp::after {
        width: 65px;
        height: 30px;
        bottom: -10px;
        background-size: 100% 100%;
        right: -10px;
        top: initial
    }
    .webp .product-slider-wrp {
        background: rgba(255, 255, 255, 1);
        background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 32%, rgba(238, 238, 238, 1) 52%, rgba(226, 226, 226, 1) 75%, rgba(222, 222, 222, 1) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(32%, rgba(253, 253, 253, 1)), color-stop(52%, rgba(238, 238, 238, 1)), color-stop(75%, rgba(226, 226, 226, 1)), color-stop(100%, rgba(222, 222, 222, 1)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 32%, rgba(238, 238, 238, 1) 52%, rgba(226, 226, 226, 1) 75%, rgba(222, 222, 222, 1) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 32%, rgba(238, 238, 238, 1) 52%, rgba(226, 226, 226, 1) 75%, rgba(222, 222, 222, 1) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 32%, rgba(238, 238, 238, 1) 52%, rgba(226, 226, 226, 1) 75%, rgba(222, 222, 222, 1) 100%);
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 32%, rgba(238, 238, 238, 1) 52%, rgba(226, 226, 226, 1) 75%, rgba(222, 222, 222, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=1);
        position: relative;
    }
    .no-webp .product-slider-wrp {
        background: background: rgba(255, 255, 255, 1);
        background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 32%, rgba(238, 238, 238, 1) 52%, rgba(226, 226, 226, 1) 75%, rgba(222, 222, 222, 1) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(32%, rgba(253, 253, 253, 1)), color-stop(52%, rgba(238, 238, 238, 1)), color-stop(75%, rgba(226, 226, 226, 1)), color-stop(100%, rgba(222, 222, 222, 1)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 32%, rgba(238, 238, 238, 1) 52%, rgba(226, 226, 226, 1) 75%, rgba(222, 222, 222, 1) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 32%, rgba(238, 238, 238, 1) 52%, rgba(226, 226, 226, 1) 75%, rgba(222, 222, 222, 1) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 32%, rgba(238, 238, 238, 1) 52%, rgba(226, 226, 226, 1) 75%, rgba(222, 222, 222, 1) 100%);
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 32%, rgba(238, 238, 238, 1) 52%, rgba(226, 226, 226, 1) 75%, rgba(222, 222, 222, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=1);
        position: relative;
    }
    /*.product-slider-wrp{background:background: rgba(255,255,255,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 32%, rgba(238,238,238,1) 52%, rgba(226,226,226,1) 75%, rgba(222,222,222,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(32%, rgba(253,253,253,1)), color-stop(52%, rgba(238,238,238,1)), color-stop(75%, rgba(226,226,226,1)), color-stop(100%, rgba(222,222,222,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 32%, rgba(238,238,238,1) 52%, rgba(226,226,226,1) 75%, rgba(222,222,222,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 32%, rgba(238,238,238,1) 52%, rgba(226,226,226,1) 75%, rgba(222,222,222,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 32%, rgba(238,238,238,1) 52%, rgba(226,226,226,1) 75%, rgba(222,222,222,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(253,253,253,1) 32%, rgba(238,238,238,1) 52%, rgba(226,226,226,1) 75%, rgba(222,222,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=1 );position:relative;}    
  */
    /*.webp .product-slider-wrp::before{background: url(../images/mob-left-bg.webp)no-repeat;width: 82px;height: 85px;content:"";position:absolute;left: 0px;bottom: 0px;display: block;background-size: cover;background-position: left bottom;z-index: 0;} 
    .webp .product-slider-wrp::after{background: url(../images/mob-right-bg.webp)no-repeat;width: 82px;height: 85px;content:"";position:absolute;right: 0px;bottom: 0px;display: block;background-size: cover;background-position: right bottom;z-index: 0;} 
    
    .no-webp .product-slider-wrp::before{background: url(../images/mob-left-bg.png)no-repeat;width: 82px;height: 85px;content:"";position:absolute;left: 0px;bottom: 0px;display: block;background-size: cover;background-position: left bottom;z-index: 0;} 
    .no-webp .product-slider-wrp::after{background: url(../images/mob-right-bg.png)no-repeat;width: 82px;height: 85px;content:"";position:absolute;right: 0px;bottom: 0px;display: block;background-size: cover;background-position: right bottom;z-index: 0;} */
    /* .product-slider-wrp:before{background: url(../images/mob-left-bg.png)no-repeat;width: 261px;height: 274px;content:"";position:absolute;left: 0px;bottom: 0px;}    
    .product-slider-wrp:after{background: url(../images/mob-right-bg.png)no-repeat;width: 261px;height: 274px;content:"";position:absolute;right: 0px;bottom: 0px;}    
    */
    .product-slider-wrp {
        min-height: auto;
        background-size: 100% 100%;
        background-position: center center
    }
    .product-slider-wrp {
        padding: 0
    }
    .slider-product-card h4 {
        font-size: 20px
    }
    .tab-toggle-card {
        padding-bottom: 25px;
        position: static;
        background: #fff
    }
    .plus-icon {
        margin-top: 15px;
        width: auto;
        margin-bottom: 15px
    }
    .product-item {
        flex-direction: column
    }
    .product-card .pro-name {
        font-size: 18px
    }
    .offers {
        font-size: 22px
    }
    .modal-body .d-flex {
        flex-direction: column
    }
    .modal-body .w-49 {
        width: 100%
    }
    .all-model .modal-body {
        padding: 30px 20px
    }
    .popup-img-details ul li {
        font-size: 14px;
        margin: 10px 0
    }
    .all-model .product-name {
        font-size: 18px
    }
    .all-model .close {
        right: -5px;
        top: -5px
    }
    .footercont-wrap .form-control {
        overflow: auto;
        height: auto;
        min-height: 34px
    }
    input[type=checkbox],
    input[type=radio] {
        margin: 2px 0 0
    }
    .sticky-form-box {
        width: 300px;
        right: 10px
    }
    .sticky-form {
        width: 300px;
    }
    .sticky-btn {
        right: 0;
    }
}

#product-1 span {
    background: url(../images/icons/icon-1.png) no-repeat;
    width: 76px;
    height: 58px;
}

#product-2 span {
    background: url(../images/icons/icon-2.png) no-repeat;
    width: 76px;
    height: 58px;
}

#product-3 span {
    background: url(../images/icons/icon-3.png) no-repeat;
    width: 76px;
    height: 58px;
}

#product-4 span {
    background: url(../images/icons/icon-4.png) no-repeat;
    width: 76px;
    height: 58px;
}

#product-5 span {
    background: url(../images/icons/icon-5.png) no-repeat;
    width: 76px;
    height: 58px;
}

#product-6 span {
    background: url(../images/icons/icon-6.png) no-repeat;
    width: 76px;
    height: 58px;
}

#product-7 span {
    background: url(../images/icons/icon-7.png) no-repeat;
    width: 76px;
    height: 58px;
}

#product-1.active span {
    background: url(../images/icons/icon-1-hover.png) no-repeat;
}

#product-2.active span {
    background: url(../images/icons/icon-2-hover.png) no-repeat;
}

#product-3.active span {
    background: url(../images/icons/icon-3-hover.png) no-repeat;
}

#product-4.active span {
    background: url(../images/icons/icon-4-hover.png) no-repeat;
}

#product-5.active span {
    background: url(../images/icons/icon-5-hover.png) no-repeat;
}

#product-6.active span {
    background: url(../images/icons/icon-6-hover.png) no-repeat;
}

#product-7.active span {
    background: url(../images/icons/icon-7-hover.png) no-repeat;
}

@media(min-width:992px) {
    #product-1:hover span {
        background: url(../images/icons/icon-1-hover.png) no-repeat
    }
    #product-2:hover span {
        background: url(../images/icons/icon-2-hover.png) no-repeat
    }
    #product-3:hover span {
        background: url(../images/icons/icon-3-hover.png) no-repeat
    }
    #product-4:hover span {
        background: url(../images/icons/icon-4-hover.png) no-repeat
    }
    #product-5:hover span {
        background: url(../images/icons/icon-5-hover.png) no-repeat
    }
    #product-6:hover span {
        background: url(../images/icons/icon-6-hover.png) no-repeat
    }
    #product-7:hover span {
        background: url(../images/icons/icon-7-hover.png) no-repeat
    }
    .icon-card:hover.icon-card:hover {
        border-bottom: 2px solid red
    }
}

@media(max-width:991px) {
    .owl-prev {
        position: absolute;
        top: 25%;
        left: 0
    }
    .owl-next {
        position: absolute;
        top: 25%;
        right: 0
    }
    .icon-card {
        width: 80px
    }
    .icon-card::before {
        xcontent: none
    }
    .icon-card span {
        background-size: 100% !important;
        background-position: 3px 0 !important
    }
    .icon-card {
        width: initial
    }
    .form-card .form-group {
        margin-bottom: 0px
    }
    .form-card .form-control {
        min-height: 30px;
        height: 30px
    }
    .error-message,
    .error,
    #errorOffer {
        font-size: 11px;
    }
    .form-card .form-control .empty_offer {
        line-height: 18px;
    }
    .sticky-form .btn {
        padding: 6px 33px
    }
    .form-card h4 {
        font-size: 16px
    }
    .socialmedia-listing {
        padding-bottom: 30px;
        text-align: center;
        padding-top: 10px
    }
    .socialmedia-listing li a img {
        width: 40px;
    }
    .socialmedia-listing li {
        padding: 0 2px;
        width: 40px;
        height: 40px;
        margin: 0 5px 10px;
    }
    .bannerinner-wrap .hidden-xs.hidden-sm {
        display: none
    }
    .bannerinner-wrap .hidden-md.hidden-lg {
        display: block
    }
    .pack a.closePack {
        right: 5px;
        top: 5px;
    }
    .checkbox.mt-2 {
        margin-bottom: 0px;
        margin-top: 5px!important
    }
}

.mbclear {
    display: none;
    clear: both;
    width: 100%;
    content: '';
}

@media (max-width:767px) {
    .mbclear {
        display: block
    }
}

.pack {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 25px 4px 10px;
    line-height: 10px;
    font-size: 12px;
    background: #dcdcdc;
    color: #666;
    text-transform: uppercase;
}

.pack a.closePack {
    position: absolute;
    right: 4px;
    top: 2px;
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/close.png")no-repeat
}

.jssocials-share-link {
    border-radius: 50%;
}

#share {
    display: none;
}

#shareIcon:hover {
    position: relative;
}


/*#shareIcon:hover:before{content: "";background: #000;position: absolute; width: 100px; display: inline-block; padding: 18px}*/

#shareIcon:hover #share {
    display: block;
    position: absolute;
    left: 30px;
    top: -6px;
    padding-left: 15px;
}

#shareIcon:hover .jssocials-shares {
    display: flex;
}

.jssocials:hover {
    display: block;
}

@media(max-width:991px) {
    #shareIcon:hover #share {
        left: inherit;
        top: 42px;
        padding-left: 0px;
        right: 0px;
    }
    .socialmedia-wrapper {
        padding-bottom: 25px;
    }
    /****/
    .icon-tabs .owl-next,
    .icon-tabs .owl-prev {
        top: 38%;
    }
    #product-2 span,
    #product-3 span,
    #product-1 span,
    #product-4 span,
    #product-5 span,
    #product-6 span,
    #product-7 span {
        width: 65px;
        height: 49px;
    }
    .owl-item::before {
        height: 50%;
        top: 28px;
    }
}


/**2 June**/

.multiselect-item.multiselect-all {
    display: none !important
}

.multiselect-container.dropdown-menu {
    height: 100px;
    overflow-x: auto;
    width: 100%;
    padding: 5px;
}

.multi-box .btn-group {
    width: 100%;
}

.multi-box .btn-group>.btn:first-child {
    width: 100%;
}

.multi-box .btn {
    color: #afafaf;
    font-size: 12px;
    border: 1px solid #afafaf;
    text-align: left;
    height: 40px;
    min-height: 40px;
    line-height: 16px;
    font-family: 'Conv_GothamMedium';
    background: url("../images/icons/dropdown-arrow.png") no-repeat;
    background-position: center right 8px;
}

.multi-box .btn .caret {
    display: none;
}

.multi-box .btn-group.open .dropdown-toggle {
    box-shadow: none
}

.multi-box .btn-default:focus,
.multi-box .open>.dropdown-toggle.btn-default:hover {
    background: url("../images/icons/dropdown-arrow.png") no-repeat;
    background-position: center right 8px;
    border-color: #8c8c8c;
}

.multi-box .btn-default.active,
.multi-box .btn-default:active,
.multi-box .open>.dropdown-toggle.btn-default {
    background: url("../images/icons/dropdown-arrow.png") no-repeat;
    background-position: center right 8px
}

.multi-box .dropdown-menu>.active>a,
.multi-box .dropdown-menu>.active>a:focus,
.multi-box .dropdown-menu>.active>a:hover {
    color: #afafaf;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.multi-box .multiselect-container>li>a>label {
    padding: 3px 0px 3px 15px;
}

.multi-box .multiselect-container>li>a>label>input[type="checkbox"] {
    position: relative;
    top: 3px;
}

.multiselect-selected-text {
    color: #afafaf;
    font-family: 'Conv_GothamMedium';
    font-weight: 500;
}

.icon-card {
    flex-direction: column
}

.icon-card p {
    text-align: center;
    font-size: 12px;
    font-family: 'Conv_GothamMedium';
    margin-bottom: 10px;
}

.icon-card .prodct-img {
    margin: auto;
}

.icon-card:hover p {
    color: #e21838
}

.icon-card.active p {
    color: #e21838
}


/**Media**/

@media (min-width:1600px) and (max-width:1899px) {
    .sticky-form-box {
        right: 110px;
    }
}

@media (min-width:1900px) {
    .sticky-form-box {
        right: 135px;
    }
}

@media (max-width:991px) {
    .multi-box .btn {
        padding: 6px 12px;
        min-height: 30px;
        height: 30px;
    }
    /****/
}
@media (max-width: 359px) {
    .icon-card p {font-size: 11px;}
}