@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body > br{
    display: none;
}
.custom-btn {
     width: 130px;
    height: 40px;
    color: #fff;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
}
/*.wp-super-snow-flake img{*/
/*        animation: 27s ease 0s infinite normal none running wpSuperSnow_l;*/
/*}*/



.btn-8 {
    background-color: #ea788f;
    line-height: 42px;
    padding: 0;
    margin-top: 2rem;
    border: none;
}
.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    font-size: 16px;
    height: 100%;
}
.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #ea788f;
  transition: all 0.3s ease;
}
.btn-8:before{
   height: 0%;
   width: 2px;
}
.btn-8:after {
  width: 0%;
  height: 2px;
}
.btn-8:hover:before {
  height: 100%;
}
.btn-8:hover:after {
  width: 100%;
}
.btn-8:hover{
  background: transparent;
}
.btn-8:hover span{
  color: #ea788f;
}
.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #ea788f;
  transition: all 0.3s ease;
}
.btn-8 span:before {
  width: 2px;
  height: 0%;
}
.btn-8 span:after {
  height: 2px;
  width: 0%;
}
.btn-8 span:hover:before {
  height: 100%;
}
.btn-8 span:hover:after {
  width: 100%;
}
  
#main_index{
    padding-bottom: 0 !important;
    overflow: hidden;
}

/*ts*/
.loginButton{
    position: relative;
    transition: all ease-in-out 0.25s;
}
.loginDropDown{
    position: absolute;
    background: #f0f2f5;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
    left: 15px;
    top: 22.6px;
    display: none;
    transition: all ease-in-out 0.25s;
}

.loginButton:hover .loginDropDown{
    animation : .4s fadeUp both;
    display: block;
    
}
@keyframes fadeUp{
    0% {
    -webkit-transform: translate3d(0,20%,0);
    opacity: 0;
    transform: translate3d(0,20%,0);
}

100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
}
}
.dropDownItem a{
    display: inline-block;
    background: #fff;
    line-height: 35px;
    width: 130px;
    text-decoration: none;
    padding-left: 15px;
}
.dropDownItem a:hover{
    color: #fff;
    background: #36c1cd;
}



.searchWrapper{
    display: flex;
    position: fixed;
    z-index: 999;
    right: calc(15%  - 130px);
    top: 36.4px;
}

.boxSearch {
    display: none; 
    position: absolute;
    top: 40px;
    right:0;
}
.nav_search .search_button {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.nav_search input {
    background: #f0f2f5;
    width: 300px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 0px 50px 0px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}

#main_index .nav_search .search_button .fas.fa-search{
    margin-left: 0;
    color: #fff;
    display: flex;
    color: #000;
    opacity: 0.8;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
.btnClose{
    display: none;
}
#closeIcon{
    display: none;
}

#main_index .searchWrapper i{
    margin-left: 25px;
    color: #fff;
    font-size: 20px;
}
 .searchWrapper i{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.searchBar{
    width: 100%;
    margin: 0 auto;
}
.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}
.btnSearch{
    cursor: pointer;
}

.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchBar i{
    font-size: 1.2rem;
}
button:focus {
    outline: unset;
}
.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
@media screen and (max-width:1300px){
    .loginDropDown {
    left: calc(50% - 47px);
}
.boxSearch {
    left: -231%;
}
}

