@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
/*font-family: 'Manrope', sans-serif;*/


@import url(bootstrap.min.css);
@import url(all.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: 'Manrope', sans-serif !important;
}
ul li{
	list-style-type: none;
}
ul{
	margin-bottom: 0 !important;
}
a:hover{
	text-decoration: none !important;
}
img{
    width: 100%;
}

header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
}

p {
    margin: 0 !important;
    color: #000;
    font-weight: 500;
    line-height: 27px;
}

.contact-page-box-back ul a img {
    width: 60px;
}



.ptb-70{
    padding: 70px 0;
}
.ptb-50{
    padding: 50px 0;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-25{
    padding-bottom: 25px;
}
.title h5 {
    font-size: 15px;
    font-weight: 700;
    color: #e5885d;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.title h5:before {
    content: "//";
    margin-right: 8px;
}
.title h2 {
    font-size: 50px;
    font-weight: 800;
    color: #30353a;
    padding-bottom: 10px;
}

a.primary-btn:hover{
    color: #fff;
}
a.primary-btn:hover:before {
    width: 100%;
}


/*===========page load modal=================*/
.pageload-modal .modal-content {
    background-color: #c7501b;
    color: #fff;
    border-image: repeating-linear-gradient(45deg, #d6111e, #d6111e 10px, #fdfdfd 10px, #fdfdfd 20px, #2f4175 20px, #2f4175 30px, #fdfdfd 30px, #fdfdfd 40px) 8 round;
    border-width: 8px;
}
.pageload-modal button.close {
    position: absolute;
    right: 5px;
    z-index: 999;
}
.pageload-modal .modal-body {
    text-align: center;
    padding: 25px 0;
}
.pageload-modal .modal-body h5.modal-title {
    font-size: 30px;
    font-weight: 600;
}
.pageload-modal .modal-body p {
    color: #fff !important;
    font-weight: 500;
    font-size: 17px;
    padding: 20px 0;
}
.pageload-modal .modal-body h4 {
    font-size: 17px;
}
.pageload-modal .modal-body a {
    color: #fff;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 60px;
    margin-top: 30px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}
.pageload-modal .modal-body a:hover {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
}

/*==================== Top Menu Start =====================*/
.top-menubar a.navbar-brand {
    width: 150px;
}
.top-menubar .nav-item a.nav-link {
    font-weight: 600;
    padding: 0 15px;
    font-size: 15px;
}
.menu-icon a.primary-btn {
    background-color: #c7501b;
}
.menu-icon {
    display: flex;
    align-items: center;
}
.menu-icon ul {
    margin-right: 20px;
}
.top-menubar .navbar-nav .dropdown .dropdown-menu {
    margin: 0;
}
/*==========================Banner Section Start====================*/
.banner-section {
    position: relative;
}
.banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.banner-caption h4 {
    font-size: 25px;
    font-weight: 600;
}
.banner-caption h2 {
    font-size: 70px;
    font-weight: 700;
    padding: 15px 0 30px 0;
    line-height: 70px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.banner-caption .dropdown {
    width: fit-content;
    margin: 0 auto;
}
.banner-caption .dropdown .dropdown-menu {
    margin: 0;
    z-index: 1;
    background-color: #fff;
}
.banner-caption h2 span {
    position: relative;
}
.banner-caption h2 span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    right: 0;
    height: 19px;
    width: 211px;
    background-image: url(../images/main-slider-shape-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
/*==========================Featured Show Start=================*/
.featured-show {
    background-color: #303539;
}
.featured-show .title h2{
    color: #fff;
}
.featured-show .title {
    text-align: center;
}
.featured-section ul {
    display: flex;
    flex-wrap: wrap;
}
.featured-section ul li {
    padding: 0 15px;
    position: relative;
    width: 100%;
    flex: 0 0 20%;
    max-width: 20%;
}
.feature-inner .featured-img {
    position: relative;
    display: block;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.feature-inner .featured-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-image: -moz-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    background-image: -webkit-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    background-image: -ms-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
}
.feature-shape {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px;
    background-image: -moz-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.featured-section ul li:hover .feature-shape {
    transform: scaleY(1);
}
.feature-content {
    position: absolute;
    bottom: 33px;
    left: 40px;
}
.feature-content h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;
}
.feature-content h3 a {
    color: #fff;
}
.feature-content p {
    font-size: 13px;
    color: #9da6b9;
    letter-spacing: 0.1em;
    line-height: 23px;
    font-weight: 600;
}
.feature-content p i {
    color: #ffb118;
}
.feature-content p span {
    color: #fff;
}
.video-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}
.video-popup button {
    background: transparent;
    border: none;
    cursor: pointer;
}
.video-popup button i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 12px;
    transition: .5s;
}
.video-popup button:focus {
    outline: none;
}
.video-popup button:hover i {
    background-color: #ffb118;
}
span.ripple {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(48, 53, 58, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(48, 53, 58, 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(48, 53, 58, 0.6);
    box-shadow: 0 0 0 0 rgba(48, 53, 58, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}
span.ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
span.ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}


/*===================About Section Start================*/
.about-screen:before {
    content: "";
    width: 100%;
    height: calc(100% + 80px);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 144, 67) 0%, rgb(8, 159, 172) 100%);
    position: absolute;
    left: -40px;
    top: -40px;
}
.about-left {
    padding-right: 25px;
}
.about-left p {
    padding-bottom: 30px;
}
.about-section {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
}
.about-shape {
    position: absolute;
    opacity: .10;
    z-index: -1;
}
.about-shape1 {
    bottom: 0;
}
.about-shape2 {
    top: 0;
    right: 0;
}

.about-screen .owl-nav {
    position: absolute;
    left: -105%;
    margin: 0;
    bottom: -15px;
}
.about-screen .owl-nav button.owl-prev {
    left: 0;
    position: absolute;
}
.about-screen .owl-nav button i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #ebebeb;
}
.about-screen .owl-nav button.owl-next {
    position: absolute;
    left: 50px;
}
.about-screen .owl-nav button:hover {
    background: none !important;
    color: #000 !important;
}
.about-screen .owl-nav button:focus{
    outline: none;
}

/*====================Free Access Start===================*/
.free-access {
    background-image: url(../images/free-access-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 200px;
    overflow: hidden;
}
.free-access:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: -1;
}
.free-access-content {
    text-align: center;
}
.free-access-content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    padding-bottom: 40px;
    line-height: 70px;
}
.free-access-content h2 span{
    position: relative;
    z-index: 0;
}
.free-access-content h2 span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 19px;
    width: 150px;
    background-image: url(../images/main-slider-shape-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.free-access-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    z-index: -1;
}
.free-access-shape2 {
    position: absolute;
    top: -1px;
    left: 75px;
    bottom: 0;
    mix-blend-mode: soft-light;
    opacity: .40;
    z-index: -1;
}

.free-access-shape2 img, .free-access-shape1 img{
    width: auto;
}

/*===================Counter Section Start================*/
.counter-section {
    position: relative;
    display: block;
    margin-top: -120px;
    z-index: 2;
}
ul.count-num {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
}
ul.count-num li {
    position: relative;
    max-width: 25%;
    width: 100%;
    text-align: center;
}
ul.count-num li h2 {
    font-size: 60px;
    color: #30353a;
    font-weight: 700;
}
ul.count-num li:not(:last-child) {
    border-right: 1px solid #dbdbdb;
}
ul.count-num:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    content: "";
    background-image: -moz-linear-gradient(0deg, rgb(254, 144, 67) 0%, rgb(8, 147, 159) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(254, 144, 67) 0%, rgb(8, 147, 159) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(254, 144, 67) 0%, rgb(8, 147, 159) 100%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
}

/*========================Category Start==========================*/
.category-left p {
    padding-bottom: 45px;
}
.category-right-box {
    position: relative;
    height: 160px;
    overflow: hidden;
}
.cat-right-img {
    height: 100%;
}
.cat-right-info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(229 136 93 / 90%);
    transform: scale(0);
    transition: .5s;
}
.category-right-box:hover .cat-right-info{
    transform: scale(1);
}
.cat-right-info h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.category-right .no-gutters>.col, .category-right .no-gutters>[class*=col-] {
    padding-right: 6px;
    padding-bottom: 6px;
}


