/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* html {
  scroll-behavior: smooth;
} */

/* body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-family: 'Poppins', sans-serif!important;
  font-family: 'Poppins', sans-serif;
} */

/*

a {
  color: #6232ee;
  transition: 0.5s;
}

.blink_me
{
   color: #764ee8!important;
}

a:hover,
a:active,
a:focus {
  color: #6232ee;
  outline: none;
  text-decoration: none;
}

p {
  
    color: #848484;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
  
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    color: #444;
    font-weight: 600;
 
}

.modal-header h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin-top: inherit;
  margin-bottom: inherit;
  color: unset;
  font-weight: inherit;
}

*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.img-fluid:after {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background: #21bf73;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

#header.affix {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
  top: 0;
  z-index: 9999 !important;
  background: #fff !important;
  box-shadow: 0px 0px 20px 0px rgba(249, 69, 121, 0.15);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  height: 70px;
  padding: 12px 0;
}

#header.affix .main-nav ul li a {
  color: #000;
}

#header {
  height: 75px;

  padding: 20px 0;
  background-color: #fff !important;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04) !important;
  border-bottom: none;
  transition: background-color 0.25s ease 0s;

  -moz-transition: all .8s ease;
  transition: all .8s ease;
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {

  height: inherit;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  margin-top: -10px;
  border-radius: 5px;
  width: 113px;
}

.gst_demo_part {
  background: #fff !important;
  border-top: 1px solid #efefef !important;
  padding: 50px 0;
}


.video_part {
  padding: 10px 10px;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
  background-color: #aebace;
  webkit-border-radius: 8px 8px;
  -moz-border-radius: 8px 8px;
  border-radius: 8px 8px;
}

.login_title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #764ee8;
  margin: 0 0 35px;
  padding: 10px 0 10px 50px;
  /* color: #764ee8; */
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.card.alt .toggle {
  position: relative;
  background: #764ee8;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 38px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}

.card.alt .toggle:before {
  content: '\f040';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.card.alt {
  position: absolute;
  top: 40px;
  right: -44px;
  z-index: 10;
  width: 100px;
  height: 100px;
  background: none;
  border-radius: 100%;
  box-shadow: none;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.cards:first-child {
  background: #fff;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 30px;
  padding: 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.register-form {
  background: #fff important;
  box-shadow: 1.5px 3.99px 27px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 30px 40px 0px !important;

  border-radius: 10px !important;
}

.register-form .form-control {
  height: 45px;
  border: 0;
  border-left: 4px solid #606060;
  margin-bottom: 25px;
  box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, .1);
  font-size: 14px;
}

.form-control:focus {
  color: #495057;
  background-color: #e8e3e3;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.register-form .form-control:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.main-pages {
  margin-top: 60px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.banner-shape.shape_1 {
  background-image: url(../img/lef_shape.png);
  background-position: top right;
}

.banner-shape.shape_2 {
  background-image: url(../img/righ_shape.png);
  background-position: bottom left;
}

/* .main-banner.banner--2 {
  background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0 310px;
  background-image: url(../img/main-sec-bg.png);
} */

.main-banner.banner--2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* #intro .layer-outer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
} */
#intro {
  background: #f1f1f1;
}

/*
#intro  {
  background-image: url(../images/banner_bg_stl2.png);
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
} */

#intro .intro-inner {
  display: flex;
  width: 100%;
}

.main-banner {
  min-height: 630px;
}



.banner-shape {
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.banner-shape,
canvas#c {
  top: 0;
  height: 100%;
  width: 100%;
}

.heading {
  font-size: 40px;
  font-weight: bolder;
  color: #444444 !important;
}

.btn.button_yellow {
  border: 1px solid #764ee8;
  color: #fff !important;
  background: #764ee8;
  border-radius: 4px 4px !important;
  padding: 10px 14px !important;
  margin-right: 2px;
  font-size: 14px;


}

.btn.button_yellow:hover {
  color: #444444 !important;
  background: transparent;
  border: 1px solid #764ee8;
  margin-right: 2px;
}

.btn.btn_damger {
  color: #fff !important;
  background-color: #ff0000;
  border-color: #ff0000;
  padding: 10px 20px 10px 20px;
  border-radius: 4px !important;
  margin-left: 2px;
}

.btn_damger:hover {
  color: #444 !important;
  background: transparent;
  border-color: #f44336;
  margin-left: 2px;

}

.btn_damger:hover i {
  color: #444 !important;
  background: transparent;
  border-color: #f44336;

}




/******************* Pricing Table Demo - 7 *****************/
.pricingTable7,
.pricingTable7 .pricingTable-header {
  position: relative
}

.pricingTable7 {
  padding-bottom: 25px;
  margin: 0 33px;
  background: #fff;
  border-radius: 20px;
  border-bottom: 5px solid #444444;
  text-align: center;
  z-index: 1
}

.pricingTable7 .pricingTable-header:after,
.pricingTable7 .pricingTable-header:before {
  content: "";
  border-top: 10px solid #48434a;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: -10px
}

.pricingTable7 .pricingTable-header:after {
  border-left: none;
  border-right: 10px solid transparent;
  left: auto;
  right: -10px
}

.pricingTable7 .title {
  padding: 20px 5px;
  margin: 0;
  background: #030004;
  background: linear-gradient(to top, #030004, #314047);
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative
}

.pricingTable7 .title:after,
.pricingTable7 .title:before {
  content: "";
  border-left: 10px solid #dff7fb;
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  position: absolute;
  bottom: -114px;
  left: -30px
}

.pricingTable7 .title:after {
  border-left: none;
  border-right: 10px solid #dff7fb;
  left: auto;
  right: -30px
}

.pricingTable7 .price-value {
  display: block;
  padding: 10px 5px;
  margin: 0 -10px;
  background: #764ee8;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative
}

.pricingTable7 .price-value:after,
.pricingTable7 .price-value:before {
  content: "";
  width: 30px;
  height: 88%;
  background: #764ee8;
  position: absolute;
  top: 49%;
  left: -20px;
  z-index: -1;
  transform: rotateX(45deg);
}

.g-pri-calc-btn {
  border: 1px solid #030004;
  background: #030004;
  display: block;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 0 13px;
  color: #fff !important;
  transition: .3s;
  width: 50%;
  text-align: center;
  margin: 5px auto;
}

.pricingTable7 .price-value:after {
  left: auto;
  right: -20px
}

.pricingTable7 .month {
  font-size: 22px;
  font-weight: 700;
  margin-left: 3px;
  position: relative;
  top: -6px
}

.pricingTable7 .pricing-content {
  list-style: none;
  padding: 0px 0;
  margin: 0
}

.pricingTable7 .pricing-content li {
  padding: 8px 30px;
  font-size: 16px;
  color: #51595d;
  line-height: 30px;
  border-bottom: 2px dashed #e3e3e3;
  position: relative;
}

.pricingTable7 .pricing-content li:last-child {
  border-bottom: none
}

.pricingTable7 .pricingTable-signup {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #764ee8;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .08);
  perspective: 822px;
  z-index: 1;
  position: relative;
  transition: all .3s ease 0s
}

.pricingTable7 .pricingTable-signup:hover {
  color: #444444
}

.pricingTable7 .pricingTable-signup:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #764ee8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: left center 0;
  transition: all .3s ease 0s
}

.pricingTable7 .pricingTable-signup:hover:before {
  transform: rotateY(90deg)
}

.pricingTable.orange {
  border-bottom-color: #764ee8
}

.pricingTable7.orange .price-value,
.pricingTable7.orange .pricingTable-signup:before {
  background: #764ee8
}

.pricingTable7.orange .pricingTable-signup {
  border-color: #764ee8
}

.pricingTable7.orange .pricingTable-signup:hover {
  color: #764ee8
}

@media only screen and (max-width:990px) {
  .pricingTable7 {
    margin-bottom: 30px
  }
}


.blue {
  color: #185875;
}

.yellow {
  color: #FFF842;
}

.pricing_plan_table th h1 {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 20px 0 0 20px;
}


.pricing_plan_table td {
  font-weight: normal;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
  -moz-box-shadow: 0 2px 2px -2px #0E1119;
  box-shadow: 0 2px 2px -2px #0E1119;
}

.pricing_plan_table {
  text-align: left;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
}

.pricing_plan_table td {
  padding-bottom: 0.5%;
  padding-top: 0.5%;
  padding-left: 2%;
  border: 1px #e2dfdf solid;
  color: #000;
  font-size: 13px;
}

/* Background-color of the odd rows */
.pricing_plan_table tr:nth-child(odd) {
  background-color: #fff;
}

/* Background-color of the even rows */
.pricing_plan_table tr:nth-child(even) {
  background-color: #f7f8fa;
}

.pricing_plan_table th {
  background-color: #dee0fb;
  font-size: 16px;
  color: #764ee8 !important;
  padding: 10px 0 10px 20px;
}

.pricing_plan_table td:first-child {
  color: #000;
  font-weight: 500;
  font-size: 13px;
}

.pricing_plan_table tr:hover {
  background-color: #d8cdf1;
  color: #fff;
  box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -2px 1px, #7F7C21 -2px 2px, #7F7C21 -2px 2px, #7F7C21 -2px 2px;
  transform: translate3d(6px, -3px, 0);
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: line;

}





.black_color {
  color: #444 !important;
}

.list-inline-item {
  color: #444444;
  line-height: 1.9;
  font-size: 1rem;
}

.list-inline-item i {
  color: #764ee8;
}


.our_product {
  background: #f7f8fa;
  padding: 23px 0 30px;
}



.product_logo ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.product_logo ul li {
  list-style: none;
  display: inline-block;


}

.product_logo ul li a {

  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .2s ease-in-out;
  background: #fff;
  padding: 7px 20px 7px 20px;
  border-radius: 10px;
  margin: 0px 22px;
  display: block;


}

.product_logo ul li a:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.0);
}

