html,
body {
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape while allowing user zoom */
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

* {
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}

a {
  color: #000;
  text-decoration: none;
}

.cPolicyCont a:hover {
  border-bottom: 2px solid #61d6ff;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Noto Sans JP, sans-serif;
}

p {
  color: #FFF;
}

.clkText
{
	text-decoration-color: #D2F5FF;
	letter-spacing: .25px;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}


.clsheadercolor {
  justify-content: start !important;
}

.logo {
  background: #FFFFFF;
  height: 100%;
  width: 180px;
  margin: 0px 0px 0 -20px;
  overflow: hidden;
  position: relative;
  height: 55px;
  box-sizing: border-box;
  vertical-align: baseline;
}

.isCMobile.cLandScape.cWrapper .logo {
  background: #DA291C;
  margin: -2px 0px 0 -26px;
  transform: skewX(20deg);
}

.isCMobile.cLandScape.cWrapper .logo::after {
  content: '';
  position: absolute;
  top: -5px;
  right: -10px;
  width: 20px;
  height: 65px;
  background: #000;
  transform: rotate(-20deg);
  display: none
}

.image-container {
  z-index: 999;
  position: absolute;
  top: 50%;
  margin-left: 40px;
  transform: translateY(-50%);
  cursor: pointer;
}

.image-container img {
  width: 100px;
}

.cAvayaLogo.white {
  display: none;
}

.isCMobile.cLandScape.cWrapper .cAvayaLogo.red {
  display: none;
}

.isCMobile.cLandScape.cWrapper .cAvayaLogo.white {
  display: block;
}

.clspaddingbottom {
  margin-bottom: 0px;
}

.clspaddingtop {
  padding-top: 22px;
}


@media (min-width: 320px) {
  .clspaddingtop {
    padding-top: 0px;
    padding-bottom: 5px;

  }
}

@media (min-width: 480px) {
  .clspaddingtop {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}

@media (min-width: 576px) {
  .clspaddingtop {
    padding-top: 0px;
    padding-bottom: 5px;

  }
}

@media (min-width: 768px) {
  .clspaddingtop {
    padding-top: 22px;
  }
}

#header {
  color: #575759;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  line-height: 22px;
  font-weight: 100;
  background: #FFFFFF;
  z-index: 9998;
  width: inherit;
  /*max-width: inherit;*/
  max-width: 100%;
  position: sticky;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .07);

  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, #61d6ff, #61d6ff 45.02%, #9c4de8 63.56%, #da291c 85.52%, #da291c);
  border-image-slice: 1;
  /* right:16px; */
  /* transition: top 500ms linear 300ms; prop, duration, effect, delay */
}

#header:not(.isCMobile) {
  transition: top 500ms linear 300ms;
  /* prop, duration, effect, delay */
}

#header.cLandScape.isCMobile.cWrapper {
  background: transparent;
}

#header.cSlideUp {
  top: -90px;
}

#header.cAbsolute {
  position: absolute;
}

/**
* Get Startet Button 
*/
.get-started-btn {
  margin-left: 22px;
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.no-touch .get-started-btn:hover {
  background: #3ac162;
  color: #fff;
}

@media (max-width: 530px) {
  .iDynamicCont {
    padding: 0px 15px !important;
  }

  #iFeedbackPro .cInputDiv input,
  #iRatingPro .cInputDiv input,
  #iRatingPro .cInputDiv .cCourseRate {
    width: 90% !important;
  }

  #iFeedbackPro .cInputDiv textarea {
    width: 90% !important;
  }

}

@media (max-width: 550px) {
  .cInputDiv .cBlankSpace {
    display: none !important;
  }

  #iFeedbackPro select {
    width: 91% !important;
  }
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }

  .footer.cWrapper {
    top: calc(100% - 74px) !important;
    box-sizing: border-box;
    border-top: 1px solid #CCCCCC;
  }

  iframe .cCookieCont .cCookieMsg {
    bottom: 74px !important;
  }

  .cPolicyCont {
    text-align: center !important;
  }

  .cLandBack {
    text-align: center;
  }

  .cPolicyBack {
    margin: auto;
  }

  .footer .cIndentDiv {
    display: none !important;
  }

  .footer .container {
    padding: 8px !important;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
#navbar {
  min-height: 70px;
  max-width: 1440px;
  /*max-width: 100%;*/
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
  /*box-shadow: 5px 5px 5px #F5F5F5;*/
}

.cLandScape.isCMobile #navbar {
  background: transparent;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  margin-left: 32px;
  padding: 0;
  display: flex;
  list-style: none;
  /* align-items: center; */
  background: #FFF;
}

.isCMobile.cWrapper .navbar ul {
  display: none !important;
}

