.img-fluid-horizontal {
    width: auto;
    /*height:97%;*/
}

.nav-item a {
    float: left;
    display: block;
    color: #f2f2f2 !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: calc(16px + (30 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: bold;
}

    .nav-item a:hover,
    .navbar .navbar-nav li .active {
        color: #283a8f !important;
    }

.mrsweet {
    background-color: rgba(188, 39, 124, 0.8);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/General/Desktop/Logo-Paint-Swoosh.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; /* or use 'auto', or set specific size like '100px auto' if needed */

}

.navsocial {
    position: absolute;
    right: 0;
    height: 100%;
}

    .navsocial:hover li a {
        color: #fff !important;
    }

    .navsocial li {
        margin-top: auto;
        margin-bottom: auto;
        height: 100%;
    }

        .navsocial li a {
            background-color: #00a6e5;
        }

            .navsocial li a:hover {
                background-color: #283A90;
            }

.homebanner {
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
}

.normalbanner {
    background-size: 100% 100%;
    /*height:400px;*/
    background-repeat: no-repeat;
}

H1 {
    font-weight: bold;
    color: white;
    font-size: calc(36px + (48 - 36) * ((100vw - 300px) / (1920 - 300)));
}

H2 {
    font-weight: bold;
    color: white;
}

H3 {
    font-weight: bold;
    color: white;
    font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
}

.bodyText {
    color: white;
    font-size: calc(12px + (22 - 12) * ((100vw - 300px) / (1920 - 300)));
}

.homeblocktext {
    margin-top: 20px;
}

Body {
    overflow-x: hidden;
}

.mrsweetbutton {
    background-color: #3cc5e3;
    border-radius: 0 !important;
    border: 0px;
    text-transform: uppercase;
    font-size: 16px;
    width: 200px;
}

.SizeBtn {
    width: 65px;
    margin-bottom: 10px;
}

.viewall_btn,
.sf-SubmitButton {
    background-color: #3cc5e3;
    border: 0px;
    border-radius: 0 !important;
}

    .mrsweetbutton:hover, .viewall_btn:hover, .sf-SubmitButton:hover {
        background-color: #283a8f;
    }

.centerbutton {
    position: absolute;
    bottom: 25px;
    left: calc((100% - 200px) / 2);
}

.mrsweetfooter {
    background-color: rgba(234,25,137,1);
    /*height:14vh;*/
    padding-top: 10px;
    padding-bottom: 5px;
}

    .mrsweetfooter .img-fluid-horizontal {
        height: 60px !important;
        margin: 20px;
        margin-left: 50px;
    }

    .mrsweetfooter a {
        color: white;
    }

a.footerLink {
    margin: 7px;
}

    a.footerLink:hover {
        color: #3cc5e3 !important;
        text-decoration: none;
    }

.social_icon a {
    font-size: 24px;
}

span.copyright {
    color: white;
}

.navbar-toggler {
    border: none !important;
    color: white !important;
    font-size: 50px;
    outline: none !important;
}

.navmobile {
    text-align: center;
    width: 100%;
    display: inline-grid;
    border-bottom: 1px solid #3cc5e3;
}

.bluesearchmobile {
    background-color: #3cc5e3;
    color: white;
    border-radius: 0 !important;
    border: none !important;
}

.mobilesearchdiv {
    width: 60%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.mobilesocial {
    text-align: center;
    width: 100%;
    position: relative;
    left: calc(50% - 20px);
}

.form-control {
    border-radius: 0 !important;
}

.productlist {
    padding: 0;
}

    .productlist ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }

    .productlist li {
        /*display:inline;*/
        display: inline-block;
        /*margin:20px 10px;*/
    }

        .productlist li a {
            /*margin:4px;*/
            color: #eee;
            /* padding:10px 20px;*/
            /* background:#3c66ad;*/
            font-size: 16px;
            font-weight: bold;
            border-radius: 5px;
        }

.bodyText a {
    color: white !important;
    text-decoration: underline;
}

    .bodyText a:hover {
        color: #6d6d6d !important;
        text-decoration: underline;
    }

.homebanner .mrsweetbutton,
.normalbanner .mrsweetbutton {
    position: absolute;
    bottom: 25px;
    left: calc((100% - 200px) / 2);
}




