.cloud4c-new-page .lazy-banner {
  display: none!important;
}
@media screen and (max-width: 991px) {
  .cloud4c-new-page .lazy-banner {
    display: none!important;
  }
}
.cloud4c-new-page .show_desktop_res {
  display: block!important;
}
@media screen and (max-width: 1180px) {
  .cloud4c-new-page .show_desktop_res {
    display: none!important;
  }
}
.cloud4c-new-page .show_mobile-res {
  display: none!important;
}
@media screen and (max-width: 1180px) {
  .cloud4c-new-page .show_mobile-res {
    display: block!important;
  }
}

/* default css */


.cloud4c-new-page .banner-image .quick-scroll {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/themes/custom/cloud4c/images/revamp/banner-down-arrow.png) no-repeat;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  display: block !important;
  font-size: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999999px;
}
.cloud4c-new-page .banner-image .quick-scroll:hover {
  animation-play-state: paused;
}
@media only screen and (max-width: 1139px) {
  .cloud4c-new-page .banner-image .quick-scroll {
    display: none !important;
  }
}


.cloud4c-new-page .section-blue p:last-child {
  padding-bottom: 0;
}
.cloud4c-new-page .info-section .info-btn {
  display: table;
  margin: 35px auto 0;
}

.cloud4c-new-page .card-blue__wrapper {
  background-color: #0025c9 !important;
  box-shadow: none;
}
.cloud4c-new-page .card-blue__wrapper p {
  color: white;
}
.cloud4c-new-page .card-blue__wrapper h2 {
  color: white;
}
.cloud4c-new-page .card__with-button button {
  width: 100%;
}
.cloud4c-new-page .card__spacing {
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .cloud4c-new-page .card__spacing {
    padding: 15px;
  }
}
.cloud4c-new-page .card__lg-text {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}
.cloud4c-new-page .card__lg-text p {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .cloud4c-new-page .card__lg-text {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
  }
  .cloud4c-new-page .card__lg-text p {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
  }
}
.cloud4c-new-page .img-center {
  margin-left: auto;
  margin-right: auto;
}
.cloud4c-new-page .img-center img {
  margin-left: auto;
  margin-right: auto;
}
.cloud4c-new-page .card-blue {
  padding: 40px 25px;
  background-color: #0025C9;
  color: white;
}

.cloud4c-new-page .grey-gradient {
  background: #ededed;
  background: linear-gradient(0deg, #ededed 0%, #efefef 20%, #ffffff 20%, #ffffff 100%);
  padding-bottom: 0;
}
.cloud4c-new-page .bgImg-box {
  background: black;
  padding: 20px;
  max-width: 348px;
  width: 100%;
}
.cloud4c-new-page .bgImg-box h3 {
  font-size: 24px;
  line-height: 30px !important;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cloud4c-new-page .middle-content {
  text-align: center;
}
.cloud4c-new-page .column-divider {
  display: flex;
}
.cloud4c-new-page .column-divider .column-left {
  padding-right: 50px;
  border-right: 1px solid #0025C9;
}
.cloud4c-new-page .column-divider .column-right {
  padding-left: 50px;
}
@media only screen and (max-width: 1139px) {
  .cloud4c-new-page .column-divider {
    display: block;
  }
  .cloud4c-new-page .column-divider button {
    margin-bottom: 30px !important;
  }
  .cloud4c-new-page .column-divider .column-left {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 50px;
  }
  .cloud4c-new-page .column-divider .column-right {
    padding-left: 0;
  }
}
.cloud4c-new-page .hr-divider {
  background-color: #CEC4C4;
  display: block;
  width: 100%;
  height: 1px;
  padding: 0 !important;
  margin: 0px 0 50px;
}
@media only screen and (max-width: 768px) {
  .cloud4c-new-page .hr-divider {
    margin-bottom: 30px;
  }
}

.cloud4c-new-page .bg-box-holder {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  .cloud4c-new-page .bg-box-holder {
    display: block;
    padding: 0 15px;
  }
  .cloud4c-new-page .bg-box-holder .bg-box {
    margin: 0 auto 15px !important;
  }
}


.cloud4c-new-page .bg-box {
  background: #0025C9;
  color: #ffffff;
  width: 275px;
  height: 160px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .cloud4c-new-page .bg-box {
    width: 100%;
    height: auto;
    padding: 15px;
  }
}

.cloud4c-new-page .right-arrow-sign {
  position: relative;
}
.cloud4c-new-page .right-arrow-sign:after {
  content: "";
  background: url(../../images/revamp/awz-sentinel/arrow-right-sign.png) no-repeat;
  width: 30px;
  height: 18px;
  position: absolute;
  right: -30px;
  top: 50%;
  background-size: contain;
  margin-top: -9px;
}
.cloud4c-new-page .right-arrow-sign--last:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cloud4c-new-page .flow-chart .row {
    display: block;
  }
  .cloud4c-new-page .flow-chart .card-white__wrapper {
    margin-bottom: 35px;
  }
  .cloud4c-new-page .flow-chart .right-arrow-sign:after {
    top: inherit;
    bottom: -27px;
    background-size: contain;
    margin-top: 0;
    left: 50%;
    transform: rotate(90deg);
    margin-left: -15px;
  }
}.cloud4c-new-page .full-rounded-card {
  border-radius: 93px;
  border: 3px solid #0025C9;
  padding: 15px 40px;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.18);
  background: #FFFFFF;
  width: 451px;
  height: 138px;
  color: #0025C9;
  letter-spacing: 0.3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 560px) {
  .cloud4c-new-page .full-rounded-card {
    width: 100%;
    height: auto;
    font-size: 18px;
  }
}
.cloud4c-new-page .full-rounded-card-column-4 {
  position: relative;
  height: 400px;
  background: url(../../images/revamp/awz-sentinel/graphic.png) no-repeat;
  background-position: center;
}
.cloud4c-new-page .full-rounded-card-column-4 .full-rounded-card--01 {
  position: absolute;
  top: 0;
  left: 0;
}
.cloud4c-new-page .full-rounded-card-column-4 .full-rounded-card--02 {
  position: absolute;
  top: 0;
  right: 0;
}
.cloud4c-new-page .full-rounded-card-column-4 .full-rounded-card--03 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cloud4c-new-page .full-rounded-card-column-4 .full-rounded-card--04 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .cloud4c-new-page .full-rounded-card-column-4 {
    height: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: none;
  }
  .cloud4c-new-page .full-rounded-card-column-4 .full-rounded-card--01,
  .cloud4c-new-page .full-rounded-card-column-4 .full-rounded-card--02,
  .cloud4c-new-page .full-rounded-card-column-4 .full-rounded-card--03,
  .cloud4c-new-page .full-rounded-card-column-4 .full-rounded-card--04 {
    position: relative;
  }
  .cloud4c-new-page .full-rounded-card-column-4 .full-rounded-card {
    margin-bottom: 30px;
  }
}

