/*--------------------------------------Stylesheet----------------------------------------------*/

body {
    background: #fff;
    font-family: "Lato", sans-serif;
    width: 100%;
    margin: 0px auto;
    overflow-x: hidden !important;
    color: #171717;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: auto;
}

html {
    height: 100%;
    overflow: auto;
    animation: none;
    visibility: visible;
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

ul {
    padding: 0;
    list-style: none;
}

figure,
ul,
ol {
    margin: 0;
}

iframe {
    border: 0px;
    line-height: 0;
}

strong {
    font-weight: 800;
}

.wow {
    visibility: visible !important;
}

.btn.btn-default,
.btn.btn-primary,
.btn.btn-success {
    box-shadow: none;
    outline: none;
}

.logo img {
    width: 270px;
    height: 64px;
}

@media (min-width:1300px) {
    .container {
        max-width: 1230px;
    }
}

.li-post-group {
    background: #f5f5f5;
    padding: 5px 10px;
    border-bottom: solid 1px #CFCFCF;
    margin-top: 5px;
}

.li-post-title {
    border-left: solid 4px #304d49;
    background: #a7d4d2;
    padding: 5px;
    color: #304d49;
}

.show-more {
    background: #de5213;
    width: 150px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    color: #fff;
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 380px !important;
    z-index: 100;
    background: #fff;
    border: 1px solid #aaaaaa;
}

.ui-autocomplete li {
    font-size: 12px !important;
    padding-left: 5px;
}

.ui-autocomplete li:hover {
    font-size: 12px !important;
    background: #638ad2 !important;
    color: #FFF;
    padding-left: 5px;
}

.has-feedback .form-control {
    padding-right: 5px;
}

.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.file-upload {
    display: none;
}

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.7);
    top: 0px;
    text-align: center;
    margin: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.p-image {
    position: absolute;
    top: 7px;
    right: 231px;
    border-radius: 50%;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover .upload-butto {
    color: #999;
}

.upload-button {
    font-size: 1.2em;
    padding: 60px;
    text-align: center;
    border-radius: 50%;
    color: transparent;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

/*-----------------------------------------header--------------------------------------------------*/

#header {
    background: #fff;
    width: 100%;
    padding: 30px 0px;
    position: relative;
    z-index: 99;
}

#header.affix {
    position: fixed;
    z-index: 1001;
    top: 0;
    padding: 15px 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(221, 221, 221, .5);
}

#header .header-lft {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
}

.navbar.navbar-expand-md {
    margin: 26px 0px 10px;
}

.navbar-nav {
    padding-left: 10px;
}

.navbar-nav>li:first-child {
    padding-left: 0px;
}

.navbar-nav>li {
    padding: 0px 13.6px;
}

.navbar-nav>li:last-child {
    padding-right: 0px;
}

.search {
    display: flex;
    justify-content: flex-end;
}

.searches {
    position: relative;
}

.col-md-1 img {
    margin: 21px 40px 12px;
}

.searchs .form-control {
    border: 1px solid #e7e7e7;
    width: 137%;
    border-radius: 25px;
    background-color: #e7e7e7;
}

.searchs .icon_serach {
    position: absolute;
    content: "";
    top: 4px;
    right: -14px;
    background: url(../images/search.png) no-repeat center;
    height: 29px;
    width: 25px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 16px;
    color: #272424;
    font-weight: 600;
    transition: .8s all ease-in-out;
    -webkit-transition: .8s all ease-in-out;
    -moz-transition: .8s all ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover {
    font-size: 16px;
    color: #bebaba;
    font-weight: 600;
}

#header .header-ryt {
    -ms-flex: 0 0 20.666667%;
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
    margin: 21px 0px 12px;
}

#header .header-ryt ul li.dropdown {
    margin-right: 10px;
    float: left;
}

.dropdown-menu li {
    padding: 0px;
    display: block;
    padding-right: 0px;
    text-align: left;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: #f1f1f1 !important;
    line-height: 2;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 8px 0px;
    min-width: 11rem;
}

.dropdown-menu a:hover {
    background-color: #ddd;
}

.navbar-nav li.active a {
    color: #bebaba;
}

.dropdown-menu li a {
    color: black;
    text-decoration: none;
    display: block;
    padding-left: 10px;
}

#header .header-ryt ul li.dropdown a {
    color: #ba2333;
    line-height: 1.6;
    font-size: 18px;
    border: 0;
    padding: 4px 10px;
}

.dropdown-toggle::after {
    vertical-align: middle;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

#header .header-ryt ul li.dropdown .dropdown-menu {
    margin-top: 2px;
    border-radius: 3px;
    box-shadow: none;
    outline: 0;
    background: #fff;
    width: 200px;
    line-height: 2;
    padding: 8px 4px;
}

#header .header-ryt ul li.dropdown:hover .submenu {
    display: block;
}

#header .btn.btn-default,
#header .btn.btn-primary {
    font-size: 16px;
    color: #b72131;
    border: 2px solid #ba2333;
    border-radius: 3px;
    font-weight: 500;
    padding: 4px 25px;
    height: auto;
    box-shadow: none;
    outline: none;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    float: right;
}

#header .btn.btn-primary {
    color: #fff;
    border: 0px;
    padding: 6px 15px;
    background: #ba2333;
}

/*.btn.btn-default:hover, #header .btn.btn-primary:hover {background:transparent;border-color:transparent!important;color:#ba2333;}/*.btn.btn-default:before, #header .btn.btn-primary:before {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;border-top-width:2px;border-bottom-width:2px;border-top-style: solid;border-bottom-style: solid;border-top-color: #273192;border-bottom-color:#273192;-webkit-transform: scale(0.2, 1);transform: scale(0.2, 1);}/*.btn.btn-default:hover:before, #header .btn.btn-primary:hover:before  {opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}*/

.col-7.header-mid {
    padding-left: 7%;
}

ul.nav.navbar-nav {
    float: right;
}

.cards {
    position: relative;
    right: -100px;
}

/*----------------------------------banner-section------------------------------------------------*/

.banner-section {
    overflow: hidden !important;
}

.banner-section {
    position: relative;
}

.banner-section img {
    width: 100%;
    height: 680px;
}

.banner-content {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 520px;
    max-width: 600px;
    width: 100%;
    font-weight: 400;
    color: #fff;
}

.banner-content figure img {
    width: auto;
}

ul.banner-list {
    width: 500px;
    margin: 0;
    padding-top: 80px;
    padding-left: 55px;
}

.banner-content h1 {
    text-shadow: 0px 4px 6px #353434;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 700;
}

.banner-content p {
    font-size: 25px;
    font-style: oblique;
}

.banner-contents img {
    width: 100%;
    height: auto;
}

.owl-dots {
    position: absolute;
    bottom: 80px;
    left: 40px;
}

/*----------------------------------trending-section------------------------------------------------*/

.requests .myposts {
    border-top: none;
    height: 540px;
    overflow-y: overlay;
}

.trending-section {
    padding: 5.5em 0;
}

.trending-section h2 {
    font-weight: 800;
    font-size: 23px;
    position: relative;
    text-align: left;
    margin-bottom: 4%;
}

.trending-section h2:after {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    background: #f6c002;
    width: 80px;
    height: 4px;
    margin: auto;
}

.trending-section .owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 350px;
}

.trending-section .owl-controls .owl-nav .owl-prev {
    left: -3em;
}

.trending-section .owl-controls .owl-nav .owl-next {
    right: -2.5em;
}

.trending-section .owl-controls .owl-nav .owl-next:before {
    content: "\f054";
}

.trending-section .owl-controls .owl-nav .owl-prev:after {
    content: "\f053";
}

.trending-section .owl-controls .owl-nav .owl-prev:hover:after,
.manage-section .owl-controls .owl-nav .owl-next:hover:before {
    color: #f6c002;
    outline: none;
}

.trending-section img {
    height: 258px;
    width: 100%;
}

/*----------------------------------spotlight-section------------------------------------------------*/

.spotlight-section {
    padding: 0em 0;
}

.spotlight-section img {
    height: 258px;
    width: 100%;
}

.spotlight-section h2,
.your-product h2,
.go-pro h2 {
    font-weight: 800;
    font-size: 23px;
    position: relative;
    text-align: left;
    margin-bottom: 4%;
    text-transform: uppercase;
}

.spotlight-section h2:after,
.your-product h2:after,
.go-pro h2:after,
.inner-content h2:after {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    background: #f6c002;
    width: 80px;
    height: 4px;
    margin: auto;
}

.spotlight-section h2:before,
.trending-section h2:before,
.your-product h2:before,
.go-pro h2:before,
.inner-content h2:before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    background: #f6c002;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.spotlight-section .owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 350px;
}

.spotlight-section .owl-controls .owl-nav .owl-prev {
    left: -3em;
}

.spotlight-section .owl-controls .owl-nav .owl-next {
    right: -2.5em;
}

.spotlight-section .owl-controls .owl-nav .owl-next:before {
    content: "\f054";
}

.spotlight-section .owl-controls .owl-nav .owl-prev:after {
    content: "\f053";
}

.spotlight-section .owl-controls .owl-nav .owl-prev:hover:after,
.manage-section .owl-controls .owl-nav .owl-next:hover:before {
    color: #ba2333;
    outline: none;
}

.box-content img {
    position: relative;
}

.box {
    background-color: #fff;
    color: #000;
    position: absolute;
    bottom: 6%;
    padding: 6%;
    left: 6%;
    opacity: .8;
    right: 6%;
}

.box-content h3 {
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
}

.box-content p {
    max-width: 330px;
    width: 100%;
    margin: 12px auto 0px;
    font-weight: 300;
}

/*----------------------------------your-product---------------------------------------------*/

.your-product {
    padding: 5.5em 0em;
}

.product-box {
    float: left;
    width: 100%;
}

.product-box .product-img {
    float: left;
    position: relative;
}

.product-box .product-img img,
.inner-content .detail-text .thumb img,
.inner-content .rebate-section figure img,
.blog-section img {
    width: 100%;
}

.product-box .product-content {
    float: right;
    color: #000;
    padding: 0em 8px 1em;
    text-align: left;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    margin: 15px auto;
}

.product-box .product-content h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.product-box .product-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0px 16px;
    line-height: 1.8;
}

.product-box .product-content a {
    font-size: 13.4px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.product-box .product-content .btn.btn-success {
    border-radius: 25px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 16px;
    background: #7300ab;
}

.product-content h3 {
    text-transform: uppercase;
}

/*----------------------------------your-products---------------------------------------------*/

.your-products {
    background: #fff;
    padding: 50px 0px;
}

.your-products .sub {
    text-align: center;
}

.your-products p {
    margin: 3px 0px 2.2em;
}

.your-products h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 15px;
}

.accordion .card {
    margin-bottom: 1.3em;
    border: 0px;
    border-radius: 0px;
}

.accordion .card-header {
    padding: 10px 22px;
    background: #7300ab;
    border: 1px solid #efefef;
    box-shadow: none;
    border-radius: 3px;
    margin-bottom: 0px !important;
    outline: none;
}

