@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Poppins' !important;
  font-weight: normal !important;
  margin: 0;
  padding: 0;
  color: #000;
}
a {
  transition: 0.3s linear;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
}
ul, li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/************************************************************************************/
.panel-default > .panel-heading {
  color: #7b7b7b !important;
  background-color: #f7f7f7 !important;
  border: none !important;
  padding: 20px 15px 20px 15px !important;
  margin-bottom: 15px;
  cursor: pointer;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
.panel-body {
  padding: 0px 15px 15px 15px;
  font-size: 14px;
}
.panel-default {
  border: none;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
h4.panel-title {
  color: #7b7b7b;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Poppins' !important;
}
.panel-title {
  position: relative;
}
.panel-title::after {
  content: "\f107";
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"
}
.panel-heading[aria-expanded="true"] .panel-title::after {
  content: "\f106";
}
.top-strip {
  width: 100%;
  height: 90px;
  background-color: #fff;
}
.btn-1 {
  height: 45px;
  width: 180px;
  border-radius: 28px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #06a649;
  border: none;
  font-family: 'Roboto' !important;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
}
.btn-1:hover {
  color: #fff;
  background-color: #000;
}
.navbar {
  min-height: 90px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.btn-2 {
  margin-top: 15px;
  height: 45px;
  width: 180px;
  border-radius: 28px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border: 2px solid #06a649;
  font-family: 'Roboto' !important;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.btn-2:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}
.navbar {
  min-height: 90px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.m-t-b {
  margin-top: 100px;
  margin-bottom: 100px;
}
/*****************************************************************/
.navbar-inverse {
  background-color: transparent !important;
  border: none !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #06a649 !important;
}
.btn-nav {
  height: 45px;
  width: 160px;
  border-radius: 28px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #06a649;
  border: none;
  font-family: 'Roboto' !important;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: -13px;
}
.btn-nav:hover {
  color: #fff;
  background-color: #000;
}
.navbar-right {
  float: right !important;
  margin-right: 0px !important;
  margin-top: 9px !important;
}
/************************************************************************************/
.gry-bg {
  background-color: #f7f7f7;
  padding: 11% 0 0 0;
  min-height: 700px;
  height: auto;
}
.gry-bg h1 {
  font-family: 'Roboto' !important;
  font-size: 46px;
  font-weight: bold;
}
.gry-bg p {
  font-family: 'Poppins' !important;
  font-size: 24px;
  font-weight: normal;
  margin: 30px 0 10px 0;
  padding-right: 5%;
}
.gry-bg::after {
  height: 495px;
  width: 966px;
  background: no-repeat url("../img/image-1.png") center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 220px;
}
.content h1 {
  font-family: 'Roboto' !important;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0px;
}
.content p {
  font-family: 'Poppins' !important;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6)
}
.content p a {
  color: #1b83e9;
  font-weight: 400;
}
.content p a:hover {
  color: #06a649;
  text-decoration: underline;
}
.content ol {
  margin: 0;
  padding: 0;
  display: table;
}
.content ol li {
  font-family: 'Poppins' !important;
  font-size: 16px;
  line-height: 1.9;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  display: table-row;
}
.content ol li::before {
  font-size: 30px;
  content: "";
  background: url("../img/done-black-24-dp.png") no-repeat;
  color: #1DED65;
  display: table-cell;
  text-align: right;
  width: 24px;
  height: 24px;
  padding-right: 35px;
  list-style-position: outside;
}
.bg-green {
  background-color: #06a649;
  border-radius: 4px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}
.bg-green p {
  font-family: 'Poppins' !important;
  font-size: 21.6px;
  font-weight: normal;
  color: #fff;
}
.bg-green h1 {
  font-family: 'Roboto' !important;
  font-size: 60px;
  font-weight: bold;
}
.bg-green h2 {
  font-family: 'Roboto' !important;
  font-size: 26px;
  font-weight: bold;
}
.m-r-l {
  margin-left: 0 !important;
  margin-right: 0px !important;
}
/********************************************/
.faq {
  margin: 0 0px !important;
}
.faq h1 {
  font-family: 'Roboto' !important;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0px 25px 0px !important;
}
/*************************************/
.form {
  text-align: center;
  margin: 70px 0;
}
.form h1 {
  font-family: 'Roboto' !important;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0px 25px 0px !important;
}
.form-control {
  height: 56px;
}
textarea.form-control {
  height: auto;
  min-height: 168px;
}
/**************************************/
.footer {
  width: 100%;
  height: 85px;
  background-color: #f7f7f7;
}
.footer p {
  color: #8e8e8e;
  text-align: right;
  margin-top: 38px;
}
.footer-links {
  margin-top: 42.5px;
}
.footer-links ul {
  margin: 0px;
  padding: 0;
}
.footer-links ul li {
  display: inline-block;
}
.footer-links ul li a {
  color: #1b83e9;
  font-family: 'Poppins' !important;
  font-size: 14px;
  margin-right: 30px;
}
.footer-links ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.social-links {
  text-align: right;
  margin-top: 35px;
}
.social-links ul {
  margin: 0px;
  padding: 0;
}
.social-links ul li {
  display: inline-block;
}
.social-links ul li a {
  color: #949494;
  font-family: 'Poppins' !important;
  font-size: 20px;
  margin-left: 10px;
}
.social-links ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.margin-l {
  margin-left: 15px;
}
.img-hide2 {
  display: none;
}
p.text-new {
  font-family: 'Poppins' !important;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  padding-right: 101px;
}
/*************** Mobile Menu CSS  ***************************/
.g-btn-style {
  margin-bottom: 15px;
  max-width: 130px;
  height: 36px;
}
.close-btn {
  background: no-repeat url("../img/close-btn.png") center center;
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  right: -300px;
  top: 8px;
  background-color: #eee;
  border-radius: 50%;
  padding: 11px 13px 13px 8px;
  text-align: center;
  line-height: 4px;
  z-index: 9999999999999999 !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.m-menu {
  width: 80%;
  margin: 15px auto;
}
.m-menu ul {
  margin: 0;
  padding: 0;
}
.m-menu ul li {
  display: block;
  list-style: none;
}
.m-menu ul li a {
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 15px 10px 15px;
}
.m-menu ul li:first-child a {
  background-color: #fff !important;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.g-btn-style {
  margin-bottom: 10px;
}
.m-menu ul li a:hover {
  color: #fff;
  background-color: #06a649;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#main {
  transition: margin-left .5s;
  padding: 16px;
}
/***********************************/
.modal-dialog {
  width: 450px !important;
  margin: 30px auto;
}
.modal-body {
  position: relative;
  padding: 0px 15px 30px 15px;
  max-width: 320px;
  margin: 0 auto;
}
.modal-body p {
  margin: 30px 0;
}
.modal-header {
  padding: 15px 15px 0px 0px;
  ;
  border-bottom: none !important;
}
/*input[type=checkbox]:checked + label {
  color: #1b83e9;
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
}*/
.modal-header .close {
  margin-top: -2px;
  opacity: 1;
}
.btn-close {
  display: inline-block;
  background: no-repeat url("../img/close-btn.png") center center !important;
  background-size: contain;
  height: 24px;
  width: 24px;
}
/***********************************/
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  color: #1b83e9;
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
}
input[type=radio], input[type=checkbox] {
  position: absolute;
  line-height: 2.1ex;
  opacity: 0;
}
input[type=checkbox] + label::before {
  content: "";
  vertical-align: -25%;
  height: 2ex;
  width: 2ex;
  box-shadow: inset 0 2px 5px rgb(0 0 0 / 25%);
  background-color: transparent;
  border: 1px solid #06a649;
  color: #fff;
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 3px;
  float: left;
}
input[type=checkbox]:checked + label::after {
  content: '';
  background: no-repeat url("../img/check.png") center center;
	background-size: contain;
	height: 24px;
	width: 24px;
  position: absolute;
  top: 0px;
  left: -3px;
  color: #fff !important;
	background-color: transparent;
}
#brands p {
  /*border:1px solid red;*/
  max-width: 575px;
}
.img-hide {
  display: block;
  height: 485px;
  width: 550px;
}
.p-m-l-r {
  padding-left: 15px;
  padding-right: 15px;
}
.h1-m-t {
  margin-top: 15px !important;
}
.h1-tm {
  margin-top: 32px !important;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/*************** Mobile Menu CSS  ***************************/
/**********************************************************************/
/******************* MEDIA QURIES START HERE **************************/
/**********************************************************************/
@media only screen and (max-width: 1792px) {
  .gry-bg {
    padding: 7% 0 0 0;
    min-height: 520px;
  }
  .gry-bg::after {
    height: 480px;
    width: 835px;
    right: 0;
    top: 112px;
  }
  .m-t-b {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  p.text-new {
    margin-right: 7px;
  }
  .form {
    text-align: center;
    margin: 80px 0;
  }
  .footer-links {
    margin-top: 36.5px;
  }
  .social-links {
    margin-top: 32px;
  }
  .footer p {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 1600px) {
  .gry-bg {
    padding: 7% 0 0 0;
    min-height: 520px;
  }
  .gry-bg::after {
    height: 480px;
    width: 835px;
    right: 0;
    top: 112px;
  }
  .m-t-b {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  p.text-new {
    margin-right: 0px;
    padding-right: 103px;
  }
  .form {
    text-align: center;
    margin: 80px 0;
  }
  .footer-links {
    margin-top: 36.5px;
  }
  .social-links {
    margin-top: 32px;
  }
  .footer p {
    margin-top: 34px;
  }
  .img-hide {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1536px) {
  .gry-bg {
    padding: 5.5% 0 0 0;
    min-height: 460px;
  }
  .gry-bg::after {
    height: 415px;
    width: 780px;
    right: 0;
    top: 112px;
  }
  .m-t-b {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  p.text-new {
    margin-right: 0px;
    padding-right: 103px;
  }
  .form {
    text-align: center;
    margin: 80px 0;
  }
  .img-hide {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    width: 1100px;
  }
  .gry-bg {
    padding: 5.5% 0 0 0;
    min-height: 460px;
  }
  .gry-bg::after {
    height: 415px;
    width: 730px;
    right: 0;
    top: 112px;
  }
  .m-t-b {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  p.text-new {
    margin-right: 0px;
    padding-right: 64px;
  }
  .form {
    text-align: center;
    margin: 80px 0;
  }
  .img-hide {
    height: auto;
    width: 100%;
  }
  #brands p {
    max-width: 550px;
  }
  .social-links ul li a {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1366px) {
  .container {
    width: 1080px;
  }
  .gry-bg {
    padding: 5% 0 0 0;
    min-height: 435px;
  }
  .gry-bg::after {
    height: 405px;
    width: 665px;
    right: 0;
    top: 105px;
  }
  .m-t-b {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  p.text-new {
    margin-right: 0px;
    padding-right: 53px;
  }
  .form {
    text-align: center;
    margin: 80px 0;
  }
  .img-hide {
    height: auto;
    width: 100%;
  }
  #brands p {
    max-width: 550px;
  }
  .social-links ul li a {
    margin-left: 7px;
  }
  .h1-m-t {
    margin-top: 7px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    width: 1080px;
  }
  .gry-bg {
    padding: 6% 0 0 0;
    min-height: 435px;
  }
  .gry-bg::after {
    height: 405px;
    width: 665px;
    right: 0;
    top: 105px;
  }
  .m-t-b {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  p.text-new {
    margin-right: 0px;
    padding-right: 53px;
  }
  .form {
    text-align: center;
    margin: 80px 0;
  }
  .social-links ul li a {
    margin-left: 5px;
  }
  .img-hide {
    height: auto;
    width: 100%;
  }
  #brands p {
    max-width: 550px;
  }
  .h1-m-t {
    margin-top: 7px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    width: inherit;
  }
  .gry-bg::after {
    height: 298px;
    width: 580px;
    right: 0;
    top: 120px;
  }
  .gry-bg h1 {
    font-size: 38px;
  }
  .gry-bg p {
    font-size: 20px;
  }
  .btn-1 {
    width: 175px;
  }
  .btn-2 {
    margin-top: 15px;
    width: 175px;
  }
  .gry-bg {
    padding: 3.5% 0 0 0;
    min-height: 355px;
  }
  p.text-new {
    margin-right: 6px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .btn-nav {
    height: 35px;
    width: 120px;
    font-size: 16px;
  }
  .navbar-right {
    margin-top: 15px !important;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 7px 7px;
    font-size: 13px !important;
  }
  .top-strip {
    height: 65px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar {
    min-height: 65px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  a.navbar-brand img {
    max-width: 82%;
  }
  .gry-bg {
    padding: 3% 0 0 0;
    min-height: 325px;
  }
  .gry-bg::after {
    height: 228px;
    width: 444px;
    right: 0;
    top: 105px;
  }
  .gry-bg h1 {
    font-size: 30px;
  }
  .gry-bg p {
    font-size: 18px;
  }
  .btn-1 {
    height: 40px;
    width: 130px;
    font-size: 16px;
  }
  .btn-2 {
    margin-top: 15px;
    height: 40px;
    width: 130px;
    font-size: 16px;
  }
  .content h1 {
    font-size: 24px;
    margin-top: 0px;
  }
  .content p {
    font-size: 12px;
    line-height: 1.4;
  }
  .bg-green h2 {
    margin-top: 0px;
  }
  .bg-green {
    padding: 15px 0;
  }
  p.text-new {
    margin-right: 4px;
  }
  .content ol li {
    font-size: 12px;
  }
  .social-links ul li a {
    font-size: 18px;
    margin-left: 2px;
  }
  .footer p {
    margin-top: 34px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
	.modal-body {
    
    padding: 0px 16px 30px 16px;
   
}
  .h1-m-t {
    margin-top: 30px !important;
  }
  .top-strip {
    height: 60px;
  }
  .navbar-brand {
    padding: 8px 15px 15px 5px;
  }
  .navbar-brand img {
    max-width: 75%;
  }
  .navbar-right {
    float: left !important;
    margin-right: 0px !important;
    margin-top: 16px !important;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333333;
  }
  .gry-bg::after {
    height: 275px;
    width: 375px;
    background: no-repeat url("../img/img-m-1.png") center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 70px;
  }
  .p-m-l-r {
    padding-left: 27px;
    padding-right: 27px;
  }
  .gry-bg h1 {
    margin-top: 290px;
    font-size: 30px;
    line-height: 42px;
  }
  .gry-bg p {
    font-size: 15px;
    padding-right: 0%;
    line-height: 30px;
    margin: 15px 0 10px 0;
  }
  .btn-1 {
    width: 100%;
    margin-top: 20px;
  }
  .btn-2 {
    width: 100%;
    margin-top: 20px;
  }
  .margin-l {
    margin-left: 0px;
  }
  .gry-bg {
    min-height: 650px;
  }
  .m-t-b {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .img-hide {
    display: none;
  }
  .img-hide2 {
    display: block;
    margin-top: 20px;
  }
  .bg-green {
    padding: 25px 0 5px 0;
  }
  .margin-b {
    margin-bottom: 30px;
  }
  .bg-green p {
    margin-bottom: 0;
  }
  .bg-green h1 {
    margin-top: 0;
  }
  p.text-new {
    font-size: 14px;
    padding: 0;
    margin-right: 0px;
  }
  .p-r-l-2 {
    padding-left: 0 !important;
    padding-right: 0px !important;
  }
  .form {
    text-align: center;
    margin: 40px 0;
  }
  .footer {
    height: 182px;
  }
  .footer-links ul li {
    display: block;
    margin-bottom: 15px;
  }
  .footer p {
    text-align: left;
    margin-top: 0px;
  }
  .social-links {
    text-align: left;
    margin-top: 15px;
  }
  .footer-links {
    margin-top: 32px;
  }
  .navbar-inverse .navbar-toggle {
    border: none !important;
  }
  .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
  }
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: none !important;
  }
  .modal-dialog {
    width: 100% !important;
    margin: 0px auto;
  }
  .modal-open .modal {
    z-index: 99999;
  }
  .btn-close {
    display: inline-block;
    background: no-repeat url("../img/arrow.png") center center !important;
    background-size: contain;
    height: 24px;
    width: 24px;
    float: left;
    margin-left: 35px;
    margin-top: 15px !important;
  }
  .modal-body p {
    margin: 15px 0 20px 0;
  }
  .modal-header {
    padding: 5px 15px 0px 0px;
    border-bottom: none !important;
  }
  .modal-content {
    height: 100vh !important;
  }
  .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .content h1 {
    font-size: 25px;
    margin-top: 30px;
  }
  .bg-green p {
    font-size: 18px;
    font-weight: 300;
  }
  .bg-green h1 {
    font-size: 50px;
    margin-top: 10px;
  }
  .m-t-m {
    margin-top: -20px !important;
  }
  #payouts {
    margin-top: 50px;
  }
  #payouts p {
    margin-bottom: 20px;
  }
  .faq-m-t {
    margin-top: 20px;
  }
}
@media (min-width: 400px) and (max-width: 420px) {
		.modal-body {
    
    padding: 0px 0px 30px 0px;
   
}
  .gry-bg h1 {
    font-size: 34px;
  }
  .gry-bg::after {
    height: 305px;
    width: 418px;
    background: no-repeat url(../img/img-m-1.png) center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50px;
}
  .close-btn {
    right: -345px;
    top: 8px;
  }
  .btn-close {
    margin-left: 56px;
  }
  .content h1 {
    font-size: 26px;
  }
}
@media (min-width: 370px) and (max-width: 375px) {
	.modal-body {
    
    padding: 0px 16px 30px 16px;
   
}
  .gry-bg h1 {
    font-size: 34px;
  }
  .close-btn {
    right: -312px;
    top: 8px;
  }
  .btn-close {
    margin-left: 40px;
  }
}
.contact-message {
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
}
.back-arrow {
  margin: 15px auto 0px auto;
}
.back-arrow a {
  height: 24px;
  width: 24px;
  background: no-repeat url(../img/arrow.png) center center;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 400px) {
  h4.panel-title {
    padding-right: 22px;
  }
}
@media screen and (max-width: 340px) {
	.modal-body {
    
    padding: 0px 36px 30px 36px;
   
}
  .close-btn {
    right: -261px;
    top: 8px;
  }
}