@charset "UTF-8";
/*===================== [ main colors ] ===========================*/
/*===================== [ import _base ] ===========================*/
/*==============================================  css Reset ==============================================*/
@import url(../css/font.css);
@import url(../css/animate.css);
@import url(../css/font-awesome-4.7.0/css/font-awesome.min.css);
@import url(../css/my-edit-slick.css);
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none !important;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.8125rem;
}

h6 {
  font-size: 0.9375rem;
}

p {
  margin: 0;
  padding: 0;
}

blockquote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before, blockquote:after {
  content: "";
}

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

b, strong {
  font-weight: bold;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

body {
  font-family: "Nunito";
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}

input,
textarea,
button,
select {
  font-family: "Nunito";
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

button, input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  color: #4f4f4f;
}

ul {
  list-style: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

main {
  min-height: 245px;
}

/*===================== [ import ] =================================*/
/*======================= [ mixed-in (sass) ] ============================*/
/*_ mixed-in for ( display=flex; flex=1;)_*/
/*_ mixed-in for ( display=flex;)_*/
/*_ mixed-in for ( display=flex; - up to down = center , right to left = center )_*/
/*_ mixed-in for ( display=flex; - up to down = center , right to left = space-between )_*/
/*_ mixed-in for ( transition effect )_*/
/*_ mixed-in for ( transition effect )_*/
/*============================ [ breakpoints for responsive in sass ] ==================================*/
/* xsm--Extra small  (smart phones, portrait iPhone, portrait 480x320 phones (Android)) */
/* sm--smart phones, Android phones, landscape iPhone */
/* sm--smart phones, Android phones, landscape iPhone */
/* md-- tablet, landscape iPad, lo-res laptops ands desktops */
/* lg-- hi-res laptops and desktops */
/* xl-- hi-res laptops and desktops */
/* 2xl -- Extra large screens, TV */
/* 3xl -- Extra large screens, TV */
/* 4xl -- Extra large screens, TV */
/* min-w-1700 -- Extra large screens, TV */
/*====================== [ container & css base] ==========================*/
.container {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1430px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 95%;
  }
}
@media (max-width: 1140px) {
  .container {
    width: 100%;
  }
}

.inner-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 1080px) {
  .inner-container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .inner-container {
    padding: 0 15px;
  }
}

.body-color {
  background-color: #FBFBFB;
}

/*===================== [ buttons ] ===========================*/
.main-btn {
  border-radius: 30px;
  box-shadow: 0px 10px 25px rgba(212, 91, 91, 0.2);
  background-color: #D45B5B;
  color: #fff;
}
.main-btn:hover {
  box-shadow: 0px 10px 20px rgba(212, 91, 91, 0.3);
}

/*==<< Start >> ==*/
/*================================ [ home ] ================================*/
/* header */
/*== [ home > top-header ] ==*/
.top-header { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3D3636;
  /* login */
}
.top-header .left-header { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.top-header .login-btn {
  border: 2px solid #D45B5B;
  padding: 11px 16px;
  border-radius: 20px;
  height: 41px;
  width: 121px;
  box-shadow: 0px 10px 25px rgba(212, 91, 91, 0.2);
  font-size: 14px;
  font-weight: 400; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 0 10px;
  justify-self: flex-end;
}
.top-header .login-btn:hover {
  box-shadow: 0px 10px 20px rgba(212, 91, 91, 0.3);
}
@media (max-width: 1080px) {
  .top-header .login-btn {
    width: 90px;
    margin: 0 5px 0 5px;
    font-size: 13px;
    flex-wrap: wrap;
    padding: 3px;
  }
}

/* logo */
.logo {
  max-height: 107px;
  max-width: 220px;
  margin-right: 40px;
}
@media (min-width: 1700px) {
  .logo {
    margin-right: 90px;
  }
}
@media (max-width: 1080px) {
  .logo {
    max-width: 60%;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .logo {
    max-width: 60%;
  }
}
.logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* main-menu */
ul.main-menu { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  text-align: left;
  justify-content: flex-start;
}
ul.main-menu li a {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #3D3636;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  margin-right: 16px;
}
ul.main-menu li a:hover {
  color: #D45B5B;
}
@media (max-width: 1280px) {
  ul.main-menu li a {
    font-size: 16px;
  }
}
ul.main-menu li.menu-has-child {
  z-index: 2;
  position: relative;
}
ul.main-menu li.menu-has-child > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}
ul.main-menu li.menu-has-child > a:hover::after {
  color: #D45B5B;
}
ul.main-menu li.menu-has-child ul.menu-child {
  background-color: white;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 10px;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
ul.main-menu li.menu-has-child ul.menu-child li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 10px 10px 20px;
}
ul.main-menu li.menu-has-child ul.menu-child li a {
  width: 100%;
}
ul.main-menu li.menu-has-child ul.menu-child li:last-child {
  border-bottom: none;
}
ul.main-menu li.menu-has-child:hover ul.menu-child {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 10px);
  transition: 0.3s;
}

.closebtn {
  display: none;
}

.menu-button {
  display: none;
}

