* {
  padding: 0;
  margin: 0;
}
.salesreps .ct_dev_virtual {
  background: #bbf3cf;
}
.time-bar {
  display: inline-block;
  font: 21px/30px var(--zf-primary-bold);
  color: #989898;
  margin: 0 10px 0 10px;
}
.dib {
  display: inline-block;
}
.ct-time {
  display: inline-block;
  font: 21px/30px var(--zf-primary-bold);
}
.anch-cont a {
  text-decoration: underline;
  font-family: var(--zf-primary-semibold)
}
.course_info_combain:after {
  content: "";
  clear: both;
  display: block;
}
.content_sec {
  padding-top: 58px;
}
.course_content_container {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}
.course_detail_container {
  display: inline-block;
}
.course_title {
  font: 22px/30px var(--zf-primary-semibold);
}
.course_info_box {
  margin-top: 50px;
  display: inline-block;
  text-align: left;
  padding-left: 35px;
  position: relative;
  float: left;
  width: 45%;
  box-sizing: border-box;
}
.course_info_box:nth-child(odd) {
  margin-right: 80px;
}
.course_info_box::before {
  content: '';
  display: inline-block;
  background-image: url(/sites/zweb/images/crm/tick-icon.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 2px;
  left: 0;
}
/*.crt-box-con{display:none !important}*/
/*.crt_combain_section{display:none !important}*/
.comb_txt_ban {
  display: inline-block
}
.scs-pop-inr.animate {
  animation: bounceIn 0.8s forwards;
  -webiki-animation: bounceIn 0.8s forwards;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.success-alert {
  display: none;
  margin: 0px auto 0;
  height: 42px;
  position: fixed;
  z-index: 999999;
  width: 100%;
  left: 0;
  top: 0;
}
.scs-pop-inr {
  padding: 12px 20px;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  background: #40BD60;
  width: 100%;
  opacity: 0;
}
.success-alert .scs-txt {
  font-size: 14px;
  display: block;
  text-align: center;
  font-family: var(--zf-primary-regular);
  color: #fff;
}
.success-alert .close-icn {
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  font-family: var(--zf-primary-regular);
  position: absolute;
  top: 5px;
  right: 12px;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: var(--zf-primary-regular);
}
p, li, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: 0;
  color: #03a9f5;
}
p {
  font: 18px/28px var(--zf-primary-regular)
}
h2 {
  font: 42px/52px var(--zf-primary-semibold)
}
h3 {
  font: 28px/38px var(--zf-primary-semibold)
}
h4 {
  font: 24px/34px var(--zf-primary-semibold)
}
.admin {
  color: #000
}
.customer_section {
  padding: 110px 25px 90px;
}
/* ----------------calender---------------------   */
.hide_class {
  display: none !important;
}
.arrow_combain {
  max-width: 400px;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.month-year {
  text-align: center;
  display: inline-block;
}
.date_container {
  margin: 80px auto 0;
  max-width: 950px;
}
.date_container table, td {
  border-collapse: collapse;
  font: 22px/22px var(--zf-primary-regular);
}
.date_container .table {
  width: 100%;
  border-top: none;
  margin-top: 25px;
}
.date_container th {
  padding: 10px 8px 0;
}
.date_container td {
  padding: 8px 10px 10px;
}
.date_container th {
  height: 30px;
  text-align: right;
  font-weight: 700;
  width: 14%;
  font-size: 16px;
}
.date {
  position: relative;
}
.date_container td {
  height: 70px;
  border: 1px solid #e1e1e1;
  vertical-align: top;
  width: 14%;
  font-size: 16px;
  line-height: 16px;
}
.today {
  background-color: #8080801f;
}
.date_container th:nth-of-type(1), td:nth-of-type(1) {
  font-weight: bold;
}
.prev-month {
  display: inline-block;
  background: url(/sites/zweb/images/crm/calender-arrows-01.svg) no-repeat -32px -1px;
  width: 20px;
  height: 30px;
  float: left;
  cursor: pointer;
}
.event_option:hover {
  background: #0085c3;
  cursor: pointer;
}
.next-month {
  display: inline-block;
  background: url(/sites/zweb/images/crm/calender-arrows-01.svg) no-repeat 0 0;
  width: 21px;
  height: 31px;
  float: right;
  cursor: pointer;
}
.month-year h3 {
  color: #03a9f5;
}
.event_container {
  position: relative;
  background: #03a9f5;
  height: 43px;
  overflow: hidden;
  text-align: left;
  margin-top: 6px;
  z-index: 3
}
.admin {
  position: absolute;
  top: 2px;
  width: 93%;
  left: 50%;
  transform: translate(-50%);
  background: #fff;
  font: 10px/20px var(--zf-primary-semibold);
  padding-left: 4px;
  letter-spacing: .5px;
}
.event_dropdown {
  padding-top: 22px;
}
.event_option {
  font: 12px/12px var(--zf-primary-semibold);
  padding: 4px 5px 5px;
  background: #03a9f5;
  color: #fff;
  letter-spacing: .5px;
}
.event_container:hover {
  overflow: visible;
}
.event_country {
  display: inline-block;
  padding-left: 1px;
  pointer-events: none
}
.tooltip_box {
  min-width: 205px;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 99;
  background: #fff;
}
.tooltip_inner_box {
  padding: 30px 25px;
  position: relative;
}
.tooltip_course {
  background: #cef0ff;
  display: inline-block;
  font: 12px/22px var(--zf-primary-semibold);
  padding: 0 8px;
}
.tooltip_country {
  font: 24px/34px var(--zf-primary-bold);
  padding-top: 10px;
  display: block;
  text-transform: uppercase;
}
.tooltip_month {
  font: 18px/28px var(--zf-primary-regular);
  display: block;
}
.tooltip_time {
  font: 18px/18px var(--zf-primary-regular);
  display: block;
}
.tooltip_link {
  font: 16px/16px var(--zf-primary-semibold);
  background: #f34637;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  padding: 7px 10px
}
.tooltip_arrow {
  position: absolute;
  left: 15px;
  top: -8px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 8px solid #fff;
}
.event_downarrow {
  position: absolute;
  right: 15px;
  top: 29px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.event_container:hover .event_downarrow {
  transform: rotate(180deg)
}
.zw-template-inner .active {
  display: inline-block !important;
}
.hide, .phone-couse {
  display: none;
}
.hide_imp {
  display: none !important;
}
/* ----------------calender---------------------   */
.pointer_event {
  pointer-events: none;
}
.course_container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px
}
#cus_sec {
  margin-top: -80px;
  background: linear-gradient(to bottom, #77cdff 0%, #ffffff 100%);
  padding-top: unset;
}
.course_desc {
  margin-top: 8px;
}
.crt-box-con {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.crt-tab-sec {
  padding: 0px 0px 4px 0px;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  position: relative;
  display: inline-block;
}
.tab {
  padding: 0 15px 0 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font: 20px/30px var(--zf-primary-regular);
}
.tab span {
  display: block;
  padding: 5px;
  color: #000;
}
.tab.active {
  font-family: var(--zf-primary-bold);
}
.active_line {
  position: absolute;
  bottom: 0px;
  height: 4px;
  background: #03a9f5;
  display: block;
}
.crt-box-con::after {
  content: "";
  clear: both;
  display: block;
}
.crt_view_sec {
  float: right;
  display: none;
}
.list_view {
  width: 31px;
  height: 31px;
  cursor: pointer;
}
.calender_view {
  width: 33px;
  height: 33px;
  cursor: pointer;
}
.list_view_icon {
  padding: 4px 16px 3px 0;
  display: inline-block;
}
.calender_view_icon {
  padding: 4px 0 3px 20px;
  display: inline-block;
  border-left: 2px solid #e1e1e1;
}
.ct_section {
  max-width: 960px;
  margin: 90px auto 0;
  text-align: center;
}
.book_left_row1 {
  text-align: left;
}
.ct_booking_box {
  margin-top: 20px;
  border: 1px solid #d7d7d7d7;
}
.ct_booking_box::after {
  clear: both;
  content: '';
  display: block;
}
.ct_booking_box_virtual {
  margin-top: 20px;
  border: 1px solid #d7d7d7d7;
  display: flex;
}
.ct_booking_box_virtual::after {
  clear: both;
  content: '';
  display: block;
}
.month_container {
  float: left;
  width: 16%;
  box-sizing: border-box;
  background: #ebebeb;
  padding: 36px 0px 35px;
  border-right: none;
}
.ct_month {
  font: 20px/30px'Roboto Slab', serif;
  display: block;
  font-weight: 700;
}
.ct_date {
  font: 40px/24px'Roboto Slab', serif;
  margin-top: 5px;
  display: block;
}
.month_container_virtual {
  float: left;
  width: 12%;
  box-sizing: border-box;
  background: #ebebeb;
  padding: 38px 0px 35px;
  border-right: none;
}
.ct_month_virtual {
  font: 20px/30px'Roboto Slab', serif;
  display: block;
  font-weight: 500;
}
.ct_date_virtual {
  font: 40px/24px'Roboto Slab', serif;
  margin-top: 5px;
  display: block;
  font-weight: 700;
}
.book_info_container {
  float: left;
  width: 83%;
  box-sizing: border-box;
  background: #fff;
  padding: 31px 50px;
  border-left: none;
}
.book_info_container_virtual {
  float: left;
  width: 88%;
  box-sizing: border-box;
  background: #fff;
  padding: 30px 30px 25px 30px;
  border-left: none;
}
.book_left_cont {
  float: left;
}
.book_left_cont_virtual {
  float: left;
}
.ct_city {
  font: 24px/34px var(--zf-primary-semibold);
  vertical-align: middle;
  text-transform: uppercase;
}
.ct_dev {
  font: 14px/24px var(--zf-primary-semibold);
  padding: 5px 13px;
  background: #cef0ff;
  vertical-align: middle;
  margin: 0 21px 0 20px;
}
.ct_dev_virtual {
  font: 12px/24px var(--zf-primary-semibold);
  padding: 1px 10px;
  background: #ffe9ad;
  vertical-align: middle;
  margin: 0 10px 6px 0;
  display: inline-block;
}
.ct_timezone {
  font: 21px/30px var(--zf-primary-bold);
  /*	letter-spacing: -0.5px;*/
  display: inline-block; /*	text-transform: uppercase;*/ /*	margin-top: 2px;*/
}
.ct_time_virtual {
  font: 18px/20px var(--zf-primary-regular);
  margin-top: 5px;
}
.ct-bar-txt {
  margin: 0 5px 0 5px;
}
.ct-trainer {
  color: #03a9f5;
  text-decoration: underline;
}
.ct_dev1 {
  font: 14px/24px var(--zf-primary-semibold);
  padding: 5px 13px;
  background: #cef0ff;
  margin-bottom: 5px;
  display: inline-block;
}
.dev_hide_con {
  display: none;
}
.book_left_row2 {
  text-align: left;
  margin-top: 2px;
}
.ct_time {
  font: 22px/24px var(--zf-primary-regular);
}
.book_right_cont {
  float: right;
  margin-top: 15px;
}
.book_right_cont_virtual {
  float: right;
  margin: 25px 0 0 0px
}
.book_ticket {
  color: #fff;
  font: 15px/26px var(--zf-primary-semibold);
  background: #f34637;
  padding: 5px 20px;
  display: inline-block;
}
.book_info_container::after {
  content: "";
  clear: both;
  display: block;
}
/*  ----------------- openbox----------     */
.gd-container {
  margin: 0 auto;
  background: #fff;
}
.gd-fqa {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
}
.ga-fq-cont {
  box-shadow: 2px 2px 10px #e3e3e3;
  margin-bottom: 10px;
}
.gd-qus {
  list-style-type: none;
  font-size: 21px;
  color: #000;
  font-family: var(--zf-primary-semibold);
  padding: 20px 30px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  cursor: pointer;
}
.open-icon {
  height: 5px;
  width: 9px;
  float: right;
  margin-top: 6px;
}
.gd-sprite {
  background: url(/sites/zweb/images/crm/price-faq.svg);
  background-repeat: no-repeat;
  display: inline-block;
}
.gd-ans {
  padding: 22px 30px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-family: var(--zf-primary-regular);
  border: 1px solid #e8e8e8;
  border-top: 0;
  display: none;
}
.close-icon {
  transform: rotate(180deg);
}
.faqh2 {
  margin-bottom: 60px;
  text-align: center;
}
.anch-cont {
  text-align: center;
  margin-top: 30px;
}
.tab_header_info:nth-child(4) {
  padding-right: 0;
}
.crt_combain_section {
  padding: 0 25px;
}
.dropdown_container {
  display: none;
}
/*  ----------------- openbox----------     */
.arrow_disable {
  opacity: 0.2;
  pointer-events: none;
}
.date_container td:first-child {
  color: #C0C0C0;
}
.date_container th:first-child {
  color: #03a9f5;
}
.dnip {
  display: none;
}
img {
  max-width: 100%;
}
.pb0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  /*	    padding: 0 25px !important;*/
}
.bell_icon {
  width: 45px;
  height: 45px;
  display: inline-block;
}
.icon_cont {
  padding: 12px 11px 8px 0px;
  display: inline-block;
  vertical-align: top;
  z-index: 99999999999;
  background: #fff;
  position: relative;
}
/*
    .noti_cont{display: inline-block; vertical-align: top; padding-right: 22px;  transform: translateX(120%);
    -webkit-transform: translateX(120%);
    transition: all ease .7s;     display: table-column; cursor: pointer;}
*/
.noti_cont {
  display: inline-block;
  vertical-align: top;
  padding-right: 22px;
  transform: translateX(120%);
  -webkit-transform: translateX(120%);
  transition: all ease .7s;
  cursor: pointer;
  -webkit-transition: width 0.55s; /* For Safari 3.1 to 6.0 */
  transition: all ease 0.55s;
  height: 55px;
  transform: scaleX(0)
}
.icon_lft_cont {
  display: inline-block;
  vertical-align: top;
  transition: all ease .7s;
  cursor: pointer;
  width: 0;
  height: 60px;
  overflow: hidden;
  opacity: 0;
}
.icon_normal_view:hover .icon_lft_cont {
  width: 274px;
  opacity: 1;
}
.icon_normal_view {
  position: fixed;
  top: 41%;
  transform: translateY(-50%);
  right: 0;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  border-left: 3px solid #03a9f5;
  background: #fff;
  z-index: 99;
  padding-left: 11px;
  cursor: pointer;
  transition: all ease 0.55s;
  display: none !important;
}
.hover_width {
  transform: scaleX(1)
}
.noti_info {
  font: 16px/20px var(--zf-primary-regular);
}
.noti_txt {
  font: 22px/24px var(--zf-primary-bold);
  display: block;
  padding-top: 15px;
}
.active1 {
  display: inline-block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all ease .7s;
}
.lft {
  padding-left: 10px;
}
.dn {
  transform: translate(120%)
}
.freeze_layer {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  display: none;
}
.active_freaze {
  display: block;
}
.formSec {
  width: 100%;
  overflow: auto;
  max-width: 412px;
  position: fixed;
  transform: translateX(120%);
  -webkit-transform: translateX(120%);
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-box-shadow: -7px 0px 28px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: -7px 0px 28px 0px rgba(0, 0, 0, 0.46);
  box-shadow: -7px 0px 28px 0px rgba(0, 0, 0, 0.46);
  height: 100%;
  background: #fff;
}
.formSec.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.formInner {
  border-left: 1px solid #ddd;
  padding: 35px 45px 45px 45px;
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  text-align: left;
}
.form-close {
  background: url(/sites/zweb/images/crm/sprite-icons4.svg) -576px -16px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.sec-hdr-form {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 7px;
  font-family: var(--zf-primary-bold);
}
.form_exp {
  margin-bottom: 20px;
}
.section8-conatiner p {
  font-size: 36px;
  font-family: var(--zf-primary-regular);
  color: #000;
  margin-top: 6px;
  line-height: normal;
  text-align: center;
}
.formInner p {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.input_combain {
  position: relative;
  margin-bottom: 28px;
}
.input_active {
  position: absolute;
  left: 10px;
  top: 7px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  color: #555;
  font: 15px/26pxvar(--zf-primary-regular);
  pointer-events: none;
}
.formInner input[type="text"] {
  border: 1px solid #e3e3e3;
  font-size: 14px;
  height: 38px;
  max-width: 330px;
  padding-left: 8px;
  width: 100%;
  outline: none;
  box-sizing: unset !important;
  margin-left: unset !important;
}
.form_warning {
  margin-top: 0 !important;
  color: red !important;
}
.hide {
  display: none;
}
.hide {
  display: none;
}
.formInner p {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.formInner select {
  border: 1px solid #e2e2e2;
  height: 40px !important;
  font-size: 15px !important;
  max-width: 340px;
  width: 100%;
  background: none;
  color: #666 !important;
}
#form-state1 {
  padding-left: 5px;
  width: 103% !important;
  appearance: menulist !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -ms-appearance: menulist !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
}
#form-state2 {
  padding-left: 5px;
  width: 103% !important;
  appearance: menulist !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -ms-appearance: menulist !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
}
.formInner textarea {
  border: 1px solid #d4d4d4;
  font-size: 14px;
  padding: 5px 8px;
  height: 50px;
  width: 97%;
  max-width: 322px;
  resize: none;
}
#state_con {
  margin: 0px 0 25px;
}
.input_toggle {
  transform: translateY(-31px);
  -webkit-transform: translateY(-31px);
  color: #555;
  font-size: 14px;
  left: 0;
}
.subit_combain {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  width: 110%;
  background: #fff;
  padding-bottom: 10px;
  padding: 8px 0 20px 0;
}
.submit-btn {
  background: #f0483e;
  border: 1px solid #f0483e;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  font-family: var(--zf-primary-semibold);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: unset;
}
.alarm {
  -webkit-animation: bell 1s 1s both infinite;
  animation: bell 1s 1s both infinite;
}
@keyframes bell {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  45% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  85% {
    transform: rotate(0);
  }
  92% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.noti_txt::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #f34637;
  border-bottom: 6px solid transparent;
  right: -14px;
  top: 22px;
  position: absolute;
}
.noti_txt {
  position: relative;
  display: inline-block;
}
.noti_info {
  display: block;
}
input[type="submit"] {
  background: none repeat scroll 0 0 #f0483e;
  border: 1px solid #f0483e;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 30px;
}
input[type="reset"] {
  background: none repeat scroll 0 0 #f0483e;
  border: 1px solid #f0483e;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 30px;
  background: #9a9a9a;
  border: 1px solid #9a9a9a;
  margin-left: 10px;
}
@-moz-document url-prefix() {
  .month_container {
    padding: 36px 0px 36px;
  }
}
.Tr_breadcrumb {
  list-style-type: none;
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  padding: 90px 0 0;
}
.Tr_breadcrumb li {
  display: inline-block;
  margin: 0 25px 0 0;
  font: 12px/1.2 var(--zf-primary-semibold);
  color: #000;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  opacity: 0.4;
}
.Tr_bcLnk {
  color: #000;
  position: relative;
  display: inline-block;
}
.Tr_bcLnk:before {
  content: ">";
  position: absolute;
  right: -15px;
  display: inline-block;
}
.Tr_bcLnk:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -4px;
  height: 1px;
  width: 0px;
  background: #000;
  transition: all .3s linear;
}
.Tr_bcLnk:hover {
  color: #000;
}
.Tr_bcLnk:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all .2s linear;
}
.waring-msg {
  font: 700 20px/1.5 'Roboto Slab';
  color: #f34637;
}
.info-msg {
  font: 700 20px/1.5 'Roboto Slab';
}
.time-zone-slt {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 420px;
  height: 35px;
  padding: 7px 15px;
  box-sizing: border-box;
  border-radius: unset;
  border: 1px solid #03a9f5;
  border-radius: unset;
  background: #fff;
  font: 15px/1 var(--zf-primary-semibold);
  transition: all .4s ease;
}
.time-zone-box::before {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #03a9f5;
  right: 0;
  position: absolute;
  pointer-events: none;
}
.time-zone-box {
  display: inline-block;
  position: relative;
  vertical-align: middle
}
.time-zone-box::after {
  content: "";
  background: url('/sites/zweb/images/crm/price-faq.svg') no-repeat -11px 0;
  width: 18px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 13px;
  pointer-events: none;
}
.time-zone-txt {
  font: 16px/1 var(--zf-primary-regular);
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.time-zone-slt.ALL {
  width: 290px;
}
.time-zone-slt.IST {
  width: 280px;
}
.time-zone-slt.MT {
  width: 240px;
}
.time-zone-slt.PDT {
  width: 280px;
}
.time-zone-slt.MDT {
  width: 280px;
}
.time-zone-slt.GST {
  width: 280px;
}
.time-zone-slt.EET {
  width: 280px;
}
.time-zone-slt.MST {
  width: 320px;
}
.time-zone-slt.BST {
  width: 280px;
}
.time-zone-slt.EDT {
  width: 280px;
}
.time-zone-slt.SST {
  width: 300px;
}
.time-zone-slt.PST {
  width: 280px;
}
.time-zone-slt.CET {
  width: 280px;
}
.time-zone-slt.AST {
  width: 280px;
}
.time-zone-slt.CST {
  width: 280px;
}
.time-zone-slt.CDT {
  width: 280px;
}
.time-zone-slt.EST {
  width: 280px;
}
.time-zone-slt.AEST {
  width: 400px;
}
.time-zone-slt.AEDT {
  width: 400px;
}
.time-zone-slt.ACST {
  width: 400px;
}
.time-zone-slt.CEST {
  width: 365px;
}
.time-zone-slt.NZST {
  width: 365px;
}
.time-zone-slt.ACDT {
  width: 365px;
}
.time-zone-slt.SAST {
  width: 365px;
}
.time-zone-slt.AKST {
  width: 280px;
}
.tab-rt {
  display: inline-block;
  padding-left: 60px;
}
.tab-lt {
  display: inline-block;
}
.time-zone-slt.course {
  width: 290px;
}
@media only screen and (max-width: 992px) {
  .phone-couse {
    display: block;
  }
  .phone-couse {
    text-align: center;
    margin-bottom: 40px;
  }
  .course-but {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #03a9f5;
    border-radius: 25px;
    font-size: 12px;
  }
  .ml15 {
    margin-left: 10px;
  }
  .course-active {
    background: #03a9f5;
    color: #fff;
  }
  .tab-lt {
    display: none;
  }
  .tab-rt {
    padding-left: unset;
  }
  .course_title {
    font-size: 18px;
    line-height: 28px;
  }
  .course_info_box {
    width: 48%;
  }
  .course_info_box:nth-child(odd) {
    margin-right: 27px;
  }
  .waring-msg, .info-msg {
    font-size: 18px
  }
  h2 {
    font: 36px/46px var(--zf-primary-semibold);
  }
  .crt_view_sec {
    display: none;
  }
  .date_container {
    display: none;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .customer_section {
    padding: 70px 25px;
  }
  .gd-fqa {
    width: 90%;
  }
  .faqh2 {
    margin-bottom: 30px;
  }
  .ct_month {
    font-size: 18px;
    line-height: 28px;
  }
  .ct_date {
    font-size: 34px;
  }
  .ct_city {
    font-size: 22px;
    line-height: 32px;
  }
  .ct_dev {
    font-size: 12px;
    line-height: 22px;
  }
  .ct_dev1 {
    font-size: 12px;
    line-height: 22px;
  }
  .ct_time {
    font-size: 20px;
  }
  .tab span {
    font-size: 18px;
    line-height: 28px;
  }
  .ct_section {
    margin-top: 70px;
    display: block !important;
  }
  .book_ticket {
    font-size: 14px;
    line-height: 24px;
  }
  @-moz-document url-prefix() {
    .month_container {
      padding: 36px 0px 37px;
    }
  }
  .ct_date_virtual {
    font-size: 34px;
  }
  .ct_month_virtual {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 960px) {
  .book_left_row2 {
    margin-top: 2px;
  }
  .time-bar {
    display: none;
  }
  .ct_timezone {
    display: block;
    margin-top: 3px;
    line-height: 26px;
  }
  .ct_booking_box_virtual {
    max-width: 570px;
    margin: 20px auto 0;
  }
  .month_container_virtual {
    width: 23%;
    padding: 73px 0px 40px;
  }
  .book_info_container_virtual {
    width: 77%;
    padding: 20px 20px 20px;
  }
  .book_left_cont_virtual {
    float: none;
  }
  .book_right_cont_virtual {
    float: none;
    display: block;
    text-align: left;
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .month_container_virtual {
    width: 23%;
    padding: 65px 0px 40px;
  }
  .book_left_row2 {
    margin-top: -3px;
  }
  .ct_dev_virtual {
    font: 12px/24px var(--zf-primary-semibold);
    margin: 0 10px 2px 0;
  }
  /*
	.ct-time{
		margin-top: 6px;
	}
*/
  .ct-bar-txt {
    margin: 0 3px 0 3px;
  }
  .ct_time_virtual {
    font-size: 16px;
  }
  .ct_timezone {
    font-size: 18px;
    line-height: 24px;
    margin-top: 1px;
  }
  .ct-time {
    font-size: 18px;
    line-height: 24px;
  }
  .course_info_box {
    display: block;
    margin: 30px auto 0;
    max-width: 500px;
    box-sizing: unset;
    float: none;
    width: auto;
  }
  .course_info_box:nth-child(odd) {
    margin-right: auto;
  }
  .content_sec {
    padding: 30px 25px;
  }
  .course_container {
    padding-top: 110px
  }
  .Tr_breadcrumb {
    display: none;
  }
  .ct_dev {
    margin: auto;
    padding: 5px 10px;
    margin-left: 4px;
  }
  .ct_dev1 {
    padding: 5px 10px;
  }
  .ct_city {
    font-size: 19px;
  }
  .customer_section {
    padding: 50px 25px;
  }
  .month_container {
    width: 30%;
    padding: 61px 0 64px;
  }
  .book_info_container {
    text-align: left;
    width: 70%;
  }
  .book_left_cont {
    float: none;
  }
  .book_right_cont {
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  .crt-tab-sec {
    display: block;
    max-width: 520px;
    float: none;
    width: 100%;
  }
  .crt_view_sec {
    margin-top: 30px;
  }
  .ct_section {
    margin-top: 50px;
  }
  @-moz-document url-prefix() {
    .month_container {
      padding: 63px 0 64px;
    }
  }
}
@media only screen and (max-width: 560px) {
  .ct_timezone {
    letter-spacing: -.5px;
  }
  .ct_dev1 {
    font-size: 12px;
    line-height: 20px;
    padding: 1px 6px;
  }
  .ct_section {
    margin-top: 30px;
  }
  .gd-qus {
    font-size: 18px;
    line-height: 28px;
  }
  .month_container {
    padding: 61px 0 63px;
  }
  .book_info_container {
    padding: 31px 35px;
  }
  .ct_city {
    font-size: 18px;
    line-height: 28px;
  }
  .ct_dev {
    font-size: 10px;
    line-height: 20px;
    padding: 5px 6px;
  }
  .ct_time {
    font-size: 16px;
    line-height: 26px;
  }
  .tab span {
    font-size: 16px;
    line-height: 26px;
  }
  .tab {
    padding: 0 6px 0 5px;
  }
  .crt-tab-sec {
    max-width: 370px;
  }
  @-moz-document url-prefix() {
    .month_container {
      padding: 62px 0 63px;
    }
  }
}
@media only screen and (max-width: 480px) {
  /*	.phone-couse{margin-bottom: 20px;}*/
  .ct_timezone {
    line-height: 20px;
    margin-bottom: 2px;
  }
  .time-zone-slt {
    width: 340px !important;
    letter-spacing: -.5px;
    font-size: 15px;
  }
  @media screen and (device-aspect-ratio: 2/3) {
    select {
      font-size: 16px;
    }
  }
  /* iPhone 5, 5C, 5S, iPod Touch 5g */
  @media screen and (device-aspect-ratio: 40/71) {
    select {
      font-size: 16px;
    }
  }
  /* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
  @media screen and (device-aspect-ratio: 375/667) {
    select {
      font-size: 16px;
    }
  }
  /* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
  @media screen and (device-aspect-ratio: 9/16) {
    select {
      font-size: 16px;
    }
  }
  .time-zone-txt {
    display: block;
    margin-bottom: 15px;
  }
  .tab span {
    padding: 5px 3px;
  }
  .dev_hide_con {
    display: block;
  }
  .ct_dev {
    display: none;
  }
  .month_container {
    padding: 77px 0 79px;
  }
  .ct_month {
    font-size: 16px;
    line-height: 26px;
  }
  .ct_date {
    font-size: 28px;
  }
  .book_info_container {
    padding: 30px 15px;
  }
  @-moz-document url-prefix() {
    .month_container {
      padding: 78px 0 79px;
    }
  }
  .ct-bar-txt {
    display: none;
  }
  .ct-trainer-virtual {
    display: block;
    margin-top: 1px;
  }
  .month_container_virtual {
    padding: 75px 0px 40px;
  }
  .extra-month-height {
    padding: 85px 0px 40px;
  }
}
@media only screen and (max-width: 400px) {
  .ct_timezone, .ct-time {
    font-size: 16px;
  }
  .extraphone-month-height {
    padding: 75px 0px 40px;
  }
  .tab span {
    padding: 5px 4px;
  }
  .month_container {
    padding: 78px 0 79px;
  }
  .crt-tab-sec {
    max-width: 325px;
  }
  .ct_month {
    font-size: 15px;
  }
  .ct_time {
    font-size: 14px;
  }
  .tab {
    padding: 0 3px 0 2px;
  }
  .ct_date {
    font-size: 26px;
  }
  @-moz-document url-prefix() {
    .month_container {
      padding: 79px 0 79px;
    }
  }
  .ct-bar-txt {
    display: none;
  }
  .ct-trainer-virtual {
    display: block;
  }
  .time-zone-slt {
    width: 300px !important;
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .ct_timezone {
    font-size: 16px;
    line-height: 26px;
  }
  .ct_month {
    font-size: 13px;
  }
  .month_container {
    padding: 78px 0 78px;
  }
  .ct_time {
    font-size: 13px;
  }
  .tab span {
    font-size: 14px;
    line-height: 24px;
  }
  .tab {
    padding: 0 1px;
  }
  @-moz-document url-prefix() {
    .month_container {
      padding: 79px 0 79px;
    }
  }
}