/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
   
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.swiper{
    z-index:0 !important;
}

.swiper-wrapper {
    z-index: 0 !important;
}

.swiper-backface-hidden .swiper-slide{
    background-color:transparent;
}

@media screen and (max-width: 4000px){
    main{
        min-height:100vh !important;
        margin-top:80px !important;
    }
}

@media screen and (max-width: 1900px){
    main{
        min-height:68vh !important;
        margin-top:80px !important;
    }
}

@media screen and (max-width: 1400px){
    main{
        min-height:281px !important;
        margin-top:80px !important;
    }
}

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
       -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
         -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
}
   
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
        -ms-transition-property: height, width;
         -o-transition-property: height, width;
            transition-property: height, width;
}
   
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:      -o-transform, opacity;
            transition-property:         transform, opacity;
}
   
/**** disabling Isotope CSS3 transitions ****/ 
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
}
/* End: Recommended Isotope styles */
  
.os-content{
    padding: 10px 50px !important;
}

.container {
    max-width: 1600px;
    padding: 0 50px;
    /*margin-top: 80px;*/
}

@media screen and (max-width: 992px) {
   .container {
        padding: 0 30px !important;
    } 
}

@media screen and (max-width: 767px) {
   .container {
        padding: 0 20px !important;
    } 
}

@media screen and (max-width: 575px) {
    .modal.show .modal-dialog {
        -webkit-transform: none;
        transform: none;
    }
    .modal .modal-dialog {
        transform: translate(-50%, -50%) !important;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        margin: 0;
    }
    
    .modal-dialog .form-control {
        font-size: 12px;
        height: 34px !important;
        margin-bottom: 14px !important;
    }
}

@media screen and (max-width: 375px) {
   .container {
        padding: 0 10px !important;
    } 
}

.services, .top-section, .page-header {
    padding-top: 4rem;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.1)!important;
    border-radius: 5px;
}

.text-content-wrapper {
    padding: 6rem 0rem;
    /*background-color: #223640;*/
    /*margin: 50px 0;*/
}

.text-content-inner {
    margin-top: 4rem;
}

.navigation-menu .os-content{
    padding: 0px !important;
}

body .footer {
    padding: 0px !important;
    flex-shrink: 0 !important;
    transition:all 0.1s;
    min-height:100%;
    padding: 0px !important;
    display: flex;
    flex-direction: column;
}

.border {
    border: 1px solid #f5f5f5!important;
    border-radius: 5px;
}
.navigation-wrapper ul.nav {
    column-gap: 10px;
}

.navigation-menu-social ul {
    margin-top: 8px !important;
    padding-left: 0;
}

.navigation-menu-social ul li a i {
    font-size: 2.4rem;
    color: #46ddf2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.navigation .hamburger {
    display: none;
    z-index: 550;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.fa-cart-arrow-down:before {
    content: "\f218";
    font-size: 18px;
}

.productCounter {
    display:none !important;
    background: #fff;
    color: #000;
    border-radius: 50px;
    width: 13px;
    display: inline-block;
    height: 13px;
    line-height: 12px;
    padding: 1px 3px;
    font-size: 8px;
    position: absolute;
    top: 0;
    right: -3px;
    text-align: center;
}
.topNavMenu{
    position: relative;
}

.topNavMenu .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    font-size:15px;
}

@media screen and (max-width: 992px) {
    .topNavMenu .nav-link {
        font-size:13px;
    }
}

.active a{
    /* border-bottom: 2px solid #46ddf2; */
    color: #46ddf2 !important;
}

.active_two a{
    color: #fff !important;
    background: #46ddf2 !important;
    font-weight: 600 !important;
}

.active_two i{
    background-color: #fff !important;
    color: #3e445a !important;
}


.navigation-wrapper {
    background-color: #223640 !important;
    padding: 10px 0px;
}

.navigation .logo a {
    padding: 6px !important;
    
}

.topNavMenu .nav .nav-link:hover{
    color: #46ddf2;
}

.top-heading {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.blog-heading {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.services-header-wrapper {
    padding-top: 0rem !important;
    padding-bottom: 0rem;
}

.page-header-top {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.about-text-section-inner .heading {
    margin-top: 3rem;
    margin-bottom: 6rem;
    padding: 0;
    color: #333;
    text-align: justify;
}

.heading.heading-large, .heading.heading-large>* {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
}

.about-text-section-wrapper {
    /*background-color: #223640;*/
}

.about-text-section-inner h2 {
    /*color: #000;*/
}

.paragraph, .paragraph>* {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    text-align: justify;
    color: #333;
}


figure{
    width: 100% !important;
}

figure img{
    width: 100% !important;
}

.navigation-menu-menu {
    padding: 7.5rem 0rem 4rem 4rem;
}

.sub-menu li{
    display: flex;
    column-gap: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.sub-menu figure{
    width: 30px !important;
}

.sub-menu figure img{
    width: 30px !important;
}

.navigation-menu-menu .menu>li>a:hover {
    color: #46ddf2;
}

.navigation-menu-menu .sub-menu a, .navigation-menu-menu .children a {
    font-size: 16px;
    font-weight: 600;
    color: #9a9a9a;
    letter-spacing: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.heading.heading-very-large, .heading.heading-very-large>*, .page-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0rem;
    margin-bottom: 0;
    color:#000;
}

.text-about-section .content-wrapper .button {
    margin-top: 4.2rem;
}

/* checkout area start */
.parchesArea table thead th, .myOrderTableArea table thead th{
    /*background-color: transparent !important;*/
    /*font-weight: 700;*/
    /*color: #000;*/
    /*font-size: 16px;*/
    /*border:none !important;*/
}

.parchesArea table th, table td {
    border:none !important;
}

.parchesArea .table td, .parchesArea .table th, .myOrderTableArea .table td, .myOrderTableArea .table th{
    vertical-align: middle !important;
    /*text-align: center;*/
}

.parchesArea thead, .myOrderTableArea thead {
    border-bottom: 1px solid #46ddf2;
    background-color: #46ddf2;
}

.myOrderTableArea tr {
    border-bottom: 1px solid rgb(70 221 242 / 60%);
    text-align: center;
}

.parchesArea tbody {
    border-bottom: 1px solid #cccccc;
}

.parchesArea {
    padding: 80px 0px;
    background: #f7f7f7;
}

.parchesTable {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 10px #ececec;
}

.orderDone, .orderPending, .orderShipped, .orderCancelled, .orderAccepted{
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    width: 90px;
    font-size:13px;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    padding: .375rem .75rem;
}

.orderAccepted{
    background-color: #975ee2;
}

.orderDone {
    background-color: #10c469;
}

.orderPending {
    background-color: #FFC107;
}

.orderShipped {
    background-color: #62c9e8;
}

.orderCancelled {
    background-color: #ff5b5b;
}

.parchesArea .btn.btn-info {
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    width: 30px;
}

.parchesArea .btn.btn-success {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    width: 180px;
    padding: 6px 10px;
    margin: 20px 0;
    border-radius: 25px;
}

.parchesArea i.fa-solid.fa-trash-can {
    font-size: 17px;
    color: #f44336;
}

.proImage img {
    max-width: 110px;
    height: 100px;
    border-radius: 10px;
}

.parchesArea table tr{
   border-bottom: 1px solid rgb(70 221 242 / 50%);
}

.orderImg img {
    width: 100px;
    height: 75px;
    border-radius: 10px;
}

.checkoutSumbit{
    margin-top: 24px;
}

.checkoutSumbit .btn {
    background-color: #009e9e;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    padding: 6px 10px 3px 10px;
}

form.checkoutForm .form-control {
    height: 35px;
    font-size: 12px;
    font-weight: 600;
}

form.checkoutForm label {
    font-size: 13px;
    font-weight: 900;
}

#checkout .modal-header {
    border:none !important;
    text-align:center;
}

#checkout .modal-title {
    font-size: 20px;
}

#checkout .form-group {
    margin-bottom: 18px;
}

#checkout .modal-content{
    padding: 10px 30px;
}

#checkout .modal-header .close, #checkoutSubmitBtn .modal-header .close{
    position: absolute;
    font-size: 25px;
    right: 7px;
    top: 7px;
}

#checkoutSubmitBtn .modal-body{
    text-align:center;
    margin:10% auto;
}

.parchesArea .fa-solid.fa-face-smile {
    font-size: 26px;
    color: #05887c;
    margin-left: 6px;
}

#checkoutSubmitBtn .modal-dialog {
    max-width: 500px;
    margin: 15% auto;
}

#checkoutSubmitBtn .modal-header{
    border: none !important;
}

/* checkout area end */

.button, .form-submit>.submit, .submit-contact input, #cancel-comment-reply-link {
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    border: none;
    display: inline-block;
    color: var(--slope-foreground);
    font-size: 14px;
    font-weight: 700;
    padding: 1.9rem 5.1rem;
    max-width: 100%;
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 3px;
}

.homeBtn {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    row-gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
}

/*.testimonial-slide .testimonial-image{*/
/*    width: 40%;*/
/*    margin-right: 40px;*/
/*    box-shadow: 0px 0px 20px rgb(145, 145, 145);*/
/*}*/

.testimonial-slide .testimonial-image {
    width: 100%;
    /* margin-right: 40px; */
    /* box-shadow: 0px 0px 20px rgb(145 145 145); */
    text-align: center;
}

/*.testimonial-slide .testimonial-image img{*/
/*    width:600px;*/
/*}*/

.testimonial-slide .testimonial-image img {
    width: 500px;
    height: 400px;
    object-fit: cover;
    margin-bottom: 24px;
}

