@media only screen and (max-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}

body {
  font-family: 'Nunito', sans-serif !important;
}

a {
  text-decoration: none !important;
}

div.error {
  text-align: left;
  font-size: 14px;
  color: #9e0000;
  margin-top: 5px;
  padding-left: 10px;
}

.pac-container {
  z-index: 1051 !important;
}

.main_menu {
  padding: 20px 15px;
  background-color: #fff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_menu .navbar-brand img {
  width: 180px;
  position: relative;
  bottom: 7px;
}

.main_menu ul .nav-item a {
  color: #000 !important;
  font-size: 16px;
}

.main_menu ul .nav-item a.active {
  color: #06060c !important;
}

.main_menu ul .nav-item .nav-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_menu ul .nav-item .nav-link:hover {
  color: #06060c !important;
}

.main_menu ul .nav-item .btn-default {
  padding: 0;
  background-color: #5ebf49;
  padding: 9px 40px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-left: 20px;
  border-radius: 50px;
}

.main_menu .dropdown-menu {
  margin-top: 25px;
  border-radius: 15px;
}

.main_menu .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  background: #5ebf49 !important;
}

.main_menu .dropdown-menu .dropdown-item.active {
  color: #fff !important;
  background: #5ebf49 !important;
}

.animatedMenuClass {
  display: block;
  background-color: #fff !important;
  padding: 15px 15px;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}

.animatedMenuClass ul .nav-item a {
  color: #06060c !important;
}

.animatedMenuClass ul .nav-item a.active {
  color: #5ebf49 !important;
}

.animatedMenuClass ul .nav-item .nav-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.animatedMenuClass ul .nav-item .nav-link:hover {
  color: #5ebf49 !important;
}

#siteLogo {
  display: block;
}

#siteLogomob {
  display: none;
}

@media only screen and (max-width: 767px) {
  #siteLogo {
    display: none;
  }
  #siteLogomob {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .main_menu .navbar-brand img {
    width: 185px;
  }
  .main_menu ul .nav-item {
    padding-left: 0;
  }
  .main_menu ul .nav-item a {
    font-size: 16px;
  }
  .main_menu ul .nav-item .btn-default {
    padding: 6px 40px !important;
  }
  .main_menu .dropdown-menu {
    margin-top: 20px;
    border-radius: 10px;
  }
  .main_menu .dropdown-menu a {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .main_menu {
    background-color: #fff !important;
    padding: 10px 15px;
  }
  .main_menu .navbar-brand img {
    width: 155px;
  }
  .main_menu ul .nav-item a {
    font-size: 16px;
  }
  .main_menu ul .nav-item a .btn-default {
    background-color: #5ebf49;
    padding: 2px 15px;
    width: 100%;
  }
  .main_menu ul .nav-item .mailid {
    font-weight: 600;
  }
  .main_menu .dropdown-menu {
    margin-top: 0;
    border-radius: 10px;
  }
  .main_menu .dropdown-menu a {
    font-size: 14px !important;
  }
  .animatedMenuClass {
    background-color: #fff !important;
  }
}

#sidebar-wrapper ul li .active {
  color: #fff !important;
  background: #5ebf49 !important;
}

#sidebar-wrapper ul a i {
  position: absolute !important;
  right: 16px !important;
  top: 60px !important;
}

#sidebar-wrapper .sub-menu {
  background-color: #292929;
  list-style: none;
  padding-left: 0;
  cursor: pointer;
}

#sidebar-wrapper .sub-menu li {
  line-height: 35px;
}

#sidebar-wrapper .sub-menu li a {
  font-size: 13px;
  padding-left: 12px;
}

#sidebar-wrapper .contact_section {
  z-index: 999;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 5px 20px;
  background-color: #5ebf49;
}

#sidebar-wrapper .contact_section h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 0;
}

#sidebar-wrapper .contact_section h4 i {
  padding-right: 4px;
}

#sidebar-wrapper .contact_section h4 a {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#sidebar-wrapper .contact_section h4 a:hover {
  color: #000;
}

@media only screen and (max-width: 767px) {
  #sidebar-wrapper .sidebar-nav {
    margin-top: 6px;
  }
}

.paddCutter {
  margin-top: 99px;
}

