@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 27px;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

.centerCol {
  float: none;
  margin: 0 auto;
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.btn.btn_blue {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-transform: capitalize;
  border: 2px solid #04335f;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 63px;
  background: #04335f;
}
.course_list:hover .newbtn a{
  background: #fff;
  color: #03335e;
}
.newbtn a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 12px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-transform: capitalize;
  border: 2px solid #04335f;
  text-transform: uppercase;
  display: table;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  width: auto;
  height: auto;
  background: #04335f;
}

.btn.btn_blue:focus,
.btn.btn_blue:hover {
  background-color: transparent;
  color: #04335f;
  border-color: #04335f;
}

img.pull-left,
.imgOverlay.pull-left {
  margin: 0 30px 20px 0;
}

img.pull-right {
  margin: 0 0 20px 30px;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

input[type="text"],
input[type="password"],
select,
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  border: 1px solid #ececec;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 15px;
  border-radius: 0;
}

textarea {
  padding: 10px;
  height: 167px;
}

input[type="submit"] {
  color: #fff;
  background-color: #33458d;
  height: 55px;
  padding: 0px 65px;
  font-size: 12px;
  line-height: 20px;
  border: 2px solid #33458d;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

input[type="submit"]:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background-color: #fff;
  color: #33458d;
  border-color: #33458d;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 20px 0;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}


/*side nav start*/

.sidenav {
  height: 100%;
  /* 100% Full-height */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Stay on top */
  top: 0;
  left: -500px;
  background: #0578a0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 59px;
  /* Place content 60px from the top */
  transition: 0.2s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  animation: fadeInDown .8s;
}


/* The navigation menu links */


/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: -9px;
  right: 6px;
  font-size: 36px;
  margin-left: 0;
}

.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.mobilecontainer span {
  color: #fff;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  font-size: 25px;
  cursor: pointer;
}

.mobilecontainer img {
  width: 50%;
  margin: 10px 0;
}

.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}

.navigation .caret {
  position: relative;
  left: 5px;
}

#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #4a291c;
}

#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 0px 4px;
}

#mySidenav .caret {
  display: none;
}

#mySidenav #hassubmenu {
  position: relative;
}

#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
}

#mySidenav div {
  border-top: 1px solid white;
}

#mySidenav div:last-child {
  border-bottom: 1px solid white;
}

#mySidenav a.closebtn+div {
  margin-top: 10px;
}

#mySidenav ul.submenu {
  /*  display: none; */
  padding: 0;
  background-color: #000;
  width: 100%;
  overflow: scroll;
  height: 150px;
}

#mySidenav .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}

.navigation ul li>.dropdown-menu li a i {
  float: right;
  right: 14px;
  font-weight: bold;
  margin-top: 1px;
  position: absolute;
  font-size: 17px;
}

.navigation ul .show-on-hover:hover>ul.submenu {
  left: 101% !important;
  top: -25% !important;
}

.navigation ul li>.dropdown-menu li i.fa.fa-angle-down {
  display: none;
}


/* sidenav-css end */


/*header css start */

.topSec {
  padding: 9px 0;
}

.call_div.bord {
  border-right: 1px solid #e0e2e9;
  margin: 18px 20px 0 0px;
}

.call_div {
  margin: 19px 0 0;
}

.call_div h6 {
  font-size: 14px;
  line-height: 17px;
  color: #757792;
  font-weight: 500;
  margin: 0 0px 5px;
}

.call_div h5 {
  font-size: 16px;
  line-height: 20px;
  color: #393939;
  font-weight: 600;
  margin: 0 0 0px;
}

.call_div img {
  float: left;
  padding: 0 20px 50px 0;
}

.main_logo img {
  margin: 0 33px;
  display: block;
}

.menuSec {
  padding: 10px 0;
  border-top: 1px solid #e0e2e9;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #757783;
  padding: 10px 25px;
  font-size: 15px;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #39393900;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li .active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #03335e;
  font-weight: 600;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: auto;
  right: 0;
  width: 170px;
  text-align: left;
  top: 31px;
  bottom: auto;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}


/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.cart_div {
  float: right;
}

.cart_div a {
  text-align: right;
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
}
.cart_div ul{}
.cart_div ul li{}
.cart_div ul li a{
  padding: 0px;
}
.cart_div a i {
  font-size: 30px;
  color: #03335e;
}