.cloud4c-new-page .right-border-blue {
  border-right: 2px solid #0025C9;
}
@media only screen and (max-width: 767px) {
  .cloud4c-new-page .right-border-blue {
    border: 0;
  }
}

.cloud4c-new-page .mktoButtonWrap.mktoRound {
  display: flex;
  flex-direction: column;
}
.cloud4c-new-page .mktoButton {
  order: 2;
}
.cloud4c-new-page .g-recaptcha {
  order: 1;
}


.cloud4c-new-page #drupal-modal header {
  display: flex;
  width: 100%;
  background-color: #0027c9;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.cloud4c-new-page #drupal-modal header .namespace {
  color: #ffffff;
}

.cloud4c-new-page .upclose .card-white__wrapper {
  border-radius: 11px!important;
}
@media (max-width: 768px) {
  .cloud4c-new-page .testimonial_detail {
    display: none;
  }
}
.cloud4c-new-page .popular-blogs-new ul.slick-dots li,
.cloud4c-new-page .editors-main ul.slick-dots li,
.cloud4c-new-page .mains-banners .owl-dot span, .mains-banners ul.slick-dots li, 
.cloud4c-new-page .testimonials button.owl-dot {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 50px;
  height: 2px;
  margin-left: 5px;
  margin-right: 5px;
  background: #ccc !important;
  border: none;
}
.cloud4c-new-page .testimonials button.owl-dot:hover,
.cloud4c-new-page .testimonials button.owl-dot.active,
.cloud4c-new-page .popular-blogs-new ul.slick-dots li.slick-active,
.cloud4c-new-page .popular-blogs-new ul.slick-dots li:hover,
.cloud4c-new-page .editors-main ul.slick-dots li.slick-active,
.cloud4c-new-page .editors-main ul.slick-dots li:hover,
.cloud4c-new-page .mains-banners .owl-dot :hover,
.cloud4c-new-page .mains-banners .owl-dot.active span,  .mains-banners ul.slick-dots li.slick-active {
  background: #0025c9 !important;
}

