:root {
  --primary-color: #fdc830;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 36px;
  font-weight: 500;
}

ul,
li,
a,
p {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec {
  padding: 60px 0;
  width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no_space {
  padding-right: 0px;
  padding-left: 0px;
}

.main_btn {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 15px 15px;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid var(--primary-color);
  transition: 0.3s;
}

.main_btn:hover {
  background: var(--primary-color);
  color: #ffffff;
  /* border-color: #0d0cb5; */
}

.main_btn1 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
  background: #c8212100;
  color: #fff;
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #ffffff;
  transition: 0.5s;
  margin: 0 0 0 20px;
}

.main_btn1:hover {
  color: #fff;
  border-color: #c82121;
}

.border {
  position: relative;
}

.border:before {
  background-color: #b11b0e;
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  top: -12px;
  width: 70px;
}

/************************** popup  ************************************/
.modal {
  top: 0%;
  background: #000000de;
}

.modal-dialog {
  max-width: 500px;
  margin: 80px auto 0;
}

.pop_heading {
  width: 100%;
  padding: 20px 20px 0px;
}

.pop_heading h5 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 5px;
  border-left: 4px solid var(--primary-color);
  padding: 0 20px;
  line-height: 29px;
  text-transform: uppercase;
  color: var(--primary-color);
}

.pop_heading h4 {
  font-size: 15px;
  color: #858585;
}

.field {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}

span.pop_icon {
  position: absolute;
  color: var(--primary-color);
  left: 13px;
  top: 11px;
}

.field .form-control {
  width: 100%;
  border-radius: 0;
  padding: 3px 0 4px 37px;
  resize: auto;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #000;
}

.modal-content {
  box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
  width: 450px;
  border-bottom: var(--primary-color) 5px solid;
  border-radius: 23px;
}

#popupform p {
  text-align: center;
  font-size: 14px;
  color: #F37335;
  margin: 19px 0 0;
}

.modal-header {
  padding: 0;
  border: none;
}

button.pop_btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0;
  border: none;
  width: 100%;
  background: var(--primary-color);
}

button.close {
  background: url(img/cross.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  right: 15px;
  display: block;
  opacity: 1;
}

.fade.in {
  overflow: hidden;
}

.field textarea.form-control {
  height: 150px;
}

button.ban_btn span {
  background: #bf2727;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 50px;
  display: block;
  text-align: center;
}

/************************** popup ************************************/
.banner.error_page_banner {
  padding: 140px 0;
  background: #000;
  color: #fff;
  text-align: center;
}

.error_page h1 {
  margin: 0 0 20px;
}

/*sidebar form*/
.sidebar_form_bg {
  width: 250px;
  position: fixed;
  top: 20%;
  transform: translate(-250px, 0);
  border-radius: 5px;
  cursor: pointer;
  transition: linear 0.3s;
  z-index: 99;
  box-shadow: 46px 5px 10px 0 #00000029;
}

.sidebar_active {
  transform: translate(0, 0);
}

.sidebar_head {
  position: absolute;
  transform: rotate(-90deg);
  right: -168px;
  background: var(--primary-color);
  padding: 10px;
  color: #000;
  top: 130px;
  width: 300px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
}

.sidebar_form {
  background: #fff;
  padding: 30px;
  height: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  border: 2px solid #1ebb76;
}

.sidebar_head h3 {
  font-size: 18px;
  color: #fff;
}

.sidebar_form .form-control {
  padding: 13px;
  height: auto;
  border: 2px solid var(--primary-color);
}

.sidebar_form button.ban_btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: none;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
}

/*sidebar form end*/

/************************** header  ************************************/
.header {
  width: 100%;
  padding: 10px 0;
  z-index: 1;
  position: absolute;
}

.head_top {
  width: 100%;
  text-align: right;
  padding: 5px 0;
}

.head_top ul li {
  display: inline-block;
  margin: 0 0 0 20px;
}

.head_top ul li a {
  color: #ffffff;
  font-size: 16px;
}

.head_top ul li span {
  margin: 0 10px 0 0;
}

.logo {
  width: 100%;
  text-align: center;
}

.logo img {
  margin: 0px 0;
}

.head_mid {
  margin: 18px 0;
  text-align: center;
}

.head_mid .navbar-nav>li {
  display: inline-block;
  float: none;
}

.main_navigation {
  width: 100%;
  padding: 9px 0;
}

.navbar-inverse {
  background-color: transparent;
  border: none;
}