/*navbar*/
.navbar_type8 {
    height: 95px;
}
.navbar_type8 .nav_tab {
    flex: 0 1 85%;
    padding-right: 10%;
    
}
.navbar_type8 .logo {
    flex: 0 1 15%;
    margin-left: 15px;
}
.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}
.navbar_type8 .nav_tab .nav_item a {
    color: #27b9b8;
    font-size: 1vw;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 10px 1vw;
}
.navbar_type8 .nav_tab .nav_item a:hover {
    background: #27b9b8;
    color: #fff;
    border-radius: 10px;
}
.navbar_type8 .logo img {
    width: 100%;
    padding: 10px;
}
.navbar_type8 .nav_tab .nav_item a.active {
    background: #c7996d !important;
    color: #fff !important;
    border-radius: 10px;
}
/*banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.banner_btn{
    font-size:1vw;
    color:#6f4897;
    background:#fcf6bd;
    margin-top:15px;
    padding:8px 15px;
    border-radius:50px;
    border:2px solid #000;
    transition: linear .3s;
}
.banner_btn:hover{
    display:block;
    width:max-content;
    text-decoration:none;
    color:#fff;
    background:#6f4897;
    border:2px solid #6f4897;
}
.banner_1{
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-left: auto;
}
.banner_1_imgx1 {
    flex: 0 0 44%;
    position: relative;
    height: 100%;
}   
.banner_1_imgx1 img{
    position: absolute;
    min-width: 107% !important;
    bottom: -5px;
    right: 0;
}
.banner_1_content{
    flex: 0 0 32%;
    margin:5%;
}
.banner_1_content h3{
    font-family: "Poppins", sans-serif;
    font-size:1.4vw;
    font-weight:700;
    color:#fff;
    font-style:italic;
}
.banner_1_content h2{
    position:relative;
    font-family: "Fredoka", sans-serif;
    font-size:5.25vw;
    line-height:1;
    font-weight:600;
    color:#fff;
}
.banner_1_content h2::before{
    content:'BYE JOINT & KNEE PAIN';
    position:absolute;
    z-index:-1;
    font-size:5.25vw;
    font-weight:600;
    line-height:1;
    color:#fff;
    -webkit-text-stroke: 5px #27b9b6;
}
.banner_1_content p{
    font-family: "Poppins", sans-serif;
    font-size:1.2vw;
    color:#fff;
}
.banner_1_content .banner_btn{
    margin-left:auto;
}

/*banner2*/
.banner_2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 65%;
    margin: 0 auto;
}
.banner_2_content{
    text-align:center;
}
.banner_2_content h2{
    position:relative;
    font-family: "Fredoka", sans-serif;
    font-size:4.25vw;
    line-height:1;
    font-weight:600;
    color:#27b9b6;
}
.banner_2_content h2::before{
    content:'Why EzMove The Best?';
    position:absolute;
    z-index:-1;
    font-size:4.25vw;
    font-weight:600;
    line-height:1;
    color:#fff;
    -webkit-text-stroke: 5px #fff;
}
.banner2_imggroup{
    display:flex;
    justify-content:center;
    align-items:center;
}
/*banner3*/
.banner_3_imgx1{
    position:absolute;
    top:0;
    width:30%;
}
.banner_3_imgx1 img{
    min-width:110%;
}
.banner_3_imgx2group{
    position:relative;
    width:60%;
    margin:0 auto;
}
.banner_3_imgx2{
  margin-top:10%;
}
.banner_3 .banner_btn{
  position: absolute;
  top: 80%;
  left: 47%;
  transform: translate(-50%,-50%);
}
/*.banner_imgx1{*/
/*    position: absolute;*/
/*    width: 25%;*/
/*    left:55%;*/
/*    margin-top:10%;*/
/*    animation : 2s pulse infinite;*/
/*}*/

/*.banner_imgx2{*/
/*    position: absolute;*/
/*    width: 25%;*/
/*    left:55%;*/
/*    margin-top:10%;*/
/*    animation : 2s pulse infinite;*/
/*}*/

/*.banner_imgx3{*/
/*    animation : 2s pulse infinite;*/
/*    padding:2%;*/
/*}*/