/*.testimonial-slide .testimonial-content{*/
/*    width: 60%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/


.testimonial-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.testimonial-slide .testimonial-content {
    width: 100%;
    display: flex;
    align-items: center;
}

.testimonial-slide .testimonial-content div{
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    line-height: 5rem;
}

.testimonial-slider .slider--nav {
    width: var(--content-width);
    margin-left: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.1rem;
}

.testimonial-slider .slider--nav {
    width: 100%;
    margin-left: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.1rem;
    justify-content: center;
}

.client-image{
    display: inline-block !important;
    width: 100px !important;
    max-height: 110px !important;
}

.client-image img{
    width:100%;
    height: 110px;
}

.footer--logo img {
    width: 150px;
}

.footer--header {
    border-bottom: 1px solid #333;
    padding-bottom: 0;
    margin-bottom: 2rem;
}

.footer .detail-single {
    margin-top: 1px;
}

.detail-single a{
    display: block;
}

.footerNavigation .nav a{
    color: #949494;
    font-size: 14px;
    transition: all 0.5s linear;
    padding:0;
}

.footerNavigation li.nav-item {
    list-style: disc;
    color: #fff;
    margin-left:17px !important;
}

.footerNavigation .nav a:hover {
    color: #46ddf2;
    margin-left: 10px !important;
}

.footerNavigation .nav{
    flex-direction: column;
}

.footerNavTitle {
    font-size: 18px;
    margin-bottom: 14px;
    color: #fff;
    padding: 0;
    line-height: 1;
    margin-bottom: 6px;
}

.footer-bottom {
    text-align: center;
    margin: 5rem 0 0 0;
    background-color: #000000;
    color: #fff;
}

.footer-bottom h6 {
    font-size: 13px;
    font-weight: 700;
    color: #848484;
    line-height: 35px;
    margin-bottom: 0 !important;
    padding: 6px 0px;
    background: #304752;
}

.client-slider .client-slide img{
    opacity: 0.8;
}

.partner-logo-grid{
    padding: 50px 0;
}

.partner-logo-grid .row{
    row-gap: 35px;
}

.partner-icon{
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 130px;
    box-shadow: 0px 2px 7px 0 #cccccc;
}

.partner-icon img{
    width: auto;
    height: auto;
       max-height: 120px;
    max-width: 170px;
    margin-bottom: 0px;
}

.footer .detail-single h4:hover {
    color: #46ddf2;
}

.navigation-menu-social ul li a i:hover {
    color: #46ddf2;
}

.footer--wrapper {
    padding: 5rem 0 0 0;
    background-color: #223640;
    /*position: fixed;*/
    /*bottom: 0px;*/
    /*width: 100%;*/
}

.projects-header {
    padding-top: 5em;
    padding-bottom: 5rem;
    background-color: #223640;
}

.projects-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #223640;
}

.project-list-single--content {
    background-color: #223640;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.project-list-single--content .project-single-service h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #757575;
    letter-spacing: 0.1rem;
    line-height: 3.8rem;
}

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