.cart_div a span {
  border: 1px solid #03335e;
  display: flex;
  width: 15px;
  height: 15px;
  font-size: 12px;
  position: absolute;
  top: -4px;
  right: -9px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  color: #03335e;
}


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px!important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.banner_text h1 {
  font-size: 75px;
  line-height: 80px;
  color: #1c1e27;
  font-weight: 600;
  margin: 0 0 20px;
}

.banner_text .btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-transform: capitalize;
  border: 2px solid #04335f;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 63px;
  background: #04335f;
}

.banner_text .btn:focus,
.banner_text .btn:hover {
  background-color: transparent;
  color: #04335f;
  border-color: #04335f;
}


/*banner css end*/


/*about sec css start*/

.about_sec {
  padding: 5% 0;
}

.about_text h4 {
  font-size: 30px;
  line-height: 35px;
  color: #1c1e27;
  font-weight: 600;
  margin: 0 0 9px;
}

.about_text h5 {
  font-size: 20px;
  line-height: 25px;
  color: #03335e;
  font-weight: 600;
  margin: 0 0 10px;
}

.about_text ul {
  padding: 10px 0 0 20px;
}

.about_text ul li {
  color: #757783;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  position: relative;
  padding: 0 0 10px;
}

.about_text ul li:after {
  position: absolute;
  content: '';
  top: 4px;
  left: -24px;
  background: url(../images/check.png) no-repeat;
  width: 20px;
  height: 20px;
}

.about_text a {
  font-size: 18px;
  text-decoration: underline;
  color: #03335e;
  font-weight: 600;
}

.about_text {
  padding: 0 0 40px;
}

.about_img:after {
  position: absolute;
  content: '';
  top: 20px;
  left: -14px;
  background: #03335e;
  height: 480px;
  width: 200px;
  z-index: 0;
  border-radius: 5px;
}

.about_img {
  position: relative;
}

.about_img img {
  position: relative;
  z-index: 5;
  width: 48%;

}


/*ourr clients sec start */

.client_sec {
  padding: 5% 0;
}

.client_head {}

.client_head h5 {
  font-size: 18px;
  line-height: 20px;
  color: #03335e;
  font-weight: 500;
  margin: 0 0 10px;
}

.client_head h3 {
  font-size: 50px;
  line-height: 55px;
  color: #1c1e27;
  font-weight: 600;
  margin: 0 0 20px;
}

.client_text h5 {
  font-size: 12px;
  line-height: 20px;
  color: #4d5fe3;
  font-weight: 500;
  margin: 0 0 5px;
}

.client_text h4 {
  font-size: 16px;
  line-height: 20px;
  color: #1c1e27;
  font-weight: 600;
  margin: 0 0 5px;
}

.client_text ul li {
  display: inline-block;
  color: #ffd561;
  padding: 0;
}

.client_text ul li a {
  color: #ffd561;
  font-size: 12px;
  padding: 0;
}

.client_text ul li a span {
  color: #757783;
}

.client_text a {
  color: #1c1e27;
  font-size: 14px;
  font-weight: 600;
}

a.cart {
  border: 2px solid #1c1e27;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 33px;
}

a.cart:hover {
  color: #03335e;
  border: 2px solid #03335e;
}

.client_text hr {
  margin: 10px auto;
  background-color: #8c8e98;
  border: 0;
  opacity: 0.25;
  width: 100%;
}

.clint_list ul li a {
  color: #e0e2e9;
  font-size: 12px;
  padding: 0;
  font-weight: 500;
  padding: 0 15px 0 0px;
}

.clint_list ul li a:hover {
  color: #03335e;
}

.client_text {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  padding: 10px 16px;
}

.client_main {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.client_main:hover {
  position: relative;
  box-shadow: 0px 0px 22px 5px rgb(70 105 137 / 44%);
}

.free a {
  background: #f4f7b3;
  width: 87px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #03335e;
  font-weight: 600;
}

.client_main img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}


/*online sec css start*/
.online_sec{
  background: url(../images/bl_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 10% 0;
}
section.stepbanner{
  background: url(../images/bl_bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 2% 0;
}
#steps h4{
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #04335f;
  font-weight: 500;
  margin: 0 0 13px;
}

.online_text h3 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 50px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 28px;
}

.course_list {
  background: #f2f2f2;
  width: 100%;
  padding: 10px 30px;
  min-height: 646px;
  border-radius: 20px;
}

