body {
    padding: 0;
    margin:0px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    background-color: #fff;
}
html, body {
    padding: 0;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}
button, input, select, a {
    outline: none !important;
    box-shadow:none;
    text-decoration:none;
}
ol ul, ul ol, ul{
    margin:0px;
	padding:0px;
	list-style: outside none none;
}
.wrapper-page {
    position: relative;
    width: 100%;
    height: 100%;
}
.wrapper-page .article-content-body {
    padding-top: 130px;
}
/*HEADER CODE START*/
    .wrapper-page header {
        position: fixed;
        width: 100%;
        z-index: 999;
        left: 0;
        right: 0;
        top: 0;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    }
    /*TOP HEADER BOX CODE START*/
    .wrapper-page header .top-header-box {
        background: -webkit-linear-gradient(45deg, #2d2d2d 62%, #424242 34%);
        background: -webkit-linear-gradient(45deg, #2d2d2d 62%, #424242 34%);
        background: linear-gradient(45deg, #2d2d2d 62%, #424242 34%);
        position: relative;
        height: 61px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wrapper-page .top-header-box .txtSoMedicalEquip {
        font-family: "Prompt", sans-serif;
        margin-left: 40px;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #fff;
    }
    .wrapper-page .top-header-box .btn-start-chat-green {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items:center;
        padding: 8px 5px 8px 5px;
        gap: 8px;
        width: 130px;
        height: 30px;
        background: #3dcd58 !important;
        border-radius: 5px;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color: #fff;
        text-transform: capitalize;
    }
    .wrapper-page .top-header-box .boxtultipwsp {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 9999;
    }
    .wrapper-page .top-header-box .boxtultipwsp .boxtultipwsp-content {
        position: absolute;
        top: 65px;
        display: block;
        width: 100%;
    }
    .wrapper-page .top-header-box .boxtultipwsp .boxtultipwsp-content .btn.btn-Green-btn.DesktopWhatsAppBtn {
        text-transform: inherit;
        font-family: 'Poppins', sans-serif !important;
        font-style: normal;
        font-weight: 600;
        font-size: 14px !important;
        line-height: 21px;
        text-align: center;
        letter-spacing: .01em;
        color: #fff !important;
        max-width: 247px;
        justify-content: center;
        margin: auto;
        width: 100%;
        padding: 7px;
        margin-top: 10px;
        border: 2px solid #2cba47;
        background-color: #2cba47;
    }
    .wrapper-page .PayModalBox.WhatsAppIconBTNModal .or-line {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 25px 0;
    }
    .wrapper-page .PayModalBox.WhatsAppIconBTNModal .qrBoxDesktop {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 280px;
        margin: auto;
        gap: 20px;
    }
    .wrapper-page .PayModalBox.WhatsAppIconBTNModal .qrBoxDesktop div {
        font-family: 'Poppins', sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: .01em;
        color: #000;
    }
    @media (min-width: 1025px) and (max-width: 1280px) {
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .wrapper-page .top-header-box .boxtultipwsp svg.bodySVG {
            width: 310px;
            height: 300px;
        }
        .wrapper-page .top-header-box .boxtultipwsp {
            top: 25px;
        }
        .wrapper-page .top-header-box .boxtultipwsp .boxtultipwsp-content {
            top: 60px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .wrapper-page .top-header-box .boxtultipwsp svg.bodySVG {
            width: 300px;
            height: 272px;
        }
        .wrapper-page .top-header-box .boxtultipwsp {
            top: 27px;
        }
        .wrapper-page .top-header-box .boxtultipwsp .boxtultipwsp-content {
            top: 48px;
        }
    }

    @media (max-width: 767px) {
        .wrapper-page .top-header-box .boxtultipwsp svg.bodySVG {
            width: 220px;
            height: 200px;
        }
        .wrapper-page .top-header-box .boxtultipwsp .boxtultipwsp-content {
            top: 40px;
        }
        .wrapper-page .top-header-box .boxtultipwsp .boxtultipwsp-content .btn.btn-Green-btn.DesktopWhatsAppBtn {
            font-size: 9px !important;
            line-height: 21px;
            max-width: 170px;
        }
        .wrapper-page .PayModalBox.WhatsAppIconBTNModal .or-line {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 15px 0;
        }
        .wrapper-page .PayModalBox.WhatsAppIconBTNModal .or-line svg{
            width:90%;
        }
        .wrapper-page .PayModalBox.WhatsAppIconBTNModal .qrBoxDesktop {
            max-width: 100%;
            gap: 10px;
        }
        .wrapper-page .PayModalBox.WhatsAppIconBTNModal .qrBoxDesktop img {
            width: 50px;
        }
        .wrapper-page .PayModalBox.WhatsAppIconBTNModal .qrBoxDesktop div {
            font-size: 10px;
            line-height: 17px;
        }
    }

    @media (max-width: 479px) {
    }
    .texttyping {
        white-space: nowrap;
        overflow: hidden;
        animation: typing 3s steps(13) infinite alternate,blink 800ms steps(13) infinite normal;
    }
    @keyframes typing {
        from {
            width: 0%;
        }

        to {
            width: 100%;
        }
    }
    .wrapper-page .top-header-box .btn-advertise {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 5px 8px 5px;
        gap: 8px;
        width: 151px;
        height: 30px;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color: #fff;
        text-transform: capitalize;
        background: #ED9232;
        border-radius: 6px;
    }
    @media (min-width: 992px) and (max-width: 1199px) {
        .wrapper-page .top-header-box .txtSoMedicalEquip {
            font-family: "Prompt", sans-serif;
            margin-left: 0;
            font-weight: 400;
            font-size: 17px;
            line-height: 20px;
            text-align: center;
            color: #fff;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .wrapper-page .top-header-box .container {
            max-width: 100%;
        }
        .wrapper-page header .top-header-box {
            background: -webkit-linear-gradient(45deg, #2d2d2d 55%, #424242 27%);
            background: -webkit-linear-gradient(45deg, #2d2d2d 55%, #424242 27%);
            background: linear-gradient(45deg, #2d2d2d 55%, #424242 27%);
        }
        .wrapper-page .top-header-box .txtSoMedicalEquip {
            font-family: "Prompt", sans-serif;
            margin-left: 0;
            font-weight: 400;
            font-size: 16px;
            line-height: 27px;
            text-align: left;
            color: #fff;
            padding-right: 19px;
        }
        .wrapper-page .top-header-box .btn-start-chat-green {
            padding: 8px 2px 9px 2px;
            gap: 5px;
            width: 130px;
            height: 28px;
            font-size: 14px;
            line-height: 21px;
        }
        .wrapper-page .top-header-box .btn-start-chat-green svg {
            width: 18px;
        }
        .wrapper-page .top-header-box .btn-advertise {
            box-sizing: border-box;
            display: flex;
            padding: 8px 2px 9px 2px;
            gap: 5px;
            width: 160px;
            height: 28px;
            font-size: 14px;
            line-height: 21px;
        }
    }
    @media (max-width: 767px) {
        .wrapper-page .top-header-box .container {
            max-width: 100%;
        }
        .wrapper-page header .top-header-box {
            background: -webkit-linear-gradient(45deg, #2d2d2d 51%, #424242 23%);
            background: -webkit-linear-gradient(45deg, #2d2d2d 51%, #424242 23%);
            background: linear-gradient(45deg, #2d2d2d 51%, #424242 23%);
        }
        .wrapper-page .top-header-box .txtSoMedicalEquip {
            font-family: "Prompt", sans-serif;
            margin-left: 0;
            font-weight: 400;
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            color: #fff;
        }
        .wrapper-page .top-header-box .btn-start-chat-green {
            padding: 8px 2px 9px 2px;
            gap: 3px;
            width: 75px;
            height: 24px;
            font-size: 9px;
            line-height: 21px;
        }
        .wrapper-page .top-header-box .btn-start-chat-green svg {
            width: 15px;
        }
        .wrapper-page .top-header-box .btn-advertise {
            box-sizing: border-box;
            display: flex;
            padding: 8px 2px 9px 2px;
            gap: 3px;
            width: 117px;
            height: 24px;
            font-size: 9px;
        }
    }
    /*TOP HEADER BOX CODE END*/
    /*MENU HEADER BOX CODE START*/
    .wrapper-page .nav-menu-bottom {
        position: relative;
        z-index: 999;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        background: #2d2d2d;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
        height: 70px;
    }
    .wrapper-page .nav-header {
        margin-top: -16px;
    }
    .wrapper-page .nav-header .nav-brand img {
        height: 55px;
        width: 130px;
    }
    .wrapper-page .search-box-header-section {
        max-width: 600px;
        display: flex;
        justify-content: center;
    }
    .wrapper-page .search-box-header {
        max-width: 385px;
        width: 100%;
        height: 35px;
        position: relative;
        padding-top: 5px;
    }
    .wrapper-page .search-box-header .input-home-search {
        width: 100%;
        max-width: 100%;
        font-family: 'Poppins', sans-serif !important;
        border-radius: 0;
        margin: 0;
        border: 2px solid #7eccdc;
        box-sizing: border-box;
        font-style: italic;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #787878;
        height: 35px;
        width: 100%;
        box-shadow:none;
        outline:none;
    }
    .wrapper-page .search-box-header .btn-ser-box {
        position: absolute;
        right: 0;
        top: 5px;
        cursor: pointer;
    }
    .ui-widget-content{
        z-index:999;
    }
    .ui-dialog-titlebar.ui-widget-header, .ui-jqdialog-titlebar.ui-widget-header {
        border: 1px solid #FFFFFF;
        background: #CCCCCC;
        margin: -2px;
    }
    .ui-widget-content {
        background: #fff !important;
    }
    .ui-widget-overlay {
        opacity: 0.6 !important;
        background: #000 !important;
    }
    .ui-menu li {
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        max-width: 100% !important;
        height: auto;
        color: #000 ;
        padding: 10px;
    }
    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 150%;
        min-height: 0;
        font-size: 14px;
        font-weight: normal;
        font-family: 'Poppins', sans-serif !important;
    }
    @media (min-width: 1025px) and (max-width: 1280px) {
    .wrapper-page .search-box-header-section {
            max-width: 530px;
            display: flex;
            justify-content: center;
        }
    }
    @media (min-width: 992px) and (max-width: 1199px) {
        .wrapper-page .search-box-header-section {
            max-width: 400px;
            display: flex;
            justify-content: center;
        }
        .wrapper-page .nav-menu > li > a {
            padding: 11px 15px;
            text-decoration: none;
            font-family: 'Poppins', sans-serif !important;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            letter-spacing: .05em;
            text-transform: uppercase;
            color: #fff;
            border-bottom: 3px solid transparent;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .wrapper-page .nav-menu-bottom .container {
            max-width: 100%;
        }
        .wrapper-page .nav-menu-bottom {
            justify-content: space-between;
            display: flex;
            align-items: center;
        }
        .navigation-portrait .nav-toggle {
            display: block;
            right: 0;
            left: auto;
            margin-top: -10px;
        }
        .wrapper-page .nav-header {
            margin-top: 0px;
            margin-right: 10px;
        }
        .wrapper-page .nav-header .nav-brand img {
            height: 45px;
            width: 100px;
        }
        .wrapper-page .search-box-header-section {
            max-width: 100%;
            margin: 0px 40px;
        }
        .wrapper-page .search-box-header {
            max-width: 100%;
            padding-top: 10px;
        }
        .wrapper-page .search-box-header .btn-ser-box {
            top: 10px;
        }
    }
    @media (max-width: 767px) {
        .wrapper-page .nav-menu-bottom .container {
            max-width: 100%;
        }
        .wrapper-page .nav-menu-bottom {
            justify-content: space-between;
            display: flex;
            align-items: center;
        }
        .navigation-portrait .nav-toggle {
            display: block;
            right: 0;
            left: auto;
            margin-top: -10px;
        }
        .wrapper-page .nav-header {
            margin-top: 0px;
            margin-right: 10px;
        }
        .wrapper-page .nav-header .nav-brand img {
            height: 45px;
            width: 100px;
        }
        .wrapper-page .search-box-header-section {
            max-width: 100%;
            margin: 0px 40px;
        }
        .wrapper-page .search-box-header {
            max-width: 100%;
            padding-top: 10px;
        }
        .wrapper-page .search-box-header .btn-ser-box {
            top: 10px;
        }
    }
    @media (max-width: 479px) {
        .wrapper-page header .top-header-box {
            background: -webkit-linear-gradient(45deg, #2d2d2d 51%, #424242 23%);
            background: -webkit-linear-gradient(45deg, #2d2d2d 51%, #424242 23%);
            background: linear-gradient(45deg, #2d2d2d 51%, #424242 23%);
        }
    }
    ul.nav-dropdown.nav-submenu {
        top: 120% !important;
        box-shadow: 2px 2px 5px #dbc7c7;
        background: #fff;
        min-width: 212px;
    }
    ul.nav-dropdown.nav-submenu > li a{
        text-transform:capitalize;
    }
    ul.nav-dropdown.nav-submenu > li {
        width: 100%;
        border-bottom: 1px solid rgba(36, 39, 44, .1) !important;
        text-align: left;
        height: 48px;
        line-height: 48px !important;
        padding: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    ul.nav-dropdown.nav-submenu li a.sub-menu-list {
        color: #000 !important;
        padding-left: 0;
        font-size: 15px;
        text-decoration: none !important;
        background:none;
    }
    ul.nav-dropdown.nav-submenu li:hover, ul.nav-dropdown.nav-submenu li:hover > a.sub-menu-list{
        background: #f58e29 !important;
        color: #fff !important;
    }
    .wrapper-page .navigation-portrait .nav-menus-wrapper {
        background-color: #2d2d2d;
    }
    .wrapper-page .navigation-portrait .nav-menu > li {
        border: none;
        background-color: #2d2d2d;
        box-shadow: none;
    }
    .wrapper-page .nav-menus-wrapper-close-button {
        width: 33px;
        height: auto;
        margin: 10px 5px;
        float: right;
        color: #fff;
        font-size: 26px;
        cursor: pointer;
    }
    .wrapper-page .navigation-portrait .nav-menu > li > a, .wrapper-page .navigation-portrait .nav-menu > li > a:hover, .wrapper-page .navigation-portrait .nav-menu > li > a:focus {
        text-decoration: none !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 28px;
        padding-right: 13px;
        position: relative;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #fff;
        border: none;
    }
    .wrapper-page .navigation-portrait .nav-menu > li:hover > a, .wrapper-page .navigation-portrait .nav-menu > li.active > a, .wrapper-page .navigation-portrait .nav-menu > li.focus > a {
        border-bottom: none !important;
        color: #ED9232 !important;
    }
    .wrapper-page .navigation-portrait .nav-menu > li:last-child {
        border-bottom: none;
    }
    .wrapper-page .navigation-portrait .nav-dropdown > li > a {
        padding: 7px 20px 7px 30px;
    }
    .wrapper-page .nav-menu > li > a i {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        display: inline-block;
        vertical-align: 3px;
        margin: 0 5px 0 3px;
    }
/*MENU HEADER BOX CODE END*/
/*HEADER CODE START END*/
/*HOME PG CODE START DESKTOP*/
.banner-black-box {
    width: 100%;
    height: 266px;
    background: #2d2d2d;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner-black-box .container-box {
    max-width: 1060px;
    width: 100%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.banner-black-box .container-box h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 0 10px;
}
.banner-black-box .container-box p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.04em;
    color: #fff;
    margin: 0;
}
.banner-black-box .container-box p span {
    font-family: 'Poppins', sans-serif;
    color: #00aef0;
    font-weight: 600;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-black-box {
        height: 200px;
    }
    .banner-black-box .container-box h1 {
        font-weight: 600;
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -0.03em;
        color: #FFFFFF;
    }
    .banner-black-box .container-box p {
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -0.04em;
        color: #FFFFFF;
    }
    .banner-black-box .container-box p svg {
        margin-left: 0px !important;
        width: 115px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-black-box {
        height: 182px;
    }
    .banner-black-box .container-box h1 {
        font-weight: 600;
        font-size: 21px;
        line-height: 31px;
        letter-spacing: -0.03em;
        color: #FFFFFF;
    }
    .banner-black-box .container-box p {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.04em;
        color: #FFFFFF;
    }
    .banner-black-box .container-box p svg {
        margin-left: 0px !important;
        width: 115px;
        display: block;
    }
}
@media (max-width: 767px) {
    .banner-black-box {
        height: 182px;
    }
    .banner-black-box .container-box h1 {
        font-weight: 600;
        font-size: 20.9032px;
        line-height: 31px;
        letter-spacing: -0.03em;
        color: #FFFFFF;
    }
    .banner-black-box .container-box p {
        font-weight: 500;
        font-size: 13.169px;
        line-height: 18px;
        letter-spacing: -0.04em;
        color: #FFFFFF;
    }
    .banner-black-box .container-box p svg {
        margin-left: 0px !important;
        width: 115px;
        display: block;
    }
}
.Home-View-All-Categories {
    padding: 50px 0;
    position: relative;
    width: 100%;
}
@media (min-width: 768px) {
    .Home-View-All-Categories .col-md-2 {
        flex: 0 0 auto;
        width: 14.28571428571429%;
    }
}
.Home-View-All-Categories .prodct-list-box {
    background: #2b68d2;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 240px;
}
.Home-View-All-Categories .prodct-list-box.two {
    background: #2f9f68;
}
.Home-View-All-Categories .prodct-list-box.three {
    background: #c576ac;
}
.Home-View-All-Categories .prodct-list-box.four {
    background: #ddc184;
}
.Home-View-All-Categories .prodct-list-box.five {
    background: #274192;
}
.Home-View-All-Categories .prodct-list-box.six {
    background: #e57a3d;
}
.Home-View-All-Categories .prodct-list-box.last{
    background: #51bdc6;
}
.Home-View-All-Categories .prodct-list-box a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
}
.Home-View-All-Categories .prodct-list-box .txt-title {
    font-family: "OpenSans-Regular";
    display: flex;
    text-transform: uppercase;
    color: #fff;
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.Home-View-All-Categories .prodct-list-box .img-box-item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}
.Home-View-All-Categories .prodct-list-box .img-box-item img {
    width: 100%;
    transition: transform .5s;
}
.Home-View-All-Categories .prodct-list-box .img-box-item img:hover {
    transform: scale(1.2);
}
.zoomTxt {
    width: 100%;
    transition: transform 0.5s;
}
.zoomTxt:hover {
    transform: scale(1.2);
}
.Home-View-All-Categories .px-1 {
    padding-right: .55rem !important;
    padding-left: .55rem !important;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .Home-View-All-Categories {
        padding: 20px 0;
        position: relative;
        width: 100%;
    }
    .Home-View-All-Categories .form-row-gap-xs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .Home-View-All-Categories .form-row-gap-xs > .col, .Home-View-All-Categories .form-row-gap-xs > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .Home-View-All-Categories .justify-content-between.row-gap-3 {
        justify-content: flex-start !important;
    }
    .Home-View-All-Categories .prodct-list-box {
        height: 200px;
    }
    .Home-View-All-Categories .prodct-list-box a {
        height: 100%;
    }
    .Home-View-All-Categories .prodct-list-box .txt-title {
        font-size: 16px;
    }
    .Home-View-All-Categories .prodct-list-box .img-box-item {
        width: 130px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Home-View-All-Categories {
        padding: 20px 0;
        position: relative;
        width: 100%;
    }
    .Home-View-All-Categories .form-row-gap-xs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .Home-View-All-Categories .form-row-gap-xs > .col, .Home-View-All-Categories .form-row-gap-xs > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .Home-View-All-Categories .justify-content-between.row-gap-3 {
        justify-content: flex-start !important;
    }
    .Home-View-All-Categories .prodct-list-box {
        height: 170px;
    }
    .Home-View-All-Categories .prodct-list-box a {
        height: 100%;
    }
    .Home-View-All-Categories .prodct-list-box .txt-title {
        font-size: 14px;
    }
    .Home-View-All-Categories .prodct-list-box .img-box-item {
        width: 110px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .Home-View-All-Categories {
        padding: 20px 0;
        position: relative;
        width: 100%;
    }
    .Home-View-All-Categories .form-row-gap-xs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
    .Home-View-All-Categories .form-row-gap-xs > .col, .Home-View-All-Categories .form-row-gap-xs > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .Home-View-All-Categories .justify-content-between.row-gap-3 {
        justify-content: flex-start !important;
    }
    .Home-View-All-Categories .prodct-list-box {
        width: 100%;
        height: 130px;
        display: block;
    }
    .Home-View-All-Categories .prodct-list-box a {
        height: 100%;
    }
    .Home-View-All-Categories .prodct-list-box .txt-title {
        font-size: 12px;
        line-height: 24px;
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .Home-View-All-Categories .prodct-list-box .img-box-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 110px;
    }
}
@media (max-width: 767px) {
    .Home-View-All-Categories {
        padding: 20px 0;
        position: relative;
        width: 100%;
    }
    .Home-View-All-Categories .justify-content-between.row-gap-3 {
        justify-content: flex-start !important;
    }
    .Home-View-All-Categories .prodct-list-box {
        width: 100%;
        height: 170px;
        display: block;
    }
    .Home-View-All-Categories .prodct-list-box a {
        height: 100%;
    }
    .Home-View-All-Categories .prodct-list-box .txt-title {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .Home-View-All-Categories .prodct-list-box .img-box-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 110px;
    }
}
.sell-used-medical-equip {
    position: relative;
    margin: auto;
    margin-bottom: 70px;
}
.sell-used-medical-equip .txttitleequip {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #2b2b2b;
}

.sell-used-medical-equip .sell-used-medical-equip-box {
    background: #fff;
    border: 1px solid rgba(158, 158, 158, .7);
    border-radius: 15px;
    width: 100%;
    padding: 28px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    height: 100%;
}
.sell-used-medical-equip .sell-used-medical-equip-box:hover {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, .25));
}
.sell-used-medical-equip .sell-used-medical-equip-box .icon-box-equip {
    box-sizing: border-box;
    width: 79px;
    height: 79px;
    background: #f9f9f9;
    border: 1px solid rgba(158, 158, 158, .7);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.sell-used-medical-equip .sell-used-medical-equip-box p {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000;
}
.sell-used-medical-equip .sell-used-medical-equip-box span {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #666;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .sell-used-medical-equip .txttitleequip {
        font-size: 24px;
    }
    .sell-used-medical-equip .sell-used-medical-equip-box .icon-box-equip {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .sell-used-medical-equip .sell-used-medical-equip-box p {
        font-size: 18px;
    }
    .sell-used-medical-equip .sell-used-medical-equip-box span {
        font-size: 12px;
        line-height: 20px;
    }
    .sell-used-medical-equip .sell-used-medical-equip-box {
        padding: 20px 15px;
        gap: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .sell-used-medical-equip .txttitleequip {
        font-size: 24px;
    }
    .sell-used-medical-equip .sell-used-medical-equip-box .icon-box-equip {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .sell-used-medical-equip .sell-used-medical-equip-box p {
        font-size: 18px;
    }
    .sell-used-medical-equip .sell-used-medical-equip-box span {
        font-size: 12px;
        line-height: 20px;
    }
    .sell-used-medical-equip .sell-used-medical-equip-box {
        padding: 10px 15px;
        gap: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sell-used-medical-equip .txttitleequip {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .sell-used-medical-equip .txttitleequip {
        font-size: 24px;
        margin-bottom:10px;
    }

}
.medical-imaging-equip {
    width: 100%;
    background: #efe;
    background: -webkit-linear-gradient(180deg, #efe 58%, #fff 48%);
    background: -webkit-linear-gradient(180deg, #efe 58%, #fff 48%);
    background: linear-gradient(180deg, #efe 58%, #fff 48%);
    position: relative;
    padding: 36px 55px;
    margin-bottom: 35px;
}
.medical-imaging-equip .medical-imaging-equip-box {
    background: #fff;
    padding: 40px 30px 40px;
    box-sizing: border-box;
    max-width: 890px;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(158, 158, 158, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 27px;
    margin: auto;
}
.medical-imaging-equip .txtmedical-imaging {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #2b2b2b;
}
.medical-imaging-equip .txtmedical-imaging span{
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #2b2b2b;
    font-family: 'Poppins', sans-serif !important;
}
.medical-imaging-equip .form-box-imaging {
    max-width: 760px;
    margin: 50px auto 0;
}
.medical-imaging-equip .form-box-imaging .forminpcontrol {
    box-sizing: border-box;
    padding: 10px 5px;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    max-width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7e7e7e;
    font-family: 'Poppins', sans-serif !important;
    background: #fff4cf;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #7e7e7e;
}
.medical-imaging-equip .form-box-imaging .forminpcontrol::placeholder {
    color: #7e7e7e;
    font-family: 'Poppins',sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}
.medical-imaging-equip .form-box-imaging .form-group {
    margin-bottom: 35px
}
.medical-imaging-equip .btn-green-lg {
    padding: 0 26px;
    gap: 20px;
    background: #3fc03e;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Poppins',sans-serif !important;
    border: 0;
    cursor: pointer
}
.medical-imaging-equip .btn-green-lg[disabled], .medical-imaging-equip .btn-yellow-lg[disabled] {
    opacity: .7 !important
}
.form-control.defaultSelect, select.form-control.defaultSelect {
    background-image: url(../../images/defaultSelect.svg) !important;
    background-position: right 1rem center !important;
    background-repeat: no-repeat !important;
    background-size: 1em !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .medical-imaging-equip {
        padding: 36px 20px;
        margin-bottom: 15px;
    }
    .medical-imaging-equip .form-box-imaging {
        margin: 30px auto 0;
    }
    .medical-imaging-equip .txtmedical-imaging {
        font-size: 21px;
        line-height: 28px;
    }
    .medical-imaging-equip .txtmedical-imaging span {
        font-size: 18px;
        line-height: 33px;
    }
    .medical-imaging-equip .btn-green-lg {
        gap: 15px;
        font-size: 16px;
    }
    .medical-imaging-equip .form-box-imaging .form-group {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .medical-imaging-equip {
        padding: 36px 20px;
        margin-bottom: 0px;
    }
    .medical-imaging-equip .form-box-imaging {
        margin: 30px auto 0;
    }
    .medical-imaging-equip .txtmedical-imaging {
        font-size: 21px;
        line-height: 28px;
    }
    .medical-imaging-equip .txtmedical-imaging span {
        font-size: 18px;
        line-height: 33px;
    }
    .medical-imaging-equip .btn-green-lg {
        gap: 15px;
        font-size: 16px;
    }
    .medical-imaging-equip .form-box-imaging .form-group {
        margin-bottom: 25px;
    }
}
.registered-certified-step {
    width: 100%;
    padding: 50px 40px;
    background: #e9fbff;
    border-radius: 27px;
    margin: auto;
    margin-bottom: 60px;
    max-width: 1200px;
}
.registered-certified-step .txtDisposeyour {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #0e3327;
}
.registered-certified-step .registered-certified-list{
    margin: 50px 0px 0px 0px;
}
.registered-certified-step .registered-certified-list .registered-certified-list-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    grid-gap: 6px;
    gap: 6px;
}
.registered-certified-step .registered-certified-list .registered-certified-list-box .icon-img {
    width: 50px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.registered-certified-step .registered-certified-list .registered-certified-list-box .icon-img img {
    width: 50px;
    height: 50px;
}
.registered-certified-step .registered-certified-list .registered-certified-list-box .item-name {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #383838;
}
.registered-certified-step .registered-certified-list .registered-certified-list-box .item-name span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #383838;
    font-family: 'Poppins', sans-serif !important;
}
@media (min-width: 1025px) and (max-width: 1280px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
    .registered-certified-step .txtDisposeyour {
        font-size: 21px;
    }
    .registered-certified-step .registered-certified-list .registered-certified-list-box .item-name {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .registered-certified-step .txtDisposeyour {
        font-size: 16px;
        line-height: 28px;
    }
    .registered-certified-step .registered-certified-list .registered-certified-list-box .item-name {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .registered-certified-step {
        width: 100%;
        padding: 30px 20px;
        background: #e9fbff;
        border-radius: 27px;
        margin-bottom: 30px;
    }
    .registered-certified-step .txtDisposeyour {
        font-size: 20px;
        line-height: 35px;
    }
    .registered-certified-step .registered-certified-list {
        margin: 30px 0px 0px 0px;
    }
    .registered-certified-step .registered-certified-list .registered-certified-list-box .item-name {
        font-size: 16px;
    }
}
.why-20med-step {
    width: 100%;
    background: #2d2d2d;
    border-radius: 500px;
    margin: auto auto 60px;
    padding: 45.5px 40px;
    max-width: 887px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-20med-step .titlewhy {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #eac169;
    text-align: center;
}
.why-20med-step ul {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px 0 0;
}
.why-20med-step ul li {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .why-20med-step {
        border-radius: 90px;
        padding: 40px 25px;
        margin: auto;
    }
    .why-20med-step .titlewhy {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #eac169;
        text-align: center;
    }
    .why-20med-step ul {
        gap: 50px;
        margin: 15px 0 0;
    }
    .why-20med-step ul li {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .why-20med-step {
        border-radius: 90px;
        padding: 30px 25px;
        margin: auto;
    }
    .why-20med-step .titlewhy {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #eac169;
        text-align: center;
    }
    .why-20med-step ul {
        gap: 50px;
        margin: 15px 0 0;
    }
    .why-20med-step ul li {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .why-20med-step {
        border-radius: 90px;
        padding: 30px 25px;
        margin: auto;
    }
    .why-20med-step .titlewhy {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        color: #eac169;
        text-align: center;
    }
    .why-20med-step ul {
        gap: 30px;
        margin: 15px 0 0;
    }
    .why-20med-step ul li {
        font-size: 13px;
        line-height: 26px;
    }
}
.our-clients-detils-section {
    position: relative;
    padding: 60px 0px;
    width:100%;
}
.our-clients-detils-section .titlourclients {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    color: #2b2b2b;
}
.our-clients-detils-section .titlourclients::after {
    height: 3px;
    background: #f5902e;
    position: absolute;
    content: "";
    width: 120px;
    bottom: -3px;
    left: 0;
}
@media (min-width: 992px) {
    .our-clients-detils-section .col-lg-3 {
        width: 20%;
    }
}
.our-clients-detils-section .client-box-section {
    width: 100%;
    height: 220px;
    background: #f5f5f5;
    border-radius: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-bottom: 30px;
}
.our-clients-detils-section .client-box-section .clients-logo-box {
    width: 160px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-clients-detils-section .client-box-section .clients-logo-box img {
    width: 100%;
    height: 100%;
}
.our-clients-detils-section .client-box-section .client-name {
    width: 100%;
    height: 44px;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #151515;
    justify-content: center;
}
.our-clients-detils-section .client-box-section .client-location {
    height: 22px;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #424242;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-clients-detils-section .client-box-section .border-client-location {
    width: 100%;
    height: .5px;
    background: #e48436;
}
.our-clients-detils-section .client-box-section .product-name {
    width: 100%;
    height: 22px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #424242;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-clients-detils-section {
        position: relative;
        padding: 30px 0px;
        width: 100%;
    }
    .our-clients-detils-section .titlourclients {
        font-size: 22px;
        line-height: 32px;
    }
    .our-clients-detils-section .client-box-section .client-name {
        height: 40px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .our-clients-detils-section {
        position: relative;
        padding: 30px 0px;
        width: 100%;
    }
    .our-clients-detils-section .titlourclients {
        font-size: 22px;
        line-height: 32px;
    }
    .our-clients-detils-section .client-box-section .client-name {
        height: 40px;
        font-size: 14px;
        line-height: 18px;
    }
}
/*HOME PG CODE END DESKTOP*/
/*FOOTER PG CODE START DESKTOP*/
.footer-section {
    background-color: #2d2d2d;
    width: 100%;
    box-shadow: inset 0 0 3px 3px rgba(36, 39, 44, .1);
    border-top: 1px solid rgba(36, 39, 44, .1);
    padding-top: 70px;
}
.ft-logo img {
    height: 52px !important;
    width: 112px !important;
}
ul.section-listing li:nth-child(2) {
    margin-top: 15px;
}
ul.section-listing li:first-child a {
    color: #ed9232 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    margin-bottom: 0 !important;
    text-decoration: none;
    text-transform: capitalize;
}
ul.section-listing li {
    margin-bottom: 10px;
}
ul.section-listing li a {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 400;
}
ul.section-listing li a:hover {
    color: #f58f2b !important;
}
a.QRcodeWhatsap{
    display:block;
    text-align:center;
}
a.QRcodeWhatsap .txt {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    display: block;
    margin-top: 10px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .ft-logo img {
        margin-top: 30px;
    }
    ul.section-listing li:nth-child(2) {
        margin-top: 10px;
    }
    ul.section-listing li {
        margin-bottom: 5px;
    }
    a.QRcodeWhatsap {
        text-align: left;
    }
    a.QRcodeWhatsap .txt {
        text-align: left;
    }
    ul.section-listing li:last-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .ft-logo img {
        margin-top:30px;
    }
    ul.section-listing li:nth-child(2) {
        margin-top: 10px;
    }
    ul.section-listing li {
        margin-bottom: 5px;
    }
    a.QRcodeWhatsap {
        text-align: left;
    }
    a.QRcodeWhatsap .txt {
        text-align: left;
    }
    ul.section-listing li:last-child {
        margin-bottom: 15px;
    }
}
.footer-copy-bottom {
    border-top: 1px solid #777;
    padding: 30px 0px 30px 0px;
    margin-top: 20px;
}
.footer-copy-bottom .copy-right {
    gap: 20px;
}
.copy-right li, .copy-right li a {
    color: #fff !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
    position: relative;
    text-decoration: none;
    margin-bottom: 10px;
}
.copy-right li:after {
    content: "";
    height: 16px;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 3px;
    margin-right: -10px;
}
.copy-right li:last-child:after{
    display:none;
}
.footer-copy-bottom .icon-listing {
    gap: 20px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper-page .nav-menu > li > a i{
        display:none;
    }
}

@media (max-width: 767px) {
    .footer-copy-bottom .copy-right {
        gap: 10px;
    }
    .footer-copy-bottom .icon-listing {
        gap: 10px;
    }
    .copy-right li:after {
        margin-right: -5px;
        top: 10px;
    }
    .copy-right li, .copy-right li a {
        font-size: 12px;
    }
    .wrapper-page .nav-menu > li > a i {
        display: none;
    }
}
/*FOOTER PG CODE END DESKTOP*/
.errorTxtRed, .errorTxtRed span {
    font-family: 'Poppins', sans-serif !important;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #ea2727;
    height: 25px;
    margin-bottom: 5px;
}
.rowstyle {
    visibility: hidden;
    display: none !important;
}
/*loading-box PG End*/
.loading-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #000000d4;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}
.loading-box .spinner {
    position: absolute;
    margin-top: -20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.loading-box.loadingshow23 {
    display: flex;
}
/*loading-box PG End*/
.BtnTxtblink {
    animation: blink-animation 3s steps(3,start) infinite;
    -webkit-animation: blink-animation 3s steps(3,start) infinite;
    font-family: 'Poppins',sans-serif;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
.errorhighlight {
    border-color: #dc3545 !important;
}
.full-ads-slider {
    width: 100%;
    position: relative;
    margin-bottom: 45px;
    z-index: 9;
    overflow: hidden
}
.full-ads-slider .FullAdsSlider img {
    width: 100%;
    height: 250px
}
.ads-container-box .full-ads-slider .FullAdsSlider img {
    width: 100%;
    height: 223px
}
.full-ads-slider .slick-dots {
    bottom: 25px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}
.full-ads-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-bottom: -10px !important
}
.full-ads-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    background: rgba(255,255,255,.7);
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    border: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    outline: 0;
    background: #fff;
    border-radius: 50%
}

.full-ads-slider .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    border: 0
}
.carousel-indicators li {
    width: 11px;
    height: 11px;
    background: rgba(255,255,255,.7);
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    margin-right: 8px;
    border: 0
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    border: 0;
    margin-right: 8px
}

@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    
}
@media (max-width: 479px) {
}