@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
main,
section,
div,
aside,
span,
p,
a,
ul,
li,
ol,
del,
dl,
header,
footer {
  padding: 0;
  margin: 0;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  list-style: none;
}
body {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: #707070;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5DAB46;
  font-weight: 700;
}
a{
  color: #5DAB46;
  -webkit-transition: .5s all ease;
  -ms-transition: .5s all ease;
  transition: .5s all ease;
}
p{
  margin-bottom: 25px;
}

b,strong{
  font-weight: 700;
}
img{
  max-width: 100%;
}
.pt-115{
  padding-top: 115px;
}
p:empty{
  display: none;
}
/* Header */
header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  padding: 27px 0;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
header.sticky {
	padding: 17px 0;
	box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
}
.navbar {
	padding: 0;
}
.navbar-nav a {
	font-size: 18px;
	line-height: 1;
	position: relative;
	color: #707070;
	padding: 0 0 8px;
  font-weight: 500;
	background: transparent;
  border-bottom: 2px solid transparent;
}
.navbar-nav a:hover, .navbar-nav li.current-menu-item > a{
  color: #5DAB46;
  border-bottom-color: #8E8E8C;
}
.navbar-nav .menu-item + .menu-item {
	margin-left: 30px;
}
.home-banner{
  position: relative;
  background: #F8F8F8;
  padding: 30px 0;
  z-index: 1;
  margin-top: 110px;
}
.hb-icon {
	width: 90px;
	height: 90px;
	display: block;
	background: #5DAB46;
	border-radius: 50%;
	text-align: center;
	position: relative;
	border: 10px solid #fff;
  margin-bottom: 14px;
}
.hb-icon img{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 42px;
}
.hb-desc h1 b{
  font-size: 44px;
  text-transform: capitalize;
}
.hb-desc h1{
  color: #252525;
  font-size: 25px;
  line-height: 44px;
  text-transform: uppercase;
  border-bottom: 1px solid #707070;
  width: max-content;
  margin-bottom: 18px;
  font-weight: 500;
}
.hb-desc h5{
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 35px;
}
.listing-main ul li {
	position: relative;
	padding-left: 35px;
	font-size: 20px;
	line-height: 28px;
}
.listing-main ul li + li{
  margin-top: 14px;
}
.listing-main ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	background: url(https://futuraurant.com/wp-content/uploads/2022/04/Arrow.svg);
	width: 12px;
	height: 12px;
	background-size: 12px;
	background-repeat: no-repeat;
}
.listing-main ul li img{
  margin-left: 10px;
  max-width: 135px;
}
.hb-img img {
	max-width: 622px;
}
.shape {
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
}
.shape.shape-2 {
	left: auto;
	right: 0;
}
.shape-1 img {
	max-width: 382px;
}
.shape-2 img {
	max-width: 737px;
}
h2{
  font-size: 45px;
  line-height: 1;
  margin-bottom: 8px;
}
.all-img{
  margin-top: calc(42px - 8px);
}
.all-img img{
  margin: 0 auto;
  max-width: 970px;
}
.ideal-box{
  position: relative;
  padding: 25px;
  margin-top: 35px;
  z-index: 1;
}
.ideal-box:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(142, 142, 140, 0.15);
  height: 60%;
  z-index: -1;
}
.ideal-icon{
  width: 75px;
  height: 75px;
  display: block;
  background: #5DAB46;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 10px solid #fff;
  margin: 0 auto 12px;
}
.ideal-icon img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	max-width: 42px;
}
.ideal-box h6 {
	color: #111111;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	/*min-height: 40px;*/
}
.ideal-box span {
	font-size: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}