@media only screen and (max-width: 992px) {
  .paddCutter {
    margin-top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .paddCutter {
    margin-top: 76px;
  }
}

header {
  background: url(../images/background/main-banner.jpg) no-repeat center center fixed;
  background-size: cover;
  text-align: center;
  padding: 190px 0 150px;
}

header h4 {
  margin: 0;
  font-size: 24px;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 600;
  padding-top: 10px;
}

header h1 {
  font-weight: 600;
  color: #fff;
  margin: 0;
  font-size: 70px;
}

header .form-holder {
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 40px 40px;
}

header .form-holder .form-control {
  background-color: transparent;
  color: #fff !important;
  font-size: 16px;
  border-radius: 0;
  height: 50px;
}

header .form-holder select {
  color: #06060c;
  background: transparent;
  -webkit-appearance: none;
}

header .form-holder select option {
  background-color: #06060c;
}

header .form-holder .postCodeField::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}

header .form-holder .postCodeField:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}

header .form-holder .postCodeField::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}

header .form-holder .postCodeField::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}

header .form-holder .postCodeField:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

header .form-holder .postCodeField::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
}

header .form-holder .btn-block {
  border-radius: 0;
  padding: 9px;
  background-color: #5ebf49;
  border: 1px solid #5ebf49;
}

header .form-holder div.error {
  text-align: left;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
}

@media only screen and (max-width: 992px) {
  header {
    padding: 200px 0px 60px;
  }
  header h4 {
    font-size: 20px;
  }
  header h1 {
    font-size: 35px;
  }
  header .form-holder {
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px 30px;
  }
  header .form-holder .form-control {
    background-color: transparent;
    color: #fff !important;
    font-size: 14px;
    border-radius: 0;
    height: 40px;
    margin: 6px 0;
  }
  header .form-holder .btn-block {
    border-radius: 0;
    padding: 7px;
    font-size: 16px;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 80px 0px 60px;
  }
}

.innerpage-content {
  padding: 60px 0;
}

.innerpage-content img {
  margin: 0 auto;
  display: block;
  width: 160px;
}

.innerpage-content p {
  color: #000;
  font-size: 16px;
  text-align: justify;
}

.innerpage-content h3 {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 7px;
}

.innerpage-content ul {
  padding-left: 15px;
}

.innerpage-content ul.with-heading-para li {
  margin: 40px 0;
}

@media only screen and (max-width: 992px) {
  .innerpage-content {
    padding: 30px 0;
  }
}

footer .upperSection {
  padding: 30px 0;
  background-color: #06060c;
}

footer .upperSection img {
  margin: 0 auto;
  padding-bottom: 25px;
  display: block;
  width: 190px;
}

footer .upperSection ul.list-inline {
  text-align: center;
}

footer .upperSection ul.list-inline a {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .upperSection ul.list-inline a:hover {
  color: #5ebf49;
}

footer .upperSection .underline {
  background-color: #5ebf49;
  height: 2px;
  width: 50%;
  margin: 0 auto;
}

footer .upperSection h5, footer .upperSection h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  text-align: center;
}

footer .upperSection h5 a, footer .upperSection h4 a {
  color: #fff;
}

footer .upperSection h5 a:hover, footer .upperSection h4 a:hover {
  color: #5ebf49;
}

footer .upperSection h5 {
  margin: 16px 0 5px !important;
}

footer .bottomSection {
  text-align: center;
  padding: 15px 0;
  background-color: #06060c;
}

footer .bottomSection p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.banner-section {
  background-color: #effafa;
}

.banner-section h1, .banner-section p {
  text-align: center;
  margin: 0;
}

.banner-section h1 {
  font-family: 'Coustard', serif;
  font-size: 50px;
  color: #00b9f2;
  margin-top: 80px;
}

.banner-section p {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 10px 0 20px;
}

.banner-section .form-holder {
  width: 30%;
  margin: 0 auto;
}

.banner-section .form-holder .input-group {
  display: block;
}

.banner-section .form-holder .input-group .form-control {
  height: 40px;
  border-radius: 50px;
  font-size: 14px;
  padding-left: 25px !important;
}

.banner-section .form-holder .input-group .btn-success {
  border-radius: 50px !important;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  font-size: 16px;
  background-color: #5ebf49;
  color: #fff;
  border: 1px solid #5ebf49;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-section .points {
  margin-top: 27px;
  font-size: 14px;
  font-weight: 600;
}

.banner-section .points ul {
  margin-bottom: 0;
}

