

body {
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    font-family: 'IBM Plex Sans', sans-serif !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --sbiblue:#00b5ef;
  --main: #392d7d;
  --black: #231f20;
  --light_pink: #fff8f3;
  --white: #fff;
  --brown: #5a2c0b;
  --yellow: #f1b51c;
  --orange: #e86e25;
  --dark_red: #e31f26;
  --sky: #ecf4f7;
  --green: #00833e;
  --gray: #ecf4f7;
  --nse_gray: #6d6e71;
  --sky_gray: #ECEAF5;
    --main: #392d7d;
    --black: #231f20;
    --light_pink: #fff8f3;
    --white: #fff;
    --brown: #5a2c0b;
    --yellow: #f1b51c;
    --orange: #e86e25;
    --dark_red: #e31f26;
    --sky: #ecf4f7;
    --green: #00833e;
    --gray: #ecf4f7;
    --nse_gray: #6d6e71;
    --sky_gray: #ECEAF5;
    --color-primary: #3a2d7d;
    --color-secondary: #b966e7;
    --color-coral: #E9967A;
    --color-violet: #800080;
    --color-pink: #DB7093;
    --color-heading: #192335;
    --color-body: #6b7385;
    --color-white: #ffffff;
    --color-white-off: #FFFFFFAB;
    --color-bodyest: #273041;
    --color-dark: #27272E;
    --color-darker: #192335;
    --color-black: #111113;
    --color-grey: rgba(207,207,207,.24);
    --color-grey2: #f4f5f7;
    --color-gray: #A1A9AC;
    --color-gray-light: #F6F6F6;
    --color-gray-lighter: #ebebeb;
    --color-light: #F5F7FA;
    --color-lighter: #F2F5F9;
    --primary-opacity: #3a2d7d21;
    --secondary-opacity: #b966e721;
    --coral-opacity: #E9967A21;
    --violet-opacity: #80008021;
    --pink-opacity: #DB709321;
    --white-opacity: #ffffff21;
    --danger-opacity: #FF000310;
    --warning-opacity: #FF8F3C10;
    --success-opacity: #3EB75E10;
    --black-opacity: rgba(0, 0, 0, 0.04);
    --heading-opacity: #19233550;
    --color-card-1: #fffccf;
    --color-card-2: #ffedff;
    --color-card-3: #ffe8eb;
    --color-card-4: #e9f6ff;
    --color-card-5: #5024D1;
    --color-card-6: #3B3B46;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-primary-alt: #D1EBE6;
    --color-primary-light: #f1f7ff;
    --color-primary-lighter: #EEEEFF;
    --color-secondary-alt: #fef4f4;
    --color-extra: rgb(249, 249, 255);
    --color-extra2: #F9F9FF;
    --color-border: #e6e3f1;
    --color-border-2: #e6e3f14f;
    --color-badge-1: #303F5B;
    --color-badge-2: #F2C94C;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --radius-10: 10px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --radius: 6px;
    --f-light: 300;
    --f-regular: 400;
    --f-medium: 500;
    --f-semi-bold: 600;
    --f-bold: 700;
    --f-extra-bold: 800;
    --f-black: 900;
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
    --shadow-slide-item: 0px 0 10px 0 rgba(215, 216, 222, 0.20);
    --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
    --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
    --shadow-5: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
    --shadow-7: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
    --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, 0.4);
    --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
    --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    --shadow-11: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    --transition: 0.3s;
    --transition-2: 256ms ease-in-out;
    --transition-3: transform .85s cubic-bezier(.23,1,.32,1),background .3s,border .3s,border-radius .3s,box-shadow .3s;
    --transition-4: all .25s cubic-bezier(.645,.045,.355,1);
    --font-primary: "Euclid Circular";
    --font-secondary: "Euclid Circular";
    --font-alt: "Source Serif Pro", serif;
    --font-size-b1: 24px;
    --font-size-b2: 18px;
    --font-size-b3: 16px;
    --font-size-b4: 12px;
    --line-height-b1: 1.5;
    --line-height-b2: 1.67;
    --line-height-b3: 1.67;
    --line-height-b4: 1;
    --h1: 52px;
    --h2: 44px;
    --h3: 34px;
    --h4: 30px;
    --h5: 20px;
    --h6: 16px;
    --div-gap-1: 10px;
    --gradient-1: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-4: linear-gradient(180deg,#fff,#f6f9ff);
    --gradient-2: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 242, 255) 100%);
    --gradient-3: linear-gradient(90deg, #8DA9FC 0%, #B48DD5 100%);
    --gradient-4: linear-gradient(180deg, #EFF1FF 0%, #FFFFFF 100%);
    --gradient-5: linear-gradient(rgb(239, 241, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-6: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(251, 199, 226, 0.15), rgba(220, 217, 254, 0.15));
    --gradient-7: linear-gradient(218.15deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    --gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
    --gradient-9: linear-gradient(180deg, #6827FF 0%, #E3F0FF 100%);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sbiblue{
  color: #00b5ef;
}
.sbipurple{
  color: #392d7d;
}

.custom-h1{
    font-size: 80px;color: white;line-height: 89px;text-align: left;
}



.custom-heading{
    padding-top: 10px;
    font-size: 40px;
    color: #000000;
    line-height: 45px;
    text-align: left;
}

/* ============  header start=============== */

/* header {
    box-shadow: 0 0 6px 0 #f7f4fd;
    width: 100%;
    background-color: #f7f4fd;
} */

header.scrolled {
    box-shadow: 0 0 8px 0 #392d7d;
}


header .navbar {
    padding: 0px 3rem 0px 2rem !important;
    background-color: white;
}

header .navbar-brand img {
    width: 130px;
    mix-blend-mode: darken;
    padding-bottom: 1rem;
}

header .navbar-nav {
    margin-left: auto;
}
header .navbar-nav ul li {
    font-size: 1.1rem;
    font-weight: 600;
}

.brochure_btn {
    margin-left: 1rem !important;
}

.brochure_btn  {
    border: 1px solid #e86e25 !important;
    color: #e86e25 !important;
    transition: .5s ease-in-out;
    padding: 0.5rem 0.4rem 0.5rem 0.4rem; 
    border-radius: 1rem;
}

.brochure_btn:hover {
    background-color: #e86e25 !important;
    color: #fff !important;
}

.pay_btn {
    padding: 0.5rem 0.6rem 0.6rem 0.5rem; 
    border-radius: 1rem;
}

.pay_btn {
    border: 1px solid #e86e25 !important;
    background-color: #e86e25 !important;
    color: #fff !important;
    transition: .5s ease-in-out;
}

.pay_btn:hover {
    background-color: #fff !important;
    color: #e86e25 !important;
}

.navbar-light .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.applyBtns{
    text-align: center;
    margin-top: 15px;
    color: #f1b51c ;
    border: 2px solid #e86e25;
    position: relative;
    width: 220px;
    height: 50px;
    z-index: 1;
    transform: .5s ease-in-out;
	padding:1rem;
	text-decoration:none;
	
}

.badewaleclints img{
        display: flex;
        height: 5em;
        max-width: 16rem;
    }

.applyBtns:HOVER{
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: NONE;
	color:white;
	border-radius:0.5rem !important;
	
}


.online_row a:nth-child(1)::before{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background-color: #e86e25;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.online_row a:nth-child(1):hover::before{
    width: 100%;
		border-radius:0.5rem !important;
			color:white;
}

.online_row a:last-child::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background-color: #e86e25;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.online_row a:last-child:hover::before{
    height: 100%;
		border-radius:0.5rem !important;
			color:white;
}



/* ============  header end=============== */

/* banner section start */

.backgropund{
    background-image: url("../image/Banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.subtitle-banner {
    background: #F7F7F8;
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 40px;
}

.subtitle-banner .banner-top {
    color: #222 !important;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 0px;
    line-height: 1;
    letter-spacing: 1px;
}

.banner-border-right {
    width: 5px;
    height: 20px;
    display: inline-flex;
    margin-left: 5px;
    margin-bottom: -2px;
    margin-top: 0px;
    animation: fadeIn 0.7s infinite;
    background-color: var(--main);
}


@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

.btn-grad-banner {
    background-image: linear-gradient(to right, #e86c25a1 0%, #e86e25 51%, #e86c25a1  100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border: none;
    text-decoration: none;
    position: fixed;
    bottom: 4rem;
    left: 4rem;
  }

  .btn-grad-banner:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }


/* banner section end */


/* popup section start */

.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-sidebar{height:100%;width:100%;background-color:#fff;position:fixed!important;top: 1rem;bottom:1rem; z-index:999;overflow-x:hidden;}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-bar-block .w3-bar-item{display:block;padding:8px 16px;text-align:left;white-space:normal;float:none;position: absolute;right: 1rem;top: 1rem;}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}

.ptb--60 {
    padding: 60px 0 !important;
}

.rbt-shadow-box {
    border-radius: var(--radius);
    background: var(--color-white);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 30px;
}

.title-area {
    position: relative;
    z-index: 2;
}

.sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-top: -0.41em;
    margin-bottom: 22px;
    display: block;
	display: flex;

}


.sec-title {
    margin-top: 6px;
		   margin-right: 1rem;
}

.rbt-inner-onepage-navigation {
    border-radius: 500px;
    background: var(--color-white);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 7px;
}

.sticky-top {
    z-index: 200;
}
.mt--30 {
    margin-top: 30px !important;
}

.rbt-shadow-box {
    border-radius: var(--radius);
    background: var(--color-white);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 30px;
}

.rbt-title-style-3 {
   color: #00b5ef;
    margin-bottom: 24px;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--color-border-2);
}

.copyright-style-1 .copyright-link, .footer-widget .ft-link, .rbt-single-widget ul.rbt-sidebar-list-wrapper, .rbt-widget-details .rbt-course-details-list-wrapper,
.rbt-widget-details .rbt-default-sidebar-list,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list, .rbt-sorting-list .course-switch-layout, .rbt-single-product .product-feature, .comment-list ul.children, .comment-list, .blog-meta, .course-feature-list, .plan-offer-list, .rbt-list-style-3, .rbt-list-style-1, .filter-tab-button,
.rbt-default-tab-button, .advance-pricing .pricing-right .plan-offer-list, .pricing-table .pricing-body .list-item, .pricing-billing-duration ul, .rbt-meta, .social-share-transparent, .rbt-user-menu-list-wrapper .user-list-wrapper, .rbt-secondary-menu, ul.rbt-dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*----------------------
    Rbt List Style  
------------------------*/
.rbt-list-style-1 li {
    display: flex;
    font-size: 18px;
    margin: 7px 0;
    line-height: 1.45;
  }
  @media only screen and (max-width: 767px) {
    .rbt-list-style-1 li {
      font-size: 16px;
    }
  }
  .rbt-list-style-1 li i {
    padding-right: 10px;
    margin-top: 5px;
    color: #00b5ef;
  }
  .rbt-list-style-1 li:first-child {
    margin-top: 0;
  }
  .rbt-list-style-1 li:last-child {
    margin-bottom: 0;
  }
  .rbt-list-style-1.color-white li {
    color: var(--color-white);
  }
  
  .rbt-list-style-2 {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: -10px;
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 575px) {
    .rbt-list-style-2 {
      display: block;
      text-align: left;
    }
  }
  .rbt-list-style-2 li {
    margin: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
  }
  @media only screen and (max-width: 575px) {
    .rbt-list-style-2 li {
      text-align: left;
    }
  }
  .rbt-list-style-2 li i {
    width: 30px;
    height: 30px;
    background: var(--color-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    color: var(--color-primary);
    display: inline-block;
    line-height: 29px;
    margin-right: 10px;
    font-weight: 700;
    text-align: center;
  }
  
  .rbt-list-style-3 li {
    display: flex;
    font-size: 16px;
    margin: 7px 0;
    line-height: 1.45;
    color: var(--color-body);
  }
  .rbt-list-style-3 li i {
    padding-right: 10px;
    margin-top: 4px;
  }
  .rbt-list-style-3 li:first-child {
    margin-top: 0;
  }
  .rbt-list-style-3 li:last-child {
    margin-bottom: 0;
  }
  .rbt-list-style-3.color-white li {
    color: var(--color-white);
  }

  .maincardahai {
    flex-basis: 49%;
    margin: 0.3rem;
    margin-bottom: 2rem;
  
  }


/* popup section end */


/* popup register end */

#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  background: white;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  border: none;

}


/*inputs*/
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e86e25;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}


.singleformcss {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.singleformcss fieldset {
  background: white;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  border: none;

}


/*inputs*/
.singleformcss input, .singleformcss textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}

.singleformcss input:focus, .singleformcss textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e86e25;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}


.button-89 {
--b: 3px;   /* border thickness */
--s: .45em; /* size of the corner */
--color: #292075;
position: relative;
left: 67%;
top: 1%;
padding: calc(.5em + var(--s)) calc(.9em + var(--s));
color: var(--color);
--_p: var(--s);
background:
  conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
  var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
transition: .3s linear, color 0s, background-color 0s;
outline: var(--b) solid #0000;
outline-offset: .6em;
font-size: 16px;
border: 0;
z-index: 44;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
--_p: 0px;
outline-color:#292075;
outline-offset: .05em;
}

.button-89:active {
background:#292075;
color: #fff;
}


/* popup register end */

.button-101 {

  position: relative;
  left: 85%;
  top: 0;
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));


  outline-offset: .6em;
  font-size: 3rem;
  border: 0;
  z-index: 1111;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  }

