/**
* Template Name: Business -v0.0.0
* Template URL: https://bootstrapmade.com/scaffold-bootstrap-metro-style-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/************ bootstrap custome ************/
::selection {
    background: #0bba2e !important;
    color: #fff;
    text-shadow: none;
}
 .container {
    max-width: 1140px;
}
.btn{
    padding: 5px 20px;
    text-decoration: none;


 font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    position: relative;


    display: inline-block;
    border-radius: 5px;

}

.btn-primary {




     border: 2px solid #0ac12e;
  display: inline-block;



  color: #fff;
    background: #0ac12e;

}

.btn-primary:hover {

       border: 2px solid #0ac12e;
      color: #0ac12e;
    background:#fff;
}
.btn-radius{
    border-radius: 30px;
}
.btn-outline-primary{

}
.btn-secondary {




     border: 2px solid #fff;
  display: inline-block;



  color: #000;
    background: #fff;

}

.btn-secondary:hover {

       border: 2px solid #0ac12e;
      color: #fff;
    background:#0ac12e;
}
.btn.borderGreen:hover{
    background: #0bba2d;
}
.btn.borderBlue:hover{
    background: #0091ee;
}
.btnNormal{
    font-size: 16px;
    color: #fff;
}
.btn-blue{
         border: 2px solid #037cb5;
  display: inline-block;



  color: #fff;
    background: #037cb5;
}
.btn-blue:hover{
         border: 2px solid #037cb5;
  display: inline-block;



  color: #037cb5;
    background: #fff;
}
.buyNowBtn{
      background: #0bba2d;
    color: #fff !important;
    border-radius: 5px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 20px !important;
}
.buyNowBtn:hover{
          background: #0091ee;
}
.blueTabStyle .nav-link{
    color: #fff;    border-radius: 30px;
}
.blueTabStyle .nav-pills .nav-link.active, .blueTabStyle .nav-pills .show>.nav-link{
    background: #0091ee;
    border-radius: 30px;
}