@media (max-width: 1080px) {
  /*== [ .left-header ] ==*/
  .left-header {
    width: calc(100% - 150px);
    justify-content: space-between;
  }
  /*== [ #main-menu ] ==*/
  /*== [ nav ] ==*/
  /*== [ menu > .closebtn ] ==*/
  /*== [ menu > .menu-button ] ==*/
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .left-header {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1080px) {
  ul#main-menu {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.3s;
    padding-top: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    justify-content: flex-start;
    display: none;
    border-right: 1px solid #BCBCBC;
    z-index: 15;
    /*[____ style for scroll ____]*/
    scrollbar-width: thin; /* "auto" or "thin" */
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    /*== [ menu >  li.menu-has-child ] ==*/
  }
  ul#main-menu::-webkit-scrollbar {
    width: 4px;
  }
  ul#main-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ul#main-menu::-webkit-scrollbar-thumb {
    background: #888;
  }
  ul#main-menu::-webkit-scrollbar-thumb:hover {
    background: #888;
  }
  ul#main-menu > li {
    width: 100%;
    padding-left: 20px;
  }
  ul#main-menu > li > a {
    padding: 15px 0;
    width: 100%;
  }
  ul#main-menu li.menu-has-child {
    /*== [ menu >  li.menu-has-child > .menu-child ] ==*/
  }
  ul#main-menu li.menu-has-child > a:after {
    content: "\f105";
    position: absolute;
    top: 15px;
    transform: translateY(0) rotate(90deg) translateX(0);
    right: 30px;
    transition: 0.3s;
  }
  ul#main-menu li.menu-has-child .menu-child {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    visibility: hidden;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 10;
  }
  ul#main-menu li.menu-has-child .menu-child ul li {
    width: 100%;
    margin: 5px 0;
  }
  ul#main-menu li.menu-has-child .menu-child ul li a {
    color: #3D3636;
    width: 100%;
    display: inline-flex;
  }
  ul#main-menu:hover .menu-child {
    visibility: hidden;
    opacity: 0;
  }
  nav {
    position: relative;
    display: flex;
    align-items: center;
  }
  .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    display: block;
  }
  .closebtn svg {
    height: 30px;
    color: black;
    fill: currentColor;
  }
  .menu-button {
    display: block;
    color: white;
    font-size: 35px;
    background-color: #D45B5B;
    text-align: right;
    border: none;
    border: 2px solid #D45B5B;
    padding: 11px 16px;
    height: 41px;
    width: 90px;
    font-size: 14px;
    font-weight: 400; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-button svg {
    height: 30px;
    width: 30px;
    color: white;
    fill: currentColor;
    transform: translateX(-2px);
  }
}
/*== [ home > bg-header ] ==*/
.bg-header {
  background: url("../images/bg-header.jpg") no-repeat center center/cover;
  border-radius: 0 0 200px 0;
  height: 480px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1080px) {
  .bg-header {
    justify-content: center;
  }
}
.bg-header .bg-header-text {
  background-color: rgba(252, 252, 252, 0.8);
  padding: 20px 17px;
  margin-left: 130px;
  width: 370px;
  border-radius: 5px;
}
@media (max-width: 1080px) {
  .bg-header .bg-header-text {
    width: 80%;
    margin: 0;
  }
}
.bg-header .bg-header-text h2 {
  font-size: 32px;
  color: black;
}
.bg-header .bg-header-text p {
  color: #3D3636;
  font-size: 20px;
  font-weight: normal;
}
.bg-header .bg-header-text a {
  background-color: #F8BF0F;
  color: white;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  border-radius: 40px;
  margin-top: 20px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}
.bg-header .bg-header-text a:hover {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.01);
}

.bg-shadow-dark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 200px 0;
}

/* main */
/*== [ home > head-time-class ] ==*/
@media (max-width: 1280px) {
  .head-time-class .head-tc-l {
    flex: 1;
  }
}

/*== [ home > time-class ] ==*/
.time-class {
  margin-top: 30px;
}
.time-class .head-time-class { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .time-class .head-time-class {
    flex-direction: column;
    align-items: flex-start;
  }
}
.time-class .head-time-class a { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #D45B5B;
  margin-left: 10px;
}
@media (max-width: 1080px) {
  .time-class .head-time-class a {
    margin-left: 0;
    margin-top: 20px;
  }
}
.time-class .head-time-class a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #D45B5B; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
}
.time-class .head-time-class a:hover {
  text-shadow: 0 0 1px rgb(212, 91, 91);
}

