

:root {
  --whites: #fff;
  --blacks: #000;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
    font-family: 'Prompt', sans-serif !important;
}




/*------- start css web--------*/

/*------- start header--------*/

#top_nav {
  padding: 1rem;
  background-color: #273361;
}

.Text_mail p {
  color: #fff;
  font-size: 14px;
}

.Social_like p {
  color: #fff;
  font-size: 14px;
}

.fa-facebook-square {
  font-size: 24px;
  color: #fff;
}

.button_login {
  background-color: #ffffff;
  border: none;
  color: #000;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

.button_register {
  background-color: #ffffff;
  border: none;
  color: #000;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

p {
  margin-bottom: 0rem !important;
}


/*---- Start Navbar -----*/

 .navigation {
     height: 85px;
     background: #FFFFFF;
}
 .brand {
     position: absolute;
     padding-left: 20px;
     float: left;
     line-height: 55px;
     text-transform: uppercase;
     font-size: 1.4em;
}
 .brand a, .brand a:visited {
     color: #000000;
     text-decoration: none;
}

 nav {
     float: right;
}
 nav ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 nav ul li {
     float: left;
     position: relative;
}
 nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 20px;
     line-height: 85px;
     color: #000000;
     background: #273361;
     text-decoration: none;
}
 nav ul li a{
     background: transparent;
    color: #000000;
}
 nav ul li a:hover, nav ul li a:visited:hover {
     background: #273361;
     color: #FFFFFF
}
 .navbar-dropdown li a{
    background: #ffffff;
}
 nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
     padding-left: 4px;
     content: ' \025BE';
}
 nav ul li ul li {
     min-width: 190px;
}
 nav ul li ul li a {
     padding: 15px;
     line-height: 20px;
}
 .navbar-dropdown {
     position: absolute;
     display: none;
     z-index: 1;
     background: #fff;
     box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
 .nav-mobile {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     background: transparent;
     height: 65px;
     width: 70px;
}
 @media only screen and (max-width: 800px) {
     .nav-mobile {
         display: block;
    }
     nav {
         width: 100%;
         padding: 55px 0 15px;
    }
     nav ul {
         display: none;
         margin-top: -3.5rem;
    }
     nav ul li {
         float: none;
    }
nav ul li a {
    padding: 19px;
    line-height: 20px;
    background: #273361;
    color: white;
    font-size: 14px;

}
     nav ul li ul li a {
         padding-left: 30px;
    }
    .navbar-dropdown li a {
    background: #273361;
    color: white;
}
     .navbar-dropdown {
         position: static;
}
 @media screen and (min-width:800px) {
     .nav-list {
         display: block !important;
    }
}
 #navbar-toggle {
     position: absolute;
     left: 18px;
     top: 15px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 3px;
     width: 30px;
     background: #ffffff;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #navbar-toggle span:before {
     top: -10px;
}
 #navbar-toggle span:after {
     bottom: -10px;
}
 #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}


}

/*---- End Navbar -----*/

.input-group .btn {
    position: relative;
    z-index: 2;
    background-color: #273361;
}

.fa-search {
  color: #FFFFFF;
}


/*------- end header--------*/




/*------- Start header login --------*/

#top_navlogin {
    padding: 0rem;
    background-color: #273361;
}


.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid #ffffff;
  color: white;
  border-radius: 25px;
  padding: 8px 31px 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}

.dd-button:hover {
  border: 1px solid #ffffff;
  color: white;
}

.dd-button img {
  width: 33px;
  height: 32px;
  object-fit: cover;
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input+.dd-menu {
  display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
    z-index: 99;
    text-align: left;
}

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}


.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
}

.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.divider {
  color: white;
}

/*------- end header login--------*/




/*------- Start Footer--------*/

#Footer {
  padding: 2rem;
}

#Footer hr {
    width: 350px;
    color: #273361;
    height: 2px !important;
    opacity: 1 !important;
    margin: auto;
}

.Text_Footerleft {
    color: #8F8A8A;
  font-size: 14px;
}

.box_col {
  padding: 2rem;
}

#Footer a {
    color: #8F8A8A;
    text-decoration: none;
}

#Footer a:hover {
    color: #585555;
    text-decoration: none;
}

.Head_Footer {
  font-size: 16px;
  color: #273361;
  font-weight: 500;
}

#Footer .box_col hr {
    width: 100%;
    color: #273361;
    height: 2px !important;
    opacity: 1 !important;
    margin: auto;
}

.Text_working {
  font-size: 18px;
  color: #273361;
  font-weight: 400;
}

#Footer .fa-question-circle-o {
  color: #273361;
  font-size: 20px !important;
}

#Footer .fa-envelope-o {
  color: #273361;
  font-size: 20px !important;
}

.Text_FooterDetail {
  font-size: 14px;
  color: #585555;
}

#Sec_FootDown {
  background-color: #273361;
  padding: 1.5rem;
}

.Text_Down {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.Nemu_down p {
  padding: 0.4rem 0rem 0.4rem 0rem;
}

/*------- end Footer--------*/





/*------- Start Slide Banner --------*/

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.bg-bannerTitle {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-head {
    width: 693px;
    position: absolute;
    left: 212px;
    top: 217px;
    color: #fff;
}

.text-head {
    left: 150px;
}

.text-head  .text1 {
    font-size: 20px;
    color: #CB9200;
}

.text-head .text2 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}

/*------- End Slide Banner--------*/






/*------- Start  Sec_Highlight --------*/

#Sec_Highlight {
  padding: 4rem;
}

.Text_HighHead {
  color: #273361;
  font-size: 20px;
  font-weight: 500;
}

#Sec_Highlight .card-img, .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px !important;
}

#Sec_Highlight .card-title {
    margin-bottom: 0.5rem;
    font-size: 16px;
    display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

#Sec_Highlight .card-price {
  color: #CB9200;
  font-weight: 500;
}

#Sec_Highlight a {
    color: #273361;
    text-decoration: none;
}

#Sec_Highlight  .card-text {
  color: #8F8A8A;
  font-size: 14px;
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.card {
    box-shadow: 0px 4px 10px rgb(27 26 26 / 18%);
    border-radius: 15px !important;
    margin-top: 1.5rem;
}

.btn-more {
  color: #fff !important;
  background: #CB9200;
  border-radius: 15px;
  border: 1px solid #CB9200;
  padding: 5px 15px;
  font-size: 12px;
}

.btn-more:hover {
  color: #CB9200 !important;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #CB9200;
  padding: 5px 15px;
  font-size: 12px;
}

/*------- End Sec_Highlight --------*/



/*------- Start Sec_Areas --------*/

#Sec_Areas {
  padding: 4rem;
  background-color: #273361;
}

.Box_scroll {
    height: 200px;
    overflow-y: scroll;
}


.Box_Text {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding: 1rem;
  color: #000000;
  font-size: 14px;
  text-align: center;
  border-radius: 7px;
  margin-top: 1rem;
}

.Box_Text:hover {
  background-color: #273361;
  border: 2px solid #FFFFFF;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  border-radius: 7px;
}

.Head_Areas {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}


#Sec_Areas .Box_scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 200px;
    padding: 1rem;
}

/* width */
#Sec_Areas .Box_scroll::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#Sec_Areas .Box_scroll::-webkit-scrollbar-track {
    background-color: #cacaca;
    border-radius: 100px;
}

/* Handle */
#Sec_Areas .Box_scroll::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 100px;
}

/* Handle on hover */
#Sec_Areas .Box_scroll::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 100px;
}

/*------- End Sec_Areas --------*/


/*------- Start Sec_NewUpdates --------*/

#Sec_NewUpdates {
  padding: 4rem;
}

#Sec_NewUpdates a {
    color: #273361;
    text-decoration: none;
}

.card_date {
  font-size: 12px;
  color: #8F8A8A;
}

#Sec_NewUpdates .card-title {
    margin-bottom: 0.5rem;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Sec_NewUpdates .card-text {
    color: #8F8A8A;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*------- End Sec_NewUpdates --------*/




/*------- Start Page ABout --------*/

#Sec_BackTop {
    padding: 10rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.txt-head-bg {
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
}

.breadcumb-inner {
    text-align: center;
}

.breadcumb-inner  a {
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

.breadcumb-inner  a:hover {
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

.breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
    color: #ffffff;
}

.breadcumb-inner ol, ul {
    padding-left: 0rem !important;
}

#Sec_AboutService {
  padding: 4rem;
}

.Box_BackSeervice {
  background: #273361;
  border-radius: 10px;
  padding: 2rem;
  height: 270px;
}

.Box_BackSeervice2 {
  background: #CB9200;
  border-radius: 10px;
  padding: 2rem;
  height: 270px;
}

.Box_BackSeervice:hover {
  background: #111b43;
  border-radius: 10px;
  padding: 2rem;
  height: 270px;
}

.Box_BackSeervice2:hover {
  background: #a47600;
  border-radius: 10px;
  padding: 2rem;
  height: 270px;
}

.Head_Ser {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}

.Detail_Ser {
  font-size: 13px;
  color: #fff;
  text-align: center;
}

#Sec_What {
  background-color: #273361;
  padding: 4rem;
}