.navbar-collapse.collapse {
  float: none;
  padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
  color: #ffffff;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.dropdown-menu {
  padding: 8px 0;
  margin: 0;
  background-color: #fff;
  top: 20px;
}

.dropdown-menu>li>a {
  color: #000;
  text-align: left;
  font-size: 15px;
  text-transform: capitalize;
}

ul.dropdown-menu li {
  width: 100%;
  border-bottom: 1px dashed #ababab;
}

.caret {
  color: #ffffff;
  margin-left: 9px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: var(--primary-color);
  transition: 0.7s;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: var(--primary-color);
  background-color: transparent;
}

.nav.navbar-nav {
  display: block;
  margin: 0 auto;
}

.navbar-nav {
  float: none;
}

.navbar.navbar-inverse {
  margin-bottom: 0;
}

.navbar {
  min-height: auto;
}

.head_bot {
  width: 100%;
  /* padding: 20px 0; */
}

.head_left {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.head_left ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 20px;
}

.head_left ul li span {
  margin: 0 15px 0 0;
}

.head_left ul li a {
  color: #ffffff;
  font-weight: 700;
}

.head_right {
  width: 100%;
  text-align: right;
  margin: 7px 0;
}

.btn_div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px 0px 0px;
}

.justify-content-center {
  justify-content: center;
}

.float_wn {
  background: var(--primary-color);
  color: #fff;
  padding: 13px 30px;
  border: solid 1px var(--primary-color);
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.float_wn:hover {
  background-color: #fff;
  color: var(--primary-color);
}

/************************** Banner  ************************************/
.h_banner {
  width: 100%;
  padding: 140px 0;
  position: relative;
  background: #00000091 url(img/main-banner.png) no-repeat fixed center;
  background-size: cover;
  background-blend-mode: color;
}

.ban_left {
  width: 100%;
  margin-top: 35px;
}

.ban_left h1 {
  font-size: 31px;
  font-weight: 600;
  color: #ffffff;
}

.ban_left h1 span {
  color: #fdc830;
}

.ban_left p {
  font-size: 16px;
  color: #ffffff;
  padding: 0 20px 0 0;
  margin: 20px 0 30px;
}

.ban_right {
  width: 100%;
  padding: 20px 25px 20px 25px;
  border-radius: 8px;
  position: relative;
  background: linear-gradient(45deg, #282626b5, transparent);
}

.ban_right .ban_btn {
  background: #031d71;
  color: white;
  padding: 10px 45px;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
  transition: all 0.5s ease;
  border-color: #ffffff00;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
}

.ban_right .ban_btn:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}

.form-control input {
  background: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #e2e5eb;
  height: 45px;
}

.ban_right h3 {
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 40px;
  font-weight: 600;
}

.ban_right {
  width: 100%;
  padding: 20px 25px 20px 25px;
  position: relative;
  box-shadow: 10px 10px 25px 0 #00000045;
  border: 4px solid var(--primary-color);
  border-radius: 10px;
}

.ban_right .ban_btn {
  background: var(--primary-color);
  color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 300;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
  transition: all 0.5s ease;
  width: 100%;
}

.ban_right .ban_btn:hover {
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}

.ban_right .form-group input {
  background: #ffffff00;
  border: none;
  color: #fff;
  box-shadow: none;
  height: 50px;
  border-radius: 10px;
  border-bottom: 2px solid var(--primary-color);
}

.ban_right .form-group input::placeholder {
  color: #fff;
}

.ban_right .form-group textarea {
  background: #44020200;
  border: none;
  color: #fff;
  box-shadow: none;
  height: 75px;
  padding: 10px 10px;
  resize: none;
  border-radius: 10px;
  border-bottom: 2px solid var(--primary-color);
}

.ban_right .form-group textarea::placeholder {
  color: #fff;
}

.ban_left h3 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}

.ban_list ul li span {
  margin: 0 10px 0 0;
  color: var(--primary-color);
}

.ban_list ul li {
  font-size: 18px;
  margin: 0 0 10px;
  color: #fff;
  font-weight: 500;
}

.ban_list ul {
  margin: 0 0 20px;
}

/************************** Section 1  ************************************/
.h_sec1 {
  /* padding:0 0 60px; */
  margin-top: -70px;
}

.s1_box {
  color: #000;
  padding: 30px;
  border-radius: 5px;
  height: 300px;
}

.s1_box h3 {
  margin: 10px 0;
  font-size: 22px;
  color: #ffffff;
}