.class-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-top: 30px;
}
@media (max-width: 1080px) {
  .class-box {
    grid-gap: 20px;
  }
}
@media (max-width: 1080px) {
  .class-box {
    grid-template-columns: 1fr;
  }
}
.class-box h2 {
  font-size: 22px;
}
.class-box p {
  font-size: 14px;
}
.class-box .box {
  box-shadow: 0px 12px 25px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px 80px 20px;
  transition: 0.3s;
}
.class-box .box:hover {
  box-shadow: 0px 12px 25px 4px rgba(0, 0, 0, 0.2);
}
.class-box .box:hover a {
  background-color: #F8BF0F;
}
.class-box .box .course-person { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.class-box .box .course-person .c-p-img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.class-box .box .course-person .c-p-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.class-box .box .course-person .c-p-txt { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.class-box .box .course-person .c-p-txt span:first-child {
  font-size: 20px;
  font-weight: bold;
}
.class-box .box .course-person .c-p-txt span:last-child {
  color: #575757;
}
.class-box .box ul li { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  margin-bottom: 15px;
}
.class-box .box ul li span {
  font-size: 16px;
  color: #464646;
  font-size: 20px;
}
.class-box .box ul li .title-course {
  font-weight: 600;
  color: #464646;
}
.class-box .box ul li img, .class-box .box ul li svg {
  height: 20px;
  width: 20px;
  color: #3D3636;
  margin-right: 5px;
  transform: translateY(3px);
}
.class-box .box a {
  background-color: #D45B5B;
  box-shadow: 0px 10px 25px 0px rgba(212, 91, 91, 0.2);
  border-radius: 30px;
  padding: 8px 40px;
  color: white;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.class-box .box a:hover {
  box-shadow: 0px 10px 20px rgba(212, 91, 91, 0.4);
}

/*== [ head section ] ==*/
.head-section { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  align-items: Center;
  text-align: center;
  margin-bottom: 40px;
}
.head-section h3 {
  font-size: 32px;
}
.head-section p {
  width: 60%;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 1080px) {
  .head-section p {
    width: 100%;
    padding: 0 20px;
  }
}

/*== [ home > blog ] ==*/
.blog-home {
  padding: 60px 0 30px 0;
  text-align: center;
}

#blog-box-parent {
  position: relative;
  width: 100%;
  height: 410px;
}

.blog-box-parent .blog-box {
  text-align: left;
  border-radius: 5px;
  margin: 0 10px 30px 10px;
  background-color: white;
  height: 400px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.blog-box-parent .blog-box:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.blog-box-parent .blog-box:hover figure img {
  transform: scale(1.2);
}
.blog-box-parent .blog-box:hover .blog-box-text a {
  text-shadow: 0 0 1px #D45B5B;
}
.blog-box-parent .blog-box figure {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.blog-box-parent .blog-box figure img {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.blog-box-parent .blog-box .blog-box-text {
  padding: 10px;
}
.blog-box-parent .blog-box .blog-box-text h5 {
  font-size: 20px;
}
.blog-box-parent .blog-box .blog-box-text p {
  height: 50px;
  overflow: hidden;
}
.blog-box-parent .blog-box .blog-box-text a {
  color: #D45B5B;
}
.blog-box-parent .blog-box .blog-box-text a i {
  transition: 0.3s;
}
.blog-box-parent .blog-box .blog-box-text a:hover {
  text-shadow: 0 0 1px #D45B5B;
}
.blog-box-parent .blog-box .blog-box-text a:hover i {
  transform: translateX(5px);
}

.view-more-btn {
  padding: 8px 30px;
  background-color: #D45B5B;
  color: white;
  border-radius: 20px;
  display: inline-block;
  box-shadow: 0px 10px 25px rgba(212, 91, 91, 0.2);
  margin: 10px 0;
  font-size: 18px; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
}
@media (max-width: 1280px) {
  .view-more-btn {
    margin: 30px 0;
  }
}
.view-more-btn:hover {
  box-shadow: 0 10px 25px rgba(212, 91, 91, 0.4);
}

/*== [ home > about ] ==*/
.about-home {
  background-color: white;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 500px;
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .about-parent {
    grid-template-columns: 1fr;
    height: auto;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .about-parent {
    padding: 30px 10px;
  }
}
.about-parent .about-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 500px;
}
@media (max-width: 768px) {
  .about-parent .about-img img {
    height: auto;
  }
}
.about-parent .about-text h3 {
  font-size: 24px;
}
.about-parent .about-text p {
  font-size: 18px;
}

/*== [ home > follow-us ] ==*/
.follow-us {
  padding: 60px 0;
}

.follow-parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  margin-top: 80px;
}
@media (max-width: 1080px) {
  .follow-parent {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 70px 30px;
  }
}
@media (max-width: 576px) {
  .follow-parent {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .follow-parent {
    grid-template-columns: 1fr;
  }
}
.follow-parent .flw-box {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 60px 20px 20px 20px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
.follow-parent .flw-box .flw-icon {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 35px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50px);
  transition: 0.4s;
  border-left: 10px solid rgba(0, 0, 0, 0.1);
}
.follow-parent .flw-box:hover .flw-icon {
  border-left: none;
  border-right: 10px solid rgba(0, 0, 0, 0.1);
}
.follow-parent .flw-text {
  color: white;
}
.follow-parent .flw-text h6 {
  font-weight: 600;
  font-size: 24px;
}
.follow-parent .flw-text .social-id {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.follow-parent .flw-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  margin-top: 5px;
}

#youtube {
  background-color: #ed1010;
}
#youtube .flw-icon {
  background-color: #f8f8f8;
  color: #ed1010;
}

#instagram {
  background-color: #c22969;
}
#instagram .flw-icon {
  background-color: #f8f8f8;
  color: #c22969;
}

#telegram {
  background-color: #34bff6;
}
#telegram .flw-icon {
  background-color: #f8f8f8;
  color: #34bff6;
}