.line_What hr {
    width: 50px;
    color: #ffffff;
    height: 2px !important;
    opacity: 1 !important;
    margin: auto;
    float: left;
}

.Insite {
  padding: 2rem 2rem 2rem 0rem;
}

.Head_What {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.Detail_WhatSer p {
  font-size: 14px;
  color: #fff;
}

#Sec_Why {
  padding: 4rem;
}

.Head_Why {
  color: #273361;
  font-size: 20px;
  font-weight: 600;
}


.line_Why hr {
    width: 50px;
    color: #273361;
    height: 2px !important;
    opacity: 1 !important;
    margin: auto;
    float: left;
}

.Detail_WhySer {
  color: #273361;
}

#Sec_BigDown {
  padding: 8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.Text_DownText p {
  color: #111b43;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

/*------- End Page ABout --------*/







/*------- Start Page Online Courses --------*/

#Box_fitter {
  padding: 3rem;
}

.Head_Fitter {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 2rem 4rem 2rem 4rem;
}

.Box_infitter {
  background-color: #273361;
  box-shadow: 0px 4px 10px rgba(138, 127, 127, 0.25);
  border-radius: 10px;
  padding: 0rem 4rem 3rem 4rem;
}

#Box_fitter label {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.Text_ModuleSerces {
    font-size: 14px;
    color: #ffffff;
}



.button_boxsearch {
  background: #CB9200;
  border: 2px solid #FFFFFF;
  border-radius: 25px;
  color: #fff;
  padding: 8px 65px;
}


.button_boxsearch:hover {
  background: #996e01;
  border: 2px solid #FFFFFF;
  border-radius: 25px;
  color: #fff;
  padding: 8px 65px;
}

.Button_Search a {
  text-decoration: none;
}

.Button_Search a:hover {
  text-decoration: none;
  color: #ffffff;
}


#Sec_AreasCourses {
  padding: 2rem;
}

.Text_HeadAreas {
    color: #273361;
    font-size: 20px;
    font-weight: 500;
}

#Sec_AreasCourses .card {
    box-shadow: 0px 4px 10px rgb(27 26 26 / 18%);
    border-radius: 15px !important;
    height: 300px;
}


#Sec_AreasCourses .card-img-top {
    height: 110px;
}


#Sec_AreasCourses .card-title {
    margin-bottom: 0.5rem;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Sec_AreasCourses .card-text {
      color: #8F8A8A;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Sec_AreasCourses .card-price {
    color: #CB9200;
    font-weight: 500;
    font-size: 12px;
}

#Sec_AreasCourses .btn-more {
    color: #fff !important;
    background: #CB9200;
    border-radius: 15px;
    border: 1px solid #CB9200;
    padding: 5px 15px;
    font-size: 12px;
    text-decoration: none;
}

#Sec_AreasCourses  .btn-more:hover {
  color: #CB9200 !important;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #CB9200;
  padding: 5px 15px;
  font-size: 12px;
  text-decoration: none;
}




/*------- Start con_check  --------*/

.con_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.con_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}


.con_check:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 4px;
}


.con_check input:checked ~ .checkmark {
  background-color: #273361;
  border-radius: 4px;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.con_check input:checked ~ .checkmark:after {
  display: block;
}

.con_check .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------- End con_check  --------*/

.box_scrollcourses {
    height: 250px;
    overflow-y: scroll;
}

#Sec_AreasCourses .box_scrollcourses {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 350px;
    padding: 0rem;
}

/* width */
#Sec_AreasCourses .box_scrollcourses::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#Sec_AreasCourses .box_scrollcourses::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 100px;
}

/* Handle */
#Sec_AreasCourses .box_scrollcourses::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 100px;
}

/* Handle on hover */
#Sec_AreasCourses .box_scrollcourses::-webkit-scrollbar-thumb {
    background-color: #273361;
    border-radius: 100px;
}

#Sec_AreasCourses .pagination {
  display: inline-block;
}

#Sec_AreasCourses .pagination a {
    color: white;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #273361;
    margin: 5px;
    font-size: 13px;
}
#Sec_AreasCourses .pagination a.active {
    background-color: #cb9200;
    color: white;
}

#Sec_AreasCourses .pagination a:hover:not(.active) {background-color: #cb9200;}


#Sec_ServiceCourses .rounded {
    border-radius: 0rem !important;
}

.Head_SerBig {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}


#Sec_ServiceCourses {
  padding: 4rem;
}

.Detail_SerDe {
  font-size: 14px;
  color: #ffffff;
}

#Sec_ServiceCourses .Insite_BoxSercourses img {
  width: 45%;
  padding-top: 15px;
}

/*------- End Page Online Courses  --------*/







/*------- Start Page Online Courses  --------*/

#Sec_onlinecourse {
  padding: 4rem;
}

#Sec_onlinecourse .Head_TextHead {
      color: #273361;
    font-size: 20px;
    font-weight: 500;
}

.Text_BigBox {
  font-size: 16px;
  
}

.Text_BigBox span {
  font-size: 16px;
  font-weight: 600;
}

.Box_TexxtDetailPDF span {
  font-size: 16px;
  font-weight: 600;
}

#Sec_onlinecourse .File_PDF a {
  text-decoration: none;
/*  color: red;*/
  font-size: 16px;
}

.File_PDF a:hover {
  text-decoration: none;
  color: rgb(206, 17, 17);
  font-size: 16px;
}

.File_PDF .new_line1 {
  border-top: 1px solid #000000;
}

.HowTo_Enroll .Head_Enroll {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

#Sec_onlinecourse .card {
    box-shadow: 0px 4px 10px rgb(27 26 26 / 18%);
    border-radius: 15px !important;
    height: 300px;
}


#Sec_onlinecourse .card-img-top {
    height: 110px;
}

#Sec_onlinecourse .card-title {
    margin-bottom: 0.5rem;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Sec_onlinecourse .card-text {
    color: #8F8A8A;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Sec_onlinecourse .card-price {
    color: #CB9200;
    font-weight: 500;
    font-size: 12px;
}

#Sec_onlinecourse .btn-more {
    color: #fff !important;
    background: #CB9200;
    border-radius: 15px;
    border: 1px solid #CB9200;
    padding: 5px 15px;
    font-size: 12px;
    text-decoration: none;
}

#Sec_onlinecourse .btn-more:hover {
  color: #CB9200 !important;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #CB9200;
  padding: 5px 15px;
  font-size: 12px;
  text-decoration: none;
}

.Box_SecModule {
  padding-top: 1.5rem;
}

.Box_SecModule p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.Price_Status {
  font-size: 20px;
  color: red;
  text-align: center;
  font-weight: 500;
}

.Input_Price {
  font-size: 12px;
  color: red;
  padding-top: 1rem;
}


#Sec_onlinecourse .Box_PriceBigRight {
  border: 1px solid #000000;
  border-radius: 18px;
  padding: 3rem;
}

.button_insiteprice {
  background-color: #FC531E;
  border-radius: 20px;
  border: 2px solid #FC531E;
  color: white;
  padding: 3px 29px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 25px 2px;
  cursor: pointer;
}

.button_insiteprice:hover {
  background-color: #d33100;
  border-radius: 20px;
  border: 2px solid #d33100;
  color: white;
  padding: 3px 29px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 25px 2px;
  cursor: pointer;
}

.button_addcart {
  background-color: #CB9200;
  border-radius: 20px;
  border: 2px solid #CB9200;
  color: white;
  width: 100%;
  padding: 3px 29px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 3px 2px;
  cursor: pointer;
}

.button_addcart:hover {
  background-color: white;
  border-radius: 20px;
  border: 2px solid #a47601;
  color: #a47601;
  padding: 3px 29px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 3px 2px;
  cursor: pointer;
}

.button_buynow {
  background-color: #273361;
  border-radius: 20px;
  border: 2px solid #273361;
  color: white;
  width: 100%;
  padding: 5px 33px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 15px 2px;
  cursor: pointer;
}

.button_buynow:hover {
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #273361;
  color: #273361;
  width: 100%;
  padding: 5px 33px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 15px 2px;
  cursor: pointer;
}

/*------- End Page Online Courses  --------*/




/*------- Start Page Online Courses Detail  --------*/

#Sec_Detailonlines {
  padding: 4rem;
}

.Head_Discussion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Ensure it takes the full width of the container */
}
.Head_Discussion p {
    margin-right: auto; /* Push the "Discussion" text to the left */
    font-weight: 600;
}

#Sec_Detailonlines .Image_imgbox img {
    border-radius: 15px;
}

.Head_TextHead {
  font-size: 20px;
  color: #273361;
  font-weight: 500;
  text-decoration: underline;
}

#Sec_Detailonlines .Head_Discussion {
  font-size: 18px;
  font-weight: 500;
}

#Sec_onlineIntro {
  padding: 1rem;
}