.testimonial-section-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.client-section-wrapper{
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.mainContainer {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

.footer .detail-single h6 {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 900;
    color: #fff;
    line-height: 1.6rem;
    letter-spacing: normal;
}

.footer .detail-single h4 {
    font-size: 14px;
    font-weight: 600;
    color: #949494;
    line-height: normal;
    margin-top: 0.7rem;
    letter-spacing: normal;
}

.project-list-single--content h2 {
    font-size: 3.5rem;
}

.service--box--content h4 {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 4rem;
    color: #000;
    white-space: pre-wrap !important;
}

.button::before, .form-submit>.submit::before, .submit-contact input::before, #cancel-comment-reply-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #46ddf2;
    z-index: -1;
}

.project-list-single--content .project-single-button--inner {
    width: 4.7rem;
    height: 4.7rem;
    border-radius: inherit;
    background-color: #46ddf2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.project-list-single--content .project-single-button {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 50%;
    background-color: rgba(70,221,242,0.25);
    position: relative;
    margin-top: 2.1rem;
}

.customrArea{
    padding: 5rem 0;
}

.sampleImg{
    text-align: right;
}

.sample-1 {
    width: 100%;
    margin: 0px auto;
    border-radius: 10px;
}

.text-image-content-inner .heading-large {
    font-size: 24px !important;
    margin-bottom: 16px;
}

@media screen and (max-width: 992px) {
    .sampleImg{
        text-align: center;
    }
    .sample-1 {
        width: 70%;
        margin: 14px auto;
        border-radius: 10px;
    }
    .heading.heading-large, .heading.heading-large>* {
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;  
    }
}

@media screen and (max-width: 575px) {
    .sample-1 {
        width: 80%;
    }
}

@media screen and (max-width: 375px) {
    .sample-1 {
        width: 100%;
    }
}


.sliderContent {
    margin: 20px;
    padding: 60px;
    box-shadow: 0px 2px 7px 0 #cccccc;
    border-radius: 25px 0 25px 0;
    background-color:#fff;
}

.customerContent .sliderContent h6{
    font-size: 2rem;
    font-style: italic;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.bootstrap-select .dropdown-toggle {
    background-color: #fff;
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 1.8rem;
    line-height: 3rem;
    height: 4.8rem;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-section-wrapper select {
    word-wrap: normal;
    width: 100%;
    height: 35px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    outline: none;
    border: transparent;
    border-bottom: 2px solid;
    background: transparent;
}

.blog-section-wrapper option{
    font-weight: bold;
}

.bg-main {
    background-color: #6dedff;
}

.productsView p{
    font-size:14px;
    line-height: 32px;
}

@media screen and (max-width: 992px) {
    .productsView p {
        line-height: 26px;
        text-align: justify;
    }
}

/* owl custom css */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #46ddf2 !important;
}

.sliderContent span{
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #46ddf2;
    margin-right: 10px;
}

.about-text-section-inner .heading {
    font-size: 16px !important;
}

@media screen and (max-width: 1024px) {
    .testimonial-slide .testimonial-image img {
        width: 100%;
    }
    .testimonial-slide .testimonial-image {
        width: 100%;
    }
    .testimonial-slide .testimonial-content {
        width: 100%;
    }
    .navigation .hamburger {
        display: block;
        z-index: 550;
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    .sliderCard img {
        width: 100% !important;
        height: 400px !important;
        object-fit: cover;
    }
    
    .project-list-single--thumbnail img {
        max-width: 100% !important;
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 575px) {
    .sliderContent{
        padding: 30px;
    }
    .testimonial-slide .testimonial-content div{
        line-height: 2.8rem;
        font-size: 1.7rem;
        text-align: justify;
    }
    .client-slider .client-slide{
       text-align: center !important;
    }
    .heading.heading-very-large, .heading.heading-very-large>*, .page-title{
        line-height: 4.5rem;
        font-size: 20px;
    }
    .text-image-content-inner {
        padding: 4rem 1.5rem 4.5rem 1.5rem;
    }
    .text-image-content .reverse {
        padding: 4rem 1.5rem 4.5rem 1.5rem;
    }
    .text-image-content .heading {
        margin-bottom: 0.5rem;
    }
    .service--box--content {
        padding: 5rem 1.5rem;
    }
    .service--box--content p {
        margin-top: 5px;
    }
    .service--box:nth-child(4n+3) .service--box--content, .service--box:nth-child(4n+4) .service--box--content, .service--box:nth-child(even) .service--box--content {
        padding: 5rem 1.5rem !important;
    }
    .heading.heading-large, .heading.heading-large>* {
        font-size: 16px !important;
        font-weight: 700;
        line-height: 3.5rem;
        letter-spacing: -0.1rem;
        /*text-align: center;*/
    }
    .sliderContent p{
        font-size: 1.8rem;
        line-height: 2.9rem; 
    }
    
    .service--box--content p {
        font-size: 13px;
        font-weight: 500;
        line-height: 3rem;
    }
    
    .customerContent .sliderContent h6 {
        font-size: 1.8rem;
        line-height: 14px;
    }
    
    .sliderCard img {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover;
    }
    .project-list-single--thumbnail img {
        height: 300px !important;
    }
    .homeBtn .button {
        padding: 10px 30px;
        line-height: 28px;
    }
    .service--box--image .icon {
        width: 11rem;
        height: 11rem;
    }
    .tab-single {
        margin-top: 24px;
    }
    .tab-single p {
        font-size: 13px;
        line-height: 22px;
    }
    .nav-pills-wrapper .nav-item .nav-link {
        font-size: 13px;
        /*font-style: italic;*/
    }
    .tabs .tab-heading {
        margin-bottom: .6rem;
        text-decoration: underline;
    }
    .tabs-content .heading {
        text-decoration: underline;
    }
    .text-content-inner p {
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    .sliderContent{
        padding: 20px;
    }
    
    .sliderContent p{
        font-size: 1.5rem;
        line-height: 2.6rem; 
    }
    .customerContent .sliderContent h6 {
        font-size: 1.6rem;
        line-height: 14px;
    }
    
    .sliderCard img {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover;
    }
}

/* login form css start */
.loginBg{
    padding: 5rem 0;
    background: #f7f7f7;
}

.registerArea h5, .loginArea h5{
    font-size: 2.3rem;
}

.loginArea{
    width: 420px;
    margin: 0% auto;
    background-color: #fff;
    box-shadow: 0px 3px 10px #ececec;
}

.loginContent, .registerContent{
    padding: 0px 50px 10px;
}

.loginContent h6, .registerContent h6{
    margin-bottom: 5rem;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

span.forgotPwd {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.dontAccount{
    font-size: 1.5rem;
    text-align: center;
    margin: 5px auto 0;
}

.dontAccount span {
    font-size: 14px;
    font-weight: 700;
    color: #bd0000;
}

.dontAccount span:hover {
    color: #0093a7;
}

.loginForm .form-group, .registerArea .form-group, .addProductArea .form-group{
    margin-bottom: 3rem;
}

.loginForm .form-control{
    height: 44px !important;
    font-size: 16px;
}

.loginForm label, .registerForm label, .regForm label, .addProductArea label{
    font-size: 13px;
    font-weight: 700;
}

.forgotPwd a{
    font-size: 12px;
    color:gray
}

.forgotPwd a:hover{
    text-decoration: underline !important;
    color: #008fa1;
}

.loginArea input::placeholder, .registerArea input::placeholder{
    font-size: 13px !important;
    font-family: 'Spartan';
}

.loginOptions .nav{
    justify-content: center;
    column-gap: 30px;
    row-gap: 15px;
}

.loginOptions .fa-brands{
    font-size: 22px;
}

.loginOptions .fa-brands:hover{
    color:#46ddf2;
}

@media screen and (max-width: 992px) {
    .loginArea {
        padding: 0px 50px;
    }
}
/* login css end */


/* registration css start */
.registerArea{
    width: 70%;
    margin: 0% auto;
    background-color:#fff;
    box-shadow: 0px 3px 10px #ececec;
}

.registerArea .form-control, .addProductArea .form-control{
    height: 44px;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 28px;
}

@mixin object-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.profile-pic {
    color: transparent;
    transition: all .3s ease;
    @include object-center;
    position: relative;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    z-index: 0;
}
    
.profile-pic input {
    display: none;
}
    
.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 145px;
    height: 145px;
    box-shadow: 0 0 10px 0 rgba(255,255,255,.35);
    border-radius: 100px;
    z-index: 0;
    border: 1px solid #46ddf2;
    border-radius: 100px;
}
    
.profile-pic .-label {
    cursor: pointer;
    height: 145px;
    width: 145px;
    border: 1px solid #46ddf2;
    border-radius: 100px;
}
    
.profile-pic:hover .-label {
    @include object-center;
    z-index: 10000;
    border-radius: 100px;
}

.upload_photo{
    position: absolute;
    color: #000;
    bottom: -24px;
    font-size: 14px;
    font-weight: 600;
}
  
.regForminput {
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #aaaaaa;
}
  
  /* Mark input boxes that gets an error on validation: */
.regForm input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
/* .regForm  .tab {
    display: none;
  } */
  
.regForm button {
    background-color: #00c2da;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    outline: none;
  }
  
.regForm button:hover {
    opacity: 0.8;
  }
  
.regForm #prevBtn {
    background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
.regForm .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
.regForm .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
.regForm .step.finish {
    background-color: #04AA6D;
  }
/* registration css end */

/* information css start */
.regForm {
    margin:0 auto;
  }
  
  /* Mark input boxes that gets an error on validation: */
  #regForm   input.invalid {
	background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  /* #regForm  .tab {
	display: none;
  } */
  
  #regForm   button {
	background-color: #04AA6D;
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	font-size: 17px;
	font-family: Raleway;
	cursor: pointer;
  }
  
  #regForm  button:hover {
	opacity: 0.8;
  }
  
  #regForm  #prevBtn {
	background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
  #regForm  .step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;  
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
  }
  
  #regForm  .step.active {
	opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  #regForm  .step.finish {
	background-color: #04AA6D;
  }

.form-check-inline .form-check-input {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.regForm label {
    width: 340px;
}

.lableTitle{
    font-size: 18px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}

.regForm .nav{
	justify-content: space-between;
}

.regForm .nav span{
	background: #11c7d2;
	border-radius: 100px;
	font-size: 13px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
}

.regForm input[type=checkbox]{
  width: 20px !important;
  margin-right: 10px;
  vertical-align: middle;
}

.registerBg {
    padding: 5rem 0;
    background: #f7f7f7;
}
/* information css end */

/* responsive css start*/
@media screen and (max-width: 992px) {
    .loginContent {
        padding: 0px;
    }
    .registerArea {
        width: 100%;
        margin: 0% auto;
    }
}

@media screen and (max-width: 767px) {
    .registerContent {
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {
    .loginArea{
        width: 360px;
    }
}

@media screen and (max-width: 375px) {
    .registerContent {
        padding: 20px 15px;
    }
    .loginArea{
        width: 100%;
        margin: 15px 0px;
        padding: 0px 30px;
    }

}
/* login form css end */

.contact-form-wrapper {
    /*width: 75%;*/
    /*margin: 0 auto;*/
}

.contact-form input{
    height: 5rem;
    border: none;
    border-bottom: 2px solid #d6d6d6;
    font-size: 13px;
}

.contact-form textarea{
    border: none;
    border-bottom: 2px solid #d6d6d6;
    font-size: 13px;
}

.contact-form .form-group{
    margin-bottom:30px !important;
}

@media screen and (max-width: 992px) {
    .contact-form .form-group {
        margin-bottom: 15px !important;
    }
}

.contact-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-width: 2px;
    border-color: #46ddf2 !important;
    outline: 0;
    box-shadow: none !important;
}

.contact-form .send{
    margin-top: 10px;
    background-color: #39a8bb;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;
    box-shadow: 0px 3px 7px #cccccc;
}

.contact-form .send:hover {
    background-color: #028fa7;
}

/* profile section css start */
.userNav .userContent{
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.userContent img{
    width: 35px;
}

.sidebar .font-weight-bold{
    font-size: 16px;
}

.userContent span{
    font-size: 13px;
    font-weight: 700;
}

.profileArea{
    padding: 5rem 0;
    background: #f7f7f7;
}

.sidebar {
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0px 3px 10px #ececec;
    /*height: 100%;*/
    /*max-height: 1042px;*/
    max-height: 675px;
    position: sticky;
    overflow: auto;
    overflow-y: overlay !important;
}

.sidebar .btn {
    width: 80px;
    height: 30px;
    font-size: 13px;
    font-weight:500;
}

.pagination{
    justify-content: end;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    font-weight:bold;
    background-color: #3494a5 !important;
    border-color: #3494a5 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 7px 13px !important;
    margin-left: -1px;
    line-height: 1.25;
    color: #000 !important;
    background-color: #ffffff !important;
    border: 1px solid #dee2e6;
    font-weight: 200;
    font-size: 14px;
}

.sidebar .form-group {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    height: 30px;
}

.sidebar label {
    position: relative;
    top: 4px;
    margin-left: 10px;
    font-size: 13px;
}

.searchForm .searchIcon{
    position: absolute;
    right: 14px;
    top: 8px;
    font-size: 16px;
    opacity: 0.7;
}

.searchForm .form-control{
    height: 40px;
    outline: none;
    font-size: 13px;
}

.productCard {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 10px #ececec;
    cursor: pointer;
    border-radius: 10px;
    min-height: 245px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.2s linear;
    top:0;
    margin-bottom: 30px;
}

/*.productCard:hover {*/
/*    box-shadow: 0px 4px 8px rgb(38 38 38 / 20%);*/
    /*top: -4px;*/
/*    background: rgb(70 221 242 / 75%);*/
/*}*/

.productCard:hover .card-title{
    color: #333;
}

.productCard .cardImg {
    /*background-color: #f0f0f0;*/
    overflow: hidden;
    min-height: 180px;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.cardImg .img-fluid{
    width:100% !important;
}

.productCard .cardImg:hover{
    overflow: hidden;
}

.productCard .card-title{
    color: #009bb1;
}

.productCard .cardImg img {
    width: 100%;
    height: 210px;
    object-fit:scale-down;
    /*object-fit: contain;*/
    /*object-position: top;*/
}

.productCard .cardImg img:hover{
    /*transform: scale(1.2);*/
}

.productCard .card-body {
    padding: 15px 20px;
    text-align: center;
    background: #f9f9f9;
    border-top: 1px solid #efefef;
}

#productViewSlider img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}

@media screen and (max-width: 575px) {
    #productViewSlider img {
        width: 60%;
    }
}

.productsView .quantity, .productsView .description {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.productsView .card-body {
    padding: 0px 1.25rem !important;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.productCard:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.productCard:hover:before {
    transform: scale(21);
}

.logoTitle{
    color: #46ddf2;
    font-style: italic;
    text-decoration: underline;
    margin-top: 20px;
}

.quantityContent{
    display: flex;
    column-gap:20px;
    align-items:center;
}

@media screen and (max-width: 420px) {
    .quantityContent {
        row-gap: 20px;
        align-items: start;
        flex-direction: column;
    }
}




.productsView .addtoBtn {
    background: #46ddf2;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 7px 30px 3px 30px;
    border-radius: 40px;
}

.quantityNumber span {
    cursor:pointer; 
}

.quantityNumber {
    border-radius: 25px;
    width: 135px;
}

.quantityNumber .minus, .quantityNumber .plus{
    width: 32px;
    height: 32px;
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    background: #edeef5;
    border-radius: 100%;
    display: inline-block;
    line-height: 33px;
}

.quantityNumber .minus:hover, .quantityNumber .plus:hover {
    background: #46ddf2;
}

.quantityNumber input{
    height: 34px;
    width: 38px;
    text-align: center;
    font-size: 13px;
    padding-top: 3px;
    display: inline-block;
    border: none;
    vertical-align: bottom;
}
			
#productViewSlider .carousel-control-next-icon, #productViewSlider .carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e);
    background-size: 17px;
    background-color: #000;
    border-radius: 100px;
    width: 28px;
    height: 28px;
}

.products .row{
    /*row-gap: 30px;*/
}

.productCard h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #000 !important;
}

.productCard p{
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #868686;
}

.productCard .button{
    padding: 1rem 1.5rem !important;
    font-size: 13px;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.profileDetailsSideBar i {
    color: #fff;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    font-size: 11px;
    background: #3e445a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profileBox {
    background-color: #fff;
    padding: 0 24px;
    box-shadow: 0px 3px 10px #ececec;
    
}

.profileDetailsSideBar{
    background-color: #fff;
    /*border-radius: 5px;*/
    border: 1px solid #f5f5f5;
    box-shadow: 0px 3px 10px #ececec;
}

.profileDetailsSideBar .nav-link{
    font-size: 13px;
    display: flex;
    align-items: baseline;
    color:#3e445a;
    line-height: 44px;
    font-weight: 500;
    padding: 4px 20px;
    border-bottom: 1px solid #f5f5f5;
}

.profileDetailsSideBar .nav-link:hover {
    color: #0099ad;
}

.profileInformation h6{
    border: 1px solid #dcdcdc;
    font-size: 13px;
    color: #7d7d7d;
    padding: 0 10px;
    font-weight: 600;
    border-radius: 3px;
}

.profileInformation h5{
    font-size: 20px;
    margin-bottom: 0;
    /*margin-left: -15px;*/
}

.profileInformation label{
    font-size: 13px;
    font-weight: 600;
}

.profileInformation .edit{
    width: 46px;
    height: 30px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
}

.profileInformation .profileEdit {
    width: 46px;
    height: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    position: absolute;
    top: -6px;
    right: -20px;
    color: #46ddf2;
}

a.btn.back {
    padding: 0px 0 10px;
    display: inline-block;
    box-shadow: none !important;
}

.profileInformation .update{
    font-size: 12px !important;
    line-height: 26px !important;
    width: 110px;
}

button.btn.btn-info.moreAdd {
    font-size: 12px;
    font-weight: 700;
    padding: 7px 10px;
}

.modal-header h4{
    font-size: 20px;
    margin: 0 auto;
}

.viewAdd p, .addressContent p {
    font-size: 14px;
    line-height: 24px;
    font-weight:600;
}

.viewAdd h6 {
    border: none !important;
    font-size: 14px;
    color: #7d7d7d;
    padding: 0 10px;
}

.addViewDiv{
    padding:0 14px;
}

.viewAdd p span, .addressContent p span{
    font-weight: normal;
}

.saveAddressArea .edit, .saveAddressArea .delete{
    font-size:18px;
    width:40px;
}

#addAddress .form-check-label {
    font-size: 12px;
    display: flex;
    align-items: center;
}

#addAddress .form-check-input{
    font-size:13px;
    width: 16px !important;
    margin-bottom: 4px;
}

.default{
    margin-bottom: 15px;
    color: green;
    font-size: 13px;
    font-weight: 600;
    
}

.addType{
    margin-bottom:30px;
    display:flex;
    column-gap:15px;
    justify-content:start;
}

.addType p{
    padding: 0px 15px;
    border: 2px solid gray;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
}

.addType p.active{
    border: 2px solid #018a8a;
}

.modal-footer, .modal-header{
    border:none !important;
}

.addType .fa-solid{
    margin-right:5px;
}

.addressContentArea {
    padding: 50px 0;
    background: #f7f7f7;
}

.addressContentChange{
    width: 58%;
    margin: 20px auto;
    background: #fff;
    padding: 30px 50px;
    box-shadow: 0px 3px 10px #ececec;
}

@media screen and (max-width: 992px) {
    .addressContentChange {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .addressContentChange {
        width: 100%;
    }
}


@media screen and (max-width: 575px) {
    .addressContentChange {
        padding: 20px;
    }
}

.saveAddressArea input {
    position: unset !important;
    height: 14px !important;
    margin-right: 8px !important;
    margin-top: -3px !important;
    vertical-align: middle !important;
}

.saveAddressArea p {
    font-size: 13px;
    /*margin-left: 20px;*/
}

.saveAddressArea .form-check-label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.continueButton{
    /*margin: 20px 0;*/
    display:flex;
    column-gap:10px;
}

button.btn.addNew {
    color:#fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    box-shadow: 0px 3px 7px #cccccc;
}

button.btn.addNew:hover {
    background-color: #008aa0;
    border-color: #008aa0;
}

.btn.continue {
    color:#fff;
    background-color: #009688;
    border-color: #009688;
    font-size: 13px;
    font-weight: 700;
    padding: 8px;
    box-shadow: 0px 3px 7px #cccccc;
}

a.btn.continue:hover {
    background-color: #007167;
    border-color: #007167;
}

#addAddress .modal-header .close, #addAddress2 .modal-header .close, #addAddress3 .modal-header .close,  #change_address .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 5px;
    font-size: 22px;
    top: 10px;
}

.saveAddressContent{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #efefef94;
    padding: 20px 20px 0;
    border-radius: 10px;
    /*border: 1px solid #f3f3f3;*/
    box-shadow: 0 3px 3px #dedcdc;
}

.addressLabel{
    /*margin-left:14px;*/
}

.saveAddressContent p {
    line-height: 22px;
}

.checkoutParagraph p{
    margin-left:21px
}

button.btn.btn-success {
    line-height: 22px;
    color: #222529;
    font-size: 12px;
    font-weight: 700;
    background-color: #46ddf2;
    border-color: #46ddf2;
}

.btn-success{
    color: #fff;
    background-color: #009823;
    border-color: #009823;
}

.back .fa-chevron-left {
    background: #46ddf2;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    text-align: center;
}

a.btn.back {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    line-height: 30px;
    font-size: 20px;
}

#addAddress .form-control, #addAddress2 .form-control, #addAddress3 .form-control, #change_address .form-control, #editmodal .form-control{
    font-size: 12px;
    height:34px !important;
    margin-bottom: 14px;
}

#addAddress label, #addAddress2 label, #addAddress3 label, #change_address label, #editmodal label{
    font-size: 13px;
    font-weight: 600;
}

.titleSaveAddress{
    margin-bottom:14px;
}

.editDeleteArea .edit{
    color: #17a2b8 !important;
    padding:0px !important;
}

.editDeleteArea .delete{
    color: #dc3545 !important;
    padding:0px !important;
}

.orederViewContent{
    display:flex;
    justify-content:space-between;
}

.orederViewContent .orderIdBox{
    width:40%;
}

.orederViewContent .addressBox{
    width:50%;
}

@media screen and (max-width: 575px) {
    .orederViewContent .orderIdBox{
        width:100%;
    }

    .orederViewContent .addressBox{
        width:100%;
        justify-content: start;
    }
    
    .orederViewContent{
        flex-wrap:wrap;
        row-gap:20px;
    }
    
}

.addressBox label{
    font-size:13px;
    font-weight:700;
}

.addressData p{
    font-size:13px;
    line-height:24px;
}

.addressBox{
    display:flex;
    column-gap:5px;
    align-items: baseline;
    justify-content: end;
}

.addressLabel span{
    font-size:13px;
    /*font-weight:700;*/
}

.orderIdBox p{
    font-size:13px;
    font-weight:700;
    line-height:24px;
}

.orderIdBox p span{
    font-weight:normal;
}

.orderViewArea {
    /*border: 1px solid #eaeaea;*/
    padding: 20px;
    margin: 20px 0 40px;
    border-radius: 10px;
    box-shadow: 0px 2px 3px #cccccc;
    background-color: #fff;
}

.orderId{
   color: #00aac5;
   font-weight: 700 !important; 
}

.myOrderTableArea {
    box-shadow: 0px 2px 3px #cccccc;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: #fff;
    /*overflow: hidden;*/
}

.myOrderTableArea table img {
    width: 110px;
}

.backBtn{
    margin-top: 28px;
}

.backBtn .back{
    background-color: #46ddf2;
    font-size: 13px;
    color: #FFF;
    font-weight: 700;
}

/*.media h5{*/
/*    line-height: 4rem;*/
/*}*/

/*.media p{*/
/*    font-size: 14px;*/
/*    line-height: 2.5rem;*/
/*}*/

/* setting page css start */
.settingContent .form-group{
    display: flex;
    column-gap: 15px;
    margin-bottom: 30px;
    align-items: center;
}

.settingContent{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 10px #ececec;
}

.settingContent .form-control {
    font-size: 18px;
}

.settingContent label{
    min-width: 128px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.settingContent input{
    width: calc(100% - 142px);
    height: 44px;
}


.saveBtn .btn{
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    padding: 4px 12px;
}


@media screen and (max-width: 767px) {
    .settingContent .form-group {
        display: flex;
        row-gap: 15px;
        flex-wrap: wrap;
    }
    .settingContent label {
        width: 100%;
    }
    
    .settingContent input {
        width: 100%;
    }
}
/* profile section css end */

/* product section css start */
.addProductArea {
    /*padding: 5rem 0;*/
    /*background-color: #f7f7f7;*/
}

.addProductContent {
    /*width: 50%;*/
    margin: 0 auto;
    box-shadow: 0px 3px 10px #ececec;
    padding: 30px 50px;
    background-color: #fff;
}

.addProductContent h4{
    font-size: 2.2rem !important;
}

.addProductContent .content-area textarea{
    height: 150px !important;
    width: 100% !important;
    border-bottom: transparent !important;
}

.wp-webdeasy-comment-editor .content-area .visuell-view {
    outline: none;
    min-height: auto !important;
}

textarea:focus {
    outline: none;
    border-color: transparent;
}
      
.uploadImg img {
    object-fit: cover;
    width: 100%;
    height: 310px;
}

.uploadImg .img-thumbnail {
    padding: 0.4rem;
    background-color: #027584;
}

.uploadImg .button::before{
    height: 44px;
    border-radius: 3px;
}

.addProductContent .button{
    padding: 17px 20px !important;
    line-height: 10px !important;
}

/* multiple upload images css */
.upload__box {
    padding: 0px;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #757575;
    text-align: center;
    padding: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    /*background-color: #f5f5f5;*/
    border-radius: 3px;
    line-height: 26px;
    width: 100%;
    height: 100px;
    border: 2px dashed #e4e4e4;
}

/*.upload__btn:hover{*/
/*    color: #fff;*/
/*    background-color: #000;*/
/*}*/

.upload__btn p{
    font-size: 13px;
    font-weight: 700;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 28px;
    row-gap: 20px;
    min-height: 90px;
}

.upload__img-box {
    width: 140px;
}

@media screen and (max-width: 992px) {
    .upload__img-box {
         width: 113px;
    }    
}

@media screen and (max-width: 767px) {
    .upload__img-box {
         width: 96px;
    }    
}


.view__img {
    display: flex !important;
    column-gap: 28px !important;
    flex-wrap: wrap !important;
    row-gap: 20px !important;
    justify-content: start !important;
}

.view__img-box {
    width: 140px;
    /*height: 147px;*/
    /*padding: 2px 8px;*/
    /*margin-bottom: 10px;*/
    /*border: 1px solid #ececec;*/
    /*margin: 0 10px;*/
    
}

.view__img img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    .view__img-box {
        width: 96px;
        /*height: 113px;*/
    }
    
     .view__img img {
        width: 100%;
        height: 96px;
        object-fit: contain;
    }   
}

.view__img .img-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 0px !important;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    border: 1px solid #ececec;
}

.upload__img-close {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgb(236 236 236);
    position: absolute;
    top: -7px;
    right: -8px;
    text-align: center;
    line-height: 20px;
    z-index: 1;
    cursor: pointer;
}

.view__img-box .upload__img-close {
    /*right: -15px;*/
}

.upload__img-close:after {
    content: "✖";
    font-size: 12px;
    color: #525252;
}
/* upload images css end */


@media screen and (max-width: 992px) {
    .addProductContent {
        /*width: 450px;*/
    }
}

@media screen and (max-width: 575px) {
    .addProductContent {
        width: 100%;
        padding: 30px;
    }
}

.profileBox .profileInformation input, .profileBox .profileInformation select{
    height: 4.4rem;
    font-weight: 600;
    font-size: 13px;
}

/* html editor css start */
.addProductArea .modal {
    z-index: 40;
    display: none;
}

.addProductArea .modal .modal-bg {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.addProductArea .modal .modal-wrapper {
    background-color: #FFF;
    padding: 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    min-height: 10rem;
    z-index: 41;
}

.addProductArea .modal .modal-wrapper .close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.addProductArea .modal .modal-wrapper .modal-content h3 {
    margin-top: 0;
}

.addProductArea .modal .modal-wrapper .modal-content input[type=text] {
    width: calc(100% - 1rem);
}

.addProductArea .modal .modal-wrapper .modal-content input {
    margin: 1rem 0;
    padding: 0.5rem;
}

.addProductArea .modal .modal-wrapper .modal-content .row label {
    margin-left: 0.5rem;
}

.addProductArea .modal .modal-wrapper .modal-content button {
    background-color: #D2434F;
    border: 0;
    color: #FFF;
    padding: 0.5rem 1.2rem;
    cursor: pointer;
}
/* product section css end */

/* brand section css start */
.brandContent{
    display: flex;
    column-gap: 15px;
    padding: 15px;
    box-shadow: 0px 3px 18px #ececec;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
}

.brandImg {
    width: 25%;
}

.brandText p{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brandText h2, .ck-editor h2 {
    font-size: 20px;
    line-height: 24px;
}

.brandText h3, .ck-editor h3 {
    font-size: 18px;
    line-height: 24px;
}

.brandText h4, .ck-editor h4 {
    font-size: 16px;
    line-height: 24px;
}

.ck-editor li{
    font-size:14px;
}

p.brandCategory {
    font-size: 14px;
    font-weight: 500;
    color: #03778a;
    /*font-style: italic;*/
}

.brandText li{
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    /*margin-bottom: 14px;*/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brandText ul{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding:0;
    max-height:80px;
}

.brandImg img, .brandImgView img{
    border-radius: 10px;
}

.brandText h6{
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
}

.brandText .btn, .addBtn .btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    box-shadow: 0px 3px 7px #cccccc;
    margin-right: 11px;
}

.addBtn{
    text-align: end;
    margin-bottom: 20px;
}

.brandText li i {
    padding: 0 !important;
}

.brandText blockquote{
    margin:0;
}

.brandText i{
    /*font-size: 20px;*/
    /*position: absolute;*/
    /*top: -10px;*/
    /*right: -10px;*/
    font-size: 14px;
    padding: 6px 4px;
}

.brandText span a{
    font-size: 13px;
    color: #007d9a !important;
}

.brandText span a:hover{
    text-decoration: underline !important;
    color: #000 !important;
}

.brand_sidebar .brand_name {
    max-height: 200px;
    overflow: auto;
}

.categories_sidebar .categories_name {
    max-height: 200px;
    overflow: auto; 
}

.os-content{
    padding: 10px 50px !important;
}

.commonBtn {
    display: flex;
    column-gap: 15px;
    margin: 15px 0;
}

/* upload product img css */
@mixin object-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.brandImg {
    color: transparent;
    transition: all .3s ease;
    @include object-center;
    position: relative;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}
    
.brandImg input {
    display: none;
}

.brandImgView{
    /*margin: 0 auto;*/
    width: 160px;
}

.brandImgView img {
    object-fit: contain;
    width: 165px;
    height: 165px;
    box-shadow: 0 0 10px 0 rgba(255,255,255,.35);
    z-index: 0;
}

@media screen and (max-width: 575px) {
    .brandImgView img{
        width: 110px;
        height: 110px;
    }
}

.brandImg img {
    position: absolute;
    object-fit: cover;
    width: 165px;
    height: 165px;
    box-shadow: 0 0 10px 0 rgba(255,255,255,.35);
    z-index: 0;
}

    
.brandImg .-label {
    cursor: pointer;
    height: 165px;
    width: 165px;
}
    
.brandImg:hover .-label {
    @include object-center;
    z-index: 10000;
}

.brandImg span{
    color: #000;
    font-size: 14px;
    z-index: 1;
    top: 170px;
    font-weight: 600;
    position: absolute;
}

@media screen and (max-width: 992px) {
    .brandContent{
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .brandImg {
        width: 100%;
    }
    
    .brandText{
        width: 100%;
    }
}

/* brand section css end */

/* help section css start */
.titleBox{
    padding: 7rem;
    text-align: center;
    background-color: #00cfeb;
}

input#help {
    width: 60%;
    margin: 0 auto;
    height: 56px;
    border-radius: 40px;
    border: transparent;
    padding: 10px 24px;
}

input#help::placeholder {
    color: rgb(148, 148, 148);
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 0;
}

.gridBox{
    padding: 5rem 0;
}

.gridBox .row{
    row-gap: 40px;
}

.gridBox span i{
    font-size: 4rem;
    font-family: 'FontAwesome';
    color: #0093a7;
    transition: all 0.5s;
}

.gridBox p{
    color:rgb(148, 148, 148);
    font-size: 1.5rem;
}

.gridCard{
    box-shadow: 0px 0px 28px #e6e6e6;
    padding: 50px 0;
    border-radius: 20px;
    transition: all 0.5s;
}

.gridCard:hover i{
    transform: rotateY(180deg);
}

.gridCard:hover h5, .articleContent .row a:hover{
    color: #0093a7;
}

.gridCard:hover{
    transform: scale(0.9);
    cursor: pointer;
}

.articleBox{
    padding: 5rem 3rem;
    background-color: #f5f6f7;
}

.articleContent .row a{
    display: flex;
    font-size: 16px;
    line-height: 40px;
    color: #545454;
}

.articleContent .row a::before{
    content: "\f0a4";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

/* FAQ's css start */
.faqArea{
    padding: 5rem 0;
}

#faqTab .card{
    margin-bottom: 30px;
    border: transparent;
}

#faqTab .card-header{
    padding: 1.25rem 2rem;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0px 3px 15px #e4e4e4;
    border: transparent;
}

#faqTab .card-header a {
    font-weight: 600;
    font-size: 14px;
}