.ideal-box span:empty {
	display: none;
}
.title span{
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.forget-img{
  margin-top: 45px;
}
.forget-img img{
  border-radius: 5px;
  margin: 0 auto;
}
.make .row.align-items-center h2 {
	margin-bottom: 22px;
}
.master-img{
  margin-top: 35px;
}
.master-img img {
	width: 100%;
}
.easier {
	padding: 100px 0 50px;
	margin-top: 115px;
	background: #fff;
}
.easier-box{
  border-radius: 35px;
  background: #fff;
  position: relative;
  padding: 25px;
  min-height: 410px;
}
.easier-box span{
  position: absolute;
  left: 35px;
  right: 35px;
  padding: 25px;
  background: #707070;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  top: -45px;
}
.easier-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.menu-img img, .billing-img img, .best-box img{
  width: 100%;
}
.billing-img{
  margin-top: 100px;
}
.best h2{
  line-height: 60px;
}
.best-box {
	margin-top: 45px;
	position: relative;
	padding: 25px;
	border-radius: 35px;
	background: #F6F6F6;
	min-height: 209px;
}
.bt-title {
	position: absolute;
	left: 25px;
	right: 25px;
	padding: 15px;
	background: #5DAB46;
	top: -30px;
	line-height: 1;
	font-size:18px;
	font-weight:600;
    color: #fff;
}
.bp-title {
	margin-top: 25px;
	font-size: 26px;
	color: #000000;
	font-weight: 500;
}
.bp-title span {
	font-weight: 700;
	font-size: 74px;
	line-height: 1;
	display:block;
    color: #5DAB46;
}
.b-terms {
	font-size: 12px;
	line-height: 1;
	color: #FFFFFF;
	display:inline-block;
}
.best-box::before {
	content: '+';
	position: absolute;
	left: -18px;
	top: 50%;
	transform:translateY(-50%);
	font-size:20px;
	color: #000000;
	font-weight: 700;
}
.col-lg-12 + .col-lg-3 .best-box:before{display:none;}
.best .row .col-lg-12 + .col-lg-3 .best-box {
	background: #5dab46;
}
.best .row .col-lg-12 + .col-lg-3 .best-box .bp-title, .best .row .col-lg-12 + .col-lg-3 .best-box .bp-title span{
    color: #fff;
}
.best .row .col-lg-12 + .col-lg-3 .best-box .bt-title{
    background: #F6F6F6;
    color: #000000;
}
.master-box h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform:capitalize;
}
.master-box p {
  margin: 0;
	line-height:1.1;
}
.master-box img {
  margin-bottom: 15px;
}
.master .row + .row {
  margin-top: 35px;
}
.master .col-lg-3:nth-child(2n) .master-box {
  margin-top: 250px;
}
.master .col-lg-3:nth-child(1) .master-box::after {
	content: '';
	position: absolute;
	background: url('https://futuraurant.com/wp-content/uploads/2022/03/line1.svg');
	width: 133px;
	bottom: -110px;
	right: 0;
	height: 99px;
}
.master .col-lg-3:nth-child(2) .master-box::after {
	content: '';
	position: absolute;
	background: url('https://futuraurant.com/wp-content/uploads/2022/03/line2.svg');
	width: 123px;
	top: -144px;
	right: 0;
	height: 134px;
}
.master .col-lg-3:nth-child(3) .master-box::after {
	content: '';
	position: absolute;
	background: url('https://futuraurant.com/wp-content/uploads/2022/03/line3.svg');
	width: 154px;
	bottom: 30px;
	right: -154px;
	height: 150px;
}
.download-inner{
  padding: 45px;
  background: rgba(142, 142, 140, 0.10);
  border-radius: 25px;
}
.download-img{
  margin-top: 35px;
}
.cta-form .container{
  background: #F4F4F4;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.cta-form {
	position: relative;
	top: -120px;
}
.book-table{
  padding: 50px 0;
  background-color: #E89D29;
}
.book-table h4{
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.book-table .btn{
  background: #fff;
  color: #111111;
  text-transform: capitalize;
}
.book-table .btn:hover{
  color: #fff;
  background: #111111;
}
.book-table h4, .book-table a {
	display: flex;
	width: auto;
  font-size: 20px;
}
footer{
  background: #000000;
  padding-top: 60px;
}
.f-logo{
  margin-bottom: 70px;
}
.f-title h6{
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #8E8E8C;
  width: max-content;
  position: relative;
}
.f-title h6::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -60px;
	height: 1px;
	width: 50px;
	background: #8E8E8C;
}
footer p{
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
footer ul li {
	font-size: 16px;
  color: #fff;
}
footer ul li + li{
  margin-top: 8px;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover{
  color: #5DAB46;
}
footer ul li i{
  margin-right: 10px;
  color: #fff;
}
.social{
  margin-bottom: 25px;
}
.social li {
	display: inline-block;
}
.social li + li {
	margin-left: 12px;
}
.social li a {
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	padding: 5px;
	color: #000;
	text-align: center;
	display: block;
	font-size: 12px;
	position: relative;
	line-height: 20px;
}
.social li a i{
  color: #000;
  margin: 0;
}
.social li a:hover{
  background: #5DAB46;
}
.language li {
	display: inline-block;
  line-height: 1;
}
.language li + li{
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}
.language li a{
  text-transform: uppercase;
}
.language li.active a{
  color: #5DAB46;
}
footer .row + .row{
  margin-top: 90px;
}
.lnag {
	height: 38px;
	width: 70px;
	border: 0;
	padding: 0;
	position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
-webkit-transition: .5s all ease;
-ms-transition: .5s all ease;
transition: .5s all ease;
}
.vodiapicker{
  display: none; 
}
#a{
  padding-left: 0px;
  background: #fff;
}
#a img, .btn-select img{
  width: 24px;
}
#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#a li + li {
	border-top: 1px solid #ccc;
}
#a li:hover{
 background-color: #F4F3F3;
}
#a li img{
  margin: 0;
}
#a li span, .btn-select li span{
  display: none;
}
/* item list */
.b{
  display: none;
  width: 100%;
  max-width: 70px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0px;
}
.open{
  display: show !important;
}
.lang-select {
	text-align: center;
}
.btn-select {
	margin-top: 0;
	width: 100%;
	max-width: 70px;
	height: 38px;
	border-radius: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bopacity:1;%7D.b%7Bfill:none;opacity:1;%7D.c%7Bfill:%23555;%7D%3C/style%3E%3C/defs%3E%3Cg class='a'%3E%3Cpath class='b' d='M24,24H0V0H24Z'/%3E%3Cpath class='c' d='M15.88,9.29,12,13.17,8.12,9.29A1,1,0,1,0,6.71,10.7l4.59,4.59a1,1,0,0,0,1.41,0L17.3,10.7a1,1,0,0,0,0-1.41A1.017,1.017,0,0,0,15.88,9.29Z' transform='translate(0)'/%3E%3C/g%3E%3C/svg%3E") #fff;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 90% 10px;
}
.btn-select li{
  list-style: none;
  padding-bottom: 0px;
  line-height: 1;
  float: left;
  padding-left: 5px;
}
.btn-select:hover li{
  margin-left: 0px;
}
.btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.btn-select:focus{
   outline:none;
}
.cta-form-box {
	max-width: 850px;
	margin: 0 auto;
	padding: 35px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
  position: relative;
  margin-top: 50px;
}
.ct-title {
	padding: 10px 45px;
	border: 1px solid #707070;
	border-radius: 23px;
	position: absolute;
	top: -20px;
	background: #fff;
}
.gravity-theme {
	margin-top: 30px;
}
.gform_wrapper.gravity-theme .gfield {
	position: relative;
}
.gfield_label {
	/* display: none !important; */
	font-weight: 500 !important;
	width: max-content;
	text-align: center;
	background: #fff;
	position: absolute;
	left: 15px;
	top: -15px;
	margin: 0 !important;
	padding: 0 15px !important;
}
.gfield_required {
	display: none !important;
}
.gravity-theme input[type="text"], .gravity-theme input[type="email"],  .gravity-theme input[type="password"]{
  border-color: #707070 !important;
  box-shadow: none !important;
  outline: none !important;
  border-width: 1px !important;
}
.gform_button {
	padding: 14px 70px;
	border: 0;
	box-shadow: none;
	background: #5DAB46 !important;
	border-radius: 37px;
	color: #fff !important;
	width: auto;
	text-align: center;
	margin: 0 auto !important;
	display: block;
}
.gform_button:hover {
	background: #1a1a1a !important;
}
.mb-inner {
	position: relative;
}
.mb-inner span {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 15px;
	line-height:1;
}
.mb-inner .title {
	font-size: 30px;
	font-weight: 600;
	width: max-content;
	display: block;
	background: #8E8E8C;
	padding: 15px 144px;
	color: #fff;
}
.mb-inner .desc {
	font-size: 25px;
	font-weight: 600;
	padding: 15px;
	top: auto;
	bottom: 20px;
}
.inner-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
	color: #5DAB46;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 30%;
	transform: translateY(30%);
}
.inner-title span {
	position: relative;
	background: transparent;
	color: #4F4D4E;
	width: auto;
	left: 0;
	right: 0;
	top: auto;
	display: inline-block;
	padding: 0;
	font-size: 22px;
	line-height: 26px;
	text-transform: capitalize;
}
.easier .row .col-lg-4:nth-child(1) .easier-box img {
	top: 40%;
	transform: translateY(-40%);
}
#ord .mb-inner {
	padding-top: 40px;
}
.easier-title {
	margin-bottom: 15px;
}
.easier-title img {
	max-width: 68px;
	margin-right: 15px;
}
.es-box {
	display: flex;
	align-items: center;
	padding: 20px;
	background: #E5E5E5;
	position: relative;
	min-height: 100px;
}
.es-box + .es-box{
	margin-top: 20px;
}
.es-icon img {
	max-width: 50px;
}
.es-icon {
	margin-right: 25px;
}
.esm-box {
	padding: 15px;
	background: #5DAB46;
	color: #fff;
	border-radius: 15px;
	font-weight: 700;
	font-size: 22px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}