.course_list ul {
  padding: 0 0 0 10px;
}

.course_list ul li {
  position: relative;
  display: block;
  padding: 0 0 4px;
}

.course_list ul li:after {
  position: absolute;
  content: '';
  top: 10px;
  left: -20px;
  width: 6px;
  height: 6px;
  background: #03325c;
  border-radius: 50px;
}

.course_list ul li a {
  color: #757783;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 600;
}

.courses_sec {
  margin: -120px 0 0;
}

/*.course_list {*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/

/*.course_list:hover {*/
/*  background: #03335e;*/
/*  box-shadow: 0px 0px 30px #04335f;*/
/*}*/

/*.course_list:hover ul li:after {*/
/*  background: #ffffff;*/
/*}*/

/*.course_list:hover ul li a {*/
/*  color: #ffffff;*/
/*}*/

.shop_btn .btn.btn_blue {
  margin: 20px auto;
}


/*benifits sec css start */

.ben_text h4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 17px;
  line-height: 29px;
  color: #1c1e27;
  font-weight: 500;
  margin: 0 0 10px;
}

.ben_text h3 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 40px;
  line-height: 46px;
  color: #1c1e27;
  font-weight: 600;
  margin: 0 0 20px;
}

.ben_text p {
  font-family: 'Poppins', sans-serif;
  color: #757783;
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 35px;

}

.ben_text img {
  float: left;
  margin: 0px 10px 0 0;
}

.ben_text h6 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #1c1e27;
  font-weight: 600;
  margin: 0 0 22px;
}

.ben_text ul {
  padding: 30px 0 0 20px;
}

.ben_text ul li a {
  color: #757783;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  position: relative;
  padding: 0 0 15px;
  display: block;
}

.ben_text ul li a:after {
  position: absolute;
  content: '';
  top: 4px;
  left: -24px;
  background: url(../images/check.png) no-repeat;
  width: 20px;
  height: 20px;
}

.ben_img img {
  width: 100%;
  border-radius: 10px 0px 0px 10px;
}

.pdl {
  padding-right: 0;
}

.benfit_sec .container-fluid {
  padding-right: 0;
}

.ben_text {
  padding-left: 20%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-right: 8%;

}

.benfit_sec {
  padding: 5% 0;
}

.ben_img {
  position: relative;
  border-radius: 10px 0px 0px 0px;
}

.ben_img span {
  position: absolute;
  top: 210px;
  left: -177px;
  height: 65px;
  width: 420px;
  background: #04335f;
  color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  transform: rotate( -90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}


/*news letter css start */

.mailing_sec {}

.mailing_sec {
  background: url(../images/news.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 5% 0;
}

.news_text h3 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 70px;
  line-height: 85px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0;
}

.news_text {
  padding-left: 10%;
}

.news_form {
  position: relative;
}

.news_form input[type="text"] {
  border: 0;
  background-color: #fff0;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 15px;
  border-radius: 0;
  outline: none;
  border-bottom: 2px solid #1d486e;
}

.news_form button {
  position: absolute;
  top: 0;
  right: 240px;
  border: 0;
  background: transparent;
  color: #ffd45f;
  font-size: 20px;
}

.news_form {
  position: relative;
  padding: 0 30% 0 0;
}

.news_form input[type="radio"] {
  margin: 7px 10px 0px 0;
  background: transparent;
  float: left;
}

.news_form p {
  font-family: 'Poppins', sans-serif;
  line-height: 27px;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
}


/*foooter css start */

.footerSec {
  background: #1c1e27;
  padding: 5% 0 1%;
}

.inner_footer p {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 27px;
  color: #757783;
  font-size: 15px;
}

.inner_footer img {
  margin: 0 0 10px;
}

.uick_links h5 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 20px;
}

.uick_links ul li a {
  color: #aeb2c2;
  font-size: 12px;
  line-height: 27px;
}

.uick_links ul li a:hover {
  color: #ffd45f;
}

hr {
  background-color: #33353d;
}