#faqTab .card-header i {
    color: #007175;
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

#faqTab .card-header .fa-plus, #faqTab .card-header .fa-minus {
    position: absolute;
    top: 20px;
    right: 8px;
    font-size: 12px;
}

#faqTab .card-body p{
    font-size: 14px;
}

#faqTab .card-link.collapsed .fa-plus{
    display: block;
}

#faqTab .card-link.collapsed .fa-minus{
    display: none;
}

#faqTab .card-link .fa-plus{
    display: none;
}
/* help section css end */


/* product view css start */
.productsView {
    padding: 5rem 0;
    background-color: #f7f7f7;
}

.productViewSlider {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #e6e6e6;
}

.productsView .card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.productCardView .sliderCard img{
    width: 80% !important;
    margin:0 auto;
}

.productViewSlider .gallery {
  width: 100%;
  max-width: 620px;
  margin: 13px auto 0;
}
.productViewSlider .gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.productViewSlider .gallery-slider .swiper-slide {
  width: auto;
}
.productViewSlider .gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.productViewSlider .gallery-thumbs {
    width: 200px;
    padding: 0px;
    overflow: hidden;
    margin: 0 auto;
}
.productViewSlider .gallery-thumbs .swiper-slide {
  width: 100px;
  height: 52px;
  text-align: center;
  /*overflow: hidden;*/
  opacity: 0.5;
  padding: 2px 0px;
}
.productViewSlider .gallery-thumbs .swiper-slide-active {
  opacity: 1;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 2px 0px;
}
.productViewSlider .gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
  
}