.banner-section .points ul li {
  padding: 3px 0;
  color: #42454a;
  list-style: none;
}

.banner-section .points ul li::before {
  content: "\2022";
  color: #5ebf49;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  top: -2px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .banner-section h1 {
    font-size: 35px;
    margin-top: 30px;
  }
  .banner-section p {
    font-size: 18px;
  }
  .banner-section .form-holder {
    width: 100%;
  }
  .banner-section .form-holder .input-group {
    display: block;
  }
  .banner-section .form-holder .input-group .form-control {
    border-radius: 50px !important;
    height: 45px;
    width: 100%;
    font-size: 15px;
  }
  .banner-section .form-holder .input-group .btn-success {
    border-radius: 50px !important;
    width: 100%;
    height: 45px;
    margin-top: 5px;
    font-size: 15px;
  }
  .banner-section .points ul {
    padding-left: 0;
  }
}

.hp-second-section {
  padding-bottom: 40px;
}

.hp-second-section h2, .hp-second-section h4 {
  margin: 0;
  text-align: center;
}

.hp-second-section h2 {
  font-family: 'Coustard', serif;
  font-size: 50px;
  color: #00b9f2;
  margin-top: 80px;
}

.hp-second-section h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 10px 0 20px;
}

.hp-second-section .holder {
  text-align: center;
  margin-bottom: 30px;
}

.hp-second-section .holder .main-icon {
  width: 160px;
}

.hp-second-section .holder .steps-icon {
  width: 100px;
  margin: 30px 0 15px;
}

.hp-second-section .holder h3 {
  font-size: 30px;
  font-family: 'Coustard', serif;
  margin: 0;
  color: #00b9f2;
  padding-bottom: 10px;
}

.hp-second-section .holder p {
  margin: 0;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .hp-second-section h2 {
    font-size: 35px;
    margin-top: 40px;
  }
  .hp-second-section h4 {
    font-size: 18px;
  }
  .hp-second-section .holder .main-icon {
    width: 140px;
  }
  .hp-second-section .holder h3 {
    font-size: 25px;
  }
  .hp-second-section .holder p {
    font-size: 15px;
  }
}

.hp-third-section {
  background-color: #effafa;
  padding-bottom: 20px;
  -webkit-transition: 0.70s;
  transition: 0.70s;
}

.hp-third-section h2, .hp-third-section h4 {
  margin: 0;
  text-align: center;
}

.hp-third-section h2 {
  font-family: 'Coustard', serif;
  font-size: 50px;
  color: #00b9f2;
  margin-top: 80px;
}

.hp-third-section h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 10px 0 20px;
}

.hp-third-section .for-desktop {
  display: block;
}

.hp-third-section .for-mobile {
  display: none;
}

.hp-third-section .img-cont-sec {
  margin-bottom: 80px;
}

.hp-third-section .img-cont-sec h3 {
  font-family: 'Coustard', serif;
  margin: 0;
  font-size: 35px;
  color: #53c307;
  padding-bottom: 10px;
}

.hp-third-section .img-cont-sec p {
  margin: 0;
  font-size: 18px;
  text-align: justify;
}

.hp-third-section .img-cont-sec .img-right {
  width: 90%;
  float: right;
}

.hp-third-section .img-cont-sec .img-left {
  width: 90%;
  text-align: left;
}