.accordion .card-header p {
    margin: 0;
}

.accordion .card-header .btn-link {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
    box-shadow: none;
    outline: none;
    border: 0;
    text-align: left;
    float: left;
    width: 100%;
}

.accordion .card-header i.fa {
    float: right;
    font-size: 42px;
    padding: 0;
    color: #fff;
    line-height: 24px;
    font-weight: 100;
}

.accordion .card-body {
    padding: 13px 22px;
    font-size: 14px;
    border: 1px solid #efefef;
    line-height: 1.9;
    border-top: 0px;
    color: #666666;
    font-weight: 100;
}

.accordion .card-header:hover {
    background: #2fbcff;
}

.accordion .card-header:hover .btn-link {
    color: #fff;
}

.accordion .card-header:hover i.fa {
    color: #fff;
}

.your-products .style li {
    min-height: 42px;
    line-height: 36px;
    font-size: 16px;
    text-transform: capitalize;
}

.your-products .col-6 {
    margin-bottom: 10px;
}

.your-products .style .style_2 {
    padding-top: 10px;
    line-height: 1.2;
    width: 75%;
    border: 1px solid #d7d7d7;
    padding-left: 5px;
    font-size: 13px;
}

.your-products .style .style_3 {
    width: 25%;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.your-products .style .style_3 .checkboxs {
    padding-right: 46px;
}

/*---------------------------------go-pro----------------------------------------------*/

.go-pro {
    padding-bottom: 0em;
}

.product-box .product-img img {
    height: 405px;
}

.go {
    padding-top: 3em;
}

.go-pro .row {
    direction: rtl;
}

.product-box {
    float: left;
    width: 100%;
    position: relative;
}

.product-box .product-img {
    float: left;
    position: relative;
}

.product-box .product-img img,
.inner-content .detail-text .thumb img,
.inner-content .rebate-section figure img,
.blog-section img {
    width: 100%;
}

.product-box .product-content {
    float: right;
    color: #000;
    padding: 0em 8px 1em;
    text-align: left;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    margin: 15px auto;
}

.product-box .product-content h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.product-box .product-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0px 16px;
    line-height: 1.8;
}

.product-box .product-content a {
    font-size: 13.4px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.product-box .product-content .btn.btn-success {
    font-weight: 700;
    box-shadow: 4px 4px 2px 0px #f6c00247;
    border-radius: 25px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 16px;
    background: #7300ab;
}

.product-box .product-content .btn.btn-success:hover {
    background: #737272;
}

/*---------------------------------page----------------------------------------------*/

.page {
    border: 1px solid #000;
    width: 40%;
    margin: auto;
    padding: 10px 0;
}

.page h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.trade tr {
    border: 1px solid #000;
}

.pages {
    margin: 30px 0;
}

.pages ul li {
    padding-left: 12px;
    font-size: 18px;
}

.pages a {
    color: #000;
}

.pages a:hover {
    color: #3923ef;
}

.page h5 {
    text-align: center;
    padding-top: 20px;
}

.pages ul {
    display: inline-flex;
    position: relative;
}

.pages ul:after {
    position: absolute;
    content: "";
    left: -1px;
    background: #a1a1a1;
    width: 1px;
    height: 24px;
}

.trade th:nth-child(1) {
    text-align: center;
}

.trade th:nth-child(2) {
    text-align: center;
}

.trade td:nth-child(1) {
    width: 48%;
}

.trade td:nth-child(2) {
    width: 35%;
}

.trade td:nth-child(3) {
    width: 35%;
}

.trade th {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.trade .check:nth-child(1) .checkmark {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    height: 22px;
    width: 22px;
    border: 2px solid #7300ab;
    border-radius: 4px;
}

.trade .check:nth-child(2) .checkmark {
    position: absolute;
    top: 0px;
    right: 203px;
    height: 22px;
    width: 22px;
    border: 2px solid #7300ab;
    border-radius: 4px;
}

.trade table {
    width: 100%;
}

/*--------------------------------- request----------------------------------------------*/

.requests .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */

.requests .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */

.requests .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */

.requests .tab button.active {
    background-color: #ccc;
}

/* Style the tab content */

.requests .tabcontent {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    height: 540px;
    overflow-y: overlay;
}

.request {
    padding-bottom: 4em;
}

.requests {
    background: #c6c4c4;
    padding: 10px;
}

.request .pages {
    margin-top: 15em;
    margin-bottom: 30px;
}

.request .form-group {
    margin-bottom: 0rem;
    padding: 0px;
    outline: none;
}

.request .form-control {
    height: 34px:
}

.request .page {
    background: #fff;
}

.requests .table thead th {
    background: #fff;
    font-weight: 600;
    color: #000;
}

.requests .table {
    background: #fff;
    margin-bottom: 0rem;
}

.requests h3 {
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}

/*---------------------------------profile----------------------------------------------*/

.profile {
    padding-bottom: 0em;
}

.profile h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 25px;
}

.profile h2 span {
    font-size: 20px;
    font-weight: 800;
    border-radius: 25px;
    background-color: #e7e7e7;
    padding: 9px 15px;
}

.profile .banner-section img {
    width: 100%;
    height: auto;
}

.sub {
    text-align: right;
}

#submit1 {
    background: #7300ab;
    border: 0px;
    border-radius: 25px;
    padding: 10px 40px 10px 40px;
    font-weight: 600;
    font-size: 16px;
    outline: 0;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 30px;
}

#submit1:hover {
    color: #fff;
    background-color: #808488;
}

#Reset1:hover {
    color: #fff;
    background-color: #808488;
}

#Reset1 {
    background: #ab0065;
    border: 0px;
    border-radius: 25px;
    padding: 10px 40px 10px 40px;
    font-weight: 600;
    font-size: 16px;
    outline: 0;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
}

.banner-contents {
    position: absolute;
    top: 5%;
    left: 22%;
    width: 55%;
    background: #fff;
    padding: 25px;
    opacity: .9;
    border: 18px solid rgba(189, 188, 188, 0.3);
}

.banner-contents input.form-control,
.banner-contents select#exampleFormControlSelect1 {
    font-size: 14px;
}

.checkboxs {
    display: block;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

/* Hide the browser's default checkbox */

.checkboxs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0px;
    right: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #7300ab;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */

.checkboxs:hover input~.checkmark {
    border: 2px solid #7300ab;
    border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */

.checkboxs input:checked~.checkmark {
    border: 2px solid #7300ab;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:before {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.checkboxs input:checked~.checkmark:before {
    display: block;
}

.checkboxs {
    display: block;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

/* Hide the browser's default checkbox */

.checkboxs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0px;
    right: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #7300ab;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */

.checkboxs:hover input~.checkmark {
    border: 2px solid #7300ab;
    border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */

.checkboxs input:checked~.checkmark {
    border: 2px solid #7300ab;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:before {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.checkboxs input:checked~.checkmark:before {
    display: block;
}

.style_3 .checkmark {
    position: absolute;
    top: 6px;
    right: 16px;
    height: 22px;
}

.check .checkmark {
    position: absolute;
    top: 0px;
    right: 52px;
    height: 22px;
    width: 22px;
    border: 2px solid #7300ab;
    border-radius: 4px;
}

.check {
    position: relative;
    width: 8%;
}

.largerCheckbox {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 22%;
    left: 17px;
}

/* Style the checkmark/indicator */

.checkboxs .checkmark:before {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid #7300ab;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.banner-contents img {
    width: 140px !important;
    height: 140px !important;
    text-align: center;
    margin: auto;
    display: block;
    background: #e9e9e9;
    border-radius: 50%;
}

/*---------------------------------interest----------------------------------------------*/

.interest {
    padding-bottom: 4.5em
}

.interest h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 5px;
}

.interest h3 {
    font-size: 20px;
    color: #fff;
    background: #7300ab;
    padding: 20px 15px;
    margin: 0px;
    font-weight: 600;
}

.interest .columnss {
    width: 23%;
    margin: 12px;
    box-shadow: 0px 4px 8px 2px #c4c1c1;
    border: 1px solid #5b5959;
}

.interest .columnss .style {
    width: 100%;
}

.interest .columnss .style li {
    min-height: 42px;
    line-height: 36px;
    font-size: 16px;
    text-transform: capitalize;
}

.style_2 {
    width: 80%;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    padding-left: 15px;
    float: left;
}

.style_3 {
    width: 20%;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    float: right;
    padding-top: 3px;
}

/*---------------------------------product----------------------------------------------*/

.product {
    padding: 0em;
}

.product h3 {
    font-size: 25px;
    font-weight: 800;
    margin: 0px;
}

.product h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 25px;
}

.product form.port .left {
    text-align: left;
    padding-left: 40px;
}

.product .table-stripeds th {
    background: #7300ab;
    padding-left: 30px;
    color: #fff;
    font-size: 20px;
}

.product .table-stripeds {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cfcfcf;
    box-shadow: 0 0 7px 6px #ebebeb;
}

.columnss:nth-child(1) {
    font-weight: 600;
}

.product .table-stripeds td:nth-child(1) {
    padding-left: 35px;
}

.product .table-stripeds td {
    border-top: 1px solid #dee2e6;
    padding: 10px;
}

th.title {
    width: 400px;
    padding-left: 13%;
}

.table th {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #7300ab;
    font-weight: 500;
}

.category h3 {
    font-size: 20px;
    color: #000;
    background-color: #e3e3e3;
    margin: 0px;
    padding: 20px;
    font-weight: 700;
}

.product form.port {
    border-radius: 25px;
    background: #ebebeb;
    width: 100%;
    padding: 13px;
    margin-bottom: 4em;
}

.product form.port .right {
    text-align: right;
    font-size: 16px;
}

.product form.port label {
    margin: 0px;
    padding-right: 20px;
    padding-top: 3px;
}

.cate {
    box-shadow: 0 0 7px 6px #ebebeb;
}

.caption {
    padding-left: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.table thead th {
    border-bottom: 0px solid #dee2e6;
    */
}

.contct-from select#exampleFormControlSelect1 {
    font-size: 16px;
    border-radius: 14px;
}

.contct-from input[type="text"] {
    width: 100%;
    border-radius: 14px;
    padding: 7px;
    border: 1px solid #e7e7e7;
}

.contct-from .form-group.col-md-2,
.contct-from .form-group.col-md-1 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.contct-from {
    width: 80%;
    border: 1px solid #525252;
    margin: auto;
    box-shadow: 0 0 7px 6px #ebebeb;
}

.contct-from form {
    padding: 70px;
}

.contct-from .form-control {
    border: 1px solid #e7e7e7;
    width: 100%;
    border-radius: 0px;
    background-color: #fff;
}

.arrow {
    position: relative;
}

.arrow:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 1px;
    background: url(../images/arrows.png) no-repeat center;
    height: 29px;
    width: 25px;
}

button#myBtn {
    box-shadow: 3px 2px 4px 1px #f2e9ca;
    background: #7300ab;
    border: 0px;
    border-radius: 25px;
    padding: 10px 25px 9px 28px;
    font-weight: 600;
    font-size: 16px;
    outline: 0;
    text-transform: uppercase;
    color: #f3f0f0;
    text-decoration: none;
    margin: auto;
    display: block;
}

