.wrapper{
       overflow: visible;
}
.ckedit ul,.ckedit ol,.ckedit li,.ckedit table,.ckedit td,.ckedit th,.ckedit tr,.ckedit span,.ckedit strong,.ckedit img{
    padding:revert;
    margin:revert;
    vertical-align: revert;
    font-family: revert ;
    
}
.ckedit ul {
	list-style: disc;
}
.ckedit ol {
	list-style: auto;
}
.course-title-sp{
    color: #0000ff;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:20px;
    display:block;
}
.course-ul{
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.course-ul li{
    display: list-item;
    text-align: -webkit-match-parent;
}
body{
   height:100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}   
.wrapper2{
    padding-top: 0;
    margin:0 auto;
    background-color:#f2f2f5;
}
.div-slider{
    z-index:0;
}
.btnp,
.btnp::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btnp {
  background: rgba(46, 204, 113,0.1);
  backdrop-filter: blur(2px);
  outline:none;
  border:0px solid white;   
  border-radius: 5px;
  color: black;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.btnp::before,
.btnp::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}
.btnp {
  overflow: hidden;
  cursor:pointer;
  padding:6px;
}
.btnp:hover {
  color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.btnp::after {
  background: rgba(39, 174, 96,0.6);
  height: 300%;
  left: -310%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.btnp:hover:after {
  height: 100%;
  width: 460%;
}
.btnp2,
.btnp2::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btnp2 {
  background: rgba(104, 109, 224,.1);
  backdrop-filter: blur(2px);
  outline:none;
  border:0px solid white;   
  border-radius: 5px;
  color: black;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.btnp2::before,
.btnp2::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}
.btnp2 {
  overflow: hidden;
  cursor:pointer;
  padding:6px;
}
.btnp2:hover {
  color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.btnp2::after {
  background: rgba(72, 52, 212,0.6);
  height: 300%;
  left: -310%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.btnp2:hover:after {
  height: 100%;
  width: 460%;
}
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}
.tab button {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
  border-radius:0px;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.di-course-title {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
    text-align:right;
    margin-left:5%;
}
.sp-course-title {
    position:relative;
    padding-right:40px;
    font-size:18px;
    margin-bottom: 20px;
    display: inline-block;
}
.sp-course-title img{
    width: 25px;
    position: absolute;
    right: 0;
}
.sp_course_details p{
    display: inline-block;
    width: 80%;
    margin:0 10%;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 10px;
    padding-top: 10px;
}
.sp_course_price{
    font-size: 22px;
    color: #00a155;
}
.sp_course_price2 {
    font-size: 22px;
    color: #6c5ce7;
}
.sp_course_price3 {
    font-size: 13px;
    color: red;
}
.sp_course_details p span:first-child{
    float:right;
}
.sp_course_details p span:last-child {
    float: left;
}
.di_course_register{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.sp_course_register2{
    padding: 8px 25px;
    background: #4063fb;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor:pointer;
}
.sp_course_register{
    padding: 10px 15px;
    background: #10ac84;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-right: 45px;
    position: relative;
    margin-top: 25px;
    border: 2px solid #10ac84;
    transition: all 0.3s ease;
    cursor:pointer;
    margin-bottom:20px;
}
.sp_course_register svg{
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 16px;
}
.grid-doreh{
    margin : 0px 7% 8vh 7%;
    padding: 0 3% 0 3% ; 
    display:grid; 
    grid-column-gap: 1%;
    grid-row-gap: 12px;
    grid-template-rows: auto; 
    grid-template-columns:66% 33%; 
    grid-template-areas: 
    "i4  i3";
      text-align:justify;
}
.course{
    overflow:hidden;
    grid-area:i4; 
     box-shadow:1px 1px 7px rgb(0 0 0 / 20%);
        background-color:#ffffff;
}
.course-t{
    padding:15px;
    
}
.course-t p{
    font-size:15px;
    line-height:25px;
}
.week-plan-container{
    grid-area : i3 ; 
    display:flex;
    justify-content:flex-start;
    padding-right:30px;
    box-shadow:1px 1px 7px rgb(0 0 0 / 20%);
    background-color:#ffffff;
    padding-top:30px;
}
.table-specific tbody tr:nth-child(odd){
    background-color: white; 
}
.rec-div{
    display:grid;
    padding:10px 60px   ;
        grid-template-rows: auto auto auto auto auto; 
        grid-column-gap: 22px;
        grid-row-gap: 22px;
        grid-template-columns:auto; 
        grid-template-areas: 
        "i1 i2"
        "i3 i4"
        "i5 i5"
        "i6 i6"
        "m1 m1";
}
.inpc1{
    grid-area: i1 ; 
}
.inpc2{
    grid-area: i2 ; 
}
.inpc3{
    grid-area: i3; 
}
.inpc4{
    grid-area: i4 ; 
}
.inpc5{
    grid-area: i5 ; 
}
.inpc6{
    grid-area: i6 ; 
}
.dim1{
    grid-area: m1 ; 
}
.rec-input label{
    display:block;
    padding-bottom:12px;
    font-size:17px;
    font-weight:200;
}
.rec-input input , .rec-input textarea{
    border: 1px solid #eaeaea;
    background-color:#fafafa;
    outline:none;
    padding:10px 8px;
    width:100%;
    line-height:1.6;
    font-size:15px;
}
.rec-input textarea{
        height:70%;
}
.rec-input input:focus , .rec-input textarea:focus{
    border: 1px solid var(--main1);
}
.btn-rec{
    background-color:var(--main1);
    outline:none;
    border:none;
    padding:14px 20px;
    color:white;
    font-size:19px;
     cursor: pointer;
     margin-top:10px;
}
.rform-group {
  margin: 16px 0;
    padding-right:60px

}
input[type="radio"] {
  display: none;
}
.rlabel {
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
.rlabel::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid var(--main1);
  border-radius: 50%;
  top: 50%;
  right:-40px;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}
.rlabel::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: var(--main1);
  border: 2px solid var(--main1);
  border-radius: 50%;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
input[type="radio"]:checked + .rlabel::before {
  border-color: var(--main1);
}
input[type="radio"]:checked + .rlabel::after {
  transform: translateY(-50%) scale(0.55);
}
.ginput_container input {
    width: 100%;
    border-radius: 10px;
    padding: 5px 15px;
    border: 1px solid #c1bdbd;
    height: 40px;
    line-height:1;
}
.gf_coupon_code{
    width: 150px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.gf_coupons_container .gf_coupon_button {
    width: 65px;
    text-align: center !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media only screen and (max-width: 860px) {
    .grid-doreh{
        grid-template-rows: auto auto; 
        grid-template-columns:auto; 
        grid-template-areas: 
        "i4"
        "i3";
    }
}
.details{    
  display: grid ; 
  grid-template-columns: 5% 1fr 1fr 1fr 5% ; 
  grid-template-rows: auto auto auto auto auto; 
  grid-template-areas:
   ". done dtwo dthree ."
   ". dfour dfive dsix ." 
   ". d7 d8 d9 ." 
   ". d10 d11 d12 ." 
   ". d13 d14 d15 ." 
   ". d16 d17 d18 ." 
   ". d19 d20 d21 ." 
   ". d22 d23 d24 ." 
   ". d25 d26 d27 ."
   ". d28 d29 d30 ."; 
   grid-column-gap: 10px;
   grid-row-gap: 10px;
   background-color: var(--main1) ;
   margin-top: -5px;
   padding: 35px 0; 
   z-index: -4;
}
.detail{
     z-index: 0;
    border-radius: 10px;
    cursor:pointer;
    padding: 5%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr ; 
    grid-template-rows: auto 41px 40px;
    grid-template-areas:
    "img h"
    "img p"
    "img b";
    transition: ease-out 0.3s all;
}
.detail-btn{
   grid-area: b;
   text-align:center; 
}
.detail:hover{
  background-color: var(--white); 
}
.detail:hover > .detail-img{
  transform: rotate(10deg) scale(1.05);
}
.detail-img{
  grid-area: img;
  height:100%;
  padding: 5px;
  display: flex;
  justify-content: right;
  align-items: center;
  transition: ease-out 0.4s all;
}
.detail-img img{
  width: 80%;
  height: auto; 
}
.detail-p{
  grid-area: p; 
  color: var(--white);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
   overflow: hidden;
  display: -webkit-box;
}
.detail-h{
  grid-area: h; 
  color: black;
  font-size:22px;
  padding-bottom:10px; 
  border-bottom:2px dashed black ;
  margin-bottom:13px; 
}
.dashs{
  font-size: 30px;
  grid-area: d;
  color: var(--white);
}
.det1{grid-area: done ; }
.det2{grid-area: dtwo ; }
.det3{grid-area: dthree ; }
.det4{grid-area: dfour ; }
.det5{grid-area: dfive ;}
.det6{grid-area: dsix ;}
.det7{grid-area: d7 ; }
.det8{grid-area: d8 ;}
.det9{grid-area: d9 ;}
.det10{grid-area: d10 ; }
.det11{grid-area: d11 ;}
.det12{grid-area: d12 ;}
.det13{grid-area: d13 ; }
.det14{grid-area: d14 ;}
.det15{grid-area: d15 ;}
.det16{grid-area: d16 ; }
.det17{grid-area: d17 ;}
.det18{grid-area: d18 ;}
.det19{grid-area: d19 ; }
.det20{grid-area: d20 ;}
.det21{grid-area: d21 ;}
.det22{grid-area: d22 ; }
.det23{grid-area: d23 ;}
.det24{grid-area: d24 ;}
.det25{grid-area: d25 ;}
.det26{grid-area: d26 ; }
.det27{grid-area: d27 ;}
.det28{grid-area: d28 ;}
.det29{grid-area: d29 ; }
.det30{grid-area: d30 ;}
@media only screen and (max-width: 1180px){
  .details{
    grid-template-columns: 5% 1fr 1fr 5% ; 
    grid-template-rows: auto auto auto auto auto auto; 
    grid-template-areas:
     ". done dtwo ."
     ". dthree dfour ."
     ". dfive dsix ."
    ". d7 d8 ." 
    ". d9 d10 ." 
    ". d11 d12 ." ; 
     grid-column-gap: 10px;
     grid-row-gap: 10px;
  }
  .netimg5{
    width: 42.5%;
  }
}
@media only screen and (max-width: 950px) {
    .details{
        grid-template-columns: 5% 1fr 1fr 5%;
        grid-template-rows: repeat(15, auto);
        grid-template-areas: 
            ". done dtwo ." 
            ". dthree dfour ." 
            ". dfive dsix ."
            ". d7 d8 ." 
            ". d9 d10 ." 
            ". d11 d12 ."
            ". d13 d14 ." 
            ". d15 d16 ." 
            ". d17 d18 ."
            ". d19 d20 ." 
            ". d21 d22 ." 
            ". d23 d24 ."
            ". d25 d26 ." 
            ". d27 d28 ." 
            ". d29 d30 .";
    }
}
@media only screen and (max-width: 800px){
  .details{
    grid-template-columns: 5% 1fr 5%;
        grid-template-rows: repeat(30, auto);
        grid-template-areas: ". done  ."
                             ". dtwo ."
                             ". dthree ."
                             ". dfour ."
                             ". dfive ." 
                             ". dsix ."
                             ". d7 ."
                             ". d8 ." 
                             ". d9 ."
                             ". d10 ."
                             ". d11 ." 
                             ". d12 ."
                             ". d13 ."
                             ". d14 ." 
                             ". d15 ."
                             ". d16 ."
                             ". d17 ." 
                             ". d18 ."
                            ". d19 ."
                             ". d20 ." 
                             ". d21 ."
                            ". d22 ."
                             ". d23 ." 
                             ". d24 ."
                            ". d25 ."
                            ". d26 ."
                             ". d27 ." 
                             ". d28 ."
                             ". d29 ." 
                             ". d30 .";
        grid-column-gap: 10px;
        grid-row-gap: 10px;
  }
}
.gf_coupon_button{
    width: 65px !important;
    text-align: center !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    cursor:pointer;
}
@media only screen and (max-width: 600px) {
    .course-t label,.course-t p , .course-t span ,.course-t input , .course-t textarea {
       font-size:14px;
    }
    .tab button{
       font-size:13px;
        padding: 7px 8px;
    }
    .gf_coupon_code{
        width: 100% !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .rec-div{
    display:grid;
    padding:10px 60px   ;
        grid-template-rows: auto auto auto auto auto auto auto; 
        grid-template-columns:auto; 
        grid-template-areas: 
        "i1"
        "i2"
        "i3"
        "i4"
        "i5"
        "i6"
        "m1";
    }
    .gf_coupon_button{
         width: 100% !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
}