#whatsapp {
  background-color: #25D366;
}
#whatsapp .flw-icon {
  background-color: #f8f8f8;
  color: #25D366;
}

#facebook {
  background-color: #1b75e9;
}
#facebook .flw-icon {
  background-color: #f8f8f8;
  color: #1b75e9;
}

/*********** comment-home *************/
.comment-home {
  background: #ffffff;
  padding: 30px 0 60px 0;
  width: 100%;
}
.comment-home .head-comment h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.comment-home .comment-parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  grid-gap: 30px;
}
@media (max-width: 1080px) {
  .comment-home .comment-parent {
    grid-template-columns: 1fr;
  }
}
.comment-home .com-box {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  color: #464646;
  transition: 0.3s;
  font-size: 16px;
}
.comment-home .com-box p {
  transition: 0.3s;
}
.comment-home .com-box p i {
  font-size: 10px;
  transform: translateY(-5px);
  color: #D45B5B;
}
.comment-home .com-box span {
  align-self: flex-end;
  color: #D45B5B;
  margin-top: 10px;
}
.comment-home .com-box span i {
  margin-right: 5px;
}
.comment-home .com-box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.comment-home .com-box:hover p {
  text-shadow: 0 0 0.5px #464646;
}
.comment-home .btn-com {
  padding: 10px 30px;
  background-color: #F8BF0F; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  border-radius: 30px;
  font-size: 18px;
  color: white;
  box-shadow: 0 0 10px rgba(212, 91, 91, 0.2);
}
.comment-home .btn-com i {
  margin-left: 10px;
  transition: 0.3s;
}
.comment-home .btn-com:hover {
  box-shadow: 0 0 10px rgba(212, 91, 91, 0.4);
}
.comment-home .btn-com:hover i {
  transform: translateX(5px);
}