/*=========================All Time Hit Start==================*/
.alltime-section {
    background-color: #303539;
}
.alltime-section .title h2 {
    color: #fff;
}
.alltime-hit-img {
    position: relative;
    overflow: hidden;
}
.alltime-right .row div:first-child .alltime-hit-img {
    margin-bottom: 1.6rem;
}
.alltime-hit-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-image: -moz-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    background-image: -webkit-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    background-image: -ms-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    z-index: 1;
}
.all-time-hit-info {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 1;
}
.alltime-hit-img img {
    transition: .5s;
}
.alltime-hit-img:hover img {
    transform: scale(1.05);
}
.all-time-hit-info h3 {
    color: #fff;
    font-weight: 800;
    font-size: 25px;
}
.all-time-hit-info p {
    font-size: 13px;
    color: #9da6b9;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 13px;
}
.all-time-hit-info p i {
    color: #e5885d;
    padding-left: 10px;
}
.all-time-hit-info p span {
    color: #fff;
}
.alltime-right .all-time-hit-info {
    bottom: 40px;
    left: 40px;
}
.alltime-right .all-time-hit-info h3 {
    font-size: 20px;
}

/*====================Plan Section Star========================*/
.plan-section .title {
    text-align: center;
}
.plan-img {
    margin-right: 100px;
    position: relative;
}
.price-box {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: #FE9043;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 22px 0;
    top: -30px;
    right: 50px;
    animation: spin 6s linear infinite;
}
.plan-section {
    padding-top: 70px;
}
.plan-section .title p {
    padding-bottom: 50px;
}
.price-box h4 {
    font-weight: 700;
    margin: 0;
}
.price-box p {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.price-box:before {
    width: 90px;
    height: 90px;
    border: 1px dashed #fff;
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    border-radius: 50%;
    z-index: 1;
}
.price-box:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fe9043;
    bottom: -5px;
    left: 32%;
    transform: rotate(55deg);
    z-index: 0;
}
@keyframes spin{
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.getapp-images img {
    width: 100%;
}
.getapp-info {
    text-align: center;
}
.getapp-info p {
    margin-bottom: 10px !important;
}
.getapp-info-flex {
    display: flex;
    align-items: center;
    height: 100%;
}
.getapp-section .row div:nth-child(2) {
    z-index: -1;
}
/*==================Footer Start====================*/
.footer-section {
    background-color: #181d2e;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.footer-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer-content, .footer-social {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.footer-content p {
    color: var(--white);
}
.footer-logo img {
    width: 170px;
}
.footer-logo p {
    max-width: 600px;
    margin: 0 auto !important;
    padding: 30px 0;
    color: #fff;
}
.footer-social ul li {
    display: inline-block;
}
.footer-social ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #379fc0;
    border-radius: 50%;
    color: #fff;
}
.footer-copy {
    text-align: center;
}
h4.copyright {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
h4.copyright a {
    color: #e4885c;
}
.footer-links {
    padding: 30px 0 10px 0;
}
.footer-links a {
    color: #fff;
}
.footer-logo ul {
    margin-top: 15px;
}
.footer-logo ul li:not(:last-child) {
    padding-bottom: 10px;
}
.footer-logo a {
    color: #fff;
}
.footer-logo a i {
    margin-right: 10px;
}
/*=================Breadcrumb page Start======================*/
.breadcrumb-section {
    background-image: linear-gradient(to right, #2588a7, #c7501a, #2588a7);
    text-align: center;
}
.breadcrumb-section h1 {
    display: block !important;
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 70px 0;
    position: relative;
    margin: 0;
}

.breadcrumb-section h1:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #fff;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

/*=========================old-plan Section Start=======================*/
.paln-section {
    position: relative;
    background-color: #000827;
    z-index: 0;
    overflow: hidden;
}
.paln-section img.plan-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: .1;
}
.paln-section .title h5 {
    color: red;
}
.paln-section .title h2 {
    color: #fff;
}

.paln-section .paln-section-video video {
    height: 300px;
    width: 100%;
}
.paln-section .paln-section-video strong {
    color: #fff;
}
.paln-section .paln-section-video span {
    color: gainsboro;
}
.choose-box:hover {
    transform: scale(1.05);
}
.choose-box {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    transition: .6s;
}

.choose-box .upper-box {
    position: relative;
    text-align: center;
    padding-top: 52px;
    padding-bottom: 19px;
    background-color: rgb(251 251 217);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.upper-info span {
    color: #f10505;
    font-weight: 600;
}
.price-list li i {
    color: red;
    padding: 10px;
}

.icon-upper {
    position: absolute;
    top: -47px;
    width: 90px;
    height: 90px;
    background-color: white;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 10px 0 #898989;
}
.icon-upper h6 {
    color: red;
    font-weight: 800;
    margin: 0;
    word-break: break-word;
    font-size: 18px;
}
.icon-upper h6 span {
    display: block;
}
.price-list li {
    position: relative;
    padding-bottom: 15px;
    padding-right: 10px;
    left: 20px;
    font-weight: 500;
    font-size: 15px;
}
.price-list li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: red;
    padding-right: 10px;
    position: absolute;
    left: -20px;
}
.lower-box {
    padding: 15px;
}
.price-button {
    text-align: center;
}
.upper-info h4 {
    font-size: 19px;
    font-weight: 700;
}
.upper-info h5 {
    color: red;
    font-weight: 700;
}
.plan-box {
    padding-top: 50px;
}
.upper-info h5 sub {
    color: #003974;
}



/*==============New Plan Section Start=================*/
.plan-amsection {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.plan-amsection .title h2{
    color: var(--white);
}
.plan-body {
    max-width: 900px;
    margin: auto;
    background-color: #182032;
    color: #fff;
    padding: 30px;
    z-index: 112;
}
.plan-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.plan-row .plan-title {
    width: 70%;
    padding: 10px 0;
}

.plan-row .plan-premium {
    width: 25%;
    text-align: center;
    padding: 10px 0;
}
.plan-amsection h2.plan-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    z-index: 5;
    color: var(--white);
}

.plan-key-title {
    color: #ddd;
    font-weight: 600;
}
.plan-premium-name {
    color: #ddd;
}
.plan-super-name i, .plan-premium-name i {
    font-size: 20px;
}
.plan-form form select, .plan-form form select option {
    font-weight: 600;
}
.plan-form form select, .plan-form form select:focus, .plan-form form input {
    background-color: transparent !important;
    border-color: #496dbd !important;
    color: #fff !important;
    height: 45px !important;
}
.plan-form form input::placeholder{
    color: #fff;
}
.plan-form form input{
    height: 45px !important;
}
.plan-form form .check-boxes input {
    height: auto !important;
}

.plan-form form .check-boxes .form-check {
    margin-bottom: 10px;
}

.plan-form form select option {
    background-color: #000;
}
.plan-form form button {
    width: 100%;
    border-radius: 5px !important;
    cursor: pointer;
}
.plan-form {
    padding-top: 30px;
}
.plan-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    overflow: hidden;
}
.plan-bg img {
    animation: slide-up 20s linear infinite;
}
.plan-bg-overlay {
    background: -webkit-radial-gradient(rgba(12,17,27,0.5) 0%, #0c111b 80%);
    background: -o-radial-gradient(rgba(12,17,27,0.5) 0%, #0c111b 80%);
    background: radial-gradient(rgba(12,17,27,0.5) 0%, #0c111b 80%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

@keyframes slide-up{
0% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
100% {
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}
}
.all-check-box p {
    color: #fff;
}
.bouquets-tv em {
    color: #ff0000;
}

.check-boxes input:checked~label {
    font-weight: bold;
}
.all-check-box .plan-form form input {
    height: 16px !important;
}
/*================reseller section===============*/
/*.reseller-section {*/
/*    background-color: aliceblue;*/
/*}*/
/*.reseller-price {*/
/*    padding: 10px;*/
/*    border: 1px solid #ddd;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.reseller-price h5 {*/
/*    margin: 0;*/
/*}*/
/*====================Faq section Start=========================*/
/*==================== Paypal start================ */
.top-paypal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(255, 23, 73);
    position: relative;
    top: -75px;
    padding: 30px;
    background-image: url(../images/form_bg.png);
    background-position: center;
    border-radius: 10px;
    z-index: 1;
}

.paypal-img {
    background-color: #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 5px solid #dbc0c0;
}

.paypal-img img {
    width: 55px;
    height: 55px;
}

.paypal-info {
    margin-right: auto;
    padding-left: 20px;
}

.paypal-info h6 {
    font-size: 30px;
    color: #ffff;
    font-weight: 700;
}
.contact-wp a {
    background-color: #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    color: #000;
    font-weight: 700;
    box-shadow: 0 4px 0 0 rgb(98 98 98 / 50%);
}
.contact-wp a img {
    width: 25px;
}
.contact-wp a:hover {
    color: #000;
}

/*==================== FAQ  Start============*/
.faq-section {
    background-color: #F5F5F5;
    position: relative;
    background-image: url(../images/faq-bg.png);
    background-position: right;
    background-size: 800px;
    background-repeat: no-repeat;
}
.faq-left .card {
    border: none;
    background: transparent;
    margin-bottom: 10px;
}
.faq-left .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}
.faq-left .card .card-header button.collapsed {
    background: #ffffff;
    color: #000;
}
.faq-left .card .card-header button {
    position: relative;
    white-space: normal;
    display: block;
    padding: 10px 40px 10px 10px;
    width: 100%;
    text-align: left;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    background: repeating-linear-gradient(-45deg,#1b1b1b,#1b1b1b 2px,#222629 3px,#222629 10px);
}
.faq-left .card .card-header button.collapsed:after {
    content: "\2b";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
    background-color: #e9e9e9;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    font-weight: 700;
    font-size: 15px;
}
.faq-left .card .card-header button:after {
    content: "\f068";
    font-family: 'FontAwesome';
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: red;
    background-color: #e9e9e9;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    font-weight: 400;
    font-size: 15px;
}
.faq-left .card .card-header button:hover,
.faq-left .card .card-header button:focus {
    text-decoration: none;
}

.faq-right {
    position: relative;
    margin: -12% -10% 0 4%;
    animation: float 4s ease-in-out infinite;
}
.faq-leftp1 {
    height: 100%;
    display: flex;
    align-items: center;
}
.faq-leftp2 {
    width: 100%;
}

@keyframes float {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}

/*==========================Service page Start==================*/
.sup-device {
    position: relative;
}
.sup-device:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: aliceblue;
}
.duplex-app {
    text-align: center;
    box-shadow: 0 0 10px 0 #ccc;
    padding: 30px;
    margin-bottom: 50px;
}
.duplex-logo img {
    width: 120px;
}
.diplex-info {
    padding-top: 20px;
}
.diplex-info h3 {
    font-weight: 600;
    color: #565656;
    margin-bottom: 10px !important;
}
.diplex-info h5 {
    background-color: #ff1749;
    padding: 8px 0;
    color: #fff;
}
.diplex-info a {
    margin-top: 20px;
}
.sup-left {
    display: flex;
    align-items: center;
    height: 100%;
}
.sup-left-content p {
    padding: 20px 0;
}
.service-faq-boxes{
    padding-top: 30px;
}
.service-faq-box h4 {
    font-size: 20px;
    font-weight: 700;
}
.service-faq-box p {
    padding: 6px 0px 0 0;
}

.form-group {
    position: relative;
}
.primary-btn {
    border: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    background-color: #379fc0;
    border-radius: 30px;
    font-weight: 600;
    z-index: 0;
    cursor: pointer;
}

.primary-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(-45deg, #161A1D, #161A1D 2px, #222629 3px, #222629 10px);
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
    animation: gradient .4s linear infinite;
}

.primary-btn:hover:before {
    opacity: 1;
}

@keyframes gradient {
    from {
        background-position: -14px 0;
    }

    to {
        background-position: 0 0;
    }
}

.primary-btn:hover {
    color: #fff;
}


.service-app-boxes {
    display: flex;
}
.service-app-box {
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 4px;
    width: 20%;
}
.service-app-box:not(:last-child) {
    margin-right: 20px;
}
.service-app-box img {
    margin-bottom: 20px;
}
.service-app-box img.and-logo {
    width: 35%;
    margin: 0 auto 20px;
    display: block;
}
.app-box-img {
    height: 110px;
    display: flex;
    align-items: center;
}
/*===================About Us Start===================*/

.about-content-right {
    height: 100%;
    display: flex;
    align-items: center;
}
.about-counter-section {
    background-color: #2A2273;
}
.count-number {
    text-align: center;
}
.count-number span {
    font-size: 69px;
    color: #fff;
    font-weight: 600;
}
.count-number p.count-info {
    font-weight: 400;
    color: #fff !important;
    padding: 0;
}
.count-number span.count-plus:after {
    content: "+";
}
.count-number span.count-k:after {
    content: "K";
}
@-webkit-keyframes wobble-img {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wobble-img {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.wobble-img {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border-radius: 100px 0 100px 100px;
    overflow: hidden;
}
.wobble-img:hover, .wobble-img:focus, .wobble-img:active {
  -webkit-animation-name: wobble-img;
  animation-name: wobble-img;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.about-gallery .row>div:nth-child(odd) {
    margin-top: 40px;
}
.about-gallery .row>div:nth-child(even) {
    margin-top: 100px;
}


.about-contact {
    background-color: #FBFBFB;
}
.about-contact-heading h2 {
    text-align: center;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px !important;
}
.about-contact form {
    width: 67%;
    margin: auto;
}
.about-contact form input, .about-contact form textarea {
    padding: 10px;
    border-radius: 0;
}
.about-contact form input:focus, .about-contact form textarea:focus {
    border-color: #818181;
    box-shadow: none;
}
.about-contact form button {
    background-color: #E5885D;
    color: #fff;
    padding: 15px 65px;
    border: 0;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    transition: .4s;
    cursor: pointer;
}
.about-contact form button:hover {
    background-color: #000;
}
/*=============End===========*/
/*=======================Cart page Start==================*/
.cart-item-table table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}
.cart-item-table table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    vertical-align: middle;
}
.cart-item-table table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
td.product-price, td.product-subtotal {
    white-space: nowrap;
}
/* .cart-item-table th.product-thumbnail {
    visibility: hidden;
} */
.cart-item-table td.product-thumbnail img {
    width: 50px;
}
.cart-item-table td.product-quantity input {
    width: 6em;
    padding: 8px;
    border: solid 1px #212121;
    color: #212121;
    text-align: center;
}
.cart-item-table td.product-remove a {
    font-weight: 900;
    font-size: 25px;
    color: #d6111e;
}
.cart-item-table tr td a{
    color: #000;
}
.cart-item-table table td.actions {
    text-align: right;
}
/*.cart-item-table table td.actions .coupon {*/
/*    float: left;*/
/*}*/
.cart-item-table table td.actions .coupon input {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
}
/*.rounded-btn {*/
/*    background: #d6111e;*/
/*    color: #fff;*/
/*    padding: 7px 15px;*/
/*    text-transform: uppercase;*/
/*    border-radius: 100px;*/
/*    border: none;*/
/*}*/
.cart-collaterals .cart_totals h2 {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    color: #202020;
    margin: 0 0 25px !important;
}

.cart_totals td {
    border: none !important;
}
.cart_totals table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.proceed-to-checkout a.rounded-btn {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}
.cart_image {
    max-width: 600px;
    margin: auto;
    text-align: center;
}
.cart_image p {
    margin-bottom: 10px !important;
    color: #5e5e5e;
    font-weight: 600;
    font-style: italic;
}
.cart_image h2 {
    font-weight: 800;
    color: #2a2a2a;
    font-size: 30px;
}
/*=====product plus minus==============*/
.quantity input[type="button"] {
    width: 38px !important;
    cursor: pointer;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quantity {
    position: relative;
}
.quantity input[type="button"] {
    width: 38px !important;
    height: 50%;
    cursor: pointer;
    position: absolute;
    padding: 0 !important;
}
.quantity input.button-minus {
    right: 0;
    bottom: 0;
}
.quantity input[type="number"] {
    padding-right: 38px !important;
    width: 100% !important;
}
.quantity input.button-plus {
    right: 0;
    top: 0;
}
/*=================cart end =====================*/
/*==================contact us page Start=========================*/
.contact-page-box {
    text-align: center;
    position: relative;
    height: 280px;
}
.contact-page-box {
    text-align: center;
    position: relative;
    height: 280px;
    overflow: hidden;
}
.contact-page-box .contact-box-flex {
    background-color: #1f5d7f;
    width: 100%;
    height: 100%;
    color: #fff;
}
.contact-page-box .contact-page-box-front {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.contact-page-box .contact-page-box-front h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.contact-page-box .contact-page-box-front i {
    font-size: 50px;
    color: #ffffff85;
}
.contact-page-box .contact-page-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #df581a;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: -100%;
    transition: .7s;
    padding: 0 20px;
}
.contact-page-box:hover .contact-page-box-back {
    bottom: 0;
}
.contact-page-box .contact-page-box-back ul li a {
    color: #fff;
    word-break: break-all;
    margin-bottom: 20px;
    display: inline-block;
}
.contact-page-box:hover .contact-page-box-back h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.contact-page-left-form .form-control {
    padding: 8px 10px;
    border: 1px solid #818a91;
}
.contact-page-left-form {
    width: 60%;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}
.contact-page-left-form form button {
    width: 100%;
    border: none;
    background-color: #1F5D7F;
    color: #fff;
    padding: 8px 0;
    border-radius: 3px;
}
.contact-page-right iframe {
    width: 100%;
    height: 310px;
    display: block;
}
.contact-form-section {
    margin-top: 25px;
}
.whatsapp-icon {
    width: 50.9px;
    z-index: 999;
    bottom: 22px;
    position: fixed;
    right: 30px;
    cursor: pointer;
    animation: zoom-in-zoom-out 3s ease infinite;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
} 

/*========================Checkout Page Start==================*/
.login-chekout {
    padding: 30px 0;
}
.login-chekout .card-header {
    border-top: 3px solid #d6111e;
    padding: 20px;
}
.login-chekout .card-header h6 i {
    color: #d6111e;
}
.login-chekout .card-header h6 a {
    color: #000;
}
.customer-details h2 {
    padding: 0 0 25px 0;
}
/*.checkout-billing-fields {*/
/*    padding-right: 100px;*/
/*}*/
.checkout-review table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    width: 50%;
}
.checkout-review table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.checkout-review table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
}
.checkout-review table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
}
.customer-details textarea {
    height: 150px;
}
.checkout-review h2 {
    margin-bottom: 25px !important;
}
.payment-method .accordion label {
    display: flex;
    align-items: center;
}
.payment-method .custom-control-label::before {
    background-color: #838383 !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff !important;
}
.payment-method .accordion label img {
    width: 35px;
    padding-left: 10px;
}
.payment-method {
    background-color: #EBE9EB;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}
.payment-method .card {
    border: none;
    background: transparent;
}
.payment-method .card .card-header {
    border: none;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.card-body.payment-cardbody {
    margin: 0 20px;
    background-color: #DFDCDE;
}

/*================Checkout Complete===============*/
/* ====================checkout  confirm============== */
.check-box {
    margin-bottom: 50px;;
    padding: 20px 15px;
}

.check-row ul li{
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.check-row ul li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
.paragraph {
    margin-top: 50px;
}
.header h4 {
    text-align: center;
    padding-bottom: 20px;
}
.total-box{
    border: 1px solid #f2f2f2;
}
.total-box p{
    padding-left: 20px;
}
.icon i {
    padding: 3px;
}



/* ====================checkout  confirm============== */
.check-box {
    margin-bottom: 50px;;
    padding: 20px 15px;
}

.check-row ul li{
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.check-row ul li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
.paragraph {
    margin-top: 50px;
}
.header h4 {
    text-align: center;
    padding-bottom: 20px;
}
.total-box{
    border: 1px solid#f2f2f2;
}
.total-box p{
    padding-left: 20px;
}
.icon i {
    padding: 3px;
}
/*==================order confirm start=====================*/
.order-confirm-page {
    background-color: #e9e9e9;
}
.order-confirm-partent {
    padding: 50px 0;
}
.order-confirm-logo {
    text-align: center;
}
.order-confirm-logo img {
    width: 150px;
}
.order-content {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
}
.order-greetings {
    text-align: center;
}
.order-greetings span {
    color: #11B3E8;
}
.confirm-tick {
    padding: 40px 0;
}
.confirm-tick p{
    text-align: center;
}
svg {
     width: 100px;
     display: block;
     margin: 0 auto;
}
.order-confirm-details {
    padding: 40px 0;
    border-top: 4px dotted #ccc;
    border-bottom: 4px dotted #ccc;
}
.order-confirm-details table {
    width: 50%;
    margin: auto;
}
.order-confirm-details table tr th, .order-confirm-details table tr td {
    border: 1px solid #ccc;
    padding: 10px 10px;
}
.order-content p.help-mail {
    width: 60%;
    margin: auto;
    text-align: center;
}
 .path {
     stroke-dasharray: 1000;
     stroke-dashoffset: 0;
}
 .path.circle {
     -webkit-animation: dash .9s ease-in-out;
     animation: dash .9s ease-in-out;
}
 .path.check {
     stroke-dashoffset: -100;
     -webkit-animation: dash-check .9s .35s ease-in-out forwards;
     animation: dash-check .9s .35s ease-in-out forwards;
}
.confirm-tick p {
     color: #73AF55;
}
 @-webkit-keyframes dash {
     0% {
         stroke-dashoffset: 1000;
    }
     100% {
         stroke-dashoffset: 0;
    }
}
 @keyframes dash {
     0% {
         stroke-dashoffset: 1000;
    }
     100% {
         stroke-dashoffset: 0;
    }
}
 @-webkit-keyframes dash-check {
     0% {
         stroke-dashoffset: -100;
    }
     100% {
         stroke-dashoffset: 900;
    }
}
 @keyframes dash-check {
     0% {
         stroke-dashoffset: -100;
    }
     100% {
         stroke-dashoffset: 900;
    }
}

/*========cart icon===========*/
.menu-icon ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.fa-bag-shopping::before {
    content: "\f290";
    color: #2588a7;
}
.top-cart span.cart-value {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    /* background-color: brown; */
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
    border: 1px solid #000d3a;
    color: #000;
    font-weight: 900;
}

/*=====================How to setup Start======================*/
.tutorial-section1,
.about-page-content {
    background-color: #ECECEC;
}

.tutorial-section-img img {
    transition: .4s;
}
.tutorial-section-img img:hover {
    transform: scale(1.1);
}
.tutorial-section-info p a {
    color: #000;
}

/*===================About Us Start===================*/
.about-content-left p {
    text-align: justify;
    margin-bottom: 10px !important;
}
.about-counter-section {
    background-color: #2A2273;
}
.count-number {
    text-align: center;
}
.count-number span {
    font-size: 69px;
    color: #fff;
    font-weight: 600;
}
.count-number p.count-info {
    font-weight: 400;
    color: #fff !important;
    padding: 0;
}
.count-number span.count-plus:after {
    content: "+";
}
.count-number span.count-k:after {
    content: "K";
}
@-webkit-keyframes wobble-img {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wobble-img {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.wobble-img {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border-radius: 100px 0 100px 100px;
    overflow: hidden;
}
.wobble-img:hover, .wobble-img:focus, .wobble-img:active {
  -webkit-animation-name: wobble-img;
  animation-name: wobble-img;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.about-gallery .row>div:nth-child(odd) {
    margin-top: 40px;
}
.about-gallery .row>div:nth-child(even) {
    margin-top: 100px;
}


.about-contact {
    background-color: #FBFBFB;
}
.about-contact-heading h2 {
    text-align: center;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px !important;
}
.about-contact form {
    width: 67%;
    margin: auto;
}
.about-contact form input, .about-contact form textarea {
    padding: 10px;
    border-radius: 0;
}
.about-contact form input:focus, .about-contact form textarea:focus {
    border-color: #818181;
    box-shadow: none;
}
.about-contact form button {
    background-color: #E5885D;
    color: #fff;
    padding: 15px 65px;
    border: 0;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    transition: .4s;
    cursor: pointer;
}
.about-contact form button:hover {
    background-color:  #2588a7;
}
/*=============End===========*/
/*===================setup-guide-section============*/
.padding-50 {
    padding: 50px 0;
}
.setup-guide-box{
    border-radius: 20px 20px 20px 20px;
    background: #000;
    padding: 10px;
    text-align: center;
    margin: 0 0 20px;
}
.setup-guide-box h2{
        color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
        padding: 0 0 20px;
}
.setup-guide-box img{
    border-radius: 15px 15px 15px 15px;
    height: auto;
    max-width: 100%;
    margin: 0 0 20px;
}
.setup-guide-box a{
        fill: #03879A;
    color: #03879A;
    background-color: #FFFFFF;
    font-size: 15px;
    padding: 8px 24px;
    border-radius: 3px;
    display: inline-block;
}
.setup-guide-box a:hover{
    color: #FFFFFF;
    background-color: #03879A;
}
/*======end==========*/

/*========Privacy Police==========*/
.main-wrapper h2 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 30px;
    margin-top: 15px;
}

/*==================My Account Page Start=================*/

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
}
.login-area form {
    padding: 20px;
    background-color: #f2f2f2;
    border: 1px solid #d3ced2;
    border-radius: 9px;
}
.login-area form button {
    display: block;
}
.login-area form a {
    color: #fff;
    background-color: #196082;
    padding: 4px 10px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 20px;
}
.login-area form .alert a {
    margin-top: -4px;
}
.login-area {
    width: 50%;
    margin: auto;
}
/* ======================dashboard page start =================*/
.container-custom {
    width: 95%;
    margin: auto;
}
    .dashboard-leftside {
        background-color:#2588a7;
        padding: 20px;
    }

    .dashboard-main {
        padding: 50px 0px;
        background-color: #eaefff;
    }

    .dash-board-title {
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 25px;
}

    .dash-board-title h2 {
        font-size: 26px;
        font-weight: 700;
        color: #151816;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

    .dash-board-title h2 span {
        font-size: 15px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 500;
        background-color: #2588a7;
        padding: 10px 24px;
        border-radius: 100px;
    }

    .dash-board-title h2 span i {
        padding-right: 8px;
    }

    .dashboard-admin-image {
        position: relative;
        border: 1px dashed #ccc;
    }

    .dash-img {
        overflow: hidden;
        height: 189px;
    }

    .dash-img img {
        height: 100%;
    }

    .admin-txt #btnFileUpload {
        width: 100%;
        border: none;
        background: #ccc;
        padding: 7px 8px;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 500;
    }
    .status-box {
        background: #fcfcfc;
        padding: 0;
        margin-bottom: 30px;
        box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
        border-radius: 6px;
        border: 1px solid #e9e6e0;
        overflow: hidden;
        position: relative;
        transition: .5s;
    }
    .status-box:hover {
    transform: translateY(-10px);
}

    .status-box h3 {
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        height: 50px;
        margin: 0;
        border-bottom: 1px solid #e9e6e0;
        background-color: #002744;
        color: #fff;
    }
.status-box1 h3{
    background-color: #0e8bcb;
}
.status-box2 h3{
    background-color: #fd6d9e;
}
.status-box3 h3{
    background-color: #7264bc;
}
.status-box4 h3{
    background-color: #81c860;
}
.status-box5 h3{
    background-color: #ff940e;
}
.status-box6 h3{
    background-color: #00497c;
}
    /*.status-box-content .user1:hover:after {
    opacity: 1;
    transform: scale(1.2);
}
.status-box-content .user1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    box-shadow: 0 0 0 3px #80e8ff;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 300ms;
}*/

    .status-box-img i {
        background: rgba(255, 255, 255, 0.1);
        -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
        -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
        transition: transform ease-out 0.1s, background 0.2s;
        position: relative;
    }

    .status-box-img i:after {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        top: 0;
        left: 0;
        padding: 0;
        z-index: -1;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
        opacity: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        content: "";
    }

    .status-box:hover .status-box-img i {
        -webkit-transform: scale(0.93);
        -moz-transform: scale(0.93);
        -ms-transform: scale(0.93);
        transform: scale(0.93);
    }

    .status-box:hover .status-box-img i.user1:after {
        -webkit-animation: sonarEffect1 1.3s ease-out 100ms;
        -moz-animation: sonarEffect1 1.3s ease-out 100ms;
        animation: sonarEffect1 1.3s ease-out 100ms infinite;
    }

    .status-box:hover .status-box-img i.user2:after {
        -webkit-animation: sonarEffect2 1.3s ease-out 100ms;
        -moz-animation: sonarEffect2 1.3s ease-out 100ms;
        animation: sonarEffect2 1.3s ease-out 100ms infinite;
    }

    .status-box:hover .status-box-img i.user3:after {
        -webkit-animation: sonarEffect3 1.3s ease-out 100ms;
        -moz-animation: sonarEffect3 1.3s ease-out 100ms;
        animation: sonarEffect3 1.3s ease-out 100ms infinite;
    }

    .status-box:hover .status-box-img i.user4:after {
        -webkit-animation: sonarEffect4 1.3s ease-out 100ms;
        -moz-animation: sonarEffect4 1.3s ease-out 100ms;
        animation: sonarEffect4 1.3s ease-out 100ms infinite;
    }

    .status-box:hover .status-box-img i.user5:after {
        -webkit-animation: sonarEffect5 1.3s ease-out 100ms;
        -moz-animation: sonarEffect5 1.3s ease-out 100ms;
        animation: sonarEffect5 1.3s ease-out 100ms infinite;
    }

    .status-box:hover .status-box-img i.user6:after {
        -webkit-animation: sonarEffect6 1.3s ease-out 100ms;
        -moz-animation: sonarEffect6 1.3s ease-out 100ms;
        animation: sonarEffect6 1.3s ease-out 100ms infinite;
    }

    @keyframes sonarEffect1 {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0e8bcb, 0 0 0 10px rgba(255, 255, 255, 0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0e8bcb, 0 0 0 10px rgba(255, 255, 255, 0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    @keyframes sonarEffect2 {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6b9c, 0 0 0 10px rgba(255, 255, 255, 0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fd6b9c, 0 0 0 10px rgba(255, 255, 255, 0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    @keyframes sonarEffect3 {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #7264bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #7264bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    @keyframes sonarEffect4 {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #81c860, 0 0 0 10px rgba(255, 255, 255, 0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #81c860, 0 0 0 10px rgba(255, 255, 255, 0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    @keyframes sonarEffect5 {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ff940e, 0 0 0 10px rgba(255, 255, 255, 0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ff940e, 0 0 0 10px rgba(255, 255, 255, 0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }

    @keyframes sonarEffect6 {
        0% {
            opacity: 0.3;
        }

        40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00497c, 0 0 0 10px rgba(255, 255, 255, 0.5);
        }

        100% {
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #00497c, 0 0 0 10px rgba(255, 255, 255, 0.5);
            transform: scale(1.5);
            opacity: 0;
        }
    }


    .status-box-content .user1 {
        background: #d5f6fd;
        border: 2px solid #0e8bcb;
        color: #0e8bcb;
    }

    .status-box-content .user2 {
        background: #ffe2ec;
        border: 2px solid #fd6b9c;
        color: #fd6b9c;
    }

    .status-box-content .user3 {
        background: #e3e0f3;
        border: 2px solid #7264bc;
        color: #7264bc;
    }

    .status-box-content .user4 {
        background: #e7f4e0;
        border: 2px solid #81c860;
        color: #81c860;
    }

    .status-box-content .user5 {
        background: #ffe5c4;
        border: 2px solid #ff940e;
        color: #ff940e;
    }

    .status-box-content .user6 {
        background: #a7dbff;
        border: 2px solid #00497c;
        color: #00497c;
    }

    .status-box-img i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50%;
        position: relative;
    }


    .status-box-content {
        padding: 25px 0;
        text-align: center;
    }

    .status-box-content h2 {
        color: #002744;
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        padding: 15px 0;
    }

    .status-box-content a {
        display: inline-block;
        border-radius: 25px;
        border: solid 1px #ccc;
        padding: 5px 13px;
        color: #ffffff;
        background-color: #002744;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        transition: .5s;
    }

    .status-box-content a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        background-color: #ffce10;
        left: 0;
        bottom: 0;
        z-index: -1;
        transition: .5s;
    }

    .status-box-content a:hover:before {
        height: 100%;
    }

    .status-box-content a:hover {
        color: #002744;
    }

    .dashboard-eliment {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0;
}

    .dashboard_nav_item ul {
        display: block;
        list-style-type: none;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
    }

    .dir-nav-item ul {
        display: inline-block;
    }

    .dashboard_nav_item ul li {
        background: transparent linear-gradient(to right, #ffce10 50%, #f9f9f9 50%) repeat scroll right bottom / 207% 100%;
        width: 100%;
        margin-bottom: 12px;
        display: block;
        border-radius: 30px;
        -webkit-transition: background 350ms ease-in-out;
        transition: background 350ms ease-in-out;
        border: 1px solid #e9e6e0;
    }

    .dashboard_nav_item ul li.active {
        background: transparent linear-gradient(to right, #ffce10 50%, #f9f9f9 50%) repeat scroll right bottom / 207% 100%;
        background-position: left bottom;
        border: 1px solid #e9e6e0;
        box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
    }

    .dashboard_nav_item ul li a {
        font-size: 14px;
        font-weight: 500;
        color: #444444;
        height: 46px;
        line-height: 26px;
        padding: 10px 15px;
        text-align: left;
        display: block;
        letter-spacing: 0.3px;
        vertical-align: middle;
        text-decoration: none;
    }

    .dashboard_nav_item ul li:hover {
        background: transparent linear-gradient(to right, #ffce10 50%, #f9f9f9 50%) repeat scroll right bottom / 207% 100%;
        background-position-x: right;
        background-position-y: bottom;
        background-position: left bottom;
        border: 1px solid #e9e6e0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    }

    .dir-table {
        overflow-x: auto;
    }

    .status-box:before {
        content: "";
        position: absolute;
        width: 0;
        height: 5px;
        background: linear-gradient(90deg, rgb(255 115 16) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
        bottom: 0;
        transition: .5s;
    }

    .status-box:hover:before {
        width: 100%;
    }
.user-view-details {
    background-color: #fff;
    padding: 20px;
}
/*-----user view page under dashboard-----*/
.dash-board-left {
    text-align: center;
    padding: 10px;
    background: #2a2273;
    /* box-shadow: 0 0 10px 0 #767676; */
    color: #fff;
    margin-bottom: 20px;
}
.user-view-detail .user-content {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 20px;
}
.user-view-detail .user-content h5 {
    position: relative;
    padding-bottom: 6px;
}
.user-view-detail .user-content h5:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: red;
    bottom: 0;
    left: 0;
}




    /* =====================dashboard page end ========================*/
/*==================user Dashboard Start=====================*/
.profile-right {
    box-shadow: 0 0 10px 0px #ccc;
    border-radius: 5px;
    padding: 20px;
}
.user-profile table {
    width: 100%;
}
.user-profile table, .user-profile table tr, .user-profile table th, .user-profile table td {
    border: 1px solid #ccc;
}
.user-profile table th {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    background-image: linear-gradient(to right, #136285, #d6111e, #136285);
}
.user-profile table tr td:first-child {
    width: 25%;
    text-align: right;
    padding-right: 10px;
    font-size: 17px;
    font-weight: 700;
}
.user-profile table tr td {
    padding: 5px 10px;
}
.account-nav {
    background-color: #f7f7f7;
}
.account-nav ul li a {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 5px 13px 15px;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.account-nav ul li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d6111e;
    z-index: -1;
    transition: .4s;
}
.account-nav ul li.active a:before, .account-nav ul li a:hover:before {
    width: 100%;
}
.account-nav ul li.active a, .account-nav ul li a:hover {
    color: #fff;
}

h2.profile-leftmenu-heading {
    color: #000;
    padding: 0 0 13px 0;
    font-size: 20px;
    text-transform: uppercase;
}
.address-btn {
    float: right;
}
.recent-order-tbl table, .recent-order-tbl tr, .recent-order-tbl th, .recent-order-tbl td {
    border: 1px solid #ccc;
}
.recent-order-tbl table {
    width: 100%;
}
.recent-order-tbl table th, .recent-order-tbl table td {
    padding: 10px 7px;
}
.recent-order-tbl table th {
    background-color: #d6111e;
    color: #fff;
}

.checkout-form button {
    border: none;
    background: #000;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
}

/*====================Change Password Page====================*/
.change-password-page h3 {
    padding-bottom: 20px;
    font-size: 25px;
}
.change-password-page form button.readmore-btn{
    border: none;
    background-color: #2588a7;
    color: #fff;
    padding: 7px 15px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
/*============================Chat box page Start=========================*/
.billing-modal .modal-header {
    align-items: center;
    background-color: #379fc0;
}
.billing-modal .modal-header h5 {
    margin-right: auto !important;
    color: #fff;
}
.billing-modal .modal-header button {
    margin-left: 0;
}
.billing-modal-address ul li div {
    color: #25396f;
    font-size: 19px;
    font-weight: 700;
}
.billing-modal-table {
    margin-top: 40px;
}
.billing-modal-table table{
    width: 100%;
}
.billing-modal-table thead {
    border-bottom: 1px solid #ccc;
}
.billing-modal-table tr td, .billing-modal-table tr th {
    padding: 5px;
}
.billing-modal-table tr td:first-child {
    font-weight: 600;
}

    .chat{
            margin-top: auto;
            margin-bottom: auto;
        }
        .chat .card{
            height: 500px;
        }
    .msg_card_body {
    overflow-y: auto;
    padding: 1rem !important;
}
.card-footer.msg_footer {
    padding: 0;
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
}
        .type_msg{
            background-color: rgba(0,0,0,0.3) !important;
            border:0 !important;
            color:white !important;
            height: 60px !important;
            overflow-y: auto;
        }
            .type_msg:focus{
             box-shadow:none !important;
           outline:0px !important;
        }
        .attach_btn{
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
            border:0 !important;
            color: white !important;
            cursor: pointer;
        }
        .send_btn{
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
            border:0 !important;
            color: white !important;
            cursor: pointer;
        }
        .user_img{
            height: 70px;
            width: 70px;
            border:1.5px solid #f5f6fa;
        
        }
        .user_img_msg{
            height: 40px;
            width: 40px;
            border:1.5px solid #f5f6fa;
        
        }
    .img_cont{
            position: relative;
            height: 70px;
            width: 70px;
    }
    .img_cont_msg{
            height: 40px;
            width: 40px;
    }
    .online_icon{
        position: absolute;
        height: 15px;
        width:15px;
        background-color: #4cd137;
        border-radius: 50%;
        bottom: 0.2em;
        right: 0.4em;
        border:1.5px solid white;
    }
    .user_info{
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 15px;
    }
    .user_info span{
        font-size: 20px;
        color: white;
    }
    .user_info p{
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    }
    
    .msg_cotainer{
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px;
        border-radius: 25px;
        background-color: #82ccdd;
        color: #000;
        padding: 10px;
        position: relative;
    }
    .msg_cotainer_send{
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 10px;
        border-radius: 25px;
        background-color: #78e08f;
        color: #000;
        padding: 10px;
        position: relative;
        word-break: break-all;
    }
    .msg_time{
        position: absolute;
        left: 50px;
        bottom: -15px;
        font-size: 10px;
    }
    .msg_time_send{
        position: absolute;
        right: 50PX;
        bottom: -15px;
        font-size: 10px;
    }
    .msg_head {
    position: relative;
    background-color: #005494 !important;
}
    #action_menu_btn{
        position: absolute;
        right: 10px;
        top: 10px;
        color: white;
        cursor: pointer;
        font-size: 20px;
    }
    .action_menu{
        z-index: 1;
        position: absolute;
        padding: 15px 0;
        background-color: rgba(0,0,0,0.5);
        color: white;
        border-radius: 15px;
        top: 30px;
        right: 15px;
        display: none;
    }
    .action_menu ul{
        list-style: none;
        padding: 0;
    margin: 0;
    }
    .action_menu ul li{
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 5px;
    }
    .action_menu ul li i{
        padding-right: 10px;
    
    }
    .action_menu ul li:hover{
        cursor: pointer;
        background-color: rgba(0,0,0,0.2);
    }
    @media(max-width: 576px){
    .contacts_card{
        margin-bottom: 15px !important;
    }
    }
/*==============================Tax Invoice Start==================*/
.tax-invoice-header .invoice-header-info {
    width: 70%;
    float: left;
}
.tax-invoice-header .invoice-header-img {
    width: 30%;
    float: right;
    text-align: right;
}
.tax-invoice-header .invoice-header-img img {
    width: 100px;
}
.invoice-logo {
    text-align: center;
}
.invoice-table .invoice-logo img {
    width: 150px;
}
.invoice-table .invoice-logo h2 {
    font-weight: 700;
    font-size: 25px;
}
.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    margin-left: 758px;
}
.invoice-header-info h3 {
    font-size: 22px;
    font-weight: 700;
}
.invoice-header-info h4 {
    font-size: 18px;
    font-weight: 700;
}
.invoice-header-info h4 span {
    font-size: 15px;
    font-weight: 400;
    color: #1e1e1e;
    font-style: italic;
}
.invoice-table {
    padding: 20px;
    box-shadow: 0 0 10px #ccc;
}
tr.billing-details td:not(:last-child) {
    padding-right: 20px;
}
tr.billing-details td.billing-order-id {
    width: 30%;
    vertical-align: text-bottom;
}
.invoice-table table td span {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding-right: 5px;
}

.invoice-table .tax-invoice-header {
    padding: 20px 0;
    border-bottom: 2px solid #000;
}
.invoice-table table {
    margin-top: 20px;
}
.table-price {
    border-top: 2px solid #000;
}
.table-price table {
    width: 100%;
}   
.table-price table tr th {
    width: 25%;
    padding-bottom: 20px;
}
.table-price table thead {
    border-bottom: 2px solid #000;
}
tr.shipping-charge td:not(:first-child) {
    border-bottom: 2px solid #707070;
}
tr.shipping-charge td {
    padding: 10px 0;
}
.table-qty {
    text-align: center;
}
.grand-total td ul {
    padding: 10px 0;
}


.address-btn{
    float:right;
}

/**/
.admin-data-table table {
    width: 100%;
}
.dataTable-top {
    display: flex;
    justify-content: space-between;
}
/*==============extra css=========*/
.woocommerce-variation-price span.price {
    color: red;
    font-weight: 600;
    font-size: 19px;
}
.woocommerce-variation-price span.price del {
    text-decoration: line-through;
}
.woocommerce-variation-availability p.stock.in-stock {
    color: green !important;
    font-weight: 600;
}
.dir-table table {
    width: 100%;
}
.dir-table table tr td {
    padding: 8px;
}

/*===================Apk Download Link Page Start================*/
.apk-right p {
    margin-bottom: 15px !important;
}
.apk-left.android-apk, .apk-left.ios-apk {
    height: 150px;
    text-align: center;
}
.apk-left.android-apk img, .apk-left.ios-apk img {
    height: 100%;
    width: auto;
}





/*===================checkout accordion start====================*/
.checkout-accordion {
    padding: 25px 0;
}
.checkout-accordion .card-header h5 {
    position: relative;
    cursor: pointer;
}
.checkout-accordion .card-header h5 i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.checkout-accordion .card-header h5 i.fa-solid.fa-circle-plus {
    display: none;
}
.checkout-accordion .card-header h5.collapsed i.fa-solid.fa-circle-plus {
    display: block;
}
.checkout-accordion .card-header h5.collapsed i.fa-solid.fa-circle-minus {
    display: none;
}
.checkout-accordion .card:not(:last-child) {
    margin-bottom: 10px;
}
.checkout-accordion .card {
    border-radius: 0;
    background: #fff;
    transition: .7s;
}
.checkout-accordion .card .card-header {
    border-bottom: transparent;
    background: transparent;
    padding: 0;
}
.checkout-accordion .card-header h5 {
    position: relative;
    cursor: pointer;
    padding: 0.75rem 1.25rem;
}
.checkout-accordion .card-header h5.collapsed {
    background-color: #dfdfdf;
    transition: .7s;
}
.checkout-accordion .card-header h5 span {
    font-weight: 700;
    font-size: 16px;
}

/*---------------------------Revolution Slider Css Start-------------------------*/

.main_slider{
    overflow-x: hidden;
}
.tp-bannertimer {
    background: #039ee3 !important;
}

.tp-caption.tp-shape.tp-shapewrapper.tp-resizeme.rs-parallaxlevel-0 {
    background: #039ee3 !important;
}
.metis .tp-bullet-title {
    display: none !important;
}
.free-trial-btn {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
}
.free-trial-btn a {
    color: #fff;
}
.main_slider {
    position: relative;
}

/*=======================Responsive Start======================*/
@media only screen and (max-width: 1024px){
.banner-caption h2 {
    font-size: 50px;
    line-height: 60px;
}
.banner-caption h2 span:before {
    height: 17px;
    width: 150px;
}
.about-screen .owl-nav {
    bottom: -62px;
}
.free-access-content h2 {
    font-size: 50px;
    line-height: 60px;
}
.category-right-box {
    height: 200px;
}
/*inner page*/
.choose-right-side {
    padding: 0 20px;
}
.choose-right-flex .title {
    padding-bottom: 10px;
}
.welcome-section {
    background-size: 470px;
}
}

@media only screen and (max-width: 991px){
    .about-right {
    padding-top: 50px;
}
.menu-icon {
    position: absolute;
    right: 100px;
    top: 34px;
}
.about-screen .owl-nav {
    bottom: 5px;
    position: absolute;
    margin: 0;
    width: 100%;
    left: 0;
}
.about-screen .owl-nav button.owl-prev {
    left: 40%;
}
.about-screen .owl-nav button.owl-next {
    left: 47%;
}
.category-right-box {
    height: 300px;
}
.alltime-left {
    margin-bottom: 1.5rem;
}
.price-box {
    right: 0;
}
.featured-section ul li:first-child {
    margin-bottom: 1.5rem;
}
.featured-section ul li {
    flex: auto;
    max-width: calc(100% / 3);
}
.about-section {
    padding: 70px 0;
}
.category-right {
    padding-top: 25px;
}
/*inner page*/
.choose-box {
    margin-bottom: 60px;
}
.paln-section {
    padding-bottom: 60px;
}
.paypal-info {
    width: 50%;
}
.faq-section {
    background-size: 550px;
}
.faq-right {
    margin: 0;
}
.choose-right-side {
    padding: 60px;
}
.f-links {
    margin-bottom: 30px;
}
.top-menu .top-menu-right .social-icon:before {
    left: -50px;
}
.right_area_holder {
    padding: 5px 0;
    float: none;
    text-align: center;
}
.welcome-section {
    background: no-repeat;
}
.chanel-area {
    background-position: center left;
}
.price-box-area .inner {
    margin-bottom: 30px;
}
.footer_1 {
    padding: 15px 0 0 0;
}
.subscripton-section .container {
    max-width: 100%;
}
.about-gallery .container, .about-counter-section .container {
    max-width: 100%;
}
.contact-page-box {
    margin-bottom: 20px;
}
.contact-form-section {
    margin-top: 0;
}
.service-app-boxes {
    flex-wrap: wrap;
    justify-content: center;
}
.service-app-box {
    width: 30%;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 768px){

a.button_area {
    line-height: initial;
}
.welcome-section .second-box {
    padding-top: 0;
}
.welcome-section, .plan-section {
    padding: 20px 0;
}
.ptb-50 {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
@media only screen and (max-width: 767px){
.banner-caption {
    width: 100%;
}
.banner-caption h4 {
    font-size: 20px;
}
.banner-caption h2 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 0;
}
.banner-caption h2 span:before {
    height: 13px;
    width: 120px;
}
.ptb-70 {
    padding: 40px 0;
}
.about-section {
    padding-bottom: 70px !important;
}
.about-screen .owl-nav button.owl-prev {
    left: calc(40% - 40px);
}
.about-screen .owl-nav button.owl-next {
    left: calc(50% - 40px);
}
.about-screen .owl-nav button i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.about-screen .owl-nav {
    bottom: 0;
}
.title h2 {
    font-size: 35px;
    padding-bottom: 20px;
}
.title h5 {
    font-size: 14px;
}
.free-access-content h2 {
    font-size: 40px;
    line-height: 50px;
}
.free-access-content h2 span:before {
    height: 13px;
    width: 110px;
}
ul.count-num {
    padding: 30px 0;
}
ul.count-num li h2 {
    font-size: 50px;
}
.count-num p {
    line-height: 15px;
    font-size: 13px;
}
.counter-section {
    margin-top: -80px;
}
.free-access {
    padding-bottom: 120px;
}
.category-left p {
    padding-bottom: 30px;
}
.category-right-box {
    height: 248px;
}
.plan-section {
    padding-top: 40px;
}
.plan-img {
    margin-right: 0;
}
/*inner page*/
.ptb-60 {
    padding: 30px 0;
}
.title h2 {
    font-size: 35px;
    line-height: 45px;
}
.counter-left p {
    padding: 0;
}
.counter-left .number-count {
    padding-bottom: 20px;
}
.top-paypal {
    display: block;
    text-align: center;
}
.paypal-img {
    margin: auto;
}
.paypal-info {
    width: 100%;
    padding-left: 0;
}
.f-soial {
    margin-bottom: 30px;
}
.footer-section hr {
    margin: 25px 0 30px 0;
}
.f-copyright {
    display: block;
    text-align: center;
}
    .store-box .store-box-img {
    height: 200px;
}
.subscriptio-box {
    margin-bottom: 40px;
}
.multi-line-subscription-content {
    padding-bottom: 15px;
}
.tutorial-section-img {
    padding-bottom: 20px;
}
.blank-breadcrumb {
    height: 0;
}
.contact-page-left-form {
    margin-bottom: 20px;
}
.plan-form form select {
    margin-bottom: 10px;
}
.footer-section .container {
    max-width: 95%;
}
.footer-content {
    text-align: left;
}
.service-app-box {
    padding: 20px 10px;
}
.app-box-img {
    height: 50px;
}
.service-app-box a.primary-btn {
    padding: 5px 15px;
}
.sup-device:before {
    width: 100%;
}
.sup-left-content p {
    padding: 0 0 20px 0;
}
.sup-device {
    padding: 40px 0;
}
.top-paypal {
    top: -35px;
}
.free-trial-btn {
    top: 69%;
}
}
@media only screen and (max-width: 600px){
 
a.button_area {
    line-height: 30px;
    padding: 3px 25px;
}
.welcome-section .second-box {
    padding-top: 0;
}
.welcome-section, .chanel-area, .plan-section {
    padding: 30px 0;
}
.price-box-area .row div:last-child .inner {
    margin-bottom: 0;
}
.ptb-50 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-contact form {
    width: 100%;
}
.about-gallery .row>div:nth-child(even), .about-gallery .row>div:nth-child(odd) {
    margin-top: 30px;
}
.about-gallery .row>div:nth-child(1) {
    margin-top: 0;
}
.login-area {
    width: 100%;
}
.product-inner-sidebar {
    padding-top: 0;
}
.contact-page-right iframe {
    height: 250px;
}
.testimonial-section {
    margin-bottom: 30px;
}
.owl-testimonial .item {
    padding: 0 60px;
}
}
@media only screen and (max-width: 575px){
    .featured-section ul li {
    max-width: calc(100% / 2);
}
.featured-section ul li:last-child{
    margin-top: 1.5rem;
}
.about-screen:before {
    left: 0;
}
.about-screen {
    padding: 0 40px;
}
.about-screen .owl-nav {
    bottom: -40px;
}
.about-screen .owl-nav button.owl-prev, .about-screen .owl-nav button.owl-next {
    position: initial;
}
.category-right-box {
    height: auto;
}
.cat-right-info h4 {
    font-size: 40px;
    font-weight: 700;
}
.featured-section ul {
    overflow: hidden;
}
.category-right .no-gutters>.col, .category-right .no-gutters>[class*=col-] {
    padding-right: initial;
    padding-bottom: initial;
}
.category-right-box {
    margin-bottom: 25px;
}
/*inner page*/
.store-item {
    padding: 0 10%;
}
.store-box .store-box-img {
    height: auto;
}
.store-item {
    padding: 0;
}
.product-view-right {
    padding-top: 20px;
}
.plan-table form input[type="reset"] {
    margin-top: 10px;
}
.product-qty {
    padding-top: 0;
    display: flex;
    align-items: center;
}
.p-descr-tab h2 {
    font-size: 25px;
}
.p-descr-tab .et_pb_text_inner h1 {
    font-size: 30px;
}
.cart-item-table table td.actions .coupon input {
    width: 100%;
    margin-bottom: 10px;
}
.coupon {
    text-align: left;
}
.quantity input[type="button"] {
    width: 100% !important;
    position: relative;
}
.quantity input[type="number"] {
    padding-right: 8px !important;
}
.woocommerce-message {
    padding: 1em 1em 1em 3.5em;
}
.woocommerce-message a {
    width: 120px;
    text-align: center;
    font-size: 12px;
    padding: 8px 0;
}
.f-add {
    margin-bottom: 30px;
}
.footer-content {
    padding: 15px 0;
}
.footer-social {
    justify-content: start;
}
.service-app-box {
    padding: 20px;
}
.app-box-img {
    height: auto;
}
.service-app-box a.primary-btn {
    padding: 10px 30px;
}
.service-app .row div:nth-child(2) {
    margin: 30px 0;
}
.service-app-box {
    width: 43%;
}
}

@media only screen and (max-width: 425px){
    .menu-icon {
    position: absolute;
    right: 85px;
    top: 32px;
}
.banner-caption h4 {
    font-size: 17px;
}
.banner-caption h2 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 15px;
}
.primary-btn {
    padding: 6px 19px;
}
.banner-caption h2 span:before {
    width: 100px;
}
.featured-section ul li {
    max-width: 100%;
}
.featured-section ul li:not(:last-child){
    margin-bottom: 1.5rem;
}
.featured-section ul li:last-child{
    margin-top: 0;
}
.free-access-content h2 {
    font-size: 30px;
    line-height: 35px;
}
.free-access-content h2 span:before {
    height: 13px;
    width: 90px;
}
.free-access {
    padding-bottom: 100px;
    padding-top: 40px;
}
ul.count-num li h2 {
    font-size: 35px;
}
.counter-section {
    margin-top: -60px;
}
.category-right {
    padding-top: 25px;
}
.alltime-hit-img {
    margin-bottom: 1.5rem;
}
.title h2 br, .title p br {
    display: none;
}

/*inner page*/
.number-count .numbers span.count {
    font-size: 22px;
}
.counter-left a.primary-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.owl-mainslider .slider-content h2 {
    font-size: 30px;
    font-weight: 600;
}
.owl-mainslider .owl-nav button i {
    width: 40px;
    height: 40px;
    line-height: 37px;
}

.title h2 {
    font-size: 30px;
    line-height: 36px;
}
.plan-box {
    padding-top: 70px;
}
.plan-box .row div:last-child .choose-box {
    margin-bottom: 0;
}
.faq-section {
    padding-top: 30px;
}
.top-paypal {
    top: 0;
}
.paypal-img {
    width: 90px;
    height: 90px;
    line-height: 73px;
}
.paypal-info h6 {
    font-size: 20px;
}
.faq-leftp1 {
    padding-top: 15px;
}
.choose-right-side .title h2 {
    font-size: 30px;
}
.choose-right-side {
    padding: 40px;
}
.top-menubar a.navbar-brand {
    width: 120px;
}
.cart-item-table td.product-thumbnail img {
    width: auto;
}
.product-sort-section {
    display: block;
}
.product-sorting {
    text-align: right;
}
.free-trial-btn {
    top: 73%;
}
}
@media only screen and (max-width: 375px){
.woocommerce-message a {
    width: 150px;
}
.top-menubar .navbar {
    padding: 0;
}
.menu-icon {
    right: 65px;
    top: 22px;
}
.service-app-box {
    width: 100%;
}
}
.download-title h2{
    font-size: 50px;
    font-weight: 800;
    color: #30353a;
}