.hp-third-section .img-cont-sec .circle-icon-left {
  position: absolute;
  z-index: 5;
  width: 140px;
  top: 30%;
  right: 11px;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.hp-third-section .img-cont-sec .circle-icon-right {
  position: absolute;
  z-index: 5;
  width: 140px;
  top: 30%;
  left: 11px;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.hp-third-section .img-cont-sec:hover .circle-icon-left, .hp-third-section .img-cont-sec:hover .circle-icon-right {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .hp-third-section h2 {
    font-size: 35px;
    margin-top: 30px;
  }
  .hp-third-section h4 {
    font-size: 18px;
  }
  .hp-third-section .for-desktop {
    display: none;
  }
  .hp-third-section .for-mobile {
    display: block;
  }
  .hp-third-section .img-cont-sec {
    margin-bottom: 30px;
  }
  .hp-third-section .img-cont-sec .circle-icon-right {
    top: 27%;
    width: 94px;
  }
  .hp-third-section .img-cont-sec .circle-icon-left {
    top: 27%;
    width: 94px;
  }
  .hp-third-section .img-cont-sec h3 {
    font-size: 25px;
    text-align: center;
    padding-top: 13px;
  }
  .hp-third-section .img-cont-sec p {
    font-size: 15px;
  }
}

.contactus_section {
  padding: 40px 0 40px;
}

.contactus_section h2, .contactus_section h4 {
  margin: 0;
  text-align: center;
}

.contactus_section h2 {
  font-family: 'Coustard', serif;
  font-size: 50px;
  color: #00b9f2;
}

.contactus_section h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 10px 0 20px;
}

.contactus_section .holder {
  display: block;
  border-radius: 15px;
  border: 2px solid #878787;
  text-align: center;
  padding: 30px 20px;
  min-height: 230px;
  margin-bottom: 20px;
}

.contactus_section .holder h3 {
  color: #5ebf49;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.contactus_section .holder p {
  margin: 0;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #373435;
}

.contactus_section .holder img {
  width: 90px;
}

.contactus_section .form_holder .contact-form-holder {
  background-color: #5ebf49;
  padding: 30px 20px;
  border-radius: 15px;
}

.contactus_section .form_holder .error {
  color: #750000;
  font-size: 14px;
  padding-left: 5px;
}

.contactus_section .form_holder .form-control {
  border-radius: 15px;
  margin: 8px 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 14px;
}

.contactus_section .form_holder textarea {
  border-radius: 15px !important;
}

.contactus_section .form_holder input, .contactus_section .form_holder select {
  height: 45px;
}

.contactus_section .form_holder .btn-default {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000;
  border: 1px solid #000;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 30px !important;
  display: block;
  font-weight: 600;
}

.contactus_section .form_holder .btn-default:hover {
  background-color: #000;
}

@media only screen and (max-width: 992px) {
  .contactus_section {
    padding: 30px 0;
  }
  .contactus_section h1 {
    font-size: 30px;
  }
  .contactus_section .underline1 {
    width: 250px;
  }
  .contactus_section .form_holder {
    width: 100%;
  }
  .contactus_section .form_holder input, .contactus_section .form_holder select {
    height: 35px;
  }
  .contactus_section .form_holder .form-control {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .contactus_section h2 {
    font-size: 35px;
    margin-top: 30px;
  }
  .contactus_section h4 {
    font-size: 18px;
  }
}

.awesomplete {
  text-align: left;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.awesomplete .visually-hidden {
  margin-top: 5px;
  position: absolute;
  width: 100%;
  display: none;
}

.awesomplete #awesomplete_list_1 {
  list-style: none;
  background-color: #06060c;
  color: #fff;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  overflow-y: auto !important;
  max-height: 200px !important;
}

.awesomplete #awesomplete_list_1 li {
  font-size: 14px;
  cursor: pointer;
  padding: 8px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.awesomplete #awesomplete_list_1 li:hover {
  background-color: #5ebf49;
}

.awesomplete #awesomplete_list_1 li mark {
  background-color: #5ebf49;
  border-radius: 10px;
}

.regicom-model .modal-content {
  border-radius: 0;
  border: none;
}

.regicom-model .modal-content .btn-secondary {
  background-color: transparent;
  padding: 2px 10px;
  color: #000;
  font-weight: 600;
  position: relative;
  border-radius: 50px;
  font-size: 13px;
}

.regicom-model .radioButton-holder .nav-tabs .nav-item {
  width: 50% !important;
}

.regicom-model .radioButton-holder .nav-tabs .nav-item .nav-link {
  border: 2px solid #5ebf49 !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  border-radius: 0;
  color: #5ebf49 !important;
}

.regicom-model .radioButton-holder .nav-tabs .nav-item .nav-link.active {
  background-color: #5ebf49 !important;
  border-color: #5ebf49 !important;
  border-radius: 0;
  color: #fff !important;
}

.regicom-model .radioButton-holder .tab-content {
  text-align: center;
}

.regicom-model .radioButton-holder .tab-content .input-hidden {
  position: absolute;
  left: -9999px;
}

.regicom-model .radioButton-holder .tab-content img {
  border-radius: 150px;
}

.regicom-model .radioButton-holder .tab-content input[type=radio]:checked + label > img {
  -webkit-animation: pulse-animation-regicomsec 2s infinite;
          animation: pulse-animation-regicomsec 2s infinite;
}