.s1_box p {
  color: #ffffff;
}

.s1_box span {
  font-size: 30px;
  color: #ffffff;
}

.s1:nth-child(1) .s1_box {
  background: var(--primary-color);
}

.s1:nth-child(2) .s1_box {
  background: #ec661f;
}

.s1:nth-child(3) .s1_box {
  background: #4fb0dc;
}

/************************** Section 2  ************************************/
.h_sec2 {
  width: 100%;
  padding: 60px 0;
  background: var(--primary-color);
  background-blend-mode: darken;
  color: #fff;
}

.s2_left img {
  width: 100%;
  height: 497px;
}

.s2_left {
    margin-top: 100px;
}

.s2_right {
  padding: 0 40px 0 0;
}

.s2_right h2 {
  color: #ffffff;
}

.s2_right h6 {
  color: #fff;
}

.s2_right p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin: 25px 0;
}

.s2_box span i {
  color: white;
  font-size: 40px;
  margin: 0 5px 0 0;
}

.s2_box {
  color: #fff;
}

.s2_box h4 {
  margin: 6px 0;
  display: inline-block;
}

.s2_box h5 {
  color: #ffffff;
}

.s2_counter {
  margin: 20px 0 0;
}

.s2_box h2 {
  font-size: 30px;
}

.s2_right ul li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
}

.s2_right ul li:before {
  content: "\f14a";
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  color: #ffffff;
}

.s3_box>#s12 {
  height: auto;
}

/************************** Section 2  ************************************/

/*section 3*/

.s3_top {
  text-align: center;
  margin: 0 0 30px;
}

.s3_top h2 {
  margin: 0 0 20px;
}

.s3_text h2 {
  color: #181818;
  font-size: 36px;
  font-weight: 900;
}

.s3_text h2>span {
  color: var(--primary-color);
}

.s3_text p {
  /* font-size: 24px; */
  margin: 30px 0;
}

.s3_box {
  text-align: center;
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid rgb(0 58 254);
  margin: 25px 0 30px 0;
  height: 379px;
}

.s3_box:hover {
  background-color: #003cfd;
  color: #fff;
}

.s3_box:hover h4 {
  color: #fff;
}

.s3_box .main_btn:hover {
  border: solid 1px #fff;
}

.s3_box h3 {
  font-size: 19px;
  color: #181818;
  margin: 20px 0 0 0;
}

.s3_box p {
  font-size: 13px;
  margin: 20px 0;
}

/************************** Section 4  ************************************/
.h_sec4 {
  width: 100%;
  background: #00000080 url(img/s4-back.jpg) no-repeat fixed top;
  background-blend-mode: overlay;
  background-size: cover;
  overflow: hidden;
  padding: 120px 0;
}

.s4_box {
  text-align: center;
  color: #fff;
}

.s4_box p {
  margin: 20px 0;
}

/************************** Section 5  ************************************/
.h_sec5 {
  background: #f9faff;
}

.sec5_top {
  text-align: center;
}

.sec5_top h2 {
  font-size: 36px;
  margin: 0 0 20px;
}

.sec5_top p {
  font-size: 18px;
  color: #000;
}

.sec5_bot {
  width: 100%;
  margin: 50px 0 0;
}