.affordable_section {
  padding: 50px 0;
  background-image: url(../img/bread-bg.png);
  background-size: cover;

}

.different_color {
  color: #764ee8;
}

.bg_effect_div {
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.bg_effect_div p {
  font-size: 16px;
  text-align: justify;
}

.bg_effect_div::after {
  background-image: radial-gradient(#e2ecf9 15%, transparent 25%);
  background-size: 20px 20px;
  position: absolute;
  content: "";
  width: 800px;
  height: 225px;
  left: 0;
  margin-left: -412px;
  top: 0;
  margin-top: 5px;
  z-index: -1;
}

.bg_effect_div::after {
  background-image: radial-gradient(#e2ecf9 15%, transparent 25%);
  background-size: 20px 20px;
  position: absolute;
  content: "";
  width: 800px;
  height: 200px;
  left: 50%;
  margin-left: 195px;
  bottom: 0;
  margin-bottom: 1px;
  z-index: -1;
}

.price_table_wrapper {
  background: #f9f9f9;
  border-top: 1px solid #efefef;
}

.about_us {
  padding: 50px 0;
  border-top: 1px solid #efefef;
  position: relative;
  text-align: justify;
}


.newspaper {
  column-count: 2;
  color: #848484;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  column-gap: 40px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */


.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #444444;
  padding: 10px 10px;
  transition: 0.3s;
  font-weight: 400;
  font-size: 1rem;

}



.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
  color: #764ee8;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  color: #007bff;
}

.main-nav .drop-down>a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\f077";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

.section-heading {
  color: #444444 !important;
  font-weight: bold;
  position: relative;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-size: 30px;
  padding-top: 25px;
}


.section-text {
  font-size: 20px !important;
  font-weight: 400;
}

.section-heading::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: #764ee8;
  display: block;
  text-align: center;
  margin: 15px auto;
}

.section-heading::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #764ee8;
  display: block;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin: -5px 0 0 -5px;
}