.Head_PP {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

.Head_List {
  font-size: 16px;
  color: #000000;
  margin-top: 1.5rem;
  font-weight: 500;
}

.Head_Reading {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}


.Input_fileinput a p {
  color: red;
  font-size: 16px;
  text-decoration: none;
  padding-top: 1rem;
}

.Input_fileinput a p:hover {
  color: rgb(216, 8, 8);
  font-size: 16px;
  text-decoration: none;
  padding-top: 1rem;
}

#Sec_onlineIntro .line_powerline {
    border-top: 1px solid #000000;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.line_powerline {
    border-top: 1px solid #000000;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}


.Input_fileinputfile {
    height: 170px;
    overflow-y: scroll;
    margin-top: 1rem;
}

.Input_fileinputfile::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.Input_fileinputfile::-webkit-scrollbar-track {
  background-color: #ECECEC;
  border-radius: 10px;
}
 
/* Handle */
.Input_fileinputfile::-webkit-scrollbar-thumb {
  background: #273361;
  border-radius: 10px;
}

/* Handle on hover */
.Input_fileinputfile::-webkit-scrollbar-thumb:hover {
  background: #12205b; 
}

.Input_fileinputfile a p {
  color: red;
  font-size: 16px;
  text-decoration: none;
  padding-top: 1rem;
}

.Input_fileinputfile a p:hover {
  color: rgb(216, 8, 8);
  font-size: 16px;
  text-decoration: none;
  padding-top: 1rem;
}


#Tab_openoffsession .accordion {
  background-color: #273361;
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

#Tab_openoffsession .active, .accordion:hover {
  background-color: #0b2077;
}

#Tab_openoffsession .panel {
  padding: 0 18px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.Text_InVideoHead {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}





/*--------- START CSS POPUP VIDEO ----------*/

.Box_VideoLecture a {
  text-decoration: none !important;
  color: #000000;
  font-size: 14px;
}



.fa-video-camera {
  color: #001F6B;
  padding-right: 1rem;
}

	.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	  background: rgb(0 0 0 / 56%);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 800px;
		position: relative;
		margin: 10% auto;
    padding: 18px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
	}

	.close {
		background: #CB9200;
		color:  #fff !important;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { 
		background: white;
		color:  #CB9200 !important;
  }


/*--------- END CSS POPUP VIDEO ----------*/


.Box_VideoLecture {
    height: 100px;
    overflow-y: scroll;
    margin-top: 1rem;
}


.Box_VideoLecture::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.Box_VideoLecture::-webkit-scrollbar-track {
  background-color: #ECECEC;
  border-radius: 10px;
}
 
/* Handle */
.Box_VideoLecture::-webkit-scrollbar-thumb {
  background: #273361;
  border-radius: 10px;
}

/* Handle on hover */
.Box_VideoLecture::-webkit-scrollbar-thumb:hover {
  background: #12205b; 
}


.Head_TextDiscussion {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

#Tab_openoffsession .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F2F2F2;
    background-clip: padding-box;
    border: 1px solid #F2F2F2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button_SendDisRight {
    position: relative;
    display: inline-block;
    width: initial;
    padding: 2px 20px 1px 20px;
    font-size: 14px;
    background-color: #CB9200;
    color: white !important;
    border-radius: 50px !important;
    text-decoration: none;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #CB9200;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    float: right; /* Ensure button floats to the right */
}

.button_SendDisRight:hover {
    background-color: #9c6f00 !important;
    color: white !important;
    border: 1px solid #9c6f00 !important;
}

/*--------- Start CSS Box Reply ----------*/

.comment-form__avatar, .post__avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 50px;
  width: 50px;
  background-color: #89989c;
  border-radius: 50%;
}

.comment-form .comment-form__actions .button--confirm {
    position: relative;
    display: inline-block;
    width: initial;
    padding: 2px 20px 1px 20px;
    font-size: 14px;
    margin-left: 0px;
    background-color: #CB9200;
    color: white !important;
    border-radius: 50px !important;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #CB9200;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.comment-form .comment-form__actions .button--confirm:hover {
    position: relative;
    display: inline-block;
    width: initial;
    padding: 2px 20px 1px 20px;
    font-size: 14px;
    margin-left: 0px;
    background-color: #9c6f00 !important;
    color: white !important;
    border-radius: 50px !important;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #9c6f00 !important;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.comment-form, .panel {
  position: relative;
  padding: 15px;
  background-color: #FFF;
  border-radius: 2px;
}

.response-group {
    width: 100%;
    padding: 50px 0px 15px 0px;
    background-color: #fff;
    border-radius: 2px;
}

.response-group > header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
.response-group > header i {
  margin: 0 10px 0 20px;
}
.response-group > header .header-dropdown-trigger {
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.response-group > header .header-dropdown-trigger:after {
  content: "";
  font-size: 0.5em;
  line-height: 2.5;
  vertical-align: top;
  margin-left: 5px;
}
.response-group > header .header-dropdown-trigger:hover, .response-group > header .header-dropdown-trigger.active {
  border: 1px solid #cdd7dc;
}
.response-group > .header-dropdown {
  display: none;
  position: relative;
  top: -38px;
  left: -16px;
  width: calc(100% + 32px);
  padding: 15px 1px;
  background: #ebeff1;
}
.response-group > .header-dropdown.expand {
  display: block;
}
.response-group > .header-dropdown ul {
  margin: -15px;
}
.response-group > .header-dropdown li {
  padding: 1em 15px;
  cursor: pointer;
  border-bottom: 1px solid #ebeff1;
}
.response-group > .header-dropdown li h2 {
  display: inline-block;
  margin: 0;
}
.response-group > .header-dropdown li:hover h2 {
  font-weight: 700;
}
.response-group > .header-dropdown li span {
  float: right;
  margin-left: 15px;
  line-height: 1.25;
}
.response-group > .header-dropdown .progress {
  float: right;
  width: 50%;
  margin: 0.25em 0;
}

.progress {
  position: relative;
  width: 100%;
  height: 0.75em;
  border-radius: 2px;
  background-color: #ebeff1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.progress__complete {
  position: absolute;
  top: 0;
  width: 50%;
  height: 0.75em;
  background-color: #5fbc71;
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}

.response {
  position: relative;
}

.response__number {
  position: absolute;
  width: 2rem;
  height: 2rem;
  line-height: 1.8rem;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #89989c;
  border: 2px solid #cdd7dc;
  border-radius: 50%;
}

.response__title {
  margin-left: 3.25rem;
  margin-bottom: 50px;
}

.post-group {
  margin-left: 0rem;
}

.post {
  position: relative;
  padding: 15px 15px 15px 80px;
  margin-bottom: 50px;
  border-bottom: none;
}

.post__author {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.post__author span {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0.5rem;
}

.post__timestamp {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
}

.post__timestamp span {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0.5rem;
}

.post__body {
  font-size: 14px;
}


.post__actions {
    height: 40px;
    width: calc(100% + 95px);
/*    margin-left: -80px;*/
    /* background-color: #ebeff1; */
    border-top: 1px solid #ebeff100;
}

.post__actions .button {
  float: left;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #cdd7dc;
}
.post__actions .button i.solid {
  display: none;
}
.post__actions .button:not(.comment):active i {
  transform: scale(1.2);
}
.post__actions .button:not(.comment-trigger):hover, .post__actions .button:not(.comment-trigger).active {
    background-color: #FFF;
    cursor: pointer;
    color: #CB9200;
}
.post__actions .button:not(.comment-trigger):hover i.solid, .post__actions .button:not(.comment-trigger).active i.solid {
  display: inline-block;
}
.post__actions .button:not(.comment-trigger):hover i:not(.solid), .post__actions .button:not(.comment-trigger).active i:not(.solid) {
  display: none;
}
.post__actions .button:not(.comment-trigger):hover.button--approve, .post__actions .button:not(.comment-trigger).active.button--approve {
  color: #5fbc71;
}
.post__actions .button:not(.comment-trigger):hover.button--deny, .post__actions .button:not(.comment-trigger).active.button--deny {
  color: #f26f54;
}
.post__actions .button--flag {
    width: 60px;
    border-right: none;
    font-weight: 400;
    color: #CB9200;
/*    padding-left: 80px;*/
}
    .post__actions .button--flag1 {
        width: 60px;
        border-right: none;
        font-weight: 400;
        color: #CB9200;
/*        padding-left: 80px;*/
    }
    .post__actions .button--flag2 {
        width: 60px;
        border-right: none;
        font-weight: 400;
        color: #CB9200;
/*        padding-left: 80px;*/
    }

.post__actions .button--flag i {
  margin-right: 5px;
}
.post__actions .button--fill {
  width: calc(100% - 140px);
  padding: 0 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #89989c;
}

.post__comments {
  display: none;
  padding: 15px;
}

.comment-group {
  padding-bottom: 15px;
}
.comment-group .post {
  padding: 15px 15px 0 65px;
  margin-bottom: 15px;
  box-shadow: none;
}
.comment-group .post__avatar {
  height: 35px;
  width: 35px;
}

.comment-form {
  height: 100%;
  padding: 15px 15px 15px 65px;
}
.comment-form textarea {
    width: 100%;
    height: 4em;
    margin-bottom: 10px;
    font-size: 16px;
    border: 0px solid #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 1px 1px #ebeff1 inset;
    background-color: #F2F2F2;
}
.comment-form textarea:focus {
  outline: none;
}

.comment-form__avatar {
  height: 35px;
  width: 35px;
}

.comment-form .comment-form__actions {
  text-align: right;
}
.comment-form .comment-form__actions .button {
  float: left;
}
.comment-form .comment-form__actions .button--confirm {
  border-color: #5fbc71;
  color: #5fbc71;
}
.comment-form .comment-form__actions .button--confirm:hover {
  background-color: #5fbc71;
  color: #FFF;
}
.comment-form .comment-form__actions .button--light {
    border-color: transparent;
    color: #89989c;
    padding-left: 1rem;
    font-size: 14px;
}
.comment-form .comment-form__actions .button--light:hover {
    border-color: transparent;
    color: #5e6669;
    padding-left: 1rem;
    font-size: 14px;
}

.post--commenting .post__actions {
  height: initial;
}
.post--commenting .button.comment-trigger span {
  display: none;
}
.post--commenting .post__comments {
  display: block;
  margin-top: 40px;
  border-top: 0px solid #cdd7dc;
}


/*--------- END CSS Box Reply ----------*/










.Head_Listofother {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.Detail_Listofotherfile a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.Show_txt a {
  color: black;
  font-size: 14px;
}

.Show_txt a:hover {
    color: lightgray;
}

.Show_pdf a {
    color: red;
    font-size: 14px;
}

.Show_pdf a:hover {
    color: lightcoral;
}

.Show_word a {
    color: blue;
    font-size: 14px;
}

.Show_word a:hover {
    color: lightblue;
}

.Show_excel a {
    color: green;
    font-size: 14px;
}

.Show_excel a:hover {
    color: lightgreen;
}

.Show_powerpoint a {
    color: orangered;
    font-size: 14px;
}

.Show_powerpoint a:hover {
    color: lightsalmon;
}

.line_linelong {
  border-top: 1px solid rgb(0, 0, 0);
}

.Box_SelfAssessment {
  font-size: 16px;  
}

.Num_SeleNo {
  font-size: 16px;
}

.Head_SelfAssessment {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.Num_SeleNo p {
    font-size: 16px;
    padding: 0.5rem 0rem 0.5rem 0rem;
}

.button_EndModule {
  background-color: #CB9200;
  border-radius: 50px;
  border: 2px solid #CB9200;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_EndModule:hover {
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #CB9200;
  color: #CB9200;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.Button_EndCertificates p {
  font-size: 16px;
  color: red;
  padding-left: 15rem;
  padding-right: 15rem;
  margin-top: 1rem;
}

#Sec_ButtonEnd {
  padding: 4rem;
}


#Sec_Certificates {
    padding: 9rem;
    height: 350px;
}

.Head_Certificates {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.certificate_PDF  a {
  color: white;
  font-size: 16px;
}


.certificate_PDF  a:hover {
  color: white;
  font-size: 16px;
}

#Sec_Detailonlines .Box_PriceBigRight {
    border: 1px solid #000000;
    border-radius: 18px;
    padding: 3rem;
}


/*------- Start Tab session --------*/

#check-1 {
    display: none !important;
}

#check-2 {
    display: none !important;
}