/* card   */

.font-size-1rem{
  font-size: 1.2rem;
}
@media only screen and (max-width:1000px) and (min-width: 300px) {

  .font-size-1rem{
    font-size: 0.8rem;
  }

  .card{
    width: 100% !important;
  }

  .custom-h1{
    font-size: 40px !important;color: white;line-height: 59px;text-align: left
}

/* .button-101 {

  left: 50%;


  } */
} 

/* .card{
  min-width: 540 ;
} */

/* CSS */
.button-coursebtn {
  position: relative;
  overflow: hidden;
  border: 1px solid #18181a;
  color: #18181a;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-coursebtn span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-coursebtn span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button-coursebtn:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00b5ef;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
  
}

.button-coursebtn:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button-coursebtn:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.card-title{
  font-size: 1.8rem !important;
  color: #292075 !important;
  padding-bottom: 1.1rem !important;
}

.text-wrap-custom-hai{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-shadow-cardsss{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
  border-radius: 0.5rem;
  border: none;
}

.card-img{
  min-height: 380px !important;
}
.card-img-large{
  min-height: 430px !important;
}

.card-body {
  position: relative;
    flex: 1 1 auto;
    padding: 1rem 1rem 1rem 0rem !important;
}
.card-img-sbi{
max-width: 70px !important;
    max-height: 30px !important;
}

.card-img-Deakin {
    max-width: 80px !important;
    max-height: 34px !important;
}

.card-img-KNOLSKAPE {
    max-width: 80px !important;
    max-height: 34px !important;
}

.card-img-Harappa {
    max-width: 80px !important;
    max-height: 34px !important;
}

.card-img-NYIF {
    max-width: 80px !important;
    max-height: 34px !important;
}


/* card button ebd  */

/* subheading start */

.course-by{
  letter-spacing: 5px;color: #00b5ef;font-weight: 600;font-size: 1.1rem;text-align:center;
}

.course-by-ke-niche{
  font-size: 3.158rem;
}

.subHeading{
  margin-top: 1rem;font-size: 20px;line-height: 32px; font-weight: 500;padding-right: 10rem; text-align: justify;
}

/* subheading end */


/* bootstrap icon slider start */

.carousel-control-prev-icon {
  background-image: url("../images/slider/back.png");
  margin-top: 10px;
}
.carousel-control-next-icon {
  background-image: url("../images/slider/next.png");
  margin-top: 10px;
}

.bankcolorarrow{
  background-color: #00b5ef;
  border-radius: 50%;
  opacity: 1;
  width: 50px;
  height: 50px;
  
}
/* 
.carousel-inner{
  padding-right: 12px;
}

.carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  position: relative;
  left: -175px;
    display:none;
}
.carousel-control-next-icon{
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  position: relative;
  right: -175px;
    display:none;
}

@media only screen and (max-width: 1000px) and (min-width: 300px) {
.carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  position: relative;
  left: -115px;
    display:none;
}
.carousel-control-next-icon{
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  position: relative;
  right: -115px;
  display:none;
}
header .navbar {
    padding: 0 !important;
}
}  */


/* bootstrap icon slider end */


/* top silder css */

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px;
}

.swiper-slide img {
	width: 80%;
    display: block;
    object-fit: cover;
    align-self: center;
}

.cardtitletitle {
  font-size: 22px;
  color: #0a0000;
  line-height: 32px;
  text-align: left;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iconimg {
  width: 90px !important;
  height: 90px !important;
}

/* top silder css end */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.nsepurple{
  font-size: 1.8rem;
  color: rgb(58 45 125);
}

.nseorange{
  color: #e66f25;
}
.nsepurple-2{
  font-size: 1.5rem;
  color: rgb(58 45 125);
}

.nseorange-2{
font-size: 1.8rem;
  color: #e66f25;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #2b2a2a;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 10px 30px 10px;
  background: aliceblue;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  text-align: left;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #656262f0;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #3a2d7d;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffa587;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #656262f0;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  font-weight: 100;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3a2d7d;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2b2a2a;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3a2d7d;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35e31a1;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #2b2a2a;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3a2d7d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #00b5ef;
  color: #fff;
  text-decoration: none;
}

#footer .copyright{
  font-size: large;
  color: #3a2d7d;
  padding-top: 10px;
  font-weight: 600;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #3a2d7d;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}

#footer .footer-top .footer-links ul a {
  font-size: 16px;
  color: #656262f0;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}

.child {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}

#bounce {
  animation-name: bounce;
  animation-timing-function: ease;
}
@keyframes bounce {
0%   { transform: translateY(0); }
50%  { transform: translateY(-50px); }
100% { transform: translateY(0); }
}

.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

@media only screen and (max-width: 1000px) and (min-width: 300px) {
  .disply-noned{
    display: none !important;
  }
} 

@media only screen and (max-width: 1000px) and (min-width: 300px) {
  .ResponsiveAbout{
    margin-top: 50px !important;
  }
  .height-300-none{
    display: none !important;
  }

  .butjvfkirepsonive {
    left: 31px !important;
    bottom: 9rem !important;
    display: none;

  }
  .butjvfkirepsonivetwo{
    left: 10px !important;
  }


} 

@media only screen and (max-width:4000px) and (min-width: 1000px) {

  .display-display{
    display: none !important;
  }

  .ahdjmargin{
    margin-top: 4rem !important;
  }


} 


/* register  form check */

.CheckOutForm{
  width: 30%; display: none;top: 0; right: 0px; height: 100vh;    z-index: 999;
}

@media only screen and (max-width: 1000px) and (min-width: 300px) {
  .CheckOutForm{
    width: 100%; display: none;top: 0; right: 0px; height: 100vh;
  }
  
}
/* register  form check end*/



/* side hover button  */

#mySidenav a {
  position: fixed;
  right: -205px;
  transition: 0.3s;
  padding: 15px;
  width: 264px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  z-index: 2;
    align-items: center;
  background-color:bisque ;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  z-index:999;
}

#mySidenav a:after {
  background-color: #382d7b;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

#mySidenav a:hover:after {
  transform: translate(0, 0);

}

#mySidenav a:active {
  background-color: #ffdeda;
  outline: 0;
}

#mySidenav a:hover {
  outline: 0;
  right: 0;
}


.sidenavicon-register{
	padding-top:5px;
  width: 30px;
  position:relative;
margin-left: -5rem;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.sidenavicon-register:hover{
  width: 30px;
position:relative;top:-16px  !important;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}



.sidenavicon-download{
	padding-top:5px;
	position:relative;
  width: 30px;
margin-left: -30px;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.sidenavicon-download:hover {
  width: 30px;
position:relative;top:-16px  !important;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}


#about {
  top: 45%;
  background-color: rgb(231 111 37);
}

#blog {
  top: 55%;
  background-color: #392e7c;
}
/* .response{
  margin: 20px;
    padding: 20px;
    border: 1px solid orange;
} */

@media only screen and (max-width: 1400px) and (min-width: 300px) {
   .custom-h1{
    font-size: 45px !important;color: white;line-height: 59px;text-align: left
}
}

.deactiveede{
	
	background-color:white !important;
}

@media only screen and (max-width: 600px) and (min-width: 300px){
	.mobileminmargin{
		    margin-left: -2rem !important;
			word-wrap: break-word !important;
	}
	.mobileminmargintwo{
		    margin-left: -1rem !important;
			word-wrap: break-word !important;
	}
	
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
 .custom-image-class{
   height:125% !important;
}
}
@media only screen and (max-width: 1000px) and (min-width: 200px) {
.mobil-banner{
  padding-top: 8rem !important;
}
}

/* slider  start*/

@-webkit-keyframes s_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes s_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  /* padding-top: 2rem; */
  background: transparent;
  height: 500px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, #e1e3fc 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 415px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: s_scroll 10s linear infinite;
          animation: s_scroll 10s linear infinite;
  display: flex;
}
.slider .slide {
  height: 400px;
  width: 300px;
  margin: 1rem;
}

/* slider end */


/* scroll bar start */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00b5ef; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #292075; 
}
/* scroll bar end */


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a {
    text-decoration: none !important;
}

hr.line {
    width: 90%;
    margin: auto;
}

ul {
    margin: 5px;
    padding: 5px;
}

/* 
ul li{
    list-style-type: none;
} */



section.section {
    padding: 30px 60px;
}



.section_heading {
    position: relative;
}

/* .section_headingsecond:after

.posts-title:after 
    {
    content: "";
    position: absolute;
    z-index: 0;
    top: 75%;
    transform: translateY(-50%);
    left: 0;
    width: 99%;

    border: 4px double rgb(232 37 37);
    z-index: -2;
} */

/* .section_heading:after

.posts-title:after 
    {
    content: "";
    position: absolute;
    z-index: 0;
    top: 75%;
    transform: translateY(-50%);
    left: 0;
    width: 99%;
    border: 4px double rgba(109, 110, 113, 0.4);
    z-index: -2;
} */