.panel:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

/* About Us Section
--------------------------------*/
.wrap-video-box {
  position: relative;
}


.wrap-video-box::before {
  position: absolute;
  content: '';
  left: -9px;
  top: 61%;
  transform: translateY(-50%);
  width: 86%;
  height: 436px;
  background: #f94c74;
  box-shadow: -3px 4px 9px #fa5072;
  z-index: -111;
}

.section-white {
  background: #f7f8fa;
  padding: 50px 0 50px 0;
  /* border-top: 1px solid #efefef; */
}

.services-wrapper {
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.services-wrapper .button_yellow {
  padding: 6px 18px !important;
}


.services-wrapper::before {
  background-image: radial-gradient(#e2ecf9 15%, transparent 25%);
  background-size: 20px 20px;
  position: absolute;
  content: "";
  width: 800px;
  height: 225px;
  left: 0;
  margin-left: -412px;
  top: 0;
  margin-top: 5px;
  z-index: -1;
}

.services-wrapper::after {
  background-image: radial-gradient(#e2ecf9 15%, transparent 25%);
  background-size: 20px 20px;
  position: absolute;
  content: "";
  width: 800px;
  height: 200px;
  left: 50%;
  margin-left: 195px;
  bottom: 0;
  margin-bottom: 50px;
  z-index: -1;
}

.main-services {
  border: 1px solid #e5efff;
  background-color: #fff;
  border-radius: 8px 8px;
  box-shadow: 6px 6px 0 #e5edfa;
  transition: all 1s;
  padding: 10px;
  margin-bottom: 20px;
  max-height: 90px;
  height: 100%;
}

.main-services strong {
  background: #bee5eb;
  width: 100%;
  padding: 1px 8px;
  border: 1px solid #bee5eb;
  border-radius: 4px;
}

.main-services:hover {
  border: 1px solid #89c7f7;
  transform: scale(1.025);
  transition: all 1s;
}


.final-dashboard .ui-dropdown {

  min-width: 7em !important;
}

.final-dashboard .ui-dropdown label.ui-dropdown-label {
  cursor: pointer;
  font-size: 12px;
}

.final-dashboard .ui-dropdown-panel .ui-dropdown-item {

  padding: 4px !important;
}

.final-dashboard .yearsection label {
  font-size: 12px !important;
  padding-left: 6px !important;
}





.subscription_plans {
  background: #fff;
  padding: 55px 0;
}

.pricingTable6 {
  box-shadow: 3px 35px 14px #e5edfa;
  transition: all 1s;
}

.price-value {
  position: relative;
}

.pricingTable6 {
  padding-bottom: 20px;
  background: #f5f4f4;
  border-radius: 10px;
  text-align: center;
  position: relative;
  transition: all .3s ease 0s
}

.pricingTable6 .title {
  padding: 40px 20px 170px;
  margin: 0 0 30px;
  background: linear-gradient(to bottom right, #e5edfa, #e2ecf9);
  font-size: 30px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
  overflow: hidden;
  position: relative
}

.pricingTable6 .title:after,
.pricingTable6 .title:before {
  content: "";
  width: 280px;
  height: 200px;
  border-radius: 80px;
  background: #f5f4f4;
  position: absolute;
  bottom: -175px;
  left: -46px;
  transform: rotate(-85deg)
}

.pricingTable6 .title:after {
  border-radius: 100px;
  bottom: auto;
  top: 150px;
  left: auto;
  right: -70px;
  transform: rotate(-40deg)
}

.pricingTable6 .price-value {
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 21px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 8px rgb(105 57 240);
  padding: 30px 0;
  font-size: 20px;
  font-weight: 600;
  color: rgba(109, 124, 144, .5);
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease 0s
}

.pricingTable6:hover .price-value {
  background: #764ee8;
  color: #fff;
  box-shadow: 0px 0 0 8px rgb(255 255 255);
}

.pricingTable6:hover .price-value .month {
  color: #fff;
}

.pricingTable6 .month {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
  color: #444;
}

.pricingTable6 .pricing-content {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  transition: all .3s ease 0s
}

.pricingTable6 .pricing-content li {
  padding: 7px 0 7px 50px;
  font-size: 16px;
  font-weight: normal;
  color: #444;
  letter-spacing: 1px;
  position: relative
}

.pricingTable6 .pricing-content li.disable {
  color: #707070
}

.pricingTable6 .pricing-content li.disable:before {
  display: none
}

.pricingTable6 .pricingTable-signup {
  display: inline-block;
  padding: 7px 17px;
  margin: 0 10px 0 10px;
  border-radius: 30px;
  background: linear-gradient(to right, #fa6fe6, #ffef65);
  font-size: 16px;
  font-weight: 700;
  color: #404040;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  transition: all .3s ease 0s
}

.pricingTable6 .pricingTable-signup:hover {
  color: #fff
}

.pricingTable6 .pricingTable-signup:before {
  content: "";
  width: 98%;
  height: 92%;
  border-radius: 30px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1
}

.pricingTable6 .pricingTable-signup:hover:before {
  background: 0 0
}

@media only screen and (max-width:990px) {
  .pricingTable6 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:767px) {
  .pricingTable6 .title:before {
    height: 400px;
    top: 100px;
    left: 55px
  }

  .pricingTable6 .title:after {
    width: 550px;
    height: 550px;
    top: 150px;
    right: -100px;
    transform: rotate(-20deg)
  }
}

@media only screen and (max-width:480px) {

  .pricingTable6 .title:after,
  .pricingTable6 .title:before {
    width: 280px;
    height: 200px;
    top: 220px;
    left: -46px
  }

  .pricingTable6 .title:after {
    top: 150px;
    left: auto;
    right: -70px
  }
}


.price-value::before {
  content: "";
  height: 2px;
  width: 52%;
  left: 31px;
  top: 27%;
  position: absolute;
  transform: rotate(-10deg);
  background: rgb(68 68 68 / 56%);
}


/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.register-form1 {

  box-shadow: 1.5px 3.99px 27px 0px rgba(0, 0, 0, 0.1);

}

.register-form1 .form-control {
  height: 45px;
  border: 0;
  border-left: 4px solid #606060;
  box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, .1);
}

.input_div {
  display: flex;
  padding: 15px 0;
  height: 100%;
  align-items: center;
}


.register-form1 .form-control:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.gst-enquery-sec {
  display: block;
  clear: both;

  background: #764ee8;
  position: relative;
}

.gst-enquery-sec:before {
  content: "";
  position: absolute;
  width: 28%;
  height: 100%;
  left: 0;
  top: 0;
  background: #414c64;
}

.gst-query-left p {
  color: #fff;
}

.gst-query-left h3 {
  margin: 0;
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 22px;
  padding-top: 10px;
}

.input-sec-que {
  float: left;
  width: 230px;
  padding: 0px 10px 0px;
}

.input-btn-que {
  float: left;
  padding: 0px 0px 0 10px;
}

.input-sec-que input {
  border: 0;
  height: 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 100%;
  padding: 0 10px;
}

.input-btn-que input {
  background: #444;
  height: 45px;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  font-weight: bold;
}

.input-btn-que input:hover {
  background: transparent;
  border: 1px #fff solid;
  color: #fff;
}


#footer {
  background: #414c64;
  padding: 0px 0 12px 0;
  color: #eee;
  font-size: 14px;
  position: relative;
  /* border-top: 3px #fff solid; */
}

#footer h3 {
  position: relative;
  padding-bottom: 5px;
  color: #444;
}

#footer h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 60px;
  height: 3px;
  background-color: #764ee8;
}

#footer .footer-top {
  background: #fafafc;
  background-position: center 80px;
  padding: 38px 0 0px;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;

  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;

}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;

  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  border: 1px solid #f8f8fa;
  background-color: #9270f5;
  color: #ffffff;
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 10px;
  z-index: 1;
}

#footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid transparent;
  background-color: transparent;
}

#footer .footer-top .social-links a:hover {
  background: #764ee8;
  color: #ffffff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer p {
  color: #444;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border-radius: 20px 0 0px 20px;
  padding: 10px 8px;
  width: 65%;
  border: none;
}



#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #fa5170;
  border: 0;
  width: 34%;
  padding: 10px 11px 10px 5px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0px 20px 20px 0px;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background-image: -webkit-linear-gradient(0deg, rgb(255, 182, 40) 0%, rgb(249, 62, 126) 100%);
}

#footer .copyright {
  text-align: center;
  padding-top: 14px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}






#slider-box-fex .desktop {
  background-image: url(../images/computer.png) !important;
  height: 75vh !important;
  background-repeat: no-repeat !important;
  padding: 20px 21px 0px 20px !important;
  background-size: 100% !important;
}

.carousel-inner {
  padding: 0 !important;
}



.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.desktop img {
  height: 290px;
}

.desktop .carousel-control-next,
.carousel-control-prev {

  bottom: 50%;
}

#slider-box-fex .mobile {
  background-image: url(../images/mobile.png) !important;
  height: 100vh !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  padding: 21px 41px 0px 42px !important;
  background-size: 100% !important;
  margin-top: 120%;
}

#slider-box-fex .mobile img {
  height: 186px;
}


.slider_box {
  position: relative;
}

.slider_box::after {
  content: "";
  width: 50px;
  height: 50px;
  background: #000;
  position: absolute;
}


.mobile_div {
  position: relative;
  left: 8%;
  z-index: 10;
}


#slider-box-fex .tablet {
  background-image: url(../images/tablet.png) !important;
  height: 100vh !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  padding: 35px 34px 0px 34px !important;
  background-size: 100% !important;
  margin-top: 50%;
}

.tablet_div {
  position: relative;
  right: 10%;
  z-index: 10;
}

.tablet_div .carousel-control-prev-icon {
  display: none;
}

.tablet_div .carousel-control-next {
  display: none;
}

.faq_header_div .card-header {
  padding: 0px 0px 0px 10px;
}


.accordion .card-header {
  padding: .75rem 1.25rem !important;
}


.faq_icon {
  background: #2b6aad;
  padding: 10px 15px 10px 15px;
}

.pricing_plan i {
  font-size: 3em !important;
  position: absolute;
  bottom: 0;
  left: 43%;
  color: #ffffff !important;
  top: 60%;
}

.bg-warning1 {
  background: #bdd87d !important;
}

.pricing_plan-danger i {
  color: #dc3545 !important;
}