.tabs {
  list-style-type: none;
  margin-bottom: 40px;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.tabs li {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.tabs li a {
  display: block;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 3px;
  padding: 25px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3b566e;
  position: relative;
  z-index: 1;
}

.tabs li a:hover,
.tabs li a:hover i,
.tabs li.current a,
.tabs li.current a i {
  color: #fff;
}

.tabs li a i {
  color: #ff007a;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 300;
  display: inline-block;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tabs li:first-child a {
  border-radius: 30px 0 0 0;
}

.tabs li:last-child a {
  border-radius: 0 30px 0 0;
}

.tabs li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FDC830;
  z-index: -1;
  opacity: 0;
  border-radius: 3px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  visibility: hidden;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tabs li:first-child a::before {
  border-radius: 30px 0 0 0;
}

.tabs li:last-child a::before {
  border-radius: 0 30px 0 0;
}

.tabs li a:hover::before,
.tabs li.current a::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tabs_item:first-child {
  display: block;
}

.tabs_item {
  display: none;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.tabs_item_content {
  padding: 30px 20px;
}

.tabs_item_content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 19px;
}

.tabs_item_content p {
  margin-bottom: 25px;
}

.tabs_item_content ul {
  padding: 0;
  margin: 10px 0 27px 0;
  list-style-type: none;
}

.tabs_item_content ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}

.tabs_item_content ul li:last-child {
  margin-bottom: 0;
}

.tabs_item_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: #FDC830;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/************************** Section 6  ************************************/
.h_sec6 {
  position: relative;
}

.h_sec6:before {
  content: "";
  position: absolute;
  height: 67%;
  width: 70%;
  left: -50%;
  top: 10px;
  z-index: -1;
  background: rgb(31 75 236 / 10%);
}

.s6_left h2 {
  color: var(--primary-color);
  font-size: 30px;
}

.s6_left p {
  margin: 20px 0;
}

.s6_left img {
  margin: 0 0 20px;
  color: var(--primary-color);
  border-radius: 50px;
}

.s6_left h3 {
  color: var(--primary-color);
}

.accordion_head {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  position: relative;
  background: var(--primary-color);
  /* -webkit-box-shadow: 0px 0px 7px 0.3px rgb(0 0 0 / 16%); */
  box-shadow: 0px 0px 7px 0.3px rgb(0 0 0 / 16%);
  margin: 10px 0px 0px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #e9ecef;
}

.accordion_head:after {
  content: "";
  background-image: linear-gradient(to right, #00eda4, #6a7df1);
  opacity: 0;
}

.accorion_head:hover:after {
  opacity: 1;
}

.accordion_body {
  background: #edf1ff;
  margin: 0;
}

.accordion_body p {
  padding: 16px 20px;
}

.plusminus {
  float: right;
  color: #ffffff;
  font-size: 30px;
  padding: 2px 12px;
  border-radius: 5px;
  margin: -3px 15px 0 0;
  font-weight: 600;
}

/************************** Section 7  ************************************/
.h_sec7 .container {
  background: #f37335;
  color: #fff;
  padding: 50px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin: 0 auto -80px auto;
  box-shadow: 10px 10px 20px 0 #0b195d59;
}

.h_sec7 .container:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--primary-color);
  right: -80px;
  top: -150px;
  border-radius: 100%;
  z-index: 0;
}

.h_sec7 a.s7on {
  background: #ff7601;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 15px 30px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
}

.h_sec7 a.s7on:hover {
  background-color: #fff;
  color: #ff7601;
}

.h_sec7 h2 {
  font-size: 24px;
  position: relative;
  z-index: 1;
  margin: 35px 0 20px;
}

/*************sec 22****************/

.sec_22 {
  padding: 100px 0px;
}

.s22_main {
  background: url(img/s16_img.png) no-repeat center center/cover;
  position: relative;
  padding: 30px 0;
}

.s22_box {
  max-width: 314px;
  position: relative;
  top: 97px;
  right: 53px;
  border: 2px solid #162a66;
  border-radius: 10px;
  padding: 10px;
}

.s22_box1 {
  left: 296px;
  top: 295px;
}

.s22_box2 {
  left: 28%;
  top: -125px;
}

.s22_box3 {
  left: 59%;
  top: 78px;
}

.s22_box4 {
  top: -282px;
  left: 71%;
}

/*************sec 10****************/

/*************sec 11****************/

/*************sec 12****************/

/*************Content Section Start****************/

.content-section {
  padding: 50px 0px;
  background-color: #edf1f6;
}

/*************Content Section End****************/

/*************sec 13****************/

/*inner section*/

/*inner section*/
.inner_page_banner {
  width: 100%;
  padding: 110px 0 30px;
  text-align: center;
  background: #00000091 url(img/main-banner.png) no-repeat fixed center;
  background-size: cover;
  background-blend-mode: color;
  background-position: bottom;
  color: #fff;
}

.inner_page_banner h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  padding: 40px 0px;
}

.terms_section {
  width: 100%;
  padding: 40px 0;
}

.terms_section h5 {
  margin: 20px 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.terms_section p {
  margin: 10px 0;
  color: #666;
  font-size: 16px;
}

.terms_section ul li:before {
  content: "";
  position: absolute;
  left: -23px;
  background: #21a7d0;
  width: 1%;
  height: 4px;
  border-radius: 50px;
  top: 10px;
}

.terms_section ul li {
  list-style: none;
  font-size: 16px;
  margin: 0 0 20px;
  position: relative;
  color: #000;
}

.terms_section ul li a {
  color: #102a45;
  text-transform: capitalize;
}

.terms_section .form-control {
  resize: none;
  border-radius: 0;
  height: auto;
  padding: 13px;
  border-color: #ccc;
}

.terms_section_form {
  width: 100%;
}

.terms_section_form h5 {
  font-size: 22px;
  margin: 0 0 30px;
}

.terms_s_left {
  width: 100%;
  padding: 90px 0;
}

.terms_s_left h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.terms_s_left p {
  color: #666;
}

.capbox0 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

#CaptchaDiv0 {
  width: 20%;
  background: var(--white);
  padding: 9px 12px;
  margin: 0 0 15px;
  border-radius: 0;
  float: left;
  border: 2px solid #555;
}