.section_heading h1 {
    /* color: #1c1c1c; */
    color: #392d7d;
    text-transform: capitalize;
    position: relative;
    font-size: 30px;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding-right: 10px;
    font-weight: 800;
    /* opacity: 0.6; */
}

.section_heading h1 {
    /* color: #1c1c1c; */
    color: #392d7d;
    text-transform: capitalize;
    position: relative;
    font-size: 30px;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding-right: 10px;
    font-weight: 800;
    /* opacity: 0.6; */
}

/* .section_heading h1::first-letter{
    font-size: 60px;
    color: #e86e25;
} */

.section_heading h1 span {
    font-size: 60px;
    color: #e86e25;
}

.section_heading h1 .abs_header {
    position: absolute;
    top: 15px;
    left: 10%;
    font-size: 13px;
    font-weight: 400;
}

.section_inner_container {
    padding: 10px 0px !important;
}

.center_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center_items {
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


/* =============== header =================== */
header {
    box-shadow: 0 0 6px 0 #ddddddb3;
    width: 100%;
    background-color: #fff;
}

header.scrolled {
    box-shadow: 0 0 8px 0 #392d7d;
}

header .container {
    /* background-color: red; */
    padding: 0px !important;
}

header .navbar {
    /* background-color: green; */
    padding: 0px 3rem 0px 2rem !important;
}

header .navbar-brand img {
    width: 130px;

}

header .navbar-brand2 img {
    width: 170px;

}

header nav {
    /* padding: 8px 2rem !important; */
    margin: 0px !important;

    width: 100%;
    background-color: #fff;
}

header .navbar-nav {
    margin-left: auto;
}

.brochure_btn {
    margin-left: 1rem !important;
    margin-top: 5px;
}

.brochure_btn a {
    border: 1px solid #e86e25 !important;
    color: #e86e25 !important;
    transition: .5s ease-in-out;
}

.brochure_btn a:hover {
    background-color: #e86e25 !important;
    color: #fff !important;
}

.pay_btn {
    margin-left: 1rem !important;
    margin-top: 5px;
}

.pay_btn a {
    border: 1px solid #e86e25 !important;
    background-color: #e86e25 !important;
    color: #fff !important;
    transition: .5s ease-in-out;
}

.pay_btn a:hover {
    background-color: #fff !important;
    color: #e86e25 !important;
}

.navbar-light .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ============ banner_section =============== */
section.banner_section {
    /* height: 70vh; */
    height: 65vh;
    /* background-color: #392d7d; */
    /* padding: 100px 0px; */
    position: relative;
    /* background: #392d7d url('../images/banner.jpg'); */
    background: url('../images/Banner\ Image.png');
    /* background: #402ea7 url('../images/banner3.jpg'); */
    background-position: center;
    background-size: cover;
    /* object-fit: cover; */
    /* padding: 80px auto; */
    background-repeat: no-repeat;
    z-index: 1;
    /* background-blend-mode: color-dodge; */
}

section.banner_section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
    /* background-color: rgba(57, 45, 125, 0.8); */
}

/* .banner_section .banner_text{
    padding: 1rem;
    padding-top: 0rem;
    background-color: rgba(255,255,255,0.1);
    border-radius: 6px;
} */



.banner_section .banner_text .text_p {
    /* color: #e86e25; */
    color: #f1b51c;
    /* color: #231f20; */
    font-style: italic;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 0px;
    display: inline-block;
    line-height: 0px;
    /* background-color: red; */
    margin-bottom: 0px;
    /* border-bottom: 1px dashed rgba(0,0,0,0.9); */
    position: absolute;
    font-weight: 500;
    left: 2rem;
    top: 2rem;
}

.banner_section .banner_text h1 {
    /* font-size: 60px; */
    font-size: 40px;
    font-weight: 1000;
    /* color: #392d7d; */
    /* color: #fff8f3; */
    color: #ffffff;
    margin-bottom: 5px;
    opacity: 0.9;
    /* text-transform: uppercase; */
    position: relative;
    text-transform: capitalize;
}

.banner_section .banner_text h1::first-letter {
    font-size: 80px;
    font-weight: 900;
}

.banner_section .banner_text img {
    margin-bottom: 10px;
    width: 95%;
    height: 8px;
    margin-top: 1rem;
}


.banner_section .banner_text h6 {
    font-size: 25px;
    /* color: #f1b51c; */
    color: #fff8f3;
    /* color: #392d7d; */
    font-weight: 800;
}


.banner_section .banner_text h6 span {
    /* background-color: #f1b51c; */
    background-color: #392d7d;
    color: #fff;
    padding: 0px 15px;
    text-transform: uppercase;
}

.online_row.center_items {
    justify-content: space-between;
    width: 100%;
    /* background: red; */
}

.online_row .bannerApplyBtns.center_item {
    justify-content: flex-start;
}


/* .online_row .bannerApply_text{
    background: #00833e;
} */

.online_row .bannerApply_text h5 {
    font-size: 20px;
    color: #ECEAF5;
    font-weight: 600;
    margin-top: 1rem;
}

.online_row .bannerApply_text h6 {
    color: #ccc;
    /* color: #231f20;
    color: #e86e25; */
    font-size: 25px;
    font-weight: 700;
}

.online_row .bannerApply_text h6 span {
    font-size: 18px;
}

.online_row .bannerApply_text h5 span {
    font-size: 35px;
    color: #f1b51c;
    margin-right: 10px;
    font-weight: 800;
}

.online_row .applyBtns {
    margin-top: 0px;
    /* margin-left: 1rem; */
    /* margin-top: 1rem; */
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* width: 200px; */
}

.online_row a:nth-child(1) {
    border-bottom-left-radius: 14px;
}

.online_row a:nth-child(1)::before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background-color: #e86e25;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.online_row a:nth-child(1):hover::before {
    width: 100%;
}

.online_row a:last-child {
    border-top-right-radius: 14px;
}

.online_row a:last-child::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background-color: #e86e25;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.online_row a:last-child:hover::before {
    height: 100%;
}



.applyBtns {
    /* display: inline-block; */
    text-align: center;
    /* margin-top: 15px; */
    color: #fff !important;
    /* background-color: #e86e25; */
    /* background-color: red; */
    border: 2px solid #f1b51c;
    position: relative;
    /* width: 170px; */
    width: 220px;
    /* height: 45px; */
    height: 50px;
    z-index: 1;
    transform: .5s ease-in-out;
}

.applyBtns:hover {
    /* border: 2px solid #e86e25;
    border-left: 5px solid #e86e25;
    border-right: 5px solid #e86e25; */
}

/* .applyBtns::before{
    content: '';
    position: absolute;
    width: 95%;
    height: 85%;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    background-color: #e86e25;
    z-index: -1;
    transform: .5s  ease-in-out;
}

.applyBtns:hover:before{
    background-color: #f1b51c;
    color: #392d7d !important;
} */

/* .applyBtns.downloadBrochure{
    white-space: nowrap;
    width: 30% !important;
} */

/* .downloadBrochure{
    position: relative;
} */

.sectionBtns {
    /* margin: 1rem  auto; */
}

.sectionBtnsdfg .applyBtnsdfg {
    padding: 2rem;
    color: white !important;
    background-color: #392d7d;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all .5s ease;
}

.sectionBtnsdfg .applyBtnsdfg:hover {
    background-color: #e86e25;
    color: #fff !important;
}

.sectionBtns .applyBtns {
    /* color: #e86e25 !important; */
    background-color: #e86e25;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all .5s ease;
}

.sectionBtns .applyBtns:hover {
    background-color: #f1b51c;
    /* color: #fff !important; */
}

.applyBtnss {
    /* display: inline-block; */
    text-align: center;
    /* margin-top: 15px; */
    color: #fff !important;
    /* background-color: #e86e25; */
    /* background-color: red; */
    border: 2px solid #e86e25;
    position: relative;
    /* width: 170px; */
    width: 220px;
    /* height: 45px; */
    height: 50px;
    z-index: 1;
    transform: .5s ease-in-out;
}


.sectionBtns .applyBtnss {
    /* color: #e86e25 !important; */
    background-color: #f1b51c;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all .5s ease;
}

.sectionBtns .applyBtnss:hover {
    background-color: #e86e25;
    /* color: #fff !important; */
}


/* ============= investmentDetails =============== */
.investmentDetails {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* flex-wrap: wrap; */
    align-self: normal;
}



.investmentDetails .investment {
    width: 130px;
    height: 130px;
    /* background-color: #ecf4f7; */
    /* background-color: #231f20; */
    /* background-color: #f1b51c; */
    background-color: #e31f26;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0px 8px rgba(109, 110, 113, 0.4);
    transition: all .5s ease-in-out;
    border: 1px solid #fff;
}

.investmentDetails .investment:hover {
    opacity: 0.9;
    transform: translateY(-10px);
}



.investmentDetails .investment:nth-child(2) {
    margin: 0 10px;
}

.investmentDetails .investment:nth-child(3) {
    margin: 0 10px;
}


.investmentDetails .investment p {
    font-size: 12px;
    /* color: #6d6e71; */
    color: #ECEAF5;
}

.investmentDetails .investment span {
    font-size: 18px;
    font-weight: 700;
    /* color: #5a2c0b; */
    /* color: #f1b51c; */
    /* color: #6d6e71; */
    color: #ECEAF5;
    /* padding: 3px 0px;
    border-bottom: 1px solid #6d6e71;
    display: block; */
}

/* ================================= section ================== */

.about_course .aboutCourse_text p {
    font-size: 16px;
    letter-spacing: 0.6px;
}

.card.formCard {
    margin-top: -16%;
    z-index: 99;
    margin-left: 10px;
    border: none;
    box-shadow: 0px 0px 8px rgba(109, 110, 113, 0.4);
}

.card.formCard .card-header {
    background-color: #e86e25;
    /* background-color: #f1b51c; */
    color: #fff;
}

.card.formCard .card-body {
    padding: 00px 00px;
}

.card.formCard .form-control,
.card.formCard .form-select {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    color: #e86e25;
    border-radius: 2rem;
    padding-left: 20px;
    font-size: 14px;
    transition: all .5s ease;
}

.card.formCard .form-control:focus,
.card.formCard .form-select:focus {
    box-shadow: 0px 0px 6px #e86e25;
    border: 1px solid rgba(232, 110, 37, 0.1);
}

.card.formCard .form-control::placeholder,
.card.formCard .form-select::placeholder {
    color: #ccc;
    opacity: 0.6;
}

.card.formCard form .btn {
    display: block;
    background-color: #392d7d;
    color: #fff;
    width: 200px;
    border-bottom: 2px solid #f1b51c;
    margin: 10px auto;
    border-radius: 2rem;
    transition: all .5s ease;
}

.card.formCard form .btn:hover {
    color: #f1b51c;
    opacity: 0.8;
}

/* ==================== courseQuality_container =============== */