.greenTabStyle .nav-link{
    color: #fff; border-radius: 30px;
}
.greenTabStyle .nav-pills .nav-link.active, .blueTabStyle .nav-pills .show>.nav-link{
    background: #0bba2d;
    border-radius: 30px;
}
.whiteBoxRadius{
    background: #d7dadf;
    border-radius: 20px;
    padding: 20px;
    color: #000;
}
/*************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500&display=swap');
body {
font-family: 'Poppins', sans-serif;
  color: #444444;
}

a {
  color: #0681b9;
  text-decoration: none;
}

a:hover {
  color: #008122;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Poppins', sans-serif;
}
.colorGreen{
    color: #0bba2d;
}
.colorBlue{
        color: #0091ee;
}
.colorWhite{
        color: #fff;
}
.borderBlue{
    border-color: #0091ee !important;
}
.borderGreen{
    border-color: #0bba2d !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0bba2d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #038be4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	position: relative;
	height: 90px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        position: fixed;
    top: 0;
    width: 100%;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #576971;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}
.topLinks{
    background: #eff1f4;
     padding: 8px 0px;
        font-size: 13px;
    font-weight: normal;
        line-height: 25px;
}
.topLinks a{
    text-transform: uppercase;
color:#525354;
        font-weight: normal;
}
.topLinks a:hover{
	color:#007c18;
}


/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

.header-social-links a {
  color: #7b909a;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  padding-left: 10px;
}

.header-social-links a:hover {
  color: #439553;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 17px;
font-family: 'Poppins', sans-serif;
    color: #030409;
  white-space: nowrap;
  transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0091ee;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #030409;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #439553;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #364146;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 41, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #364146;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0091ee;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0091ee;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background:url(../img/hero-banner.jpg);
    background-size: cover;
padding:80px 0px;
	background-position: center center;

}
#hero .container{

}
#hero h1 {
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
}
#hero p{
    color: #fff;
    font-size: 18px;
    font-weight:normal;
    margin-bottom: 30px;
}

#hero ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#hero ul li{
    color: #fff;
      font-size: 15px;
    background:url(../img/list-style1.png) no-repeat left top;
        padding-left: 45px;
    padding-bottom: 20px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #439553;
}

#hero .btn-get-started:hover {
  background: #008bd1;
}

#hero .hero-img {
  text-align: center;
}

#hero .hero-img img {
  width: 70%;
}
.heroBoxForm{
    background: url(../img/hero-form-bg.jpg) no-repeat left top #fff;
    padding: 30px;
    border-radius: 10px;

}
.heroBoxForm h2{
    color: #038223;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.heroBoxForm h2 span{
    color: #000000;
    font-size: 22px;
    display: block;
}
.heroBoxForm h3{
    color: #404040;
        font-size: 16px;
    font-weight: 600;

}





	.plusMinus	.number{
			margin:100px;
		}
	.plusMinus	.button-n{
		    width: 50px;
    height: 50px;
			background:none;
			border-radius:0px;
			padding:8px 5px 8px 5px;
			border:0px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
        font-size: 30px;
    line-height: 38px;
		}
		.plusMinus input.plusMinusNumber::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
		.plusMinus .plusMinusNumber{
		    height: 50px;
      width: 70px;
      text-align: center;
      font-size: 26px;
			border:2px solid #b2b9bc;
			border-radius:7px !important;
      display: inline-block;
      vertical-align: middle;
              -webkit-appearance: none;
  -moz-appearance: textfield;
}

.priceSelectNumberInput{
    		    height: 50px;
      width: 120px;
      text-align: center;
      font-size: 26px;
			border:2px solid #b2b9bc;
			border-radius:7px !important;
      display: inline-block;
      vertical-align: middle;
              -webkit-appearance: none;
  -moz-appearance: textfield;
}



.pricePeriod{
    font-size: 30px;
    font-weight: bold;
    color: #292a2b;
}
.priceUnit{
    font-size: 17px;
}







.policyDirection{
     position: absolute;
    font-size: 14px;
    width: 100%;
    z-index: 0;
    left: -50%;
    top: 75px;

    text-align: center;

}
.policyDirection span{
background: #2a2c2f;
    display: inline-block;
        width: 150px;
}

.policyDirection:after{
content: '';
    width: 100%;
    height: 1px;
    background: #787878;
    display: block;
    top: -10px;
    position: relative;
        z-index: -1;

}
.policyDirection:before{

}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f4f6;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
    max-width: 750px;
    margin: 0px auto;
}

.section-title h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;

}

.section-title p {
  margin-bottom: 0;
}

.cardBoxStyle1{
    border-radius: 10px;
    padding: 25px;
    text-align: center;
        height: 100%;
    border:1px solid #ffffff;
}
.cardBoxStyle1 img{
    margin-bottom: 20px;
}
.cardBoxStyle1 h4{
    font-size: 25px;
    font-weight: 600;
}
.cardBoxStyle1 p{
    font-size: 16px;
    font-weight: normal;
}

.cardBoxStyle2{
    border-radius: 10px;
    padding: 35px 25px;
    text-align: center;
        height: 100%;
    border:1px solid #ffffff;
}

.cardBoxStyle2 h4{
    font-size: 35px;
    font-weight: 600;
}
.cardBoxStyle2 h3{
       font-size: 22px;
}
.cardBoxStyle2 p{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}
.cardBoxStyle4{
     border-radius: 10px;
    padding: 35px 25px;
    text-align: center;
        height: 100%;
    border:1px solid #ffffff;
}
.cardBoxStyle4 h4{
    font-size: 35px;
    font-weight: 600;
}
.cardBoxStyle4 h3{
       font-size: 22px;
}
.cardBoxStyle4 p{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}
.cardBoxStyle3{
        border:1px solid #ffffff;
        border-radius: 20px;
    overflow: hidden;
}

.cardBoxStyle1_1{
    border-radius: 10px;
    padding: 25px;
    text-align: center;
        height: 100%;
    border:0px solid #ffffff;
}
.cardBoxStyle1_1 img{
    margin-bottom: 20px;
}
.cardBoxStyle1_1 h4{
    font-size: 25px;
    font-weight: 600;
}
.cardBoxStyle1_1 p{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}
.cardBoxStyle02{

    padding: 15px;
    text-align: center;
        height: 100%;

}
.cardBoxStyle02 h4{
    font-size: 20px;
    font-weight: 600;
}
.cardBoxStyle02 p{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
}

.boxColorBlue{
        background: #0061a3;
    color: #fff;
}
.boxColorGreen{
    background: #008122;
    color: #fff;
}
.boxColorWhite{
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #080808;
}
.boxColorTransparent{

    padding: 0px 25px;
    text-align: center;
    height: 100%;

    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.boxborderleftright{
    border-right: 1px solid #7d8084;
     border-left: 1px solid #7d8084;
}
.boxColorTransparent img{
    margin-bottom: 15px;
}
.boxColorTransparent2{

    padding: 0px 62px;
    text-align: center;
    height: 100%;

    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
/*--------------------------------------------------------------
# partner
--------------------------------------------------------------*/
.partner{
    padding: 40px 0px;
}
.partner .partner-wrap {
  border-top: 1px solid #eceff0;
  border-left: 1px solid #eceff0;
}