.copy_right p {
  color: #aeb2c2;
  font-size: 12px;
  margin: 20px 0 0;
}
/*BEGIN Privacy Policy*/
.termsPrivacy span {
  font-size: 20px;
  color: #1c1e27;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: block;
}
.termsPrivacy small{
  font-size: 16px;
  color: #1c1e27;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: block;
}
.mailing_sec .forsubmit .btn_blue{
  border: 1px solid #ffff;
  color: #fff;
  display: table;
  margin: 0px;
  width: auto;
  padding: 15px 30px;
  height: auto;
}
.mailing_sec .forsubmit .btn_blue:hover {
  background: #fff;
  color: #04335f;
}
/* W live_course start */
.live-course {
  padding: 5% 0;
}
.my-course {
  margin: -120px 0 100px;
}
.main-head {
  padding: 0;
}
/* End */

/* Faq's */
.faq {
  padding: 5% 0;
}
.faq h5{
  position: relative;
}
.faq h5:after {
  position: absolute;
  content: '';
  top: 4px;
  left: -24px;
  background: url(../images/check.png) no-repeat;
  width: 20px;
  height: 20px;
}
.main-head h5 {
  font-size: 20px;
  line-height: 25px;
  color: #03335e;
  font-weight: 600;

}
.main-head h4 {
  padding: 0px 0px 10px;
  font-size: 30px;
  color: #1c1e27;
}
.main-head p {
  color: #757783;
  font-size: 16px;
  font-weight: 400;
}
/* online course */
.online-course {
  padding: 5% 0 0;
}
.main-online {
  padding: 0;
}
.cart_box h3 {
  font-size: 16px;
  color: #03335e;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
  margin: 0px 0 0px;
}
.cart_box h4 {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  color: #03335e;
  padding: 0px 0px 30px;
  font-weight: 700;
  line-height: 20px;
}
.cart_box h5 {
  color: #03335e;
  font-size: 20px;
  text-align: center;
  font-weight: 800;
}
.cart_box a {
  color: #03335e;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  display: block;
}
.cart_box {
  border: 3px dashed #81aed4;
  margin-bottom: 30px;
  padding: 44px 0;
  min-height: 290px;
}
/* contact */
.my-contact {
  padding: 5% 0;
}
.contact a {
  font-size: 25px;
  color: #03335e;
  font-weight: 600;
  text-decoration: none;
}
.contact h5 {
  font-size: 25px;
  line-height: 50px;
}
.contact{
  padding: 0;
}
.contact h4 {
  font-size: 40px;
  line-height: 60px;
  color: #1c1e27;
  font-weight: 700;
  margin: 0;
}
/* TERMS OF POLICY */
.policy {
  padding: 5% 0;
}
.policy h5{
  position: relative;
}
.policy h5:after {
  position: absolute;
  content: '';
  top: 4px;
  left: -24px;
  background: url(../images/check.png) no-repeat;
  width: 20px;
  height: 20px;
}
.my-terms h5 {
  font-size: 22px;
  line-height: 25px;
  color: #03335e;
  font-weight: 600;
  margin: 30px 0 10px;
  font-weight: bold;
}
.my-terms p {
  color: #757783;
  font-size: 16px;
  font-weight: 400;
}
.my-terms h4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 40px;
  line-height: 29px;
  color: #1c1e27;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.my-policy {
  padding-top: 50px;
}
.my-policy h4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 40px;
  line-height: 29px;
  color: #1c1e27;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.my-policy p {
  color: #757783;
  font-size: 16px;
  font-weight: 400;
  padding-top: 30px;
}

.call_div  h6 strong a {
  color: #06416b;
}

.call_div h5 a {
  color: #06416b;
}
/* Media Query */
@media  (min-device-width:1024px) and (max-device-width:1366px){
  /*.banner_text h1 {*/
  /*    font-size: 50px;*/
  /*    line-height: 80px;*/
  /*    color: #1c1e27;*/
  /*    font-weight: 600;*/
  /*    margin: 0 0 20px;*/
  /*}*/
  /*  .benfit_sec .container-fluid {*/
  /*    padding-right: 15px;*/
  /*}*/
  /*  .about_img img {*/
  /*    width: 48%;*/
  /*    height: 360px;*/
  /*    object-fit: cover;*/
  /*}*/
  /*  .about_img:after {*/
  /*    height: 320px;*/
  /*}*/
}