button#myBtnn {
    margin-left: 16px;
    background: #7300ab;
    border: 0px;
    border-radius: 25px;
    padding: 5px 25px 5px 25px;
    font-weight: 500;
    font-size: 16px;
    outline: 0;
    color: #f3f0f0;
    text-decoration: none;
}

.sea {
    padding-top: 50px;
}

button#myBtnn:hover {
    background: #e7e7e7;
    color: #000;
}

.sea h4 {
    text-align: center;
    font-size: 20px;
}

button#myBtn:hover {
    background: #e7e7e7;
    color: #000;
}

.login {
    padding: 2em 0;
    padding-bottom: 3em;
}

.dashborad {
    padding-top: 2em;
    padding-bottom: 3em;
}

.product .table-stripeds .bgheading>th,
.product .table-stripeds .bgheading td {
    font-size: 20px;
    padding: 20px;
    color: #000;
    background: #ebebeb;
}

.category {
    padding: 4.5em 0em;
}

/*---------------------------------copyright-section----------------------------------------------*/

.copyright-section {
    float: left;
    width: 100%;
    background: #0d0d0d;
    padding: 12px 0px;
    color: #fff;
    margin-top: 9.4em;
}

.copyright-section p {
    font-size: 16px;
    margin: 0;
}

.copyright-section .footernav {
    display: inline-flex;
}

.copyright-section .footernav li a {
    color: #fff;
}

.copyright-section .footernav li a:hover {
    color: #9dc1e8;
}

.copyright-section .footernav li {
    padding-left: 20px;
    position: relative;
}

.copyright-section .social-icons li:first-child:after {
    display: none;
}

.copyright-section .footernav li:after {
    position: absolute;
    content: "";
    bottom: 3px;
    left: 10px;
    background: #fff;
    width: 2px;
    height: 14px;
    margin: auto;
}

.copyright-section .social-icons {
    float: right;
    display: inline-flex;
}

.copyright-section .social-icons li {
    padding-left: 10px;
    font-size: 16px;
    line-height: 0;
}

.copyright-section .social-icons li:last-child {
    margin-right: 0px;
}

.copyright-section .social-icons li a {
    color: #fff;
}

.copyright-section .social-icons li a i {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 7px 0px;
    text-align: center;
    font-size: 16px;
}

.copyright-section .social-icons li a i.fa.fa-twitter:hover {
    background: #1c9ceb;
}

.copyright-section .social-icons li a i.fa.fa-facebook:hover {
    background: #395694;
}

.copyright-section .social-icons li a i.fa.fa-envelope:hover {
    background: #fff;
    color: #eb0014;
}

.copyright-section .social-icons li a i.fa.fa-youtube-play:hover {
    background: #eb0014;
}

.copyright-section .social-icons li a i.fa.fa-pinterest:hover {
    background: #eb0014;
}
.copyright-section .social-icons li a i.fa.fa-linkedin:hover {
    background: #0077B5;
}
/*-----------------------------------Scroll-to-Top------------------------------------------------*/

.back-to-top.actives {
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 12px;
    display: none;
    border: none;
    width: 48px;
    height: 50px;
    transform: translate3d(0, 0px, 0);
    border-radius: 0px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 10001;
    background: url(../images/favicon.png) no-repeat center #ba2333;
}

.back-to-top.actives.btn-primary:hover {
    background-color: #878a91;
}

/*------------------------------------Inner-Pages------------------------------------------------*/

.banner-section.inner img {
    height: 390px;
}

.banner-section.inner .banner-content:before {
    width: 215px;
    height: 215px;
    margin: 141px 0 10px 283px;
    outline: 6px solid #fff;
}

.banner-section.inner .banner-content {
    height: 445px;
    z-index: 15;
}

.banner-section.inner .banner-content figure:before {
    top: 79px;
    left: -26px;
    width: 125px;
    height: 100px;
    background-size: contain;
}

.banner-section.inner .banner-content figure:after {
    top: 212px;
    border-bottom: 100px solid #fff;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
}

.banner-section.inner .banner-content ul.banner-list:before {
    left: 11px;
    right: 22px;
    border-width: 15px 50px 70px 45px;
    border-radius: 45px;
}

.banner-section.inner .banner-content ul.banner-list {
    top: 141px;
    left: -50px;
    right: -30px;
    max-width: 355px;
}

.banner-section.inner .banner-content h1 {
    font-size: 45px;
    line-height: 1.3;
    margin-left: -10px;
    margin-bottom: 0px;
}

.banner-section.inner .banner-content ul.banner-list:after {
    top: 85px;
    left: -12px;
    border-top: 138px solid #fff;
    border-left: 138px solid transparent;
    border-right: 138px solid transparent;
}

.banner-section.inner .banner-content:after {
    width: 215px;
    height: 215px;
    outline: 14px solid rgba(235, 237, 241, .46);
}

.banner-section.inner .banner-content .arrow a {
    top: 255px;
}

.banner-section.inner .banner-content .arrow a {
    top: 250px;
}

.banner-section.inner .banner-content a span {
    color: #fff;
    background: #ba2333;
    width: 60px;
    height: 60px;
}

.banner-section.inner .banner-content i.fa {
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 0.95;
}

.cates img {
    padding: 2em 0em;
}

/*--------------------------------------Payment-------------------------------------------------*/

.payment {
    padding: 2em 0;
    padding-bottom: 4em;
}

.payment h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 10px;
}

.payment a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #7300a9;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
}

.payment a:hover {
    background: #d6cddb;
}

.payment .form-control {
    margin-bottom: 10px;
    height: 43px;
    width: 70%;
}

.payment label {
    font-size: 17px;
    margin-bottom: .5rem;
    width: 30%;
    float: left;
}

.paym {
    background: #F2F2F2;
    padding: 1em 3em;
}

.payment h6 {
    font-size: 20px;
    color: #7300ab;
    font-weight: 600;
}

.enter {
    background: #F2F2F2;
    padding: 1em 1em;
}

.enter label.checkboxs {
    width: 10%;
    /* float: left; */
    height: 30px;
    margin-right: 10px;
}

.enter ul {
    display: inline-flex;
    padding-bottom: 25px;
}

.enter ul li {
    padding-right: 10px;
}

.enter h4 {
    font-size: 18px;
    color: #000;
}

.enter input.input-text.qty.text {
    border-radius: 6px;
    padding: 4px 5px;
    border: 1px solid #beb9b9;
    width: 22%;
}

.carss {
    padding-top: 10px;
}

.enter form {
    border-top: 1px solid #d4d1d1;
    border-top-style: dashed;
    border-bottom: 1px solid #d4d1d1;
    border-bottom-style: dashed;
    padding: 10px 0;
}

.enter .imgs img {
    width: 50%
}

.enter .btn {
    width: 44%;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #7300a9;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
}

.enter .btn:hover {
    background: #d6cddb;
}

.enter .btnn {
    padding: 12px 20px;
    width: 70%;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #7300a9;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
}

.enter .btnn:hover {
    background: #d6cddb;
}

.pays {
    border: 1px solid #807b7b;
    box-shadow: 0 0 8px #b4b5b5;
    padding: 1.4em;
}

/*--------------------------------------chackout-------------------------------------------------*/

.chackout {
    padding: 2em 0;
    padding-bottom: 4em;
}

.chackout h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-left: 30px;
    padding-bottom: 10px;
}

.chackout a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #7300a9;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
}

.chackout a:hover {
    background: #d6cddb;
}

.chackout .form-control {
    margin-bottom: 20px;
    height: 43px;
}

.pay {
    background: #F2F2F2;
    padding: 1em 3em;
}

.total {
    background: #F2F2F2;
    outline-offset: -15px;
    outline: 2px solid #888585;
    padding: 15px;
}

.pay ul {
    display: inline-flex;
    padding-bottom: 25px;
}

.pay ul li {
    padding-right: 10px;
}

.chack {
    border: 1px solid #807b7b;
    box-shadow: 0 0 8px #b4b5b5;
    padding: 1.4em;
}

.total td {
    padding: 16px 16px;
    font-size: 27px;
    color: #7300ab;
    font-weight: 600;
}

.total ul {
    display: inline-flex;
    padding: 20px 25px;
}

.total li {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    padding-right: 5px;
}

.total li h6 {
    font-size: 27px;
    color: #7300ab;
    font-weight: 600;
}

.chackout label {
    height: 13px;
}

.total table {
    width: 100%;
}

.total tr {
    border-bottom: 1px solid #dfdfdf;
}

.total h5 {
    font-size: 27px;
    color: #7300ab;
    font-weight: 600;
}

.total h6 {
    font-size: 14px;
    color: #303030;
}

.total .pri {
    font-size: 27px;
    color: #7300ab;
}

.total input.input-text.qty.text {
    border-radius: 6px;
    padding: 4px 5px;
    border: 1px solid #beb9b9;
}

.colors a.btn.btn-primary {
    color: #fff;
    background: #7300ab;
    border-color: #7300ab;
    margin: 3px 0;
}

.colors a.btn.btn-primary:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

/*--------------------------------------cart-------------------------------------------------*/

.cartss {
    padding: 3em 0;
    padding-bottom: 4em;
}

.cartss form.port {
    border-radius: 25px;
    background: #ebebeb;
    width: 100%;
    padding: 5px 14px;
    margin-bottom: 2em;
}

.cart {
    padding-top: 2em;
}

.cates {
    box-shadow: 0 0 11px #b2afaf;
}

.cartss form.port .right {
    text-align: right;
    font-size: 16px;
    padding-top: 6px;
}

.cartss h3 {
    font-size: 25px;
    font-weight: 800;
    /* margin: 0px; */
}

.cartss form.port .left {
    text-align: left;
    padding-left: 40px;
}

.cart h3 {
    font-size: 20px;
    color: #000;
    background-color: #e3e3e3;
    margin: 0px;
    padding: 20px;
    font-weight: 700;
}

.cart th:first-child {
    width: 50%;
}

.cart table {
    width: 100%;
}

.cart th {
    font-size: 16px;
    background: #7300ab;
    color: #fff;
    text-transform: uppercase;
    width: 20%;
    padding: 5px 50px;
}

.cart td {
    padding: 20px 50px;
}

.cart tr {
    border: 1px solid #dfdfdf;
}

.cart h5 {
    font-size: 18px;
    color: #303030;
    margin: 0px;
}

.cart h6 {
    font-size: 14px;
    color: #303030;
}

.pri {
    font-size: 27px;
    color: #7300ab;
}

.cart input#quantity_5e79ec8a27d4f {
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #d3cfcf;
    width: 52%;
    padding: 0px 8px;
}