.partner .partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  background: #fff;

}

.partner .partner-logo img {
  max-width: 90%;

}


.partner img {
  transition: all 0.4s ease-in-out;
}
/*********** Section2 ***********/
.bgSectionImage{
    background-size: cover;
}
.bgSection2{
    background: #3c4046;
        color: #fff;
}
.bgSection2ExtraBg{
    background: #2a2c2f;
    border-radius: 15px;
}
.bgSection2 p{
    color: #fff;
}
.bgSection3{
    background: #3c4046;    color: #fff;
}
.bgSection5{
        background: #2a2c2f;    color: #fff;
}
.bgSectionLight{
            background: #d1d6de;    color: #1e1e1f;
}
.imgRound {
    border-radius: 25px;
}
.bigPFont{
    font-size: 20px;
}
/*********** Section2 end***********/
.bgSection9{
    background: #464a51;
        color: #fff;
}
.bgSection9 p{
    color: #fff;
}
/********* priceTableStyle1 ************/
.secNumber{
width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    margin: 0px auto;
    border-radius: 50%;
    display: inline-block;
    line-height: 52px;
        font-weight: 500;
    margin-bottom: 15px;
}
.bgBlue{
    background: #0091ee;
    color: #fff;
}
.bgGreen{
    background: #0eb32e;
    color: #fff;
}
.sectionPrice1{
        background: url(../img/priceSectionBg.png) no-repeat #2a2c2f;
    background-size: cover;
    color: #fff;
}
.priceTableStyle1Round{
        border-radius: 20px;

}

.priceTableStyle1 table { width: 100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  border-radius: 20px;overflow: hidden;   }