@media  (min-device-width:1200px) and (max-device-width:1366px) {

}
@media  (min-device-width:992px) and (max-device-width:1199px){
  .menuSec ul li a {
    padding: 10px 16px;
    font-size: 12px;
  }

  .call_div.bord {
    border-right: 1px solid #e0e2e9;
    margin: 18px 0px 0 0px;
  }

  .call_div h6 strong a {
    font-size: 12px;
  }
  .call_div h5 a {
    font-size: 12px;
    line-height: 15px;
  }
  .banner_text h1 {
    font-size: 45px;
    line-height: 40px;
  }
  .about_text h5 {
    font-size: 15px;
    line-height: 21px;
  }
  .about_img img {
    width: 48%;
    height: 360px;
    object-fit: cover;
  }
  .about_img:after {
    height: 320px;
  }
  .about_text h4 {
    font-size: 24px;
    line-height: 35px;
  }
  .about_text ul li {
    font-size: 13px;
    line-height: 23px;
  }
  .course_list ul li a {
    font-size: 12px;
  }
  .courses_sec {
    margin: -50px 0 50px;
  }
  .course_list {
    padding: 20px;

  }
  .btn.btn_blue {
    font-size: 14px;
    padding: 8px 10px;
    margin: 20px 0;
    width: 155px;
    height: 43px;
  }
  .ben_text {
    padding-left: 0;
    padding-right: 0;
  }
  .ben_text h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px;
  }
  .ben_text p {
    margin: 0 0 0px;
    line-height: 21px;
    font-size: 12px;
  }
  .news_text h3 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 0;
  }
  .news_text {
    padding-left: 0;
  }
  .news_form {
    padding: 0;
  }
  .news_form p {
    line-height: 27px;
    font-size: 12px;
  }
  .uick_links {
    padding: 53% 0 0;
  }
  .mailing_sec .forsubmit .btn_blue {
    padding: 9px 20px;
  }
  .uick_links ul li a {
    font-size: 11px;
  }
  .benfit_sec .container-fluid {
    padding-right: 15px;
  }
  /* W_Css */
  .contact a {
    font-size: 20px;
  }
  .contact h5 {
    font-size: 20px;
  }
  .contact h4 {
    font-size: 30px;
    padding-bottom: 15px;
  }

}
@media  (min-device-width:768px) and (max-device-width:991px) {
  .menuSec ul li a {
    padding: 10px 16px;
    font-size: 12px;
  }

  .call_div.bord {
    border-right: 1px solid #e0e2e9;
    margin: 18px 0px 0 0px;
  }

  .call_div h6 strong a {
    font-size: 12px;
  }
  .call_div h5 a {
    font-size: 12px;
    line-height: 15px;
  }
  .banner_text h1 {
    font-size: 45px;
    line-height: 40px;
  }
  .about_text h5 {
    font-size: 15px;
    line-height: 21px;
  }
  .about_img img {
    width: 48%;
    height: 360px;
    object-fit: cover;
  }
  .about_img:after {
    height: 320px;
  }
  .about_text h4 {
    font-size: 24px;
    line-height: 35px;
  }
  .about_text ul li {
    font-size: 13px;
    line-height: 23px;
  }
  .course_list ul li a {
    font-size: 12px;
  }
  .courses_sec {
    margin: -50px 0 50px;
  }
  .course_list {
    padding: 20px;
    min-height: 1170px;
  }
  .btn.btn_blue {
    font-size: 14px;
    padding: 8px 10px;
    margin: 20px 0;
    width: 155px;
    height: 43px;
  }
  .ben_text {
    padding-left: 0;
    padding-right: 0;
  }
  .ben_text h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px;
  }
  .ben_text p {
    margin: 0 0 0px;
    line-height: 21px;
    font-size: 12px;
  }
  .news_text h3 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 0;
  }
  .news_text {
    padding-left: 0;
  }
  .news_form {
    padding: 0;
  }
  .news_form p {
    line-height: 27px;
    font-size: 12px;
  }
  .uick_links {
    padding: 53% 0 0;
  }
  .mailing_sec .forsubmit .btn_blue {
    padding: 9px 20px;
  }
  .uick_links ul li a {
    font-size: 11px;
  }
  /* W_Css */
  .cart_box a {
    font-size: 16px;
  }
  .cart_box h5 {
    font-size: 16px;
  }
  .cart_box h4 {
    font-size: 14px;
    width: 100%;
    padding: 0px 0px 20px;
    line-height: 20px;
  }
  .cart_box h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .cart_box {
    min-height: 250px;
  }
  .main-head h4 {
    font-size: 25px;
  }
  .main-head h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 10px;
  }
  .main-head p {
    font-size: 13px;
    line-height: 20px;
  }
  .contact a {
    font-size: 20px;
  }
  .contact h5 {
    font-size: 20px;
  }
  .contact h4 {
    font-size: 30px;
    padding-bottom: 15px;
  }

}
@media  (min-device-width:520px) and (max-device-width:767px) {

  .main_logo img {
    margin: 0 auto;
    display: block;
  }
  .banner_text h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .cart_div a span {
    display: none;
  }
  .about_text h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0 9px;
  }
  .about_text h5 {
    font-size: 13px;
    line-height: 24px;
  }
  .about_text ul li {
    font-size: 12px;
    line-height: 23px;
  }
  .courses_sec {
    margin: 10% 0;
  }
  .online_text h3 {
    font-size: 28px;
    line-height: 34px;
    margin: 0;
  }
  .course_list ul li a {
    font-size: 11px;
    font-weight: 500;
  }

  .btn.btn_blue {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 9px;
    margin: 0;
    width: 135px;
    height: 39px;
  }
  .ben_text {
    padding-left: 0;
    padding-right: 0;
  }
  .ben_text p {
    margin: 0 0 30px;
    line-height: 24px;
    font-size: 12px;
  }
  .ben_text h3 {
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 10px;
  }
  .benfit_sec .container-fluid {
    padding-right: 15px;
  }
  .news_text h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .news_form {
    position: relative;
    padding: 0;
  }
  .news_form p {
    line-height: 27px;
    font-size: 10px;
  }
  .mailing_sec .forsubmit .btn_blue {
    padding: 6px 13px;
  }
  .slicknav_menu {
    background: #033d6c !important;
  }
  .slicknav_nav a:hover {
    background: #ffffff !important;
    color: #033d6c !important;
  }
  .call_div.bord {
    border-right: 0;
    margin: 10px 0 0;
  }

  .call_div {
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .call_div img {
    float: none;
    padding: 0 0px 10px 0;
  }
  .about_img img {
    width: 48%;
    object-fit: cover;
    height: 270px;
  }

  .about_img:after {
    left: -10px;
    height: 240px;
    width: 150px;
  }
  .inner_footer p {
    line-height: 18px;
    font-size: 12px;
  }
  /* W_Css */
  .faq {
    padding: 5% 5%;
  }
  .main-head h4 {
    font-size: 16px;
  }
  .main-head h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 10px;
  }
  .main-head p {
    font-size: 12px;
    line-height: 20px;
  }

}
@media  (min-device-width:320px) and (max-device-width:519px) {

  .main_logo img {
    margin: 0 auto;
    display: block;
  }
  .banner_text h1 {
    font-size: 25px;
    line-height: 40px;
  }
  .cart_div a span {
    display: none;
  }
  .about_text h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0 9px;
  }
  .about_text h5 {
    font-size: 13px;
    line-height: 24px;
  }
  .about_text ul li {
    font-size: 12px;
    line-height: 23px;
  }
  .courses_sec {
    margin: 10%  0;
  }
  .online_text h3 {
    font-size: 28px;
    line-height: 34px;
    margin: 0;
  }
  .course_list ul li a {
    font-size: 11px;
    font-weight: 500;
  }

  .btn.btn_blue {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 9px;
    margin: 0;
    width: 135px;
    height: 39px;
  }
  .ben_text {
    padding-left: 0;
    padding-right: 0;
  }
  .ben_text p {
    margin: 0 0 30px;
    line-height: 24px;
    font-size: 12px;
  }
  .ben_text h3 {
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 10px;
  }
  .benfit_sec .container-fluid {
    padding-right: 15px;
  }
  .news_text h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .news_form {
    position: relative;
    padding: 0;
  }
  .news_form p {
    line-height: 27px;
    font-size: 10px;
  }
  .mailing_sec .forsubmit .btn_blue {
    padding: 6px 13px;
  }
  .slicknav_menu {
    background: #033d6c !important;
  }
  .slicknav_nav a:hover {
    background: #ffffff !important;
    color: #033d6c !important;
  }
  .call_div.bord {
    border-right: 0;
    margin: 10px 0 0;
  }

  .call_div {
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .call_div img {
    float: none;
    padding: 0 0px 10px 0;
  }
  .about_img img {
    width: 48%;
    object-fit: cover;
    height: 270px;
  }

  .about_img:after {
    left: -10px;
    height: 240px;
    width: 150px;
  }
  .inner_footer p {
    line-height: 18px;
    font-size: 12px;
  }
  /* W_cSS */
  .main-head h4 {
    font-size: 16px;
  }
  .faq {
    padding: 5% 5%;
  }
  .main-head h5 {
    font-size: 12px;
    line-height: 18px;
    margin: 0px 0 10px;
  }
  .main-head p {
    font-size: 11px;
    line-height: 18px;
  }
  .contact a {
    font-size: 15px;
  }
  .contact h5 {
    font-size: 15px;
  }


}
.centerhead h2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: uppercase;
}
section.contactMain {
  padding: 3% 0;
}
.cardbox {
  background: #fff;
  box-shadow: 1px 1px 11px rgb(0 0 0 / 52%);
  padding: 20px;
  border-radius: 5px;
}
.cardbox h5 {
  font-size: 20px;
  line-height: 50px;
}
.cardbox a{
  font-size: 18px;
  color: #03335e;
  font-weight: 600;
  text-decoration: none;
}