.courseQuality_container {
    /* background-color: red; */
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.courseQuality_container .accordion {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* background: red; */
    padding: 0px;
}

.courseQuality_container .card,
.courseQuality_container .card-header {
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
    margin-bottom: 20px;
}

.courseQuality_container .card {
    box-shadow: 0 2px 20px 0 rgba(110, 130, 208, .18) !important;
    /* width: 23%;
    margin: 1rem; */
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    /* margin-bottom: 30px; */
    /* display: -ms-flexbox;
    display: flex; */
    outline: 1px solid #ccc;
    overflow: hidden;
}

.courseQuality_container .card:hover img {
    transform: scale(1.08);
}

.courseQuality_container .card img {
    height: 150px;
    transition: .5s ease;
}



/* ================= not using this code============= */
.courseQuality_container .btn-link {
    /* text-decoration: none; */
    width: 100%;
    height: 60px;
    color: #000;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    position: relative;
    box-shadow: none;
    outline: none;
}

.courseQuality_container .btn-link::after {
    content: '\2212';
    /* \2212 */
    width: 35px;
    height: 30px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
    right: 15px;
    top: 11px;
    position: absolute;
    background-color: #e8eeff;
    line-height: 25px;
}

.courseQuality_container .btn-link.collapsed::after {
    content: '\002B';
    /* \002B */
}

.courseQuality_container .btn-link::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: #fff;
    z-index: 1;
    left: 2rem;
    bottom: -12px;
    transform: rotate(45deg);
}

/* ======================================================= */
.courseQuality_container .card-body {
    background: #e8eeff;
}


/* ================== course_image_box ===================== */
.course_image_box .course_img {
    width: 100%;
    height: 100%;
    /* background-color: #392d7d; */
    /* padding: 10px; */
    /* height: 400px; */
    z-index: 1;
    position: relative;
}

.course_image_box .course_img::before,
.course_image_box .course_img::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 55%;
    background-color: #392d7d;
    z-index: -1;
}

.course_image_box .course_img::before {
    top: -6px;
    left: -6px;
}

.course_image_box .course_img::after {
    bottom: -6px;
    right: -6px;
    background-color: #f1b51c;
}

.course_image_box .course_img img {
    width: 100%;
    height: 100%;
}

/* .course_text_box{
    background-color: red;
} */

/* .course_text_box .course_heading{
    background-color: red;
} */

.course_text_box .course_heading h2 {
    font-size: 28px;
    /* color: #6d6e71; */
    /* color: #231f20; */
    color: #e86e25;
    margin-bottom: 2rem;
    font-weight: 800;
    opacity: 0.9;
    /* padding-top: 10px; */
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.course_text_box .course_heading h2 div {
    width: 25px;
    height: 22px;
    background-color: #392d7d;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 5px;
    font-size: 10px;
    font-weight: 800;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    /* clip-path: -ms-p */
}

/* .course_details .nav-item{
    background-color: red;
} */



.course_details .nav-item {
    width: 100%;
    /* background: red; */
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.course_details .nav-link {
    background: transparent;
    border-radius: 0px;
    border: none;
    outline: none;
    color: #ccc;
    font-weight: 600;
    border-bottom: 4px solid #ccc;
    transition: all 1s ease;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    /* border-radius: 2rem; */
}

.course_details .nav-link.active {
    background: transparent;
    color: #e86e25;
    /* font-size: 20px; */
    /* border-bottom: 2px solid #e86e25; */
    transition: all 1s ease;
}

.course_details .nav-link::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 4px;
    left: 0;
    bottom: -4px;
    background: #e86e25;
    border-radius: 2rem;
    z-index: 9999;
    transition: all 1s ease;
}

.course_details .nav-link.active::before {
    width: 100%;
}

.tab-pane {
    padding: 10px 5px 5px 5px;
}

.tab-pane p {
    color: #392d7d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-align: justify;
}

.tab-pane ul {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab-pane li {
    box-shadow: 0 2px 20px 0 rgba(110, 130, 208, .18) !important;
    /* width: 23%;
    margin: 1rem; */
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    padding: 10px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #392d7d;
    font-weight: 500;
    align-self: normal;
}

.tab-pane li i {
    color: #e86e25;
    font-size: 12px;
    box-shadow: 0px 0px 10px rgba(109, 110, 113, 0.4);
    margin-right: 4px;
}

.tab-pane h4 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    display: flex;
    align-items: center;

}

.tab-pane h4 img {
    width: 40px;
    margin: 0px 5px;
}

.tab-pane h4 span {
    color: #e86e25;
    margin-right: 5px;
    font-weight: 800;
}

/* =============== courseActivateSteps =================== */
.courseActivateSteps_section .activateCourse_box {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.activateCourse_box .activateBox {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    text-align: center;
    border: 1px solid #e86e25;
    /* margin: 10px 0px; */
    margin: 10px auto;
    align-self: normal;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(110, 130, 208, .18);
    position: relative;
    transition: all 1s ease;
}



.activateCourse_box .activateBox:hover {
    background-color: #FEF9E7;
    transform: scale(1.05);
}

/* .activateCourse_box .activateBox:nth-child(1){
    background-color: #FEF9E7;
} */

/*
.activateCourse_box .activateBox:nth-child(1){
    border: 1px solid #e86e25;
    border-radius: 8px;
    border-top-right-radius: 0px;
}

.activateCourse_box .activateBox:nth-child(1)::before{
    content: '';
    position: absolute;
    width: 35%;
    height: 5px;
    top: -1px;
    right: -1px;
    background-color: #fff;
    border-right: 1px solid #e86e25;
}

.activateCourse_box .activateBox:nth-child(2){
    border: 1px solid #e86e25;
    border-bottom: none !important;
    border-left: none !important;
}

.activateCourse_box .activateBox:nth-child(3){
    border-bottom: 1px solid #e86e25;
    border-right: 1px solid #e86e25;
}

.activateCourse_box .activateBox:nth-child(4){
    border-top: 1px solid #e86e25;
    border-right: 1px solid #e86e25;
}

.activateCourse_box .activateBox:nth-child(5){
    border-bottom: 1px solid #e86e25;
    border-right: 1px solid #e86e25;
}

.activateCourse_box .activateBox:nth-child(6){
    border-top: 1px solid #e86e25;
    border-right: 1px solid #e86e25;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #e86e25;
}

.activateCourse_box .activateBox:nth-child(6)::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 5px;
    bottom: -1px;
    left: -0.5px;
    background-color: #fff;
    border-left: 1px solid #e86e25;
}*/

.activateCourse_box .activateBox .step_img {
    /* background: red; */
    display: inline-block;
    position: relative;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    left: 50%;
    transform: translateX(-50%);
}

.activateCourse_box .activateBox .step_img img {
    /* width: 100%;
    height: 100%; */
    width: 60px;
}

.activateCourse_box .activateBox .step_text {
    padding: 10px 5px;
}

.activateCourse_box .activateBox .step_text h5 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 15px;
}

.activateCourse_box .activateBox:nth-child(1) .step_text h5 {
    color: #e31f26;
}

.activateCourse_box .activateBox:nth-child(2) .step_text h5 {
    color: #00833e;
}

.activateCourse_box .activateBox:nth-child(3) .step_text h5 {
    color: #e86e25;
}

.activateCourse_box .activateBox:nth-child(4) .step_text h5 {
    color: #5a2c0b;
}

.activateCourse_box .activateBox:nth-child(5) .step_text h5 {
    color: #6d6e71;
}

.activateCourse_box .activateBox:nth-child(6) .step_text h5 {
    color: #392d7d;
}

.activateCourse_box .activateBox .step_text p {
    font-size: 15px;
    font-weight: 600;
    /* text-align: left; */
}

.activateCourse_box .activateBox .step_text p a {
    color: #e86e25;
    text-decoration: underline !important;
}

/* ================= certificate_section ======================= */

.certification_box {
    padding: 1.5rem 1.5rem;
    background-color: #F4ECF7;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.certification_box .certificate_img {
    width: 100%;
    height: auto;
}

.certification_box .certificate_img img {
    width: 100%;
    height: 100%;
}

.certificate_text {
    /* background-color: red; */
    background-color: #fff;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 100%;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    overflow: hidden;
}


.certificate_text::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    right: -30px;
    top: -35px;
    border-radius: 50%;
    background-color: rgb(232, 110, 37, 0.2);
}

.certificate_text::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    right: 0px;
    top: -50px;
    border-radius: 50%;
    background-color: rgb(241, 181, 28, 0.2);
}

.certificate_text .benefit_img {
    display: flex;
    align-items: center;
    /* background: green; */
    justify-content: center;
}

.certificate_text .benefit_img img {
    width: 200px;
}

.certificate_text .benefit_img span {
    margin: auto 1rem;
    font-size: 20px;
    font-weight: 800;
    color: #ccc;
}

.certificate_text .benefit_text {
    padding: 20px 15px 0px 15px;
}




.certificate_text .benefit_text p {
    color: #5a2c0b;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc;
    font-style: italic;
}

.certificate_text .benefit_text p:last-child {
    border: none;
}

/* ======================= contact_section ================= */
/* .contact_section .contactUs_inner{
} */

.contact_section .contactUs_inner {
    text-align: center;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}


.contact_section .contactUs_inner .contact_box {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #6d6e71;
    margin: 10px auto;
    align-self: normal;
    justify-content: center;
}


.contactUs_inner .contact_box i {
    color: #6d6e71;
    font-size: 20px;
    margin-right: 8px;
    font-weight: 800;
    opacity: 0.5;
    ;
}

.contactUs_inner .contact_box p {
    font-size: 18px;
    color: #392d7d;
    font-weight: 800;
}

.contactUs_inner .contact_box p span {
    color: #e86e25;
    margin-left: 5px;
}

.contactUs_inner .contact_box a {
    font-size: 18px;
    font-weight: 800;
}

.contactUs_inner .contact_box a span {
    color: #e86e25;
    margin-left: 5px;
}



.contact_section .contactUs_inner .form_box {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #6d6e71;
    margin: 10px auto;
    align-self: normal;
}


.contactUs_inner .form_box i {
    color: #6d6e71;
    font-size: 20px;
    margin-right: 8px;
    font-weight: 800;
    opacity: 0.5;
    ;
}

.contactUs_inner .form_box p {
    font-size: 18px;
    color: #392d7d;
    font-weight: 800;
}

.contactUs_inner .form_box p span {
    color: #e86e25;
    margin-left: 5px;
}

.contactUs_inner .form_box a {
    font-size: 18px;
    font-weight: 800;
}

.contactUs_inner .form_box a span {
    color: #e86e25;
    margin-left: 5px;
}

/* ======================= scrollTop ================ */

.scrolltop {
    position: fixed;
    width: 35px;
    height: 35px;
    background-color: #f1b51c;
    color: #fff;
    right: 1rem;
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #392d7d;
    opacity: 0;
    visibility: hidden;
    animation: scrollTop 5s ease-in-out infinite;
}

.scrolltop.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.scrolltop:hover {
    background-color: #f1b51c;
    border: 2px solid #392d7d;
    animation-play-state: paused;
}

@keyframes scrollTop {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}



/* ==============joinUsModal=============== */
#joinUsModal form input,
#joinUsModal form select {
    margin-bottom: 15px;
    outline: none;
    box-shadow: none;
}

#joinUsModal form input:focus,
#joinUsModal form select:focus {
    border: 1px solid #e86e25;
}

#joinUsModal .modal-content {
    border: 4px solid #f1b51c;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(109, 110, 113, 0.4);
    /* border-top: 4px solid #f1b51c;
    border-right: 4px solid #e86e25;
    border-bottom: 4px solid #f1b51c;
    border-left: 4px solid #e86e25; */
}