.navbar li {
  position: relative;
  margin-right: 40px;
  margin-left: 4px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  /* font-family: "Poppins", sans-serif; */
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  /* transition: 0.3s; */
  border-bottom: 2px solid #ffffff;
  outline: none;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar li>a>span {
  padding-bottom: 3px;
  box-sizing: border-box;
  border-bottom: 2px solid #FFFFFF;
}
.navbar .active>span,
.no-touch .navbar a:hover>span,
.no-touch .navbar li:hover>a>span {
  border-bottom: 2px solid #61d6ff;  
}



.cCompTrainCont{
  border: none;
  background: none;
} 
.cCompTrainCont>div{
  top: 14px;
  position: relative;
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .35);
  background: #FFFFFF;
  padding: 30px 30px 30px 30px;
}
.dropdown-item{
  color: #000000;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000000;
    background: none;
}
.dropdown-item:focus span, .dropdown-item:hover span{
  border-bottom: 2px solid #61d6ff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}



.no-touch .navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.no-touch .navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.dropdown-toggle::after{
  font-size: 10px;
  font-weight: bold;
  color: #61d6ff;
  border: none;
  content: "∟";
  transform: rotate(315deg);
  margin-left: 7px;
}
.dropdown-toggle[aria-expanded="true"]::after {
  transform: scale(-1, -1) rotate(315deg);
  margin-top: 4px;
}

.clstoggle {
  font-size: 14px;
  color: #37423b;
  color: #000000;
  font-family: "Noto Sans JP";
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .no-touch .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
}

.isCMobile.cLandScape.cWrapper .mobile-nav-toggle {
  color: #fff;
}

.mobile-nav-toggle.bi-x {
  color: #000;
}

.isCMobile .mobile-nav-toggle.bi-x {
  margin-top: -4px;
}

.isCMobile.cLandScape.cWrapper .mobile-nav-toggle.bi-x {
  color: #fff;
  margin-top: -4px;
}

@media (max-width: 950px) {
  .mobile-nav-toggle {
    display: block;
    margin-right: 15px;
  }

  .navbar ul {
    display: none;
  }
  .navbar li {
    border-bottom: 1px solid #d3d4d5;
  }
  .cCompTrainCont{
    padding: 0 0px 20px 20px;
  }
  .cCompTrainCont>div{
    box-shadow: none;
    top: 0;
    padding: 0;
  }
  .navbar {
    justify-content: space-between;
  }

  .pfSeparator .cRightPort {
    float: none !important;
    margin: auto;
    margin-top: 10px;
	box-shadow: 5px 5px 5px #F5F5F5;
  }

  .pfSeparator .cLeftPort {
    float: none !important;
    margin-left: 0px !important;
	  box-shadow: 5px 5px 5px #F5F5F5;
    padding: 0 10px;
  }

  #iCourseInit {
    margin-right: calc(50% - 100px) !important;
  }

  .cNotificationIco {
    float: none !important;
    display: inline-block !important;
    margin-bottom: -6px !important;
  }
  .navbar .image-container{
    margin-left: 20px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: relative;
  }
  .dropdown-toggle::after{
    color: #000000
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  top: 15px;
  right: 15px;
}

.bi-x::before {
  margin-right: 0;
}

.navbar-mobile ul {
  display: block;
  position: fixed;
  top: 55px;
  margin-left: 0px !important;
  /* z-index: 999999999999; */
  bottom: 15px;
  height: 94vh;
  width: 100%;
  left: 0px;
  padding: 10px 0;
  /*border-radius: 6px;*/
  background-color: #fff;
  overflow-y: auto;
}

.navbar-mobile a {
  padding: 10px 20px;
  color: #000;
}



.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 14px;
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


.section-bg {
  background-color: #f6f7f6;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Noto Sans JP", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  color: #37423b;
}


.clsredbg {
  background-color: #DA291C;
  padding-left: 100px;
}

.clsPatternLeftBg {
  background-color: #FFF;
}

.row.evenrow .clsPatternLeftBg {
  order: 2;
  /* background-color:  #F5F5F5; */
}

.clsbluebg {
  background-color: #1B77AF;
  padding-left: 100px;
}

.clspadding {
  padding: 0px
}

.pfSeparatorbg {
  background-color: #F5F5F5;
  text-align: center;
}

.pfSeparator {
  color: #fff;
  font-size: 16px;
  margin: auto;
  min-height: 55px;
  padding: 15px 0px;
  max-width: 1466px;
}

.pfSeparator .cLeftPort {
  float: left;
  /* margin-left: 210px; */
  margin-left: 55px;
}

.pfSeparator .cRightPort {
  float: right;
  /* width: 210px; */
  height: 27px;
}

.pfSeparatorbg ul {
  margin: 0;
  margin-right: 20px;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.clstoptext {
  width: 100%;
  text-align: center;
}

/*--------------------------------------------------------------
# clssection1
--------------------------------------------------------------*/
.clsvideo {
  margin-top: 0;
}





@media (min-width: 320px) {

  .pfSeparatorbg {
    min-height: 55px;
  }
}

@media (min-width: 480px) {}



@media (min-width: 576px) {}


@media (min-width: 768px) {}



@media (min-width: 992px) {

  .navbar-mobile ul {
    display: none;
  }
}



.crsList {
  color: #FFF;
  margin-bottom: 20px;
  /* width: 176px; */
}

.crsList span {
  cursor: pointer;
  font-size: 16px;
}


.no-touch .crsList:hover .cSliding-arrow {
  margin-left: 10px;
}

.no-touch .crsList:hover span {
  /*font-weight: bold;*/
}

.crsList .crtTitle {
  float: left;
  margin-top: 4px;
  margin-bottom: 10px;
}

.cInfoImg {
  /* content: url(../images/info_icon.svg); */
  content: url(../images/info_icon_dark.svg);
}

.cInfoImg:hover {
  /* content: url(../images/info_icon.svg); */
  content: url(../images/info_icon_light.svg);
}

.cInfoImgBlack {
  content: url(../images/info_icon_dark.svg);
}

.sliding-arrow {
  /* background: url('../images/sliding_arrow.svg') no-repeat right; */
  background: url('../images/caret_arrow_blue.svg') no-repeat right;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  display: inline-block;

  margin-left: 0;
  margin-right: 0px;
  top: 8px;
  left: 5px;
  position: relative;
}

.crsList:hover .sliding-arrow
{
  background: url('../images/caret_arrow_black.svg') no-repeat right;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
	transform: translateX(30%);
	/*transform: scaleX(1.5);*/
	transition: transform .3s ease-in-out;
	
}

.cSliding-arrow {
  /* background: url('../images/sliding_arrow.svg') no-repeat right; */
  background: url('../images/sliding_arrow_black.svg') no-repeat right;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-transition: width 500ms, margin-left 500ms;
  transition: width 500ms, margin-left 500ms;
  margin-left: 0;
  margin-right: 0px;
  top: 2px;
  position: relative;
}

.cSliding-arrow-black {
  background: url('../images/sliding_arrow_black.svg') no-repeat right;
  background-size: 100% 100%;
}

.resizevideo {
  padding: 0;

}

@media (min-width: 1440px) {
  .clsvideosize {
    width: 1440px !important;
  }

  .cLastContent {
    width: 1440px !important;
  }
}


/*************** Toogle Button***********/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;


}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 1px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #1B77AF;
  background-color: #808080;
}