.box {
  padding: 0px 20px;
}
.news_form label{
  color: #fff;
}


/* Add to cart Section Begin */



.add-to-cart thead {

  background: #04335f;

  color: #fff;
}

.add-to-cart .table>thead>tr>th {

  border-bottom: 0;

  padding-left: 30px;

  padding-bottom: 25px;

  padding-top: 25px;

}



.add-to-cart thead tr th{

  font-size: 16px;

  font-weight: 400;

  line-height: 18px;

  text-transform: uppercase;

}



.table-space h3 {

  font-size: 20px;

  color: #000000;

  margin-bottom: 5px;
}



.table-space span{

  font-size: 16px;

  text-transform: uppercase;

  font-weight: 500;

  color: #b8b8b8;

  margin-bottom: 10px;
}



.table-space {

  margin-top: 18px;
  margin: 0;
  display: inline-block;
  padding: 15px 11px;

}

.bg-light i {
  font-size: 30px;
}



tr.space {
  border-bottom: 1px solid #ccc;
}
.add-to-cart tbody {
  background-color: #fff;
}
section.add-to-cart {
  padding: 3% 0;
}

.add-to-cart input{
  width: 100%;
  text-align: center;
  height: 49px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.50);
  font-weight: 500;
  margin-top: 24px;
}
.add-to-cart a{
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  background: #04335f;
  color: #fff;
  padding: 10px 10px;
  border-radius: 100px;
  margin: 30px 0 0 0;
  border: 2px solid transparent;
}
.add-to-cart a:hover {
  background: #fff;
  color: #04335f;
  border: 2px solid #04335f;
}