#joinUsModal .modal-content .modal-header button {
    position: absolute;
    width: 40px;
    height: 40px;
    /* left: 50%; */
    /* top: -20px; */

    right: 1rem;
    top: 1rem;

    /* top: 0;
    right: 0; */

    /* border: 5px solid #fff; */
    border: 4px solid #f1b51c;

    /* border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem; */

    /* border-bottom-left-radius: 50%; */

    border-radius: 50%;
    background-color: #e86e25;
    color: #fff;
    font-weight: 800;
    transition: all .5s ease;
}

#joinUsModal .modal-content .modal-header button:hover {
    opacity: 0.8;
}

#joinUsModal .modal-content .modal-header {
    flex-direction: column;
    padding-top: 2rem;
    text-align: center;
}

#joinUsModal .modal-content .modal-header h1 {
    color: #392d7d;
    font-size: 30px;
    font-weight: 700;
}

#joinUsModal .modal-content form .btn {
    background-color: #392d7d;
    color: #fff;
    width: 50%;
    /* border-radius: 2rem; */
    margin: 1rem auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

#joinUsModal .brochure_link {
    text-align: center;
    color: #e86e25;
    text-decoration: none;
    font-size: 16px;
}

/* ==================enquiry_form================ */
.enquiry_form.nav-link {
    margin: 0px !important;
    z-index: 9999;
}

.enquiry_form {
    background-color: #392d7d;
    color: #fff;
    padding: 5px 25px 6px 25px;
    position: fixed;
    right: -50px !important;
    right: 0;
    top: 50%;
    font-size: 14px;
    transform: rotate(-90deg);
    border-radius: 5px;
    /* border: 4px solid #f1b51c; */
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all .5s ease-in-out;
}

.enquiry_form:hover {
    color: #f1b51c;
    opacity: 0.8;
}

.enquiry_form.show {
    opacity: 1;
    visibility: visible;
}

.enquiry_form::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 2px;
    background-color: #f1b51c;
    border-radius: 2rem;
}

.enquiry_form::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    right: 2px;
    background-color: #f1b51c;
    border-radius: 2rem;
}



/* ====================footer====================== */

footer {
    width: 100%;
    /* height: 10px; */
    /* background-color: #392d7d; */
    margin-top: 0rem;
}

footer .copyrit {
    color: #6d6e71;
    padding: 1rem 3rem;
}

footer .footer_img {
    width: 100%;
    /* height: 10px; */
}

footer .footer_img img {
    width: 100%;
    /* height: 100%; */
    height: 6px;
}