input:focus+.slider {
  /* box-shadow: 0 0 1px #1B77AF; */
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

video::-webkit-media-controls {
  display: none;
}

/* updated */
html.noscroll {
  /* overflow: hidden; */
}

html {
  overflow: auto;
}

html.noscroll body {
  /* overflow: auto; */
  height: 100vh;
}


.iDynamicCont .ctitle img {
  position: relative;
  top: 0px;
  left: 10px;
  cursor: pointer;
}
.iDynamicCont .ctitle img.disabled {
  pointer-events: none ;
  opacity: 0.5;
}
.iDynamicCont a,
.crsList a {
  color: inherit;
  text-decoration: inherit;
}

.iDynamicCont p {
  color: #000000;
  font-size: 14px;
}

.iDynamicCont .ctitle {
  margin-top: 10px;
}

.iDynamicCont .crsList {
  margin-bottom: 24px;
}
.iDynamicCont .isComingSoon{
  pointer-events: none;
}
.iDynamicCont .isComingSoon .cCrsArrow{
  display: none;
  /* opacity: 0.5; */
}
.iLangInfo {
  display: none;
  position: fixed;
  /* height: 100%; */
  width: calc(100% - 18px);
  top: 0;
  right: 18px;
}

#iLangProf {
  height: auto;
}

.iLangInfo .clangCont {
  background: #FFFFFF;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 600px;
  box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 40%);
  width: 100%;
}

.iLangInfo .cLangHead {
  background: #61D6FF;
  color: #000000;
  display: block;
  padding: 10px;
}

.iLangInfo .cLangItems {
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
  position: relative;
  float: left;
}

.iLangInfo .cLangItem {
  width: 150px;
  float: left;
  display: block;
  position: relative;
  margin: 10px 20px;
  height: 35px;
}

.iLangInfo .courseTitle {
  display: inline-block;
  width: calc(100% - 30px);
}

.iLangInfo .cLangClose {
  float: right;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

#iLangProf .crtTitle {
  color: #000000;
  margin-left: 10px;
  float: left;
}

#iLangProf .crsList {
  /* width: 150px; */
}

#iLangProf .crsList .cSliding-arrow {
  background: url('../images/sliding_arrow_black.svg') no-repeat right;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}

#iLangProf .crsList img {
  width: 17px;
  height: 14px;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  display: none;
}

#iCourseInfo .cLangItems {
  padding: 10px;
}

#iCourseInfo .crsList {
  margin: 0px 0px 10px 10px;
  color: #000000;
}

#iCourseInfo .cSliding-arrow {
  background: url(../images/sliding_arrow_black.svg) no-repeat right;
  background-size: 100% 100%;
}

p.clsWhiteBox {
  width: 70%;
  margin-bottom: 20px;
}

p.clsWhiteBox span {
  font-weight: bold;
}

#iCourseInit {
  position: absolute;
  right: 0px;
  max-width: 425px;
  margin-right: 10px;
  z-index: 1;
  top: 114px;
  display: none;
}

#iCourseInit .cMessage {
  position: relative;
  background: #000000;
  color: #FFFFFF;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  border-radius: 10px;
}

#iCourseInit .cMessage .cpTitle {
  font-weight: bold;
  padding-left: 0px;
  padding-bottom: 4px;
  font-size: 16px;
}

#iCourseInit .cbubble {
  position: relative;
  width: 36px;
  height: 20px;
  background: url(../images/calloutBeak.svg) no-repeat;
  display: block;
  top: 5px;
  transform: rotate(95deg);
  margin-left: auto;
  right: 24px;
}

#iCourseInit .cInfoClose {
  /* background: url(../images/info_icon_dark.svg) no-repeat; */
  /* background-size: 100% 100%; */
  display: block;
  position: absolute;
  top: 30px;
  right: 10px;
  border-radius: 4px;
  cursor: pointer;
  /* border: 1px solid; */
  line-height: 20px;
  color: #FFFFFF;
  font-size: 18px;
}

.iLangInfo .cInputDiv {
  position: relative;
  left: 1%;
  width: 98%;
  clear: both;
}

.iLangInfo .cInputDiv div {
  width: 10px;
  display: inline-block;
  position: relative;
  float: left;
  padding-top: 12px;
  padding-left: 6px;
  color: #000000;
}