.add-to-cart h4{
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin: 0;
}
.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th{vertical-align: middle;}
a.remove {
  background: #fff;
  color: #04335f;
  font-size: 29px;
  padding: 3px 15px;
  margin: 0;
  border: 2px solid transparent;
}
.total-section {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #f9f9f9;
  padding: 27px 20px 0px;
}
.total-section ul{
  padding: 0;
}
.total-section li{
  font-size: 20px;
  padding-bottom: 20px;
  color: #000;
}
li.color-change {
  color: #04335f;
  text-transform: uppercase;
  font-weight: 600;
}
.total-section li.color-change span{
  font-weight: 500;
  font-size: 27px;
}
.total-section li span{
  float: right;
}
.ship-estimate {
  padding: 10px 20px;
  margin-top: 25px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #f9f9f9;
}
.ship-estimate li {
  font-size: 23px;
  color: #000;
  margin-bottom: 5px;
}
.ship-estimate ul {
  margin-top: 20px;
  margin-bottom: 50px;
}
.ship-estimate .grey-style {
  font-size: 20px;
  color: #4e4e4e;
}
.proceed a {
  text-align: left;
  font-size: 20px;
  color: #4e4e4e;
}
.proceed .checkout-btn {
  background-color: #009491;
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 20px;
  margin-top: 4px;
  border-radius: 0;
  text-align: center;
  color: #fff;
}
.proceed .checkout-btn:hover{
  background-color: #711b45;
  color: #fff;
}
.product-img {
  border: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  padding: 0;
}
.product-img img {
  width: 100%;
}
.add-to-cart .table{
  margin-bottom: 0px;
}
.proceed{
  overflow: hidden;
  background: #fff;
  padding: 20px 20px;
}
.emptycart{
  font-size: 30px;
  text-align: center;
  padding: 35px;
  border-color: black;
  border: outset;
}
/* Add to cart Section End */