.cart .btn {
    color: #fff;
    font-size: 16px;
    background: #7300ab;
    padding: 6px 25px;
    border-radius: 25px;
    text-transform: uppercase;
}

.cart .btn:hover {
    color: #ff8208;
}

/*--------------------------------------login-------------------------------------------------*/

.login h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 25px;
}

.login .banner-contents {
    position: absolute;
    top: 9%;
    left: 22%;
    width: 55%;
    background: #fff;
    padding: 25px;
    opacity: .9;
    border: 18px solid rgba(189, 188, 188, 0.3);
}

.login a {
    color: #039c45;
}
.login a:hover {
    color: #7300ab;
}
.login .forgot {
    text-align: right;
    float: right;
}
.login input[type=submit] {
    background-color: #7300ab;
    border: none;
    color: white;
    padding: 15px 42px;
    text-decoration: none;
    margin: 4px 2px;
    width: 98%;
    cursor: pointer;
}

.login input[type=submit]:hover {
    background-color: #808488;
}

.login label {
    text-align: center;
}

.login .banner-section {
    position: relative;
}

/*--------------------------------------dashborad-------------------------------------------------*/

.dashborad h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 20px;
}

.dashborad h1 {
    color: #175BA3;
    padding-bottom: 15px;
}

.dashborad hr {
    margin-bottom: 0rem;
}

.dashborad a {
    color: #4b4747;
}

.dashborad a:hover {
    color: #039c45;
}

.dashborad input[type=submit] {
    background-color: #7300ab;
    border: none;
    color: white;
    padding: 15px 42px;
    text-decoration: none;
    margin: 4px 2px;
    width: 98%;
    cursor: pointer;
}

.bannerss img {
    width: auto !important;
    height: auto;
    margin: auto;
    display: block;
    background: #e9e9e9;
    border-radius: 50%;
}

.dashborad .bannerss {
    background: #fff;
    padding: 25px;
    opacity: .9;
    border: 18px solid rgba(189, 188, 188, 0.3);
    margin-bottom: 50px;
}

.prof {
    text-align: left;
    padding-left: 35px;
    width: 72%;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.prof form {
    padding-top: 20px;
}

.prof h3 {
    font-size: 20px;
    font-weight: 700;
    color: #494848;
}

.prof table {
    margin-top: 20px;
    width: 100%;
}

span.colors {
    float: right;
    width: 72%;
}

.colors table th:nth-child(1),
.colors table td:nth-child(1) {
    text-align: left;
    padding-left: 10px;
}

.colors table td:nth-child(2),
.colors table td:nth-child(3) {}

.colors table th {
    border: 1px solid #000;
    background: #07b2f3;
}

.colors table tr td {
    border: 1px solid #000;
    padding: 0px 0px 0 10px !important;
}

.colors table tr {
    text-align: center;
}

.colors table {
    margin: 0px;
}

.prof .btn.btn-default {
    background: #7300ab;
    padding: 5px 45px;
    border-radius: 0rem;
    color: #fff;
}

.prof .btn.btn-default:hover {
    background: #808488;
}

.prof table tr {
    border: 1px solid #cccaca;
}

.prof table tr td {
    padding: 15px;
}

.dashborad input[type=submit]:hover {
    background-color: #808488;
}

.dashborad label {
    text-align: center;
}

.dashprofile {
    width: 25%;
}

.dashprofile .dash {
    border: 1px solid #cccaca;
}

.dashprofile ul li {
    padding: 15px 30px;
    font-size: 16px;
    border-bottom: 1px solid #cccaca;
    border-left: 1px solid #cccaca;
    border-right: 1px solid #cccaca;
}

.dashprofile ul li i {
    font-size: 20px;
    padding-right: 12px;
    color: #7300ab;
}

.dashborad .imgs {
    display: inline-flex;
    padding: 10px 0px 10px 10px;
}

.dashborad .imgs img {
    width: 50px !important;
    height: 60px;
}

.dashborad .imgs p {
    padding-top: 20px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 19px;
    color: #676565;
}

/*new */

.cate .accordion .card {
    margin-bottom: 0em;
    border: 0px;
    border-radius: 0px;
}

.cate .accordion .card-body {
    padding: 0px 0px;
    font-size: 14px;
    border: none;
    line-height: 1.9;
    border-top: 0px;
    color: #666666;
    font-weight: 100;
    height: 500px;
    overflow-y: overlay;
}

.cate .table th {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #a29da5;
    font-weight: 500;
    border-top: none;
    text-align: center;
}

.cate td {
    text-align: center;
}

.cate .accordion .card-header {
    padding: 10px 22px;
    background: #7300ab;
    margin-bottom: 6px !important;
    border: 0.6 solid #fff;
}

.cate a {
    padding-left: 6px;
}

.cate .table {
    width: 100%;
    margin-bottom: 0rem;
    color: #212529;
}

/*new*/

.about h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 25px;
}

.about p {
    color: #191616;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}

.about img {
    padding: 2em 0;
    height: 700px;
    width: 100%;
}

.map h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 800;
}

.contact-form .form-control {
    border-radius: 0rem;
    font-size: 13px;
}

.contact-form .btn.btn-default {
    font-weight: 700;
    box-shadow: 4px 4px 2px 0px #f6c00247;
    border-radius: 25px;
    padding: 8px 35px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #7300ab;
}

.contactus .calls {
    padding-left: 30px;
}

.contactus .calls a {
    color: #3a3a3a;
}

.contactus h3 {
    font-size: 24px;
    color: #111111;
    font-weight: 700;
    position: relative;
    padding-bottom: 11px;
}

.contactus h3:before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    background: #f6c002;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.contactus h3:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    background: #f6c002;
    width: 80px;
    height: 4px;
    margin: auto;
}

.contactus .deal {
    padding-top: 20px;
}

.contactus .deal p {
    padding-top: 0px;
    margin-bottom: 0rem;
}

.contactus .call i {
    font-size: 24px;
    padding-right: 10px;
    color: #3a3a3a;
    line-height: 1.3;
}

.contactus {
    padding: 2em 0;
}

.contact-form .btn.btn-default:hover {
    background: #737272;
}

.map {
    background-image: url(../images/contactus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 4em;
}

/*--------------------------------------membership-section----------------------------------------------*/
.membership.home {
    margin-top: 4em;
}
.membership h2 span {
    display: inline-flex;
}
.membership h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 25px;
}
.membership span .btn.btn-success {
    font-weight: 700;
    box-shadow: 4px 4px 2px 0px #f6c00247;
    border-radius: 25px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 16px;
    background: #7300ab;
    margin-left: 2em;
}
.membership span .btn.btn-success:hover {
    background: #737272;
}
.membership h3 {
    font-size: 26px;
    font-weight: 800;
    text-align: left;
    padding-bottom: 25px;
}

.membership .row {
    border: 1px solid #929191;
    padding: 10px;
}

.membership .card {
    border: 1px solid #c1bfbf;
    padding: 10px 5px;
    border-radius: 0rem;
    height: 650px;
}

.membership h4 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.membership span {
    font-size: 18px;
    color: #000;
    font-weight: 100;
}

.membership {
    padding-bottom: 2em;
}

.membership .select {
    background: #4D94D4;
    padding: 8px;
}

.membership .membr_type {
    background: #6ac9d8;
    padding: 12px;
}

.membership p {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 0px;
    font-weight: bold;
}

.membership .col-md-3 {
    padding: 2px;
}

.membership h6 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0px;
}

.membership h5 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    padding-top: 8px;
}

.membership li {
    font-size: 18px;
    color: #000;
    font-weight: 100;
    padding-left: 5px;
}

.membership .select .checkmark {
    position: absolute;
    top: -19px;
    right: 30%;
}

/*--------------------------------------spotlight-section----------------------------------------------*/

.spotlight h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 25px;
}

.spotlight h3 {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 25px;
}

.spotlight .row {
    border: 1px solid #929191;
    padding: 10px;
}

.spotlight .card {
    border: 1px solid #c1bfbf;
    padding: 10px 5px;
    border-radius: 0rem;
}

.spotlight h4 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.spotlight .pricing {
    font-size: 26px;
    font-weight: 800;
    text-align: left;
    padding-bottom: 6px;
}

.spot p {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 0px;
    font-weight: bold;
}

.spotlight .spot {
    border: 1px solid #c1bfbf;
    padding: 10px 5px;
    border-radius: 0rem;
}

.spotlight span {
    font-size: 18px;
    color: #000;
    font-weight: 100;
}

.spotlight {
    padding-bottom: 2em;
}

.spotlight .select {
    background: #4D94D4;
    padding: 8px;
}

.spotlight .col-md-3 {
    padding: 2px;
}

.spotlight h6 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0px;
}

.spotlight h5 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    padding-top: 8px;
}

.spotlight li {
    font-size: 16px;
    color: #000;
    font-weight: 100;
    padding-left: 5px;
}

.spotlight .text_pergraph {
    text-align: center;
    color: #1181e5;
    margin-bottom: 5%;
}

.spotlight .select .checkmark {
    position: absolute;
    top: -19px;
    right: 34%;
}

/*--------------------------------------blog-section----------------------------------------------*/

.blog {
    padding-bottom: 0em;
}

.blog h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 25px;
}

.blog .slide-btn .btn:hover {
    background: #000;
    color: #fff !important;
}

.blog .slide-btn .btn {
    background: #7400AB;
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    padding: 2px 30px;
    border-radius: 25px;
    text-transform: uppercase;
}

.blog .title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 800;
    color: #323232;
}

.blog .social {
    padding-top: 10px;
    font-size: 14.6px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    max-width: 100%;
    margin: 0;
}

.blog .box-content {
    padding: 8px 3px;
    text-align: left;
    background: #fff;
}

.blog .col-6 {
    padding-bottom: 40px;
}

.blog .card {
    border-radius: 0rem;
    border: none;
}

.blog .col-6 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog figure {
    overflow: hidden;
}

.blog .time ul {
    display: inline-flex;
    float: left;
}

.blog .time li {
    font-size: 13px;
    color: #323232;
    width: 153px;
    font-weight: 600;
}

.blog img {
    width: 100%;
    transition-duration: 0.4s;
    height: 323px;
}

.blog .time {
    background: rgba(231, 228, 228, 0.8);
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
    padding: 10px;
    width: 58%;
    position: absolute;
    border: 0;
    top: 283px;
    left: 0px;
}

.blog .time li:nth-child(1) {
    width: 135px;
}

.blog .time ul li i {
    font-size: 18px;
    width: 28px;
}

/*--------------------------------------blogdetail-section----------------------------------------------*/

.blogdetail {
    padding-bottom: 2em;
}

.blogdetail h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 25px;
}

.blogdetail .time ul {
    display: inline-flex;
    float: left;
}

.blogdetail .time li {
    font-size: 13px;
    color: #000;
    width: 153px;
    font-weight: 500;
}

.blogdetail figure {
    position: relative;
}