/* ======================= media query ================== */
@media only screen and (max-width: 1024px) {
    section.banner_section {
        height: auto;
        padding-bottom: 3rem;
    }

    .card.formCard {
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 980px) {
    header .navbar-nav {
        padding: 0px 10px;
        padding-bottom: 20px;
    }

    header .brochure_btn {
        margin-left: 0px !important;
    }

    header .pay_btn {
        margin-left: 0px !important;
    }

    .card.formCard {
        margin: 1rem 0rem;
    }

    .courseQuality_container .card {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .course_details .reverse {
        flex-direction: column-reverse;
    }

    .course_image_box {
        margin-top: 1.5rem;
    }

    .online_row {
        margin-top: 1rem;
    }

    .investmentDetails {
        margin-top: 1.5rem;
    }

    .activateCourse_box .activateBox {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 30px;
    }

    .certificate_text {
        margin: 1rem 0rem;
    }

    .contact_section .contactUs_inner {
        flex-direction: column;
    }

    .contact_section .contactUs_inner .contact_box {
        width: 100%;
    }
}


@media only screen and (max-width: 800px) {

    .courseModule_container .card {
        flex: none !important;
        max-width: 100% !important;
    }
}





@media only screen and (max-width: 680px) {
    header .container-fluid {
        padding: 0px !important;
    }

    header .navbar {
      width: 76%;
        padding: 0px !important;
    }

    section.section {
        padding: 30px 10px;
    }

    section.banner_section {
        height: auto;
    }

    /* .center_item{
        display: block;
    } */
    .online_row {
        margin-top: 1rem;
    }

    .investmentDetails {
        margin-top: 1.5rem;
    }

    .investmentDetails .investment {
        width: 110px;
        height: 110px;
    }

    .courseQuality_container .card {
        max-width: 100%;
        width: 100% !important;
    }

    .courseQuality_container .card img {
        height: 100% !important;

    }

    .courseQuality_container {

        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .courseModule_container {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .courseModule_container .card {
        max-width: 100% !important;
    }

    .activateCourse_box .activateBox {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 30px;
    }

    .certification_box {
        padding: 40px 5px;
    }

    .certificate_text {
        padding: 30px 10px;
        margin: 1rem 0rem;
    }

    .certificate_text .benefit_img {
        display: block;
        text-align: center;
    }

    .certificate_text .benefit_img span {
        display: none;
    }

    .certificate_text .benefit_text {
        padding: 10px;
    }

    .contact_section .contactUs_inner {
        flex-direction: column;
    }

    .contact_section .contactUs_inner .contact_box {
        width: 100%;
    }

    .applyBtns {
        width: 100%;
    }

    /* .course_details .nav-link{
        padding: 0.5rem 0rem;
        font-size: 10px;
    } */
}

@media only screen and (max-width: 480px) {
    .investmentDetails .investment {
        width: 140px;
        height: 140px;
    }

    .course_details .nav-link {
        padding: 0.5rem 0rem;
        font-size: 10px;
    }

    .activateCourse_box .activateBox {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section_heading h1 .abs_header {
        left: 20%;
    }
}


h6.badges_heading {
    text-align: center;
    margin: 1rem;
    font-size: 20px;
    color: #392d7d;
    font-weight: 800;
}

.courseModule_container {
    /* background-color: red; */
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.courseModule_container .card {
    box-shadow: 0 2px 20px 0 rgb(110 130 208 / 18%) !important;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
    margin-bottom: 30px;
    outline: 1px solid #ccc;
    overflow: hidden;
    justify-content: space-between;
}

.courseModule_container .card-text span {
    color: #e86e25;
    font-size: 14px;
    font-weight: 600;
}

.imageonbutton {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  

.text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .responsive-cell-block {
    min-height: 75px;
  }
  
  .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
  }
  
  .responsive-container-block.bigContainer {
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .responsive-container-block.Container {
    max-width: 1320px;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .mainImg {
    width: 100%;
    height: 800px;
    object-fit: cover;
  }
  
  .blueDots {
    position: absolute;
    top: 150px;
    right: 15%;
    z-index: -1;
    left: auto;
    width: 80%;
    height: 500px;
    object-fit: cover;
  }
  
  .imgContainer {
    position: relative;
    width: 48%;
    height: 900px;
    background-image: url('../images/Macquarie.jpg');
    background-size: cover;
    background-attachment: fixed;
  }
  
  /* .imgContainer-nse {
    position: relative;
    width: 48%;
    height: 100%;
    background-image: url('../images/11.\ Financial\ Modelling\ &\ Valuation\ Essentials.jpg');
    background-size: cover;
    background-attachment: fixed;
  } */
  
  .responsive-container-block.textSide {
    width: 48%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 100;
  }
  
  .responsive-container-block.textSide-2 {
    width: 80%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 100;
  }
  
  .text-blk.heading {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #392d7d;
  }
  
  /* .text-blk.subHeading {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #000;
  } */
  
  .cardImg {
    width: 31px;
    height: 31px;
  }
  
  .cardImgContainer {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(229, 229, 229);
    border-right-color: rgb(229, 229, 229);
    border-bottom-color: rgb(229, 229, 229);
    border-left-color: rgb(229, 229, 229);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
/*   
  .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
   */
  .text-blk.cardHeading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    color: #e86e25;
    text-align: left;
  }
  
  .text-blk.cardSubHeading {
    color: black;
    line-height: 22px;
  }
  
  .explore {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: white;
    background-color: rgb(244, 152, 146);
    box-shadow: rgba(244, 152, 146, 0.25) 0px 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 17px;
    padding-right: 40px;
    padding-bottom: 17px;
    padding-left: 40px;
  }
  
  .explore:hover {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(244, 182, 176);
  }
  
  #ixvck {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .redDots {
    position: absolute;
    bottom: -350px;
    right: -100px;
    height: 500px;
    width: 400px;
    object-fit: cover;
    top: auto;
  }
  
  @media (max-width: 1024px) {
    .responsive-container-block.Container {
      position: relative;
      align-items: flex-start;
      justify-content: center;
    }
  
    .mainImg {
      bottom: 0px;
    }
  
    .imgContainer {
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: auto;
      width: 60%;
    }
  
    .responsive-container-block.textSide {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: auto;
      width: 70%;
    }
  
    .responsive-container-block.Container {
      flex-direction: column-reverse;
    }
  
    .imgContainer {
      position: relative;
      width: auto;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
    }
  
    .responsive-container-block.textSide {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
      margin-left: 0px;
      width: 100%;
    }
  
    .responsive-container-block.Container {
      flex-direction: row-reverse;
    }
  
    .responsive-container-block.Container {
      flex-direction: column-reverse;
    }
  }
  
  @media (max-width: 768px) {
    .responsive-container-block.textSide {
      width: 100%;
      align-items: center;
      flex-direction: column;
      justify-content: center;
    }
/*   
    .text-blk.subHeading {
      text-align: center;
      font-size: 17px;
      max-width: 520px;
    }
   */
    .text-blk.heading {
      text-align: center;
    }
  
    .imgContainer {
      opacity: 0.8;
    }
  
    .imgContainer {
      height: 500px;
    }
  
    .imgContainer {
      width: 30px;
    }
  
    .responsive-container-block.Container {
      flex-direction: column-reverse;
    }
  
    .responsive-container-block.Container {
      flex-wrap: nowrap;
    }
  
    .responsive-container-block.textSide {
      width: 100%;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
      margin-left: 0px;
    }
  
    .imgContainer {
      width: 90%;
    }
  
    .imgContainer {
      height: 450px;
      margin-top: 5px;
      margin-right: 33.9062px;
      margin-bottom: 0px;
      margin-left: 33.9062px;
    }
  
    .redDots {
      display: none;
    }
  
    .explore {
      font-size: 16px;
      line-height: 14px;
    }
  }
  
  @media (max-width: 500px) {
    .imgContainer {
      position: static;
      height: 450px;
    }
  
    .mainImg {
      height: 100%;
    }
  
    .blueDots {
      width: 100%;
      left: 0px;
      top: 0px;
      bottom: auto;
      right: auto;
    }
  
    .imgContainer {
      width: 100%;
    }
  
    .responsive-container-block.textSide {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .responsive-container-block.Container {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      overflow-x: visible;
      overflow-y: visible;
    }
  
    .responsive-container-block.bigContainer {
      padding-top: 10px;
      padding-right: 20px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding: 0 30px 0 30px;
    }
  
    .redDots {
      display: none;
    }
  
    /* .text-blk.subHeading {
      font-size: 16px;
      line-height: 23px;
    } */
  
    .text-blk.heading {
      font-size: 28px;
      line-height: 28px;
    }
  
    .responsive-container-block.textSide {
      margin-top: 40px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 0px;
    }
  
    .imgContainer {
      margin-top: 5px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      width: 100%;
      position: relative;
    }
  
    .explore {
      padding-top: 17px;
      padding-right: 0px;
      padding-bottom: 17px;
      padding-left: 0px;
      width: 100%;
    }
  
    #ixvck {
      width: 90%;
      margin-top: 40px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      font-size: 15px;
    }
  
    .blueDots {
      bottom: 0px;
      width: 100%;
      height: 80%;
      top: 10%;
    }
  
    .text-blk.cardHeading {
      font-size: 16px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 8px;
      margin-left: 0px;
      line-height: 25px;
      text-align: left;
    }
  
    /* .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
      padding-top: 10px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 0px;
    } */
  }

  @import url('../../css2-1');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

/* new tab course */



@import url("../../font-awesome/4.1.0/css/font-awesome.css");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


p {
  margin: 0 0 20px;
  line-height: 1.5;
}

/* main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
} */

.sectiongayab{
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}



label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before {
  content: '\f1cb';
}

label[for*='2']:before {
  content: '\f17d';
}

label[for*='3']:before {
  content: '\f16b';
}

label[for*='4']:before {
  content: '\f1a9';
}

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}


.img-fluid-2{
    max-width: 100%;
    height: 442px;
}

.custom-heading-h2{
    margin-top: 1rem;
    font-size: 3rem;
    color: #392d7d;

}
.custom-heading-h3{
    margin-top: -1rem;
    font-size: 2rem;
    color: #e86e25;
    font-weight: 500;

}


.ololol {
	/* padding: 1.5rem 1.5rem 1.5rem 4em; */
	/* border: 0.3rem solid turquoise; */
	columns: 25rem;

	/* column-gap: 7rem; */
	/* column-rule: 4px dotted turquoise; */
	/* border-radius: 0.5rem; */
}

.ololol > * + * {
	margin-top: 1rem;
}

.lilili {
	break-inside: avoid;
}

.lilili::marker {
	content: counters(list-item, '') ': ';
	font-weight: 700;
	font-size: 1.5rem;
	color: #e86e25;
}

.lilili span {
	display: block;
    color: #392d7d;
    font-weight: 700;
}

.lilili span:first-child {
	font-size: 1.5rem;
}


.puple{
    color: #392d7d;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link{
    font-weight: 500;
    padding-top: 15px;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
}



.maincardahai-li {
  flex-basis: 50%;
  margin: 0.5rem;
  margin-bottom: 2rem;

}


@media only screen and (max-width: 1400px) and (min-width: 1200px){
  .rbt-card .rbt-card-body .rbt-card-title{
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1413px) and (min-width: 300px){
  .ranfomx{
    width: 100% !important;
  }
}

 @media only screen and (max-width: 1200px) and (min-width: 755px){
  .rbt-card .rbt-card-body .rbt-card-title{
    font-size: 15px !important;
  }
  .maincardahai {
    flex-basis: 45% !important;
    margin: 0.4rem;
    margin-bottom: 2rem;
  }
  
}
@media only screen and (max-width: 756px) and (min-width: 300px){
  .rbt-card .rbt-card-body .rbt-card-title{
    font-size: 15px !important;
  }
  .maincardahai {
    flex-basis: 100% !important;
    margin: 0.5rem;
    margin-bottom: 2rem;
  }
  
}
/*
.maincardahai{
  flex-basis: 28%;
  text-decoration: none !important;
  color: #000 !important;
} */

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 660px !important;
  
}





.nsepurple{
  font-size: 2rem;
  color: rgb(58 45 125);
}

.nseorange{
  color: #e66f25;
}
.nsepurple-2{
  font-size: 1.5rem;
  color: rgb(58 45 125);
}

.nseorange-2{
font-size: 2rem;
  color: #e66f25;
}

:root{
  --organce :#e66f25;
}

.rbt-round-bottom-shape::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url(../images/bg/banner-bg-shape-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 148px;
  z-index: -1;
}

/*-------------------------
    Card Author Meta 
-------------------------*/
.rbt-author-meta {
  display: flex;
  align-items: center;
}
.rbt-author-meta .rbt-avater {
  margin-right: 10px;
}
.rbt-author-meta .rbt-avater a {
  display: block;
}
.rbt-author-meta .rbt-avater img {
  width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid var(--primary-opacity);
  padding: 2px;
}
.rbt-author-meta .rbt-author-info {
  font-size: 14px;
}
.rbt-author-meta .rbt-author-info a {
  color: var(--color-heading);
  font-weight: 500;
}
.rbt-author-meta .rbt-author-info a:hover {
  color: var(--color-primary);
}

/*-----------------------------
    Rbt Border Style  
------------------------------*/
hr {
  background-color: var(--color-border);
  opacity: 1;
}

.rbt-border-none {
  border: 0 none !important;
}

.rbt-border {
  border: 1px solid var(--color-border) !important;
}

.rbt-border-2 {
  border: 2px solid var(--color-border) !important;
}

.rbt-border-dashed {
  border: 2px dashed var(--color-border) !important;
}

.rbt-border-with-box {
  padding: 30px;
  border-radius: var(--radius);
  background: var(--color-white);
  overflow: hidden;
  border: 1px solid var(--color-border);
}
@media only screen and (max-width: 767px) {
  .rbt-border-with-box {
    padding: 15px;
  }
}

.rbt-border-bottom {
  border-bottom: 1px solid var(--color-border);
}

.rbt-border-top {
  border-top: 1px solid var(--color-border);
}

.rbt-border-bottom-light {
  border-bottom: 1px solid var(--color-border-2);
}

.border-bottom-4 {
  border-bottom: 4px solid var(--color-primary);
}

.border-top-bar-primary-color {
  border-top: 5px solid var(--color-primary);
}

.border-top-bar-secondary-color {
  border-top: 5px solid var(--color-secondary);
}

.rbt-separator {
  position: relative;
}
.rbt-separator::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background: var(--color-border);
  top: 50%;
  transform: translateY(-50%);
}


/*-----------------------------
    Rbt Border Radius  
-------------------------------*/
.square {
  border-radius: 0 !important;
}

.rbt-radius {
  border-radius: 6px !important;
}

.radius {
  border-radius: 6px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-round {
  border-radius: 500px !important;
}



.theme-gradient {
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}


.theme-gradient.new-big-heading-gradient {
  background: linear-gradient(180deg, #e4e2fa 0%, rgba(57, 78, 244, 0.03) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
  white-space: nowrap;
}

.rbt-gradient-border {
  background: linear-gradient(-145deg, #CFA2E8, #637FEA) !important;
  z-index: 10;
}
.rbt-gradient-border::before {
  content: "";
  z-index: -1;
  top: 3px;
  left: 3px;
  position: absolute;
  background: #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: var(--radius);
}


.bg_image_fixed {
  background-attachment: fixed !important;
}

.bg--fixed {
  background-attachment: fixed !important;
}

.bg--sticky {
  position: sticky !important;
  top: 3.75rem;
}

.bg_image--19 {
  background-image: url(../images/backgroundimage.png);
}

/* ========= Forms Styles ========= */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input,
select,
textarea {
  width: 100%;
  transition: 0.3s;
}

input {
  height: 40px;
  padding: 0 15px;
}

.form-switch {
  display: flex;
  align-items: center;
}
.form-switch input[type=checkbox] {
  opacity: 1;
  position: relative;
  margin-left: 0 !important;
  margin-top: 0;
  outline: none;
  margin-bottom: 0;
}
.form-switch input[type=checkbox]:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.form-switch input[type=checkbox]:focus {
  outline: 0;
  box-shadow: none;
}
.form-switch input[type=checkbox] ~ label {
  padding-left: 10px;
}
.form-switch input[type=checkbox] ~ label::before, .form-switch input[type=checkbox] ~ label::after {
  display: none;
}

.form-group {
  margin-bottom: 20px;
  display: inline-block;
}
.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
  padding: 0px;
  width: 100%;
}
.form-group input:focus {
  border-color: var(--color-primary);
}
.form-group textarea {
  height: auto;
  min-height: 193px;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  resize: none;
  padding: 15px;
  font-size: 16px;
  width: 100%;
}
.form-group textarea:focus {
  border-color: var(--color-primary);
}

textarea {
  padding: 10px 15px;
  height: auto;
}

input[type=submit] {
  width: auto;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 6px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  border: var(--border-width) solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  height: 60px;
  margin-top: 30px;
}
input[type=submit]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body) !important;
}

.form-check {
  padding-left: 0;
}

.rbt-checkbox-wrapper {
  position: relative;
}

input[disabled] {
  display: none;
}


/**************************************
	Header Styles
***************************************/


.rbt-header-top {
  position: relative;
  z-index: 9999;
}

.rbt-header-middle {
  position: relative;
  z-index: 999;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1::after {
    height: 142px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1::after {
    height: 109px;
  }
}
.rbt-banner-1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1 .content {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1 .content {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1 .content {
    display: block;
  }
}
.rbt-banner-1 .content .inner {
  position: relative;
  z-index: 1;
}
.rbt-banner-1 .content .inner .title {
  font-size: 64px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 42px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rbt-banner-1 .content .inner .title {
    font-size: 32px;
  }
}
.rbt-banner-1 .content .inner .description {
  color: var(--color-body);
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 400;
  padding-right: 24px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .rbt-banner-1 .content .inner .description {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-banner-1 .content .inner .description {
    padding-right: 18%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-banner-1 .content .inner .description {
    padding-right: 26%;
  }
}



/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    border: none;

}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e86e25;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

.bacjhai img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: brightness(.4); */
  
}

.overlyhai{
  position: relative;
  top: -350px;
  left: 60%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 999;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #2b2a2a;
  font-size: 14px;
  background: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #80808026;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  text-align: left;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #656262f0;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #3a2d7d;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffa587;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 1.9rem;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #656262f0;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  text-align: left;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #3a2d7d;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2b2a2a;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3a2d7d;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35e31a1;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #2b2a2a;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3a2d7d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #e76e45;
  color: #fff;
  text-decoration: none;
}

#footer .copyright{
  font-size: large;
  color: #3a2d7d;
  padding-top: 10px;
  font-weight: 600;
}

.button-89 {
  --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #392d7d;
  position: relative;
  left: 67%;
  top: 1%;
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;
z-index: 44;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}

/* about nse */

.backlineabout{
  height: 440px; background-color: #292075; width: 300px;
}

.nseaboutimg{
  border-radius: 21px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  top: 31px;
  position: absolute;
  z-index: 1;
  right: 205px;
  width: 32%;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nseaboutimg{
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 166px;
    position: absolute;
    z-index: 1;
    right: 51px;
    width: 41%;
  }

  .backlineabout{
    height: 590px; background-color: #ffa300a1; width: 300px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .nseaboutimg{
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 45%;
    position: absolute;
    z-index: 1;
    right: 106px;
    width: 77%;
  }

  .backlineabout{
    height: 546px !important; background-color: #ffa300a1; width: 320px;
  }

}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .nseaboutimg{
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 49%;
    position: absolute;
    z-index: 1;
    right: -13px;
    width: 100%;
  }

  .backlineabout{
    height: 546px !important; background-color: #ffa300a1; width: 320px;
  }

}

@media only screen and (min-width: 500px) and (max-width: 770px) {
  .nseaboutimg{
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 55%;
    position: absolute;
    z-index: 1;
    right: -13px;
    width: 100%;
    HEIGHT: 491PX;
  }

  .backlineabout{
    height: 546px !important; background-color: #ffa300a1; width: 320px;
  }

}
@media only screen and (min-width: 400px) and (max-width: 509px) {
  .nseaboutimg{
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 56%;
    position: absolute;
    z-index: 1;
    right: -13px;
    width: 100%;
    HEIGHT: 491PX;
  }

  .backlineabout{
    height: 546px !important; background-color: #ffa300a1; width: 320px;
  }

}
@media only screen and (min-width: 371px) and (max-width: 440px) {
  .nseaboutimg{
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 62%;
    position: absolute;
    z-index: 1;
    right: -13px;
    width: 100%;
    HEIGHT: 491PX;
  }

  .backlineabout{
    height: 546px !important; background-color: #ffa300a1; width: 320px;
  }

}


/* about M University */

.muniversityaboutimg{
  border-radius: 21px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  top: 38px;
  position: absolute;
  z-index: 1;
  left: 139px;
  width: 34%;
  HEIGHT: 398PX;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .muniversityaboutimg{
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 96px;
    position: absolute;
    z-index: 1;
    left: 56px;
    width: 41%;
    HEIGHT: 398PX;
  }
  
}


@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .muniversityaboutimg{
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 41px;
    position: absolute;
    z-index: 1;
    left: 106px;
    width: 80%;
    HEIGHT: 494PX;
  }
  
}

@media only screen and (min-width: 700px) and (max-width: 980px) {
  .muniversityaboutimg{
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 38px;
    position: absolute;
    z-index: 1;
    left: 6px;
    width: 101%;
    HEIGHT: 500PX;
  }
  
}

@media only screen and (min-width: 300px) and (max-width: 704px) {
  .muniversityaboutimg{
    border-radius: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 38px;
    position: absolute;
    z-index: 1;
    left: 6px;
    width: 101%;
    HEIGHT: 500PX;
  }
  
}

.rbt-card-text-wrap{
	 display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rbt-card-text-wrap:hover{
	 display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    overflow: show;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 2000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {

  color: white;
  transform: rotateY(180deg);
}

.organce {
  color: #e66f25;
}


.purple {
  color: #3a2d7d;
}

.segment{
  display: flex;
  padding: 0px;
  flex-shrink: 0;
  border: 0px;
  border-radius: 0.625rem;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.125rem 0.875rem 0px;
  min-height: 112px;
  text-align: center;
  align-items: center;
  color: #212529;
  transition: all 0.3s linear;
}

.inlineLink{
  text-decoration: none;
  color: #212529;
}

.segment img {
  width: 100px;
  height: 100px;
  border-radius: 1rem 0rem 0rem 1rem;
  margin-left: 1rem;
}

.custom-badeges{
  position: absolute;
  top: 15px;
  background: green;
  right: 20px;
}

.segment:hover {
  transform: scale(1.05);
  transition: all 0.3s linear;
}

.center-div-div{
  min-height: 96%;
  display: flex;
  align-items: center;
}
.center-div{
  min-height: 86%;
  display: flex;
  align-items: center;
}

.foo_top_header_one {
  background-color: aliceblue;
  color: #fff;
}
.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.foo_top_header_one {
  color: #fff;
}
.kilimanjaro_part {
  margin-bottom: 30px;
}

.section_padding_50 {
  padding: 50px 0;
}

.kilimanjaro_bottom_header_one a {
  color: inherit;
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}

.kilimanjaro_widget > li {
  display: inline-block;
}
p, ul li, ol li {
  font-weight: 300;
}
ol li, ul li {
  list-style: outside none none;
}
.kilimanjaro_widget a {
  border: 3px solid #392d7d;
  border-radius: 6px;
  color: #888;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 7px 12px;
}
ul {
  margin: 0;
  padding: 0;
}
.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255,255,255,.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.kilimanjaro_links a {
  color: rgba(255,255,255,.5);
  font-size: 13px;
}
top-15 {
  margin-top: 15px;
}
.foo_top_header_one .kilimanjaro_part > h5 {
  color: #fff;
}
.kilimanjaro_part h4, .kilimanjaro_part h5 {
  margin-bottom: 30px;
}
.kilimanjaro_social_links > li {
  display: inline-block;
}
p, ul li, ol li {
  font-weight: 300;
}

.kilimanjaro_links a i {
  padding-right: 10px;
}

.kilimanjaro_blog_area {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding: 0 0 15px 90px;
  position: relative;
  z-index: 1;
}
.kilimanjaro_links a {
  border-bottom: 1px solid #333;
  color: rgba(255,255,255,.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}


.footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #3a2d7d;
  position: relative;
  /* padding-bottom: 12px; */
  text-align: left;
}

.kilimanjaro_social_links a {
  border-radius: 6px;
  color: white !important;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 3px;
  padding: 7px 12px;
  font-weight: 600;
  cursor: pointer;
}

.kilimanjaro_social_links {
  cursor: pointer  !important;
}

.custon-instrutor{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;;border: 0;border-radius: 0.5rem;
}

a:hover {
	text-decoration: none;
  color: white;
}

.pcss3t > input {
	position: absolute;
	left: -9999px;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
}
.pcss3t > label i {
	display: block;
	float: left;
	margin: 16px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 17px;
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}

.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
	display: block;
}

.pcss3t .grid-row {
	margin-top: 20px;
}
.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.pcss3t .grid-row:first-child {
	margin-top: 0;
}
.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.pcss3t .grid-col:first-child {
	margin-left: 0;
}
.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.pcss3t .grid-col-1 {
	width: 15%;
}
.pcss3t .grid-col-2 {
	width: 32%;
}
.pcss3t .grid-col-3 {
	width: 49%;
}
.pcss3t .grid-col-4 {
	width: 66%;
}
.pcss3t .grid-col-5 {
	width: 83%;
}
.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
	margin-left: 36%;	
}
.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}


.pcss3t-steps > label {
	cursor: default;
}


.pcss3t-icons-top > label {
	text-align: center;
}
.pcss3t-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
	text-align: center;
}
.pcss3t-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}


@media screen and (max-width: 767px) {
	.pcss3t > label {
		display: block;
	}
	.pcss3t > .right {
		float: none;
	}
}

@media screen and (max-width: 767px) {
	.pcss3t-theme-2 > ul {
		margin-top: 5px;
	}
}



@media screen and (max-width: 767px) {
	.pcss3t-theme-4 > label {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.pcss3t-theme-5 > input:checked + label:after {
		display: none;
	}
}


.tabhai label a {
  margin: 0;
  position: relative;
  display: block;
  color: white !important;
  z-index: 2;
  padding: 10px 25px;
  border-radius: 500px;
  background-color: #392d7da8;
}
.tabhai label a:hover {
  background-color: #392d7d !important;
  color: white !important;
}
.tabhai label a::after {
  position: absolute;
  content: "";
  left: 0;
  background: var(--black-opacity);
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 1;
  transition: 0.4s;
  z-index: -1;
  border-radius: 500px;
}

.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}

.pcss3t > ul,
.pcss3t > ul > li {
	height: 650px;
}

input[type=checkbox]:checked ~ label::after, input[type=radio]:checked ~ label::after{
  display: none;
}

input[type=checkbox]:checked ~ label::before, input[type=radio]:checked ~ label::before{
  display: none;
}
input[type=radio] ~ label::before{
  display: none;
}


/* tab end************************************************************************************************************************ */
@media only screen and (min-width: 300px) and (max-width: 900px) {
  .navbar-toggler{
    position: relative;
    right: -4rem;
  }
}

@media only screen and (min-width: 300px) and (max-width: 900px) {
 .marggghao{
  margin-top: 2rem;
 }
}

@media only screen and (min-width: 300px) and (max-width: 1200px){
	.teacher-none{
		display:none !important;
	}
}

@media only screen and (min-width: 1199px) and (max-width: 4000px){
	.teacher-none-mobile{
		display:none !important;
	}
}

@media only screen and (min-width: 200px) and (max-width: 700px){
	.none-mobile{
		width: 100% !important;
	}
}

@media only screen and (min-width: 200px) and (max-width: 600px){
	.mobile-is-responsive{
		left: 70% !important;
	}
	#recCnt span{
		display:none;
	}
}