.productViewSlider .gallery-thumbs .swiper-slide {
  /*border: 1px solid #efefef;*/
}

select.form-control {
    height: 4.4rem;
    font-size: 12px;
}

.addOffer {
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0px 3px 10px #ececec;
}

.addOffer .lableTitle {
    font-size: 14px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}

.addOffer .form-check-inline .form-check-input {
    width: 14px;
    vertical-align: middle;
    margin-right: 10px;
}


.addOffer .questionText {
    margin: 0rem 1rem 2rem 0;
    display: inline-flex;
}

.addOffer .form-check-label {
    min-width: 135px;
    font-size: 12px;
    line-height: 46px;
    font-weight: 700 !important;
    background-color: #ececec;
    border-radius: 30px;
    padding: 0px 15px;
    height: 42px;
    box-shadow: 0 3px 0px #bdbdbd;
    cursor: pointer;
}

.addOffer .form-check-label:hover {
    background-color: #46ddf2;
    box-shadow: 0 3px 0px #00b1ca;
}


.questionsCard {
    border: 1px solid #efefef;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 3px 0px #e2e2e2;
}

.offerTableArea {
    background-color: #fff;
    box-shadow: 0px 3px 10px #ececec;
    border-radius: 7px;
}

.offerTableArea img {
    max-width: 80px;
    height: 80px;
}