#check-3 {
    display: none !important;
}

#container {
    margin: 0 auto;
    width: 100%;
}
#accordion input {
    display: block;
}
#accordion label {
    background: #273361;
    border-radius: 0.25em;
    color: white;
    cursor: pointer;
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.125em;
    padding: 1em 1em;
    z-index: 20;
}
#accordion label:hover {
	background: #15214f;
  border-radius: 0.25em;
    color: white;
    cursor: pointer;
    display: block;
    margin-bottom: 0.125em;
    padding: 1em 1em;
    z-index: 20;
}

#accordion input:checked + label {
    background: #273361;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #ffffff;
    margin-bottom: 0;
}
#accordion article {
    background: #f7f7f700;
	height:0px;
	overflow:hidden;
	z-index:10;
}
#accordion article p {
    padding: 0rem;
}
#accordion input:checked article {
}
#accordion input:checked ~ article {
	border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
	height: auto;
	margin-bottom: .125em;
}


#container .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    background-color: #ffffff00 !important;
    color: black !important;
}

#container .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F2F2F2;
    background-clip: padding-box;
    border: 1px solid #F2F2F2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*------- End Tab session --------*/

/*------- End Page Online Courses Detail  --------*/





/*------- Start Page NCart --------*/

#Sec_BigCart {
  padding: 4rem 0rem 8rem 0rem;
}

.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 37%;
}

.product-price {
  float: left;
  width: 15%;
  text-align: center;
  font-weight: 600;
}

.product .product-price {
  color: red;
  font-weight: 500;
}

.product-quantity {
  float: left;
  width: 13%;
  text-align: center;
  font-weight: 600;
}

.product-line-price {
  float: left;
  width: 15%;
  text-align: center;
  font-weight: 600;
}

.product-line-price {
  font-weight: 500;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
  content: '$';
}


.shopping-cart {
  margin-top: 0px;
}

/* Column headers */
.column-labels label {
    padding-bottom: 10px;
    padding-top: 24px;
    margin-bottom: 14px;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
  text-indent: -9999px;
}

/* Product entries */
.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 30px;
    border-bottom: 1px solid #eee;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
    width: 150px;
    border-radius: 5px;
    height: 100px;
    object-fit: cover;
}
.product .product-details .product-title {
  margin-right: 20px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}
.product .product-quantity input {
    width: 40px;
    text-align: center;
    border: none;
}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #c66;
  color: #fff;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
  font-size: 12px;
  border-radius: 3px;
}
.product .remove-product:hover {
  background-color: #a44;
}

.column-labels {
  background-color: #273361;
  color: white;
}


/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
  }

  .column-labels {
    display: none;
  }

  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }

  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .product-price {
    clear: both;
    width: 70px;
    text-align: center;
  }

  .product-quantity {
    width: 100px;
  }
  .product-quantity input {
    margin-left: 20px;
  }

  .product-quantity:before {
    content: 'x';
  }

  .product-removal {
    width: auto;
  }

  .product-line-price {
    float: right;
    width: 70px;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }

  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }

  .product .product-line-price:before {
    content: 'Item Total: $';
  }

}

#Sec_BigCart .Head_TextCart {
    color: #273361;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

#Sec_BigCart .Box_PriceBigRight {
    border: 1px solid #000000;
    border-radius: 18px;
    padding: 3rem;
}

#Sec_Confidence {
    padding: 4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Head_Confidence {
  font-size: 26px;
  text-align: center;
  color: #273361;
  font-weight: 600;
  margin-bottom: 3rem;
}

.Box_BigImageCon img {
  width: 108px;
  height: 98px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.Box_BigTextCon {
  font-size: 16px;
}

.Head_PrivacyPage {
    margin-top: 3rem;
}


.Head_PrivacyPage a {
  margin-top: 2.5rem;
  color: #273361;
  text-decoration: underline;
}

/*------- End Page Cart  --------*/





/*------- Start Page payment_method  --------*/

#Sec_PaymentMethod {
  padding: 4rem;
}

.Box_Billing {
  font-size: 16px;
  color: #000000;
}

#Sec_PaymentMethod .Head_Pay {
    color: #273361;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

#Sec_PaymentMethod .Box_Billing span {
  color: red;
}

#Sec_PaymentMethod .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F2F2F2;
    background-clip: padding-box;
    border: 1px solid #F2F2F2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#Sec_PaymentMethod .Box_PriceBigRight {
    border: 1px solid #000000;
    border-radius: 18px;
    padding: 2rem;
}


#Sec_PaymentMethod .con_checkcon {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#Sec_PaymentMethod .con_checkcon input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#Sec_PaymentMethod .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
#Sec_PaymentMethod .con_checkcon:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#Sec_PaymentMethod .con_checkcon input:checked ~ .checkmark {
  background-color: #273361;
}

/* Create the checkmark/indicator (hidden when not checked) */
#Sec_PaymentMethod .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#Sec_PaymentMethod .con_checkcon input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#Sec_PaymentMethod .con_checkcon .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#Sec_PaymentMethod .Box_BankTranfer {
    border-left: 6px solid red;
    background-color: #ff898154;
    padding: 1.5rem;
    margin-top: 4rem;
}

.Box_BankTranfer .Head_Bank {
  color: red;
  font-size: 16px;
}

.Box_BankTranfer a {
  text-decoration: none;
}

#Sec_PaymentMethod .Box_CardBigRight {
    border: 1px solid #000000;
    border-radius: 18px;
    padding: 2rem;
}

.Image_Card img {
    width: 150px;
    height: 30px;
    object-fit: cover;
}

#Sec_PaymentMethod .Box_PayPal {
    border: 1px solid #000000;
    border-radius: 18px;
    padding: 2rem;
}

.Image_Paypal img {
    width: 100px;
    height: 34px;
    object-fit: cover;
}