/*********** footer *************/
.footer {
  padding: 40px 0;
}
.footer h3 {
  font-size: 23px;
  font-weight: bold;
}
.footer h3 a {
  text-decoration: underline;
  color: #000000;
}
.footer h3 a:hover {
  color: #D45B5B;
}
.footer .footer-menu {
  width: 100%;
  width: 100%;
  margin: 40px 0 20px 0;
  border-bottom: 1px solid black;
  padding-bottom: 40px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .footer .footer-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-menu li.menu-has-child {
  display: none;
}
@media (max-width: 1080px) {
  .footer .footer-menu .has-logo {
    order: -1;
  }
}
.footer .footer-menu li a {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #3D3636;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  margin-right: 16px;
}
.footer .footer-menu li a:hover {
  color: #D45B5B;
}
@media (max-width: 1080px) {
  .footer .footer-menu li a {
    margin: 10px 0;
  }
}
.footer .footer-menu li.menu-has-child > a::after {
  content: "\f106";
}
.footer .footer-menu li.menu-has-child {
  z-index: 2;
  position: relative;
}
.footer .footer-menu li.menu-has-child > a::after {
  content: "\f106";
}
.footer .footer-menu li.menu-has-child:hover .child-menu {
  top: calc(100% + 10px);
}
.footer .logo {
  max-height: 80px;
  max-width: 150px;
  margin: 0;
}
.footer .logo img {
  border-radius: 5px;
}
.footer .copyright { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 346px) {
  .footer .copyright {
    flex-wrap: wrap;
  }
}
.footer .copyright li {
  margin: 0 20px;
}
.footer .copyright li a { /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
}
.footer .copyright li a:hover {
  color: #000000;
}
@media (max-width: 576px) {
  .footer .copyright li a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .footer .copyright li a {
    font-size: 11px;
  }
}

.social-footer { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-footer li {
  margin: 0 5px;
}
.social-footer li a { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: white;
  border-left: 5px solid rgba(0, 0, 0, 0.3);
}
.social-footer li a:hover {
  border-left: none;
  border-right: 5px solid rgba(0, 0, 0, 0.1);
}

/*********** login-page *************/
.login-page {
  background: url("../images/book.jfif") no-repeat center center/cover;
  height: 80vh;
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  grid-gap: 30px;
}
@media (max-width: 1080px) {
  .login-page {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 768px) {
  .login-page {
    grid-template-columns: 1fr;
    padding: 50px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .login-page {
    padding: 50px 10px;
  }
}
.login-page h4 {
  font-size: 22px;
  margin-bottom: 10px;
  width: 100%;
}
.login-page .form,
.login-page .log-text {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
.login-page .form {
  padding: 50px 30px;
}
.login-page .form span {
  color: #3D3636;
  font-size: 16px;
  font-weight: 600; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  flex-wrap: wrap;
}
.login-page .form span a {
  color: #1b75e9;
  margin: 0 8px;
}
.login-page .form span a:hover {
  text-decoration: underline;
}
.login-page .log-form {
  min-height: 200px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login-page .log-form label {
  flex-basis: 100%;
}
@media (max-width: 480px) {
  .login-page .log-form .w48 {
    flex-basis: 100%;
  }
}
.login-page .log-form input[type=text] {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  margin: 10px 0;
}
.login-page .log-form input[type=text]:hover, .login-page .log-form input[type=text]:focus {
  border: 1px solid #D45B5B;
}
.login-page .log-form input[type=submit] {
  color: white;
  background-color: #D45B5B;
  border-radius: 25px;
  padding: 10px 25px;
  border: none;
  box-shadow: 0 10px 10px rgba(212, 91, 91, 0.2);
  font-size: 18px;
  margin-top: 15px;
}
.login-page .log-form input[type=submit]:hover {
  box-shadow: 0 10px 10px rgba(212, 91, 91, 0.4);
}
.login-page .log-text {
  font-size: 30px;
  font-weight: 600;
  min-height: 150px;
  padding: 20px;
}
.login-page .log-text p {
  font-size: 18px;
  color: #3D3636;
}
.login-page .forget-pass {
  font-size: 14px;
  color: #3D3636;
  width: 100%;
  font-weight: 600; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  margin-top: 20px;
}
.login-page .forget-pass:hover {
  color: #D45B5B;
}
.login-page .error-text {
  color: #D45B5B; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  justify-content: flex-end;
  display: none;
  width: 100%;
}
@media (max-width: 480px) {
  .login-page .error-text {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .login-page .error-text {
    font-size: 14px;
  }
}
.login-page .error-text span.icon-error {
  background-color: #D45B5B;
  color: white;
  width: 20px;
  height: 20px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.error-form .error-text { /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
}

.w45 {
  flex-basis: 45%;
}

/*********** other pages -- contact *************/
.bg-header-page {
  height: 400px;
  background: url("../images/view3.jpg") no-repeat center center/cover;
  color: white; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.bg-header-page .bg-shadow-dark {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.bg-header-page h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.bg-header-page p {
  width: 80%;
  margin: 0 auto 20px auto;
}
@media (max-width: 1080px) {
  .bg-header-page p {
    width: 100%;
  }
}
.bg-header-page .page-name {
  z-index: 1;
}
.bg-header-page .page-map { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-header-page .page-map li {
  font-size: 20px;
}
.bg-header-page .page-map li::after {
  content: "\f178";
  font-family: fontawesome;
  margin: 0 5px;
  color: #F8BF0F;
}
.bg-header-page .page-map li:last-child::after {
  content: "";
}
.bg-header-page .page-map li:last-child a {
  pointer-events: none;
}
.bg-header-page .page-map a {
  color: white;
}
.bg-header-page .page-map a:hover {
  color: #F8BF0F;
}

.w48 {
  width: 48%;
  flex-basis: 48%;
}

.contact-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .contact-bottom {
    grid-template-columns: 1fr;
    grid-auto-flow: dense; /* NEW */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    grid-gap: 0;
    border-radius: 10px;
    padding: 50px;
  }
  .contact-bottom .contact-box:first-child {
    grid-row-start: 2;
  }
  .contact-bottom .contact-box:last-child {
    grid-row-start: 1;
  }
}
@media (max-width: 576px) {
  .contact-bottom {
    padding: 20px;
  }
}
.contact-bottom .contact-box {
  border-radius: 10px;
}
.contact-bottom .contact-box .cont-txt {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .contact-bottom .contact-box .cont-txt {
    grid-column: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  }
}
@media (max-width: 576px) {
  .contact-bottom .contact-box .cont-txt {
    padding: 20px;
  }
}
.contact-bottom .contact-box .cont-txt h5 {
  font-size: 20px;
  width: 100%;
}
.contact-bottom .contact-box .cont-txt form {
  margin-top: 20px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-bottom .contact-box .cont-txt form label { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 576px) {
  .contact-bottom .contact-box .cont-txt form label.w48 {
    width: 100%;
  }
}
.contact-bottom .contact-box .cont-txt form label span {
  margin-bottom: 5px; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
}
.contact-bottom .contact-box .cont-txt form input[type=text] {
  height: 40px;
  padding: 5px 10px;
}
.contact-bottom .contact-box .cont-txt form input[type=text], .contact-bottom .contact-box .cont-txt form textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  background-color: white;
}
.contact-bottom .contact-box .cont-txt form input[type=text]:hover, .contact-bottom .contact-box .cont-txt form input[type=text]:focus, .contact-bottom .contact-box .cont-txt form textarea:hover, .contact-bottom .contact-box .cont-txt form textarea:focus {
  border: 1px solid #D45B5B;
}
.contact-bottom .contact-box .cont-txt form textarea {
  resize: vertical;
  padding: 10px;
  min-height: 200px;
}
.contact-bottom .contact-box .cont-txt form input[type=submit] {
  background-color: #D45B5B;
  padding: 10px 30px;
  color: white;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  margin-top: 30px;
  box-shadow: 0px 10px 20px rgba(212, 91, 91, 0.2);
}
.contact-bottom .contact-box .cont-txt form input[type=submit]:hover {
  box-shadow: 0px 10px 20px rgba(212, 91, 91, 0.4);
}
.contact-bottom .contact-box img {
  width: 100%;
}
@media (max-width: 768px) {
  .contact-bottom .contact-box img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.contact-top {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  transform: translateY(-70px);
  background-color: white;
}
@media (max-width: 768px) {
  .contact-top {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .contact-top {
    padding: 20px;
  }
}
.contact-top ul { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-top ul li { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  margin: 10px 0 10px 0;
  width: 48%;
  font-size: 18px;
}
@media (max-width: 768px) {
  .contact-top ul li {
    width: 100%;
  }
}
.contact-top ul li i {
  margin-right: 5px;
  color: #D45B5B;
  transform: translateY(3px);
}
@media (max-width: 576px) {
  .contact-top ul li {
    font-size: 16px;
  }
}
.contact-top ul li span {
  font-weight: 600;
}
.contact-top ul li p {
  color: #3D3636;
  flex: 1;
  margin-left: 10px;
}

/*********** other pages -- about *************/
.about-page .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 120px 0 60px 0;
}
@media (max-width: 768px) {
  .about-page .about-grid {
    margin: 30px 0 30px 0;
  }
}
.about-page .about-grid img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .about-page .about-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: dense; /* NEW */
    border-radius: 10px;
  }
}
.about-page .intro {
  text-align: center;
  margin: 0 0 30px 0;
}
.about-page .intro h3 {
  font-size: 40px;
}
.about-page .intro p {
  font-size: 20px;
}
.about-page .about-txt h5 {
  font-size: 30px;
  font-weight: 400;
}
.about-page .about-txt p {
  font-size: 20px;
  line-height: 2;
}
.about-page .img-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.about-page .img-box img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .about-page .img-box img {
    height: 150px;
  }
}
.about-page .img-box-s2 {
  width: 100%;
}
.about-page .img-box-s2 img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.about-page .list-in-txt {
  width: 100%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.about-page .list-in-txt li {
  width: 48%; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  color: #3D3636;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .about-page .list-in-txt li {
    width: 100%;
  }
}
.about-page .list-in-txt li i {
  color: #D45B5B;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .about-page .hold-txt {
    grid-row-start: 2;
  }
}
@media (max-width: 768px) {
  .about-page .hold-img {
    grid-row-start: 1;
  }
}

/*********** other pages -- instuctors *************/
.instuctors {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
  margin-top: 80px;
}
@media (max-width: 1080px) {
  .instuctors {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 768px) {
  .instuctors {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .instuctors {
    margin-top: 30px;
  }
}

.profile .prf-img {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(212, 91, 91, 0.2);
  background-color: white;
  padding: 30px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
}
@media (max-width: 576px) {
  .profile .prf-img {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}
.profile .prf-img img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .profile .prf-img img {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 576px) {
  .profile .prf-img img {
    margin-bottom: 30px;
  }
}
.profile .prf-img .prf-info { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 20px;
}
@media (max-width: 576px) {
  .profile .prf-img .prf-info {
    margin-left: 0;
  }
}
.profile .prf-img .prf-info i {
  font-size: 20px;
}
.profile .prf-img .prf-info ul li {
  margin-bottom: 10px;
  font-weight: 600;
}
.profile .prf-img .prf-info ul li span {
  font-size: 20px;
}
@media (max-width: 576px) {
  .profile .prf-img .prf-info ul li span {
    font-size: 16px;
  }
}
.profile .prf-img .prf-info ul li:first-child span {
  font-size: 25px;
}
@media (max-width: 576px) {
  .profile .prf-img .prf-info ul li:first-child span {
    font-size: 20px;
  }
}
.profile .prf-img .prf-info ul li p { /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  flex-direction: column;
}
.profile .prf-img .prf-info ul li p span {
  font-weight: 400;
  color: #464646;
}
.profile .prf-img a {
  width: 100%;
  color: #D45B5B; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  align-items: center;
}
.profile .prf-img a i {
  color: #D45B5B;
  margin-right: 10px;
  transition: 0.3s;
}
.profile .prf-img a i:last-child {
  margin-left: 10px;
}
.profile .prf-img a:hover {
  text-shadow: 0 0 1px rgb(212, 91, 91);
}
.profile .prf-img a:hover i:last-child {
  transform: translateX(5px);
}
.profile .prf-paragraph {
  margin: 30px 0;
  color: #59534C;
}
.profile .prf-paragraph h2 {
  font-size: 25px;
}
.profile .prf-paragraph p {
  line-height: 2;
}

.widget {
  list-style: none;
  border-radius: 10px;
  background-color: #D45B5B;
  color: white;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.widget h4 {
  padding: 0 0 10px 0;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.list-widget li {
  margin: 5px 0 5px 10px;
}
.list-widget li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
}
.list-widget li a::before {
  content: "\f105";
  margin-right: 5px;
  font-family: fontawesome;
}
.list-widget li a:hover {
  transform: translateX(10px);
  color: white;
}
.list-widget li.name {
  margin: 0;
}
.list-widget li.name a {
  font-size: 20px;
  pointer-events: none;
  color: white;
}
.list-widget li.name a::before {
  content: "\f007";
  margin-right: 5px;
  font-family: fontawesome;
  font-size: 20px;
}

.social-widget .social-footer li {
  margin: 0 5px;
}
.social-widget .social-footer li a { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: white;
  border-left: 5px solid rgba(0, 0, 0, 0.3);
}
.social-widget .social-footer li a:hover {
  border-left: none;
  border-right: 5px solid rgba(0, 0, 0, 0.1);
}

.widget-btn a {
  color: white;
  width: 100%;
  padding: 15px 20px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8BF0F;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  font-weight: bold;
}
.widget-btn a i {
  margin-left: 10px;
}
.widget-btn a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/*********** other pages -- user *************/
.head-user {
  background: #C4C4C4;
  height: 200px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-user h1 {
  font-size: 30px;
}

.frg-pass-user { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background: #EEEEEE;
  padding: 30px;
  font-size: 20px;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 768px) {
  .frg-pass-user {
    flex-direction: column;
  }
}
.frg-pass-user a {
  padding: 10px 40px;
  color: white; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
}
@media (max-width: 768px) {
  .frg-pass-user a {
    margin-top: 20px;
  }
}

.edit-user {
  text-align: center;
  margin: 50px 0; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.edit-user h5 {
  font-size: 25px;
  margin-bottom: 30px;
}
.edit-user form {
  width: 50vw; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .edit-user form {
    width: 100%;
  }
}
.edit-user form input[type=text] {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #BCBCBC;
  padding: 10px 20px;
  border-radius: 5px;
}
.edit-user form input[type=text]:hover, .edit-user form input[type=text]:focus {
  border: 1px solid #D45B5B;
}
.edit-user form input[type=submit] {
  padding: 10px 40px;
  background-color: #D45B5B;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  box-shadow: 0 0 10px rgba(212, 91, 91, 0.4);
}

.order-history {
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
  background: #EEEEEE;
  padding: 30px;
  font-size: 20px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.order-history h3 {
  font-size: 23px;
  color: #575757;
}
.order-history li.parent-history {
  margin-top: 10px;
  border-top: 1px solid #dadada;
  padding: 20px 0 10px 0;
}
.order-history li.parent-history i {
  color: #575757;
}
@media (max-width: 768px) {
  .order-history li.parent-history i {
    display: none;
  }
}
.order-history li.parent-history .date-hist {
  width: 230px;
  height: 40px;
  background-color: white;
  border-radius: 20px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #7c7c7c;
  font-size: 18px;
}
.order-history li.parent-history .date-hist span:first-child {
  color: #575757;
  margin-right: 5px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .order-history li.parent-history .date-hist {
    margin-top: 10px;
    width: 100%;
  }
}
.order-history .order-info { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.order-history .order-info li {
  margin: 0 50px 10px 0;
}
@media (max-width: 768px) {
  .order-history .order-info li i {
    display: inline-block;
  }
}
.order-history .order-info li span:first-child {
  font-weight: bold;
  color: #575757;
}
@media (max-width: 768px) {
  .order-history .order-info li span:first-child {
    font-size: 18px;
  }
}
.order-history .order-info li span:last-child {
  color: #7c7c7c;
}
@media (max-width: 768px) {
  .order-history .order-info li span:last-child {
    font-size: 16px;
  }
}

/*********** other pages -- coursess *************/
.page-number {
  margin: 40px 0 40px 0; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-number li {
  margin: 0 5px;
}
.page-number li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.page-number li a:hover {
  background-color: #D45B5B;
  color: white;
}
.page-number li.active a {
  background-color: #D45B5B;
  color: white;
}

/*********** other pages -- reading *************/
.reading, .speaking {
  padding-bottom: 60px;
}
.reading .time-class, .speaking .time-class {
  padding-bottom: 80px;
}

.reading-p {
  padding: 30px;
  text-align: center;
}
.reading-p h5 {
  font-size: 28px;
}
.reading-p p {
  font-size: 18px;
  color: #3D3636;
}

.read-vid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  padding: 50px 0;
}
@media (max-width: 1080px) {
  .read-vid {
    grid-template-columns: 1fr;
  }
}
.read-vid .vid-box {
  height: 400px;
}
.read-vid .vid-box video, .read-vid .vid-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.read-vid .txt-box h3 {
  font-size: 25px;
}
.read-vid .txt-box p {
  color: #7c7c7c;
}
.read-vid .yout-p {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
.read-vid .yout-p p {
  color: #3D3636;
}

.reading-yout {
  background-color: #fff;
}

.yout-box { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.yout-img { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
}
.yout-img img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}

.yout-link {
  width: 200px;
  height: 40px;
  border-radius: 10px;
  margin-left: 10px; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.yout-link i {
  color: #D45B5B;
  margin-right: 10px;
}
.yout-link:hover {
  background-color: #D45B5B;
  color: white;
}
.yout-link:hover i {
  color: white;
}

/*** lessosns ***/
.lessosns {
  padding: 40px 0 40px 0;
}
.lessosns h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.lesson-parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .lesson-parent {
    grid-gap: 30px;
    grid-template-columns: 1fr;
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .lesson-parent {
    padding: 0 20px;
  }
}
.lesson-parent .less-child {
  border-radius: 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .lesson-parent .less-child {
    padding: 20px;
  }
}
.lesson-parent .less-child:hover {
  border: 1px solid #D45B5B;
}
.lesson-parent .less-author {
  margin-bottom: 20px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.lesson-parent .less-author span {
  margin-right: 30px;
}
.lesson-parent .less-author span i {
  margin-right: 5px;
}
.lesson-parent .less-title h5 {
  font-size: 22px;
}
.lesson-parent .less-btn {
  padding: 10px 30px;
  background-color: #D45B5B;
  color: white;
  text-align: center; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  margin-top: 30px;
  font-size: 18px;
}

.check-mock {
  height: 250px;
  background: url("../images/exam-info-banner.jpg") no-repeat center center/cover;
  margin-bottom: 80px;
}
.check-mock .mock-shadow { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.check-mock .mock-btn {
  padding: 10px 50px;
  font-size: 25px;
}
@media (max-width: 576px) {
  .check-mock .mock-btn {
    font-size: 22px;
    padding: 10px 20px;
  }
}
.check-mock .mock-btn i {
  transition: 0.3s;
  margin-left: 5px;
}
.check-mock .mock-btn:hover i {
  transform: translateX(5px);
}

.link-teacher {
  background-color: #fff;
  padding: 40px 0;
}

.link-parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
@media (max-width: 1080px) {
  .link-parent {
    grid-gap: 30px;
  }
}
@media (max-width: 1080px) {
  .link-parent {
    grid-template-columns: 1fr;
  }
}

.link-child {
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 576px) {
  .link-child {
    padding: 20px;
  }
}
.link-child .upcom-btn {
  padding: 10px 30px; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  margin-top: 30px;
}
.link-child .yout-box {
  margin-top: 0;
}
.link-child .yout-box p {
  margin-top: 20px;
}

.lesson-p {
  background-color: #fff;
  padding: 30px 0;
}
.lesson-p h4 {
  font-size: 25px;
}
.lesson-p p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
}

.speaking .lesson-parent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .speaking .lesson-parent {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .speaking .lesson-parent {
    padding: 0 20px;
  }
}
.speaking .lesson-parent .less-child {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  border: none;
}
.speaking .lesson-parent .less-child h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #3D3636;
}
.speaking .lesson-parent .less-child .part-box {
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .speaking .lesson-parent .less-child .part-box {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.speaking .lesson-parent .less-child .part-box .less-btn {
  justify-content: center;
}
.speaking .lesson-parent .less-child .part-box:hover {
  border: 1px solid #D45B5B;
}

/********* questions *********/
.questions { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
}
.questions h5 {
  font-size: 25px;
  color: #4d4d4d;
}
.questions ul {
  width: 95%;
  margin-top: 30px; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.questions ul li {
  width: 50%;
  margin-bottom: 10px;
  list-style: disc;
}
@media (max-width: 768px) {
  .questions ul li {
    width: 100%;
  }
}
.questions ul li a { /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  font-size: 18px;
}
.questions ul li a:hover {
  color: #D45B5B;
}
.questions .ques-btn {
  padding: 15px 30px; /* OLD - iOS 6-, Safari 3.1-6 */ /* NEW - Chrome */ /* dont delet ! this is important for safari */ /* OLD - Firefox 19- (buggy but mostly works) */ /* TWEENER - IE 10 */
  display: inline-flex;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  background-color: #F8BF0F;
  color: #4d4d4d;
}
.questions .ques-btn:hover {
  background-color: #D45B5B;
  color: white;
}
@media (max-width: 576px) {
  .questions .ques-btn {
    padding: 15px 20px;
    font-size: 16px;
  }
}

.fast-link ul { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fast-link ul li {
  flex-basis: 22%;
}
@media (max-width: 1080px) {
  .fast-link ul li {
    flex-basis: 48%;
    margin-bottom: 20px;
  }
}
.fast-link ul li a { /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-flex; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #D45B5B;
  border-radius: 30px;
  padding: 15px 5px;
  width: 100%;
}
.fast-link ul li a:hover {
  background-color: #D45B5B;
  color: white;
}
@media (max-width: 576px) {
  .fast-link ul li a {
    font-size: 14px;
  }
}

.question-page .question-tab ul {
  padding: 30px;
}
@media (max-width: 576px) {
  .question-page .question-tab ul {
    padding: 30px 0;
  }
}
.question-page .question-tab ul li {
  margin-bottom: 20px;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.question-page .question-tab ul li:last-child {
  border-bottom: none;
}
.question-page .question-tab ul li button {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #3D3636;
}
.question-page .question-tab ul li button::before {
  content: "•";
  margin-right: 5px;
}
.question-page .answer {
  padding: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  border-radius: 10px;
  height: 0;
  display: none;
  background-color: white;
}
.question-page .answer p {
  font-size: 18px;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */