            /* <--   for Home.html style --> */
            .headerfixed {
                transition: all 0.5s ease-in-out !important;
            }

            .headerfixed.fixed {
                transition: top 0.3s ease-in-out;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 1000;
                /* Ensure it appears above other content */
                background-color: #fff;
                padding-left: 64px;
                padding-right: 64px;
            }

            .darkTheme .fixed {
                transition: top 0.3s ease-in-out;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 1000;
                /* Ensure it appears above other content */
                background-color: #000 !important;
                padding-left: 64px;
                padding-right: 64px;
            }

            .navitemhover {
                position: relative;
            }

            .navitemhover::before {
                content: '';
                position: absolute;
                width: 0;
                height: 3px;
                bottom: 0;
                left: 0;
                background: red;
                transition: width 0.4s ease-in-out;
            }

            .navitemhover:hover::before {
                width: 100%;
            }

            html {
                overflow-x: hidden;
            }

            .primarycolor {
                color: #ef233c;
            }

            .backgroundprimarycolor {
                background-color: #ef233c;
            }

            .font24 {
                font-size: 24px !important;
            }

            .font28 {
                font-size: 28px;
            }

            .font18 {
                font-size: 18px;
            }

            .fontweight600 {
                font-weight: 600;
            }

            .font13 {
                font-size: 13px;
            }

            .margintop4 {
                margin-top: 4px;
            }

            .modalfontfamily {
                font-family: fangsong;
            }

            .searchdecoration {
                border: none;
                border-bottom: 1px solid #000;
                border-radius: 0;
                width: 96%;
                position: relative;
            }

            .searchicon {
                position: absolute;
                right: 10px;
                bottom: 25px;
            }

            .btn1-close {
                cursor: pointer;
            }

            .darkTheme {
                background-color: #000000ed;
            }

            .whiteTheme {
                background-color: #fff;
            }

            .Whiteicon {
                color: #000;
            }

            .darkicon {
                color: #fff;
            }

            .whiteTheme .Whiteicon {
                display: inline-block;
            }

            .whiteTheme .darkicon {
                display: none;
            }

            .darkTheme .darkicon {
                display: inline-block;
            }

            .darkTheme .Whiteicon {
                display: none;
            }

            .user {
                background: #d74493;
                padding: 6px 19px;
                border-radius: 4px;
                color: #fff;
                text-decoration: none;
            }

            .padding10 {
                padding-right: 10px;
            }

            .darkTheme .whitecolor {
                color: #fff !important;
            }

            .banner1 {
                background: url(https://p.w3layouts.com/demos_new/template_demo/07-12-2021/shoppykart-liberty-demo_Free/1589417704/web/assets/images/banner1.jpg);
                background-size: cover;
                background-repeat: no-repeat center;
                position: relative;
                z-index: 0;
                height: 450px;
            }

            .banner2 {
                background: url(https://p.w3layouts.com/demos_new/template_demo/07-12-2021/shoppykart-liberty-demo_Free/1589417704/web/assets/images/banner2.jpg);
                background-size: cover;
                background-repeat: no-repeat center;
                position: relative;
                z-index: 0;
                height: 450px;
            }

            .banner3 {
                background: url(https://p.w3layouts.com/demos_new/template_demo/07-12-2021/shoppykart-liberty-demo_Free/1589417704/web/assets/images/banner3.jpg);
                background-size: cover;
                background-repeat: no-repeat center;
                position: relative;
                z-index: 0;
                height: 450px;
            }

            .banner4 {
                background: url(https://p.w3layouts.com/demos_new/template_demo/07-12-2021/shoppykart-liberty-demo_Free/1589417704/web/assets/images/banner4.jpg);
                background-size: cover;
                background-repeat: no-repeat center;
                position: relative;
                z-index: 0;
                height: 450px;
            }

            .carousel-control-prev {
                left: 33px;
            }

            .carousel-control-next {
                right: 33px;
            }

            .carousel-control-next,
            .carousel-control-prev {
                position: absolute;
                background: #0000005c !important;
                top: 45%;
                bottom: 45%;
                z-index: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 4%;
                padding: 0;
                color: #fff;
                text-align: center;
                background: 0 0;
                border: 0;
                opacity: .5;
                transition: opacity .15s ease;
            }

            .title-hero-banner {
                font-size: 60px;
            }

            .btn-primary:hover {
                background-color: #9c0b1c;
            }

            .whiteTheme .bgwhite {
                background-color: #eaeaea;
            }

            .darkTheme .bgwhite {
                background-color: #000;
            }

            .zoom1imag {
                border-radius: 5px;
            }

            .textaboveimage {
                top: 20%;
                left: 10%;
                font-size: 30px;
                width: 47%;
                position: absolute;
            }

            .textaboveimage a {
                text-decoration: none;
                color: #fff;
                font-weight: bold;
            }

            .zoom {
                transition: 0.3s all ease-in-out;
                cursor: pointer;
                border-radius: 6px 6px 0px 0px;
            }

            .zoom:hover {
                transform: scale(1.08);
            }

            .border1 {
                border: 1px #fff solid !important;
            }

            .border2 {
                border: 1px #000 solid !important;
            }

            .hoverimage:hover .hovershop {
                background-color: #ef233c;
                border: none !important;
                transition: 0.5s;
            }

            .hovershop1 {
                background-color: #ef233c;
            }

            .hoverimage:hover .hovershop1 {
                background-color: transparent !important;
                border: 1px #fff solid;
                transition: 0.5s;
            }

            .hoverimage {
                overflow: hidden;
            }

            .overflow {
                overflow: hidden;
            }

            .margintop6 {
                margin-top: 4em;
            }

            .nochangeblack {
                color: #000;
            }

            .nochangewhite {
                color: #fff;
            }

            .whiteTheme .blackcolor {
                color: #000;
            }

            .darkTheme .blackcolor {
                color: #fff;
            }

            .hovertext:hover {
                color: #d74493;
                transition: 0.5s;
            }

            .banner6 {
                background-image: url(https://p.w3layouts.com/demos_new/template_demo/07-12-2021/shoppykart-liberty-demo_Free/1589417704/web/assets/images/banner5.jpg);
                background-size: cover;
                z-index: 0;
            }

            .icon {
                position: absolute;
                left: 50%;
                bottom: 0;
                color: #ef233c;
                background-color: #fff;
                height: 55px;
                line-height: 55px;
                width: 55px;
                text-align: center;
                border-radius: 50%;
                transition: 0.5s;
            }

            .icon:hover {
                transform: scale(1.5);
            }

            .width50 {
                width: 50%;
                margin: auto;
            }

            .lightblack {
                color: #888;
            }

            .darkicon .lightblack {
                color: #ecbabaa3;
            }

            .cart1 {
                background: #4b4041;
                text-align: center;
                position: absolute;
                width: 100%;
                bottom: -100%;
                font-size: 22px;
                columns: #fff;
                font-weight: 600;
            }

            .cart1:hover {
                background-color: #9c0b1c;
            }

            .opencarthover {
                overflow: hidden;
                position: relative;
            }

            .opencarthover:hover .cart1 {
                display: block !important;
                bottom: 0;
                transition: 0.4s;
            }

            .cart1eye {
                position: absolute;
                bottom: 100px;
                right: -40px;
                background: #fff;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border-radius: 50%;
            }

            .cart1eye1 {
                position: absolute;
                bottom: 45px;
                right: -40px;
                background: #fff;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border-radius: 50%;
            }

            .opencarthover:hover .cart1eye {
                right: 0;
                transition: 0.4s;
            }

            .opencarthover:hover .cart1eye1 {
                right: 0;
                transition: 0.4s;
            }

            .cart1eye i {
                color: #000;
            }

            .cart1eye1 i {
                color: #000;
            }

            .cart1eye:hover {
                background-color: #d74493;
            }

            .cart1eye:hover i {
                color: #fff;
            }

            .cart1eye1:hover {
                background-color: #d74493;
            }

            .cart1eye1:hover i {
                color: #fff;
            }

            .cutline {
                text-decoration: line-through;
            }

            .backimage {
                background: url(https://p.w3layouts.com/demos_new/template_demo/07-12-2021/shoppykart-liberty-demo_Free/1589417704/web/assets/images/banner3.jpg) no-repeat bottom;
                background-size: cover;
                position: relative;
                z-index: 1;
            }

            .box {
                background: #fff;
                height: 15px;
                width: 15px;
                margin-left: 30px;
                transform: translateX(-50%) rotateZ(-135deg);
                margin-top: -9px;
            }

            .roundedImage {
                height: 50px;
                width: 50px;
                border-radius: 50%;
                border: 4px solid #ccc;

            }

            .roundedImage1 {
                height: 50px;
                width: 50px;
                border-radius: 50%;

            }

            .iconsmall {
                background-color: transparent !important;
            }

            .iconsize {
                height: 10px !important;
                width: 10px !important;
            }

            .iconsmall:hover {
                color: #ef233c !important;
            }

            .height320 {
                height: 320px;
            }

            .indicatorflowing {
                justify-content: flex-end;
            }

            .carosalCircle {
                height: 15px !important;
                width: 15px !important;
                background-color: #ef233c !important;
                border-radius: 50%;
            }

            .email {
                font-size: 50px;
                margin-bottom: 10px;
            }

            .email1 {
                text-align: center;
                margin-top: 10px;
            }

            #myEmail {
                padding: 0 15px;
                height: 45px;
                width: 70%;
                border: 1px #ef233c solid;
                border-radius: 4px;
                font-weight: 500;
            }

            .btn-style {
                height: 45px;
                border: none;
                border-radius: 4px;
                background-color: #ef233c;
                padding: 0 20px;
            }

            .lineheight45 {
                line-height: 45px;
            }

            .bgblack {
                background-color: #000;
            }

            .footerfont {
                font-size: 40px;
                margin-top: 50px;
                margin-bottom: 30px;
            }

            .hoveranchor:hover {
                color: #fff;
            }

            .bigicon {
                font-size: 44px;
                color: #fff;
            }

            .dgrid {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr 1fr;
                grid-gap: 0 8px;
            }

            .lastul {
                display: flex;
                gap: 38px;
            }

            .lastli {
                line-height: 37px;
                background: #ef233c;
                height: 37px;
                width: 37px;
                text-align: center;
                border-radius: 4px;
            }

            .opensearch1 {
                width: 100%;
                position: fixed;
                height: 100vh;
                background: #000000d1;
                z-index: 99;
                visibility: visible;
            }

            .opensearchbox {
                visibility: hidden;
                background: #000000d1;
            }

            .openboxsearchhere {
                position: fixed;
                top: 30%;
                left: 10%;
                color: #fff;
            }

            .inpsearch {
                background: transparent;
                border: none;
                border-bottom: #fff 2px solid;
                padding: 13px 0;
                color: #fff;
                width: 150vh;
                outline: -webkit-focus-ring-color auto 0px;
            }

            .crossbtn {
                position: fixed;
                top: 10%;
                right: 030px;
                font-size: 30px;
            }

            @keyframes ripple {
                0% {
                    box-shadow: 0 0 0 0 rgb(255 255 255 / 30%), 0 0 0 10px rgb(255 255 255 / 30%), 0 0 0 20px rgb(255 255 255 / 30%);
                }

                100% {
                    box-shadow: 0 0 0 10px rgb(255 255 255 / 30%), 0 0 0 20px rgb(255 255 255 / 30%), 0 0 0 40px rgb(255 255 255 / 20%);
                }
            }

            /* <--About Section--> */
            .lineheight33 {
                line-height: 33px;
            }

            .fontweight500 {
                font-weight: 500;
            }

            .topleft {
                top: -31px;
                position: relative;
            }

            .usericon {
                width: 55px;
                height: 55px;
                background: #ef233c;
                line-height: 55px;
                text-align: center;
                border-radius: 50%;
            }

            .count {
                font-size: 36px;
                font-weight: 500;
                color: #000;
                margin-top: 10px;
                margin-bottom: 0;
            }

            .borderuser {
                box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
                height: 143px;
                border-radius: 5px;
                margin-top: 10rem;
            }

            .width34 {
                width: 35%;
            }

            .dflex {
                display: flex;
                justify-content: space-between;
            }

            .bgbtnwhite {
                background-color: #fff;
            }

            .bgbtnwhite:hover {
                background-color: #ef233c;
                transition: 0.5s ease-in-out;
            }

            .imageabsolute {
                position: absolute;
                bottom: -52px;
                background: #fff;
                padding: 20px;
                width: 90%;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            }

            .para3 {
                margin-bottom: 3px;
            }

            .paraneg {
                margin-bottom: -4px;
            }

            .displayflex {
                display: flex;
                justify-content: space-between;
            }

            .navbar-toggler {
                background-color: #fff !important;
            }

            .margintop7s {
                margin-top: 7rem;
            }

            /* <--product.html--> */
            .height10 {

                width: 6vh;
                text-align: center;
                font-size: 14px;
                font-weight: 500;
            }

            .slidecontainer {
                width: 100%;
            }

            .slider {
                width: 100%;
            }

            .slider:hover {
                opacity: 1;
            }

            .h5color_margintop {

                margin-top: 20px;
                font-weight: 700;
            }

            .dropdownbtn {
                border: 2px #00000033 solid;
                width: 100%;
                text-align: justify;
                background-color: #0000000f;
            }

            .dropdownbtn::after {
                margin-left: 11.255em !important;
            }

            /* .btn:hover {
                border: 2px #00000033 solid !important;
                width: 100% !important;
                text-align: justify !important;
                background-color: #0000000f !important;
            } */

            .lineheight40 {
                line-height: 40px;
            }

            input[type="checkbox"] {
                width: 20px;
                height: 20px;
                background-color: #ccc;
                /* Unchecked color */
                border-radius: 3px;
                border: 1px solid #eb1111;
                position: relative;
                cursor: pointer;
            }

            label {
                margin-left: 5px;
            }

            .star1 {
                color: #888;
                font-size: 12px;
            }

            .hoverstar:hover .star1 {
                color: #ef233c;
            }

            .mar18 {
                margin-right: 18px;
            }

            .textaboveimage1 {
                top: 30%;
                left: 10%;
                font-size: 30px;
                width: 81%;
                position: absolute;
            }

            .textaboveimage1 a {
                text-decoration: none;
                color: #fff;
                font-weight: bold;
            }

            .paginationflex {
                display: flex;
                justify-content: flex-end;
                margin-top: 60px;
            }

            .pagination {
                --bs-pagination-border-color: none !important;
            }

            .whiteTheme .paginationcolor {
                background: #00000026;
            }

            .darkTheme .paginationcolor {
                background: #fff;
            }

            .paginationcolor:hover {
                background-color: #ef233c;
            }

            .active1 {
                background-color: #ef233c;
            }

            .martop2 {
                margin-top: 1px;
            }

            .font11 {
                font-size: 11px;
            }

            .lineheight18 {
                line-height: 18px;
            }

            .inpin {
                width: 80%;
                padding: 10px;
                border: none;
                background: #0000000f;
                border-radius: 5px;
                outline: -webkit-focus-ring-color auto 0px;
            }



            .buttoncheck {
                padding: 0 54px;
                border: none;
                background-color: #ef233c;
                color: #fff;
                font-weight: 700;
            }

            .dropdown-menu {
                --bs-dropdown-link-active-bg: #fff;
            }


            /* <--Blog.html--> */

            .borderblog {
                box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
            }

            .blogheading {
                color: #000;
            }

            .blogheading:hover {
                color: #ef233c;
            }

            .numberbackcolor {
                height: 20px;
                background-color: #88888838;
                width: 20px;
                line-height: 20px;
                text-align: center;
                border-radius: 3px;
            }

            .blogimage {
                width: 80px;
                transition: 3s;
            }

            .blogimage:hover {
                opacity: 0.9;
            }

            .blogwidth100 {
                width: 100%;
            }

            .blogwidth30 {
                width: 30%;
            }

            .blogwidth70 {
                width: 70%;
            }

            .blogtags {
                border: 1px solid #0000002b;
                padding: 5px 20px;
                border-radius: 4px;
                font-weight: bold;
                color: #000;
                line-height: 45px;
            }

            .darkTheme .blogtags {
                border: 1px solid #ffffff26;
                padding: 5px 20px;
                border-radius: 4px;
                font-weight: bold;
                color: #fff;
                line-height: 45px;
            }

            .blogtags:hover {
                background-color: #b81172d1;
            }

            .blogpagination {
                border: 1px solid #0000001c;
                margin-right: 3px;
                border-radius: 3px !important;
                color: #fff;
                font-weight: bold;
                padding: 8px 18px;
            }

            .blogpagination:hover {
                z-index: 2;
                color: #fff !important;
                background-color: #ef233c !important;
                border: 1px solid #000 !important;
                border-color: #ef233c;
            }

            .blogpagination1 {
                border: 1px solid #0000001c;
                margin-right: 3px;
                border-radius: 3px !important;
                padding: 8px 18px;
                font-weight: bold;
                color: #0000008c;
            }

            .blogpagination1:hover {
                z-index: 2;
                color: #ef233c !important;
                /* background-color: transparent !important;  */
                border: 1px solid #ef233c !important;

            }

            .darkTheme .blogpagination1 {
                background-color: #000 !important;
                border: 1px solid #ffffff4d;
                color: #fff !important;
            }

            .darkTheme .blogpagination1:hover {
                background-color: #000 !important;
                border: 1px solid #ffffff4d;
                color: #fff !important;
                color: #ef233c !important;
            }

            .page-link:focus {
                color: #0000008c !important;
                box-shadow: none;
            }


















            /* <--cart-page.html--> */
            .borderright {
                border-right: 2px #fff solid;
            }

            .pt3 {
                padding-top: 3px;
            }

            .btnincre {
                height: 27px;
                width: 27px;
                padding: 0px;
                border: none !important;
                color: #000;
            }

            .height35 {
                height: 35px;
            }

            .lineheight35 {
                line-height: 35px;
            }

            .floatright {
                float: right;
            }

            .font14 {
                font-size: 14px;
            }

            .inputstyle {
                padding: 12px !important;
                background: #130f0f14 !important;
            }

            .inputstyle::placeholder {
                color: #888 !important;
            }

            .inputstyle:focus {
                background-color: #fff !important;
                box-shadow: none !important;
                border-color: red;
            }

            .buttonstyle {
                padding: 10px 40px;
                border: none;
            }

            .font75 {
                font-size: 75px;
            }

            .contentadjust {
                position: absolute;
                top: 11px;
                font-style: italic;
                font-size: 17px;
                font-weight: bold;
            }

            .invertedcomma {
                color: #ff004357;
            }

            .spokename::before {
                content: '-';
            }

            .facebookicon {
                padding: 6px 14px;
                border-radius: 7px;
                background-color: #7f74ff;
                color: #fff;
                margin-left: 20px;
                cursor: pointer;
            }

            .twittericon {
                padding: 6px 14px;
                border-radius: 7px;
                background-color: #00c8ff;
                color: #fff;
                margin-left: 10px;
                cursor: pointer;
            }

            .pinteresticon {
                padding: 6px 14px;
                border-radius: 7px;
                background-color: #dc4e41;
                color: #fff;
                margin-left: 10px;
                cursor: pointer;
            }

            .bgblogcolor {
                background-color: #0000000d;
            }

            .circleimage {
                border-radius: 50%;
                width: 90px;
                height: 90px;
            }

            .font20 {
                font-size: 20px;
            }

            .width49 {
                width: 49% !important;
            }

            .padding19 {
                padding-top: 19px !important;
                padding-bottom: 19px !important;
            }

            .txtaracontrol {
                resize: none !important;
                height: 160px;
            }

            .displayflex {
                display: flex;
                justify-content: space-between;
            }

            .darkTheme .borderblog {
                border: 1px solid #ffffff21;
            }

            /* <--- error.html--> */

            .ohnostyle {
                text-align: center;
                font-size: 150px;
                margin-top: 51px;
            }






            summary {
                list-style: none;
                display: flex;
                /* also removes the list marker */
                align-items: center;
                padding: 15px 20px;
                font-weight: bold;
            }

            summary::after {
                content: '';
                width: 18px;
                height: 10px;
                background: url(https://uploads.sitepoint.com/wp-content/uploads/2023/10/1697699669arrow.svg) no-repeat;
                background-size: cover;
                margin-left: .75em;
                transition: 0.2s;
                position: absolute;
                right: 291px;
            }

            details[open]>summary::after {
                transform: rotate(180deg);
            }

            summary::-webkit-details-marker {
                display: none;
            }

            summary {
              
                color: #30353b;
                border-radius: 5px;
            }

            details[open] summary {
                border-radius: 5px 5px 0 0;
            }

            details {
                background: #0000000d;
                border-radius: 5px;
            }

            /* extra styles */

            * {
                box-sizing: border-box;
            }

            body {
                font-family: system-ui, sans-serif;
                margin: 20px;
                background: #fff9f1;
            }

            /* h1 {
                font-size: 1.2em;
            } */

            article>*:first-child {
                margin: 0;
            }

            article>*+* {
                margin: 0.75em 0 0 0;
            }

            code {
                font-size: .875em;
                color: #000;
                word-wrap: normal;
                font-family: Verdana, Geneva, Tahoma, sans-serif;
            }

            article {
                padding: 15px 20px;
                margin: 0;
            }

            details code {
                font-size: 1.1em;
            }
            /* <--- Contact.html--> */
            .width55{width: 55%;}
            .locationicon{
                border-radius: 50%;
                height: 60px;
                width: 60px;
                line-height: 60px;
                text-align: center;
                font-size: 20px;
            }
            .gridicon{
                display: grid;
    grid-template-columns: 1fr 6fr;
    grid-column-gap: 20px;
            }
            .heightwidthmap{height: 100vh;
            width: 100%;}
.form-control.is-valid {
     border-color:#0000001f; 
     padding-right:0 !important; 
    background-image: none;
    background-repeat: no-repeat;
     background-position: right calc(.375em + .1875rem) center; 
     background-size: calc(.75em + .375rem) calc(.75em + .375rem); 
}
.form-control.is-valid:focus{
    border-color:#0000001f;
    box-shadow: none;

}
.whiteTheme .borderlogin{
    border: 1px solid rgb(0 0 0 / 34%);
    padding: 45px;
    border-radius: 10px;
}
.darkTheme .borderlogin{
    border: 1px solid #fff;
    padding: 45px;
    border-radius: 10px;
}
.borderradius{
    border-radius: 10px;
}



            @media(max-width:540px) {
                .navbar-toggler {
                    padding: 2px 8px;
                    font-size: 13px;
                }

                .user {
                    background: #d74493;
                    padding: 3px 8px;
                    border-radius: 4px;
                    color: #fff;
                    text-decoration: none;
                }

                .title-hero-banner {
                    font-size: 35px !important;
                }

                h5 {
                    font-size: 17px !important;
                }

                .textaboveimage {
                    top: 20% !important;
                    left: 10% !important;
                    font-size: 26px !important;
                    width: 47% !important;
                    line-height: 28px !important;
                }

                .textaboveimage1 {
                    top: 30%;
                    left: 10%;
                    font-size: 26px;
                    width: 52%;
                    position: absolute;
                }

                .hoverimage {
                    margin-top: 15px;
                }

                .footerfont {
                    font-size: 28px;
                    margin-top: 50px;
                    margin-bottom: 0px;
                }

                .dgrid {
                    display: grid;
                    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
                    grid-gap: 0 8px;
                }

                .textcenter {
                    text-align: center;
                }

                .lastul {
                    display: flex;
                    gap: 38px;
                    justify-content: center;
                }

                .inpsearch {
                    background: transparent;
                    border: none;
                    border-bottom: #fff 2px solid;
                    padding: 13px 0;
                    color: #fff;
                    width: 77vh;
                    outline: -webkit-focus-ring-color auto 0px;
                }

                .width34 {
                    width: 78% !important;
                }

                .borderuser {
                    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
                    height: 143px;
                    border-radius: 5px;
                    margin-top: 4rem;
                }

                .margintop7540 {
                    margin-top: 7rem;
                }

                .margintop3rem {
                    margin-top: 3rem;
                }

                .dropdownbtn::after {
                    margin-left: 5.255em !important;
                }

                .font18540 {
                    font-size: 18px;
                }

                .blogwidth30 {
                    width: 22%;
                }

                .height155 {
                    height: 155px;
                }

                .circleimage {}

                .blogwidth30 {
                    width: 23% !important;
                }
            }

            @media(max-width:768px) {
                body {
                    overflow: hidden;
                }

                .buttonnone768 {
                    display: none;
                }

                .title-hero-banner {
                    font-size: 53px;
                }

                .carousel-caption {
                    top: 28%;
                }

                .textaboveimage {
                    top: 6%;
                    left: 10%;
                    font-size: 26px;
                    width: 67%;
                    position: absolute;
                    line-height: 28px;
                }

                .textaboveimage1 {
                    top: 30%;
                    left: 10%;
                    font-size: 24px;
                    width: 70%;
                    position: absolute;
                }

                .width50 {
                    width: 85%;
                    margin: auto;
                }

                .height320 {
                    height: 440px;
                }

                .footerfont {
                    font-size: 25px;
                    margin-top: 20px;
                }

                .textcenter {
                    text-align: center;
                }

                .lastul {
                    display: flex;
                    gap: 38px;
                    justify-content: center;
                }

                .inpsearch {
                    background: transparent;
                    border: none;
                    border-bottom: #fff 2px solid;
                    padding: 13px 0;
                    color: #fff;
                    width: 82vh;
                }

                .width34 {
                    width: 57%;
                }

                .dflex {
                    display: block;
                }

                .margintop7 {
                    margin-top: 7rem;
                }

                .headerfixed.fixed {
                    transition: top 0.3s ease-in-out;
                    position: fixed;
                    top: 0;
                    left: 0;
                    right: 0;
                    z-index: 1000;
                    background-color: #fff;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                .margintop3rem {
                    margin-top: 3rem;
                }

                .blogwidth30 {
                    width: 16%;
                }

                .displayflex {
                    display: inline;

                }

                .width49 {
                    width: 100% !important;
                }
                .width55 {
                    width: 75%;
                }
            }