.product_banner {
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner_img {
    background-repeat: no-repeat;
    background-position: right bottom;
}

.breadcrumb li a, .breadcrumb li span {
    color: #ffffff;
    text-transform: capitalize;
}

.breadcrumb a:hover {
    color: #6d6d6d !important;
    text-decoration: underline;
}

.breadcrumb li span {
    color: #283a8f;
}

.breadcrumb li a:hover {
    color: #283a8f;
}

.breadcrumb li::before {
    color: #ffffff;
    content: "|";
    margin: 5px;
}

.breadcrumb li:first-child:before {
    content: normal;
}

.table_white_text {
    color: #fff;
}

    .table_white_text .table-bordered td,
    .table_white_text .table-bordered th {
        border: 0;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: 0px;
        border-left: 2px solid #fff;
        vertical-align: middle;
        font-size: 18px;
        line-height: normal
    }

    .table_white_text .table-bordered {
        border: 2px solid #fff;
    }

        .table_white_text .table-bordered th {
            padding: 10px 20px;
        }

        .table_white_text .table-bordered td {
            padding: 1px 20px;
            line-height: normal;
        }

            .table_white_text .table-bordered td.sub {
                padding-left: 35px;
            }

.product_text p {
    margin-top: 15px;
    margin-bottom: 40px;
}

.table_white_text .table-bordered th:nth-child(2),
.table_white_text .table-bordered td:nth-child(2),
.table_white_text .table-bordered th:nth-child(3),
.table_white_text .table-bordered td:nth-child(3) {
    text-align: center
}



.bg_img {
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_left {
    background-repeat: no-repeat;
    background-position: left bottom;
}

.bg_img_left_top_contact_form {
    background-repeat: no-repeat;
    background-position: left top;
	margin-top:-100px;
	margin-left:-100px;
	background-image: url("/ResourcePackages/MisterSweet/assets/dist/img/2025/Contact/Desktop/Snakes-Alive-1.png");
	background-size: 20% auto;
}
.bg_img_right_bottom_contact_form {
	    background-repeat: no-repeat;
    background-position: right bottom;
	margin-bottom:0px;
	margin-right:0px;
	background-image: url("/ResourcePackages/MisterSweet/assets/dist/img/2025/Contact/Desktop/form-image-whole.png");
	background-size: 40% auto;
}
.bg_img_left_bottom_contact_details {
    background-repeat: no-repeat;
    background-position: left bottom;
	margin-bottom: 100px;
	margin-left:0px;
	background-image: url("/ResourcePackages/MisterSweet/assets/dist/img/2025/Contact/Desktop/Main-image-whole.png");
	background-size: 25% auto;
}

.bg_img_right_top_contact_details {
    background-repeat: no-repeat;
    background-position: right top;
	margin-top:20px;
	margin-right:0px;
	background-image: url("/ResourcePackages/MisterSweet/assets/dist/img/2025/Contact/Desktop/Top-right-combined.png");
	background-size: 80% auto;
}

.bg_img_right {
    background-repeat: no-repeat;
    background-position: right center;
}

.bg_center {
    background-position:
}

.bg_img .plr {
    padding-left: 10%;
    padding-right: 10%;
}

.bg_img_left.bg_center {
    background-position: left center;
}

.bg_img_right.bg_bottom {
    background-position: right bottom;
}

.bg_img .bg_top {
    background-position-y: top;
}

.bg_img img {
    max-width: 100%;
}

.bg_img_color {
    background-color: #c6a7cd;
}

.bg_img_color1 {
    background-color: #905899;
}

.bg_img_color2 {
    background-color: #e170bc;
}

.bg_img_color3 {
    background-color: #109b87;
}

.bg_img_color4 {
    background-color: #00a6e5;
}


section.even .bg_img .container > .row {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.bg_color {
    background-color: #c63c88;
}

.bg_color2 {
    background-color: #00a6e5;
}


.news_section img {
    max-width: 100%;
    margin-bottom: 10px;
}

.news_section .date {
    color: #fff;
    font-style: italic;
    margin-bottom: 10px;
}

.news_section a {
    color: #fff;
}

    .news_section a:hover {
        color: #6d6d6d !important;
        text-decoration: underline;
    }

a.viewall_btn, .sf-SubmitButton {
    color: #fff !important;
    padding: 8px 40px;
}

.r_post {
    display: inline-block;
    width: 100%;
}

    .r_post h5 {
        font-weight: bold;
    }

    .r_post p {
        color: #fff;
    }


.search-container form {
    display: inline-block;
    float: right;
    position: relative;
    width: 100%;
}

.search-container input[type="text"] {
    padding: 15px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    max-width: 100%;
    width: 100%;
}

.search-container button {
    float: right;
    padding: 10px 20px;
    margin-top: 8px;
    margin-right: 0;
    background: #ddd;
    font-size: 24px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: #905898;
    color: #fff;
    top: 0;
}

.simple-slider .swiper-slide {
    height: auto
}

.swiper-slide img {
    max-width: 100%;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
    background: rgba(255,255,255,0.5);
    display: inline-block;
    height: 50px;
}

    .simple-slider .swiper-button-next:hover, .simple-slider .swiper-button-prev:hover {
        color: #E171BD;
        background: #fff;
    }

    .simple-slider .swiper-button-next i, .simple-slider .swiper-button-prev i {
        text-align: center;
        display: block;
        padding: 8px;
        font-size: 32px;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #3cc5e3;
    border: 2px solid #fff;
    padding: 10px;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #283a8f;
}

.close_wrap {
    position: relative;
}

    .close_wrap .close_inner h4 {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        background: #0067B2;
        color: #fff;
        padding: 15px 10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .close_wrap.closed:before {
        background: #0067B2;
        opacity: 0.4;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }



.home_banner .swiper-wrapper .swiper-slide {
    padding: 120px 0;
}

.home_banner h2 {
    color: #fff;
    margin-bottom: 20px;
}

.btn-blue {
    background: #283a8f;
    color: #fff;
    padding: 10px 30px;
    border-color: #283a8f;
    border-radius: 0 !important;
}

    .btn-blue:hover {
        background: #3cc5e3;
        color: #fff;
        border-color: #3cc5e3;
    }

.prodcut_bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.productlist img {
    max-width: 100%;
}

img.align_left {
    float: left;
    padding-right: 40px;
    margin-bottom: 15px;
    clear: both;
    max-width: 600px;
}

.map {
    height: 400px;
    margin-bottom: 40px;
}

nav.nav-fixed {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9999;
}

    nav.nav-fixed .navbar-brand img {
        height: 70px;
    }

.ContactMain {
    margin: 50px 0;
    padding: 0 15px;
}

    .ContactMain .sf-Captcha-button.btn.btn-light {
        background-color: transparent;
        border: 0;
        width: auto;
        max-width: none;
        display: inline-block;
        height: auto;
        height: 50px;
    }

    .ContactMain .sf-Captcha-button .sf-icon-xxs {
        max-width: 40px;
        color: #fff;
        fill: #fff;
        height: 100%;
    }

    .ContactMain .form-group {
        text-align: center;
    }

        .ContactMain .form-group input.form-control,
        .ContactMain .form-group select.form-control {
            padding: 16px 10px;
            height: auto !important;
        }

.sf-fieldWrp {
    font-weight: bold;
    color: white;
    font-size: calc(36px + (48 - 36) * ((100vw - 300px) / (1920 - 300)));
    text-align: center;
}

.ContactMain .form-group:last-child {
    text-align: center;
}

.ContactMain .form-group label,
.ContactMain .form-group a {
    color: #fff;
}

.search label {
    color: #fff;
}

.captcha_center,
.captcha_center {
    text-align: center;
}

    .captcha_center.form-group .form-group {
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 10px;
        max-width: 100%;
    }

    .captcha_center.form-group .form-control {
        clear: both;
        width: 100%;
    }

    .captcha_center label {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

.media_section .bg_img .col-md-4 span.bodyText {
    display: inline-block;
    height: 100px;
    overflow: hidden;
}


.search_box {
    position: relative;
    transition: all 1s;
    width: 46px;
    height: 100%;
}

    .search_box a {
        height: 100%;
        position: relative;
        z-index: 100000;
        float: right;
        width: 100%;
        max-width: 46px;
    }

    .search_box input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        ;
        height: 100%;
        line-height: 30px;
        outline: 0;
        border: 0;
        font-size: 1em;
        border-radius: 0;
        padding: 0 20px;
    }

    .search_box .fa {
        position: relative;
        top: 38px;
        width: 100%;
        left: 0;
        right: 0;
    }

    .search_box:hover {
        width: 250px;
        cursor: pointer;
    }

        .search_box:hover input {
            display: block;
        }

        .search_box:hover .fa {
            color: white;
        }

.nav-fixed .search_box .fa {
    top: 10px;
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100000;
    background: rgba(255,255,255,0.5);
    color: #fff;
    font-size: 26px;
    padding: 4px 12px;
}

    #toTop i {
        display: block;
        line-height: normal;
    }



.body_bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.ping_bg {
    background-color: rgba(198,60,136,0.6);
}

.light_ping_bg {
    background-color: rgba(198,168,206,0.6);
}

.dark_ping_bg {
    background-color: rgba(144,88,153,0.6);
}

.blue_bg {
    background-color: rgba(0,166,229,0.6);
}

/* Left */
.home_turquise_swoosh_bg {
    background-color: rgba(80,168,178,1);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/Home/Desktop/standard-blue-swoosh.png');
    background-repeat: no-repeat;
    background-size: contain;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	background-position: -100px center; 
	background-size: 50%;
}

/* Right */
.products_bg_gumsjellies {
	background-color: rgba(47,56,121,1);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/Products/Desktop/gums-and-jellies-swoosh-whole-2.png');
    background-repeat: no-repeat;
    background-size: contain;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	/* background-position: -500px center;*/
    background-position: calc(100% + 500px) center; 
	background-size: 50%;
}

/* Right */
.products_bg_fruit_liquorice {
	background-color: rgba(205,15,105,1);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/Products/Desktop/fruit-liquorice-swoosh-whole.png');
    background-repeat: no-repeat;
	background-position: calc(100% + 500px) center;
    background-size: contain;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	background-size: 50%;
}

/* Left */
.products_bg_liquorice {
	background-color: rgba(0,0,0,1);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/Products/Desktop/lickrish-swoosh-whole.png');
    background-repeat: no-repeat;
	background-position: -500px center; 
    background-size: contain;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	background-size: 50%;
}

/* Left */
.products_bg_bars_snack {
	background-color: rgba(88,127,46,1);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/Products/Desktop/nuts-and-bars-swoosh-whole.png');
    background-repeat: no-repeat;
    background-position: -500px center; 
    background-size: contain;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	background-size: 50%;
}

/* Right */
.products_bg_marshmallows {
	background-color: rgba(0,118,206,1);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/Products/Desktop/Mallows-swoosh-whole.png');
    background-repeat: no-repeat;
	background-position: calc(100% + 500px) center;
    background-size: contain;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	background-size: 50%;
}

/* Right */
.products_bg_speckled_eggs {
	background-color: rgba(92,43,134,1);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/Products/Desktop/speckled-eggs-swoosh-whole.png');
    background-repeat: no-repeat;
	background-position: calc(100% + 500px) center;
    background-size: contain;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	background-size: 50%;
}

/* Left */
.products_bg_chocolate {
	background-color: rgba(88,41,31,1);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/Products/Desktop/speckled-eggs-swoosh-whole-2.png');
    background-repeat: no-repeat;
	/* background-position: calc(100% + 500px) center; */
    background-position: -500px center; 
    background-size: contain;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	background-size: 50%;
}

/* Left */
.products_bg_mints {
	background-color: rgba(0,87,184,1);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/Products/Desktop/softmints-swoosh-whole.png');
    background-repeat: no-repeat;
	background-position: -500px center; 
    background-size: contain;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	background-size: 50%;
}

.green_bg {
    background-color: rgba(16,155,136,0.6);
}

.green_solid_bg {
    background-color: rgba(26,158,85,1);
}

.orange_solid_bg {
    background-color: rgba(242,102,67,1);
}

.light_green_bg {
    background-color: rgba(125,230,161,0.6);
}

.light_yellow_bg {
    background-color: rgba(231,204,135,0.6);
}

.dark_purple_bg {
	background-color: rgba(88,44,131,1);
}

.about_the_brand_bg {
	background-color: rgba(231,55,136,1);
	background-color: rgba(0,87,184,1);
    background-image: url('/ResourcePackages/MisterSweet/assets/dist/img/2025/About/Desktop/about_the--brand-swoosh.png');
    background-repeat: no-repeat;
	background-position: 50px center; 
    background-size: contain;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	background-size: 80%;
}
@media (max-width: 767px) {
	.about_the_brand_bg {
		background-image: none;
	}
}

.about_founder {
	padding:150px;
}

.about_brand {
	padding:150px;

}

.about_history_bg {
	background-color: rgba(38,132,204,1);
}

.about_history_image_desktop {
    width: 100%;
    height: auto;
    display: block;  
    max-width: 1920px;  
    margin: 0 auto;  
} 
@media (max-width: 767px) {
	.about_history_image_desktop {
		display: none !important;
	}
}

@media (min-width: 768px){
.about_history_image_mobile {
	display:none !important;
} }
@media (max-width: 767px) {
	.about_history_image_mobile {
	width: 100%;
    height: auto;
    display: block;  
    max-width: 767px;  
    margin: 0 auto;
}}

.slider_header {
	margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; 
}

#background_video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.slider_info {
    position: relative;
}


.sf-search-results.media-list {
    margin-bottom: 20px;
}

.pagination {
    margin-top: 20px;
}

.sf-search-results .sf-media {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.pagination .page-item a.page-link {
    color: #212529;
}

.pagination .active.page-item a.page-link {
    color: #fff;
}




@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.4rem;
        padding-left: 1.4rem;
    }

    .navbar-expand-lg .social_icon.navbar-nav .nav-link,
    .navbar-expand-lg .navsocial.navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media only screen and (max-width: 1600px) {
    .bg_img_left,
    .bg_img_right,
    .product_banner .inner_img {
        background-size: 14%;
    }

    .contact_section .bg_img_left {
        background-size: 40%;
    }

    .slider_info .plr {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media only screen and (max-width: 1400px) {
    .homebanner .img-fluid {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    footer.mrsweetfooter .offset-xl-0 {
        text-align: center;
    }

    footer.mrsweetfooter .img-fluid-horizontal {
        display: inline-block;
    }

    .normalbanner .img-fluid {
        max-width: 25%;
    }

    .productlist {
        padding: 0;
    }

    img.align_left {
        float: none;
        padding-right: 0px;
        margin-bottom: 15px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .homebanner {
        height: auto;
    }

        .homebanner .mrsweetbutton, .normalbanner .mrsweetbutton {
            position: static;
        }

    .normalbanner .mrsweetbutton {
        position: absolute;
    }

    .product_banner,
    .inner_img {
        background-image: none !important;
        background-color: #905898;
    }

        .inner_img .img-fluid {
            padding-right: 0 !important;
        }

    .table_white_text .table-bordered td, .table_white_text .table-bordered th {
        font-size: 12px;
        padding: 1px 6px;
    }

        .table_white_text .table-bordered td.sub {
            padding-left: 20px;
        }

    .product_text p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .bg_img, .bg_img_left, .bg_img_right {
        background-image: none !important;
    }

        .bg_img .homeblocktext {
            margin-top: 0;
        }

        .bg_img img {
            padding-top: 20px;
        }

        .bg_img .plr {
            padding-left: 4%;
            padding-right: 4%;
        }

    .slider_info .plr {
        padding-left: 4%;
        padding-right: 4%;
    }


    .news_section .col-md-6,
    .media_section .col-md-4 {
        margin-bottom: 20px;
    }

    .media_section .bg_img img {
        padding-top: 0;
    }

    .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
        display: none;
    }

    .home_banner .swiper-wrapper .swiper-slide {
        padding: 50px 0;
    }

    .home_banner h2 {
        font-size: 1.3rem;
        margin-top: 10px;
    }

    .media_section .bg_img .col-md-4 span.bodyText {
        display: inline-block;
        height: auto;
        overflow: hidden;
    }

    .homebanner,
    .prodcut_bg,
    .contact_section,
    .mrsweetfooter {
        overflow-x: hidden;
    }

        .contact_section + .row.blue_bg {
            margin: 0;
        }

    .body_bg {
        background-image: none;
    }

    .ping_bg {
        background-color: rgb(198,60,136);
    }

    .light_ping_bg {
        background-color: rgb(198,168,206);
    }

    .dark_ping_bg {
        background-color: rgb(144,88,153);
    }

    .blue_bg {
        background-color: rgb(0,166,229);
    }

    .green_bg {
        background-color: rgb(16,155,136);
    }

    .light_green_bg {
        background-color: rgb(125,230,161);
    }

    .light_yellow_bg {
        background-color: rgb(231,204,135);
    }

    .mrsweetbutton {
        width: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb li a, .breadcrumb li span {
        font-size: 17px;
    }

    .homebanner .img-fluid {
        max-width: 25%;
    }

    .homebanner .col > div {
        padding: 0 15px;
    }

    .homebanner .img-fluid {
        position: static;
    }
}

@media only screen and (max-width: 380px) {
    .breadcrumb li a, .breadcrumb li span {
        font-size: 14px;
    }

    .navbar .navbar-brand {
        width: 50%;
    }

        .navbar .navbar-brand .img-fluid-horizontal {
            width: 100%;
        }

    nav.nav-fixed .navbar-brand img {
        height: auto;
        width: 70% !important;
    }
}

@media only screen and (max-width: 320px) {
    .breadcrumb li a, .breadcrumb li span {
        font-size: 12px;
    }
}

#myBtn {
    cursor: pointer;
}

#EnqBtn {
    float: right;
}

.backto {
    float: left;
}

.prod-item {
    display: none;
}

#brd {
    display: none;
}

.breadcrumbProd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

    .breadcrumbProd li::before {
        color: #ffffff;
        content: "|";
        margin: 5px;
    }

    .breadcrumbProd li a, .breadcrumbProd li span {
        color: #ffffff;
        text-transform: capitalize;
    }

    .breadcrumbProd li span {
        color: #283a8f;
    }

/*.brdCntnr {
    position: absolute;
    left: 113px;
    z-index: 999;
}*/


.hidecontent {
	display:none;
}