.button_paypal {
  background-color: #ffffff;
  border: 1px solid #001F6B;
  border-radius: 50px;  
  color: #001F6B;
  width: 100%;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_Credit {
  background-color: #000000;
  border-radius: 50px;
  border: 1px solid#000000;
  color: #ffffff;
  width: 100%;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_Credit:hover {
  background-color: #000000;
  border-radius: 50px;
  border: 1px solid#000000;
  color: #ffffff;
  width: 100%;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
}

.Text_DetailPrivary p {
  font-size: 11px;
  color: #8F8A8A;
}

.Text_DetailPrivary a {
  color: #273361;
}





/*------- End Page payment_method  --------*/






/*------- Start Page New Updates  --------*/

#Sec_NewUpdates {
  padding: 4rem;
}

#Sec_NewUpdates img {
  border-radius: 15px;
}

.Text_BoxNew .Date_Day {
  color: #8F8A8A;
  font-size: 14px;
}

.Text_Tital {
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Text_Detail {
    color: #8F8A8A;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Sec_NewUpdates .pagination {
  display: inline-block;
}

#Sec_NewUpdates .pagination a {
    color: white;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #273361;
    margin: 5px;
    font-size: 13px;
}
#Sec_NewUpdates .pagination a.active {
    background-color: #cb9200;
    color: white;
}

#Sec_NewUpdates .pagination a:hover:not(.active) {background-color: #cb9200;}


/*------- End Page New Updates  --------*/





/*------- Start Page New Detail  --------*/

#Sec_NewDetail {
  padding: 4rem;
}

.Head_DetailText {
  font-size: 20px;
  font-weight: 500;
  color: #273361;
}

#Sec_NewDetail .Date_Day {
  color: #8F8A8A;
  font-size: 14px;
}

.Box_ImageNewBig img {
  border-radius: 15px;
}

.Text_NewDetailNews p {
  font-size: 14px;
  color: #8F8A8A;
}

.Head_bBoxMore p {
    color: #273361;
    font-size: 20px;
    font-weight: 500;
}


#Sec_MoreNew .Box_scroll {
    height: 250px;
    overflow-y: scroll;
}


#Sec_MoreNew  .Box_scroll {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    padding: 1rem;
}

/* width */
#Sec_MoreNew  .Box_scroll::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#Sec_MoreNew  .Box_scroll::-webkit-scrollbar-track {
    background-color: #cacaca;
    border-radius: 100px;
}

/* Handle */
#Sec_MoreNew  .Box_scroll::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 100px;
}

/* Handle on hover */
#Sec_MoreNew  .Box_scroll::-webkit-scrollbar-thumb {
    background-color: #273361;
    border-radius: 100px;
}

.Box_imageMore img {
  border-radius: 15px;
}

#Sec_MoreNew .Date_Day {
  font-size: 13px;
  color: #8F8A8A;
}

#Sec_MoreNew .btn-more {
    color: #fff !important;
    background: #CB9200;
    border-radius: 15px;
    border: 1px solid #CB9200;
    padding: 5px 15px;
    font-size: 12px;
    text-decoration: none;
}

#Sec_MoreNew .btn-more:hover {
  color: #CB9200 !important;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #CB9200;
  padding: 5px 15px;
  font-size: 12px;
  text-decoration: none;
}

/*------- End Page New Detail  --------*/



/*------- Start Page Faq  --------*/

#Sec_Faq {
  padding: 4rem;
}


#Sec_Faq .accordion {
    background-color: #273361;
    color: #f9fafb;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

#Sec_Faq  .active, .accordion:hover {
  background-color: #0a1644;
}

#Sec_Faq  .accordion:after {
  content: '\2304';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 16px;
}

#Sec_Faq  .active:after {
  content: "\2303";
}

#Sec_Faq  .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*------- End Page Faq  --------*/





/*------- Start Page list of Contributors  --------*/

#Sec_listofContributors {
  padding: 4rem;
}

.Text_ListText {
  font-size: 16px;
  text-align: center;
}

.Box_peapellist img {
  border-radius: 15px;
}

.Box_NameInsite {
  font-size: 16px;
  color: #000;
}

.Box_NameInsite span {
  font-weight: 500;
}


/*Zoom In*/
.column#zoomIn img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomIn:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


/*------- End Page list of Contributors   --------*/





/*------- Start Page Login   --------*/

#Sec_BoxlogRegis {
  padding: 4rem;
}


#Sec_BoxlogRegis .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F2F2F2;
    background-clip: padding-box;
    border: 1px solid #F2F2F2; 
}

.button_loginpage {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 25px;
    color: #ffffff;
    padding: 6px 35px;
    text-decoration: none;
}

.button_loginpage:hover {
    background-color: #ffffff;
    border: 2px solid #CB9200;
    border-radius: 25px;
    color: #CB9200;
    padding: 6px 35px;
    text-decoration: none;
}

.Text_topassword {
  color: #273361;
  text-align: center;
  font-size: 14px;
}

/*------- End Page Login   --------*/





/*------- Start Page Reset Password   --------*/

#Sec_PageReset {
  padding: 4rem;
}

.Text_DetailReset {
  font-size: 16px;
}

#Sec_PageReset .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F2F2F2;
    background-clip: padding-box;
    border: 1px solid #F2F2F2; 
}

#Sec_PageReset .button_reset {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 25px;
    color: #ffffff;
    padding: 6px 35px;
    text-decoration: none;
}

#Sec_PageReset .button_reset:hover {
    background-color: #ffffff;
    border: 2px solid #CB9200;
    border-radius: 25px;
    color: #CB9200;
    padding: 6px 35px;
    text-decoration: none;
}


/*------- End Page Reset Password --------*/




/*------- Start Page Password send --------*/

#Sec_Passsend {
  padding: 4rem 0rem 8rem 0rem;
}

.Box_notipassword {
  border-left: 6px solid red;
  background-color: #ff89815e;
  color: #000000;
  font-size: 16px;
  padding: 1.5rem;
}

.Text_notiflex {
  font-size: 16px;
  color: #000000;
}

/*------- End Page Password send --------*/






/*------- Start Page Aeas --------*/

#Aeas {
  padding: 0rem;
  background-color: #273361;
}

.Text_HighHead_2 {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.Box_InsiteArea {
  padding: 4rem;
}

.Text_HighHead_2 hr {
    width: 60px;
    color: white;
    height: 3px !important;
    opacity: 1 !important;
    margin: auto;
    float: left;
}

.Detail_Area {
  font-size: 14px;
  color: white;
}

#Aeas_Two {
  padding: 0rem;
  background-color: #F4F4F4;
}

.Text_HighHead_3 {
  color: #273361;
  font-size: 20px;
  font-weight: 500;
}

.Detail_Area_2 {
  color: #273361;
  font-size: 14px;
}

.Text_HighHead_3 hr {
    width: 60px;
    color: #273361;
    height: 3px !important;
    opacity: 1 !important;
    margin: auto;
    float: left;
}

#Aeas_THree {
  padding: 1rem;
}

#Aeas_Four {
  padding: 1rem;
  background-color: #273361;
}

#Aeas_Table {
  padding: 4rem;
}

#Aeas_Table .Text_HighHead {
    color: #273361;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}


.rwd-table {
    background: #34495e00;
    color: #CB9200;
    border-radius: 0.4em;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
.rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
    text-align: center;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 0.8em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: white;
  text-align: center;
}

.Head_Table {
  background-color: #CB9200;
}

.rwd-table tr {
    border-top: 2px solid #cb9200;
    border-bottom: 2px solid #cb9200;
    border-left: 2px solid #cb9200;
    border-right: 2px solid #cb9200;
}

/*------- End Page Aeas --------*/




/*------- Start Page Dashboard --------*/

#TiTle_Dashboard {
  padding: 4rem 0rem 10rem 0rem;
}

.Detail_Acoount {
  font-size: 16px;
  color: #8F8A8A;
}

.Detail_Acoount span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

#TiTle_Dashboard a {
    color: #273361;
    text-decoration: none;
    font-weight: 500;
}


/*------- End Page Dashboard --------*/




/*------- Start Page Dashboard --------*/
#Sec_Learning {
  padding: 4rem;
}



/** page structure **/
#wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 17px;
}

.keywords {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
}


.keywords thead {
  cursor: pointer;
  background: #273361;
  color: white;
  font-weight: 400;
}
.keywords thead tr th { 
  padding: 12px 30px;
  padding-left: 42px;
}
.keywords thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  font-weight: 400;
  font-size: 16px;
}

.keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
  background: #acc8dd;
}

.keywords thead tr th.headerSortUp span {
  background-image: url('https://i.imgur.com/SP99ZPJ.png');
}
.keywords thead tr th.headerSortDown span {
  background-image: url('https://i.imgur.com/RkA9MBo.png');
}


.keywords tbody tr { 
  color: #555;
}
.keywords tbody tr td {
  text-align: center;
  padding: 30px 10px;    
  font-size: 16px;
}
.keywords tbody tr td.lalign {
    text-align: left;
    font-size: 16px;
    color: #001F6B;
    font-weight: 500;
}