td.offerImg img {
    width: 75px;
}

.table td, .table th{
    vertical-align:middle;
}

.offerTableArea tbody tr {
    border-bottom: 1px solid rgb(70 221 242 / 50%);
}

.offerTableArea td.offerImg {
    width: 180px;
}

label.form-check-label:focus {
    background: #46ddf2;
    box-shadow: 0 3px 0px #00b1ca;
}

/* product view css end */


.scrolled-nav {
    height: 80px !important;
    transition: all 0.5s !important;
    opacity: 1 !important;
    position: fixed;
    top: 0;
    background: #223640;
    width: 100%;
    padding: 10px 15px;
    z-index: 9999;
}

.navigation-wrapper {
    background-color: #223640 !important;
    height: 80px;
}

.productViewSlider .swiper-wrapper {
    z-index: 0 !important;
}

.tableTrash span{
    background: #ff5d5d;
    width: 80px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

.tableTrash span a{
    color:#fff !important;
}

.offerTableArea td {
    min-width: 140px;
}


.offerAddQuestion{
    background-color: #46ddf2;
    padding: 8px;
    border-radius: 3px;
    font-size: 1;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    color: #333;
}

i.fa-solid.fa-trash-can:hover {
    /*color: #bd0d00;*/
}

.tableTrash span:hover {
    background: #e23636;
}

i.fa-solid.fa-pen:hover {
    /*color: #006575;*/
}

.border-bottom {
    border-bottom: 1px solid rgb(70 221 242 / 50%)!important;
}

.searchIcon i.fa-solid.fa-magnifying-glass {
    opacity: 0.7;
}

.brandName{
    color: #fff;
}

.userContent img {
    width: 58px;
    height: 100%;
    border-radius: 100px;
}

.brandLogo {
    background-color: #fff;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    border: 1px solid #46ddf2;
    padding: 2px !important;
}

.forgotBtn{
    font-size:13px;
    height:50px;
    line-height:16px;
}


.barIcon{
    display:none;
    color:#fff;
    font-size: 22px;
    position: relative;
    z-index: 999;
}

.barIcon .fa-xmark{
    display:none;
}

@media screen and (max-width: 992px) {
    .navigation-wrapper ul.nav {
        column-gap: 0px;
    }
}

@media screen and (max-width: 767px) {
    .navigation-wrapper ul.nav {
        column-gap: 0px;
    }
}

@media screen and (max-width: 767px) {
    .topNavMenu{
        display: none;
    }
    .barIcon{
        display:block;
    }
}

.mobile_menu .mobileSideNavigation{
    display:none;
    padding: 0 10px 10px;
    min-height: 80px;
    width: 100%;
    position: absolute;
    top: 80px;
    right: 0;
    left:0;
    background-color: #223640;
    z-index: 999;
}

@media screen and (min-width: 767px) {
    .mobile_menu .mobileSideNavigation{
        display:none !important;
    }
}

@media screen and (max-width: 575px){
     .mobileSideNavigation .nav-link {
        width: 110px;
    }
    
    .navigation-menu-social {
        margin-top: 3rem;
    }
    
}

.mobile_menu .mobileSideNavigation .nav{
    flex-wrap: wrap;
}

.mobileSideNavigation li.nav-item {
    /*min-width: 150px;*/
    width:100%;
    display:block;
}

.products .card-body .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contactCard {
    display: flex;
    column-gap: 15px;
    align-items: start;
    justify-content: center;
}

.contactCardIcon i {
    font-size: 18px;
    color: #389eb0;
}

.contactCardContent h5 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 30px;

}

.contactCardContent p {
    font-size: 13px;
    line-height: 22px;
    color: #565656;
}

.contactCardIcon p {
    display: flex;
    border: 1px solid #389eb0;
    box-shadow: 0px 3px 7px #cccccc;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    /*margin-top: 10px;*/
    cursor:pointer;
}

.contactCardIcon span {
    border: 1px dashed #389eb0;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    /* margin: 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.ContactIconSection .row{
    justify-content:center;
    row-gap:20px;
}

@media screen and (max-width: 767px) {
    .ContactIconSection .row{
        justify-content:start;
    }
    
    .contactCard{
        justify-content:start;
    }
}

.paginationSection .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: end;
}

.paginationSection .page-link {
    position: relative;
    display: block;
    padding: 0px;
    margin-left: 9px;
    line-height: 31px;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.paginationSection .page-item:first-child .page-link {
    margin-right: 5px;
    margin-left: 0;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 31px;
    /* background-color: transparent !important; */
    border-radius: 50px;
    width: 30px;
    height: 30px;
}

.paginationSection .page-item:last-child .page-link {
    margin-left: 12px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 31px;
    /* background-color: transparent !important; */
    border-radius: 50px;
    width: 30px;
    height: 30px;
}

.paginationSection .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #348a99;
    border-color: #348a99;
}

.single-image {
    position: relative;
    height: 365px;
    margin-bottom: 30px;
}

.single-image:before {
    content: '';
    /*background: #00000030;*/
    background: #95959530;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.group_btns {
    position: absolute;
    /* background: #00000014; */
    width: 100%;
    padding: 75px 40px;
    margin: auto;
    display: block;
    left: 0px;
    top: 55px;
    text-align: center;
}

.group_btns a {
    display: inline-block;
}

.group_btns button {
    background: #223640;
    border: 2px solid #223640;
    padding: 9px 25px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    border-radius: 3px;
    outline: none;
    margin: 0 13px;
}

.group_btns button:hover {
    background: #46ddf2 !important;
    border-color: #46ddf2 !important;
}

.group_btns h3 {
    text-align: center;
    margin-bottom: 21px;
    /*color: #fff;*/
    color: #000;
    font-weight: bolder;
    /*text-shadow: 0px 0px 2px #0e0e0e;*/
    font-size: 37px;
}

.userNav{
    position: relative;
    z-index: 99999;
}

.addProductContent{
    padding: 0px;
    position: relative;
}

.card_head {
    width: 100%;
    padding: 25px 30px;
    border-bottom: 1px solid #e6e6e6;
}

.card_head h4{
    font-size: 16px !important;
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
    position: relative;
}

.card_body {
    width: 100%;
    padding: 25px 30px;
}

.brandText{
    padding: 5px 20px;
}

.addcart{
    background: #46ddf2;
    color: #fff;
    font-size: 10px;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 11px;
    border-radius: 50px;
}

button.comment{
    border-radius: 3px;
    font-size: 13px;
    margin-top: 16px;
    padding: 8px 16px;
    outline: none !important;
    font-weight: 600;
    background: #46ddf2;
    border: none;
    color: #000;
    min-width: 120px;
}

.productSuccessMsg{
    display: flex;
    column-gap: 40px;
    row-gap: 15px;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

#successPage .modal-header h4 {
    font-size: 14px;
    margin: 0 !important;
}

#successPage .modal-header{
    background-color:#46ddf2;
}

#successPage .modal-content {
    width: 600px;
    margin: 0 auto;

}

@media screen and (max-width: 767px) {
    #successPage .modal-content {
    width: 500px;
    margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    #successPage .modal-content {
        width: 400px;
        margin: 0 auto;
    }
    .productSuccessMsg {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

}

@media screen and (max-width: 400px) {
    #successPage .modal-content {
        width: 290px;
        margin: 0 auto;
    }
    .productSuccessMsg {
        column-gap: 10px;
        row-gap: 15px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
    }
}

.productSuccessMsg img{
    width:150px;
    height:150px;
}

.productSuccessMsg h5{
    font-size: 16px;
    margin: 0 auto;
}

.productSuccessMsg p {
    font-size: 16px;
}

.productSuccessMsg{
    padding: 0rem 2rem !important;
}

.backProduct, .view_cart {
    background-color: #46ddf2;
    padding: 8px 14px;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    margin-right: 10px;
}

.backProduct:hover, .view_cart:hover{
    color: #000;
}

.modal .modal-dialog {
    transform: translate(-50%, -50%) !important;
    position: absolute;
    left: 50%;
    top: 50%;
}

.userComment {
    background-color: #46ddf2;
    padding: 10px 30px;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
}

.userCommentCard {
    max-width: 800px;
    margin: 15px auto;
    box-shadow: 0 2px 7px #cccccc;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #f1f1f1;
}

.commentText p {
    line-height: 22px;
    color: #585858;
    font-weight: 500;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

.commentProfile{
    display: flex;
    justify-content:space-between;
    margin-bottom: 8px;
}

.commentProfile h5 {
    line-height: 22px;
    margin-bottom: 0;
}

.commentProfile .nav-link {
    padding: 0px;
    padding-right: 5px;
    color: #ff9800;
}

.commentProfile i {
    font-size: 16px;
}

.commentProfile span {
    font-size: 11px;
}

.dateSection span {
    font-weight: 600;
}

span.readMore, span.readLess {
    display: inline-block;
    color: #1b50c5;
    padding: 4px 8px 0 0;
    font-size: 13px;
    font-weight: 700;
    cursor:pointer;
}

span.readMore:hover, span.readLess:hover{
    text-decoration:underline;
}

span.moreText1, span.moreText2, span.moreText3 {
    display: none;
}

span.readLess {
    display: none;
}

.addProductContent .form__container {
   position: relative;
   width: 100%;
   height: 160px;
   border: 2px dashed silver;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 13px;
   color: silver;
   margin-bottom: 5px;
}
.addProductContent .form__container.active {
   background-color: rgba(192, 192, 192, 0.2);
}
.addProductContent .form__file {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   cursor: pointer;
   opacity: 0;
}
.addProductContent .form__files-container {
   display: block;
   width: 100%;
   font-size: 0;
   margin-top: 20px;
}
.addProductContent .form__image-container {
   display: inline-block;
   width: 120px;
   height: 120px;
   margin-bottom: 10px;
   position: relative;
   overflow: hidden;
}
.addProductContent .form__image-container {
   margin-right: 2%;
}
.addProductContent .form__image-container:after {
   content: "✕";
   position: absolute;
   line-height: normal;
   font-size: 30px;
   margin: auto;
   top: 0;
   height: 100%;
   right: 0;
   left: 0;
   text-align: center;
   font-weight: bold;
   color: #fff;
   background-color: rgba(0, 0, 0, 0.4);
   opacity: 0;
   transition: opacity 0.2s ease-in-out;
   right: 4px;
   left: auto;
   bottom: auto;
   top: 4px;
   height: auto;
   font-size: 16px;
   width: 30px;
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
}
.addProductContent .form__image-container:hover:after {
   opacity: 1;
   cursor: pointer;
}
.addProductContent .form__image {
   -o-object-fit: cover;
   object-fit: cover;
   width: 100%;
   height: 100%;
}


div.ck-editor__editable {
  height: 180px;
}

span.ck-file-dialog-button {
    display: none;
}

.ck.ck-button.ck-disabled.ck-off{
    display:none;
}

span.ck-toolbar__separator{
    display:none !important;
}

.ck.ck-editor__main p {
    font-size: 13px;
    line-height: 24px;
    font-weight:400px;
}

.addProductContent textarea#editor {
    overflow: auto;
    width: 100%;
    min-height: 130px;
}