.cloud4c-new-page .Form-slider .row .col-lg-6:first-child {
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}
@media (max-width: 991px) {
  .cloud4c-new-page .Form-slider .row .col-lg-6:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cloud4c-new-page .Form-slider .row .col-lg-6:last-child {
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}
@media (max-width: 991px) {
  .cloud4c-new-page .Form-slider .row .col-lg-6:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cloud4c-new-page .box2 {
  margin: 0px 40px;
}
@media (max-width: 850px) {
  .cloud4c-new-page .box2 {
    margin: 40px 0px;
  }
}
.cloud4c-new-page .comn-row {
  justify-content: center;
  display: flex;
  grid-gap: 40px;
}
@media (max-width: 850px) {
  .cloud4c-new-page .comn-row {
    flex-wrap: wrap;
  }
}

.cloud4c-new-page .brd-radius {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.cloud4c-new-page .brd-radius p {
  font-size: 16px;
  padding: 10px 0px 0px;
}
@media (max-width: 768px) {
  .cloud4c-new-page .brd-radius {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .cloud4c-new-page .mobile-half-column {
    width: 100%;
    display: inline-flex;
    column-gap: 25px;
  }
}

.clB {
  color: #000 !important;
}

.clw {
  color: #fff !important;
}
.powerGrowth {
  padding: 55px 0px;
}

 /* chib page */
    
 .partner-wrap {
  max-width: 870px;
  margin: 0px auto;
}
.grid-same {
  display: grid;
  grid-template-columns: 50% 50%;
}

.logo-des-wrp {
  padding: 25px 0px 0px;
}
.aws-logo-wap {
  display: flex;
  align-content: flex-start;
  column-gap: 40px;
}
.inner-achieve {
  margin-bottom: 40px;
}
.inner-achieve-2 {
  display: grid;
  grid-template-columns: 35% 65%;
  column-gap: 15px;
}

.grid-same1 {
  display: grid;
  grid-template-columns: 40% 40%;
}
.aws-logo-wap img {
  margin: 0px;
}
.blue-gray-wrap .bg-grayy {
  background-color: #575757!important;
  color: #ffffff;
}
.achieve-wrap:after {
  content: '';
  width: 78%;
  height: 1px;
  display: block;
  background-color: #545B64;
  margin: 30px 0px;
}
.blue-gray-wrap {
  padding-bottom: 30px;
}
@media (max-width: 1060px) {
  .aws-logo-wap {
  column-gap: 21px;
}
.logo-des-wrp {
  column-gap: 15px;
}
}
@media (max-width: 960px) {
  p.disclaimer {
   margin-top: 15px;
}
   .inner-achieve {
   margin-bottom: 0px;
} 
   .inner-achieve-2 {
   display: grid;
   grid-template-columns: 20% 80%;}
   .des-right-inr {
   margin-top: 30px;
}
   .logo-des-wrp.grid-same {
   display: block;
}
}
@media (max-width: 675px) {
   .cloud4c-new-page.data-guideline .banner-image {
   height: 80vh;
}
  .data-guideline .banner-image > img {
   height: 80vh;
}
   .achieve-wrap:after {width:100%;}
   .blue-gray-wrap {display:block;}
   .aws-logo-wap img { width: 42%;}
   .grid-same1 {
   grid-template-columns:46% 46%;
}
.inner-achieve-2 {
   grid-template-columns: 30% 70%;}
}
@media (max-width: 767px) {
   h6.selctedcountry {
   text-align: center;
}
   .partner-wrap .col-xs-6:last-child {padding: 30px 0px 0px;}
     .partner-wrap .col-xs-6.pb50 {
   padding: 0 15px 30px 15px !important;
}
   .partner-wrap .col-xs-6 {
   width: 50%;
}
}

@media (min-width: 901px) {
   p.disclaimer {
   border-top: 1px solid #c4c4c4;
   padding: 30px 0px 0px;
   margin-top: 50px;
}
}

@media (max-width:767px) {
  .txt-box-main .col-md-4:nth-child(odd) {
  background-color: rgba(0, 37, 201, 0.05);
}
p.text-box {
  padding: 20px!important;
}
.txt-box-main .col-md-4:first-child div {
  margin: 0px!important;
}
}

body a.btn-banner {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.30000001px;
  text-align: center;
  padding: 10px 30px;
}
body a.btn-banner:hover {
  background-color: #0025c9;
  color: #ffffff;
  border-color: #0025c9;
}
body p.imgrigt {
  width: 100%;
}
body p.imgrigt img {
  width: 101px;
  float: right;
  margin-top: -100px;
  height: auto;
}
@media (max-width: 600px) {
  body p.imgrigt img {
    width: 79px;
    margin-top: -20px;
  }
}

body .five-div-row .five-div {
  max-width: 20%;
  flex: 0 0 20%;
}

/*Slick dots*/
.slick-dots {
  bottom: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-dots li button:before {
  width: 9px;
  height: 9px;
  background: #ffffff;
  opacity: 0.3;
  border-radius: 50px;
  color: transparent !important;
}
ul.big-gap li {
  font-size: 32px;
  font-weight: bold;
  margin: 8vw 0;
}
@media (min-width: 991px) {
  .cloud4c-new-page .bank-azure-success {
    max-width: 80% !important;
  }
}