.pricing_plan {
  position: relative;
}

.pricing_plan_danger i {
  color: #f3903c !important;
}



.different_color tbody tr td~ :nth-child(n+2) {
  background: #f5f5f5;
  color: #000;
}

.different_color tbody tr td~ :nth-child(n+3) {
  background: #fff;
}


.different_color tbody tr td~ :nth-child(n+4) {
  background: #f5f5f5;
}



.login_form_design {
  background-color: rgba(81, 154, 191, 0.78) !important;
  border: 7px rgba(54, 174, 241, 0.17) solid;
}

.login_form_design .btn {
  background: #f5821f;
  border: 1px #f5821f solid;
}

.login_form_design .btn:hover {
  background: #764ee8;
  border: 1px #764ee8 solid;
}

.whats_new {
  width: 100%;
  position: relative;
  background: url(../img/whats_new_bg.png) center bottom no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-attachment: fixed !important;
}

/* .table-bordered td, .table-bordered th {
  border-top: 1px solid #e0e2e4;
  color: #007bff;
} */

.slider_scroll_part {
  border-top: 1px solid #e0e2e4;
  background: #f7f8fa;
}








.faq {

  background: #f7f8fa;
}





.faq .card .btn-link {
  font-weight: 400;
  color: #434343;
  font-size: 14.08px;
}

.faq .card-body {
  font-size: 13px;
  text-align: justify;
  line-height: 25px;
  background: #fff !important;
}

.faq .card {
  margin-bottom: 15px;
  border-radius: .25rem !important;
  border: none;
  background: #efefff;
  font-size: 14.08px;
}

.faq .card .card-header:hover {
  background: #754de6;
  color: #fff;
  cursor: pointer;
}

.faq .card .btn-link:hover {
  color: #764ee8;
  text-decoration: underline;
}


.accordion .card .card-header[aria-expanded="true"] {
  background: #754de6;
  color: #fff;
  cursor: pointer;
  font-size: 14.08px;
}

.footer_section .collapse:not(.show) {
  display: inherit !important;
}




















.whatsNewSection {
  text-align: center;
  padding: 36px 35px 22px 35px;
  margin-bottom: 50px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 6px;
  border: 1px solid #eee;
  min-height: 190px;
}

.whatsNewSection:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(249, 69, 121, .1);

}

.whatsNewSection:hover i {
  color: #fff !important;
  background: #f5821f !important;
}

.whatsNewSection:hover p {
  color: #000;
}

.whatsNewSection i {
  color: #fff !important;
  background-image: -webkit-linear-gradient(0deg, rgb(255, 182, 40) 0%, rgb(249, 62, 126) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 182, 40) 0%, rgb(249, 62, 126) 100%);

}

.whats_new p {
  color: #fff;
}

.mbr-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}


#pricing_plan_gst .alert {

  margin-bottom: 0rem;

}


.dt-sc-icon-box.type3 .icon-wrapper span {
  display: inline-block;
  font-size: 48px;
  line-height: 90px;
  position: relative;
  border: 15px solid #ededed;
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #ededed;
  color: #191919;
}

.dt-sc-icon-box.dt-sc-rounded .icon-wrapper span {
  border-radius: 50%;
}