.blogdetail figure img {
    height: 378px;
}

.blogdetail img {
    width: 100%;
}

.blogdetail .time {
    background: rgba(231, 228, 228, 0.8);
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
    padding: 10px;
    width: 48%;
    position: absolute;
    border: 0;
    top: 338px;
}

.blogdetail .blogss {
    padding-left: 10px;
}

.blogdetail .blogss h5 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.blogdetail h4 {
    font-size: 20px;
    color: #323232;
    font-weight: 700;
    padding-top: 10px;
}

.blogdetail .time li:nth-child(1) {
    width: 135px;
}

.blogdetail .time ul li i {
    font-size: 18px;
    width: 21px;
    color: #000;
}

.blogdetail p {
    color: #565656;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.blogdetail .details {
    padding: 10px 0;
    margin-bottom: 80px;
}

.blogdetail .details img {
    float: left;
    width: 25%
}

.blogdetail .details .dates {
    float: right;
    width: 75%;
    padding-left: 20px;
}

.blogdetail .details .dates li {
    font-size: 14px;
}

.blogdetail .details p a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.blogdetail .details p a:hover {
    color: #a79e9e;
}

/*--------------------------------------new-css-------------------------------------------------*/

.compare {
    box-shadow: 0 0 7px 6px #ebebeb;
    padding: 1em 25px;
    margin-bottom: 4em;
    border: 1px solid #7E7E7E;
}

.compare h3 {
    padding: 12px 22px;
    font-size: 20px;
    font-weight: 500;
    background: #7300ab;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.compare .totals {
    padding: 2.5em 22px 25px;
    background: #f2f2f2;
}

.compare .totals h4 {
    color: #000;
    font-size: 16px;
    text-align: center;
    padding: 2px 4px;
    border: 1px solid #c0bbbb;
    background: #fff;
    height: 40px;
    line-height: 33px;
}

.compare .totals img {
    width: 186px;
    height: 165px;
    border-radius: 50%;
}

.compare .totals .col-md-12 {
    padding: 0px 0px;
}

.compare .totals .col-md-3 {
    padding: 0px 3px;
}

.compare .totals .img {
    padding: 15px;
    border: 1px solid #7E7E7E;
    background: #fff;
}

.compare .totals .img:hover {
    border: 1px solid #7300ab;
}

.compare .totals td {
    font-size: 17px;
    color: #1e1e1e;
    text-transform: uppercase;
    text-align: center;
}

.compare .totals td:nth-child(1) {
    text-align: left;
    font-weight: 700;
    width: 25%;
}

.compare .totals tr:last-child td {
    background: #7300ab;
    color: #fff;
}

.compare .totals table {
    width: 100%;
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 5px 5px;
}

.compare .totals tr:nth-child(3) td {
    background: #7300ab;
    color: #fff;
}

.compare .totals td {
    border: 1px solid #7E7E7E;
    padding: 7px 10px;
}

.compare .rating .form-control {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 9px 20px;
    border: 1px solid #7E7E7E;
    margin: 0px;
    border-radius: 0px;
}

.compare .rating td {
    border: 1px solid #7E7E7E;
    padding: 6px 25px;
    border-top: 0px;
    background: #F2F2F2;
}

.compare .rating td {
    font-size: 18px;
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
}

.compare .rating td a {
    color: #525df3;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
}

.compare .rating table {
    width: 100%;
}

.compare .rating td:nth-child(1) {
    width: 10%;
}

.compare .totals h5 {
    color: #525df3;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    background: #dbd9d9;
    border: 1px solid #c0bbbb;
    text-decoration: underline;
}

/*--------------------------------------media-css-------------------------------------------------*/

@media(max-width:1399px) {
    .copyright-section .footernav li {
        padding-left: 20px;
        position: relative;
        font-size: 16px;
    }
    .cart {
        padding-top: 2em;
        height: 80vh;
    }
}

@media(max-width:1299px) {
    .cart {
        padding-top: 2em;
        height: auto;
    }
    .membership .card {
        height: 700px;
    }
    .your-products .style .style_2 {
        width: 75%;
        border: 1px solid #d7d7d7;
        padding-left: 5px;
        font-size: 13px;
        line-height: 1.2;
        padding-top: 10px;
    }
    .banner-contents {
        position: absolute;
        top: 2%;
    }
    .interest .columnss {
        width: 22%;
    }
    .copyright-section .footernav li {
        padding-left: 14px;
        position: relative;
    }
    #header .header-ryt ul li:not(:nth-child(2)) {
        margin-right: 8px;
    }
    #header .btn.btn-primary {
        font-size: 15.5px;
        padding: 6px 9px;
    }
    .navbar-nav>li {
        padding: 0px 11.5px;
    }
    .navbar-nav>li>a {
        font-size: 16px;
    }
    .integration-section {
        height: 595px;
    }
    .integration-section .pull-right {
        padding: 4.5em 0;
    }
    .integration-section .pull-right h3 {
        top: 2em;
        font-size: 25px;
    }
    .testi-content:before {
        left: 135px;
    }
    .testimonials-section .testi-ryt {
        margin: 2.1em 0;
    }
    .testi-content p {
        font-size: 17.8px;
        line-height: 1.8;
    }
    .testi-content h5:before {
        left: 20px;
    }
    .newsletter-section .row {
        max-width: 1110px;
    }
    .newsletter-section .newsletter-ryt .form-group {
        width: 350px;
    }
    #footer h5 {
        font-size: 21.2px;
    }
    .back-to-top.actives {
        right: 5px;
    }
    .inner-content .text-right .btn.btn-primary {
        top: 45%;
    }
    .inner-content .text-right .call {
        top: 55.5%;
        left: 15px;
    }
    .blog-section.detail ul.posts li h6 {
        font-size: 16.5px;
    }
    .inner-content .faq-section h2 {
        font-size: 40px;
    }
    .inner-content .faq-section h2.contact.text-right:after {
        left: 1em;
    }
    .inner-content .faq-img img {
        width: 240px;
    }
}

@media(max-width:1199px) {
    .your-products {
        background: #fff;
        padding: 25px 0px;
    }
    .your-products .style .style_3 .checkboxs {
        padding-right: 40px;
    }
    .product-box .product-content p {
        margin: 0px 0px 5px;
    }
    .trending-section h2,
    .spotlight-section h2,
    .your-product h2,
    .go-pro h2 {
        font-size: 18px;
    }
    .trending-section,
    .your-product {
        padding: 2.5em 0;
    }
    .cards {
        right: -82px;
    }
    .go-pro {
        padding-bottom: 0em;
    }
    .banner-content p {
        font-size: 20px;
    }
    .banner-content h1 {
        font-size: 35px;
    }
    .product-content h3 {
        text-transform: uppercase;
        font-size: 1.0rem;
    }
    #Reset1,
    #submit1 {
        font-size: 13px;
    }
    .profile h2 span {
        font-size: 17px;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    .banner-contents {
        position: absolute;
        top: 2%;
        padding: 3px;
    }
    .interest h2,
    .product h2,
    .profile h2 {
        font-size: 30px;
    }
    .profile h2,
    .product h2 {
        padding-bottom: 15px;
    }
    .profile {
        padding-top: 2em;
    }
    .searchs:before {
        right: 0px;
    }
    .product,
    .category,
    .interest {
        padding: 1.5em 0em;
    }
    .membership .select .checkmark {
        right: 25%;
    }
    .dashprofile ul li {
        font-size: 15px;
    }
    .search_bar .form-control {
        padding: 1px 10px;
    }
    .check {
        position: relative;
        width: 11%;
    }
    .navbar-nav {
        padding-left: 0;
    }
    .navbar.navbar-expand-md {
        margin: 23px 0px 10px;
    }
    .navbar-nav>li {
        padding: 0px 6.9px;
    }
    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li>a:hover,
    .navbar-nav>li a {
        font-size: 13.6px;
    }
    #header .header-ryt ul li.dropdown a {
        font-size: 16.8px;
    }
    #header .header-ryt {
        padding-left: 0px;
        margin: 16px 0px 8px;
    }
    #header .header-ryt ul li:not(:nth-child(2)) {
        margin-right: 5px;
    }
    #header .btn.btn-default,
    #header .btn.btn-primary {
        font-size: 13.6px;
    }
    #header .btn.btn-primary {
        padding: 6px 7px;
    }
    .banner-section img {
        height: 642px;
    }
    .box-content h3 {
        font-size: 17px;
    }
    .manage-section .owl-controls .owl-nav .owl-prev {
        left: -2.2em;
    }
    .manage-section .owl-controls .owl-nav .owl-next {
        right: -1.6em;
    }
    .logos-section {
        padding: 4em 0px 0px;
    }
    .product-box .product-content {
        padding: 0em 8px 0em;
    }
    .product-box .product-content h4 {
        font-size: 22px;
    }
    .product-box .product-content p {
        font-size: 13.4px;
    }
    .product-box .product-content {
        margin: 0px auto;
    }
    .back-to-top.actives {
        bottom: 28px;
    }
    .membership .card {
        height: 720px;
    }
    .spotlight .select .checkmark {
        right: 30%;
    }
    .inner-content .detail-text {
        padding: 2.5em 0 0;
    }
    .inner-content .product-logo {
        margin: 1.5em auto;
    }
    .banner-contents input.form-control,
    .banner-contents select#exampleFormControlSelect1 {
        font-size: 13px;
    }
    .inner-content .text-right .btn.btn-primary {
        top: 36%;
        left: 8px;
    }
    .inner-content .text-right .call {
        top: 45.5%;
        left: 5px;
    }
    .copyright-section .footernav li {
        font-size: 15px;
    }
    .detail-list ul li {
        margin: 0px 2.5em;
    }
    .copyright-section p {
        font-size: 13px;
    }
}

@media(max-width:1024px) {
.copyright-section .footernav li {
    font-size: 14px;
}
.copyright-section p {
    font-size: 12px;
}	
}