.capbox-inner0 {
  padding: 3px 13px;
  width: 76%;
  float: left;
  border-radius: 0;
  margin: 0 0 0 20px;
  border: 2px solid #555;
}

#CaptchaInput0 {
  margin: 1px 0px 1px 30px;
  width: 130px;
  border-radius: 0;
  padding: 4px;
  border: 2px solid #555;
}

button.cont_but {
  font-size: 18px;
  background: #FDC830;
  color: #fff;
  border-radius: 50px;
  padding: 12px 0;
  box-shadow: 0px 5px 15px #00000087;
  transition: 0.3s ease-in;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  border: none;
}

/************************** Footer  ************************************/
footer {
  width: 100%;
  overflow: hidden;
  background: var(--primary-color);
}

.foot_top {
  width: 100%;
  overflow: hidden;
  padding: 130px 0 40px;
  color: #fff;
}

.foot_bot {
  color: #fff;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #222840;
}

.foot_bot p {
  text-align: center;
  color: #fff;
}

.foot_box {
  width: 100%;
  color: var(--white);
}

.foot_box h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  color: #fff;
}

.foot_box h3:before {
  content: "";
  bottom: -2px;
  right: 50%;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 20%;
  background: #ffffff;
}

.foot_box p {
  color: #fff;
}

.foot_box ul {
  padding: 0 0 0 18px;
}

.foot_box ul li {
  line-height: 30px;
  position: relative;
}

.foot_box ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  left: -20px;
  top: 10px;
  transition: ease 0.2s;
  background: #ffffff;
}

.foot_box ul li a {
  color: var(--white);
  transition: linear 0.2s;
  text-transform: capitalize;
}

.foot_box ul li a:hover {
  font-size: 16px;
  color: #000000;
}

.foot_box ul li:hover:before {
  transform: rotate(180deg);
}