.panel {
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-success {
  border-color: #d6e9c6;
  box-shadow: 0 0px 19px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
  font-weight: bold;
}

.panel-success>.panel-heading {
  background-color: #764ee8;
  border-color: #764ee8;
  color: #fff;
  padding: 1em;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.comparison {
  font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 10px;
  clear: both;
}

.comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #CCC;
}

.comparison td,
.comparison th {
  border-right: 1px solid #CCC;
  empty-cells: show;
  padding: 10px;
}

.compare-heading {
  font-size: 18px;
  font-weight: bold !important;
  border-bottom: 0 !important;
  padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
  background-color: #fff;
}

.comparison .compare-row {
  background: #f9f6f6;
}

.key-feature {
  background-color: #fff !important;
}

/* .gst-singlePrice .comparison .compare-row {
background:none;
} */

.comparison .tickblue {
  color: #0078C1;
}

.comparison .tickgreen {
  color: #009E2C;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  border-bottom: 1px solid #CCC;
}


.comparison tr td:first-child {
  text-align: left;
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
  color: #FFF;
  padding: 10px;
  font-size: 13px;
  border-right: 1px solid #CCC;
  border-bottom: 0;
}

.qbse {
  position: relative;
}

.qbse i {
  font-size: 3em !important;
  position: absolute;
  bottom: -32px;
  left: 43%;
  color: #6fa1ca !important;
}

.qbsee i {
  font-size: 3em !important;
  position: absolute;
  bottom: -32px;
  left: 43%;
  color: #e0bd92 !important;
}

.qbse-danger i {
  color: #bdd87d !important;
}

.footertable td {
  position: relative
}

.footertable a {
  background-color: #6fa1ca !important;
  color: #fff;
}

.footertable a:hover {
  background-color: #6fa1ca !important;
  color: #fff;
}

.footertable-danger a {
  background-color: #bdd87d !important;
  color: #fff;
}

.footertable-danger a:hover {
  background-color: #bdd87d !important;
  color: #fff;
}

.footertable i {
  position: absolute;
  top: -23px;
  left: 45%;
  font-size: 3em !important;
  color: #6fa1ca !important;
}

.footertable-danger i {
  color: #bdd87d !important;
}

.comparison .tl2 {
  border-right: 0;
}

.comparison .qbse {
  background: #5bc9f3;
  border-top-left-radius: 3px;
  border-left: 0px;
}

.gst-singlePrice .comparison .qbse {
  color: #5bc9f3;
  background: none;
  font-size: 20px;
  font-weight: 700;
}

.comparison .price-info {
  padding: 5px 15px 15px 15px;
  background-color: #e2e2e2;
}

.comparison .price-was {
  color: #405263;
  text-decoration: line-through;
}

.comparison .price-now,
.comparison .price-now span {
  color: #405263;
}

.comparison .price-now span {
  font-size: 32px;
}

.comparison .price-small {
  font-size: 18px !important;
  position: relative;
  top: 0px;
  left: 2px;
}

.comparison .price-buy {
  background: #ff5406;
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}

.comparison .price-try {
  font-size: 12px;
}

.comparison .price-try a {
  color: #202020;
}





.comparison table th {
  background: border-box;
  color: #000;
}

.comparison i {
  color: #dc3545;
  font-size: 1.2em;

}

.comparison .compare-row:ntr-child(even) {
  background-color: #fff !important;
}

.compare-row i {
  border-radius: 100%;
  color: #000586;
  border: 2px solid #000586;
  padding: 0.2em;
}

/* .comparison table tbody .comHeading_row{display:table-row ;} */
.comparison table tbody .comHeading_cell {
  background: #5ccaf4;
  color: #fff;
}

/* one column plan*/

.panel {
  text-align: center;
}

.panel-body {
  padding: 0px;
  text-align: center;
}

.the-price {
  background-color: rgba(220, 220, 220, .17);
  box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
  margin: 0;
  padding: 10px 0;
}

.the-price h1 {
  padding: 0;
  margin: 0;
  font-size: 50px;
  color: #444444 !important;
  padding: 10px 0 0 0;
}

.buy_now {
  border: 1px #444 solid;
  background: #444;
  color: #fff;
  padding: 3px 10px 3px 10px !important;
  margin-top: 5px;
}

.affordable_section i {
  color: #fff;
  font-size: 45px;

}


.subscript {
  font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash {
  /*Position correctly within container*/
  position: absolute;
  top: -9px;
  right: 4px;
  z-index: 1;
  /*Set overflow to hidden, to mask inner square*/
  overflow: hidden;
  /*Set size and add subtle rounding  		to soften edges*/
  width: 100px;
  height: 100px;
  border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
  /*Set position, make larger then 			container and rotate 45 degrees*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  /*Purely decorative effects to add texture and stuff*/
  /* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -o-transform-origin: 100% 100%;
  /* Opera */
  -moz-transform-origin: 100% 100%;
  /* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, .2) 50%);
  background-size: 4px, auto, auto, auto;
  background-color: #444;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, .5), 0 1px 0 0 rgba(1, 1, 1, .5), inset 0 -1px 8px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 0 rgba(255, 255, 255, .2);
}

.cnrflash-inner:before,
.cnrflash-inner:after {
  /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
  content: " ";
  display: block;
  position: absolute;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid #444;
}

.cnrflash-inner:before {
  left: 1px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.cnrflash-inner:after {
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.cnrflash-label {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 111%;
  padding-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(1, 1, 1, .8);
  font-size: 0.80em;
  font-weight: bold;
  text-align: center;
}

.panel-body .table tbody td {
  text-align: left;
  padding-left: 14px;
}

.mt-40 {
  margin-top: 40px;
}

.padingLeftSide {
  display: block;
  padding-right: 6px;
}

.gst-singlePrice .comparison tr td:first-child,
.gst-singlePrice .comparison tr th:first-child {
  text-align: left;
  width: 350px;
  color: #000;
}

.gst-singlePrice .comparison td,
.gst-singlePrice .comparison td,
.gst-singlePrice .comparison table,
.gst-singlePrice .comparison th,
.gst-singlePrice .comparison .qbse {
  border: none
}

.gst-singlePrice .comparison tr td:nth-child(2),
.gst-singlePrice .comparison tr th:nth-child(2) {
  background: #e0eaf2;
}

.gst-singlePrice .comparison tr td:nth-child(3),
.gst-singlePrice .comparison tr th:nth-child(3) {
  background: #e6ebda;
}

.gst-singlePrice .comparison tr td:last-child,
.gst-singlePrice .comparison tr th:last-child {
  background: #feebd4;
}

.gst-singlePrice .comparison table {
  border-collapse: initial;
  border-spacing: 2px;
}

.gst-singlePrice h6:before {
  content: "";
  position: absolute;
  background: #5ccaf4;
  bottom: 0px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
}

.gst-singlePrice h6:after {
  content: "";
  border-top: 12px solid #5ccaf4;
  border-left: 12px solid #0000;
  border-right: 12px solid #0000;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}

.gst-singlePrice .comparison tr td:first-child b {
  text-transform: uppercase;
  font-size: 14px;
}

.gst-singlePrice .comparison tr th:nth-child(2).qbse {
  background-color: #6fa1ca;
  color: #fff;
}

#priceterms-policy .modal-dialog {
  width: 750px;
}

#priceterms-policy .modal-body {
  padding: 0;
}

.toolsblk {
  position: absolute;
  right: 4px;
  top: 20px
}

.navbar.navbar-default.navbar-fixed-top.menu-top.menu-sticky .toolsblk {
  top: 14px;
}

.download_tool_link:hover {
  color: blue;
  text-decoration: none;
  border-bottom: 1px solid blue;
}



.logintable th {
  padding: 12px;
  text-align: left;
  background-color: #d6d6d6;
  color: #000585;
  font-size: 15px;
  font-weight: normal;
}

/* .whatsNewSection li:before {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.whatsNewSection li:before {
    content: "\f0a2";
    font-family: "FontAwesome";
    position: absolute;
    left: 8px;
    font-size: 18px;
} */
@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}

#slider-box-fex {
  position: relative
}

/* #slider-box-fex .slider-desktop {} */

#slider-box-fex .slider-tab {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  z-index: 1;
}