@media screen and (min-width:991.5px){
    .index_wrapper_2{
        margin-top: -97px;
    }
}
/*
.bannerTextWrapper{
    color: #fff;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.banner_big_title{
    font-size: 3vw;
    margin-top: 0.5rem;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 5px black;
    font-weight: 700;
}
.banner_big_title span{
    display: block;
}
.bannerText span{
     display: block;
}
.bannerText{
    font-size: 16px;
    letter-spacing: 2px;
}
.banner_small_title{
    font-size: 15px;
    letter-spacing: 2px;
}
.banner_button a{
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 8%;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #27b9b8;
    transition: all ease 0.45s;
    
}
.banner_button a:hover{
    background: #27b9b8;
}
.bannerTextWrapper{
    overflow: hidden;
}
.bannerImgBone{
    max-width: 8vw;
    position: absolute;
    bottom: 10%;
    right: 18%;
    
}
.bannerImgBone img{
    animation: bone 3s infinite;
}
.bannerFootPrint_1 img{
    animation: foot 3s infinite;
}
.bannerFootPrint_2 img{
    animation: foot 3s infinite;
}
@keyframes bone{
    0%{
        transform: rotate(30deg);
    }
    50%{
        transform: rotate(-30deg);
    }
    100%{
        transform: rotate(30deg);
    }
}
@keyframes foot{
    0%{
        transform: rotate(-30deg);
    }
    50%{
        transform: rotate(30deg);
    }
    100%{
        transform: rotate(-30deg);
    }
}

.bannerFootPrint_1{
    max-width: 6vw;
    position: absolute;
    bottom: 16%;
    right: 11%;
}
.bannerFootPrint_2{
    max-width: 7vw;
    position: absolute;
    bottom: 21%;
    right: 5.8%;
}*/

@media screen and (max-width:992px){
    .banner_1_imgx1 {
        flex: 0 0 45%;
        position: relative;
        height: 100%;
    }   
    .banner_1_content{
        flex: 0 0 45%;
        margin:5%;
    }
    .banner_1_content h2,
    .banner_1_content h2::before{
        font-size:40px;
    }
    .banner_1_content h3{
        font-size:13px;
    }
    .banner_1_content p{
        font-size:13px;
    }
    .banner_btn{
        font-size:11px;
    }
    .banner_3_imgx2group {
      position: relative;
      width: 70%;
    }
    .banner_3_imgx2group img{
        margin-top:0%;
    }
    /*.bannerTextWrapper {
        left: 5%;
        top: 43%;
    }*/
    /*.bannerText {*/
    /*    font-size: 14px;*/
    /*    letter-spacing: 1px;*/
    /*}*/
    /*.banner_big_title {*/
    /*font-size: 23px;*/
    /*}*/
    
}

@media screen and (max-width:575.5px){
    .item.slick-slide > img{
        height: 380px !important;
        object-fit: cover;
    }
    .banner_1 {
        display: block;
    }
    .banner_1_content h2, .banner_1_content h2::before{
        font-size:28px;
    }
    .banner_1_imgx1{
        max-width: 250px;
        margin-left: auto;
        margin-top: -18%;
    }
    .banner_1_imgx1 img{
        position: relative;
        min-width: unset;
    }
    
    /*banner2*/
    .banner_2{
        width:100%;
    }
    .banner_2_content h2, .banner_2_content h2::before{
        font-size:26px;
    }
    
    /*banner3*/
    .banner_3_imgx1 {
      position: absolute;
      top: 0;
      width: 70%;
      
    }
    .banner_3_imgx2group {
        position: relative;
        width: 95%;
        max-width:350px;
        margin-top: 15%;
     }
     .banner_3 .banner_btn {
      position: absolute;
      top: 105%;
     }
    /*.banner_imgx1 {*/
    /*  width: 50%;*/
    /*  left: 45%;*/
    /*  margin-top: 15%;*/
    /*}*/
    
    /*.banner_imgx2{*/
    /*    width: 50%;*/
    /*    left:45%;*/
    /*    margin-top:15%;*/
    /*}*/
    
    /*.banner_imgx3>img{*/
    /*    min-height: 280px;*/
    /*    min-width: unset;*/
    /*    object-fit: cover;*/
    /*}*/

   /* .bannerTextWrapper {
        width: 70%;
        top: 35%;
    }
    .bannerText span {
        display: inline;
    }
    .banner_small_title {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .bannerText {
        font-size: 13.4px;
        text-shadow: 1px 1px 5px black;
    }
    .banner_button a {
        font-size: 13.4px;
        padding: 8px 15px;
    }
    .banner_big_title {
        font-size: 20px;
    }*/
    
}
/*sec1*/
.container_sec1{
    background-image:url(https://cdn1.npcdn.net/img/1727948008bg1.png);
    background-position:20% 50%;
    background-size:cover;
    background-repeat: no-repeat;
    padding-top: 7%;
    padding-bottom:7%;
}
.sec1Wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7.7vw;
}
.sec1_Img{
    max-width: 85px;
}
.sec1_Img img{
    animation: scale 2s infinite;
}
@keyframes scale {
    0%{
      transform: scale(1);  
    }
    50%{
      transform: scale(1.1);  
    }
    100%{
      transform: scale(1);  
    }
}

