@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  scroll-behavior: smooth;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 1030;
  width: 25%; /* Match Bootstrap col-lg-3 width */
}
.stop {
  position: absolute;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #192335;
  line-height: 28px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  color: #192335;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #192335;
  margin-bottom: 0px;
  line-height: 25px;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

*::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #0A0E19;
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
}

*::placeholder {
  color: #0A0E19;
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
}

.stop {
  position: absolute;
}
.placeholder {
  height: 2000px; /* For scrolling */
}
footer {
  background: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}
header{
  padding:5px 0;
}
.logo-warea img {
  width: 137px;
}
.cta-text span {
  color: #8b8b8b;
  font-size: 15px;
  display: block;
  margin-bottom: 3px;
  line-height: 1;
}
.cta-warea li{
  list-style-type: none;
  display: flex;
  margin-right:35px;
}
.cta-warea li:last-child{
  margin-right: 0;
}
.cta-warea i {
  font-size: 16px;
  color: #e72d64;
  margin-right:8px;
}
.cta-warea {
  display: flex;
  align-items: center;
}
.cta-warea h4{
      font-size: 16px;
    margin: 0;
    font-weight: 300;
}
.cta-warea h4 a{
  color:#E72D64;
}
.banner-content{
  position: relative;
  padding-bottom:156px;
}
.banner-content::after{
  content:"";
  width: 409px;
  height:424px;
  position: absolute;
  bottom: 30px;
  right:0;
  background: url(../images/banner-image.png) no-repeat;
}
.banner-btn{
  display: inline-flex;
  background-color: #E44876;
  border: 1px solid #fff;
  color:#fff;
  font-size:13px;
  font-weight: 500;
  padding:8px 15px;
  border-radius: 35px;
  align-items: center;
}
.banner-btn img{
  margin-right:5px;
}
.bnr-listing li img{
  margin-left:3px;
}
.banner-content h1{
  color:#192335;
  font-size:40px;
  padding-top:80px;
  margin-bottom:30px;
  font-weight: 600;
}
.banner-content h1 span{
  font-size:25px;
  display: block;
  font-weight: 300;
  margin-bottom:8px;
}
.main-warea::before{
  content:'';
  position: absolute;
  background-image:linear-gradient(139deg,rgba(255, 212, 225, 1) 0%, rgba(255, 240, 235, 1) 100%, rgba(255, 240, 235, 1) 40%);
  min-height: 630px;
  width: 100%;
  z-index: -1;
}
.bnr-listing {
border-radius: 5px;
padding: 30px 0;
display: flex;
}
.bnr-listing li{
  font-size:13px;
  list-style-type: none;
  color:#000;
  padding-right: 30px;
}
.bnr-listing li:last-child{
  padding-right:0;
  border:none;
}
.bnr-listing li i{
  color:#e72d64;
  font-size:17px;
  margin-right:5px;
}
.banner-content p{
  color:#192335;
  margin-bottom:30px;
  margin-right:50px;
}
.textarea{
  width: 540px;
}
#fixedCol{
  padding-top:50px;
}
.content-warea{
  padding:50px 0 0;
}
.box1, .box4{
  padding: 33px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 22px;
    filter: drop-shadow(4px 4px 8px #f0f0f0);
    background-color: #fff;
}
.box3 {
    border-radius: 6px;
    font-size: 14px;
    line-height: 22px;
    filter: drop-shadow(4px 4px 8px #f0f0f0);
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.content-box{
  padding:30px;
}
h2{
  font-size:25px;
  margin-bottom: 15px;
}
.box1 li{
  margin-bottom:15px;
  padding-left:35px;
  list-style-type: none;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
.box1 ol li{
  padding-right:50px;
}
.box1 li::before{
  content:"";
  position:absolute;
  left:0;
  background: url(../images/check-icon.png) no-repeat left top;
  width: 20px;
  height: 17px;
  top:3px;
}
section{
  margin-top:40px;
}
section h2{
  font-size: 24px;
  color:#E72D64;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom:2px solid #E6E3F1;
}

.box2{
  font-size: 14px;
    line-height: 22px;
}
.box2 .check-box1 li, #course-content li{
  margin-bottom: 15px;
    padding: 12px 14px 12px 50px;
    list-style-type: none;
    position: relative;
    border: 1px solid #FFE2EA;
    border-radius: 6px;
}
.box2 .check-box1 li::before, #course-content li::before{
  content:"";
  position: absolute;
  left: 14px;
  top: 12px;
  background:url(../images/check-icon1.png) no-repeat left top;
  width: 22px;
  height: 22px;
}
.box2 .accordion-button:not(.collapsed){
  color:#000;
background-color:#b9dbdb7d;
}
.box2 .accordion-button:focus{
  box-shadow: none;
}
.box2 .accordion-item:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box2 .accordion-item:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.box2 .accordion-button::after{
  position:absolute;
  left: 15px;
}
.box2 .accordion-button{
  padding:15px 15px 15px 50px;
}
.box2 .accordion h2{
  font-family:"Inter", sans-serif;
  font-weight: 600;
}
.box2 .accordion h2 button{
  font-weight: 600;
}
.box2 .accordion-body{
font-size: 14px;
line-height: 22px;
padding:25px 15px;
}
.box2 .accordion-button span{
    font-weight: 300;
    font-size: 13px;
    position: absolute;
    right: 15px;
    color:#e72d64;
}
.box2 .accordion-body ul{
  column-count: 1;
}
.box2 .accordion-body ul li{
  position: relative;
  font-size:14px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}
.box2 .accordion-body ul li span{
  position:absolute;
  right:0px;
}
.box2 .accordion-body ul li:last-child{
  border:none;
  margin-bottom:0;
  padding-bottom:0;
}
.logo-ins{
  width: 150px;
}
.box2 p{
  font-size: 14px;
  line-height: 22px;
}
.sidebar{
  background-color:#fff;
  padding:3px;
  box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  /* border-width: 2px; */
  /* border-style: solid; */
  background: linear-gradient(to bottom, #E42965, #66B1B1);
  border-radius: 6px;
}
.sidebar-inner{
  background-color:#fff;
  padding:25px;
  border-radius: 6px;
}
.video-warea{
  position:relative;
}
.video-warea img{
  width:100%;
  border-radius:5px 5px 0 0;
  position: relative;
}
.video-warea i{
  position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    margin-left: -40px;
    margin-top: -40px;
    color: #E63163;
    background-color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.video-warea i:hover{
  background-color:transparent;
  border:5px solid #fff;
  color:#fff;
}
.tag{
  position: absolute;
  bottom:20px;
  right:20px;
}
.video-popup video{
  width: 100%;
  border-radius: 5px;
}
.video-popup .modal-content{
  border-radius: 5px;
  border:none;
  background:transparent;
}
.video-popup .btn-close{
  position: absolute;
    background-color: #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -20px;
    top: -20px;
}
.video-popup .modal-body{
  padding:0;
}
.video-popup .modal-dialog {
  max-width: 800px;
}
.video-content{
  padding:0px;
}
.video-content h3, .fixed-cart h3{
  color:#e72d64;
  font-size:21px;
  display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    padding-top:16px;

}
.video-content h3 strike, .fixed-cart h3 strike{
  color: #6B7385 !important;
  font-size:17px;
  margin-left:13px;
  font-weight: 400;;
}
.video-content h3 span{
  font-size:12px;
  font-weight: 500;
  color:#192335;
  margin-left:10px;
}
.video-content h3 span img{
  margin-left:3px;
}
.add-btn {
  background:linear-gradient(139deg,rgba(226, 49, 102, 1) 0%, rgba(117, 163, 163, 1) 100%, rgba(117, 163, 163, 1) 40%);
  color: #fff;
  padding:15px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  font-size:15px;
  margin-bottom:10px;
  border: 2px solid #E6E3F1;
  font-weight: 400;
  transition: 0.8s ease-in-out;
}
.add-btn i{
  margin-right:5px;
}
.add-btn:hover{
  background:linear-gradient(139deg,rgba(117, 163, 163, 1) 0%, rgba(226, 49, 102, 1) 100%, rgba(226, 49, 102, 1) 40%);
  color:#fff;
}
.video-content ul{
  margin:12px 0;
}
.video-content ul li{
  font-size:14px;
  list-style-type:none;
  margin-bottom:5px;
}
.video-content ul li span{
  width: 100px;
  display: inline-block;
}
.video-content ul li i{
color: #e72d64;
}
.sml-txt{
  font-size: 13px !important;
  color:#6B7385 !important;
  text-align: center !important;
  margin-bottom: 0 !important;
  line-height: 20px !important;
}
.hidden {
  display: none;
}
.show-more-btn {
  cursor: pointer;
  color:  #e72d64;
  font-weight: 600;
  display: inline-block;
  font-size: 13px;
}
.share-btn{
  border-bottom: 1px solid #E6E3F1;
  margin-bottom:10px;
}
.share-btn a{
  color:#EC435F;
  font-size:13px;
  font-weight: 700;
  margin-right:40px;
}
.mt-30{
  margin-top:20px;
}
.call-btn{
  background-color:#FFD8E3;
  border-radius: 40px;
  border: 2px solid #FFFFFF;
  font-size:12px;
  color: #192335;
  text-align: center;
  padding:10px;
  display: block;
  filter: drop-shadow(0px 10px 10px #f0f0f0);
  font-weight: 600;
}
.call-btn span{
  color:#EC435F;
  font-weight: 700;
}
.call-btn:hover{
  background-color: #66b1b157;
}
.sub-btn{
  background-color:#fff;
  padding:7px;
  filter:drop-shadow(8px 8px 8px #f0f0f0);
  border-radius: 40px;
}
.sub-btnwarea{
  background-color: #f5f5f5;
  padding:0px 0;
    border-radius: 40px;
    display: flex;
    justify-content: space-around;
    height: 45px;
    align-items: center;
}
.sub-btnwarea li{
  list-style-type: none;
  display: inline-block;
  font-size:17px;
  color:#192335;
      width: 20%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-btnwarea li:hover, .sub-btnwarea li.active{
  background-color:#E72D64;
  border-radius: 40px;
  color:#fff;
}
.sub-btnwarea li:hover a, .sub-btnwarea li.active a{
  color:#fff;
}
.pr-30{
  padding-right:40px;
}
.pl-30{
  padding-left:40px;
}
.box1 ol{
  column-count: 2;
}
.box1 li span, .box1 li strong{
  display: block;
  margin-bottom:8px;
  color:#E72D64;
  font-size: 15px;
  font-weight: 400 !important;
}
.box2 ul, #course-content ul {
    column-count: 2;
}
/*CSS for instructor starts*/
.instructor-warea{
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.instructor-content{
  margin-left:30px;
}
.inst-img img{
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.inst-img{
    border-radius: 50%;
}
.instructor-content h4{
  font-size:19px;
}
.instructor-content p{
  margin-bottom:0;
}
/*CSS for instructor ends*/
.box4 .accordion-item{
  border:none;
}
.box4 .accordion-button:not(.collapsed){
  background-color: transparent;
  box-shadow: none;
  padding:18px 0;
  font-size: 19px;
    color: #192335;
    font-weight: 600;
    border-bottom: 2px solid #E6E3F1;
}
.box4 {
  padding-top: 15px !important;
}
.box4 .accordion-button{
  font-size: 17px;
  font-weight: 600;
  color:#192335;
  padding:18px 0;
      border-bottom: 1px solid #E6E3F1;
      position: relative;
}
.box4 .accordion-button::after{
  content:none;
}
.box4 .accordion-header{
  border:none;
  padding:0;
}
.box4 .accordion-button:focus{
  box-shadow: none;
}
.box4 .accordion-body ul{
  margin-top: 20px;
}
.box4 .accordion-body li{
  position:relative;
  list-style-type: none;
  font-size: 15px;
  margin-bottom:15px;
  padding-left:35px;
}
.box4 .accordion-body li::before{
  content:"";
  background: url(../images/arrow-icon.png) no-repeat left top;
  width: 19px;
  height:18px;
  position: absolute;
  left: 0;
  top:2px;
}
.box4 .accordion-body li span, .box4 .accordion-button span{
  position:absolute;
  right:0;
  background-color: #F6F6F6;
  border-radius: 6px;
  padding:3px 5px;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  width: 100px;
}
.box4 .accordion-body{
  padding:0;
}
.box4 .accordion-body h3{
  position: relative;
  font-size: 17px;
  color:#E72D64;
  font-weight: 500;
  padding: 15px 0;
  border-bottom:1px solid #E6E3F1;
}
.box4 .accordion-body h3 .rgt-content{
  position:absolute;
  right:0px;
  top:18px;
  font-size: 12px;
  color:#192335;
  font-weight: 300;
}
.box4 .accordion-body h3 .rgt-content a{
  background-color:rgba(255,230,238,0.5);
  color:#E72D64;
  padding:5px 10px;
  font-size:13px;
  font-weight: 300;
  border-radius: 6px;
  margin-left:10px;
}
.box4 .accordion-body h3 .rgt-content a:hover{
   background-color:rgba(102,177,177,0.2);
}
.instructor-content h5{
  font-size:16px;
  font-weight: 400;
}
.instructor-content ul{
  display: flex;
  padding:15px 0;
  align-items: center;
}
.instructor-content ul li{
  list-style-type: none;
  margin-right:30px;
  margin-bottom:0;
  padding-left:0;
  font-size: 13px;
  color:#6B7385;
}
.instructor-content ul li::before{
  content:none;
}
.instructor-content ul li span {
    display: inline-flex;
    background-color:#F6F6F6;
    padding:2px 7px;
    border-radius: 6px;
    text-align: center;
    font-size: 13px;
  color:#6B7385;
  margin-bottom: 0;
}
.instructor-content ul li i{
color:#FF8F3C;
margin-right:5px;
}
.instructor-content p{
  font-size:14px;
}
#review img{
  width: 95%;
}
.testi-box, .course-box{
  padding: 22px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 22px;
    filter: drop-shadow(4px 4px 8px #f0f0f0);
    background-color: #fff;
    position:relative;
    margin:10px 15px 0px 15px;
}
.testi-box::before{
  content:"";
  background: url(../images/quote-icon.png) no-repeat right top;
  width: 32px;
  height:23px;
  position: absolute;
  top: 10px;
  right:22px;
}
.heading-blk{
  display: flex;
  align-items: center;
}
.heading-blk img{
  margin-right:8px;
  width: auto !important;
}
.heading-blk h4{
      font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height:25px;
}
.heading-blk h4 span{
  display: block;
    font-size: 16px;
    font-weight: 300;
}
.testi-box p{
      font-size: 12px;
    line-height: 20px;
    margin-top:15px;
}
.testimonial .owl-nav{
  margin-top: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.testimonial .owl-dots{
  display: flex;
    justify-content: center;
    margin-top: -30px;
}
.testimonial .owl-theme .owl-dots .owl-dot span{
  width: 8px;
  height:8px;
  margin:5px 4px;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span, .testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #E72D64;
}

.testimonial .owl-carousel .owl-nav button.owl-next, .testimonial .owl-carousel .owl-nav button.owl-prev, #related-course .owl-nav button.owl-next, #related-course .owl-nav button.owl-prev{
background-color: #E72D64;
border-radius: 5px;
color:#fff;
font-size:22px;
width: 30px;
height: 30px;
line-height: 28px;
filter: drop-shadow(2px 2px 5px #ddd);
font-weight: 300;
}
.testimonial .owl-carousel .owl-nav button.owl-next span, .testimonial .owl-carousel .owl-nav button.owl-prev span, #related-course .owl-nav button.owl-next span, #related-course .owl-nav button.owl-prev span{
  line-height:28px;
}
.testimonial .owl-theme .owl-nav .disabled, #related-course .owl-nav .disabled{
  background-color:#fff !important;
  color:#000 !important;
  opacity:inherit;
}
.course-warea h5{
  background-color: #FFD8E3;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 13px;
  color:#E72D64;
  text-align: center;
  padding:8px 15px;
  display: inline-block;
  font-weight: 300;
}
.main-warea {
  position: relative;
}
.course-warea h6{
  font-size: 24px;
  padding:10px 0;
}
.course-box{
  padding: 30px;
  border-radius: 6px;
}
.img-warea{
  position:relative;
}
.lang-tag{
  position:absolute;
  top:20px;
  right:20px;
  background-color:#66B1B1;
  border-radius: 4px;
  padding:2px 15px;
  color:#fff;
  font-size:14px;
  text-align: center;
}
.course-description{
  padding-top:30px;
}

.course-description h2{
  position: relative;
  color:#E72D64;
  font-size:21px;
  display: flex;
  align-items: center;
}
.course-description h2 strike{
color:#6B7385;
font-size:17px;
font-weight:300;
margin-left:8px;
}
.course-description h2 span{
  position: absolute;
  right:0;
  color:#6B7385;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}
.course-description h2 span i{
  color: #FF8F3C;
  font-size:11px;
}
.course-description h2 span i:first-child{
  margin-left:3px;
}
.course-description h3{
    color: #192335;
    font-size: 19px;
    font-weight: 600;
    margin-bottom:15px;
}
.course-description ul{
  margin-bottom:20px;
}
.course-description ul li{
      list-style-type: none;
    margin-bottom: 10px;
    font-size: 12px;
    color: #192335;
    padding-left: 30px;
    position: relative;
    line-height: 20px;
}
.course-description ul li::before{
  content:"";
  background: url(../images/check-icon2.png) no-repeat left top;
  width: 17px;
  height: 17px;
  position: absolute;
  top:3px;
  left: 0;
}
.course-btn{
  background-color: #E72D64;
  color:#fff;
  border-radius: 12px;
  font-size:13px;
  font-weight: 400;
  text-align: center;
  padding:8px 18px;
  transition: 0.5s ease-in-out;
}
.course-btn:hover{
  background-color: #66B1B1;
}
#related-course .owl-nav{
  margin-top:0;
}
.faq-warea{
  padding:40px 0 60px;
}
.faq-warea h4{
  font-size:24px;
  color:#E72D64;
}
.faq-warea p{
  font-size:16px;
  font-weight: 300;
  padding-bottom:40px;
}
.faq-warea .accordion-item{
  border:none
}
.faq-warea .accordion-item{
  background-color:#FFDBE6;
  border-radius: 5px;
margin-bottom:30px;
}
.faq-warea .accordion-header button{
  border:1px solid #FFA9C3;
border-radius:5px;
padding:40px 40px 40px 80px;
color:#192335;
font-size: 18px;
font-weight: 600;
}
.faq-warea .accordion-button::after{
  position: absolute;
  left: 40px;
  background:url(../images/plus-icon.png) no-repeat left top;
  width: 21px;
  height: 18px;
}
.faq-warea .accordion-button:not(.collapsed){
  color:#E72D64;
  background-color:transparent;
  border: none;
  padding:40px 40px 30px 80px;
}
.faq-warea .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-icon.png);
}
.faq-warea .accordion-button:focus{
  box-shadow: none;
}
.faq-warea .accordion-body{
  padding:0px 40px 40px 80px;
}
.faq-warea .accordion-body p{
  font-size: 16px;
  color:#E72D64;
  width: 100%;
  padding-bottom:0;
}
.book-call{
  background: linear-gradient(to right, #FD7CA2, #FFB7CC);
  border: 1px solid #FFDBE6;
  border-radius: 22px;
  display: flex;
}
.doc-des{
  padding:30px 20px;
}
.doc-des h3{
  color:#fff;
  font-size: 20px;
    margin-bottom: 10px;
}
.doc-des p{
  color:#fff;
  font-size:13px;
  line-height: 20px;
  padding-bottom:15px;
}
.free-call-btn{
  background-color:#fff;
  color:#E72D64;
  padding:8px 15px;
  border-radius: 10px;
}
.free-call-btn:hover{
background-color: #bce5e5;
}
.free-call-btn img{
  margin-left:20px;
}
.grn-bg{
  background: linear-gradient(to bottom, #66B1B1, #227070);
}
.owl-carousel .owl-stage{
  display: flex;
  height:100%
}
.owl-carousel.owl-drag .owl-item{
  display: flex;
  margin-bottom:30px;
}
.testi-box, .course-box{
      height: 100%;
    display: flex;
    flex-direction: column;
}

/*CSS starts for Sidenav*/
.sidenav {
    height: 100%;
    width: 40%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding: 60px 25px 50px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #E72D64;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
}

/* Overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
}

/* Open states */
.sidenav.open {
    transform: translateX(0%);
}

/*CSS ends for Sidenav*/
.summary-block{
  /* background: url(../images/summary-bg.png) no-repeat left top; */
  padding:25px;
 
    background-color: #FFE2E5;
    border-radius: 16px;
     /* background-size: 100%; */

}
.summary-block h2{
  font-size: 18px;
}
.course-detail{
    background-color: #fff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #ddd;
    display: flex;
    gap: 20px;
    align-items: center;
}
.course-detail h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.summary-block h4{
      font-size: 16px;
    padding: 20px 0 0;
}

.input-container {
      display: flex;
      align-items: center;
      width: 100%;
      position: relative;
      margin-bottom: 15px;
    }

    .input-container img{
      position: absolute;
      left: 15px;
      margin-right: 15px;
    }

    .input-container input {
      width: 100%;
      padding: 10px 10px 8px 45px; /* left padding for icon */
      border: 1px solid #E72D64;
      border-radius: 4px 0 0 4px;
      outline: none;
      font-size: 14px;
      border-radius: 12px;
    }

    .input-container button {
      padding: 10px 15px;
      color: #E72D64;
      border-radius: 0 12px 12px 0;
      cursor: pointer;
      font-size: 14px;
      position:absolute;
      right:0;
    }

    .input-container button:hover {
      background-color: #E72D64;
      color:#fff;
    }
    .product-total ul li{
      list-style-type: none;
      font-size:16px;
      font-weight: 400;
      position:relative;
      line-height: 30px;
    }
    .product-total ul li span{
      font-weight: 600;
      position: absolute;
      right:0;
    }
    .product-total ul li:first-child, .product-total ul li:last-child{
      border-top:1px solid #fff;
      margin-top:10px;
      padding-top:10px;
    }
    .product-total ul li:last-child, .product-total ul li:last-child span{
      font-weight: 700;
    }
    .personal-info{
      margin-top:20px;
    }
    .personal-info .form-group{
      margin-bottom:20px;
    }

    .personal-info .form-group label, .sidenav .form-group label{
      font-weight: 16px;
      font-weight: 600;
      margin-bottom:5px;
    }
 .personal-info .form-control{
      border: 1px solid #E3E8EF;
    border-radius: 12px;
    padding: 10px 20px;
 }
 .payment-block{
  border: 1px solid #E3E8EF;
  border-radius: 12px;
  padding:12px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .sidenav p{
  color:#677489;
  padding:25px 0;
 }
/* Hide the browser's default checkbox */
.terms-sec {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.terms-sec input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 7px;
}

/* On mouse-over, add a grey background color */
.terms-sec:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.terms-sec input:checked ~ .checkmark {
  background-color: #4B7DF3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.terms-sec input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.terms-sec .checkmark:after {
  left:10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pay-btn{
  background-color: #E72D64;
  border-radius: 8px;
  padding:7px 0 6px;
  font-size: 14px;
  color:#fff;
  text-align: center;
  font-weight: 600;
  width: 100%;
}
.pay-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sidenav h6{
  font-size: 18px;
  color:#111729;
  font-weight: 500;
  padding:20px 0 0;
  text-align: center;
  line-height: 25px;
}
.sidenav h6 span{
  display: block;
  font-size:14px;
  color:#677489;
  font-weight: 400;
}
.phnwarea{
  position: relative;
  display: flex;
}
.phnwarea span{
  position: absolute;
    width: 50px !important;
    background: #e9e9e9 !important;
   border-radius: 12px 0 0 12px;
   padding:9px;
}
.phnwarea input{
  padding-left:60px !important;
}
.bnr-block{
  position: relative;
  background: linear-gradient(to right bottom, #FFD8E1A6, #A6EDED59, #FFD8E1A6);
  border-radius: 16px;
  padding:15px;
  margin-bottom:16px;
}
.side-img{
  position: absolute;
  top:0;
  right:0;
}

.bnr-block h2{
  font-size:12px;
  font-weight: 600;
  color: #000;
  line-height: 17px;
  margin:10px 220px 10px 0;
}
.hd-block{
background: linear-gradient(to right, #66B1B1, rgba(255,255,255, 0));
padding:0px 20px;
height: 40px;
display: inline-block;
border-radius: 40px;
margin-bottom:8px;
}
.hd-block h3{
font-size:14px;
font-weight: 600;
background: -webkit-linear-gradient(60deg, #053838, #0E9E9E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin:0;
  padding:0;
  line-height: 40px;
}
.bnr-block h4{
font-size:14px;
font-weight: 600;
background: -webkit-linear-gradient(60deg, #000000, #E72D64, #1E8383);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin:0;
  padding:0;
}

.call-fixed {
    position: fixed;
    background-color: #4d9180;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    z-index: 9999;
}
.call-fixed a {
    color: #fff;
}
.bnr-listing li a{
    color: #e44876;
  font-weight: 700;
}

.lang-btn{
    background-color:#fff !important;
    border:none !important;
    border-radius: 6px;
    color:#8f8f8f;
    font-size: 14px;
    padding:6px 15px;
}
.btn.active{
    background-color:#E72D64 !important;
    color:#fff;
}