/*responsive*/
@media (max-width: 1200px) {
  .s22_main {
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .s22_box {
    position: static;
  }

  .sec_22 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 980px) {
  h2 {
    font-size: 30px;
    font-weight: 500;
  }

  p {
    font-size: 14px;
  }

  .sec_head h2 {
    font-size: 30px;
  }

  .head_mid {
    margin: 0 0;
    text-align: center;
  }

  .logo {
    margin: 5px 0;
  }

  .sec {
    padding: 40px 0;
    overflow: hidden;
  }

  .navbar-inverse .navbar-nav>li>a {
    padding: 10px 12px;
  }

  .dropdown-menu {
    top: 46px;
  }

  .head_menu ul li a {
    padding: 7px 20px;
  }

  .sidebar_form_bg {
    display: none;
  }

  .head_right {
    display: none;
  }

  .ban_left h1 {
    font-size: 30px;
  }

  .ban_right .ban_btn {
    padding: 10px 10px;
  }

  .h_banner:before {
    display: none;
  }

  .h_banner {
    padding: 120px 0 50px;
  }

  .tabs li a {
    font-size: 11px;
    padding: 25px 0;
  }

  .tabs li {
    padding-right: 5px;
    padding-left: 5px;
  }

  .h_sec1 {
    margin-top: -30px;
  }

  .s1_box h3 {
    font-size: 20px;
  }

  .s2_right {
    padding: 0;
  }

  .s2_right p {
    margin: 6px 0;
  }

  .s2_box h2 {
    font-size: 25px;
  }

  .s3_text {
    text-align: center;
    margin: 0 0 30px;
  }

  .s3_text p {
    margin: 10px 0;
  }

  .h_sec3 {
    padding: 20px 0;
  }

  .s3_box h3 {
    font-size: 17px;
  }

  .sec5_top h2 {
    font-size: 30px;
  }

  .accordion_head {
    font-size: 14px;
  }

  .h_sec7 a {
    padding: 15px 26px;
  }

  .foot_box {
    margin: 0 0 20px;
  }

  button.cont_but {
    width: 100%;
  }

  #CaptchaDiv0 {
    width: 16%;
    padding: 9px 7px;
  }

  .capbox-inner0 {
    width: 78%;
    margin: 0 0 0 10px;
  }

  #CaptchaInput0 {
    margin: 0 0 0 7px;
    width: 55px;
  }

  .terms_s_left {
    padding: 0;
  }

  .rev_s1_left {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }

  .sec {
    padding: 30px 0;
  }

  .sec h2 {
    font-size: 27px;
  }

  a.main_btn {
    width: 100%;
    text-align: center;
  }

  button.navbar-toggle {
    margin: -48px 0 0;
    background-color: #000;
  }

  .header {
    position: relative;
    background: #000000;
  }

  .head_mid {
    margin: 0;
  }

  .logo {
    text-align: left;
  }

  .modal-content {
    width: 318px;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #ffffff;
  }

  .head_mid .navbar-nav>li {
    display: block;
    float: none;
    text-align: center;
  }

  .navbar-inverse .navbar-nav>li>a {
    padding: 4px 0;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    text-align: center;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
    margin: 10px 0 0;
  }

  .navbar-inverse .navbar-nav>.open>a,
  .navbar-inverse .navbar-nav>.open>a:hover,
  .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
  }

  .head_b_btn {
    width: 100%;
    text-align: right;
    position: relative;
    display: none;
  }

  .h_banner {
    padding: 10px 0 50px;
    background: #000000;
    text-align: center;
  }

  .ban_left {
    width: 100%;
    margin: 0 0 30px;
  }

  .ban_left h1 {
    font-size: 27px;
  }

  .s1_box {
    margin: 0 0 20px;
  }

  .h_sec2 {
    padding: 30px 0;
  }

  .s2_right {
    text-align: center;
    margin: 10px 0 0;
  }

  .s3_text p {
    font-size: 18px;
  }

  .s6_left {
    text-align: center;
  }

  .s6_right {
    text-align: center;
    margin: 20px 0;
  }

  .h_sec7 .container:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
  }

  .h_sec7 h2 {
    font-size: 18px;
    text-align: center;
  }

  .s7_right {
    text-align: center;
  }

  .plusminus {
    padding: 0;
    margin: 0;
  }

  .sec5_top h2 {
    font-size: 24px;
    margin: 0 0 10px;
  }

  .tab {
    overflow: hidden;
  }

  .tabs li {
    -ms-flex: 0 0 49.666667%;
    flex: 0 0 49.666667%;
    max-width: 49.666667%;
  }

  .tab_content {
    margin: 20px 0 0;
  }

  .tabs li:first-child a::before {
    border-radius: 0;
  }

  .tabs li:last-child a::before {
    border-radius: 0;
  }

  .tabs_item_content {
    padding: 30px 0 0;
  }

  .sec5_bot .tabs_item_content {
    text-align: center;
  }

  .sec5_bot .tabs_item_content p {
    text-align: left;
  }

  .sec5_bot .tabs_item_content ul {
    text-align: left;
  }

  .tabs li a {
    font-size: 12px;
  }

  .terms_section {
    padding: 30px 0;
  }

  .inner_page_banner {
    padding: 30px 0 30px;
  }

  .terms_section_form {
    width: 100%;
    margin: 0;
  }

  .terms_section_form h2 {
    font-size: 30px;
  }

  .modal-dialog {
    max-width: 340px;
    margin: 30px auto 0;
  }

  .pop_heading h5 {
    font-size: 10px;
    margin: 0;
    border-left: none;
    padding: 0 0 0 30px;
  }

  .pop_heading h4 {
    font-size: 12px;
  }

  .pop_heading {
    padding: 0;
  }

  .modal-body p {
    display: none;
  }

  #CaptchaDiv0 {
    width: 100%;
  }

  .capbox-inner0 {
    width: 100%;
    margin: 0 0 0 0px;
  }

  #CaptchaInput0 {
    width: 57px;
    margin: 1px 0px 1px 0;
  }

  button.cont_but {
    width: 100%;
  }
}

h5.circle {
  border: 1px solid;
  width: 20px;
  height: 20px;
  padding: 2px 0;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  background: var(--primary-color);
  color: #fff;
}

.s22_top {
  text-align: center;
}
.my-100{
  margin-top: 100px;
  margin-bottom: 100px;
}



section.thank_you {
    padding: 30px;
}

.thankyou p {
    padding-bottom: 30px;
}