/*customer review section css start*/
.customerReviewSection{
    padding:48px 0;
}

.reviewTitle {
    text-align: center;
    text-decoration: underline;
}

#commentModal .modal-content {
    width: 600px !important;
    /*padding: 20px;*/
    text-align: center;
    border-radius:15px;
}

#commentModal .modal-body {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #e8ecf6;
}

#commentModal .modal-header{
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}

#commentModal .modal-header h4{
    font-size: 20px;
    margin: 0 12px;
    text-align: left;
}


#commentModal .modal-footer{
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}

div#commentModal textarea {
    width: 450px;
    min-height: 150px;
    margin: 0 auto;
    margin-top: 10px;
    border: none;
    font-size:13px;
}

div#commentModal .modal-footer .btn{
    margin: 0 auto;
    font-size: 13px;
}

#commentModal textarea#comment::placeholder {
    font-size: 13px;
    padding: 10% 0;
    text-align: center;
}

#commentModal .modal-body .btn{
    width: 120px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

#commentModal .modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
}

/*customer review section css end*/


/*feedback questions css start*/
.feedbackQuestion {
    background-color: #fff;
    box-shadow: 0px 3px 7px #cccccc;
    /*margin: 0 auto;*/
    padding: 40px;
    border-radius: 15px;
}

.feedbackQuestionArea {
    padding: 48px 0;
}

.questionCard {
    background-color: #f7f7f7;
    box-shadow: 0 2px 7px #cccccccc;
    border-radius: 5px;
    padding: 20px 30px;
    /*width: 700px;*/
    /*margin: 0 auto;*/
}

.questionsBox {
    width: 700px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .questionsBox {
        width: 100%;
        margin: 0 auto;
    }
}

span.qCounterBox {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background-color: #348a99;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
}

.questionCard h5 {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 7px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
}

.questionCardBtnBox {
    text-align: end;
}

button.btn.viewQuestionType {
    font-size: 18px;
    color: #00acc3;
}

.feedbackQuestion .row {
    row-gap: 24px;
}

.questionChoiceBox {
    padding: 14px 14px 0 14px;
    /*border: 1px solid #e8e8e8;*/
    /*margin: 24px 0 0 0;*/
    border-radius: 5px;
}

.questionChoiceBox label {
    font-size: 15px;
    font-weight: 600;
}

.questionChoiceBox label.form-check-label {
    font-size: 13px;
    font-weight: 400;
    margin-right: 24px;
}

.questionChoiceBox .form-check-input {
    width: 13px;
    vertical-align: middle;
    margin-right: 6px;
}

.questionChoiceBox input, .questionChoiceBox select {
    height: 4.4rem;
    font-size: 12px;
}

.addOptionBox {
    margin: 24px 0 0 0;
}

.questionSubmit {
    margin-top: 15px;
}

.questionDelete {
    color: #d60000;
    font-size: 15px;
}

.questionDelete:hover {
    color: #d60000;
    /*font-size: 15px;*/
}

.add_ques {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    background-color:#46ddf2;
}

.btn.previous {
    line-height: 24px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-left: 10px !important;
}

.addOptionField .row {
    align-items: baseline;
}

.optionRemoveBtn a.remove_button {
    width: 100px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0px 3px 7px #cccccc;
}
.addMoreOption {
    /*background-color: #006b00;*/
    color: #006b00;
    /*width: 100px;*/
    line-height: 28px;
    margin-left:20px;
    font-size: 22px;
    font-weight: 700;
    /*margin-bottom:24px;*/
    /*box-shadow: 0px 3px 7px #cccccc;*/
}
.questionSubmit {
    background-color: #389eb0;
    color: #fff;
    width: 100px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0px 3px 7px #cccccc;
}

.viewQuestionBack {
    background-color: #389eb0;
    color: #fff;
    width: 50px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0px 3px 7px #cccccc;
}

.addOptionField {
    display: flex;
    column-gap: 15px;
    row-gap: 15px;
}

.addOptionField .remove_button{
    width: 100px;
    height: 38px;
    color: #fff;
    line-height: 34px;
    /*background-color: #dc3545;*/
    /*border-color: #dc3545;*/
    font-size: 13px;
    font-weight: 700;
}

.addOptionField input {
    width: 240px;
}

@media screen and (max-width: 575px) {
    .feedbackQuestion {
        padding: 22px;
    }
}

@media screen and (max-width: 400px) {
    .addOptionField input {
        width: 180px;
    }
    .addOptionField .remove_button {
        height: 34px;
        line-height: 28px;
    }
    
    .feedbackQuestion {
        padding: 14px;
    }
}

.feedbackTitle{
    font-size:24px;
    text-align: center;
    margin-bottom:30px;
}

/*feedback questions css end*/
.userFeedbackSection {
    padding: 48px 0;
}

.user_feedback {
    font-size: 12px !important;
    font-weight: 700;
    border-radius: 25px;
    line-height: 24px;
    width: 131px;
}

.userFeedbackContent, .viewFeedbackContent {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}
.userFeedbackCard {
    /*width: 700px;*/
    /*margin: 0 auto;*/
}

.userFeedbackCard h5 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 17px;
    font-weight: 400;
}

.userOptionBox {
    display: flex;
    column-gap: 15px;
    row-gap: 20px;
    margin-left: 35px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.userFeedbackCard .form-check-input {
    height: 17px;
    margin-top: 0px;
    margin-left: -18px;
}

.viewFeedbackContent .userFeedbackCard .form-check-input {
    height: 17px;
    margin-top: 0px;
    margin-left: -18px;
}

.userFeedbackCard .form-check {
    min-width: 340px;
}

.userFeedbackCard .form-check-label {
    margin-bottom: 0;
    font-size: 13px;
}

.userFeedbackContent .quesTitle{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.viewFeedbackContent .quesTitle{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.userFeedbackContent .card-header, .viewFeedbackContent .card-header {
    background-color: #f7f7f7;
}

.userFeedbackContent .fa-plus, .userFeedbackContent .fa-minus, .viewFeedbackContent .fa-plus, .viewFeedbackContent .fa-minus {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    background-color: #2f7483;
    border-radius: 100px;
    width: 16px;
    height: 16px;
}

span.view_feedback {
    /*line-height: 24px;*/
    background-color: #389eb0;
    /*display: inline-block;*/
    border-radius: 3px;
    font-size: 11px;
    padding: 8px;
    color: #fff;
}

.feedbackQuestionArea .close {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 24px;
}

/*.viewFeedbackContent h2{*/
/*    display: ;*/
/*}*/

.viewFeedbackCard {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
}

.viewFeedbackCard h2 {
    line-height: 20px;
}

.viewReviewDate {
    margin-top: 6px;
    font-size: 10px;
    color: #808080;
}
.viewFeedbackContent .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125); */
    border: none !important;
    border-radius: .25rem;
    margin-bottom: 30px;
}

div#accordionViewFeedback {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    div#accordionViewFeedback {
        width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    div#accordionViewFeedback {
        width: 100%;
    }
    .userFeedbackContent, .viewFeedbackContent {
        padding: 14px;
    }
}

.viewFeedbackContent .fa-circle-arrow-down{
    font-size:14px;
    color:#29606d;
}

.viewFeedbackContent .userQuestionsBox h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.userQuesCounter {
   display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background-color: #29606d;
    font-size: 10px;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    margin-right: 8px;
    text-align: center;
    vertical-align: text-bottom;
}

.viewFeedbackContent .userOptionBox .form-control {
    border: none !important;
    font-size: 14px;
}

.viewFeedbackContent .userOptionBox label {
    font-size: 13px;
    font-weight: 300;
    color: #7b7b7b;
}

.viewFeedbackContent .userOptionBox .form-control::placeholder {
    color:#000;
}

.viewFeedbackContent .userOptionBox {
    display: flex;
    column-gap: 4px;
    row-gap: 10px;
    margin-left: 36px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: baseline;
}

span.replyCounter {
    margin-left: 3px;
    color: #2d6a79;
    font-weight: 700;
    display: inline-block;
}

.viewFeedbackContent .userOptionBox .singleAns {
    border-bottom: 1px solid #f3f3f3 !important;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #7b7b7b;
}

.viewFeedbackContent .userFeedbackCard {
    margin: 30px 0;
}

.orderConfirmation .confirmationCard{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 10px #cccccc;
    text-align: center;   
}

.confirmationCard p {
    font-size: 18px;
    line-height: 40px;
}

.confirmationCard h6 {
    font-size: 20px;
    margin: 16px 0 0 0;
    line-height: 20px;
    text-transform:uppercase;
    color: #04b3cc;
}

.orderConfirmation .orderDate{
    font-size: 13px;
    line-height: 24px;
    margin-bottom:20px;
}

