.contact_sales_mod .page-center {
  max-width: 1116px !important
}

.contact_sales_mod img {
  max-width: 100%;
  max-height: 100%;
}

.contact_sales_mod .info_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact_sales_mod .info_area .content_item {
  padding: 40px 8px 0;
  width: 33.33%;
  box-sizing: border-box;
}

.contact_sales_mod .info_area .content {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  align-items: center;
  text-align: center;
  border: 1px solid #EDEDED;
  position: relative;
  height: 100%;
  padding: 60px 16px 16px;
}

.contact_sales_mod .info_area .content .icon_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  margin: 0 auto;
  background-color: var(--green);
  border: 1px solid #EDEDED;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

.contact_sales_mod .info_area .content .icon_box span {
  width: 50%;
  height: 100%;
  display: flex;
}

.contact_sales_mod .info_area .content .icon_box svg {
  fill: #fff
}

.contact_sales_mod .info_area .content p {
  font-size: 22px;
  line-height: 1.54;
  font-weight: 300;
  font-family: Poppins, sans-serif;
  margin: 0 auto 30px;
  text-align: center;
}

.contact_sales_mod .info_area .content .cta_wrapper {
  min-height: 64px;
  display: flex;
  align-items: center;
}

.contact_sales_mod .demo_area,
.contact_sales_mod .inquiry_area {
  margin-top: 150px;
}

.contact_sales_mod .btn_tel {
  color: #1C1C1C;
  font-size: 20px;
  line-height: 1.54;
  font-weight: 300;
  font-family: Poppins, sans-serif;
}

.contact_sales_mod .btn_tel:hover {
  color: #038497;
}
.places-dropdown form select.places {
  background-image: url('https://www.cypherlearning.com/hubfs/icons/accordion-arrow.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 95% center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px !important;
  border: 1px solid #c9c9c9
}

@media (max-width: 1024px) {
  .contact_sales_mod .btn_tel {
    font-size: 16px
  }

  .contact_sales_mod .demo_area,
  .contact_sales_mod .inquiry_area {
    margin-top: 150px
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .contact_sales_mod {
    margin-top: 0
  }
}

@media (min-width: 991px) {
  .contact_sales_mod .info_area .content_item:nth-last-child(4):first-child,
  .contact_sales_mod .info_area .content_item:nth-last-child(4):first-child~* {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .contact_sales_mod .info_area .content {
    min-height: 180px;
  }
  
  .contact_sales_mod .info_area .content p {
    font-size: 18px;
  }

  .contact_sales_mod .btn_tel {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .contact_sales_mod .info_area .content_item {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 21px 0;
  }

  .contact_sales_mod .info_area .content {
    padding: 55px 10px 15px;
    min-height: 175px;
  }

  .contact_sales_mod .info_area .content .icon_box {
    width: 49px;
    height: 49px;
    top: -25px;
  }

  .contact_sales_mod .demo_area,
  .contact_sales_mod .inquiry_area {
    margin-top: 120px;
  }

  .region-btn {
    min-width: 220px;
  }
}

@media (max-width: 575px) {
  .contact_sales_mod .info_area .content p {
    font-size: 18px;
    margin: 0 auto 10px;
  }

  .contact_sales_mod .info_area .content {
    padding: 40px 10px 15px;
    min-height: auto;
  }

  .contact_sales_mod .demo_area,
  .contact_sales_mod .inquiry_area {
    margin-top: 60px;
  }

  .inputs-list span {
    font-size: 15px !important;
    padding-right: 10px !important;
  }

  .contact_sales_mod {
    padding: 0 0 70px;
  }
}

.sc-region-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 104; /* Sit on top */
  left: 0; top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  animation-name: fadeIn;
  animation-duration: 0.8s
}
.sc-region-modal-content {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%; left: 50%; width: auto;
  max-width: 100%; padding: 0 30px;
  animation-name: slideIn;
  animation-duration: 0.8s;
}

.sc-region-modal.out {
  animation-name: fadeOut;
  animation-duration: 0.8s;
}

.sc-region-modal.out .sc-region-modal-content 
animation-name: slideOut;
animation-duration: 0.8s;
}
.sc-region-modal-body {
  position: relative;
}
.sc-region-modal-body .region_dropdown {
  position: static;
  display: block;
  padding: 30px 30px;
}
.sc-region-modal .close {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  opacity: 1;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, .35);
  cursor: pointer;
  position: absolute;
  top: -16px;
  right: 16px;
}
.sc-region-modal .close:hover,
.sc-region-modal .close:focus {
  cursor: pointer;
  opacity: 1;
}
@keyframes slideIn {
  from {left: 50%; top: 0; transform: translate(-50%,-100%); opacity: 0} 
  to {left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 1}
}
@keyframes slideOut {
  from {left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 1}
  to {left: 50%; top: 0; transform: translate(-50%,-100%); opacity: 0} 
}
@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
@keyframes fadeOut {
  from {opacity: 1} 
  to {opacity: 0}
}

.meetings {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  overflow: hidden;
}
.sc-region-modal .region_dropdown .lang_switcher_class li a, 
.sc-region-modal .region_dropdown .globe_class .lang_list_class li:first-child a {
  text-align: center;
  padding: 10px 15px !important;
}
.sc-region-modal .region_dropdown .lang_switcher_class li a:before {
  content: none !important;
}

.places-dropdown {
  display: none;
  min-width: 180px;
  margin: 15px 0;
}
.region_dropdown .lang_switcher_class li.go-back {
  display: none;
  margin-bottom: 15px !important;
}
.region_dropdown .lang_switcher_class li.go-back a {
  display: inline-flex;
  align-items: center;
}
.region_dropdown .lang_switcher_class li.go-back a span {
  line-height: 0;
}
.region_dropdown .lang_switcher_class li.go-back a svg {
  width: 12px;
  margin-right: 10px;
}

.meetings.overlay::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 108px);
  background: rgba(0,0,0,0.8);
}
.meetings .meetings-iframe-container:not(:first-child) {
  display: none;
}
.hidden-cta{
  display: none;
}
.region-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}
.region-btn:hover:after {
  content: none;
}
.region-btn:after {
  content: none;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  opacity: 0;
  z-index: -1;
  background: rgba(255, 255, 255, .3);
  animation: anim-effect-a 1.5s forwards infinite;
  z-index: 4;
}
@keyframes anim-effect-a {
  0% {
    transform: scale3d(.3, .3, 1)
  }
  25%, 50% {
    opacity: 1
  }
  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.8, 1)
  }
}

@media (max-width:767px) {
  .sc-region-modal-content {
    transform: unset;
    left: 0%;
    right: 0;
    top: 40px;
    animation:unset;
  }
  .sc-region-modal-content .region_dropdown {
    max-width: 767px !important;
    margin: 0 auto;
  }
}