#slider-box-fex .slider-laptop {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  z-index: 1;
}

#slider-box-fex .slider-mobile {
  position: absolute;
  z-index: 99;
  width: 25%;
  top: 0;
  left: 0;
  z-index: 1;
}

#slider-box-fex .carousel-control-prev,
#slider-box-fex .carousel-control-next {
  visibility: hidden
}

#controller-box {
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -20px;
  width: 100%
}

#controller-box #btn-right-controller {
  position: absolute;
  right: 0;
}

#controller-box #btn-left-controller {
  position: absolute;
  left: 0;
}

#slider-box-fex #demo-t .cover {
  background: url(../img/portfolio/tablet.png) center center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-size: contain;
  display: block;
  position: absolute;
}

#slider-box-fex #demo-m .cover {
  background: url(../img/portfolio/mobile.png) center center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-size: contain;
  display: block;
  position: absolute;
}

#slider-box-fex #demo-d .cover {
  background: url(../img/portfolio/computer.png) center center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-size: contain;
  display: block;
  position: absolute;
}



.wrap-video-box img {
  width: 100%;
}

.slider_box {
  position: relative;
}

.next_Previous_button {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -30px;
  display: flex;
  z-index: 100;
}

.hover_arrow {

  transition: all 0.5s;
  cursor: pointer;

}

.hover_arrow span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.hover_arrow span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -7px;
  right: -20px;
  transition: 0.5s;
  font-size: 25px;
}

.hover_arrow:hover span {
  padding-right: 25px;

}

.hover_arrow:hover span:after {
  opacity: 1;
  right: 0;
}

.register_modal .modal-header {
  background: #14acff;
  color: #fff;
  border-radius: 0px;
}

.register_modal .close:not(:disabled):not(.disabled) {
  cursor: pointer;
  color: #fff;
}

.register_modal .modal-dialog {
  max-width: 100%;
  margin: 1.75rem auto;
  margin: 0;
}

.register_modal label {
  color: #fff;
  margin-bottom: .0rem;
}

.register_modal .country-code {
  width: 55px !important;
  float: left !important;
  height: 31px !important;
  border-radius: 25px 0 0 25px;
}

.register_modal .form-control.big-textfield {
  width: calc(100% - 55px);
  border-radius: 0 4px 4px 0;
  border-radius: 0px 25px 25px 0;
}

.register_modal .form-group {
  margin-bottom: 7px;
}

.check_availability_button {
  font-size: 13px;
}



.register_modal .modal-content:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 101, 154, 0.71);
  z-index: -99999;
}

.register_modal .modal-content {
  margin-bottom: 20px;
  border: 7px rgba(35, 73, 92, 0.28) solid;
  background: url("../img/register_bg.jpg") center bottom no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  z-index: 1;
}

/* .register_form_wrapper {} */

#panel {
  display: none;
  -webkit-transition: .10s;
  transition: .10s;
}




#footer .myaccordion {
  display: none;
}


.wrapper_top {
  position: relative;
  z-index: 2;

  overflow: hidden;
}

.wrapper_top .hero4-bg-shape {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
}

.wrapper_top .hero4-bg-shape2 {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: -1;
}



/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media(max-width:1399px) {
  .desktop {
    height: 50vh !important;
  }
}


@media(max-width:1199px) {

  .product_logo {
    text-align: center;
  }

  .product_logo ul li a {
    margin: 0 15px 0 0px;
  }

  .main-services p {
    font-size: 13px;
  }

  .accordion .card-header {

    font-size: 12px;
  }

  .accordion .card .card-header[aria-expanded="true"] {
    font-size: 12px;
  }

  .desktop img {
    height: 230px;
  }

  .mobile img {
    height: 155px;
  }

  .mobile {
    padding: 16px 33px 0px 33px !important;
  }

  .tablet {
    padding: 28px 29px 0px 29px !important;
  }

  .input-sec-que {
    width: 194px;
  }

  .main-nav a {
    padding: 10px 6px;
    font-size: 13px;
  }
}

@media(max-width:1024px) {
  .desktop {
    height: 30vh !important;
  }
}

@media(max-width:1023px) {
  .main-nav a {
    padding: 10px 7px;
    font-size: 12px;
  }
}

@media(max-width:979px) {
  #slider-box-fex .desktop {
    height: unset !important;
  }

  .main-nav a {
    padding: 10px 5px;
    font-size: 12px;
  }

  .product_logo {
    text-align: center;
  }

  .product_logo ul li a {
    margin: 0 8px 10px 0px;
    padding: 7px 14px 7px 14px;
  }

  .container {
    max-width: 867px;
  }

  .heading {
    font-size: 30px;
  }

  .list-inline-item {

    font-size: 12px;
  }

  .main-banner.banner--2 {
    padding: 90px 0px 90px;
  }

  .register-form {
    padding: 20px 30px 20px 0px !important;
  }

  .login_title {
    margin: 0 0 5px;
  }

  .pricingTable6 .title {

    font-size: 25px
  }

  .input-sec-que {
    width: 172px;
  }

  .gst-query-left h3 {
    font-size: 16px;
  }

  .mobile {
    padding: 15px 30px 0px 30px !important;
  }

  .mobile img {
    height: 138px;
  }
}