#iFeedbackPro,
#iRatingPro {
  position: fixed;
  left: 350px;
  max-width: calc(100% - 18px);
  margin-right: 20px;
  z-index: 1;
  top: 140px;
  display: none;
}



#iFeedbackPro .cLangHead,
#iRatingPro .cLangHead {
  margin-bottom: 2%;
}

#iFeedbackPro .cInputDiv input,
#iRatingPro .cInputDiv input,
#iRatingPro .cInputDiv .cCourseRate {
  width: 94%;
  margin: 1% 2% 1% 2%;
  border-radius: 6px;
  border: 2px solid #CCC;
}

#iFeedbackPro .cInputDiv textarea,
#iRatingPro .cInputDiv textarea {
  width: 94%;
  margin: 1% 2% 1% 2%;
  border-radius: 6px;
  border: 2px solid #CCC;
  height: 60px;
  resize: none;
}

#iFeedbackPro .cFeedSubmit,
#iRatingPro .cFeedSubmit {
  font-size: 14px;
  position: relative;
  color: #FFFFFF;
  background: none;
  /* border: 2px solid #1B77AF; */
  width: 14%;
  display: flex;
  justify-content: center;
  /* border-radius: 5px; */
  /* margin: 0% 0% 2% 0%; */
  padding: 0.6%;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  outline: none;
  box-sizing: border-box;
  padding: 9px 30px 8px;
  width: 18%;
  float: right;
  margin-right: 3.3%;
  margin-bottom: 10px;
  /*background: #61D6FF;
  border: 0px solid #61D6FF;
  background: linear-gradient(to right, #61D6FF, #D2F5FF);
  */
  /* background: linear-gradient(110deg, #61D6FF 0%, #61D6FF 40%, #D2F5FF 100%); */
  color: #000;
  
  transition: all 0.3s;
}

#iFeedbackPro .cFeedSubmit.cDisabled,
#iRatingPro .cFeedSubmit.cDisabled {
  pointer-events: none;
}

.no-touch #iFeedbackPro .cFeedSubmit:hover,
.no-touch #iRatingPro .cFeedSubmit:hover {
  background: #D2F5FF;
  color: #000000;
  border: 0px solid #D2F5FF;
}


#iFeedbackPro .cCookieDiscliam,
#iRatingPro .cCookieDiscliam {
  float: left;
  color: black;
  display: block;
  padding: 0px 20px 14px 30px;
  font-size: 12px;
  max-width: 440px;
}

#iFeedbackPro .cFeedbackMsg,
#iRatingPro .cFeedbackMsg {
  clear: both;
  padding-top: 1%;
  margin-right: 0%;
  display: none;
  color: #000000;
  padding-bottom: 12px;
  text-align: center;
  font-size: 14px;
}

#iFeedbackPro .cFeedbackIns,
#iRatingPro .cFeedbackIns {
  clear: both;
  padding-top: 1%;
  margin-right: 0%;
  display: none;
  color: #000000;
  padding-bottom: 12px;
  text-align: center;
  font-size: 14px;
}

#iFeedbackPro .cFeedOther,
#iRatingPro .cFeedOther {
  padding: 0 30px 12px 30px;
  width: 100%;
  max-width: 100%;
}

#iFeedbackPro input,
#iFeedbackPro textarea,
#iRatingPro input,
#iRatingPro textarea,
#iRatingPro .cCourseRate {
  -webkit-user-select: text;
  user-select: auto;
  color: #000000;
  padding-bottom: 5px;
}

#iFeedbackPro .cInputDiv1,
#iRatingPro .cInputDiv1 {
  width: 48%;
  clear: none;
  float: left;
  left: 2%;
}

#iFeedbackPro input.cNameFeed,
#iRatingPro input.cNameFeed {
  width: 92%;
}

#iRatingPro .cInputDiv1.cRateName {
  clear: both;
}

#iFeedbackPro input.cNameLastFeed {
  /* margin-left: 5%; */
}

#iFeedbackPro input.cCourseFeed {
  position: absolute;
  width: calc(94% - 20px);
  border-radius: 6px 0px 0px 6px;
}

#iFeedbackPro select {
  top: 0px;
  left: 0px;
  width: 200px;
  height: 25px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  z-index: 0;
  width: 94%;
  margin: 1% 2% 1% 2%;
  border-radius: 6px;
  border: 2px solid #CCC;
  left: 10px;
  width: 94%;
  height: 34px;
}

#iFeedbackPro select.cHolder {
  color: #777;
}

#iFeedbackPro select:focus-visible {
  outline: none;
}

.cImage {
  /* height: 100%; */
  /* max-height: 80%; */
  object-fit: contain;
  width: calc(90% - 40px);
  /* padding: 10px 30px 10px 30px; */
  margin: 24px 0;
  /*box-shadow: 8px 8px 0px 0px rgba(13, 40, 77, 1);*/
  cursor: pointer;
}

.evenrow .cImage {
  box-shadow: -8px -8px 0px 0px rgba(13, 40, 77, 1);
  margin-left: 40px;
}

.iDynamicCont {
  position: relative;
  /* padding: 5% 5% 5% 5%; */
  padding: 0px 20px 0px 30px;
  top: 20px;
  display: none;
  /* transform: translate(-50%, -50%); */
  /* height: 100%; */
}