.sec1_Title{
    color: #c7996d;
    font-weight: 900;
    font-size: 30px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}
.sec1_content{
    font-size: 16px;
}



@media screen and (max-width:992px){
    .sec1Wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media screen and (max-width:767px){
    .container_sec1{
        background-size:120%;
        background-position: center;
    }
    .sec1_Title {
        font-size: 16px;
    }
    .sec1_content {
        font-size: 13.4px;
    }
    .sec1_Img{
        max-width: 75px;
    }
}
/*sec2*/
.sec2_section {
    display: flex;
    width: 100%;
    background: #f3eeee;
    overflow: hidden;
}

.sec2_left {
    width: 67%;
    padding: 55px 70px;
    box-sizing: border-box;
}

.sec2_left .font-big {
    margin: 0 0 45px;
    text-transform: uppercase;
    color: #7010a5;
}

.sec2_left .font-big span {
    color: #000;
}

.sec2_left  .font-big::after{
    display:none;
}

.sec2_main {
    display: flex;
    align-items: center;
    gap: 40px;
}

.sec2_combined {
    flex-shrink: 0;
    flex:55%;
}

.sec2_combined img {
    display: block;
    width: 100%;
}

.sec2_info {
    flex:45%;
    flex-shrink: 0;
}

.sec2_info_box {
    background: #730c9c;
    border: 2px solid #111;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    padding: 18px 15px;
    margin-bottom: 15px;
}

.sec2_payment_icons img {
    display: block;
    width: 280px;
    max-width: 100%;
}

.sec2_right {
    width: 33%;
}

.sec2_right img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left;
}

@media (max-width: 991px) {

    .sec2_section {
        flex-direction: column;
    }

    .sec2_left,
    .sec2_right {
        width: 100%;
    }

    .sec2_left {
        padding: 40px 30px;
    }

    .sec2_left h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 35px;
    }

    .sec2_main {
        flex-direction: column;
        gap: 30px;
    }

    .sec2_combined img {
        max-width: 380px;
        margin: 0 auto;
    }

    .sec2_info {
        width: 100%;
        max-width: 400px;
    }

    .sec2_payment_icons img {
        margin: 0 auto;
    }
    
    .sec2_right{
        max-width:450px;
        margin:0 auto;
    }

    .sec2_right img {
        height: auto;
    }
}

@media (max-width: 767px) {

    .sec2_left {
        padding: 30px 20px;
    }

    .sec2_left h2 {
        font-size: 24px;
    }

    .sec2_combined img {
        width: 100%;
    }

    .sec2_info {
        max-width: 100%;
    }

    .sec2_info_box {
        font-size: 15px;
        padding: 15px 12px;
    }

}

/*sec3*/
.index_wrapper_5{
    padding-bottom: 7%;
}
.sec3TitleImg{
    max-width: 320px;
    transform: translateY(-50%);
    margin-left: 8%;
}
#main_index #index_5_2 .productSlider-1{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px;
}
#main_index .productSlider-1 .slick-prev {
    left: -25px;
}
#main_index .productSlider-1 .slick-next {
    right: -25px;
}
@media screen and (max-width:1200px){
    #main_index .productSlider-1 .slick-prev {
    left: 0;
}#main_index .productSlider-1 .slick-next {
    right: 0;
}
}
@media screen and (max-width:767px){
    .sec3TitleImg {
        margin: 0 auto;
        max-width: 280px;
    }
}
@media screen and (max-width:753px){
    .product_img{
        padding: 20px;
    }
        #main_index .productSlider-1 .slick-prev {
        left: 15px;
    }
    #main_index .productSlider-1 .slick-next {
        right: 15px;
    }
}
/*sec4*/
#main_index .index_wrapper_6{
    background: url(https://cdn1.npcdn.net/img/1713765129content_bg3.jpg);
    background-size: cover;
    background-position:bottom;
    background-repeat: no-repeat;
    padding-bottom: 15% !important;  
}
.container_sec4{
    color: #fff;
}