.confirmationCard .btn{
    font-size:12px;
    line-height: 24px;
    box-shadow: 0px 3px 7px #cccccc;
    background-color: #46ddf2;
    border-color: #46ddf2;
    color: #000;
    font-weight: 600;
}

.mediaProfile img {
    width: 140px;
    height: 140px;
    border: 1px solid #46ddf2;
    border-radius: 100px !important;
    object-fit: cover;
}

.profileImg img {
    border: 1px solid #46ddf2;
    border-radius: 100px !important;
    height: 140px;
    /*object-fit: contain;*/
}

.profileBody{
    display:none;
}

.userFeedbackContent #accordionExample .fa-angle-down, .userFeedbackContent #accordionExample .fa-angle-up{
    font-size: 16px;
    position: absolute;
    right: 18px;
    color: #348a99;
}

span.quesCounter {
    display: inline-block;
    min-width: 18px;
    color: #000;
}

.privacyPolicy {
    margin: 80px 0 0 0;
    padding: 40px 0;
}
.privcacyContent h2, .cookiesContent h2{
    font-size: 40px;
}
.privcacyContent li{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: justify;
}
.privcacyContent h5{
    display: inline-flex;
}
.privcacyContent ol{
    /*margin-left: 20px;*/
    margin-bottom: 35px;
}
.cookiesContent h5{
    margin: 35px 0 10px 0;
    display: inline-flex;
}
.cookiesContent p{
    line-height: 30px;
    margin-left: 30px;
}
.cookiesContent ol{
    margin-left: 10px;
    font-weight: 700;
}
.cookiesContent li{
    padding-left: 10px;
    margin-bottom: 10px;
}
.cookies {
    margin: 80px 0 0 0;
}

.track {
    background-color: #926bd9;
    border: none;
    line-height: 24px;
    width: 60px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
}

/*about us section css*/
.aboutSection{
    /*padding:80px 0;*/
}

.aboutContentSlider{
    padding:80px 0;
}

.aboutContentSlider .swiperCard{
    /*max-height: 500px;*/
    /*overflow: hidden;*/
}

.aboutContentSlider figure {
    margin-bottom: 0;
}

.aboutContentSlider figure img{
    margin-bottom: 0;
    height:550px !important;
    object-fit:cover;
}

.swiper-button-next, .swiper-button-prev {
    color: #46ddf2;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
}

.aboutShop{
    padding:80px 0;
}

.aboutShopText h4 {
    margin-bottom: 24px;
    padding-bottom: 6px;
    line-height: 30px;
    font-size: 26px;
    width: 124px;
    border-bottom: 2px solid #46ddf2;
}

.aboutShopText h4 span{
    display: block;
    color: #3494a5;
    font-size: 20px;
}

.aboutShopText p {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 16px;
    text-align: justify;
}

@media screen and (max-width: 600px) {
    .aboutShopText p {
        line-height: 26px;
        font-size: 14px;
        margin-bottom: 16px;
        text-align: justify;
    }
}

.aboutShopText p:last-child {
    margin-bottom: 0px;
}

.aboutShopImg img {
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    .aboutShopImg img {
        margin-bottom:24px;
    }
}

.featuredProduct{
    padding: 80px 0;
}

.featuredTitle {
    text-align: center;
    margin-bottom: 30px;
}

.featuredTitle h4 {
    line-height: 30px;
    font-size: 26px;
}

.featuredTitle h4 span{
    color: #3494a5;
}

.featuredTitle p {
    line-height: 28px;
    font-size: 15px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #46ddf2;
}


/*.add_rating .rating input[type=radio] {*/
/*    display: inline-block;*/
/*    width: 25px !important;*/
/*    position: absolute !important;*/
/*    top: 58px !important;*/
/*    z-index: 2 !important;*/
/*    opacity: 0 !important;*/
/*    height: 15px !important;*/
/*    margin-left: 2px;*/
/*}*/

/*.add_rating .rating > label:before {*/
/*    margin: 2px !important;*/
/*    font-size: 2.2rem !important;*/
/*    font-family: FontAwesome;*/
/*    content: "\f005";*/
/*    display: inline-block !important;*/
/*}*/

/*.add_rating .rating > label {*/
/*    color: #90A0A3;*/
/*    float: none !important;*/
/*}*/

/*.add_rating .rating {*/
/*    border: none;*/
/*    float: none;*/
/*    margin: 22px 30% 30px !important;*/
/*}*/

.rating > input {
      display: none;
}
    
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #F79426;
}
    
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #FECE31;
}
    
.rating input[type=radio] {
    display: contents;
}
    
.rating input[type=checkbox], .rating input[type=radio] {
    display: contents !important;
}


.view_average_rating, .add_rating{
    display: flex;
    column-gap: 6px;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 10px;
}

.view_average_rating span{
    font-size: 12px;
    margin-top: 5px;
    font-weight: 700; 
    margin-left: 5px;
}

.view_average_rating .rating{
    border: none;
    float: none;
    margin: 0;
    padding: 0px;
}

.view_average_rating .rating > label{
    color: #90A0A3;
    float: right;
}

.view_average_rating .rating > label:before{
    margin: 0px 2px 0 0;
    font-size: 1.5rem;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}

h5.rating_title {
    font-size: 14px;
    margin-top: 4px;
}

.user_comment_box {
    margin: 0 20px;
}

.user_comment_box textarea {
    font-size: 13px;
}

.comment_select_box label {
    font-size: 11px;
    font-weight: 500;
}

.comment_select_box {
    display: flex;
    justify-content: end;
    text-align: end;
    margin-bottom: 24px;
}

.comment_select_box select.form-control {
    width: 250px;
    height: 4.4rem;
    font-size: 12px;
}

.swiper-slide.swiper-slide-duplicate.swiper-slide-prev.swiper-slide-duplicate-next {
    visibility: hidden;
    opacity:0;
}

.swiper-slide.swiper-slide-duplicate-active.swiper-slide-next.swiper-slide-duplicate-prev {
    visibility: hidden;
    opacity:0;
}

.swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-active {
    visibility: hidden;
    opacity:0;
}

.my_question_area {
    background-color: #fff;
    box-shadow: 0px 3px 10px #ececec;
}

.my_question_card {
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #f3f3f3;
    border-radius: 5px;
    min-height: 100px;
    box-shadow: 0px 2px 2px #dadada;
}

.my_question_card .form-check-label {
    font-size: 12px;
    border-radius: 30px;
    cursor: pointer;
}

.my_question_card .form-check-inline {
    margin-right: 0;
    margin-left: 22px;
    margin-bottom: 10px;
    min-width: 150px;
}

.my_question_card .form-check-inline .form-check-input {
    width: 14px;
    vertical-align: middle;
    margin-right: 10px;
}

.my_question_card h5 {
    font-size: 14px;
    font-weight: 500;
}

.my_question_card input {
   height: auto !important;
}

.my_question_content .qUpdate {
    width:90px;
    background-color: #46ddf2;
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 10px;
    box-shadow: 0 0px 7px #cccccc;
}

.my_question_content{
    padding:24px;
}

.my_question_title {
    padding: 10px 24px 0;
    border-bottom: 1px solid #cccccc;
}

#editmodal .modal-header .close {
    position: absolute;
    right: 12px;
    font-size: 20px;
}

.modal-dialog {
    margin: 0.5rem auto;
}

.pro_setting{
    background-color: #46ddf2;
    padding: 0px 4px;
    line-height: 30px;
    color: #333;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0px 3px 7px #cccc;
    margin-bottom: 20px;
}

.productViewSlider .card-body strong {
    font-size: 14px;
    line-height: 24px !important;
    color: #444;
}

.productViewSlider .card-body ul {
    padding: 0 0px 0 18px;
}

.view_average_rating ul {
    padding: 0 !important;
}

.page-header-top .paragraph p {
    font-size: 16px;
}
.text-image-content-inner .paragraph p {
    font-size: 14px;
}

@media screen and (max-width: 575px) {
    .text-image-content-inner .paragraph p {
        font-size: 13px;
    }
}
.productViewSlider .card-body ul li {
    font-size: 14px;
    line-height: 28px;
}

.text-content .text-content-header .heading {
    font-size: 24px;
}
.tab-section .tab-section-wrapper h2 {
    font-size: 24px;
}
.profileInformation .upload_photo {
    font-size: 11px !important;
    color: #666 !important;
}

.read_option{
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    align-items:center;
    margin: 0 20px 0 40px;
}

.read_option p {
    font-size: 13px;
    min-width: 150px;
    color: #b9b9b9;
    font-weight: 500;
    color: #555;
}

.ques_count {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #389eb0;
    line-height: 23px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    margin-right: 6px;
    font-weight: 700;
    vertical-align: text-bottom;
}

.comment_label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.qus_label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.read_question {
    margin: 0 20px;
    margin-bottom: 20px;
}

.read_comment {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 50px;
}

.feed_btn {
    background-color: #00bcd4;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    border-radius: 25px;
    line-height: 22px;
}

.ans_btn {
    background-color: #009106;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    border-radius: 25px;
    line-height: 22px;
}

.unans_btn {
    background-color: #ef3900;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    border-radius: 25px;
    line-height: 22px;
}

span.user_proImg img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 8px;
}


.filterBox {
    display: flex;
    width: 100%;
    padding: 6px 14px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #a2eef8;
}

.filterBox h6 {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
}

.socialBox {
    display: flex;
    column-gap: 30px;
    row-gap: 15px;
}

.socialBox a {
    font-size: 30px;
    color: #fff;
}
.socialBox a:hover {
    color: #3bdef1;
}
.whyBox img {
    /*width: 100%;*/
    /*margin-bottom: 80px;*/
    /*height: 375px;*/
    /* object-fit: cover; */
}

.whyBox img {
    width: 80%;
    margin-bottom: 50px;
    height: 375px;
    border-radius: 5px;
    /*object-fit: cover;*/
}