.cHub {
  position: relative;
  display: inline;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.cCollections {
  position: relative;
  display: inline;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: -4px;
}

.cBlcTitle {
  /* float: left; */
  color: #000000;
}

.cNotificationIco {
  position: relative;
  float: right;
  background: url(../images/notifications.svg) no-repeat;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: 20px;
  cursor: pointer;
}

.cNotificationIco span {
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  font-size: 10px;
  display: block;
  top: 0px;
  left: 15px;
  position: absolute;
  padding: 0;
  line-height: 13px;
  display: none;
  pointer-events: none;
}

.cButton
{
	background: linear-gradient(303.64deg,#d2f5ff 11.49%,#62d6ff 65.39%);
  
	opacity: 1;
	position: absolute;
	color: #000000;
	padding: 9px 18px 9px;
	/* width: 200px; */
	margin-top: 10px;
	cursor: pointer;
	
	transition: opacity 1.5s ease;
	z-index: 1;
}

.cButton:hover
{
	background: linear-gradient(291.27deg,#d2f5ff 105.46%,#62d6ff 202.74%);
	opacity: 0.8;
	position: absolute;
	transition: opacity 0.5s ease;
	z-index: 1;
}

.cSeeMoreBtn,
.cHubClick {
  font-size: 14px;
  background: none;
  color: #FFFFFF;
  padding: 9px 18px 8px;
  /* width: 200px; */
  margin-top: 10px;
  cursor: pointer;
  display: none;
  /* border-radius: 5px; */
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  outline: none;
  box-sizing: border-box;
  float: left;
  margin-right: 50px;
  /*background: #61D6FF;
  border: 0px solid #61D6FF;
  background: linear-gradient(to right, #61D6FF, #D2F5FF);
  */
  background: linear-gradient(110deg, #61D6FF 0%, #61D6FF 40%, #D2F5FF 100%);
  color: #000;
  
  transition: all 0.3s;
}

.cSeeMoreBtn.black {
  /* color: #000000; */
}

.no-touch .cSeeMoreBtn:hover {
  background: #D2F5FF;
  color: #fff;
  border: 0px solid #D2F5FF;
}
.cVisitAgent-Super-Cert,
.cFeedbackBtn,
.cVisitAvaya {
  color: #000000;
  margin: 16px 0px;
  cursor: pointer;
  display: none;
  float: left;
  transition: all 0.3s;
}
.cVisitAvaya{
  cursor: default;
  padding: 10px;
}
.cVisitAgent-Super-Cert,
.cVisitAvaya {
  display: block;
  float: none;
  text-align: center;
  font-size: 16px;
  padding-top: 20px;
  margin-bottom: 0;
  margin-top: 0;
  transition: all 0.3s;
}

.cAdminSpec,
.cUserSpec {
  color: white;
  margin: 16px 0px 40px 0px;
  cursor: pointer;
  display: none;
}

.no-touch .cFeedbackBtn:hover,
.no-touch .cVisitAgent-Super-Cert:hover,
.no-touch .cVisitAvaya:hover,
.no-touch .cAdminSpec:hover,
.no-touch .cUserSpec:hover {
  /*font-weight: bold;*/
}

.cFeedbackBtn .sliding-arrow-white,
.cVisitAgent-Super-Cert .sliding-arrow-white,
.cVisitAvaya .sliding-arrow-white,
.cAdminSpec .sliding-arrow-white,
.cUserSpec .sliding-arrow-white {
  /* background: url(../images/caret_white.svg) no-repeat right; */
  background: url(../images/caret_black.svg) no-repeat right;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transition: width 500ms, margin-right 500ms;
  transition: width 500ms, margin-right 500ms;
  margin-left: 10px;
  margin-right: 10px;
}

.no-touch .cFeedbackBtn:hover .sliding-arrow-white,
.no-touch .cVisitAgent-Super-Cert:hover .sliding-arrow-white,
.no-touch .cVisitAvaya:hover .sliding-arrow-white,
.no-touch .cAdminSpec:hover .sliding-arrow-white,
.no-touch .cUserSpec:hover .sliding-arrow-white {
  /* background: url(../images/caret_arrow_white.svg) no-repeat  right; */
  background: url(../images/caret_arrow_black.svg) no-repeat right;
  width: 20px;
  margin-right: 0;
}

.cFeedbackBtn .sliding-arrow-white.black,
.cAdminSpec .sliding-arrow-white.black,
.cUserSpec .sliding-arrow-white.black {
  background: url(../images/caret_black.svg) no-repeat right;
}

.no-touch .cFeedbackBtn:hover .sliding-arrow-white.black,
.no-touch .cAdminSpec:hover .sliding-arrow-white.black,
.no-touch .cUserSpec:hover .sliding-arrow-white.black {
  background: url(../images/caret_arrow_black.svg) no-repeat right;
}

.cLastContent {
  /* display: none; */
  margin-bottom: 50px;
  margin-top: 10px;
  width: calc(100% - 20px);
}

.cLastContent .cLastBg {
  background: #f1f1f3;
  margin: 20px 20px;
  height: 100%;
}

.cLastContent img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  top: -2px;
  position: relative;
}


@media (max-width: 992px) {
  .clsPatternLeftBg {
    min-height: 250px;
    width: 100%;
  }

  .cImageCont {
    width: 100%;
  }

  .iDynamicCont {
    position: relative;
    /* height: 100%; */
  }

  .cImage {
    max-height: 80% !important;
    height: auto !important;
    width: 100% !important;
  }

  .evenrow .cImage {
    margin-left: 10px;
  }

  .row.evenrow .clsPatternLeftBg {
    order: 0;
  }

  .cLastContent {
    width: 100%;
  }

  .cLastContent .cLastBg {
    margin: 20px 0;
  }

  /* .cImage {
    box-shadow: 8px 8px 0px 0px rgba(1,148,215,1) !important;
  }
  .evenrow .cImage{
    box-shadow: -8px -8px 0px 0px rgba(1,148,215,1) !important;
  } */
}

.cHubClick {
  font-size: 16px !important;
  cursor: pointer;
  /* height: 16px; */
  display: block;
  color: #000000;
  margin-left: calc(50% - 80px);
  margin-bottom: 0;
}

.cHubClick img {
  transition: 0.3s;
  transform-origin: center;
  margin-top: -4px;
  margin-right: 4px;
}

.no-touch .cHubClick:hover img {
  transform: rotate(72deg);
  content: url(../images/hub.svg);
}

.no-touch .cHubClick:hover {
	background: #D2F5FF;
    color: #000000;
    border: 0px solid #D2F5FF;
}

.blackText {
  color: #000000 !important;
}

iframe#myWrapper {
  display: none;
  width: 100%;
  height: calc(100% - 70px);
  top: 70px;
  position: absolute;
 
}

iframe#myWrapper:not(.isCMobile) {
  transition: top 500ms linear 300ms, height 500ms linear 300ms;
  /* prop, duration, effect, delay */
}

iframe#myWrapper.cSlideUp {
  top: 0;
  height: 100%;
  
}