.keywords tbody tr td.DateBuy {
    text-align: center;
    font-size: 16px;
    color: #8F8A8A;
    font-weight: 500;
}

.keywords tbody tr td.Status {
    text-align: center;
    font-size: 16px;
    color: #02D117;
    font-weight: 500;
}


.keywords tbody tr td.price {
    text-align: center;
    font-size: 16px;
    color: #CA1C11;
    font-weight: 500;
}


#Sec_Learning .button_view {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 29px;
    color: white;
    padding: 4px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

#Sec_Learning .button_view:hover {
  background-color:white;
    border: 2px solid #CB9200;
    border-radius: 29px;
    color: #CB9200;
    padding: 4px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}


/*------- End Page Dashboard --------*/




/*------- Start Page Account --------*/

#Page_Account {
  padding: 4rem;
}

/*----- Start Edit Image -------*/
.media-container {
	position: relative;
	display: inline-block;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	vertical-align: middle
}
	.media-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(180, 180, 180, 0.6);
	}
		#media-input {
			display: block;
			width: 200px;
			height: 200px;
			line-height: 200px;
			opacity: 0;
			position: relative;
			z-index: 9;
		}
		.media-icon {
			display: block;
			color: #ffffff;
			font-size: 2em;
			height: 200px;
			line-height: 200px;
			position: absolute;
			z-index: 0;
			width: 100%;
			text-align: center;
		}
	.media-object {}
		.img-object {
			border-radius: 50%;
			width: 200px;
			height: 200px;
			display: block;
		}

.media-control {
	margin-top: 30px;
}
	.edit-profile {}
	.save-profile {}



.edit-profile {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 29px;
    color: white;
    padding: 4px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.save-profile {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 29px;
    color: white;
    padding: 4px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}
/*----- End Edit Image -------*/

.Text_EditPen {
  font-size: 16px;
  text-align: right;
  color: #000000;
}

.Text_EditPen a {
    color: #212529;
    text-decoration: none;
}


#Page_Account .Account_Input .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F2F2F2;
    background-clip: padding-box;
    border: 1px solid #F2F2F2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.Account_Input span {
  color: red;
}


.button_saveedit {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 29px;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.button_saveedit:hover {
  background-color:white;
    border: 2px solid #CB9200;
    border-radius: 29px;
    color: #CB9200;
    padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

/*------- End Page Account --------*/




/*------- Start Page Address --------*/
#Page_Address {
  padding: 6rem;
}

#Page_Address .Input_Billing .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F2F2F2;
    background-clip: padding-box;
    border: 1px solid #F2F2F2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#Page_Address .Input_Billing .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;

}

/*------- End Page Address --------*/




/*------- Start Page Privacy --------*/

#Sec_privacy {
  padding: 6rem;
}

#Sec_privacy .Text_HighHead {
  text-align: center;
}

.Text_HightTerms {
    color: #273361;
    font-size: 20px;
    font-weight: 500;
}



/*------- Start Page Privacy --------*/




/*------- Start Page From Module --------*/

#From_module {
  padding: 4rem;
}

#From_module  table {
    border-collapse: collapse;
		width: 100%;
}

#From_module  table, th, td {
		padding: 7px;
    border: 1px solid #ffffff;
}

#From_module  th {
    background-color: #FFF2D0;
    color: #1c0101;
    font-weight: 500;
    text-align: center !important;
}

#From_module  tr:nth-child(odd) {
	background-color: #ffffff;
}

#From_module  td:first-child {
	padding-left: 15px;
}

#From_module  .column-button {
	width: 15%;
}

#chantier {
	width: 20%;
}

#From_module  .button-text {
	margin-bottom: 20px;
	border: 2px solid #2979FF;
	border-radius: 3px;
	padding: 5px;
}

#chantier:hover, #date:hover {
	border: 2px solid #0D47A1;
}

#From_module  .container-button {
	text-align: center;
}

#From_module label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  /*padding-left: 25px;
  margin-right: 15px;*/
  font-size: 13px;
}

#From_module input[type=radio] {
  display: none;
}

#From_module label:before {
  content: "";
  /*display: inline-block;*/
  width: 20px;
  height: 20px; 
  /*margin-right: 30px;*/
  position: absolute;
  left: -10px;
  bottom: -2px;
  background-color: #fff;
  border: 1px solid;
  /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
	border-radius: 50%;
}

#From_module input[type=radio]:checked + label:before {
    content: "\2022";
    color: #0d6efd;
    font-size: 45px;
    text-align: center;
    line-height: 18px;
}

#From_module  input.green:checked + label:before {
        color: #0d6efd;
    font-size: 45px;
}
#From_module  input.orange:checked + label:before {
        color: #0d6efd;
    font-size: 45px;
}
#From_module  input.red:checked + label:before {
        color: #0d6efd;
    font-size: 45px;
}
#From_module  input.blue:checked + label:before {
        color: #0d6efd;
    font-size: 45px;
}


/*------- End Page From Module --------*/

.Head_HowText {
  font-size: 16px;
  font-weight: 500;
}

.Check_ChoiceDown label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    padding-left: 1.5rem;
    padding-top: 1rem;
}

.Text_DetailTextForm {
  font-size: 16px;
  text-align: center;
  color: black;
  padding: 2.5rem;
}

.Bavk_BoxHeadColor {
  background-color: #0a1644;
  padding: 2rem;
}

.Name_Module {
  font-size: 20px;
  color: white;
  font-weight: 500;
  text-align: center;
}

.Text_CommectBig textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
    background-color: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
}

.Button_TwoBut {
  padding-top: 3rem;
}

.button_CanCelWhite {
  background-color: #D9D9D9;
  border: 2px solid #D9D9D9;
  border-radius: 26px;
  color: rgb(0, 0, 0);
  padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_CanCelWhite:hover {
  background-color: #b2b0b0;
  border: 2px solid #b2b0b0;
  border-radius: 26px;
  color: rgb(0, 0, 0);
  padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button_SubmitSend {
  background-color: #CB9200;
  border: 2px solid #CB9200;
  border-radius: 26px;
  color: rgb(255, 255, 255);
  padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


.button_SubmitSend:hover {
  background-color: #ffffff;
  border: 2px solid #CB9200;
  border-radius: 26px;
  color: #CB9200;
  padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

#Sec_BackContact {
  padding: 4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Head_Workwithus {
  font-size: 26px;
  color: white;
  text-align: center;
}

.Head_Workwithus {
    font-size: 26px;
  color: white;
  text-align: center;
}

.File_postPDF {
  font-size: 16px;
  color: white;
}

#Sec_BackContact .Input_fileinput a p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-decoration: none;
    padding-top: 1rem;
}


.button_sendpdfsend {
  background-color: #CB9200;
  border: 2px solid #CB9200;
  border-radius: 26px;
  color: rgb(255, 255, 255);
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


.button_sendpdfsend:hover {
  background-color: #ffffff;
  border: 2px solid #CB9200;
  border-radius: 26px;
  color: #CB9200;
  padding: 6px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}












/*---------------------*/
/*------ RESPOSIVE ---------*/
/*---------------------*/

@media screen and (min-width:332px) and (max-width:767px) {


.Social_like p {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.button_register {
    background-color: #ffffff;
    border: none;
    color: #000;
    padding: 6px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.button_login {
    background-color: #ffffff;
    border: none;
    color: #000;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.bg-bannerTitle {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-head {
    left: 45px;
}

.text-head {
    width: 693px;
    position: absolute;
    top: 83px;
    color: #fff;
}

.text-head .text1 {
    font-size: 16px;
    color: #CB9200;
}

.text-head .text2 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-right: 30rem;
}

#Sec_Highlight {
    padding: 1rem 0.5rem 1rem 0.5rem;
}

.Text_HighHead {
    color: #273361;
    font-size: 16px !important;
    font-weight: 500;
}

#Sec_Highlight a {
    color: #273361;
    text-decoration: none;
    font-size: 14px;
}

.Text_All img {
      width: 14px;
}

#Sec_Highlight .card-img, .card-img-top {
    height: 100px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 0.8rem 0.8rem !important;
}

#Sec_Highlight .card-title {
    margin-bottom: 0.5rem;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Sec_Highlight .card-text {
    color: #8F8A8A;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Sec_Highlight .card-price {
    color: #CB9200;
    font-weight: 500;
    font-size: 12px;
}

.btn-more {
    font-size: 12px;
    color: #fff !important;
    background: #CB9200;
    border-radius: 15px;
    border: 1px solid #CB9200;
     padding: 4px 12px;
    font-size: 7px !important;
}

#Sec_Areas {
    padding: 1rem;
    background-color: #273361;
}

.Head_Areas {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.Box_Text {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 0.5rem;
    color: #000000;
    font-size: 12px;
    text-align: center;
    border-radius: 7px;
}

#Sec_Areas .Box_scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 199px;
    padding: 0.5rem;
}

.Box_Text {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 0.5rem;
    color: #000000;
    font-size: 12px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 1rem;
}

.Box_Text {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 0.2rem 0.9rem 1rem 0.9rem;
    color: #000000;
    font-size: 10px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 1rem;
    margin-top: 0rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Sec_NewUpdates {
    padding: 1rem;
}

#Sec_NewUpdates .card-title {
    margin-bottom: 0.5rem;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Sec_NewUpdates .card-text {
    color: #8F8A8A;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card_date {
    font-size: 10px;
    color: #8F8A8A;
}

.card {
    box-shadow: 0px 4px 10px rgb(27 26 26 / 18%);
    border-radius: 15px !important;
    margin-top: 1rem;
}

#Footer {
    padding: 1rem;
}

.box_col {
    padding: 0rem;
}

.Head_Footer {
    font-size: 14px;
    color: #273361;
    font-weight: 500;
    margin-top: 1rem;
}

.Footer_logo img {
  width: 150px !important;

}

.Text_Footerleft {
    color: #8F8A8A;
    font-size: 12px;
}

#Footer a {
    color: #8F8A8A;
    text-decoration: none;
    font-size: 12px;
}


.Text_FooterDetail {
    font-size: 12px;
    color: #585555;
}


.Text_Down {
    font-size: 10px;
    color: #ffffff;
    text-align: center;
}

#Sec_BackTop {
    padding: 2.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.txt-head-bg {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
    color: #ffffff;
    font-size: 12px;
}

#Sec_AboutService {
    padding: 1rem;
}