.regicom-model .radioButton-holder .tab-content input[type=radio]:checked + label > span {
  color: #00b9f2;
}

.regicom-model .radioButton-holder .tab-content input[type=radio] + label > img {
  width: 150px;
  margin: 5px 5px 20px;
  cursor: pointer;
}

.regicom-model .radioButton-holder .tab-content .btn-default {
  background-color: #5ebf49;
  padding: 5px 40px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 50px;
}

.regicom-model .radioButton-holder .tab-content .btn-default i {
  margin-left: 2px;
}

.regicom-model .optinForm-holder {
  display: none;
}

.regicom-model .optinForm-holder h3 {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #00b9f2;
  padding-top: 20px;
}

.regicom-model .optinForm-holder .form-group {
  margin-bottom: 5px;
}

.regicom-model .optinForm-holder .form-group label {
  font-size: 14px;
  padding-left: 8px;
  font-weight: 600;
}

.regicom-model .optinForm-holder .form-group .form-control {
  height: 40px;
  border-radius: 50px;
  font-size: 14px;
}

.regicom-model .optinForm-holder .btn-default {
  background-color: #5ebf49;
  padding: 5px 40px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 50px;
}

@-webkit-keyframes pulse-animation-regicomsec {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 185, 242, 0.8);
            box-shadow: 0 0 0 0px rgba(0, 185, 242, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 185, 242, 0);
            box-shadow: 0 0 0 20px rgba(0, 185, 242, 0);
  }
}

@keyframes pulse-animation-regicomsec {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 185, 242, 0.8);
            box-shadow: 0 0 0 0px rgba(0, 185, 242, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 185, 242, 0);
            box-shadow: 0 0 0 20px rgba(0, 185, 242, 0);
  }
}

.fullWraper {
  background: -webkit-gradient(linear, left top, right top, from(#5ebf49), to(#00b9f2));
  background: linear-gradient(to right, #5ebf49 0%, #00b9f2 100%);
  padding: 60px 0 60px;
}

.fullWraper h2 {
  font-family: 'Coustard', serif;
  font-size: 38px;
  color: #fff;
  margin: 0;
  text-align: center;
}

.fullWraper h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 5px 0 20px;
  text-align: center;
}

.fullWraper .border-wraper {
  border: 3px solid #fff;
  width: 60%;
  margin: 0 auto;
  padding: 20px 0;
}

.fullWraper .question-holder {
  background-color: #fff;
  padding: 60px 40px;
}

.fullWraper .question-holder .from-group {
  padding-bottom: 30px;
}

.fullWraper .question-holder .from-group h5 {
  margin: 0;
  font-size: 20px;
  color: #000;
  padding-bottom: 15px;
  font-weight: 600;
}

.fullWraper .question-holder .from-group .form-check-label {
  font-size: 15px;
}

.fullWraper .question-holder .from-group .form-check-label .form-check-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: relative;
  margin-right: 5px;
  top: 1px;
}

.fullWraper .question-holder .from-group .text-field {
  font-size: 14px;
  color: #000;
  border-radius: 0 !important;
  height: 40px;
}

.fullWraper .question-holder .btn-default {
  padding: 0;
  background-color: #5ebf49;
  padding: 9px 40px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 50px;
}

@media only screen and (max-width: 992px) {
  .fullWraper h2 {
    font-size: 30px;
  }
  .fullWraper h4 {
    font-size: 16px;
  }
  .fullWraper .border-wraper {
    border: 3px solid #fff;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .fullWraper .question-holder {
    padding: 30px;
  }
  .fullWraper .from-group h5 {
    margin: 0;
    font-size: 16px;
    color: #000;
    padding-bottom: 15px;
    font-weight: 600;
  }
  .fullWraper .from-group p {
    font-size: 15px;
  }
}

.aboutsoler-bg {
  background: url(../images/banners/about-soler.JPG) no-repeat center center;
}

.solerregistratiuon-bg {
  background: url(../images/banners/solar-registration-bg.jpg) no-repeat center center;
}

.innerbannerSection {
  background-size: cover;
  padding: 150px 0 100px;
  text-align: center;
}

.innerbannerSection h2 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
}

.innerbannerSection .inner-underline {
  height: 2px;
  background-color: #fff;
  width: 40%;
  margin: 13px auto;
}

.innerbannerSection p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.innerbannerSection .btn-primary {
  background-color: #5ebf49;
  padding: 9px 40px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  border: 2px solid #fff;
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  .innerbannerSection {
    padding: 170px 0 80px;
  }
  .innerbannerSection h2 {
    font-size: 30px;
  }
  .innerbannerSection .inner-underline {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .innerbannerSection {
    padding: 90px 0 80px;
  }
}

.aboutsoler-text-section {
  padding: 40px 0;
  text-align: center;
}

.aboutsoler-text-section p {
  font-size: 16px;
  margin: 0;
}

.aboutsoler-text-section h3 {
  font-family: 'Coustard', serif;
  font-size: 28px;
  margin: 0;
  color: #00b9f2;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .aboutsoler-text-section h3 {
    font-size: 25px;
  }
}

.aboutsoler-imgtext-section {
  text-align: center;
  padding: 30px 0 20px;
}

.aboutsoler-imgtext-section .holder {
  margin-bottom: 40px;
}

.aboutsoler-imgtext-section .holder img {
  width: 200px;
}

.aboutsoler-imgtext-section .holder h3 {
  font-family: 'Coustard', serif;
  font-size: 23px;
  margin: 0;
  color: #5ebf49;
  padding: 5px 0;
  margin-top: 20px;
}