.cLiTutColl {
  display: none;
}

.cPolicyCont {
  flex: 1;
  padding: 0px;
  text-align: center;
}

.cPolicyCont p {
  color: #000;
  display: inline-block;
  padding: 0px 15px;
  border-right: 1px solid #b9b9b9;
  margin-bottom: 0px;
}

.cPolicyCont p.cRateNav {
  display: none;
}

.cPolicyCont p:last-child {
  border-right: none;
  margin-left: 0px;
}

.cPolicyCont a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  padding-bottom: 2px;
}

.footer {
  border-top: 1px solid #CCCCCC;
}

.footer p {
  margin: 0;
}

.footer .cIndentDiv {
  opacity: 0;
}

.footer.cWrapper {
  position: absolute;
  top: calc(100% - 53px);
  width: 100%;
  z-index: 1;
  font-size: 12px;
  background: #FFF;
}

.cPolicyBack .sliding-arrow-black {
  background: url(../images/caret_black.svg) no-repeat right;
  transform: rotate(180deg);
  height: 10px;
  width: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: width 500ms, margin-right 500ms, margin-left 500ms;
  transition: width 500ms, margin-right 500ms, margin-left 500ms;
}

.no-touch .cPolicyBack:hover .sliding-arrow-black {
  background: url(../images/caret_arrow_black.svg) no-repeat right;
  transform: rotate(180deg);
  width: 20px;
  margin-left: 0px;
}

.footer .container {
  width: 100% !important;
  max-width: 1440px !important;
  padding: 20px;
}


.cOrientationCont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
  text-align: center;
}

.cOrientationCont .cOrientationMsg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
}

.cOrientationCont .cOrientationMsg img {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
}

#iRatingPopup {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 2;
}

#iRatingPro .rate {
  float: left;
  height: 46px;
  padding: 0 10px 0px 30px;
  position: relative;
  margin-left: 0px;
}

#iRatingPro .cLabel {
  display: inline-block;
  padding-top: 4px;
  margin-right: 10px;
}

#iRatingPro .cCourseRate {
  padding: 1px 2px;
  border: none !important;
}

#iRatingPro .rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

#iRatingPro .rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  line-height: 1;
}

#iRatingPro .rate:not(:checked)>label:before {
  content: '★ ';
}

#iRatingPro .rate>input:checked~label {
  color: #ffc700;
}

#iRatingPro .rate:not(:checked)>label:hover,
#iRatingPro .rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.no-touch #iRatingPro .rate>input:checked+label:hover,
.no-touch #iRatingPro .rate>input:checked+label:hover~label,
.no-touch #iRatingPro .rate>input:checked~label:hover,
.no-touch #iRatingPro .rate>input:checked~label:hover~label,
.no-touch #iRatingPro .rate>label:hover~input:checked~label {
  color: #c59b08;
}


@media (max-height: 600px) {
  /* #iFeedbackPro .clangCont, #iRatingPro .clangCont{
    overflow: hidden;
    overflow-y: auto;
    height: 250px;
  } */

  #iFeedbackPro input.cNameFeed,
  #iFeedbackPro input.cNameLastFeed,
  #iFeedbackPro .cInputDiv textarea,
  #iFeedbackPro .cInputDiv input,
  #iFeedbackPro .cInputDiv select,
  #iFeedbackPro .cFeedSubmit {
    font-size: 12px;
  }

  #iFeedbackPro {
    position: absolute;
    top: 140px !important;
    left: 0px !important;
    right: 0px;
    margin: 0px auto;
  }

  #iRatingPro {
    position: absolute;
    top: 60px !important;
    padding-bottom: 10px;
    left: 0px !important;
    right: 0px;
    margin: 0px auto;
  }

  #iRatingPro input.cNameFeed,
  #iRatingPro input.cNameLastFeed,
  #iRatingPro .cInputDiv textarea,
  #iRatingPro .cInputDiv input,
  #iRatingPro .cInputDiv select,
  #iRatingPro .cFeedSubmit {
    font-size: 12px;
  }

  #iRatingPro .rate {
    height: 44px;
  }

  #iRatingPro .rate:not(:checked)>label {
    font-size: 24px;
  }

  #iRatingPro .cLabel {
    font-size: 14px;
  }
}

@media (orientation: portrait) and (min-width: 320px) {

  #iFeedbackPro input.cNameFeed,
  #iFeedbackPro input.cNameLastFeed,
  #iFeedbackPro .cInputDiv textarea,
  #iFeedbackPro .cInputDiv input,
  #iFeedbackPro .cInputDiv select,
  #iFeedbackPro .cFeedSubmit {
    font-size: 12px;
  }

  #iFeedbackPro {
    position: absolute;
    top: 140px !important;
    left: 0px !important;
    right: 0px;
    margin: 0px auto;
  }

  #iRatingPro {
    position: absolute;
    top: 60px !important;
    padding-bottom: 10px;
    left: 0px !important;
    right: 0px;
    margin: 0px auto;
  }

  #iFeedbackPro .clangCont .cInputDiv1:nth-child(3) {
    left: 5%
  }

  .iLangInfo .clangCont .cInputDiv:nth-child(6) {
    left: 4%;
    width: 97%;
  }

  #iRatingPro input.cNameFeed,
  #iRatingPro input.cNameLastFeed,
  #iRatingPro .cInputDiv textarea,
  #iRatingPro .cInputDiv input,
  #iRatingPro .cInputDiv select,
  #iRatingPro .cFeedSubmit {
    font-size: 12px;
  }

  #iRatingPro .clangCont .cInputDiv1:nth-child(3) {
    left: 5%
  }

  .iLangInfo .clangCont .cInputDiv:nth-child(6) {
    left: 4%;
    width: 97%;
  }

  #iRatingPro .rate {
    height: 44px;
  }

  #iRatingPro .rate:not(:checked)>label {
    font-size: 24px;
  }

  #iRatingPro .cLabel {
    font-size: 14px;
  }

  #iRatingPro .cInputDiv1.cRateName {
    left: 5%;
  }

  #iRatingPro .cInputDiv textarea {
    margin-left: 5%;
    width: 90%;
  }
}

.footer .cLandBack {
  display: none;
}

.footer.cWrapper .cLandBack {
  display: block;
}

/*----------------------------------------------------------------------------------------
------------------------PORTRAI Classes ------------------------------------------------
------------------------------------------------------------------------------------------*/
.footer.isCMobile {
  font-size: 10px;
  background: #FFFFFF;
}

.footer.isCMobile.cLandScape {
  font-size: 12px;
}

.navbar-mobile.isCMobile ul {
  display: none;
}

.footer.isCMobile .cLandBack.isCMobile {
  display: none;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 10px;
}

.footer.isCMobile .cLandBack.isCMobile p {
  flex: 1;
}

.footer .isCMobile .sliding-arrow-black {
  margin-bottom: -18px;
  margin-right: 6px;
  height: 34px;
  width: 18px;
  background-size: 100% 100%;
}

.footer .isCMobile .cBtt {
  text-align: left;
}

.footer.cWrapper.isCMobile {
  /* height: 118px; */
  bottom: 0;
  top: auto !important;
}

.social-links.isCMobile {
  font-size: 8px;
  margin-bottom: -2px;
}

.footer.isCMobile .cPolicyCont {
  display: flex;
  width: 60%;
  margin: auto;
}

.footer.isCMobile .cPolicyCont p {
  flex: 1;
}

.footer.cWrapper.isCMobile .cPolicyCont {
  width: 95%;
  margin: auto;
  margin-bottom: 12px;
}

.footer.cWrapper.isCMobile .cHomeIcon img,
.footer.cWrapper.isCMobile .cMenuIcon img {
  width: 33px;
  height: 33px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  background: none;
}

.footer.cWrapper.isCMobile .cHomeIcon img.selected.aco,
.footer.cWrapper.isCMobile .cMenuIcon img.selected.aco {
  background: none;
  border: 2px solid #004E6C;
}

.footer.cWrapper.isCMobile .cHomeIcon img.selected.spaces,
.footer.cWrapper.isCMobile .cMenuIcon img.selected.spaces {
  background: none;
  border: 2px solid #45AF9A;
}

.footer.cWrapper.isCMobile .cHomeIcon img.selected.ccaas,
.footer.cWrapper.isCMobile .cMenuIcon img.selected.ccaas {
  background: none;
  border: 2px solid #1B77AF;
}

.footer.cWrapper.isCMobile .cHomeIcon img.selected.cpaas,
.footer.cWrapper.isCMobile .cMenuIcon img.selected.cpaas {
  background: none;
  border: 2px solid #EA6834;
}

.footer.cWrapper.isCMobile .cHomeIcon img.selected.ucaas,
.footer.cWrapper.isCMobile .cMenuIcon img.selected.ucaas {
  background: none;
  border: 2px solid #0A8E9B;
}

.footer.cWrapper.isCMobile .cHomeIcon img.selected.devices,
.footer.cWrapper.isCMobile .cMenuIcon img.selected.devices {
  background: none;
  border: 2px solid #EA8C3F;
}

.footer.cWrapper.isCMobile .cHomeIcon img.selected.default,
.footer.cWrapper.isCMobile .cMenuIcon img.selected.default {
  background: none;
  border: 2px solid #DA291C;
}


.footer.isCMobile .cLandBack .cPolicyBack a {
  display: flex;
  /*align-items: center;*/
}

.iLangInfo.isCMobile {
  width: 100%;
  left: 0;
  right: 0;
}

#header .cTutSearch {
  display: none;
  position: relative;
  background: url(../images/search_black.svg) no-repeat;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: 20px;
}

#header.isCMobile.cLandScape.cWrapper .cTutSearch {
  background: url(../images/search_black_white.svg) no-repeat;
}

/*----------------------------------------------------------------------------------------
LANDSCAPE Classes will overwrite 
/*----------------------------------------------------------------------------------------*/
#header.cWrapper.isCMobile .cTutSearch {
  display: block;
}

.footer .cLandBack.isCMobile.cLandScape {
  float: left;
  width: 57%;
  margin: 0;
  margin-top: 4px;
}

.footer .isCMobile.cLandScape .cBtt {
  width: auto
}

.footer .isCMobile.cLandScape .sliding-arrow-black {
  margin-bottom: -8px;
  margin-right: 2px;
  height: 20px;
}

.footer.cWrapper.isCMobile.cLandScape {
  top: calc(100% - 45px) !important;
}

.footer.cWrapper.isCMobile.cLandScape .cPolicyCont {
  float: right;
  width: 40%;
  justify-content: flex-end;
  padding: 6px 0px 0 0 !important;
}

.footer.cWrapper.isCMobile.cLandScape .cPolicyCont p {
  padding: 0px 20px;
  flex: initial;
}

.footer.cWrapper.isCMobile.cLandScape .cLandBack.isCMobile p.cPolicyBack {
  flex: 9;
  padding-top: 6px;
}

.footer.cWrapper.isCMobile.cLandScape .cHomeIcon {
  flex: 2
}

.footer.cWrapper.isCMobile.cLandScape .cHomeIcon {
  margin-left: auto;
  margin-right: 10px;

}

.footer.cWrapper.isCMobile.cLandScape .container {
  display: block !important;
  margin: 0 !important;
  padding: 3px 0 0 10px !important;
}

.footer.cWrapper.isCMobile.cLandScape .social-links.isCMobile {
  float: right;
  margin: -12px 0px 0px 0;
  /* text-align: right !important; */
  width: 40%;
  /* padding-left: 20px; */
}

.footer.cWrapper.isCMobile.cLandScape .cPolicyCont p.ctou {
  position: relative;
}

.footer.cWrapper.isCMobile .cPolicyCont p.ctou .social-links {
  position: absolute;
  bottom: -14px;
  left: 0px;
  width: 100%;
}

.footer .cPolicyCont p.ctou .social-links,
.footer.cWrapper.isCMobile.cLandScape .social-links.isCMobile {
  display: none;
}

.footer.cWrapper.isCMobile.cLandScape .cPolicyCont p.ctou .social-links {
  display: block;
}

#header.cWrapper.cLandScape:not(.isCMobile) {
  display: none;
}

#myWrapper.cLandScape {
  top: 0;
  height: calc(100% - 45px);
}

/* LANDSCAPE Classes end*/
/* Button hover class*/
.btnHovr::before {
  background: linear-gradient(303.64deg, #d2f5ff 11.49%, #62d6ff 65.39%);
  content: "";
  inset: 0;
  opacity: 1;
  position: absolute;
  transition: opacity .2s ease;
  z-index: -2;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.btnHovr::after {
  background: linear-gradient(291.27deg, #d2f5ff 105.46%, #62d6ff 202.74%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .2s ease;
  z-index: -1;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.btnHovr:hover:after {
  opacity: 1;
}
/* Arrow moving classes*/
.cCrsArrow {
  position: relative;
  display: inline-block;
}
.cCrsArrow:before, .cCrsArrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);

}
.cCrsArrow:before{
  height: 0;
  width: 22px;
  box-shadow: 0 0 0 1px #61d6ff;
  left: calc(100% + 25px);
}
.cCrsArrow:after {
  background-image: url(./../images/icon-arrow-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: 25px;
  height: 24px;
  width: 24px;
  transition: transform .3s ease-in-out;
}
.cCrsArrow:hover:before,
.cFeedbackBtn:hover .cCrsArrow:before, 
.cPolicyBack a:hover .cCrsArrow:before,
#iCourseInfo .crtTitle:hover+.cCrsArrow:before, 
.crsList a:hover .cCrsArrow:before  {
    backface-visibility: hidden;
    filter: brightness(0) saturate(0);
    will-change: width, transform;
}
.cCrsArrow:hover:after, 
.cFeedbackBtn:hover .cCrsArrow:after,
#iCourseInfo .crtTitle:hover+.cCrsArrow:after,
.cPolicyBack a:hover .cCrsArrow:after,
.crsList a:hover .cCrsArrow:after {
    filter: brightness(0) saturate(0);
    transform: translateX(10px) translateY(-50%);
}
.cFeedbackBtn .cCrsArrow, .cVisitAvaya .cCrsArrow{
  top:-5px;
} 
.crsList .cCrsArrow{
  top:2px;
} 

#iLangProf .cCrsArrow{
  top: -1px
}

p.cPolicyBack a:hover{
  color:#000
}
p.cPolicyBack {
  margin-left: 40px;
}
.cPolicyBack .cCrsArrow{
  transform: scale(-1);
  left: 10px;
  top: -4px;
}
#iCourseInfo .cCrsArrow{
  float: left;
  margin-top: 16px;
}