@media only screen and (min-width: 200px) and (max-width: 1000px){
	.image-1000-none{
		display:none !important;
	}
}




/* ------------------------------------------------------------------------searchsectionhai ------------------------------------------------------------------------------------------*/

.searchsectionhai{
  width: 100%;
  height: 100px;
  background-color: #292075;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-custom-search{
  background: #292075;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.col-custom-search-BUTTON{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #00b5ef;
}


@media only screen and (max-width: 1200px) and (min-width: 740px){
  .button-36 {
        height: 100px;
        width: 190px !important;
      }
}
@media only screen and (max-width: 760px) and (min-width: 300px){
  .button-36 {
        height: 100px !important;
        width: 150px !important;
        border-radius:1rem !important ;
      }
      .searchsectionhai{
          width: 100%;
          height: 100px;
          background-color: #392d7d;
          border-radius: 1rem;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius:1rem !important ;
          margin-top: 1rem !important;
      }
      
      .col-custom-search{
          background: #392d7d;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100px;
          border-radius:1rem !important ;
          margin-top: 1rem !important;
      }
      
      .col-custom-search-BUTTON{
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100px;
          background-color: #00b5ef;
          border-radius:1rem !important ;
          margin-top: 1rem !important;
      }
}

/* CSS */
.button-36 {
background-color: #00b5ef;
border-radius: 8px;
border-style: none;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
flex-shrink: 0;
font-size: 16px;
font-weight: 500;
height: 4rem;
padding: 0 1.6rem;
text-align: center;
text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
transition: all .5s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
height: 100px;
width: 315px;
}

/* .button-36:hover {
box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
transition-duration: .1s;
} */