.Box_BackSeervice {
    background: #273361;
    border-radius: 10px;
    padding: 1rem;
    height: 180px;
    margin-top: 1rem;
}

.Box_BackSeervice2 {
    background: #CB9200;
    border-radius: 10px;
    padding: 1rem;
     height: 180px;
    margin-top: 1rem;
}

.Head_Ser {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.Detail_Ser {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.Box_BackSeervice img {
    width: 50px !important;
}

.Box_BackSeervice2 img {
    width: 50px !important;
}

#Sec_What {
    background-color: #273361;
    padding: 1rem;
}

.Insite {
    padding: 1.2rem 0rem 0rem 0rem;
}

.Detail_WhatSer p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 1rem;
}

.Head_What {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#Sec_Why {
    padding: 1rem;
}

.Head_Why {
    color: #273361;
    font-size: 16px;
    font-weight: 600;
}

.Detail_WhySer {
    color: #273361;
    font-size: 12px;
}

#Sec_BigDown {
    padding: 1.5rem 1rem 2.5rem 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Text_DownText p {
    color: #111b43;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

#Sec_listofContributors {
    padding: 1rem;
}

.Text_ListText {
    font-size: 12px;
    text-align: center;
}

.Box_NameInsite {
    font-size: 12px;
    color: #000;
    margin-bottom: 1.5rem;
}

.Box_infitter {
    background-color: #273361;
    box-shadow: 0px 4px 10px rgb(138 127 127 / 25%);
    border-radius: 10px;
    padding: 0rem 1rem 2rem 1rem;
    position: relative;
    top: -50px;
    position: inherit;
    margin-top: 1rem;
}


.Head_Fitter {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 1rem 0rem 0.5rem 0rem;
}


#Box_fitter label {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}


.button_boxsearch {
    background: #CB9200;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    color: #fff;
    padding: 7px 39px;
    font-size: 12px;
}

.button_boxsearch:hover {
    background: #996e01;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    color: #fff;
    padding: 7px 39px;
    font-size: 12px;
}


.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);

}


#Sec_AreasCourses {
    padding: 1rem;
}

.Text_HeadAreas {
    color: #273361;
    font-size: 16px;
    font-weight: 500;
}

.con_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#Sec_AreasCourses .card {
    box-shadow: 0px 4px 10px rgb(27 26 26 / 18%);
    border-radius: 15px !important;
    height: 285px;
}

#Sec_ServiceCourses {
    padding: 1rem;
}


#Sec_ServiceCourses .Insite_BoxSercourses img {
    width: 15%;
    padding-top: 15px;
}

.Head_SerBig {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-top: 1rem;
}

.Detail_SerDe {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.Box_InsiteArea {
    padding: 1rem;
}


.Text_HighHead_2 {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.Detail_Area {
    font-size: 12px;
    color: white;
}

.Text_HighHead_3 {
    color: #273361;
    font-size: 16px;
    font-weight: 500;
}

#Aeas_THree {
    padding: 0rem;
}


#Aeas_Four {
    padding: 0rem 0rem 1rem 0rem;
    background-color: #273361;
}

#Aeas_Table {
    padding: 1rem;
}

.rwd-table th, .rwd-table td:before {
    color: #323232;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    display: inline-block;
    text-align: left;
    font-size: 12px;
}

.rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
    text-align: left;
    font-size: 12px;
}

.Text_BoxNew .Date_Day {
    color: #8F8A8A;
    font-size: 14px;
    margin-top: 1rem;
}

#Sec_NewUpdates img {
    border-radius: 15px;
        margin-top: 1.5rem;
}

.Text_Tital {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Text_Detail {
    color: #8F8A89;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


#Sec_NewDetail {
    padding: 1rem;
}


.Head_DetailText {
    font-size: 16px;
    font-weight: 500;
    color: #273361;
}

.Head_bBoxMore p {
    color: #273361;
    font-size: 16px;
    font-weight: 500;
    margin-left: 1rem;
}

.Box_imageMore {
  margin-top: 1.5rem;
}

.dropdown {
    display: inline-block;
    margin-top: -4rem;
    margin-bottom: 1rem;
}

.dd-button {
    display: inline-block;
    border: 1px solid #ffffff;
    color: white;
    border-radius: 25px;
    padding: 8px 31px 8px 15px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
    float: left;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

#Sec_Learning {
    padding: 1rem;
}

#keywords tbody tr td.lalign {
    text-align: left;
    font-size: 14px;
    color: #001F6B;
    font-weight: 500;
}


#keywords tbody tr td.DateBuy {
    text-align: center;
    font-size: 14px;
    color: #8F8A8A;
    font-weight: 500;
}

#keywords tbody tr td.Status {
    text-align: center;
    font-size: 14px;
    color: #02D117;
    font-weight: 500;
}

#keywords tbody tr td.price {
    text-align: center;
    font-size: 14px;
    color: #CA1C11;
    font-weight: 500;
}

#wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 9px 1px;
    overflow: scroll;
}


#Sec_Learning .button_view {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 29px;
    color: white;
    padding: 4px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
}

#Sec_Learning .button_view:hover {
    background-color: white;
    border: 2px solid #CB9200;
    border-radius: 29px;
    color: #CB9200;
    padding: 4px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
}

#keywords thead tr th span {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    font-weight: 400;
    font-size: 14px;
}


#Page_Account {
    padding: 1rem;
}


.button_saveedit {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 29px;
    color: white;
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
}


.button_saveedit:hover {
    background-color: #ffffff;
    border: 2px solid #CB9200;
    border-radius: 29px;
    color: #CB9200;
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
}

.Text_EditPen {
    font-size: 12px;
    text-align: right;
    color: #000000;
}

.Text_EditPen:hover {
    font-size: 12px;
    text-align: right;
    color: #000000;
}

#Sec_BoxlogRegis {
    padding: 1rem;
}

#Sec_BoxlogRegis .Text_HighHead label {
  font-size: 14px !important;
}


.button_loginpage {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 25px;
    color: #ffffff;
    padding: 6px 35px;
    text-decoration: none;
    font-size: 12px;
}

.button_loginpage:hover {
    background-color: #ffffff;
    border: 2px solid #CB9200;
    border-radius: 25px;
    color:#CB9200;
    padding: 6px 35px;
    text-decoration: none;
    font-size: 12px;
}

#Sec_PageReset {
    padding: 1rem;
}

.Text_DetailReset {
    font-size: 12px;
}


#Sec_PageReset label {
    display: inline-block;
    font-size: 14px;
}

#Sec_PageReset .button_reset {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 25px;
    color: #ffffff;
    padding: 6px 35px;
    text-decoration: none;
    font-size: 12px;
}

#Sec_PageReset .button_reset:hover {
    background-color: #ffffff;
    border: 2px solid #CB9200;
    border-radius: 25px;
    color: #CB9200;
    padding: 6px 35px;
    text-decoration: none;
    font-size: 12px;
}

.Box_notipassword {
    border-left: 6px solid red;
    background-color: #ff89815e;
    color: #000000;
    font-size: 14px;
    padding: 1rem;
}


.Text_notiflex {
    font-size: 12px;
    color: #000000;
}

#Sec_Faq {
    padding: 1rem;
}


#Sec_Faq .accordion {
    background-color: #273361;
    color: #f9fafb;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
}

#Sec_Faq .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 12px;
}

#Page_Address {
    padding: 1rem;
}

#Page_Address label {
    display: inline-block;
    font-size: 14px;
}


#Page_Account label {
    display: inline-block;
    font-size: 14px;
}


#Sec_BoxlogRegis label {
    display: inline-block;
    font-size: 14px;
}

#Sec_BoxlogRegis .Text_policy {
  font-size: 14px;
}

#Sec_privacy {
  padding: 1rem;
}