@media(max-width:991px) {
    .trade .check:nth-child(2) .checkmark {
        position: absolute;
        top: 0px;
        right: 147px;
        height: 22px;
        width: 22px;
        border: 2px solid #7300ab;
        border-radius: 4px;
    }
    .dashprofile ul li {
        padding: 14px 5px;
        font-size: 15px;
    }
    .product-box .product-img img {
        height: auto;
    }
    .colors a.btn.btn-primary {
        margin: 3px 9px 3px 0px;
    }
    .banner-contents img {
        width: 77px !important;
        height: 77px !important;
    }
    .banner-contents {
        top: 1%;
    }
    .check .checkmark {
        right: 40px;
    }
    .copyright-section .footernav li {
        font-size: 11px;
    }
    .copyright-section .social-icons li a i {
        width: 25px;
        height: 25px;
        margin: 0px;
        padding: 5px 0px;
        font-size: 13px;
    }
    .copyright-section .footernav li:after {
        bottom: 0px;
        left: 6px;
    }
    .banner-section img {
        height: auto;
    }
    .spotlight .select .checkmark {
        right: 20%;
    }
    .membership .select .checkmark {
        right: 15%;
    }
    .go {
        padding-top: 0em;
        height: 287px;
    }
    .searchs .icon_serach {
        right: 53px;
    }
    .membership .card {
        height: 850px;
    }
    .contct-from input[type="text"] {
        width: 100%;
    }
    .about {
        padding-bottom: 4em;
    }
    #Reset1,
    #submit1 {
        font-size: 13px;
        margin-top: 0px;
    }
    .form-group {
        margin-bottom: 0.3rem;
    }
    .banner-contents input.form-control,
    .banner-contents select#exampleFormControlSelect1 {
        font-size: 11px;
    }
    .profile {
        padding-top: 2em;
    }
    .your-products .style .style_2 {
        padding-left: 2px;
        font-size: 12px;
        line-height: 1.2;
        padding-top: 12px;
    }
    .owl-dots {
        position: absolute;
        bottom: 58px;
        left: 10px;
    }
    .trending-section {
        padding: 1.5em 0;
    }
    .your-product {
        padding: 1.5em 0em;
    }
    .searchs .form-control {
        width: 100%;
    }
    .searchs:before {
        right: 64px;
    }
    .container {
        max-width: 100%;
    }
    ul.nav.navbar-nav {
        float: left;
    }
    .upper-header ul li {
        padding: 0px 0.9em 0px 1.7em;
    }
    #custom-search-form {
        padding: 2px 5px;
    }
    .search_bar {
        float: none;
        text-align: center;
    }
    .search_bar .form-control {
        padding: 1px 10px;
        font-size: 13px;
    }
    .cards {
        position: relative;
        right: 0px;
    }
    #header {
        padding: 9px 0px;
    }
    #header.affix {
        padding: 5px 0px;
    }
    #header.affix .header-lft img {
        width: 160px;
    }
    #header .header-lft,
    #footer .footer-left,
    #footer .footer-mid,
    #footer .footer-right,
    .newsletter-section .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .navbar-toggler {
        padding: 7px 15px;
        font-size: 21px;
        background-color: #ba2333;
        border: 0px;
        border-radius: 2px;
        color: #fff;
        outline: none;
    }
    #header .header-mid {
        padding-left: 15px;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .navbar.navbar-expand-md {
        margin: 6px 0px 0px;
    }
    .navbar-nav {
        margin: 10px 0px 6px;
    }
    .navbar-nav>li {
        padding: 7px 23px;
    }
    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li>a:hover {
        font-size: 15.5px;
    }
    .navbar-nav>li>a {
        font-size: 15.5px;
    }
    .navbar-nav>li:first-child {
        padding-left: 40px;
    }
    #header .header-ryt {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    #header .header-ryt ul li.dropdown {
        margin-right: 0px;
    }
    #header .header-ryt ul li.dropdown a {
        font-size: 18px;
        padding: 4px 10px;
    }
    #header .btn.btn-primary {
        padding: 8px 11px;
        width: 74%;
        font-size: 15px;
        border-radius: 3px;
    }
    #header .header-ryt ul li.dropdown .dropdown-menu {
        margin-top: 5px;
    }
    .content-section {
        padding: 3em 0em;
    }
    .content-section h2 {
        font-size: 34px;
    }
    .content-section p span,
    .manage-section p span,
    .logos-section span,
    .featured-product p span,
    #footer span {
        display: inline;
    }
    .manage-section {
        padding: 1.6em 0px;
    }
    .box-content {
        height: 252px;
    }
    .box-content h3 {
        font-size: 17px;
    }
    .box-content p {
        max-width: 100%;
        width: auto;
        margin: 12px 15px;
    }
    .manage-section .owl-theme .owl-controls .owl-nav div {
        height: 380px;
    }
    .logos-section {
        padding: 3em 0px 0px;
    }
    .logos-section .logo-content {
        margin-bottom: 1.1em;
    }
    .logos-section h4 {
        font-size: 16px;
    }
    .inner-content .detail-text {
        padding: 2em 0 0;
    }
    .inner-content h2 {
        font-size: 38px;
    }
    .inner-content .related-products {
        padding-top: 1.5em;
    }
    .inner-content .related-products .row,
    .inner-content .our-clients,
    .inner-content .our-partners {
        padding-top: 1em;
    }
    .inner-content .our-clients .item,
    .inner-content .our-partners .item {
        padding: 1em 20px;
    }
    .inner-content .detail-list {
        padding-top: 1.5em;
    }
    .inner-content .text-right figure {
        float: none;
        text-align: center;
    }
    .inner-content .text-right .btn.btn-primary {
        top: 63%;
    }
    .inner-content .text-right .call {
        top: 77%;
    }
    .blog-section h4 {
        font-size: 16px;
        height: 60px;
    }
    .blog-section p {
        font-size: 12.9px;
        margin: 10px 0px 25px;
    }
    .blog-section ul li p {
        padding: 10px 0px;
    }
    .blog-section.detail {
        padding-top: 10px;
    }
    .blog-section.detail p.date {
        margin-bottom: 10px;
    }
    .blog-section.detail p {
        padding-bottom: 1.5em;
    }
    .blog-section .col-4 {
        margin-bottom: 0em;
    }
    .blog-section.detail .blog-right {
        padding-top: 1.8em;
    }
    .blog-section.detail h4 {
        font-size: 24px;
    }
    .blog-section.detail ul.posts li {
        padding-left: 6.5em;
        width: 50%;
    }
    .inner-content .faq-section h2 {
        text-align: left !important;
    }
    .inner-content .faq-section h2.contact.text-right:after {
        left: 0;
    }
    .inner-content .text-right figure.faq-img {
        float: left;
    }
    .inner-content .faq-img img {
        width: 268px;
    }
    .inner-content .text-right .faq .btn.btn-primary {
        top: 79%;
        left: -57%;
    }
    .inner-content .faq ul {
        height: 100px;
        max-width: 400px;
    }
    .contact-form .btn.btn-primary {
        width: 100%;
    }
}

@media(max-width:767px) {
    .your-products h2 {
        font-size: 25px;
    }
    .owl-dots {
        position: absolute;
        bottom: 28px;
        left: 10px;
    }
    .trending-section {
        padding: 1.5em 0;
    }
    .your-product {
        padding: 1.5em 0em;
    }
    .searchs .form-control {
        width: 100%;
    }
    .searchs:before {
        right: 55px;
    }
    .container {
        max-width: 100%;
    }
    ul.nav.navbar-nav {
        float: left;
    }
    .upper-header ul li {
        padding: 0px 0.9em 0px 1.7em;
    }
    #custom-search-form {
        padding: 2px 5px;
    }
    .search_bar {
        float: none;
        text-align: center;
    }
    .search_bar .form-control {
        padding: 1px 10px;
        font-size: 13px;
    }
    .cards {
        position: relative;
        right: 0px;
    }
    #header {
        padding: 9px 0px;
    }
    #header.affix {
        padding: 5px 0px;
    }
    #header.affix .header-lft img {
        width: 160px;
    }
    #header .header-lft,
    #footer .footer-left,
    #footer .footer-mid,
    #footer .footer-right,
    .newsletter-section .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .navbar-toggler {
        padding: 7px 15px;
        font-size: 21px;
        background-color: #ba2333;
        border: 0px;
        border-radius: 2px;
        color: #fff;
        outline: none;
    }
    #header .header-mid {
        padding-left: 15px;
        -ms-flex: 0 0 69%;
        flex: 0 0 69%;
        max-width: 69%;
    }
    .navbar.navbar-expand-md {
        margin: 6px 0px 0px;
    }
    .navbar-nav {
        margin: 10px 0px 6px;
    }
    .navbar-nav>li {
        padding: 4px 2px;
    }
    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li>a:hover {
        font-size: 15.5px;
    }
    .navbar-nav>li>a {
        font-size: 15.5px;
    }
    #header .header-ryt {
        -ms-flex: 0 0 30.666667%;
        flex: 0 0 30.666667%;
        max-width: 30.666667%;
    }
    #header .header-ryt ul li.dropdown {
        margin-right: 0px;
    }
    #header .header-ryt ul li.dropdown a {
        font-size: 18px;
        padding: 4px 10px;
    }
    #header .btn.btn-primary {
        padding: 8px 11px;
        width: 74%;
        font-size: 15px;
        border-radius: 3px;
    }
    #header .header-ryt ul li.dropdown .dropdown-menu {
        margin-top: 5px;
    }
    .banner-section {
        overflow: hidden !important;
        height: auto;
    }
    .banner-section img,
    .banner-section.inner img {
        height: 100%;
    }
    .banner-content {
        height: 595px;
    }
    .banner-content:before,
    .banner-content:after,
    .banner-content figure,
    .banner-content ul.banner-list:before,
    .banner-content ul.banner-list:after,
    #footer .top-footer .footer-text ul.links-list li:before,
    #footer .footer-right .contact-list li:before,
    .manage-section .owl-theme .owl-controls .owl-nav div {
        display: none;
    }
    .banner-content ul.banner-list {
        top: 175px;
        max-width: 100%;
        left: 0;
        right: 0;
        padding: 1.8em 0px 2.5em;
    }
    .banner-content h1 {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 0;
        margin-top: -10px;
    }
    .banner-content ul.inner-list {
        margin: 10px 0px 30px;
        font-size: 16px;
    }
    .banner-content ul.inner-list li {
        line-height: 1.25;
        padding-bottom: 6px;
    }
    .banner-content h1 span {
        display: inline;
    }
    .banner-content .arrow a {
        top: 360px;
        max-width: 100%;
        left: 0;
    }
    .banner-content a span,
    .banner-section.inner .banner-content a span {
        width: 50px;
        height: 50px;
    }
    .banner-content i.fa,
    .banner-section.inner .banner-content i.fa {
        width: 40px;
        height: 40px;
        font-size: 45px;
        line-height: 0.88;
    }
    .content-section {
        padding: 1.5em 0em;
    }
    .content-section p {
        font-size: 14px;
    }
    .manage-section h2,
    .featured-product h2,
    .testimonials-section h2 {
        font-size: 34px;
    }
    .owl-theme .owl-controls .owl-nav .owl-prev:after,
    .owl-theme .owl-controls .owl-nav .owl-next:before {
        font-size: 25px
    }
    .manage-section .owl-theme .owl-controls .owl-nav div {
        height: 350px;
    }
    .manage-section .owl-controls .owl-nav .owl-prev {
        left: -28px;
    }
    .manage-section .owl-controls .owl-nav .owl-next {
        right: -20px;
    }
    .box-content {
        outline-offset: -11px;
    }
    .product-box .product-content {
        width: 276px;
    }
    .testi-content:before {
        left: 122px;
    }
    .testi-content h5:before {
        left: 15px;
    }
    .brands-section {
        margin: 1.3em 0;
    }
    .back-to-top.actives {
        bottom: 35px;
    }
    .banner-section.inner .banner-content {
        height: 460px;
    }
    .banner-section.inner .banner-content ul.banner-list {
        padding: 10px 0px 3.5em;
        left: 0;
        right: 0;
        top: 155px;
        max-width: 100%;
    }
    .banner-section.inner .banner-content h1,
    .banner-section.inner .banner-content h1.testi,
    .banner-section.inner .banner-content h1.contact {
        margin: 0px;
        font-size: 32px;
        line-height: 1.3;
    }
    .banner-section.inner .banner-content .arrow a {
        top: 208px;
    }
    .banner-section.inner .banner-content h1.clients {
        line-height: 1.55;
    }
    .breadcrumb {
        padding: 5px 0px;
        font-size: 14px;
    }
    .inner-content h2 {
        font-size: 32px;
    }
    .inner-content .our-clients .col-2,
    .inner-content .our-partners .col-2,
    .blog-section.text-left .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .inner-content .our-clients .item img,
    .inner-content .our-partners .item img {
        width: 100%;
    }
    .inner-content .contact-section p {
        font-size: 20px;
    }
    .detail-list ul.contact-list {
        display: block;
        margin-bottom: 1em;
    }
    .detail-list ul.contact-list li {
        margin: 0;
        margin-bottom: 15px;
    }
    .detail-list i.fa {
        margin: 0px auto 10px;
    }
    .inner-content .faq ul {
        max-width: 330px;
    }
    .inner-content .text-right .faq .btn.btn-primary {
        left: -55%;
    }
    .accordion .card-body {
        padding: 12px 15px;
    }
    .product-box {
        margin-bottom: 1.8em;
        float: left;
        width: 100%;
    }
    .profile {
        padding-top: 2em;
    }
    .check .checkmark {
        position: absolute;
        top: 7px;
        right: 12px;
    }
    .product-box .product-img,
    .product-box .product-img img {
        width: 100%;
    }
    .check {
        position: relative;
        width: 14%;
    }
    .interest h3 {
        font-size: 16px;
        color: #fff;
        background: #7300ab;
        padding: 20px 15px;
        margin: 0px;
        font-weight: 600;
    }
    .product .table-stripeds th {
        background: #7300ab;
        padding-left: 30px;
        color: #fff;
        font-size: 16px;
    }
    .interest .columnss .style li {
        min-height: 42px;
        line-height: 36px;
        font-size: 12px;
        text-transform: capitalize;
    }
    .product .table-stripeds .bgheading>th,
    .product .table-stripeds .bgheading td {
        font-size: 15px;
    }
    .product-box .product-content {
        width: 100%;
        float: left;
        position: relative;
        margin: 0px auto;
        padding: 0;
    }
    .interest .columnss {
        width: 21.7%;
    }
    .copyright-section .social-icons {
        float: left;
        display: inline-flex;
    }
}

@media(max-width:640px) {
    .requests .tabcontent {
        display: none;
        border: 1px solid #ccc;
        border-top: none;
        height: 540px;
        overflow-y: overlay;
        overflow-x: overlay;
    }
    .banner-content {
    left: 10px;

}
    .dashprofile ul li {
        padding: 15px 30px;
        font-size: 16px;
    }
    span.colors {
        width: 100%;
    }
    .prof {
        padding-left: 0px;
        width: 100%;
        padding-top: 15px;
        overflow-x: scroll;
    }
    .dashprofile {
        width: 100%;
    }
    .login input[type=submit] {
        padding: 4px 39px;
        margin: 0px 0px;
    }
    .login .banner-contents {
        position: absolute;
        top: 0%;
        left: 4%;
        width: 92%;
        padding: 5px;
        border: 5px solid rgba(189, 188, 188, 0.3);
    }
    .copyright-section .social-icons li a i {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin: 0px;
        padding: 7px 0px;
        text-align: center;
        font-size: 16px;
    }
    .cards {
        right: -6px;
    }
    #header .header-ryt {
        margin: 8px 0px 8px;
    }
    .searchs .icon_serach {
        right: 58px;
    }
    .membership .select .checkmark {
        right: 34%;
    }
    .membership .card {
        height: auto;
    }
    .spotlight h2 {
        font-size: 30px;
        padding-bottom: 0px;
    }
    .copyright-section p {
        font-size: 16px;
    }
    .copyright-section .footernav li {
        font-size: 14px;
        text-align: center;
    }
    .spotlight .col-md-4 {
        margin-bottom: 15px;
    }
    .spotlight .select .checkmark {
        right: 32%;
    }
    .requests {
        background: #c6c4c4;
        padding: 10px;
        overflow-x: scroll;
    }
    .request .pages {
        margin-top: 2em;
        margin-bottom: 30px;
    }
    .trade .check:nth-child(2) .checkmark {
        right: 40px;
    }
    .page {
        border: 1px solid #000;
        width: 100%;
    }
    .request .form-control {
        width: auto;
        font-size: 0.6rem;
    }
    .navbar-nav>li:first-child {
        padding-left: 0px;
    }
    #header .header-ryt {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    #header .header-mid {
        padding-left: 15px;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    #header .header-ryt ul li:not(:nth-child(2)) {
        margin-right: 2px;
    }
    .form-group {
        margin-bottom: 0.1em;
    }
    .profile .banner-section img {
        width: 100%;
        height: 510px;
    }
    .searchs:before {
        right: 46px;
    }
    .banner-contents input.form-control,
    .banner-contents select#exampleFormControlSelect1 {
        font-size: 10px;
    }
    .banner-contents img {
        display: none;
    }
    .interest h2,
    .product h2,
    .profile h2 {
        font-size: 24px;
    }
    .banner-contents {
        position: absolute;
        left: 8%;
        width: 85%;
        top: 0%;
        border: 1px solid rgba(189, 188, 188, 0.3);
    }
    .interest .columnss {
        width: 100%;
        margin: 12px;
        box-shadow: 0px 4px 8px 2px #c4c1c1;
    }
    .product {
        overflow-x: scroll;
    }
    .cate {
        overflow-x: scroll;
    }
    .product tr.bgheading {
        overflow-x: scroll;
    }
    .sea {
        padding-top: 15px;
    }
    .interest {
        padding: 1.5em 0em;
    }
    .contct-from select#exampleFormControlSelect1 {
        font-size: 12px;
        border-radius: 14px;
    }
    .contct-from input[type="text"] {
        border-radius: 14px;
        padding: 3px;
    }
    .contct-from form {
        padding: 5px;
    }
    .contct-from {
        width: 100%;
        overflow-x: hidden;
    }
    .contct-from .form-group.col-md-2,
    .contct-from .form-group.col-md-1 {
        padding-top: 0px;
    }
    .product .table-stripeds .bgheading>th,
    .product .table-stripeds .bgheading td {
        font-size: 14px;
    }
    .product .table-stripeds th {
        background: #7300ab;
        padding-left: 13px;
        color: #fff;
        font-size: 15px;
    }
    .product .table-stripeds td:nth-child(1) {
        padding-left: 16px;
    }
    .product .table-stripeds tbody tr td {
        font-size: 14px;
    }
    .product form.port {
        margin-bottom: 1em;
    }
    .table th {
        font-size: 12px !important;
    }
    .largerCheckboxs {
        position: absolute;
        width: 18px;
        height: 18px;
        top: 22%;
        left: 2px;
    }
    .arrow:after {
        position: absolute;
        content: "";
        top: 20px;
        left: -7px;
        background: url(../images/arrows.png) no-repeat center;
        height: 19px;
        width: 19px;
    }
    .table td,
    .table th {
        font-size: 12px !important;
    }
    .category h3 {
        font-size: 16px;
        padding: 15px;
    }
    .category {
        padding: 0em 0em;
    }
    .product {
        padding: 1.5em 0em;
        padding-top: 0px;
    }
    .product h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .interest h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .interest h3 {
        font-size: 17px;
        padding: 12px 14px;
    }
    #custom-search-form {
        width: 150px;
        padding: 1px 5px;
    }
    #header .btn.btn-primary {
        width: 62%;
    }
    .banner-content {
        height: 570px;
    }
    .banner-content h1 {
        font-size: 24px;
    }
    .banner-content ul.inner-list {
        font-size: 14.8px;
        margin: 5px 0px 30px;
    }
    .banner-content .arrow a {
        top: 330px;
    }
    .copyright-section .footernav {
        display: block;
    }
    .copyright-section .col-md-4,
    .copyright-section .col-md-5,
    .copyright-section .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .copyright-section .social-icons {
        float: none;
        margin-top: 8px;
    }
    .copyright-section .footernav li:after {
        display: none;
    }
    .manage-section p,
    .featured-product p {
        font-size: 15px;
        margin: 1.5em 0;
    }
    .box-content {
        height: 300px;
    }
    .logos-section {
        padding: 2em 0px 10px;
    }
    .logos-section .logo-content {
        margin-bottom: 10px;
    }
    .logos-section h4 {
        font-size: 20px;
    }
    .go {
        padding-top: 0em;
        height: auto;
    }
    .product-box .product-img,
    .product-box .product-img img {
        width: 100%;
    }
    .product-box .product-content {
        width: 100%;
        float: left;
        position: relative;
        margin: 0px auto;
        padding: 0;
    }
    .product-box .product-content h4 {
        font-size: 28px;
    }
    .product-box .product-content p {
        font-size: 15.5px;
    }
    .integration-section .pull-right h3 {
        font-size: 18px;
    }
    .integration-section .pull-right h3 span {
        font-size: 34px;
    }
    .testimonials-section .thumb {
        padding: 10px 10px 0px;
        width: 165px;
    }
    .testi-content:before {
        top: 16px;
        left: 76px;
    }
    .testimonials-section .testi-left {
        margin-left: 5.5px;
    }
    .testi-content p {
        font-size: 14px;
    }
    .testi-content h5:before {
        left: 0px;
    }
    .testi-content h5 {
        margin: 0;
        font-size: 24px;
    }
    .back-to-top.actives {
        bottom: 10px;
    }
    .inner-content .faq-section h2 {
        font-size: 26px;
        text-align: center !important;
    }
    .inner-content .faq-section h2.contact:after {
        right: 0;
    }
    .accordion .card-header .btn-link {
        font-size: 14.2px;
    }
    .accordion .card-header i.fa {
        font-size: 17px;
        margin-top: 0px;
        margin-right: 0px;
    }
    .inner-content .text-right figure.faq-img {
        width: 100%;
    }
    .inner-content .text-right figure:after {
        right: 10% !important;
    }
    .inner-content .text-right .faq .btn.btn-primary {
        top: 80%;
        left: 0;
    }
    .inner-content .faq ul {
        height: 0px;
        max-width: 100%;
        float: left;
        position: relative;
        right: 0;
    }
    .inner-content .faq ul li {
        padding: 25px 0px;
        border: 1px solid rgba(0, 0, 0, .1);
    }
    .inner-content .contact-section p {
        font-size: 17px;
    }
    .inner-content .contact-section span {
        display: inline;
    }
    .your-products {
        background: #fff;
        padding: 10px 0px;
    }
    .your-products .col-4 {
        margin-bottom: 5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width:448px) {
    #header .header-lft img {
        width: 170px;
    }
    .navbar-nav>li:nth-child(6)>a:not(:hover) {
        font-size: 13px;
    }
    #header .header-ryt ul li.dropdown a {
        padding: 2.5px 5px;
        font-size: 16.8px;
    }
    #header .btn.btn-primary {
        font-size: 12.6px;
        padding: 6px 7px;
        width: 58%;
    }
    .banner-content {
        height: 512px;
    }
    .banner-content ul.banner-list {
        bottom: 0;
        top: 0;
        height: 165px;
        max-width: 420px;
    }
    .banner-content h1 {
        font-size: 19px;
        line-height: 1.1;
    }
    .banner-content p {
        font-size: 17px;
        line-height: 1.1;
    }
    .banner-content ul.inner-list {
        font-size: 12.2px;
        margin: 5px 0px;
    }
    .banner-content ul.inner-list li:not(:last-child) {
        padding-bottom: 3px;
    }
    .box-content {
        padding: 30px 0px 0px;
    }
    .manage-section .box-content p {
        font-size: 14.6px;
        margin: 10px 0px;
    }
    .content-section h2,
    .box-content h3,
    .manage-section h2,
    .featured-product h2 {
        font-size: 16px;
    }
    .banner-section.inner .banner-content ul.banner-list {
        padding: 12px 0px;
        top: 0;
        bottom: 33px;
        height: 62px;
    }
    .banner-section.inner .banner-content h1.clients {
        line-height: 2.2;
        font-size: 21px;
    }
    .inner-content .detail-text {
        padding: 1.2em 0 0;
    }
    .inner-content .product-logo figure {
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .blog-section.detail h4 {
        font-size: 18.5px;
    }
    .inner-content .text-right figure:after {
        right: 0% !important;
    }
    .accordion .card-header i.fa {
        margin-top: 0px;
        margin-right: 0px;
    }
    .blog-section.detail ul.posts li {
        padding-bottom: 2.5em;
        width: 100%;
    }
}

@media (max-width:350px) {
    .inner-content h2 {
        font-size: 24px;
    }
    .blog-section h4 {
        font-size: 18.5px;
    }
    .testi-content:before {
        left: 44px;
    }
    .searchs .icon_serach {
        right: 45px;
    }
    #header .header-ryt ul li.dropdown a {
        font-size: 15.6px;
    }
    #header .btn.btn-primary {
        font-size: 11px;
    }
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #e7e7e7 !important;
    background-color: #fff;
    padding: 8px 20px 8px 5px !important;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline-offset: -2px;
    white-space: nowrap;
    border-radius: 10px;
}

.ms-options-wrap>.ms-options {
    position: absolute;
    left: 16px !important;
    width: 95% !important;
    margin: auto;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    overflow: auto;
    visibility: hidden;
}

.ms-options-wrap>button:after {
    border: 4px solid rgba(0, 0, 0, 0) !important;
    border-top-color: #495057 !important;
}

.div-none {
    display: none;
}

.myreset {
    box-shadow: 3px 2px 4px 1px #f2e9ca;
    background: #7300ab;
    border: 0px;
    border-radius: 25px;
    padding: 10px 25px 9px 28px;
    font-weight: 600;
    font-size: 16px;
    outline: 0;
    text-transform: uppercase;
    color: #f3f0f0;
    text-decoration: none;
    margin: auto;
    display: block;
}

.paym .btn {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #7300a9;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
}

.paym .btn:hover {
    background: #d6cddb;
}

.tooltipossd {
    position: absolute;
    top: 26px;
    right: -33px;
    text-align: center;
    border: 2px solid #729ACA;
    padding: 6px 22px;
    background: white;
}

/*--------------------------------------Typehead search----------------------------------------------*/

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7300a9;
    outline: 0;
}
.compare .totals .form-control {
    border: 1px solid #e7e7e7;
    width: 100%;
    
    background-color: #e7e7e7;
    height: 33px;
}
.compare .totals .icon_serach {
    position: absolute;
    content: "";
    top: 4px;
    right: 15px;
    background: url(../images/search.png) no-repeat center;
    height: 31px;
    width: 28px;
}
.requests .nav-tabs .nav-item {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
        padding: 0px 0px;
    transition: 0.3s;
    font-size: 17px;
}
.requests #myTab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.requests .nav-tabs .nav-item .nav-link.active {
    background-color: #ccc;
    color: #000;
}
.requests .nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
    color: #000;
    border-radius: 0px;
    border: none;
}
.requests .tab-content>.tab-pane {
    border: 1px solid #ccc;
    border-top: none;
    height: 540px;
    overflow-y: overlay;
}
.requests .nav-tabs .nav-item .nav-link:hover{background-color: #ddd;}
.myposts th {
text-align: center;
}
.myposts td {
text-align: center;
}
.myposts td span.checkmark {
right: 0px;
left: 0px;
margin: auto;
}


.success{    padding: 4em 0;
    padding-bottom: 0em;}
.success .card-imgs-top {
    margin-bottom: 3em;
}
.success .card{border:none;}
.success p{margin-bottom:0px;}
.success h2 {
    font-size: 22px;
    margin-bottom: 0px;
}
.success p {
    margin-bottom: 0px;
    font-size: 18px;
}
.success h5 {
    font-size: 24px;
    color: #0066ff;
    margin-bottom: 0px;
}




/* code on date: 13/09/2022 */
 h3.icon-title{font-size:20px; font-weight:800;}
.icon-title{text-transform:uppercase; position:relative;padding-bottom: 15px;margin-bottom: 25px; line-height:1.5}
.icon-title:after{content:'';background:#f6c002;width:70px; height:5px;position: absolute;left: 3px;bottom: 0; margin:auto}
.icon-title:before{content:'';background:#f6c002;width: 13px;height: 13px;border-radius: 50px;position: absolute;left: 0;bottom: -4px; margin:auto}
.icon-title.text-center:after{right:0}
.icon-title.text-center:before{right:0}
.innerContent{border-top:1px solid #cdcdcd}
.innerContent h2{font-size: 22px;font-weight: 800;}
.section-content{margin-left:0; margin-right:0}
.section-content h3{font-size:20px; font-weight:700;}
.section-content .thumb{padding:0}
.section-content .desc{padding-left:0}
@media(min-width:992px){
.section-content .thumb:not(.order-lg-2)+div{padding-left:2em}
.innerContent h2{font-size: 35px;}
}
.innerContent .ourpro{}
.innerContent .ourpro .item{font-size:16px; color:#676767;}
.innerContent .ourpro .item h4{font-size:18px; color:#2b2b2b; font-weight:500}
.innerContent .ourpro .item .thumb{}
.innerContent .ourpro .item .thumb img{width:100%}
.innerContent .ourpro .item .desc{padding:15px;border:1px solid #d5d5d5}
.innerContent .owl-theme .owl-controls{position:static}
.innerContent .owl-theme .owl-controls .owl-nav .owl-prev,.innerContent .owl-theme .owl-controls .owl-nav .owl-next{position:absolute; top:45%}
.innerContent .owl-theme .owl-controls .owl-nav .owl-prev{left:-30px;}
.innerContent .owl-theme .owl-controls .owl-nav .owl-next{right:-30px;}
.innerContent .owl-theme .owl-controls .owl-nav .owl-prev:after,.innerContent  .owl-theme .owl-controls .owl-nav .owl-next:before{width:auto;font-size: 20px;}
.innerContent a.viewall{font-size: 14px;color: #fff;background: #7300ab;border-radius: 50px;border: none;font-weight: 700;padding: 10px 22px;}
.innerContent a.viewall:hover{background:#000;}
.filter-row{}
.filter-row label{font-weight:600}
.filter-row .form-control{height:45px; background-color:#d9e2f3; border:none; border-radius:0}
.preview-video-detail { margin-bottom:30px;}
.preview-video-detail iframe.targetVideo{height: 520px;width: 100%;border: 1px solid #dcdcdc;}
.preview-video-index { margin-bottom:30px;background:#f2f2f1;padding:15px;}
.preview-video-index h3{margin:0px 0 5px;font-size: 18px;text-transform: uppercase;color: #000;font-weight: 500;padding-bottom: 10px;font-weight:800}
.preview-video-index ul{list-style: none;margin: 0;padding: 0 10px 0 0 ;}
.preview-video-index ul::-webkit-scrollbar {width: 7px;}
.preview-video-index ul::-webkit-scrollbar-track {background:#dedede;border-radius: 0px;}
.preview-video-index ul::-webkit-scrollbar-thumb {background: #828282;border-radius: 0px;}
.preview-video-index .item{border-bottom:1px solid #ccc;padding-bottom:6px;margin-bottom:6px;}
.preview-video-index .item .vdolink{display: inline-block;width: 100%;position: relative; color:#545454; font-weight:400; font-size:12px; text-decoration:none;overflow: hidden; cursor:pointer}
.preview-video-index .preview-video-thumb img {width: 100%;min-height: 130px;}


/* .image-gallery{column-count:3} */
.image-gallery .item{position: relative;margin-bottom: 25px; overflow:hidden}
.image-gallery .item img{width:100%;transition:0.5s;height:285px;}
.image-gallery .item:hover img{transform:scale(1.3)}
.image-gallery .item .overlay{position: absolute;left: 0;right: 0;bottom: 0;z-index: 1;color: #fff;padding:2em 20px 20px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 68%, rgba(0,0,0,0.9) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 68%,rgba(0,0,0,0.9) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 68%,rgba(0,0,0,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}
.image-gallery .item h5{margin: 0 0 5px;padding: 0;font-weight: 600;}
.image-gallery .item p{margin-bottom: 15px;}
.image-gallery .item .btn{background: #fff;color: #000;border-radius: 50px;font-size: 12px;padding: 6px 15px;}
.image-gallery .item:hover .btn{background: #f6c002;color: #fff;}

.video-gallery{}
.video-gallery .item{box-shadow: 0 0 6px #e3e3e3;margin: 5px;padding-bottom: 2px;}
.video-gallery .item h4{font-size:16px; font-weight:500;text-align:center;color:#010101;margin: 10px 0;padding: 0;}
.video-gallery .item .owl-video-wrapper{ height:195px;}
.video-gallery .item .owl-video-wrapper iframe,.video-gallery .owl-carousel .owl-video-frame{ height:195px!important;}

.bottom-contact{font-size:20px;}
.bottom-contact h4{font-size:24px;}
.bottom-contact .btn{width:126px;}
.vit-wrapper .navbar2 ul{width:75%;margin-left:auto;display:flex;align-items:center;justify-content:space-between;padding:4px 0}.vit-wrapper .navbar2 ul li.current-menu-item a{color:#f78d1b}.vit-wrapper .navbar2 ul li a{font-size:14px;text-transform:uppercase;color: #000;;}/*# sourceMappingURL=test.css.map */