.aboutsoler-imgtext-section .holder ul {
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aboutsoler-imgtext-section .holder a.btn-primery {
  background-color: transparent;
  padding: 5px 25px;
  color: #5ebf49;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  border: 2px solid #5ebf49;
  margin-top: 20px;
}

.aboutsolerinner-text-section {
  padding: 30px 0;
}

.aboutsolerinner-text-section h3 {
  font-family: 'Coustard', serif;
  font-size: 25px;
  margin: 0;
  color: #00b9f2;
  padding: 12px 0 8px;
}

.aboutsolerinner-text-section h4 {
  font-size: 17px;
  margin: 0;
  color: #5c5c5c;
  padding: 12px 0 8px;
  font-weight: 600;
}

.aboutsolerinner-text-section p {
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
  text-align: justify;
}

.aboutsolerinner-text-section ul {
  font-size: 16px;
  margin: 0;
  text-align: justify;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .aboutsolerinner-text-section h3 {
    font-size: 25px;
  }
}

.soler-registration-wrapper .sec1 {
  padding: 40px 0;
  text-align: center;
}

.soler-registration-wrapper .sec1 P {
  font-size: 18px;
}

.soler-registration-wrapper .sec1 .btn-primary {
  background-color: #5ebf49;
  padding: 9px 40px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  border: 2px solid #fff;
  margin-top: 20px;
}

.soler-registration-wrapper .sec2 {
  padding: 30px 0;
  text-align: center;
}

.soler-registration-wrapper .sec2 h3 {
  font-family: 'Coustard', serif;
  font-size: 30px;
  color: #00b9f2;
  margin-bottom: 50px;
}

.soler-registration-wrapper .sec2 .holder {
  margin-bottom: 20px;
}

.soler-registration-wrapper .sec2 .holder img {
  width: 130px;
}

.soler-registration-wrapper .sec2 .holder h4 {
  font-size: 23px;
  font-family: 'Coustard', serif;
  margin: 0;
  color: #00b9f2;
  padding-bottom: 10px;
  padding-top: 10px;
}

.soler-registration-wrapper .sec2 .holder p {
  margin: 0;
  font-size: 16px;
}

.soler-registration-wrapper .sec3 {
  padding: 30px 0;
}

.soler-registration-wrapper .sec3 h3 {
  font-family: 'Coustard', serif;
  font-size: 30px;
  color: #00b9f2;
  text-align: center;
}

.soler-registration-wrapper .sec3 p {
  margin: 0;
  font-size: 18px;
  text-align: center;
  padding-bottom: 50px;
}

.soler-registration-wrapper .sec3 h4 {
  margin-top: 100px;
  font-family: 'Coustard', serif;
  font-size: 28px;
  color: #5ebf49;
}

.soler-registration-wrapper .sec3 ul {
  padding-left: 17px;
  line-height: 31px;
}

.soler-registration-wrapper .sec3 img {
  float: right;
  width: 90%;
}

.soler-registration-wrapper .sec4 {
  padding: 30px 0;
}

.soler-registration-wrapper .sec4 h3 {
  font-family: 'Coustard', serif;
  font-size: 30px;
  color: #00b9f2;
  text-align: center;
}

.soler-registration-wrapper .sec4 p {
  margin: 0;
  font-size: 18px;
  text-align: center;
  padding-bottom: 50px;
}

.soler-registration-wrapper .sec4 h4 {
  margin-top: 100px;
  font-family: 'Coustard', serif;
  font-size: 28px;
  color: #5ebf49;
}

.soler-registration-wrapper .sec4 ul {
  padding-left: 17px;
  line-height: 31px;
}

.soler-registration-wrapper .sec4 img {
  float: left;
  width: 90%;
}

.soler-registration-wrapper .sec5 {
  text-align: center;
  padding: 60px 0;
  background-color: #00b9f2;
}

.soler-registration-wrapper .sec5 h3 {
  font-family: 'Coustard', serif;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.soler-registration-wrapper .sec5 .holder {
  margin-bottom: 20px;
}

.soler-registration-wrapper .sec5 .holder img {
  width: 130px;
}

.soler-registration-wrapper .sec5 .holder h4 {
  font-size: 23px;
  font-family: 'Coustard', serif;
  margin: 0;
  color: #00b9f2;
  padding-bottom: 10px;
  padding-top: 10px;
}

.soler-registration-wrapper .sec5 .holder p {
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}

.soler-registration-wrapper .sec5 h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
}

.soler-registration-wrapper .sec5 .btn-primary {
  background-color: transparent;
  padding: 10px 70px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  border: 2px solid #fff;
  margin-top: 20px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .soler-registration-wrapper .sec3 img {
    width: 100%;
  }
  .soler-registration-wrapper .sec3 h4 {
    margin-top: 0px;
    font-size: 25px;
  }
  .soler-registration-wrapper .sec4 img {
    width: 100%;
  }
  .soler-registration-wrapper .sec4 h4 {
    margin-top: 0px;
    font-size: 25px;
  }
}

.our-packages-section {
  text-align: center;
  padding: 100px 0 0;
}

.our-packages-section .img-holder {
  position: absolute;
  width: 95%;
  top: -60px;
}

.our-packages-section .img-holder img {
  width: 120px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-packages-section .content-holder {
  border: 2px solid #5ebf49;
  padding: 20px;
  margin-bottom: 70px;
}

.our-packages-section .content-holder h3 {
  font-family: 'Coustard', serif;
  font-size: 23px;
  color: #00b9f2;
  margin-bottom: 5px;
  margin-top: 55px;
}

.our-packages-section .content-holder p {
  font-size: 15px;
  margin: 0;
}

.our-packages-section .content-holder .btn-primary {
  background-color: transparent;
  padding: 7px 15px;
  width: 100%;
  color: #5ebf49;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  border: 2px solid #5ebf49;
  margin-top: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .our-packages-section .content-holder h3 {
    font-size: 20px;
  }
}

.ourPackagesModalcommonCss .modal-content {
  border-radius: 0;
  border: none;
  text-align: justify;
}

.ourPackagesModalcommonCss .modal-content .modal-header {
  background-color: #5ebf49;
  border-radius: 0;
}

.ourPackagesModalcommonCss .modal-content .modal-header h4 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.ourPackagesModalcommonCss .modal-content .modal-body {
  font-size: 15px !important;
}

.ourPackagesModalcommonCss .modal-content .modal-body ol {
  padding-left: 27px;
  line-height: 30px;
}

.ourPackagesModalcommonCss .modal-content .btn-danger {
  background-color: transparent;
  padding: 2px 10px;
  color: #000;
  font-weight: 600;
  position: relative;
  border-radius: 50px;
  font-size: 13px;
}

/*Common text holder css starts here*/
.common_text_holder {
  padding: 60px 0;
}

.common_text_holder h2 {
  font-family: 'Coustard', serif;
  font-size: 23px;
  color: #00b9f2;
  margin: 0;
  padding-bottom: 15px;
}

.common_text_holder h5 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  color: #201e1e;
  padding-bottom: 15px;
}

.common_text_holder p {
  text-align: justify;
  color: #201e1e;
}

.common_text_holder ul {
  padding-left: 17px;
}

@media only screen and (max-width: 992px) {
  .common_text_holder {
    padding: 30px 0;
  }
  .common_text_holder h2 {
    font-size: 27px;
  }
}
/*# sourceMappingURL=style.css.map */