@media screen and (max-width: 768px) {
  .btn.button_yellow {
    padding: 10px 6px !important;

  }

  .main-services p {
    font-size: 10px;
  }

  .desktop {
    height: 30vh !important;
  }

  .alertremove {
    width: 100% !important;
    margin: 20px !important;
  }

  .tablet {
    padding: 22px 22px 0px 22px !important;
  }

  .mobile {
    padding: 13px 27px 0px 27px !important;
  }

  .mobile img {
    height: 119px;
  }

  .mobile img {
    height: 119px;
  }

  .input-sec-que {
    width: 50% !important;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .iq-works-img {
    display: none;
  }

  .iq-objects .iq-objects-04 {
    display: none;
  }

  .iq-objects .iq-objects-03 {
    display: none;
  }

  .iq-objects .iq-objects-02 {
    display: none;
  }

  .iq-objects .iq-objects-01 {
    display: none;
  }

  .how-works h6 {
    font-size: 18px !important;
  }

  section {
    padding: 30px 0 !important;
  }

  .overview-block-ptb {
    padding: 0px 0 !important;
  }

  p {
    font-size: 12px;
    line-height: 23px;
    text-align: justify;
  }

  .h2,
  h2 {
    font-size: 1rem;
    text-align: center;
  }

  .section-heading {

    font-size: 16px;
  }

  .video_part iframe {
    height: 150px !important;
  }

  .pricing_plan_table th {

    padding: 10px 10px 10px 20px;
  }

  /* .heading {
      font-size: 22px;
      text-align: center;
      margin-bottom: 0px!important;

  } */

  .title-heading {
    margin-top: 0px !important;
  }

  .list-inline-item {

    font-size: 11px;
  }



  /* .list-inline-item i {
     
      display: none;
  } */

  .btn.button_yellow {

    padding: 8px 18px !important;
    font-size: 12px;
    margin-right: 4px !important;

  }

  .btn.button_yellow i {
    display: none;
  }

  section .btn.btn_damger {

    padding: 8px 8px 8px 8px;
    font-size: 12px;
  }

  section .btn.btn_damger i {
    display: none !important;
  }

  .watch-video {
    margin-top: 10px !important;
  }

  #intro .mt-5 {
    margin-top: 10px !important;
  }

  .product_logo ul li a {
    margin: 11px 11px 0 11px;
  }

  .newspaper {
    column-count: 1;
    font-size: 12px;
    line-height: 23px;

  }

  .about_us {
    padding: 50px 0 20px 0;
  }

  .affordable_section {
    padding: 50px 0 20px 0;

  }

  .section-text {
    font-size: 14px !important;
    text-align: center;

  }

  .pricingTable7 .title {
    padding: 10px 5px;
    font-size: 18px;
  }

  .pricingTable7 .price-value {

    padding: 5px 5px;
  }

  .pricingTable7 .price-value:after,
  .pricingTable7 .price-value:before {
    content: "";
    height: 100%;
    top: 74%;
  }

  .pricingTable7 .pricing-content li {
    padding: 2px 10px;
    font-size: 12px;

  }

  .pricingTable7 .pricingTable-signup {
    padding: 8px 18px;
    font-size: 13px;

  }

  .section-white {
    padding: 50px 0 20px 0;

  }

  .main-services {

    height: auto;
  }

  .subscription_plans {
    padding: 50px 0 20px 0;
  }


  .pricingTable6 {
    box-shadow: 3px 35px 14px #fff;

  }

  .faq {
    padding: 50px 0 20px 0 !important;
  }

  .card-header {
    font-size: 12px;
    padding: 10px;
  }

  .gst_demo_part {

    padding: 50px 0 20px 0 !important;
  }

  .video_part {

    margin: 10px 0;
  }

  .slider_scroll_part {
    display: none;
    padding: 50px 0 20px 0 !important;
  }

  .tablet {
    height: 37vh !important;
    position: inherit !important;
    margin-top: 0%;

  }

  .next_Previous_button {
    top: 58%;
    margin-top: -30px;
  }

  .gst-enquery-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 29%;
  }

  .input-sec-que {
    float: left;
    width: 100% !important;
    margin-bottom: 10px;
  }

  .gst-query-right {
    margin-top: 20px;
  }

  .mobile_div {

    display: none;
  }

  .desktop_div {
    display: none;
  }

  #footer h3:before {
    content: "";
    display: none;
  }

  #footer h3 {

    font-size: 20px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 5px;
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 5px;
  }

  .footer_section .collapse:not(.show) {
    display: none !important;
  }

  .mobile-nav-active .mobile-nav-toggle i {
    color: #42402d;
  }

  .mobile-nav-toggle {
    z-index: 9999999;
  }

  .accordion .card .card-header[aria-expanded="true"] {
    font-size: 12px;
  }

  .alertremove p {

    text-align: center !important;
  }

  .alertremove {
    width: 100% !important;
    margin: 10px !important;
  }

  .tablet_div {
    right: 0%;
  }
}



@media not all and (min-resolution:.001dpcm) {
  select.form-control {
    font-size: 13px !important;
  }

  .mCSB_container_wrapper {
    position: inherit !important;

  }

  .bgDashboard,
  .final-dashboard {
    background: #f0f3f6;
    height: 100%;
  }
}


.bnR_one {
  background: url(../images/themes/bg-02.jpg) top center;
}

.bnR_four {
  background: url(../images/themes/hero-bg.jpg) top center no-repeat;
}

/* .about-boxes{background: url(../images/themes/about-boxes-bg.jpg) center top no-repeat fixed;} */

.hero_banner {
  background: url("../images/themes/hero-bg.jpg") top center;
}

.BgBanner {
  background: url(../images/themes/background.jpg);
}