.esm-box img {
	max-width: 50px;
}
.easier .row.align-items-center .col-lg-4:last-child .es-box::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 15px;
	background: url(https://futuraurant.com/wp-content/uploads/2022/03/es-title.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	right: 5px;
	top: 5px;
}
.esm-box, .es-box{z-index: 1;}
.esm-box::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	width: 2px;
	height: 20px;
	background: #707070;
	z-index: -1;
}
.esm-box::after {
	content: '';
	position: absolute;
	width: 235.7%;
	height: 2px;
	bottom: -20px;
	left: -67.8%;
	right: 0;
	background: #707070;
	z-index: -1;
}
.es-box::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -20px;
	width: 2px;
	height: 20px;
	background: #707070;
	z-index: -1;
}
.page-id-384 .ideal-box h6, .page-id-388 .ideal-box h6 {
	font-size: 12px;
}
.page-id-384 .ef-box .bp-title b + b, .page-id-388 .ef-box .bp-title b + b{
	font-size: 16px;
}
.listing-main ul li br {
	display: none;
}
.ef-box .bp-title h4{
	color: #000;
}
.listing-main .bp-title ul{
	max-width: 80%;
	margin: 0 auto;
}
.page-id-5 .listing-main .bp-title ul {
	max-width: 64%;
}
.page-id-388 .listing-main .bp-title ul {
	max-width: 85%;
}
.page-id-388 .ef-box .bp-title{
	font-size: 20px;
}
.easier .listing-main > .col-lg-6:nth-child(2) .best-box::before {
	content: '=';
}
.master{
	display:none;
}
.easier{
	padding-top: 0 !important;
}
.hp-box .discount {
	display: none !important;
}
.menu-order .row + .row{
	row-gap: 30px;
}