.priceTableStyle1 th, .priceTableStyle1 td { font-family: inherit; font-size: .875em; line-height: 1.45; color: #444; vertical-align: middle; padding: 1em; }
.priceTableStyle1 th { font-weight: normal; font-size: 14px; }

.priceTableStyle1 colgroup:nth-child(1) { width: 40%; border: 0 none; }
.priceTableStyle1 colgroup:nth-child(2) { width: 24%; border: 2px solid #4e90be; }
.priceTableStyle1 colgroup:nth-child(3) { width: 18%; border: 1px solid #ccc; }

.priceTableStyle1 colgroup:nth-child(4) { width: 18%; border: 1px solid #ccc; }

/* Tablehead */

.priceTableStyle1 thead th { background: #def4fe; text-align: center; position: relative; border-bottom: 1px solid #ccc; padding: 10px 20px 10px  20px; font-weight: 400; color: #999; }
.priceTableStyle1 thead th:nth-child(1), .priceTableStyle1 tbody td:nth-child(1) { background:#f2f4f6;  }
.priceTableStyle1 thead th:nth-child(2),.priceTableStyle1 tbody td:nth-child(2) { background:#ffffff;  }
.priceTableStyle1 thead th:nth-child(3), .priceTableStyle1 tbody td:nth-child(3) { background: #f2f4f6;}
.priceTableStyle1 thead th:nth-child(4), .priceTableStyle1 tbody td:nth-child(4) { background: #e9ecee;}
.priceTableStyle1 thead th h2 { font-weight: 700; font-size: 27px; color: #000000; margin-bottom: 0px; }
.priceTableStyle1 thead th h2 + p { font-size: 1.25em; line-height: 1.4; }
/*.priceTableStyle1 thead th:nth-child(3) h2 { font-size: 3.6em; }
.priceTableStyle1 thead th:nth-child(3) h2 + p { font-size: 1.5em; }*/

.priceTableStyle1 thead th p.promo { font-size: 1em; color: #fff; position: absolute; top: 9em; left: -17px; z-index: 1000; width: 100%; margin: 0; padding: .625em 17px .75em; background: #c00; box-shadow: 0 2px 4px rgba(0,0,0,.25); border-bottom: 1px solid #900; }

.priceTableStyle1 thead th p.promo:before { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 0; border-color: transparent #900 transparent transparent; bottom: -7px; left: 0; }
.priceTableStyle1 thead th p.promo:after { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 7px 7px 0 0; border-color: #900 transparent transparent transparent; bottom: -7px; right: 0; }

/* Tablebody */

.priceTableStyle1 tbody th {
    background: #fff; border-left: 1px solid #ccc;
}
.priceTableStyle1 tbody th span {
   background: url(../img/price-tick.png) no-repeat top 2px left;
        padding-left: 30px;
}

.priceTableStyle1 tbody td {
    background: #fff; text-align: center;
}

.priceTableStyle1 tbody tr  th,
.priceTableStyle1 tbody tr  td {
    background: #f5f5f5; border: 1px solid #d9dbdd; border-width: 1px 0 1px 1px;
}
.priceTableStyle1 tbody tr:last-child td {
    border-bottom: 0 none;
}

/* Tablefooter */

.priceTableStyle1 tfoot th  {
    padding: 2em 1em; border-top: 1px solid #ccc;
}
.priceTableStyle1 tfoot td  {
    text-align: center; padding: 2em 1em; border-top: 1px solid #ccc;
}

.priceTableStyle1 tfoot a  {
    font-weight: bold; color: #fff; text-decoration: none; text-transform: uppercase; display: block; padding: 1.125em 2em; background: #59c7fb; border-radius: .5em;
}
/********* priceTableStyle1 end ************/
/**** bgSection4 *******/
.bgSection4{
     background: url(../img/section4-bg.png) no-repeat right bottom #f2f4f6;
}
.bgSection4{
    background: #2a2c2f;
}

/************ sectio price style2 *************/
.priceTableStyle2 table { width: 100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 20px; }

.priceTableStyle2 th, .priceTableStyle1 td { font-family: inherit; font-size: .875em; line-height: 1.45; color: #444; vertical-align: middle; padding: 1em; }
.priceTableStyle2 th { font-weight: normal; font-size: 14px; }

.priceTableStyle2 colgroup:nth-child(1) { width: 36%; border: 0 none;    }
.priceTableStyle2 colgroup:nth-child(2) { width: 32%; border: 0px solid red;   }
.priceTableStyle2 colgroup:nth-child(3) { width: 32%; border: 0px solid blue;     }



/* Tablehead */

.priceTableStyle2 thead th { background: #def4fe; text-align: center; position: relative; border-bottom: 1px solid #ccc; padding: 0px 20px 10px  20px; font-weight: 400; color: #999;    border: 0px !important; }
.priceTableStyle1 tbody td:nth-child(1) { background:#f2f4f6; border-radius: 20px 0 0 0;     }
.priceTableStyle1 tbody td:nth-child(2) { background:#ffffff;   }
 .priceTableStyle1 tbody td:nth-child(3) { background: #f2f4f6;  }
 .priceTableStyle1 tbody td:nth-child(4) { background: #e9ecee;  }




.priceTableStyle2 thead th:nth-child(1) { background:#f2f4f6; border-radius: 20px 0 0 0;     }
.priceTableStyle2 thead th:nth-child(2){ background:#ffffff;   }
.priceTableStyle2 thead th:nth-child(3) { background: #f2f4f6;    border-radius: 0px 20px 0 0;       vertical-align: bottom;}
.priceTableStyle2 thead th:nth-child(4){ background: #e9ecee;  }

.priceTableStyle2 tfoot th:nth-child(1){border-radius: 0px 0 0 20px;

}
.priceTableStyle2 tfoot td:nth-child(3){border-radius: 0px 0 20px 0px;

}
.priceTableStyle2  td:nth-child(3){
    background: #f2f4f6;
}


.priceTableStyle2 thead th h2 { font-weight: 700; font-size: 27px; color: #000000; margin-bottom: 0px; }
.priceTableStyle2 thead th h2 + p { font-size: 1.25em; line-height: 1.4; }
/*.priceTableStyle1 thead th:nth-child(3) h2 { font-size: 3.6em; }
.priceTableStyle1 thead th:nth-child(3) h2 + p { font-size: 1.5em; }*/

.priceTableStyle2 thead th p.promo { font-size: 1em; color: #fff; position: absolute; top: 9em; left: -17px; z-index: 1000; width: 100%; margin: 0; padding: .625em 17px .75em; background: #c00; box-shadow: 0 2px 4px rgba(0,0,0,.25); border-bottom: 1px solid #900; }

.priceTableStyle2 thead th p.promo:before { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 0; border-color: transparent #900 transparent transparent; bottom: -7px; left: 0; }
.priceTableStyle2 thead th p.promo:after { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 7px 7px 0 0; border-color: #900 transparent transparent transparent; bottom: -7px; right: 0; }

/* Tablebody */

.priceTableStyle2 tbody th {
    background: #fff; border-left: 1px solid #ccc;
}
.priceTableStyle2 tbody th span {
   background: url(../img/price-tick.png) no-repeat top 2px left;
        padding-left: 30px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
}
.priceTableStyle2 tbody th p{
            padding-left: 30px;
        font-size: 14px;
    margin-bottom: 0px;
}
.priceTableStyle2 tbody td {
    background: #fff; text-align: center;
}

.priceTableStyle2 tbody tr  th{
    background: #f5f5f5; border: 1px solid #d9dbdd; border-width: 1px 0 1px 1px;
}
.priceTableStyle2 tbody tr td{
    border: 1px solid #d9dbdd;
    border-width: 1px 0 0px 0px;
}
.priceTableStyle2 tbody tr:last-child td {
    border-bottom: 0 none;
}

/* Tablefooter */

.priceTableStyle2 tfoot th  {
    padding: 2em 1em; border-top: 1px solid #ccc;
      background: #f5f5f5;
}
.priceTableStyle2 tfoot td  {
    text-align: center; padding: 2em 1em; border-top: 1px solid #ccc;   background: #f5f5f5;
}

.priceTableStyle2 tfoot a  {
font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.4em 1em;
    background: #0bba2d;
    border-radius: 0.5em;
    text-transform: uppercase;
    font-size: 22px;
}
.priceTableStyle2 tfoot a:hover{
    background: #0091ee;
}
.recommendedBtn{

        background: #0091ee;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    top: -20px;
    position: relative;
    border-radius: 10px;
}
/************ sectio price style2 end *************/

.cardBoxStyleRound{
      width: 275px;
    height: 275px;
    text-align: center;
        position: relative;
    cursor: pointer;
    margin: 0px auto;
}
.cardBoxStyleRound.firstBox{
    margin-left: auto;
    margin-right: 0px;
}
.cardBoxStyleRound.lastBox{
    margin-right: auto;
    margin-left: 0px;
}
.wTypeImg{
      width: 100%;
    height: 275px;
    object-fit: cover;
        border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
        position: relative;
}

.cardBoxStyleRound img{
    width: 100%;
    height: 275px;
    object-fit: cover;

}
.wTypeImg:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #00000096;
    position: absolute;
    left: 0;
    bottom: 0;
}
.wTypeImg h4{
position: absolute;
    margin: 0px auto;
    bottom: 40px;
    z-index: 1;
    width: 100%;
}
.btnStyle {
      background: #0091ee;
    color: #fff;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: -35px;
    width: 180px;
        display: inline-block;
}
.cardBoxStyleRound:hover .btnStyle{
        background: #0ac12e;
}
.cardBoxStyleRound:hover .wTypeImg:after{
        background: #00000026;
}
.freeTrial{
    background: url(../img/free-trial-bg.jpg);
    background-size: cover;
    background-position: right center;

}
.freeTrial h3{
      color: #fff;
    font-size: 35px;
    font-weight: 300;
    max-width: 900px;
    margin: 0px auto 30px auto;
}
.freeTrialPage6{
    background: url(../img/free-trial-bg2.jpg);
    background-size: cover;
          color: #131415;
    background-position: right center;
}
.freeTrialPage6 h3{
      color: #131415;
    font-size: 35px;
    font-weight: 300;
    max-width: 900px;
    margin: 0px auto 30px auto;
}
.freeTrialPage6 p{
        max-width: 600px;
    margin: 0px auto 20px auto;
}
.freeTrialPage1{
      background: url(../img/free-trial-bg1.jpg);
    background-size: cover;

    background-position: right center;
}
.freeTrialPage1 p{
	font-size:22px;
}
.freeTrialLightFont, .freeTrialDarkFont{
    background-size: cover;
    background-position: right center;
}
.freeTrialDarkFont, .freeTrialDarkFont h3{
             color: #131415;
}
.freeTrialLightFont, .freeTrialLightFont h3{
             color: #fff;
}
.freeTrialPage5{
     background: url(../img/free-trial-bg3.jpg);
    background-size: cover;
          color: #131415;
    background-position: right center;
}
.freeTrialPage5 h3{
      color: #131415;
    font-size: 35px;
    font-weight: 300;
    max-width: 900px;
    margin: 0px auto 30px auto;
}
.freeTrialPage5 p{
        max-width: 600px;
    margin: 0px auto 20px auto;

}
.freeTrialPageLicenses{
         background: url(../img/free-trial-bg-page-licance.jpg);
    background-size: cover;
    background-position: right center;
}

.getTechnicalBgSection{
    background: url(../img/get-technical-bg.jpg);
    background-size: cover;
          color: #fff;
    background-position: right center;
}
.getTechnicalBgSection h3{
      color: #fff;
    font-size: 35px;
    font-weight: 300;
    max-width: 900px;
    margin: 0px auto 30px auto;
}
.getTechnicalBgSection p{
        max-width: 600px;
    margin: 0px auto 20px auto;
	font-size:22px;
}
.freeTrialPageLicence{
         background-image: url(../img/free-trial-bg-page-licance.jpg);
    background-position: right center;
}
.freeTrialPage1 .container, .freeTrialPage2 .container, .freeTrialPage3 .container, .freeTrialPage4 .container, .freeTrialPage4 .container, .freeTrialPage6 .container, .freeTrial .container, .freeTrialPageLicence .container{
    max-width: 800px;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f6f7;
  min-height: 40px;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4c5c63;
  content: "/";
}
.light-years-ahead{
    width: 100%;

padding: 30px 40px 10px 40px;
    border-radius: 20px;
    border: 2px solid #fff;

    position: relative;
}
.light-years-ahead-ico{
      margin-right: 20px;
    flex-shrink: 0;
}
.light-years-ahead h4{
    margin-bottom: 0px;

}
.blockStyleW{
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    color: #1e1e1f;
}
.formDarkBg{
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 30px 30px 40px 30px;
}
.formDarkBg .form-control{
    border: 0px;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    background: none;
    padding-left: 0;
}
.formDarkBg .form-select{
        border: 0px;    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
      padding-left: 0;
    background-color: #2a2c2f;
}
.formDarkBg .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
/*********** price table page5 *********/
.priceTable5 {
    border: 1px solid #fff;

    border-radius: 1.2em;
}
.tableheaderN{
        color: #fff;
  font-weight: 500;
        font-size: 14px;
}
.tableheaderN td{
  width: 120px;

    text-align: center;
}
.tableheaderN td:first-child{
    width: auto;
}
.roundedTable_1 {
    border-collapse: collapse;
    border-radius: 1.2em;
    overflow: hidden;
    width: 100%;
    margin: 0;
    font-size: 14px;
}

.roundedTable_1 th,
.roundedTable_1 td {
    padding: .8em;
    background: #2a2c2f;
    border-bottom: 1px solid white;
    color: #fff;
        vertical-align: middle;
}

.roundedTable_1 th {
    text-align: left;
        color: #fff;
}
.roundedTable_1 tr, .roundedTable_1 td{
     border-style: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
}

.roundedTable_1 tr:nth-child(2) td:first-child {

}
.roundedTable_1 tr:nth-child(2) td:last-child {

}
.roundedTable_1 tr:last-child td {
    border-bottom: none;
}

.roundedTable_1 td{
width: 120px;
    font-size: 15px;
    text-align: center;
}
.roundedTable_1 td:first-child{
    width: 600px;
    text-align: left;
}
.slider_1_box{
    border-radius: 20px;
    background: #fff;
    padding: 60px 100px;
    text-align: center;
}
.slider_1_box h2{
    color: #232425;
    margin-top: 25px;
    font-size: 26px;
    line-height: 30px;
}
.tetBox{
    border:2px solid #fff;  text-align: center;
    padding: 30px;
    border-radius: 20px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {

padding: 0px 0 30px 0;
  color: #fff;
  font-size: 14px;
    background: #17181a;
}
#footer a{
    color: #a3a3a3;
}
#footer a:hover{
    color: #0ac12e;
}
#footer .footer-top {
  background: #17181a;
  padding: 60px 0 30px 0;
  border-top: 0px solid #e9ecee;
  border-bottom: 1px solid #3b4046;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #576971;
}
#footer .footer-top .social-links{
    margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;

  color: #85868a;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
    border: 2px solid #85868a;
}

#footer .footer-top .social-links a:hover {
  background: #439553;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fafafa;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  /* padding: 0px 17px; */
}
.footerLinkBorder{
    border-right: 1px solid #3c4046;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #439553;
  font-size: 18px;
  line-height: 1;
  margin-left: -5px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #9c9ea2;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #0ac12e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e3e7e9;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #439553;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #007ab7;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 8px;
  text-align: center;
  font-size: 13px;
  color: #364146;
        padding-top: 27px;
}



/************** old Stylec ***********/
/*
.UIZoho-discount{
        line-height: 22px;
}
#HP2-login-close{
	line-height: 13px;
}
#UIDashboard-ul{
	width: 163px !important;
}
#UIHeader-menu-dashboard{
	position: absolute;
	top: 85px !important;
	left: 2px;
}

#UIMenu-dashboard-li > span {
	background-color: #fff;
	border-radius: 0 0 11px 11px;
	border: solid 1px #ddd;
	padding: 8px 18px;
	border-top: none;
	box-shadow: 0 9px 11px 0 #ddd;
	width: 180px;
	position: relative;
    z-index: 40;
}
#UIMenu-dashboard-li > span.active {
	border-radius: 0;
	border-bottom: none;
}

#UIMenu-dashboard-li > span a,
#UIDashboard-ul li span a {
	color: #555;
}

#UIMenu-dashboard-li > span a:hover,
#UIDashboard-ul li span a:hover {
	text-decoration: underline;
}

#UIMenu-dashboard-li > span a:active,
#UIMenu-dashboard-li > span a.subactive {
	font-weight: bold;
}

#UIDashboard-ul {
	position: relative;
	display: none;
	width: 180px;
	background-color: #fff;
	border-radius: 0 0 11px 11px;
	border: solid 1px #ddd;
	border-top: none;
	box-shadow: 0 9px 11px 0 #ddd;
	z-index: 45;
}
#UIDashboard-ul li span {
	padding: 8px 18px;

}
#UIMenu-dashboard-li:hover #UIDashboard-ul {
	display: block;
}

#UIHeader-menu-dashboard li{
	list-style:none;
}
.header-scrolled #UIHeader-menu-dashboard{
	top: 85px !important;
}
#UIMenu-dashboard-li:hover #UIDashboard-ul{
	padding: 13px 0px;
}
#UIDashboard-ul li{
	line-height: 29px;
}
*/

/************* old style end **********/

.swiper  .swiper-pagination{
  margin-top: 30px;
  position: relative;
}

.swiper  .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0bba2d;
}

.swiper  .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #0bba2d;
}


@media (max-width: 992px) {


    .btn{
    padding: 3px 10px;
    text-decoration: none;


    font-size: 16px;


}




    .priceTableStyle1, .priceTableStyle2  {
    overflow-x: scroll;
}
.cardBoxStyleRound.firstBox, .cardBoxStyleRound.lastBox{
    margin: 20px auto;
}
    .recommendedBtn{
        top: 1px;
    }
    .resPonsiveDiv{
            overflow-x: scroll;
        width: 100%;
    }
 .roundedTable_1, .tableheaderN, .priceTable5 {

    width: 730px;
        margin: 0px auto;

}

        .tableheaderN td, .roundedTable_1 td {
    width: 101px !important;
    text-align: center;
}
    .tableheaderN td:first-child, .roundedTable_1 td:first-child {
    width: auto !important;
}
        #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
            max-width: 100%;
}
#header {
  height: 60px;
    }
    #hero {
    padding: 50px 0 30px 0;
        background-position: left center;
}
    .partner {
    padding: 20px 0px;
}
    section {
    padding: 40px 0;
    overflow: hidden;
}
    #hero h1 {
    font-size: 28px;
    line-height: 40px;
}
    #hero p {

    font-size: 17px;

    margin-bottom: 25px;
}
    section h2 {
    font-size: 24px !important;
}
    .priceTableStyle1 thead th h2{
            font-size: 15px !important;
    }
    .priceTableStyle2 thead th h2 {

    font-size: 15px !important;
    }
    .boxborderleftright{
        border-left:0px;
        border-right:0px;
            border-top: 0px solid #7d8084;
    border-bottom: 0px solid #7d8084;
        padding-top: 22px;
    }
    .recommendedBtn{
        padding: 5px 10px;
            margin-bottom: 5px;
    }
    .priceTableStyle2 tfoot a{

    padding: 0.4em 0.5em;



    font-size: 18px;

    width: 140px;
    }
        #footer .footer-top {

    padding: 30px 0 30px 0;
    }
    .freeTrial.freeTrialDarkFont{
            background: #e7e8ea !important;
    }
    section h3 {
    font-size: 24px !important;
}
.footer-info h3 {
    text-align: center;
}
    .footer-info h3 img {
    width: 150px;
}
    .freeTrialPage1.freeTrialDarkFont{
          background: #e7e8ea !important;
    }
    .blueTabStyle .nav-pills .nav-link.active{
        color: #fff !important;
    }
    .light-years-ahead{
            padding: 20px 20px 10px 20px;
    }
    .bigPFont {
    font-size: 17px;
}
    	.mobileLeftBg{
		    background-position: left center;
	}

    .nav-link.buyNowBtn{
            display: inline-block;
    }
    .policyDirection{
        display: none;
    }
    .freeTrialPage6.freeTrialLightFont{
                  background: #0078b5 !important;
    }
    .boxColorTransparent2{
            padding: 0px 10px;
    }
    .slider_1_box{
        padding: 30px;
    }
    .slider_1_box h2{
        font-size: 18px !important;
        line-height: 24px;
    }
    .freeTrialPage5{
                 background: #e7e8ea !important;
    }
    .freeTrialPage1 p {
    font-size: 17px;
}
}
