/** CSS CODE **/
@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');

:root{
    --prime-clr: #333333;
    --second-clr: #438ec9;
    --third-clr: #ffffff;
}
*{margin:0;padding: 0;box-sizing: border-box;font-family: 'Poppins', sans-serif;font-size: 62.5%;}
.row>*{padding-left: 1.5rem;padding-right: 1.5rem;}
a{text-decoration: none;}
.blk a, .top-btn a, .org a, .drop-list .dropdown-item, .header-nav .navbar .nav-link, .product-detail a, .read-arrow svg, .stay-touch button, .socil-list li a, .foot-listing li a{transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;}
.blk a, .top-btn a, .org a:hover{background-color: var(--prime-clr);color: var(--third-clr);}
.blk a:hover, .top-btn a:hover{background-color: var(--second-clr);color: var(--prime-clr);}
.org a{background-color: var(--prime-clr);color: var(--third-clr);font-size: 2.2rem;}
.org a:hover{background-color: var(--second-clr);}
p, .nav-link{font-size: 1.6rem;}
p{color: var(--prime-clr);line-height: 2.6rem;}
.site-btn a {padding: 1.1rem 2.5rem;display: inline-block;border-radius: 0.5rem;}
.top-btn {margin-left: 4rem;}
.top-bar {
    background-color: var(--second-clr);
    padding: .8rem 0px;
}
.top-list {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.top-list, .right-list{
    list-style: none;padding-left: 0px;
}

.top-list li, .top-list li span, .top-list li a {
    font-size: 1.4rem;color: var(--third-clr);
}
.top-list li:hover a, .top-right li:hover span{color:var(--prime-clr);transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s;}
.top-list li span {
    padding-right: .5rem;
    font-size: 1.6rem;
}
.top-right {
    justify-content: flex-end;
}
.top-list li {
    padding-right: 1rem;
}
.top-list li:last-of-type {
    padding-right: 0px;
}
.top-right li span svg {
    font-size: 1.8rem;
}
.deskhead .top-bar {
    opacity: 0;
    visibility: hidden;
}

.bottom-header {background-color: var(--second-clr);}
.header-nav{
    position: sticky;
    top: 0;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.deskhead {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: translatey(-50px);
    -webkit-transform: translatey(-50px);
    -moz-transform: translatey(-40px);
}
.header-nav .navbar {padding: 1rem 0;}
.header-nav .navbar .nav-link.active, .header-nav .navbar .nav-link:hover, .header-nav .navbar .nav-link:focus{color: var(--prime-clr);}
.header-nav .navbar .nav-link {padding: 0rem 1.5rem;color: var(--third-clr);}
.header-nav .navbar .nav-item:last-of-type .nav-link{padding-right: 0;}
.navlist-blk {justify-content: center;}
.right-list {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0rem;
}

.middle-header .row {
    justify-content: space-between;
    align-items: center;
}
.middle-header {
    padding: 1.5rem 0rem;
    background-color: var(--third-clr);
}
.right-list li .iconso {
    font-size: 3.5rem;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 1.4rem;
}
.right-list li {
    padding-right: 2.5rem;
}
.right-list li:last-of-type {
    padding-right: 0rem;
}
.numbers {
    width: 2.2rem;
    height: 2.2rem;
    background-color: var(--second-clr);
    color: var(--third-clr);
    border-radius: 50%;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1rem;
    right: 0;
}

.top-btn a {font-size: 1.8rem;font-weight: 500;}
.search-btn {
    position: relative;
}
.search-btn button {
    width: 4rem;
    height: 4rem;
    border: 0;
    border-radius: 0.5rem;
    background-color: var(--second-clr);
    font-size: 2rem;
    color: var(--third-clr);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.search-btn button:hover{background-color: var(--prime-clr);}
.search-btn input[type="text"] {
    width: 100%;
    height: 4.8rem;
    font-size: 1.6rem;
    border-color: #777;
    border-radius: 0.5rem;
    border-width: 0.1rem;
    padding-left: 1.5rem;
    padding-right: 5rem;
}

.blk a, .org a{font-size: clamp(1.6rem, 5vw, 1.8rem);}
.drop-list li:last-of-type .dropdown-item{border-bottom: 0rem;}
.drop-list .dropdown-item {
    font-size: 1.4rem;
    border-bottom: 0.1rem solid #f9f9f9;
    color: var(--prime-clr);padding: 0.5rem 1rem;
}
.drop-list .dropdown-item:hover{
    background-color: var(--second-clr);
    color: var(--third-clr);
}
.drop-list.show {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #f1f1f1;
    border-radius: 0;
}
.menu-size {
    width: 2.5rem;
    height: 2.5rem;
}
.pt{padding-top: clamp(6rem, 10vw, 8rem);}
.logo-box a {
    display: inline-block;
}
.mobile-set, .mobile-list, .mobile-search {
    display: none;
}
.mobile-set img {
    width: 6rem;
}
.whatsapp-me a {
    font-size: 1.6rem;
    background-color: #40bf50;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 1rem;
    justify-content: center;
    border-radius: 0.5rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.whatsapp-me a:hover{
    background-color: #54de65;
}
.whatsapp-me svg {
    font-size: 2.5rem;
    margin-right: 0.4rem;
}
.whatsapp-me {
    width: 14rem;
    margin-left: auto;
}

/** Start Slider Section **/
.slider-one{
    background-image: url(../images/slider-1.jpg);
}

.slider-two{
    background-image: url(../images/slider-2.jpg);
}

.main-slid {
    background-size: cover;
    background-position: 32% 100%;
    height: 650px;
}
.main-slid .container {
    height: 100%;
    display: flex;
    align-items: center;
}
.slider-txt {
    padding: 7rem 0rem;
    margin: clamp(0rem, 6vw, 9rem) 0;
}
.slider-txt h1{font-size: clamp(2.4rem, 5vw, 4rem);color: var(--prime-clr);font-weight: bold;}
.slider-txt p{font-size: clamp(1.6rem, 4vw, 2.2rem);padding: 1rem 0rem 2rem;margin-bottom: 0rem;line-height: 1.5;}
.slider-set{position: relative;} 
.slider-set .slick-dots{position: absolute;top:93%;left: 50%;transform: translatex(-50%);display: flex;align-items: center;
}
.slider-set .slick-dots button{
    width: 1.3rem;
    height: 1.3rem;
    border: 0;
    border-radius: 50%;
    background-color: var(--prime-clr);
    margin-right: 1rem;
    box-shadow: 0rem 0.3rem .5rem rgba(0,0,0,.4);
}

.slider-set .slick-dots li:last-of-type button{
    margin-right: 0rem;
}
.slider-set .slick-dots .slick-active button{background-color: var(--second-clr);}

.slider-set .slick-arrow {
    position: absolute;
    top: 50%;
    width: clamp(3rem, 5vw, 5rem);
    height: clamp(3rem, 5vw, 5rem);
    transform: translatey(-50%);
    z-index: 1;font-size: 0;
    border: 0;
    transition: background-color .5s;
}
.slider-set .slick-prev {
    left: calc(100% - 97%);
}
.slider-set .slick-arrow:hover{background-color: var(--second-clr);}
.slider-set .slick-next {
    right: calc(100% - 97%);
}
.slider-set .slick-arrow:before{
    width: 1.2rem;
    height: 1.7rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
}

.slider-set .slick-prev:before {
    background: url(../images/slider-left-arrow.svg) no-repeat;
}
.slider-set .slick-next:before {
    background: url(../images/slider-right-arrow.svg) no-repeat;
}

.slider-set button.slick-arrow{display:none!important;}

/** End Slider Section **/

/** Services **/
.sell-content h3 {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: bold;
}

.wheel-sell {
    display: flex;
    align-items: center;
    background-color: #efeded;
    padding: 3rem;height: 100%;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}
.wheel-sell:before {
    content: "";
    position: absolute;
    width: 30rem;
    height: 30rem;
    border: 4.5rem solid;
    border-color: #e5e4e4;
    right: -10rem;
    bottom: -7rem;
    background-color: transparent;
    border-radius: 50%;
    z-index: 0;
}
.sell-img {
    z-index: 0;
}

.sell-content p {
    font-size: clamp(1.5rem, 4vw, 1.8rem);
    line-height: 1.5;
    font-weight: 300;
    padding-right: 3rem;
}
.sell-content .site-btn a {
    background-color: var(--second-clr);
    font-size: 1.5rem;
    padding: 0.7rem 2rem;
    font-weight: 300;
}
.sell-content .site-btn a:hover{
    background-color: var(--prime-clr);
}

.strip {
    font-size: 1.4rem;
    background-color: var(--prime-clr);
    padding: 0.5rem 0.8rem;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    border-radius: 5px;
    margin-bottom: 1.2rem;
}

/** End Services **/

/** Our Products **/
.product-content {
    text-align: center;
    border: 1px solid var(--prime-clr);
    border-top: 0px;
    box-sizing: border-box;
    padding: 0rem 1.5rem 3rem;
    height: 100%;
}
.product-cat {
    margin-bottom: 4rem;
}

.produc-img img{width: 100%;}
.product-content h3{
    font-size: clamp(1.8rem, 5vw, 2.4rem);
    font-weight: bold;
    padding-top: 2rem;
    text-transform: uppercase;
}
.product-content p {
    font-size: clamp(1.6rem, 5vw, 2rem);
    margin: 1rem 0rem 2rem;line-height: 1.5;
}
.product-content .org a {
    padding: 0.6rem 2rem;
}
.inner-product-div {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-cat:nth-child(n + 3), .blue-serv:nth-child(n + 3) {
    margin-bottom: 0px;
}
.heading-tag {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4rem;
    text-transform: uppercase;
}
.product-img img {
    width: 100%;
}
/** Our Products **/

/** Extra Div **/
.extra-div .row {
    align-items: center;
}
.extra-content {
    height: auto;
    padding: 1.5rem;
    border: 0;
    text-align: left;
}
.extra-div {
    background-color: #f3fbff;
    padding: 6rem 0rem;
    margin-top: clamp(6rem, 10vw, 8rem);
}
.extra-content p {
    font-size: clamp(1.5rem, 5vw, 1.8rem);
}
.extra-content .org a {
    padding: 0.6rem 3rem;
}
.extra-content h3 {
    padding-top: 0;
}
.extra-content .strip {
    background-color: var(--third-clr);
    color: var(--prime-clr);margin-bottom: 3rem;
}

/** End Extra Div **/

/** Testimonial **/
.testimonial {
    background-image: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 8rem;
    margin-top: clamp(4rem, 12vw, 8rem);
}
.clint-name {
    font-size: 1.8rem;
    display: block;
    font-weight: 600;
    padding-bottom: 1rem;
}
.client-review {
    position: relative;
}
.client-content figure, .blog-img{margin-bottom: 0;}

.testimonial-slider .slick-slide {
    margin:0rem 1.5rem;
}
.testimonial-slider .slick-arrow {
    display: none!important;
}
.testimonial-slider{position: relative;}
.testimonial-slider .slick-dots{
    position: absolute;
    top:calc(100% + 2.5rem);
    left:50%;
    transform: translatex(-50%);
    display: flex;
    align-items: center;
    padding-left: 0;
}
.testimonial-slider .slick-dots button{
    width: 1.3rem;
    height: 1.3rem;
    border: 0;
    border-radius: 50%;
    background-color: var(--prime-clr);
    box-shadow: 0rem 0.3rem 0.5rem rgba(0,0,0,.4);
}
.testimonial-slider .slick-dots li{
margin-right: 1rem;
}
.testimonial-slider .slick-dots li:last-of-type{
    margin-right: 0;
}
.testimonial-slider .slick-dots li.slick-active button{
    background-color: var(--second-clr);
}

.testimonial-slider .slick-track {
    display: flex!important;
}

.testimonial-slider .slick-slide {
    height: inherit!important;
    background-color: #f2f3f3;
}


.client-content figure {
    display: flex;
    justify-content: center;
    transform: translate(-50%, 0%);
    position: absolute;
    top: 0rem;
    left: 50%;
}
.client-state {
    font-size: 1.4rem;
    text-align: center;
    padding: 3rem;
}
.client-detail {
    margin-bottom: 1rem;
}
.client-detail span {
    display: flex;
    justify-content: center;
}

/** End Testimonial **/

/** Wheelchair Text **/
.wheel-text h3 {
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: bold;
    color: var(--prime-clr);
    margin-bottom: 2rem;
}
.wheel-text p {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
    margin-bottom: 0rem;
    line-height: 1.5;
}
.wheelchair-shop {
    background-image: url(../images/get-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wheelchair-shop .row {align-items: center;}
.wheel-img {
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: bounce;
    animation-timing-function: linear;
}

@keyframes bounce{
    0%{ transform: translateY(50); }
    50%  { transform: translateY(8rem); }
    100% { transform: translateY(0); }
}

.wheel-img img, .blog-img img {width: 100%;}
.wheel-text .org a {
    padding: 1rem 2.5rem;
    font-size: 1.6rem;
    font-weight: 300;
}


/** End Wheelchair Text **/

/** Blog Section **/
.blogs {
    background-color: #f3fbff;
    padding: 6rem 0rem 11rem;
    margin-top: clamp(8rem, 12vw, 16rem);
}
.blogs-sliders .slick-slide {
    background-color: var(--third-clr);
}
.blog-text {
    padding: 2rem;
}
.date-name, .date-name span{ display: flex;align-items: center;}
.date-name span, .date-name span svg {
    font-size: 1.2rem;
}
.date-name span svg {
    color: var(--second-clr);margin-right: .3rem;
}
.date {
    margin-right: 1rem;
}
.date-name {
    margin-bottom: 1rem;
}
.blog-text h4 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.blog-text p {
    font-size: 1.4rem;
    line-height: 1.5;margin-bottom: 2rem;
}
.blog-text .org a {
    font-size: 1.2rem;
    background-color: var(--second-clr);
}

.blog-text .org a:hover {
    background-color: var(--prime-clr);
}

.blog-boxes .blogs-txt h3{
    font-size: clamp(2rem, 5vw, 2.6rem);
    margin-bottom: 1rem;
}
.blogs-txt .site-btn {
    margin-top: 2rem;
}
.blog-im img {
    border-radius: 3rem;
}
.blog-boxes {
    margin-bottom: 4rem;
}
.blog-boxes:last-of-type{
    margin-bottom: clamp(6rem, 5vw, 8rem);
}

.pagination-box .pagination {
    justify-content: center;
}
.pagination-box li a, .pagination-box li a span {
    font-size: 1.6rem;
    color: #438ec9;
}

.pagination-set {
    margin-bottom: 8rem;
    margin-top: 6rem;
}
.blogs-btns a {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
}

/** End Blog Section **/

/** blue section **/
.blue-section{background-color: var(--second-clr);padding: 3rem 0px;}
.product-service figure {margin-bottom: 0;}
.product-service{display: flex;align-items: center;}
.blue-text h4 {font-size: 1.6rem;font-weight: 600;}
.blue-text p {
    font-size: 1.2rem;
    line-height: 1.5;
}

.blue-text h4, .blue-text p{
    color: var(--third-clr)

}
.blue-text {
    padding-left: 0.6rem;
}
.icon-serve span {
    display: flex;
    border: 0.3rem solid #ddd;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    align-items: center;
    justify-content: center;
}
.icon-serve svg {
    font-size: 3rem;
    color: var(--third-clr);
}

/** End blue section **/

/** Contact Us **/
.contact-top{
    background: url(../images/contact-banner.jpg) no-repeat;
    background-size: cover;
}
.banner-content label {
    font-size: 4rem;
    font-weight: bold;
    color: var(--third-clr);
    text-transform: capitalize;
}
.banner-list a {
    font-size: 1.6rem;
}
.banner-list, .contact-list-left {
    padding: 0rem;
    margin: 0rem;
    list-style: none;
}
.banner-list, .cont-icon {
    display: flex;
    align-items: center;
}
.banner-list > li > a {
    color: var(--third-clr);
}
.banner-list > li:first-of-type a {
    color: var(--second-clr);
    position: relative;
}
.banner-list > li:first-of-type a::before {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: -1.5rem;
    transform: translate(0%, -50%);
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}


.banner-list > li:first-of-type {
    margin-right: 2.2rem;
}

.banner-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8rem 1.5rem;
}
.contact-list-left li span, .contact-list-left li svg {
    font-size: 1.8rem;
}
.contact-list-left li {
    display: flex;
    align-items: center;margin-bottom: 2rem;
}
.cont-icon {
    border: 0.2rem solid var(--prime-clr);
    border-radius: 50%;
    min-width: 6rem;
    min-height: 6rem;
    justify-content: center;margin-right: 1rem;
}

.form-set input, .form-set select, .form-set textarea {
    font-size: 1.5rem;
}
.form-set label{
    font-size: 1.2rem;
}

.form-set {
    padding: 2rem;
    border: 0.1rem solid #ddd;border-radius: 1rem;
}
.form-set .form-check input {
    margin-left: 0;
    margin-right: 1rem;
}
.submit-btn {
    font-size: 1.8rem;
    padding: 1rem 3rem;
    background-color: var(--second-clr);
    border: none;width: 100%;
}
.submit-btn:hover{
    background-color: var(--prime-clr);
}
.contact-side {
    padding: 6rem 0rem;
}
.touch {
    font-size: clamp(2rem, 5vw, 3rem);
    text-align: center;
    display: block;
    margin-bottom: 2rem;
}
.text-list h3 {
    font-size: 2rem;
    font-weight: 600;
}
.text-list p {
    margin-bottom: 3rem;
}


/** End Contact Us **/

/** About Us **/
.abt-text h3 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: bold;
    margin-bottom: 2rem;
}
.abt-im img {
    width: 100%;border-radius: 3rem;
}
.about-content {
    margin-top: clamp(6rem, 5vw, 8rem);
}
.why-choos {
    background-color: #f3fbff;
    padding: 6rem 0rem;
    margin-top: clamp(4rem, 12vw, 8rem);
}
.chose-cont {
    border: 0.1rem solid var(--prime-clr);
    border-radius: 0.6rem;
    padding: 2rem 1.5rem;
    text-align: center;
    background-color: var(--third-clr);
    height: 100%;
}
.chose-cont h3 {
    font-weight: bold;
    margin-bottom: 1rem;font-size: 1.8rem;
}
.choose-clam {
    margin-bottom: 3rem;
}
.choose-clam:nth-child(n + 4) {
    margin-bottom: 0;
}
/** End About Us **/




/**  Footer **/

.inner-footer {
    background-color: var(--prime-clr);padding: 4rem 0 0;
}
.web-logo{margin-bottom: 0;}
.web-logo img{width: 100%;}
.foot-listing{    
    list-style: none;
    padding-left: 0;
    padding-top: 1rem;
    margin-bottom: 0;}
.foot-listing li, .foot-listing li a{font-size: 1.4rem;display: flex;color: var(--third-clr);}
.foot-listing li a:hover{color: var(--second-clr);}
.foot-listing li{margin-bottom: 0.8rem;}
.other-content {
    padding-top: 4rem;
}
.other-content h5{
    font-size: 2rem;
    font-weight: bold;
    color: var(--third-clr);
}
.footer-upper-list {
    padding-bottom: 1rem;
}
.socil-list{list-style: none;padding-left: 0;margin-bottom: 0;}
.socil-list li a {
    display: inline-block;
    background-color: var(--second-clr);
    border-radius: .5rem;width: 3.5rem;height: 3.5rem;
}
.socil-list li a, .socil-list{display: flex;align-items: center;}
.socil-list li a{justify-content: center;}
.socil-list li a svg{fill: var(--third-clr);width: 1.8rem;height: 1.8rem;}
.socil-list li a:hover{background-color: var(--third-clr);}
.socil-list li{margin-right: 1rem;}
.socil-list li:last-of-type{margin-right: 0;}
.footer-nav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
}
.social-media b {
    font-size: 1.6rem;
    color: var(--third-clr);
    margin-bottom: 1rem;
    display: inline-block;
}
.social-media {
    margin-top: 3rem;
}

.bottom-footer{background-color: var(--second-clr);padding: 1.6rem 0;margin-top: 1rem;}
.bottom-footer p{color: var(--third-clr);text-align: center;margin-bottom: 0;}
.foot-navigation {
    display: flex;
    align-items: center;width: 100%;flex-wrap: wrap;
}
.foot-listing b {
    font-size: 1.4rem;
    margin-right: 1rem;
    width: 6rem;
}

.socil-list li svg {
    color: #fff;
}
.socil-list li a:hover svg{color: var(--second-clr);}

/**  End Footer **/

/** Products Page Css **/
.product-list li {
    font-size: 1.6rem;
    line-height: 1.8;
}
.product-sets h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2rem;
}
.product-sets h3 {
    margin-bottom: 1rem;
}
.product-btn {
    margin-top: 2rem;
}
.product-claim .chose-cont {
    border: 0rem;
    background: transparent;
    text-align: left;
    padding: 0rem;
}
.product-choose .row {
    justify-content: center;
}
.product-claim .chose-cont li {
    margin-top: 3rem;
}
.product-claim .chose-cont li:first-of-type {
    margin-top: 0rem;
}
.product-claim{margin-bottom: 0rem;}
.product-claim-list li::marker {
    font-size: 2rem;
}

/** End Products Page Css **/

.blog-details-banr {
    background: url(../images/slider-1.jpg) no-repeat;
    background-size: cover;
    padding: 6rem 0rem;
}

/** Search Box **/
.result-box {
    margin: 0;
    padding-left: 0rem;
    margin-top: 0.5rem;
    border: 0.1rem solid #ccc;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    border-radius: .5rem solid #ddd;
}
.result-box a {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    display: block;
    color: var(--prime-clr)
}

.result-box a:hover{
    background-color: #438ec93d;
}
.search-sections {
    position: relative;
}

/** End Search Box **/

/** Start Media Screen **/

@media only screen and (max-width: 1399px){
    .deskhead{    
        transform: translatey(-76px);
        -webkit-transform: translatey(-76px);
        -moz-transform: translatey(-40px);
    }
}

@media only screen and (max-width: 1199px){
    .header-nav .navbar .nav-link {
        padding: 0rem 0.7rem;
        font-size: 1.4rem;
    }
    .wheel-text {
        padding: 4rem 0rem;
    }
    .web-logo img {
        width: 100%;
    }
    .deskhead{
        -moz-transform: translatey(-62px);
    }

}

@media only screen and (max-width: 991px){
    .header-nav .navbar > .nav-item > .nav-link{padding: 0.5rem 0;border-bottom: .1rem solid #ddd;}
    .top-btn{margin-left: 0rem;margin-top: 2rem;}
    .drop-list.show{margin: 0rem;}
    .header-nav .navbar .nav-link {
        font-size: 1.6rem;
        padding: 0.8rem 0;
        color: var(--prime-clr);
    }
    .header-nav .nav-item {
        border-bottom: 0.1rem solid #ddd;
    }
    .top-bar{display: none;}
    .deskhead{transform: none;}
    .wheel-sell{justify-content: space-between;}
    .service-group {margin-bottom: 3rem;}
    .service-group:last-of-type{margin-bottom: 0rem;}
    .service-group:nth-child(2n + 3), .service-group:nth-child(2n + 4), .blue-serv:nth-child(2n + 3) {margin-bottom: 0;}
    .list-product:nth-child(n+3), .blue-serv{margin-bottom: 3rem;}
    .list-product:last-of-type {margin-bottom: 0;}
    .inside-blog .list-product{margin-bottom: 3rem;}
    .inside-blog .list-product:last-of-type{margin-bottom: 0;}
    .foot-navigation .nav-item{border: 0;}
    .foot-navigation .navbar-nav {flex-direction: row;flex-wrap: wrap;}
    .foot-navigation .nav-item {padding-right: 2rem;}
    .social-media{margin-right: auto;margin-left: 0;margin-top: 2rem;}
    .footer-nav .navbar .nav-link{padding: 0.4rem 0;font-size: 1.4rem;}
    .wheel-sell:before{right: -13rem;}
    .product-cat:nth-child(n + 3) {margin-bottom: 4rem;}
    .product-cat:nth-child(n + 4) {margin-bottom: 0px;}
    .wheel-text {padding-bottom: 0rem;}
    .wheel-img{transform: translatey(0rem);padding-bottom: 4rem;}
    .bottom-header button{background-color: var(--second-clr);}
    .bottom-header button:focus {box-shadow: none;}
    .middle-header .right-list, .logo-box .navbar-brand, .middle-header {display: none;}
    .mobile-set, .mobile-list, .mobile-search {display: block;}
    .mobile-list {display: flex;align-items: center;}
    .mobile-list .right-list {margin-right: 2rem;}
    .bottom-header{background-color: #f2f6f7;}
    .mobile-list button {
        background-color: var(--third-clr);
    }
    .mobile-search {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    .web-logo img {
        width: 20rem;
    }
    .wheelchair-shop{background-position: 36% 100%;}
    .whatsapp-me {
        margin-right: 1.5rem;
    }
    .choose-clam:nth-child(n + 4) {
        margin-bottom: 3rem;
    }
    .choose-clam:last-of-type {
        margin-bottom: 0rem;
    }
    .abt-im {
        margin-bottom: 2rem!important;
    }

}

@media only screen and (max-width: 767px){
    .service-group:nth-child(2n + 3), .blue-serv:nth-child(2n + 3){margin-bottom: 3rem;}
    .main-slid{background-position: 22% 100%;height:450px;}

}

@media only screen and (max-width: 576px){
    .slider-set .slick-arrow{display: none!important;}
    .service-slide .slick-slide {margin-right: 0rem;}
    .stay-touch button {
        position: static;
        margin: 4rem auto 0;
        width: 100%;
        padding: 1.8rem 2.1rem;
    }
    .stay-touch input{padding: 1.8rem 1.5rem;text-align: center;}
    .client-review:after{top: 1rem;right: 1rem;}

    .testi-banner, .wheel-sell:before{display: none;}

    .wheel-sell {flex-direction: column-reverse;}
    .sell-content p{padding-right: 0rem;}
    .sell-img {margin-bottom: 3rem;}
    .slider-txt{padding: 5rem 1.5rem;}
    .wheel-sell{padding: 1.6rem;}
    .extra-content{padding: 1.5rem 0rem 0rem 0rem;}
    .blog-text {
        padding: 1.5rem;
    }
    .whatsapp-me svg{font-size: 2rem;}
    .whatsapp-me a{font-size: 1.4rem;}
    .whatsapp-me {width: auto;}
    
}

@media only screen and (max-width: 576px){
    .foot-listing li, .foot-listing li a{
        flex-wrap: wrap;
    }
}