.Text_HightTerms {
    color: #273361;
    font-size: 16px;
    font-weight: 500;
}

.Detail_Terms {
  font-size: 14px;
}

#Sec_Detailonlines {
    padding: 1rem;
}

.Detail_Welcom  {
    font-size: 12px;
    color: #000;
    margin-bottom: 1.5rem;
}

.Head_TextHead {
    font-size: 16px;
    color: #273361;
    font-weight: 500;
    text-decoration: underline;
}

#Sec_Detailonlines .Box_PriceBigRight {
    border: 1px solid #000000;
    border-radius: 18px;
    padding: 2rem;
}

.Price_Status {
    font-size: 18px;
    color: red;
    text-align: center;
    font-weight: 500;
}


#accordion article p {
    padding: 0rem;
    font-size: 12px;
}

.button_EndModule {
    background-color: #CB9200;
    border-radius: 50px;
    border: 2px solid #CB9200;
    color: white;
    padding: 11px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}


.button_EndModule:hover {
    background-color: white;
    border-radius: 50px;
    border: 2px solid #CB9200;
    color: #CB9200;
    padding: 11px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}

.Button_EndCertificates p {
    font-size: 12px !important;
    color: red;
    margin-top: 1rem;
    padding-left: 0rem;
    padding-right: 0rem;
}

.modalDialog > div {
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 18px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
}

.Detail_IntroModule li {
  font-size: 12px;
}

#Sec_Certificates {
    padding: 3.5rem;
    height: 200px;
}

#Sec_onlinecourse {
    padding: 1rem;
}

#Sec_onlinecourse .Head_TextHead {
    color: #273361;
    font-size: 16px;
    font-weight: 500;
}

.Text_BigBox span {
    font-size: 14px;
    font-weight: 600;
}

.Text_BigBox {
    font-size: 14px;
}

.Box_TexxtDetailPDF span {
    font-size: 14px;
    font-weight: 600;
}

.Box_TexxtDetailPDF p {
  font-size: 14px;
}


.HowTo_Enroll .Head_Enroll {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.HowTo_Enroll p {
  font-size: 14px;
}

#Sec_onlinecourse .Box_PriceBigRight {
    border: 1px solid #000000;
    border-radius: 18px;
    padding: 2rem;
    margin-top: 2.5rem;
}


#From_module {
    padding: 0rem;
}

.Name_Module {
    font-size: 16px;
    color: white;
    font-weight: 500;
    text-align: center;
}

.Text_DetailTextForm {
    font-size: 14px;
    text-align: center;
    color: black;
    padding: 1.5rem;
}


#From_module table, th, td {
    padding: 7px;
    border: 1px solid #ffffff;
    font-size: 11px;
}


.Head_HowText {
    font-size: 14px;
    font-weight: 500;
}

.Button_TwoBut {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

.button_CanCelWhite {
    background-color: #D9D9D9;
    border: 2px solid #D9D9D9;
    border-radius: 26px;
    color: rgb(0, 0, 0);
    padding: 6px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 2px;
    cursor: pointer;
}

.button_CanCelWhite:hover {
    background-color: #D9D9D9;
    border: 2px solid #D9D9D9;
    border-radius: 26px;
    color: rgb(0, 0, 0);
    padding: 6px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 2px;
    cursor: pointer;
}


.button_SubmitSend {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 26px;
    color: rgb(255, 255, 255);
    padding: 6px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 4px 40px 0px;
    cursor: pointer;
}

.button_SubmitSend:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid #CB9200;
    border-radius: 26px;
    color: #CB9200;
    padding: 6px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 4px 40px 0px;
    cursor: pointer;
}


#Sec_BackContact {
    padding: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Head_Workwithus {
    font-size: 18px;
    color: white;
    text-align: center;
}

.Box_SendButton .mt-5 {
    margin-top: 2rem !important;
}

.button_sendpdfsend {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 26px;
    color: rgb(255, 255, 255);
    padding: 5px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 4px 40px 0px;
    cursor: pointer;
}


.button_sendpdfsend:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid #CB9200;
    border-radius: 26px;
    color: #CB9200;
    padding: 5px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 4px 40px 0px;
    cursor: pointer;
}

#Sec_PaymentMethod {
    padding: 1rem;
}

#Sec_PaymentMethod .Head_Pay {
    color: #273361;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.Box_Billing {
    font-size: 14px;
    color: #000000;
}

#Sec_PaymentMethod .con_checkcon {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Box_BankTranfer .Head_Bank {
    color: red;
    font-size: 14px;
}


#Sec_PaymentMethod .Box_PriceBigRight {
    border: 1px solid #000000;
    border-radius: 18px;
    padding: 2rem;
    margin-top: 2rem;
}

#Sec_Confidence {
    padding: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Head_Confidence {
    font-size: 18px;
    text-align: center;
    color: #273361;
    font-weight: 600;
    margin-bottom: 3rem;
}

.Box_BigTextCon {
    font-size: 14px;
}

.Box_BigImageCon img {
    width: 67px;
    height: 59px;
    object-fit: cover;
    margin-bottom: 0rem;
    margin-top: 1rem;
}

.Head_PrivacyPage {
    margin-top: 1rem;
    font-size: 14px;
}

#Sec_BigCart .Head_TextCart {
    color: #273360;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

#Sec_BigCart {
    padding: 2rem 1rem 9rem 1rem;
}

.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
    font-size: 14px;
}

.product .product-price {
    color: red;
    font-weight: 500;
    font-size: 14px;
}

.product .product-quantity input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 14px;
}

.product-line-price {
    float: right;
    width: 70px;
    font-size: 14px;
}

.Input_DropMessage .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;

}







}


@media screen and (min-width:768px) and (max-width:1200px) {

.button_sendpdfsend {
    background-color: #CB9200;
    border: 2px solid #CB9200;
    border-radius: 26px;
    color: rgb(255, 255, 255);
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px 40px 2px;
    cursor: pointer;
}

.button_sendpdfsend:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid #CB9200;
    border-radius: 26px;
    color: #CB9200;
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px 40px 2px;
    cursor: pointer;
}

.product .product-details .product-description {
    margin: 5px 0px 5px 30px;
    line-height: 1.4em;
    font-size: 14px;
}

.product .product-price {
    color: red;
    font-weight: 500;
    font-size: 14px;
}

.product .product-quantity input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 14px;
}

.product-line-price {
    font-weight: 500;
    font-size: 14px;
}

#Sec_Confidence {
    padding: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Head_Confidence {
    font-size: 20px;
    text-align: center;
    color: #273361;
    font-weight: 600;
    margin-bottom: 3rem;
}


.Box_BigImageCon img {
    width: 73px;
    height: 67px;
    object-fit: cover;
    margin-bottom: 0rem;
}

.Box_BigTextCon {
    font-size: 16px;
    margin-bottom: 2rem;
}

.Head_PrivacyPage {
    margin-top: 0rem;
}



.dropdown {
    display: inline-block;
    position: relative;
    margin-top: -9rem;
    margin-bottom: 1rem;
}


#Sec_Highlight {
    padding: 1rem;
}

#Sec_Areas {
    padding: 1rem;
    background-color: #273361;
}

#Sec_NewUpdates {
    padding: 2rem;
}

.box_col {
    padding: 0rem;
}


.Head_Footer {
    font-size: 16px;
    color: #273361;
    font-weight: 500;
    margin-top: 1rem;
}

.Box_BackSeervice {
    background: #273361;
    border-radius: 10px;
    padding: 2rem;
    height: 270px;
    margin-bottom: 2rem;
}

#Sec_AboutService {
    padding: 2rem;
}

.Box_BackSeervice2 {
    background: #CB9200;
    border-radius: 10px;
    padding: 2rem;
    height: 270px;
    margin-bottom: 2rem;
}

#Sec_What {
    background-color: #273361;
    padding: 2rem;
}

#Sec_Why {
    padding: 2rem;
}

#Sec_BigDown {
    padding: 4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#Sec_BoxlogRegis {
    padding: 2rem;
}

#Sec_PageReset {
    padding: 2rem;
}


#Sec_listofContributors {
    padding: 2rem;
}


.Box_NameInsite {
    font-size: 16px;
    color: #000;
    margin-bottom: 2rem;
}

.Box_InsiteArea {
    padding: 2rem;
}


.Text_BoxNew .Date_Day {
    color: #8F8A8A;
    font-size: 14px;
    margin-top: 1rem;
}

#Sec_NewUpdates img {
    border-radius: 15px;
    margin-top: 2.5rem;
}

#Sec_NewDetail {
    padding: 2rem;
}


.Box_imageMore img {
    border-radius: 15px;
    margin-top: 2rem;
}


.Head_bBoxMore p {
    color: #273361;
    font-size: 20px;
    font-weight: 500;
    padding-left: 0.5rem;
}

#Sec_privacy {
    padding: 2rem;
}

.txt-head-bg {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: 400;
    text-align: center;
}

#Sec_Faq {
    padding: 2rem;
}

#Sec_BackTop {
    padding: 5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-head .text2 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    padding-right: 11rem;
}




}









/*------- End Page Aeas --------*/