.mybutton{
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  background: #04335f;
  color: #fff;
  padding: 10px 10px;
  border-radius: 100px;
  border: 2px solid transparent;
}
/* checkout section */
.checkout-section {
  padding: 5% 0 7% 0;
}
.checkout-heading h1 {
  color: #000000;
  border-bottom: 1px solid #ccc4c9;
  padding-bottom: 40px;
}

.signup-heading h3 {
  padding-top: 30px;
}

.signup-heading button {
  margin: 40px auto;
  background-color: #000;
  width: 48%;
  border-color: black;
  color: #fff;
  display: inline-block;
  padding: 14px 0;
}

.signup-heading button:hover,
.signup-heading button:focus {
  background-color: #cb972f;
  border-color: #cb972f;
  color: #fff;
}

.signup-heading {
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc4c9;
}

.payment-heading h3 {
  padding-top: 30px;
  padding-bottom: 40px;
}
.order-heading span {
  float: right;
}
.order-heading {
  background-color: #edededd9;
  padding: 30px;
  margin: 30px 0 0 0;
}
.order-heading h3 {
  font-weight: 400;
  font-size: 20px;
}
.order-heading h5 {
  font-size: 18px;
  font-weight: 400;
  padding-top: 20px;
}

.order-heading h6 {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc4c9;
  font-size: 18px;
  font-weight: 400;
  padding-top: 20px;
}

.order-heading h4 {
  padding-top: 20px;
}

.visa-cards ul li {
  display: inline;
}
.missionHeading {
  margin: 0 0 50px 0;
}
.missionHeading span {
  display: block;
  text-align: center;
  color: #0c3a64;
  font-size: 50px;
  margin: 0 0 30px 0;
  font-weight: 600;
}
.missionHeading p {
  display: block;
  text-align: center;
  width: 70%;
  margin: 0px auto;
}
.display-td{
  color: #1c1e27;
}
.credit-card-box .btn-block {
  padding: 10px 20px;
  background: #1c1e27;
  color: #fff;
  border: 1px solid #1c1e27;
  margin-top: 20px;
}
.credit-card-box .btn-block:hover{
  background: #0c3a64;
  color: #fff;
  border: 1px solid #0c3a64;
}

/*.credit-card-box .card{
    padding: 20px;
    margin: 10px;
}*/
/* checkout section  ends */
.myalert {
  color: #fff;
  background-color: rgb(0 0 0 / 94%);
  border-color: #badbcc;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.myalert h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  margin: 0;
  transition: all 0.5s ease;
}

/**css for notification alert starts**/
.myAlert-bottom{
  position: fixed;
  bottom: 5px;
  right:2%;
}

/**css for notification alert ends**/

/*Counter Css*/
.webcounter ul{
    text-align: center;
    margin: 0 0 10px 0;    
}
.webcounter ul li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  color: #fff;
}

.webcounter ul li span {
    display: block;
    font-size: 4.5rem;
    color: #fff;
    line-height: 110px;
}

.webcounter .emoji {
  display: none;
  padding: 1rem;
}

webcounter .emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
  color: #fff;
}

@media all and (max-width: 768px) {
  .webcounter h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  .webcounter li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  .webcounter li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}
section.webcounter {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
        background: hsl(0deg 0% 0% / 94%);
}
.webcounter h1 {
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
    text-align: center;
}
/*END Counter*/
/*BEGIN Desktop Counter*/
section.ConterTimer {
    padding: 3% 0;
}
.ConterTimer h1 {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
    color: #04335f;
    text-align: center;
    display: block;
}
.ConterTimer ul {
    text-align: center;
}
.ConterTimer li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    background: #04335f;
    width: 24%;
    color: #fff;
    line-height: 60px;
    border-radius: 5px;
}

.ConterTimer li span {
  display: block;
  font-size: 4.5rem;
}
.ConterTimer small{
    display: table;
    margin: 40px auto 40px auto;
    background: #04335f;
    height: 3px;
    width: 240px;    
}

@media all and (max-width: 768px) {
  .ConterTimer h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  .ConterTimer li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  .ConterTimer li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}