.sec4_top_Img{
    max-width: 65px;
    transform: translateY(-42%);
    
}
.sec4_top_Img img{
    animation: bone 3s infinite;
}

.sec4_content span{
    display: block;
}

.sec4_bigTitle{
    font-weight: 900;
    font-size: 2.55vw;
}

.sec4_content{
    font-size: 18px;
}

.sec4_pointsWrapper{
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    margin-top: 4%;*/
    max-width:500px;
    margin:4% auto 0 auto;
}
.sec4_point{
      background: rgba(65,65,65,0.7);
    padding: 3vw 3vw 4vw;
    border-radius: 45px;
}
.sec4_point_title{
    font-size: 1.8vw;
    margin-bottom: 0.8rem;
    font-weight: 900;
    letter-spacing: 1px;
}
.sec4_point_content{
    font-size: 18px;
}

.product_cat-3{
    width:80%;
    margin:25px auto;
}

.product_cat-3 .cat_box{
    border-radius:20px;
}

.product_cat-3 .row{
    justify-content:center;
}

.product_cat-3 .cat_box .content h3{
    display:none;
}

@media screen and (max-width:992px){
    .sec4_pointsWrapper {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .sec4_point{
        flex-basis: 100%;
    }
    .sec4_bigTitle {
        font-size: 25px;
    }
    .sec4_point_title {
        font-size: 20px;
    }
    .sec4_point {
        padding: 5% 10% 8%;
    }
    .sec4_point_content {
        font-size: 15px;
    }
    .sec4Wrapper {
        background: #3fb8a7;
    }
    
}
@media screen and (max-width:767px){
    .sec4_content {
        font-size: 13.4px;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
    .sec4_content span {
        display: inline;
    }
}
@media screen and (max-width:480px){
    .product_cat-3 .row .col-6{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
/*sec5*/
.sec5TitleImg{
    max-width: 310px;
    margin-left: 8%;
}

.sec5Ttile{
    margin-left: 12%;
    color: #c7996d;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 8px;
}
.container_sec5{
    margin-top: -7%;
}

.ex_hp_testimonialsType7 .testimonial .pic{
    display:none;
}

.ex_hp_testimonialsType7 .testimonial .description{
    border-radius:10px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box{
    border-radius:20px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}
#main_index .hp_photoGallerySlider_type3 {
    background-color: #fff;
    padding-bottom: 7%;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -20px;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -20px;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    filter: brightness(0) invert(0);
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}
#main_index .hp_photoGallerySlider_type3 .container{
    max-width: 85%;
}
#main_index .photo-gallery3 .slick-dots{
    display: none !important;
}

@media screen and (max-width: 992px){
    .container_sec5 {
        margin-top: 0;
        padding-top: 2rem;
    }
}
@media screen and (max-width: 767px){
    .sec5TitleImg {
        max-width: 280px;
        margin: 0 auto;
    }
    .sec5Ttile {
        margin-left: 0;
        text-align: center;
        font-size: 18px;
    }
    #main_index .hp_photoGallerySlider_type3 .container {
      max-width: unset;
    }
    .latest_new_type4 .col-md-6:nth-child(n+3) {
        display: none;
    }
}
/*sec6*/
.font-middle {
    font-weight: bold;
    text-transform: uppercase;
}
.font-big {
    font-size: 2.3vw;
       color: #36c1cd;
       font-weight: 900;
    position: relative;
    /*font-weight: 300;*/
}
.font-big:after {
    content: '';
    background-color: #36c1cd;
    width: 5%;
    height: 2.5px;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.font-small {
    line-height: 1.8;
    max-width: 906px;
    font-size: 16px;
    /*font-weight: 300;*/
    margin: 0 auto;
}
.main1 ul li {
    padding: 0 15px;
    display: inline-block;
}
.btn1 {
    display: inline-block;
    background-color: #4682b4;
    color: #ffffff;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 5px 0 #df9829;
}
.btn1:hover {
    background-color: #df9829;
    color: #ffffff;
    box-shadow: 0 2.5px 0 #4682b4;
    text-decoration: none;
}
.main1 {
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/userfiles/23378/image/main1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.row.space{
        background: linear-gradient(to right, rgba(255,255,255,0.95), #ffffff, rgba(255,255,255,0.95));
        padding-bottom: 7%;
}
.container-fluid.main1 .btn-8 {
    background-color: #36c1cd;
    
}
.container-fluid.main1 .btn-8:hover {
    background: transparent;
}
.container-fluid.main1 .btn-8:hover span {
    color: #36c1cd;
}
.container-fluid.main1 .btn-8 span:before,.container-fluid.main1 .btn-8 span:after {
    background: #36c1cd;
    
}
.container-fluid.main1 .btn-8:before,.container-fluid.main1 .btn-8:after {
   
    background: #36c1cd;
    
}
/*sec7*/
.sec7TitleImg{
    max-width: 310px;
    margin-left: 8%;
}

.sec7Ttile{
    margin-left: 12%;
    color: #c7996d;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 8px;
}
#main_index .latest_new_type4 {
    margin-bottom: 10px;
    width: 80%;
    margin: 25px auto;
}

#main_index .latest_new_type4 .news_box .img_frame{
    border-radius:20px;
}

@media screen and (max-width: 992px){
    .container_sec7 {
        margin-top: 0;
        padding-top: 2rem;
    }
}
@media screen and (max-width: 767px){
    .sec7TitleImg {
        max-width: 280px;
        margin: 0 auto;
    }
    .sec7Ttile {
        margin-left: 0;
        text-align: center;
        font-size: 18px;
    }
}

/*sec8*/
.footer_ImgWrapper{
    position: relative;
}
.footer_Img{
    max-width: 7vw;
    bottom: 0;
    right: 6.5%;
    transform: translateY(9%);
    position: absolute;
    z-index: 20;

}
#main_index .index_wrapper_8{
    position: relative;
    z-index: 20;
    overflow: unset;
}
/*footer*/
.footer_type10 .title {
    min-height: 120px;
}
.footer_type10 .logo img {
    max-height: 110px;
}
.footer_type10 {
    background-color: #454545;
}
.footer_Img img{
    animation: 2s footerFoot infinite;
}
.footer_type10 a:hover {
    color: #36c1cd;
}

@media screen and (max-width:1200px){
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1){
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2){
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3){
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4){
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media screen and (max-width:992px){
    .footer_Img {
    max-width: 70px;
}
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .font-big {
        font-size: 25px;
    }
}
@media screen and (max-width:767.98px){
   
.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1){
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2){
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3){
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4){
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@keyframes footerFoot {
    0%{
        transform: scale(1.05) translateY(22%);
    }
    50%{
        transform: scale(1) translateY(32%);
    }
    100%{
        transform: scale(1.05) translateY(22%);
    }
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
  color: #fff !important;
}

/*testimonial page*/
.ws_testimonials .testimonial_box .img_frame{
    display:none;
}

/*category product page*/
.mobile_ecommerce_filter_tool{
    display:none;
}

/*showproduct page*/
.product_detail .mainFunction .whatsapp_btn{
    display:none;
}

/*showproduct page*/
#main_showproducts .product_nav_pill_container .product_nav_pill .nav_pill:nth-child(3),
#main_showproducts .product_nav_pill_container .product_nav_pill .nav_pill:nth-child(4),
#main_showproducts .product_nav_pill_container .product_nav_pill .nav_pill:nth-child(5){
    display:none;
}

/*testimonial*/
.ws_testimonials .testimonial_box .header{
    display:none;
}

.font-small {
    font-size: 18px;
}

.general_product_list_sold{
    display: none;
    
}


.star-list{
    
    display: none;
}

.sold_title{
    display: none;
}