@media (min-width: 768px) {
.button-36 {
  padding: 0 2.6rem;
}
}
select {

  /* styling */
  background-color: white;
  border: 1PX solid #392d7d;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 90% !important;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}



select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.searchlabelhai{
  color: white;
  padding-bottom: 0.3rem;
}

/* ------------------------------------------------------------------------searchsectionhai end ------------------------------------------------------------------------------------------*/



.button-25 {
  background-color: #00b5ef;
  border: 1px solid #2A8387;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: -apple-system,".SFNSDisplay-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  line-height: 100%;
  height: 5rem;
  margin: 0;
  outline: 0;
  padding: 11px 15px 12px;
  text-align: center;
  transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-25:hover {
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
  text-decoration: none;
  transition-duration: .15s, .15s;
}

.button-25:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
}

.button-25:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.button-25:disabled:active {
  pointer-events: none;
}

.button-25:disabled:hover {
  box-shadow: none;
}

.onepagecss {
  overflow: auto;
}

@media only screen and (max-width: 1400px) and (min-width: 740px){
  .onepagecss {
    height: 250px !important;
    overflow: auto;
  }
}

.content-item-content {
  position: absolute;
  background: white;
  width: 92%;
}


@media only screen and (max-width: 1000px) and (min-width: 200px) {
    .side-mene-menu{
        width: 100% !important; display: none; right: 0px; height: 100vh;z-index: 1320;
    }

}

.side-mene-menu{
    width: 30%; display: none; right: 0px; height: 100vh;z-index: 1320;
}


/* sidebar css-----------------------------------------------------end------------------------------------------------------------------- */

/*Alert*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

.alert_info {
    background-color: #4285f4;
    border: 2px solid #4285f4
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.close {
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    font-weight: normal
}

.alert_success {
    background-color: #09c97f;
    border: 2px solid #09c97f
}

.alert_warning {
    background-color: #f8b15d;
    border: 2px solid #f8b15d
}

.alert_error {
    background-color: #f95668;
    border: 2px solid #f95668
}

.fade_info {
    background-color: #d9e6fb;
    border: 1px solid #4285f4;
    width: 100%;
    font-size: 1.2rem;
    text-align: justify;
}

.fade_info .close {
    color: #4285f4
}

.fade_info strong {
    color: #4285f4
}

.fade_success {
    background-color: #c9ffe5;
    border: 1px solid #09c97f
}

.fade_success .close {
    color: #09c97f
}

.fade_success strong {
    color: #09c97f
}

.fade_warning {
    background-color: #fff0cc;
    border: 1px solid #f8b15d;
    width: 100%;
    font-size: 1.2rem;
    text-align: justify;
}

.fade_warning .close {
    color: #f8b15d
}

.fade_warning strong {
    color: #f8b15d
}

.fade_error {
    background-color: #ffdbdb;
    border: 1px solid #f95668
}

.fade_error .close {
    color: #f95668
}

.fade_error strong {
    color: #f95668
}

.w3-animate-arlet {
    animation: animateright 0.4s
}


.sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #00aeef;
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #222222;
font-weight: 600;
padding-bottom:18px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.list-style-one li:before {
content: "\f058";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #ff2222;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #44bce2;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #00aeef;
}

.btn-style-one:hover{
background-color: #0794c9;
color: #ffffff;
}
/* .about-section{
position: relative;
padding: 120px 0 70px;
} */

.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
position: relative;

}

.about-section .content-column .inner-column{
position: relative;

}

.about-section .text{
margin-bottom: 20px;
font-size: 16px;
line-height: 22px;
color: #848484;
font-weight: 400;
text-align:justify;

}

.about_nse_img{
height:66vh;
width:100%;
object-fit:cover;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 80px;
padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
position: absolute;
bottom: 16px;
z-index: 1;
background: #3a2d7d;
padding: 10px 15px;
left: 96px;
width: 82%;
border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
font-size: 21px;
letter-spacing: 1px;
text-align: center;
color: #fff;
margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
font-size: 16px;
letter-spacing: 6px;
text-align: center;
color: #fff;
display: block;
font-weight: 400;
}
.about-section .image-column .inner-column:before{
content: '';
position: absolute;
width: calc(50% + 80px);
height: calc(100% + 160px);
top: -80px;
left: -3px;
background: transparent;
z-index: 0;
border: 44px solid #00b5ef;
}

.about-section .image-column .image-1{
position: relative;
}
.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
border-radius: 46px;
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}



@media only screen and (max-width: 1400px) and (min-width: 1000px) {
  .about-section .image-column .inner-column .author-desc{
    width: 80%;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 100px) {
  .about-section .content-column{
    margin-top: 50px;
    }

    .card-body {
      flex: 1 1 auto;
      padding: 1rem 1rem 1rem 1rem !important;
  }
}


@media only screen and (max-width: 1400px) and (min-width: 300px){
  .card-title{
    font-size: 1.6rem !important;
    color: #292075 !important;
    padding-bottom: 0 !important;
  }
  
}
@media only screen and (max-width: 700px) and (min-width: 100px){
  .image-column{
    display: none;
  }
  #Clourse{
    display: none;

  }
  .about_nse_img{
	  height:33vh;
  }


}

@media only screen and (max-width: 4000px) and (min-width: 1000px){
  .addtocartmobilviewdesktop{
    left: 77%;
  }

  .addtocartmobilview{
    left: 77%;
  }

  .closerddd{
    left: 80%;
  }
}
@media only screen and (max-width: 999px) and (min-width: 100px){
	.about_nse_img{
	  height:33vh;
  } 
  .addtocartmobilviewdesktop{
    left: 10%;
  }

  .addtocartmobilview{
    left: 10%;
  }
  
  .closerddd{
    left: 25%;
  }

  .w3-sidebar{
    width: 100% !important;
  }
  
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */

/* =============== courseActivateSteps =================== */
.courseActivateSteps_section .activateCourse_box {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.activateCourse_box .activateBox {
  /* -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%; */
  text-align: center;
  border: 1px solid #e86e25;
  /* margin: 10px 0px; */
  margin: 10px auto;
  align-self: normal;
  border-radius: 8px;
  box-shadow: 0 2px 20px 0 rgba(110, 130, 208, .18);
  position: relative;
  transition: all 1s ease;
}



.activateCourse_box .activateBox:hover {
  background-color: #FEF9E7;
  transform: scale(1.05);
}

/* .activateCourse_box .activateBox:nth-child(1){
  background-color: #FEF9E7;
} */

/*
.activateCourse_box .activateBox:nth-child(1){
  border: 1px solid #e86e25;
  border-radius: 8px;
  border-top-right-radius: 0px;
}

.activateCourse_box .activateBox:nth-child(1)::before{
  content: '';
  position: absolute;
  width: 35%;
  height: 5px;
  top: -1px;
  right: -1px;
  background-color: #fff;
  border-right: 1px solid #e86e25;
}

.activateCourse_box .activateBox:nth-child(2){
  border: 1px solid #e86e25;
  border-bottom: none !important;
  border-left: none !important;
}

.activateCourse_box .activateBox:nth-child(3){
  border-bottom: 1px solid #e86e25;
  border-right: 1px solid #e86e25;
}

.activateCourse_box .activateBox:nth-child(4){
  border-top: 1px solid #e86e25;
  border-right: 1px solid #e86e25;
}

.activateCourse_box .activateBox:nth-child(5){
  border-bottom: 1px solid #e86e25;
  border-right: 1px solid #e86e25;
}

.activateCourse_box .activateBox:nth-child(6){
  border-top: 1px solid #e86e25;
  border-right: 1px solid #e86e25;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid #e86e25;
}

.activateCourse_box .activateBox:nth-child(6)::before{
  content: '';
  position: absolute;
  width: 50%;
  height: 5px;
  bottom: -1px;
  left: -0.5px;
  background-color: #fff;
  border-left: 1px solid #e86e25;
}*/

.activateCourse_box .activateBox .step_img {
  /* background: red; */
  display: inline-block;
  position: relative;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  left: 50%;
  transform: translateX(-50%);
}

.activateCourse_box .activateBox .step_img img {
  /* width: 100%;
  height: 100%; */
  width: 60px;
}

.activateCourse_box .activateBox .step_text {
  padding: 10px 5px;
}

.activateCourse_box .activateBox .step_text h5 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 15px;
}

.activateCourse_box .activateBox:nth-child(1) .step_text h5 {
  color: #e31f26;
}

.activateCourse_box .activateBox:nth-child(2) .step_text h5 {
  color: #00833e;
}

.activateCourse_box .activateBox:nth-child(3) .step_text h5 {
  color: #e86e25;
}

.activateCourse_box .activateBox:nth-child(4) .step_text h5 {
  color: #5a2c0b;
}

.activateCourse_box .activateBox:nth-child(5) .step_text h5 {
  color: #6d6e71;
}

.activateCourse_box .activateBox:nth-child(6) .step_text h5 {
  color: #392d7d;
}

.activateCourse_box .activateBox .step_text p {
  font-size: 15px;
  font-weight: 600;
  /* text-align: left; */
}

.activateCourse_box .activateBox .step_text p a {
  color: #e86e25;
  text-decoration: underline !important;
}

.section_heading:after

/* .posts-title:after  */
    {
    content: "";
    position: absolute;
    z-index: 0;
    top: 75%;
    transform: translateY(-50%);
    left: 0;
    width: 99%;
    /* border: 4px double #eee; */
    border: 4px double rgba(109, 110, 113, 0.4);
    z-index: -2;
}


/* ----------------------------------------------------------------------------------------------------------------- */


/* =============== social_links ============== */
.social_links {
  position: fixed;
  left: -5px;
  bottom: 3%;
  width: 55px;
  height: 200px;
  background-color: #fff;
  /* background-color: #ECEAF5; */
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  padding: 10px 0px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
}

.social_links ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90%;
}

.social_links ul li {
  color: #ea7d3b;
  display: flex;
  width: 35px;
  height: 35px;
  /* background-color: #392d7d; */
  border-radius: 50%;
  position: relative;
  transition: all .5s ease;
}

/* .social_links ul li:hover{
  background-color: #392d7d;
} */

.social_links ul li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-right: 19px;
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50% , -50%); */
  /* color: #f1b51c; */
  color: #00b5ef;
  display: grid;
  display: -moz-grid;
  display: -ms-grid;
  place-items: center;
  transition: all .5s ease;
}

.social_links ul li a:hover {
  background-color:#00b5ef;
  color: #ffffff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.social_links ul li h4 {
  margin-right: 19px;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translate(-50%, -50%);
  /* color: #231f20; */
  color: #fff;
  font-size: 14px;
  background-color:#00b5ef;
  padding: 3px 8px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.social_links ul li:hover h4 {
  opacity: 1;
  visibility: visible;
}

.social_links ul li h4::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color:#00b5ef;
  top: 50%;
  left: -4px;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
  z-index: -1;
}


/* ------------------------------------------------------------------------------------------------------ */

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdowncustome {
  display: inline-block;
}

.dropdown-contentcustom {
  display: none;
  position: absolute;
  left: 1%;
  background-color: #f1f1f1;
  min-width: 98vw;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-contentcustom a:hover {background-color: #ddd;}

.dropdowncustome:hover .dropdown-contentcustom {display: block;}

.dropdowncustome:hover .dropbtn {background-color: #3e8e41;}

.sliderimagesize{
  max-height: 100%;
}
@media only screen and (max-width: 1920px) and (min-width: 1600px){
  .sliderimagesize{
    max-height: 658px ;
  }
}
@media only screen and (max-width: 1599px) and (min-width:1400px ){
  .sliderimagesize{
    max-height: 600px ;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1099px){
  .sliderimagesize{
    max-height: 458px ;
  }
  
  .about_nse_img{
	  min-height:33vh;
	  max-height:66vh;
  }
}


.cartChekoutfixed{
  background: white;
  z-index: 2;
  position: absolute; 
  /* left: 1px;  */
  width: 100%; 
  /* top: 793px;  */
  /* height: 240px; */
  bottom: 0;
  box-shadow: 0px -4px 10px rgb(0 0 0 / 25%);
  
  

}
.checkoutbutoon{
  
  width: 100%;
  /* padding: 15px; */
  border-radius: 0;
}

@media only screen and (min-width: 1000px) and (max-width: 1400px){

  .checkoutbutoon{
      font-size: 13px;
      font-weight: 600;
  }

}


.singleformcss select{
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100% !important;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}
.singleformcss select:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e86e25;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}


#msform select{
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100% !important;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}
#msform select:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e86e25;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}