@media screen and (max-width: 1399px) {
  .navbar-nav a{
    font-size: 16px;
  }
  .easier-box span{
    padding: 15px;
    font-size: 14px;
  }
	.listing-main ul li img{
		max-width:100px;
	}
	.master-box h6{
		font-size: 16px;
	}
	.master-box p{
		font-size: 14px;
	}
	.es-box{
		min-height: 130px;
	}
	.esm-box::after {
	width: 237.7%;
	left: -68.8%;
	}
	.ideal-box h6{font-size:16px; line-height:20px;}
	.ideal-box{padding: 25px 15px;}
	.page-id-384 .ef-box .bp-title b + b, .page-id-388 .ef-box .bp-title b + b {
		font-size: 14px;
	}
	.page-id-384 .home-banner .listing-main ul li, .page-id-388 .home-banner .listing-main ul li, .page-id-384 .home-banner .listing-main h4{
		font-size: 18px;
	}
	.page-id-384 .navbar-nav a, .page-id-388 .navbar-nav a {
		font-size: 12px;
	}
	.listing-main ul li + li {
		margin-top: 15px;
	}
  h2{
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1299px) {
  .navbar-nav .menu-item:last-child {
    margin-right: 35px;
  }
	.page-id-388 .ef-box .bp-title {
	font-size: 16px;
}
}
@media screen and (max-width: 1099px) {
  .navbar-nav .menu-item + .menu-item {
    margin-left: 15px;
  }
  .navbar-nav a {
    font-size: 12px;
  }
  .easier-box{
    min-height: 300px;
  }
  .easier-box img{
    width: 70%;
  }
  .ideal-box span {
    font-size: 10px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1 !important;
    display: block;
  }
  .book-table h4{
    font-size: 25px;
  }
  .hb-img img {
    max-width: 500px;
  }
  .shape-1 img {
    max-width: 100%;
  }
	.shape-2 img {
	max-width: 875px !important;
	}
	.easier .row .col-lg-4:nth-child(1) .easier-box img {
	top: 0;
	transform: translateY(0);
	position: relative;
	width: 35%;
 }
  .esm-box{
	max-width: 100%;
  }
  .navbar-brand img {
    max-width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-toggler {
    display: block;
    top: 8px;
    right: 75px;
    position: absolute;
    border: 2px solid #5dab46;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    box-shadow: none !important;
  }
  .navbar-toggler .icon-bar {
    width: 100%;
    height: 2px;
    background-color: #5dab46;
    display: block;
  }
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 2px;
  }
  header .navbar-collapse {
    background: #fff;
    margin-top: 0;
    padding: 15px;
  }
  header .navbar-nav .menu-item + .menu-item {
    margin: 15px 0 0;
  }
  header .navbar-nav a {
    color: #252525;
    padding: 0;
    font-size: 14px;
  }
  header .navbar-nav a:hover, header .navbar-nav li.current-menu-item > a, header .navbar-nav li:last-child a:hover {
    color: #5dab46;
    background: transparent;
  }
  .hb-img img, .all-img img{
    max-width: 100%;
  }
  .shape.shape-2{
    top: auto;
    bottom: 0;
  }
  .make-img {
    margin-bottom: 30px;
  }
  .easier-box {
    min-height: 336px;
    margin-bottom: 30px;
  }
  .easier-box span {
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 30px;
    top: 0;
    display: block;
  }
  .easier-box img {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .ideal-box{
    margin-top: 0;
  }
  .ideal .col-lg-3, .best .col-lg-3, .download .col-lg-6, footer .col-lg-3, .master .col-lg-3{
    width: 50%;
  }
  .book-table .row.align-items-center.justify-content-between {
    text-align: center !important;
    display: block;
  }
  .book-table h4, .book-table a{
    display: block;
    text-align: center;
    width: max-content;
    margin: 5px auto;
  }
  footer .col-lg-3{
    margin-bottom: 30px;
  }
  footer .row + .row {
    margin-top: 50px;
  }
  .navbar-nav .menu-item:last-child {
    margin-right: 0;
  }
  .lnag {
    right: 15px;
    top: 36px;
    transform: translateY(0);
  }
	.sticky .lnag {
	top: 26px;
  }
  .mb-inner .title{
	padding:15px;
	font-size:20px;
	width:auto;
  }
   .mb-inner span{
		top:-8px;
  }
  .mb-inner .desc{
		bottom:5px;
		font-size:16px;
   }
  .easier .row .col-lg-4:nth-child(1) .easier-box img {
	top: 0;
	transform: translateY(0);
	width: 30%;
  }
  .inner-title span {
	padding: 0;
	margin: 0;
  }
  .inner-title {
	position: relative;
	bottom: 0;
	transform: translateY(0);
	left: 0;
	right: 0;
	font-size: 24px;
	line-height: 1;
	margin-top: 15px;
 }	
	.master-box::after {
	display: none;
 }
	.master .col-lg-3:nth-child(2n) .master-box {
	margin-top: 0;
 }
	.master-box{
		margin-bottom:30px;
	}
	.shape-2 img {
	max-width: 100% !important;
  }
	.easier-title.d-flex.align-items-center.justify-content-end {
	justify-content: center !important;
   }
	.esm-box {
		margin: 15px 0;
	}
	.es-box{min-height:auto;}
	#ord .mb-inner {
	padding-top: 20px;
	}
	.easier-title {
		display: none !important;
	}
	.esm-box::after {
		display: none;
	}
	.easier .row + .row {
		margin-top: 10px !important;
	}
	.col-lg-4.offset-lg-4 .es-box:nth-child(1) {
		margin-top: 20px;
	}
	.easier{padding: 0; margin: 50px 0 0;}
	.page-id-5 .listing-main .bp-title ul:lang(en) {
	max-width: 50%;
}
	
}
@media screen and (max-width: 767px) {
  .ideal .col-lg-3, .easier .col-lg-4, .best .col-lg-3, .download .col-lg-6, footer .col-lg-3, .master .col-lg-3{
    width: 100%;
  }
  .hb-desc h1{
    width: auto;
  }
  .pt-115 {
    padding-top: 75px;
  }
  h2{
    font-size: 30px;
  }
  .easier, .cta-bg {
    margin-top: 75px !important;
    padding: 30px 0 !important;
  }
  .easier-box{
    min-height: auto;
  }
  .billing-img {
    margin-top: 75px;
  }
  .best h2 {
    line-height: 1;
  }
  .cta-form{
    top: 0;
  }
  footer .row + .row {
    margin-top: 0;
  }
  .navbar-toggler{
    right: 95px;
  }
  .sticky .lnag {
    top: 29px;
  }
  .navbar-brand img {
    width: 220px;
  }
  .mb-inner span {
	  top: 0 !important;
	  bottom:auto !important;
	  position: relative;
   }
   .cta-form-box{
		padding: 35px 15px;
    }
	#ord .mb-inner {
		padding-top: 0;
	}
	#ord .mb-inner .title {
		margin-bottom: 15px;
	}
	.best-box::before {
		display: none;
	}
	.reco-box + .reco-box {
		border-left: 0 !important;
	}
	.page-id-5 .listing-main .bp-title ul:lang(en) {
	max-width: 100%;
}
	.page-id-388 .listing-main .bp-title ul {
	max-width: 100%;
	}
}
@media screen and (max-width: 399px) {
  .navbar-brand img {
    width: 200px;
  }
}
.home-pricing .d-flex.align-items-center.justify-content-around .hp-box:nth-child(1), .home-pricing .d-flex.align-items-center.justify-content-around .hp-text {
	display: none;
}