/**
 * @tableofcontents
 *
 * 1. Banner
 * 2. BFCM Guide Tabs
 * 3. BFCM Key Features
 * 4. BFCM Related Articles
 * 5. BFCM Stores
 * 6. BFCM Newsletters
 * 7. BFCM Calculator
 * 7. BFCM Page 2021
 *    7.1 Banner
 *    7.2 Features
 *
 */
/* @Section 1. Banner */
.cw_bfcm_bnr_sec {
  background: #020416;
  padding: 220px 0 100px;
}

.cw_bfcm_bnr_ttlBox h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
}

.cw_bfcm_bnr_ttlBox p {
  color: #fff;
  font-size: 18px;
  margin: 20px 0;
}

.cw_bfcm_bnr_imgBox {
  text-align: center;
}

.cw_bfcm_bnr_imgBox img {
  display: inline-block;
}

/* @Section 2. BFCM Guide Tabs */
.cw_bfcm_guid_sec {
  padding: 80px 0;
}

.cw_bfcm_guid_ttlBox {
  margin-bottom: 70px;
  text-align: center;
}

.cw_bfcm_guid_ttlBox h2 {
  color: #0A1E43;
  font-size: 36px;
  font-weight: 700;
}

.cw_bfcm_guid_ttlBox p {
  color: #42526E;
  font-size: 18px;
}

.cw_bfcm_guid_tab_navBox {
  margin-bottom: 80px;
}

.cw_bfcm_guid_tab_navBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cw_bfcm_guid_tab_navBox ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-right: 40px;
  border-radius: 6px 6px 0px 0px !important;
  border-top: 3px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cw_bfcm_guid_tab_navBox ul li:not(:last-child)::before {
  content: '';
  width: 15px;
  height: 1px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 105%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cw_bfcm_guid_tab_navBox ul li:nth-of-type(1) {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}

.cw_bfcm_guid_tab_navBox ul li:last-child {
  -webkit-box-flex: 1.15;
      -ms-flex: 1.15;
          flex: 1.15;
  margin-right: 0;
  padding-right: 0;
}

.cw_bfcm_guid_tab_navBox ul li a {
  background: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 6px !important;
  padding: 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}

.cw_bfcm_guid_tab_navBox ul li a span,
.cw_bfcm_guid_tab_navBox ul li a img {
  display: inline-block;
  vertical-align: middle;
}

.cw_bfcm_guid_tab_navBox ul li a span {
  color: #0A1E43;
  font-size: 18px;
  font-weight: 700;
}

.cw_bfcm_guid_tab_navBox ul li a img {
  height: 40px;
}

.cw_bfcm_guid_tab_navBox ul li.active {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-top-color: #002BC9;
}

.cw_bfcm_guid_tab_navBox ul li.active a {
  border: 0;
}

.cw_bfcm_guid_tab_inrBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cw_bfcm_guid_tab_imgBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.cw_bfcm_guid_tab_imgBox img {
  width: 250px;
  display: inline-block;
}

.cw_bfcm_guid_tab_txtBox {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.cw_bfcm_guid_tab_txtBox h3 {
  color: #0A1E43;
  font-size: 30px;
  font-weight: 700;
}

.cw_bfcm_guid_tab_txtBox p {
  color: #42526E;
  font-size: 16px;
}

/* @Section 3. BFCM Key Features */
.cw_bfcm_keyFeat_sec {
  background: #020416;
  padding: 60px 0;
}

.cw_bfcm_keyFeat_ttlBox {
  margin-bottom: 70px;
  text-align: center;
}

.cw_bfcm_keyFeat_ttlBox h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.cw_bfcm_keyFeat_ttlBox p {
  color: #fff;
  font-size: 18px;
}

.cw_bfcm_keyFeat_inrBox {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cw_bfcm_keyFeat_imgBox {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cw_bfcm_keyFeat_imgBox img {
  display: inline-block;
  width: 60px;
}

.cw_bfcm_keyFeat_txtBox {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.cw_bfcm_keyFeat_txtBox h3 {
  color: #0A1E43;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}

.cw_bfcm_keyFeat_txtBox p {
  color: #42526E;
  font-size: 16px;
  margin: 0;
}

/* @Section 4. BFCM Related Articles */
.cw_bfcm_rltArtcl_sec {
  padding: 80px 0;
}

.cw_bfcm_rltArtcl_ttlBox {
  text-align: center;
  margin-bottom: 60px;
}

.cw_bfcm_rltArtcl_ttlBox h2 {
  color: #0A1E43;
  font-size: 36px;
  font-weight: 700;
}

.cw_bfcm_rltArtcl_ttlBox p {
  color: #42526E;
  font-size: 18px;
}

.cw_bfcm_rltArtcl_inrBox {
  margin-bottom: 40px;
}

.cw_bfcm_rltArtcl_imgBox {
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}

.cw_bfcm_rltArtcl_imgBox a {
  display: block;
}

.cw_bfcm_rltArtcl_txtBox {
  padding: 20px 0;
}

.cw_bfcm_rltArtcl_txtBox span {
  color: #2E39BF;
  font-size: 14px;
  display: inline-block;
}

.cw_bfcm_rltArtcl_txtBox h3 a {
  color: #0A1E43;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  display: block;
}

.cw_bfcm_rltArtcl_ctaBox {
  text-align: center;
}

/* @Section 5. BFCM Stores */
.cw_bfcm_ecomStr_sec {
  padding: 100px 0 80px;
  background: #020416;
}

.cw_bfcm_ecomStr_mainBox {
  text-align: center;
}

.cw_bfcm_ecomStr_mainBox h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.cw_bfcm_ecomStr_mainBox h2 span {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.cw_bfcm_ecomStr_mainBox p {
  color: #fff;
  font-size: 18px;
  margin: 40px 0;
}

/* @Section 6. BFCM Newsletters */
.cw_bfcm_nl_sec {
  padding: 90px 0;
  background: #020416;
}

.cw_bfcm_nl_txtBox {
  text-align: center;
  margin-bottom: 60px;
}

.cw_bfcm_nl_txtBox h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}

.cw_bfcm_nl_txtBox h2 b {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  font-weight: 700;
}

.cw_bfcm_nl_txtBox p {
  color: #fff;
  font-size: 18px;
}

.cw_bfcm_nl_formBox {
  position: relative;
}

.cw_bfcm_nl_formBox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cw_bfcm_nl_formBox form input[type="text"], .cw_bfcm_nl_formBox form input[type="email"] {
  background: #fff;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 18px;
  line-height: 18px;
  color: #0a1e43;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.cw_bfcm_nl_formBox form .cw_bfcm_nl_ctaBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cw_bfcm_nl_msgBox {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

.cw_bfcm_nl_msgBox div {
  color: #fff;
}

/* @Section 7. BFCM Calculator */
.cw_bfcm_calc_sec {
  padding: 60px 0;
}

.cw_bfcm_calc_ttlBox {
  margin-bottom: 70px;
  text-align: center;
}

.cw_bfcm_calc_ttlBox h2 {
  color: #0A1E43;
  font-size: 36px;
  font-weight: 700;
}

.cw_bfcm_calc_ttlBox p {
  color: #42526E;
  font-size: 18px;
}

.cw_bfcm_calc_formWrap {
  background: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.cw_bfcm_calc_formWrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cw_bfcm_calc_form_inrBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-bottom: 20px;
}

.cw_bfcm_calc_form_inrBox label {
  color: #0A1E43;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cw_bfcm_calc_form_inrBox .dropdown-toggle {
  background: #F8F9FB;
  border-radius: 6px;
  font-size: 14px;
  padding: 12px;
  /* width: 206px; */
  width: 90%;
  text-align: left;
  position: relative;
}

.cw_bfcm_calc_form_inrBox .dropdown-toggle span,
.cw_bfcm_calc_form_inrBox .dropdown-toggle i {
  display: inline-block;
  vertical-align: middle;
}

.cw_bfcm_calc_form_inrBox .dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
}

.cw_bfcm_calc_form_inrBox .dropdown .dropdown-menu {
  top: 0;
  left: 0;
  width: 80%;
  border: 1px solid #42526e;
  margin: 0;
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 5px;
}

.cw_bfcm_calc_form_inrBox .dropdown .dropdown-menu li {
  margin: 1px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#cw_bfcm_calc_form_appWrap.cw_bfcm_calc_form_inrBox .dropdown .dropdown-menu li:nth-of-type(n+3) {
  display: none;
}

.cw_bfcm_calc_slct {
  padding: 5px 15px !important;
}

.cw_bfcm_calc_slct span {
  display: inline-block;
  vertical-align: middle;
}

.cw_bfcm_calc_logoBox {
  background: url("../../img/partner/srpite-app-provider-logos1.png") no-repeat left -2px transparent;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.app_php {
  background-position: left -37px;
}

.app_laravel {
  background-position: left -72px;
}

.app_mgn {
  background-position: left -115px;
}

.app_drupal {
  background-position: left -159px;
}

.app_oc {
  background-position: left -197px;
}

.app_ps {
  background-position: left -238px;
}

.app_joomla {
  background-position: left -278px;
}

.app_woo {
  background-position: left -313px;
}

.prvdr_do {
  background-position: left -349px;
}

.prvdr_linode {
  background-position: left -389px;
}

.prvdr_vultr {
  background-position: left -427px;
}

.prvdr_aws {
  background-position: left -461px;
}

.prvdr_gce {
  background-position: left -496px;
}

.cw_bfcm_calc_form_inrBox .form-control {
  border-radius: 6px !important;
  padding: 15px;
  border: 0;
  height: 46px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0A1E43;
  font-size: 16px;
  font-weight: 500;
  background-color: #E4E4E4;
}

.cw_bfcm_calc_form_iconBox {
  position: absolute;
  left: -16%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cw_bfcm_calc_form_iconBox svg {
  width: 25px;
}

.cw_bfcm_calc_form_ctaBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin-top: 20px;
  text-align: center;
}

.cw_bfcm_calc_form_ctaBox a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-width: 190px;
}

.cw_bfcm_calc_formRslt_mainBox {
  text-align: center;
  display: none;
}

.cw_bfcm_calc_formRslt_mainBox > p {
  color: #42526E;
  font-size: 18px;
}

.cw_bfcm_calc_formRslt_statsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cw_bfcm_calc_formRslt_inrBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cw_bfcm_calc_formRslt_inrBox strong {
  color: #0A1E43;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  /* font-size: 22px; */
  /* font-weight: 500; */
}

.cw_bfcm_calc_formRslt_inrBox p {
  color: #0A1E43;
  font-size: 14px;
  font-weight: 700;
}

.cw_bfcm_calc_formRslt_inrBox p i {
  display: inline-block;
  vertical-align: middle;
}

.cw_bfcm_calc_formRslt_inrBox p span {
  display: inline-block;
  vertical-align: middle;
  color: #0A1E43;
  font-size: 14px;
  font-weight: 700;
}

.cw_bfcm_calc_formRslt_srvrBox {
  background: #F7F7F7;
  display: inline-block;
  padding: 15px 25px;
  position: relative;
}

.cw_bfcm_calc_formRslt_srvrBox:before {
  content: "\f00c";
  color: #fff;
  font: normal normal normal 12px/1 FontAwesome;
  position: absolute;
  right: -8px;
  bottom: -5px;
  background: #4AA152;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
}

.cw_bfcm_calc_formRslt_srvrBox h5 {
  color: #0A1E43;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.cw_bfcm_calc_formRslt_srvrBox p {
  color: #0A1E43;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.cw_bfcm_calc_formRslt_ctaBox {
  margin-bottom: 15px;
}

.cw_bfcm_calc_formRslt_ctaBox a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-width: 190px;
}

.cw_bfcm_calc_formRslt_ctaBox a.cw-glb-btn3 {
  margin-left: 20px;
}

.cw_bfcm_calc_formRslt_clcAgn {
  /* color: #0E134F; */
  /* font-size: 15px; */
  color: #2F39BF;
  font-size: 13px;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}

/* @Section 7. BFCM Page 2021  */
/* @Section 7.1 Banner  */
.gradient {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#b764d8), color-stop(27%, #3039bf), color-stop(51%, #3039bf), color-stop(84%, #b765d8), to(#b764d8));
  background: linear-gradient(to bottom, #b764d8 0%, #3039bf 27%, #3039bf 51%, #b765d8 84%, #b764d8 100%);
  background-size: auto 200%;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientAnimate 4s linear infinite;
          animation: gradientAnimate 4s linear infinite;
}

@-webkit-keyframes gradientAnimate {
  from {
    background-position: center 200%;
  }
}

@keyframes gradientAnimate {
  from {
    background-position: center 200%;
  }
}

.cw-hdr-wrap {
  background: #F8F9FB;
}

section {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.modal-open {
  padding: 0 !important;
}

body.modal-open section {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.modal.contactPopUp .modal-dialog {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  border: none !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}

.modal.contactPopUp .modal-dialog .modal-content {
  border: none !important;
  padding: 40px 40px 60px;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-header {
  padding: 0;
  text-align: center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-header h2 {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #0E134F;
  margin: 0 0 10px;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-header p {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #42526E;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-header .close {
  font-size: 26px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #0E134F;
  opacity: 0.4;
  color: #0E134F;
  position: absolute;
  right: 20px;
  top: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-body {
  padding: 0;
  margin: 0;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-body .formWrap {
  margin-top: 50px;
  position: relative;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-body .formWrap input:not(.btn),
.modal.contactPopUp .modal-dialog .modal-content .modal-body .formWrap textarea {
  width: 100%;
  background: #F8F9FB;
  border: 1px solid rgba(66, 82, 110, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 25px;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #42526e;
  margin: 0 0 35px;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-body .formWrap textarea {
  resize: none;
  height: 150px;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-body .formWrap .col-xs-12 {
  position: relative;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-body .formWrap span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 12px;
  font-size: 14px;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-body .formWrap .wpcf7-form-control-wrap {
  position: initial;
}

.modal.contactPopUp .modal-dialog .modal-content .modal-body .formWrap div.wpcf7-response-output {
  margin: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -50px;
}

.modal.contactPopUp .modal-dialog .thankWrap {
  text-align: center;
  display: none;
}

.modal.contactPopUp .modal-dialog .thankWrap img {
  margin: 0 auto 60px;
}

.modal.contactPopUp .modal-dialog .thankWrap h2 {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #0E134F;
  margin: 0 0 10 px;
}

.modal.contactPopUp .modal-dialog .thankWrap p {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #42526E;
  margin: 0 0 40px;
}

.modal.contactPopUp .modal-backdrop {
  background: rgba(14, 19, 79, 0.3);
}

.willAnimate {
  opacity: 0;
}

.preBFCMbnrSec {
  padding: 120px 0 400px;
  background: #F8F9FB;
  position: relative;
}

.preBFCMbnrSec .circle {
  background: rgba(254, 177, 85, 0.6);
  opacity: 0.4;
  -webkit-box-shadow: inset 0px 4px 50px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 4px 50px rgba(0, 0, 0, 0.25);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preBFCMbnrSec .circle.blue {
  background: #B764D8;
  opacity: 0.28;
  -webkit-box-shadow: inset 0px 4px 50px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 4px 50px rgba(0, 0, 0, 0.25);
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  left: auto;
  top: 0;
}

.preBFCMbnrSec .txt {
  max-width: 800px;
  margin: 0 auto;
}

.preBFCMbnrSec .txt h1 {
  font-weight: 800;
  font-size: 88px;
  letter-spacing: -0.02em;
  color: #0E134F;
}

.preBFCMbnrSec .txt h1 .pre {
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: inherit;
}

.preBFCMbnrSec .txt h1 .pre b {
  font-size: inherit;
  color: inherit;
  font-weight: 800;
}

.preBFCMbnrSec .txt p {
  font-weight: 400;
  font-size: 20px;
  color: #42526E;
  margin: 0 0 50px;
}

.afterBnrImgWrap {
  margin-top: -350px;
  position: relative;
  opacity: 0;
}

.afterBnrImgWrap .img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.afterBnrImgWrap.Animate {
  -webkit-animation: fadeInUp 1s linear both;
          animation: fadeInUp 1s linear both;
}

.secondaryNavSec {
  padding: 15px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.secondaryNavSec.drop {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.secondaryNavSec .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.secondaryNavSec .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.secondaryNavSec .wrap ul li a {
  padding: 5px 15px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 18px;
  color: #42526E;
  text-decoration: none !important;
}

.secondaryNavSec .wrap ul li a svg {
  vertical-align: middle;
  margin-right: 6px;
}

.secondaryNavSec .wrap .cta .btn {
  font-weight: 600;
  font-size: 14px;
  color: #0E134F;
  padding: 5px 18px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bfcmFeaturesSec {
  background: #fff;
  padding: 100px 0;
}

.bfcmFeaturesSec .topTxt {
  max-width: 800px;
  margin: 0 auto 50px;
}

.bfcmFeaturesSec .topTxt h2 {
  font-weight: 800;
  font-size: 44px;
  margin: 0 0 10px;
  color: #0A1E43;
}

.bfcmFeaturesSec .topTxt p {
  font-weight: 400;
  font-size: 20px;
  color: #42526E;
}

.bfcmFeaturesSec .mainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bfcmFeaturesSec .mainWrap .box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 50px 30px;
  width: calc(25% - 15px);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bfcmFeaturesSec .mainWrap .box img {
  width: 80px;
  margin: 0 auto 30px;
}

.bfcmFeaturesSec .mainWrap .box h3 {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 24px;
  color: #0A1E43;
}

.bfcmFeaturesSec .mainWrap .box p {
  font-size: 16px;
  font-weight: 400;
  color: #42526E;
  margin: 0;
}

.bfcmFeaturesSec .mainWrap .box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bfcmFeaturesSec .mainWrap .box:hover.purple::before {
  background: #B764D8;
}

.bfcmFeaturesSec .mainWrap .box:hover.orange::before {
  background: #FEB155;
}

.bfcmFeaturesSec .mainWrap .box:hover.green::before {
  background: #39DCB1;
}

.bfcmFeaturesSec .mainWrap .box:hover.blue::before {
  background: #2F39BF;
}

.bfcmFeaturesSec.Animate .topTxt {
  -webkit-animation: fadeInUp 1s linear both;
          animation: fadeInUp 1s linear both;
}

.bfcmFeaturesSec .mainWrap.Animate {
  -webkit-animation: flipInX 1s linear both;
          animation: flipInX 1s linear both;
}

.preCampaignSec {
  padding: 100px 0;
  background: #F8F9FB;
}

.preCampaignSec .topTxt {
  margin: 0 0 50px;
}

.preCampaignSec .topTxt h2 {
  font-weight: 800;
  font-size: 44px;
  color: #0A1E43;
  margin: 0 0 10px;
}

.preCampaignSec .topTxt p {
  font-weight: normal;
  font-size: 20px;
  color: #42526E;
}

.preCampaignSec .tabsWrap {
  border-left: 3px solid rgba(66, 82, 110, 0.2);
}

.preCampaignSec .tabsWrap ul {
  border: none;
}

.preCampaignSec .tabsWrap ul li {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.preCampaignSec .tabsWrap ul li::before {
  position: absolute;
  content: '';
  width: 3px;
  left: -3px;
  top: 0;
  bottom: 0;
  background: #2F39BF;
  opacity: 0;
  border-radius: 0 12px 12px 0px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.preCampaignSec .tabsWrap ul li a {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important;
  font-weight: 700;
  font-size: 16px;
  color: #42526E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 15px 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.preCampaignSec .tabsWrap ul li:nth-child(2) svg, .preCampaignSec .tabsWrap ul li:nth-child(3) svg {
  margin-right: 8px;
}

.preCampaignSec .tabsWrap ul li:nth-child(2) svg path, .preCampaignSec .tabsWrap ul li:nth-child(3) svg path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  stroke: #42526E;
}

.preCampaignSec .tabsWrap ul li:nth-child(2).active svg path, .preCampaignSec .tabsWrap ul li:nth-child(3).active svg path {
  stroke: #2F39BF;
}

.preCampaignSec .tabsWrap ul li:nth-child(1) svg, .preCampaignSec .tabsWrap ul li:nth-child(4) svg {
  margin-right: 8px;
}

.preCampaignSec .tabsWrap ul li:nth-child(1) svg path, .preCampaignSec .tabsWrap ul li:nth-child(4) svg path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  fill: #42526E;
}

.preCampaignSec .tabsWrap ul li:nth-child(1).active svg path, .preCampaignSec .tabsWrap ul li:nth-child(4).active svg path {
  stroke: #2F39BF;
}

.preCampaignSec .tabsWrap ul li.active a {
  color: #2F39BF;
}

.preCampaignSec .tabsWrap ul li.active::before {
  opacity: 1;
}

.preCampaignSec .tabContentBox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.preCampaignSec .tabContentBox .row .col-xs-12 {
  padding: 0 10px;
  margin-bottom: 30px;
}

.preCampaignSec .tabContentBox .box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 25px;
  height: 100%;
}

.preCampaignSec .tabContentBox .box h3 {
  font-weight: 600;
  font-size: 18px;
  color: #0A1E43;
  margin: 0 0 35px;
  position: relative;
}

.preCampaignSec .tabContentBox .box h3::before, .preCampaignSec .tabContentBox .box h3::after {
  position: absolute;
  content: '';
  height: 3px;
  border-radius: 100px;
  width: 37px;
  background: #2F39BF;
  bottom: -15px;
  left: 0;
}

.preCampaignSec .tabContentBox .box h3:after {
  width: 10px;
  background: #39DCB1;
  left: 45px;
}

.preCampaignSec .tabContentBox .box p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #42526E;
  line-height: 20px;
}

.preCampaignSec .tabContentBox .box p a {
  font-size: inherit;
  color: #2F39BF;
  font-weight: inherit;
}

.preCampaignSec.Animate .topTxt {
  -webkit-animation: fadeIn 1s linear both;
          animation: fadeIn 1s linear both;
}

.preCampaignSec.Animate .col-sm-3 {
  -webkit-animation: fadeInLeft 1s linear both;
          animation: fadeInLeft 1s linear both;
}

.preCampaignSec.Animate .col-sm-9 {
  -webkit-animation: fadeInRight 1s linear both;
          animation: fadeInRight 1s linear both;
}

.promotionCtaSec {
  padding: 80px 0;
  background: linear-gradient(92.91deg, #A83CD2 0%, #67108A 100.2%);
  position: relative;
  overflow: hidden;
}

.promotionCtaSec::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: url(../../img/campaign/bfcm2021-cta-bg.png) repeat center center transparent;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.5;
  -webkit-animation: animateBg 30s linear infinite both;
          animation: animateBg 30s linear infinite both;
}

.promotionCtaSec .txt {
  max-width: 700px;
  position: relative;
  margin: 0 auto;
}

.promotionCtaSec .txt h2 {
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
  margin: 0 0 20px;
}

.promotionCtaSec .txt p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 0 40px;
}

.promotionCtaSec .txt a.btn {
  padding: 15px 30px;
  background: #FEB155;
  border-radius: 6px;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #0A1E43;
}

@-webkit-keyframes animateBg {
  0% {
    background-position-y: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    background-position-y: 0%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    background-position-y: 100%;
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animateBg {
  0% {
    background-position-y: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    background-position-y: 0%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    background-position-y: 100%;
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.calculateServerSec {
  background: #FFFFFF;
  padding: 120px 0;
}

.calculateServerSec .topTxt {
  margin: 0 auto 80px;
  max-width: 900px;
}

.calculateServerSec .topTxt h2 {
  font-weight: 800;
  font-size: 44px;
  color: #0A1E43;
  margin: 0 0 15px;
}

.calculateServerSec .topTxt p {
  font-weight: 400;
  font-size: 20px;
  color: #42526E;
}

.calculateServerSec .calculatorWrap {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 40px 50px;
}

.calculateServerSec .calculatorWrap h3 {
  font-weight: 800;
  font-size: 20px;
  color: #0E134F;
  margin: 0 0 30px;
}

.calculateServerSec .calculatorWrap .optionList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculateServerSec .calculatorWrap .optionList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(66, 82, 110, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #42526E;
  min-width: 16%;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.calculateServerSec .calculatorWrap .optionList li * {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.calculateServerSec .calculatorWrap .optionList li img {
  margin-right: 8px;
  max-height: 35px;
}

.calculateServerSec .calculatorWrap .optionList li i {
  margin-left: 8px;
}

.calculateServerSec .calculatorWrap .optionList li .dropbtn {
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  color: inherit;
  font-size: inherit;
}

.calculateServerSec .calculatorWrap .optionList li .dropdown-content {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  background-color: #fff;
  min-width: 160px;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
  border: 1px solid rgba(66, 82, 110, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
}

.calculateServerSec .calculatorWrap .optionList li .dropdown-content a {
  padding: 20px;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculateServerSec .calculatorWrap .optionList li.open .dropdown-content {
  display: block;
}

.calculateServerSec .calculatorWrap .optionList li.open img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.calculateServerSec .calculatorWrap .optionList li.select {
  border-color: #2F39BF;
}

.calculateServerSec .calculatorWrap .selectProvider {
  margin-bottom: 80px;
}

.calculateServerSec .calculatorWrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculateServerSec .calculatorWrap .wrap .selectApp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}

.calculateServerSec .calculatorWrap .wrap .selectApp .optionList li {
  min-width: 40%;
}

.calculateServerSec .calculatorWrap .wrap .selectServer {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
}

.calculateServerSec .calculatorWrap .wrap .selectServer .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculateServerSec .calculatorWrap .wrap .selectServer .Txt .selection {
  font-weight: 500;
  font-size: 20px;
  color: #2F39BF;
}

.calculateServerSec .calculatorWrap .wrap .selectServer .Txt h3 {
  margin-bottom: 55px;
}

.calculateServerSec .calculatorWrap .wrap .selectServer .slidecontainer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.calculateServerSec .calculatorWrap .wrap .selectServer .slidecontainer ul li {
  font-weight: 400;
  font-size: 16px;
  color: #42526E;
  margin-top: 15px;
}

.calculateServerSec .calculatorWrap .wrap .selectServer .slidecontainer .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #E5E7EA;
  outline: none;
  border-radius: 8px;
}

.calculateServerSec .calculatorWrap .wrap .selectServer .slidecontainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #2F39BF;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-shadow: 0 0 0 5px white;
          box-shadow: 0 0 0 5px white;
}

.calculateServerSec .calculatorWrap .calculate {
  margin-top: 60px;
}

.calculateServerSec .resultWrap {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 65px 50px;
  display: none;
}

.calculateServerSec .resultWrap h2 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #0E134F;
  max-width: 700px;
  margin: 0 auto 80px;
}

.calculateServerSec .resultWrap .stats {
  padding: 0;
  margin: 0 0 100px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculateServerSec .resultWrap .stats li {
  width: calc(25% - 30px);
}

.calculateServerSec .resultWrap .stats li h3 {
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
  margin: 0 0 20px;
}

.calculateServerSec .resultWrap .stats li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  border: 1px solid rgba(66, 82, 110, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #42526E;
  min-width: 16%;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 80px;
}

.calculateServerSec .resultWrap .stats li .info span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: capitalize;
}

.calculateServerSec .resultWrap .stats li .info img {
  margin-right: 8px;
  max-height: 35px;
}

.calculateServerSec .resultWrap .stats li.visitors .info {
  font-size: 24px;
  font-weight: 700;
}

.calculateServerSec .resultWrap .stats li.result h3 {
  color: #0E134F;
  font-weight: 700;
}

.calculateServerSec .resultWrap .stats li.result .info {
  color: #fff;
  background: #2F39BF;
}

.calculateServerSec .resultWrap .ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculateServerSec .resultWrap .ctas a.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-right: 10px;
}

.calculateServerSec .resultWrap .ctas button {
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: none !important;
  vertical-align: middle;
  font-weight: 700;
  font-size: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #2F39BF;
}

.calculateServerSec .resultWrap .ctas button svg {
  vertical-align: middle;
  margin-right: 8px;
}

.calculateServerSec.Animate .topTxt {
  -webkit-animation: fadeIn 1s linear both;
          animation: fadeIn 1s linear both;
}

.calculateServerSec .calculatorWrap.Animate {
  -webkit-animation: zoomIn 1s linear both;
          animation: zoomIn 1s linear both;
}

.caseStudiesSec {
  padding: 100px 0;
  background: #F8F9FB;
}

.caseStudiesSec .topTxt {
  margin: 0 auto 70px;
  max-width: 900px;
}

.caseStudiesSec .topTxt h2 {
  font-weight: 800;
  font-size: 44px;
  color: #0A1E43;
  margin: 0 0 15px;
}

.caseStudiesSec .topTxt p {
  font-weight: 400;
  font-size: 20px;
  color: #42526E;
}

.caseStudiesSec .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.caseStudiesSec .wrap .box {
  width: calc(33.33% - 20px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.caseStudiesSec .wrap .box * {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.caseStudiesSec .wrap .box .details {
  padding: 30px 30px 80px;
}

.caseStudiesSec .wrap .box .details h3 {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: #0E134F;
  margin: 0 0 10px;
}

.caseStudiesSec .wrap .box .details p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #42526E;
  margin: 0;
}

.caseStudiesSec .wrap .box .details .link {
  position: absolute;
  bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #2F39BF;
  vertical-align: middle;
}

.caseStudiesSec .wrap .box .details .link i {
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
  margin-left: 5px;
}

.caseStudiesSec .wrap .box .details .link:hover i {
  margin-left: 10px;
}

.caseStudiesSec .wrap .box:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.caseStudiesSec.Animate .topTxt {
  -webkit-animation: fadeIn 1s linear both;
          animation: fadeIn 1s linear both;
}

.caseStudiesSec.Animate .wrap {
  -webkit-animation: fadeInUp 1s linear both;
          animation: fadeInUp 1s linear both;
}

#glb-nfaq-wrap.faqSecNew {
  padding: 100px 0;
  background: #fff;
}

#glb-nfaq-wrap.faqSecNew .wt-faq {
  max-width: 900px;
  margin: 0 auto;
  float: none;
  width: auto;
}

#glb-nfaq-wrap.faqSecNew .glb-nfaq-ttl {
  max-width: 850px;
  margin: 0 auto 60px;
}

#glb-nfaq-wrap.faqSecNew .glb-nfaq-ttl h3 {
  font-weight: 800;
  font-size: 44px;
  color: #0A1E43;
  margin: 0 0 10px;
}

#glb-nfaq-wrap.faqSecNew .glb-nfaq-ttl p {
  font-weight: 400;
  font-size: 20px;
  color: #42526E;
}

#glb-nfaq-wrap.faqSecNew .cat-post-title {
  font-weight: 500;
  font-size: 24px !important;
  color: #0E134F !important;
  padding: 25px 30px 25px 0 !important;
  background: none !important;
  position: relative;
}

#glb-nfaq-wrap.faqSecNew .cat-post-title::before {
  position: absolute;
  content: "\f107";
  font: normal normal normal 14px FontAwesome;
  font-size: 24px;
  right: 5px;
  top: 30px;
  color: #2F39BF;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#glb-nfaq-wrap.faqSecNew .cat-post-title.collapsed::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#glb-nfaq-wrap.faqSecNew .wt-faq-ans {
  font-weight: 400;
  font-size: 20px;
  color: #42526E;
  padding: 0 0 25px !important;
}

#glb-nfaq-wrap.faqSecNew .wt-faq-ans a {
  font-size: inherit;
  font-weight: 500;
  color: #2F39BF;
}

.cwBlogsSec {
  background: #F8F9FB;
}

.cwBlogsSec .cw_bfcm_rltArtcl_ttlBox {
  max-width: 850px;
  margin: 0 auto 60px;
}

.cwBlogsSec .cw_bfcm_rltArtcl_ttlBox h2 {
  font-weight: 800;
  font-size: 44px;
}

.cwBlogsSec .cw_bfcm_rltArtcl_imgBox {
  border-radius: 8px;
  overflow: hidden;
  height: auto;
}

.cwBlogsSec .cw_bfcm_rltArtcl_txtBox .category {
  font-weight: 400;
  font-size: 14px;
  color: #2E39BF;
}

/*======== 2022 ========*/
.preBFCMTwentyTwo .preBFCMbnrSec {
  background: #050109;
  padding: 165px 0 0;
  position: relative;
}

.preBFCMTwentyTwo .preBFCMbnrSec .txt{
  position: relative;
}

.preBFCMTwentyTwo .preBFCMbnrSec::before{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../img/campaign/preBFCMbnrSec-bg-2022.png) center no-repeat;
  background-size: cover;
}

.preBFCMTwentyTwo .preBFCMbnrSec .txt h1 .pre {
    /* color: #fff; */
    font-size: 28px;
    margin: 0 0 25px;
    text-transform: initial;
}

.preBFCMTwentyTwo .preBFCMbnrSec .txt h1 {
    color: #fff;
    font-size: 74px;
    text-transform: uppercase;
}

.preBFCMTwentyTwo .preBFCMbnrSec .txt h1 span {
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
}

.preBFCMTwentyTwo .preBFCMbnrSec .txt h1 span::before{
    top: 5px;
    right: 0;
    position: absolute;
    content: "GEAR UP FOR";
    margin: auto;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #E201FC;
    opacity: 0;
    -webkit-animation: play infinite 2s linear both;
    animation: play infinite 2s linear both;
    text-shadow: none;
}

.preBFCMTwentyTwo .preBFCMbnrSec .txt h1 span::after{
    top: 5px;
    right: 0;
    position: absolute;
    content: "GEAR UP FOR";
    margin: auto;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #E201FC;
    opacity: 0;
    -webkit-animation: play infinite 2s linear both;
    animation: play infinite 2s linear both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    text-shadow: none;
}

@keyframes play {
  0% {
    opacity: 1;
    top: 6;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}

.preBFCMTwentyTwo .preBFCMbnrSec .txt h1 .img-responsive {
    display: inline-block;
    vertical-align: baseline;
    max-width: 215px;
    margin: 0 0 0 30px;
}

.preBFCMTwentyTwo .preBFCMbnrSec .txt p {
  color: #fff;
  font-weight: 300;
}

.preBFCMTwentyTwo .afterBnrImgWrap {
    margin: 0;
}

.preBFCMTwentyTwo .preBFCMbnrSec .preBFCMbnrNav {
  padding: 18px 0;
  margin: 100px 0 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(183, 100, 216, 0.58);
}

.preBFCMTwentyTwo .preBFCMbnrSec .preBFCMbnrNav li {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  display: flex;
  padding: 8px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.37);
  font-size: 16px;
  position: relative;
}

.preBFCMTwentyTwo .preBFCMbnrSec .preBFCMbnrNav li a{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preBFCMTwentyTwo .preBFCMbnrSec .preBFCMbnrNav li div {
  margin: 0 10px 0 0;
}

.preBFCMTwentyTwo .preBFCMbnrSec .preBFCMbnrNav li:last-child {
  border: none;
}

.preBFCMTwentyTwo .businessTrust{
  padding: 80px 0 100px;
}

.preBFCMTwentyTwo .businessTrust .businessTrustHeadWrap{
  text-align: center;
}

.preBFCMTwentyTwo .businessTrust .businessTrustHeadWrap h4{
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  margin: 0;
}

.preBFCMTwentyTwo .businessTrust .businessTrustBodyWrap{
  margin-top: 50px;
}

.preBFCMTwentyTwo .businessTrust .businessTrustBodyWrap .trustCardsmainWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.preBFCMTwentyTwo .businessTrust .businessTrustBodyWrap .trustCardsmainWrap .prtnrCardWrap{
  width: calc(25% - 8px);
  background: #FFFFFF;
  box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 25px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 83px;
}

.preBFCMTwentyTwo .bfcmRecipeSec{
  padding: 80px 0;
}

.preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeHeadWrap{
  text-align: center;
}

.preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeHeadWrap h2{
  font-weight: 800;
  font-size: 40px;
  color: #000000;
  margin: 0;
}

.preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeHeadWrap p{
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin: 15px 0 0;
}

.preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeBodyWrap{
  margin-top: 70px;
}

.preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeBodyWrap .recipeBodyMainWrap{
  display: flex;
  justify-content: space-between;
}

.preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeBodyWrap .recipeBodyMainWrap .bodyCardWrap{
  width: calc(25% - 30px);
  text-align: left;
}

.preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeBodyWrap .recipeBodyMainWrap .bodyCardWrap h3{
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin: 25px 0 0;
}

.preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeBodyWrap .recipeBodyMainWrap .bodyCardWrap p{
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0 0;
}

.preBFCMTwentyTwo .whyChoseCWSes{
  padding: 80px 0 30px;
}

.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWHeadWrap{
  text-align: center;
  margin-bottom: 70px;
}

.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWHeadWrap h2{
  font-weight: 800;
  font-size: 40px;
  color: #000;
}

.preBFCMTwentyTwo .calculateServerSec .topTxt h2, .preBFCMTwentyTwo #glb-nfaq-wrap.faqSecNew .glb-nfaq-ttl h3, .preBFCMTwentyTwo .cwBlogsSec .cw_bfcm_rltArtcl_ttlBox h2{
  font-size: 40px;
  color: #000
}

.preBFCMTwentyTwo .calculateServerSec .topTxt p, .preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWHeadWrap p{
  font-size: 18px;
}

.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap{

}

.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap{
  width: calc(50% - 16px);
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardLeftWrap{
  margin-right: 25px;
}
.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardLeftWrap img{
  width: 56px;
}
.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardRightWrap h3{
  font-weight: 800;
  font-size: 24px;
  color: #0E134F;
  margin: 0 0 10px;
}
.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardRightWrap p{
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
  margin: 0;
}

.preBFCMTwentyTwo .promotionCtaSec::before{
    background: url(../../img/bfcm_2022/pre-bfcm-cta-bnr.png) no-repeat center;
    background-size: cover;
    mix-blend-mode: unset;
    animation: none;
    opacity: 1;
}

.preBFCMTwentyTwo .promotionCtaSec .txt a.btn{
  background: #09ebaf;
  border-color: #09ebaf;
  transition: all .3s ease-in-out;
}

.preBFCMTwentyTwo .promotionCtaSec .txt a.btn:hover{
  background: #74ffda !important;
  border-color: #74ffda !important;
}

.preBFCMTwentyTwo .industryTrustSec{
  padding: 80px 0;
}
.preBFCMTwentyTwo .industryTrustSec .industryTrustHeadWrap{
  text-align: center;
}

.preBFCMTwentyTwo .industryTrustSec .industryTrustHeadWrap h2{
  font-weight: 800;
  font-size: 40px;
  color: #000000;
  margin: 0;
}

.preBFCMTwentyTwo .industryTrustSec .industryTrustHeadWrap p{
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
  margin: 20px 0 0;
}

.preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap{
  margin-top: 90px;
}

.preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap{
  background: rgba(30, 27, 27, 0.04);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 60px;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}

.preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap a{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardLeftWrap{
  max-width: 540px;
}

.preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardLeftWrap p{
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  font-style: italic;
  margin: 0;
}

.preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardLeftWrap h3{
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  font-style: italic;
  margin: 15px 0 0;
}

.preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardRightWrap{

}

.preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardRightWrap .imgWrap{
  background: #2355B8;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 40px 60px;
  margin-top: -50%;
  position: relative;
}

.preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardRightWrap .imgWrap a{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}


.preBFCMTwentyTwo .cw_bfcm_rltArtcl_txtBox p a{
  font-weight: 400;
  font-size: 16px;
  color: #42526E;
  margin: 15px 0 0;
}

.preBFCMTwentyTwo .promotionCtaSec .lottieAnimationDiv{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  right: 0; 
  width: 40%;
}
.preBFCMTwentyTwo .promotionCtaSec .lottieAnimationDiv2{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20%;
}

.preBFCMTwentyTwo .cwLogo img{
max-width: 150px;
}

.preBFCMTwentyTwo .cw-glb-btn, .preBFCMTwentyTwo .promotionCtaSec .txt a.btn, .preBFCMTwentyTwo .cw-navbar-cta a{
  background-color: #fcd80a !important;
  border-color: #fcd80a !important;
}

.preBFCMTwentyTwo .cw-glb-btn:hover, .preBFCMTwentyTwo .promotionCtaSec .txt a.btn:hover, .preBFCMTwentyTwo .cw-glb-btn:focus, .preBFCMTwentyTwo .promotionCtaSec .txt a.btn:focus{
  background-color: #f1cd00 !important;
  border-color: #f1cd00 !important;
}
/*======== 2022 ========*/

@media (max-width: 1200px) {
  .cw_bfcm_guid_tab_navBox ul li a {
    padding: 5px 0;
  }
  .cw_bfcm_guid_tab_navBox ul li a span {
    font-size: 15px;
  }
  .calculateServerSec .calculatorWrap .optionList li img {
    max-height: 25px;
  }
  .calculateServerSec .calculatorWrap .optionList li {
    font-size: 14px;
    padding: 20px 15px;
  }
  .calculateServerSec .calculatorWrap .optionList li .dropdown-content a {
    font-size: 14px;
    padding: 20px 15px;
  }
  .calculateServerSec .calculatorWrap {
    padding: 40px 20px;
  }
}

@media (max-width: 992px) {
  .cw_bfcm_bnr_sec {
    padding: 140px 0 100px;
  }
  .cw_bfcm_bnr_ttlBox h1 {
    font-size: 36px;
  }
  .cw_bfcm_bnr_ttlBox p {
    font-size: 16px;
  }
  .cw_bfcm_guid_sec {
    padding: 40px 0;
  }
  .cw_bfcm_guid_ttlBox,
  .cw_bfcm_keyFeat_ttlBox,
  .cw_bfcm_rltArtcl_ttlBox {
    margin-bottom: 50px;
  }
  .cw_bfcm_guid_ttlBox h2,
  .cw_bfcm_keyFeat_ttlBox h2,
  .cw_bfcm_rltArtcl_ttlBox h2 {
    font-size: 28px;
  }
  .cw_bfcm_ecomStr_mainBox h2 {
    font-size: 28px;
  }
  .cw_bfcm_ecomStr_mainBox h2 span {
    font-size: 28px;
  }
  .cw_bfcm_nl_txtBox h2 {
    font-size: 28px;
  }
  .cw_bfcm_nl_txtBox h2 b {
    font-size: 28px;
  }
  .cw_bfcm_guid_ttlBox p,
  .cw_bfcm_keyFeat_ttlBox p,
  .cw_bfcm_rltArtcl_ttlBox p,
  .cw_bfcm_ecomStr_mainBox p {
    font-size: 16px;
  }
  .cw_bfcm_guid_tab_navBox {
    margin-bottom: 40px;
  }
  .cw_bfcm_guid_tab_navBox ul li a {
    padding: 5px;
    min-height: 100px;
  }
  .cw_bfcm_guid_tab_txtBox h3 {
    font-size: 24px;
  }
  .cw_bfcm_keyFeat_sec {
    padding: 40px 0;
  }
  .cw_bfcm_keyFeat_inrBox {
    padding: 15px;
  }
  .cw_bfcm_keyFeat_imgBox img {
    width: 50px;
  }
  .cw_bfcm_keyFeat_txtBox h3 {
    font-size: 22px;
  }
  .cw_bfcm_rltArtcl_sec {
    padding: 40px 0;
  }
  .cw_bfcm_rltArtcl_inrBox {
    margin-bottom: 20px;
  }
  .cw_bfcm_rltArtcl_imgBox {
    height: auto;
  }
  .cw_bfcm_rltArtcl_txtBox h3 a {
    font-size: 18px;
    line-height: 26px;
  }
  .cw_bfcm_ecomStr_sec {
    padding: 60px 0;
  }
  .cw_bfcm_nl_sec {
    padding: 50px 0;
  }
  .cw_bfcm_nl_txtBox {
    margin-bottom: 40px;
  }
  .cw_bfcm_calc_sec {
    padding: 30px 0;
  }
  .cw_bfcm_calc_ttlBox {
    margin-bottom: 40px;
  }
  .cw_bfcm_calc_ttlBox h2 {
    font-size: 28px;
  }
  .cw_bfcm_calc_ttlBox p {
    font-size: 16px;
  }
  .cw_bfcm_calc_form_inrBox {
    -webkit-box-flex: 1;
        -ms-flex: 1 33.33%;
            flex: 1 33.33%;
  }
  .cw_bfcm_calc_form_inrBox .dropdown-toggle,
  .cw_bfcm_calc_form_inrBox .dropdown .dropdown-menu {
    width: 90%;
  }
  .cw_bfcm_calc_form_iconBox {
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .cw_bfcm_calc_form_inrBox .dropdown .dropdown-menu li a {
    font-size: 14px;
  }
  .cw_bfcm_calc_form_ctaBox {
    margin-top: 10px;
  }
  .cw_bfcm_calc_formRslt_mainBox > p {
    font-size: 16px;
  }
  .preBFCMbnrSec {
    padding: 80px 0 250px;
  }
  .preBFCMbnrSec .txt h1 {
    font-size: 56px;
  }
  .preBFCMbnrSec .txt h1 .pre {
    font-size: 24px;
  }
  .preBFCMbnrSec .txt p {
    font-size: 16px;
  }
  .afterBnrImgWrap {
    margin-top: -200px;
  }
  .afterBnrImgWrap .img {
    max-width: 600px;
  }
  .bfcmFeaturesSec,
  .preCampaignSec {
    padding: 60px 0;
  }
  .bfcmFeaturesSec .topTxt h2,
  .preCampaignSec .topTxt h2 {
    font-size: 36px;
  }
  .bfcmFeaturesSec .topTxt p,
  .preCampaignSec .topTxt p {
    font-size: 16px;
  }
  .bfcmFeaturesSec .mainWrap,
  .preCampaignSec .mainWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bfcmFeaturesSec .mainWrap .box,
  .preCampaignSec .mainWrap .box {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    padding: 30px 15px;
  }
  .preCampaignSec .tabsWrap {
    border: none;
  }
  .preCampaignSec .tabsWrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    margin-bottom: 40px;
  }
  .preCampaignSec .tabsWrap ul li {
    border-right: 1px solid rgba(66, 82, 110, 0.2);
  }
  .preCampaignSec .tabsWrap ul li::before {
    display: none;
  }
  .preCampaignSec .tabsWrap ul li:last-child {
    border-right: none;
  }
  .preCampaignSec .tabsWrap ul li a {
    padding: 8px;
    font-size: 14px;
  }
  .promotionCtaSec .txt h2 {
    font-size: 36px;
  }
  .promotionCtaSec .txt p {
    font-size: 16px;
  }
  .calculateServerSec {
    padding: 60px 0;
  }
  .calculateServerSec .topTxt {
    margin-bottom: 50px;
  }
  .calculateServerSec .topTxt h2 {
    font-size: 36px;
  }
  .calculateServerSec .topTxt p {
    font-size: 16px;
  }
  .calculateServerSec .calculatorWrap .optionList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .calculateServerSec .calculatorWrap .optionList li {
    margin-right: 10px;
    min-width: calc(33% - 10px);
    margin-bottom: 10px;
  }
  .calculateServerSec .calculatorWrap .wrap .selectApp {
    margin-right: 40px;
  }
  .calculateServerSec .calculatorWrap .wrap .selectApp .optionList li {
    width: 100%;
  }
  .calculateServerSec .calculatorWrap .wrap .selectServer .Txt .selection {
    font-size: 16px;
  }
  .calculateServerSec .calculatorWrap .wrap .selectServer .slidecontainer ul li {
    font-size: 13px;
  }
  .calculateServerSec .resultWrap {
    padding: 50px 20px;
  }
  .calculateServerSec .resultWrap .stats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 66px;
  }
  .calculateServerSec .resultWrap .stats li {
    width: calc(33% - 10px);
    margin-bottom: 20px;
  }
  .calculateServerSec .resultWrap .stats li:last-child {
    width: 100%;
    margin-top: 50px;
  }
  .caseStudiesSec {
    padding: 60px 0;
  }
  .caseStudiesSec .topTxt {
    margin-bottom: 50px;
  }
  .caseStudiesSec .topTxt h2 {
    font-size: 36px;
  }
  .caseStudiesSec .topTxt p {
    font-size: 16px;
  }
  .caseStudiesSec .wrap .box .details {
    padding: 15px 15px 60px;
  }
  .caseStudiesSec .wrap .box .details h3 {
    font-size: 20px;
  }
  .caseStudiesSec .wrap .box .details p {
    font-size: 16px;
  }
  #glb-nfaq-wrap.faqSecNew {
    padding: 60px 0;
  }
  #glb-nfaq-wrap.faqSecNew .glb-nfaq-ttl h3 {
    font-size: 36px;
  }
  #glb-nfaq-wrap.faqSecNew .glb-nfaq-ttl p {
    font-size: 16px;
  }
  #glb-nfaq-wrap.faqSecNew .cat-post-title {
    font-size: 20px !important;
  }
  #glb-nfaq-wrap.faqSecNew .wt-faq-ans {
    font-size: 16px;
  }
  .cwBlogsSec .cw_bfcm_rltArtcl_ttlBox h2 {
    font-size: 36px;
  }
  .cwBlogsSec .cw_bfcm_rltArtcl_ttlBox p {
    font-size: 16px;
  }
  .preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWHeadWrap h2, .preBFCMTwentyTwo .DigitalOceanOffer .wt-prcNew2_prvd-tab-wrap h2, .preBFCMTwentyTwo .DigitalOceanOffer .lnd-glb-tbl-txt h2, .preBFCMTwentyTwo .DigitalOceanOffer .hm-new-spprt-txt-wrap h2, .preBFCMTwentyTwo .DigitalOceanOffer .glb-nfaq-ttl h2, .preBFCMTwentyTwo .DigitalOceanOffer .glb-nfaq-ttl h3{
    font-size: 28px;
  }

  .preBFCMTwentyTwo .whyChoseCWSes{
      padding: 60px 0 10px;
  }

  .preBFCMTwentyTwo .businessTrust .businessTrustBodyWrap .trustCardsmainWrap{
    flex-wrap: wrap;
  }

  .preBFCMTwentyTwo .businessTrust .businessTrustBodyWrap .trustCardsmainWrap .prtnrCardWrap{
    width: calc(50% - 15px);
    margin-bottom: 15px;
  }
  .preBFCMTwentyTwo .businessTrust, .bfcmRecipeSec, .whyChoseCWSes, .industryTrustSec{
    padding: 60px 0;
  }
  .preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeHeadWrap h2, .industryTrustSec .industryTrustHeadWrap h2{
    font-size: 28px;
  }
  .preBFCMTwentyTwo .preBFCMbnrSec{
    padding-top: 100px;
  }
  .preBFCMTwentyTwo .cwLogo img{
    display: none;
  }

  .preBFCMTwentyTwo .calculateServerSec .topTxt h2, .preBFCMTwentyTwo #glb-nfaq-wrap.faqSecNew .glb-nfaq-ttl h3, .preBFCMTwentyTwo .cwBlogsSec .cw_bfcm_rltArtcl_ttlBox h2, .preBFCMTwentyTwo .industryTrustSec .industryTrustHeadWrap h2{
    font-size: 28px;
  }
  .preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeHeadWrap p, .preBFCMTwentyTwo .calculateServerSec .topTxt p, .preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWHeadWrap p, .preBFCMTwentyTwo .industryTrustSec .industryTrustHeadWrap p{
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .cw_bfcm_bnr_sec {
    padding: 120px 0 60px;
  }
  .cw_bfcm_bnr_ttlBox {
    text-align: center;
  }
  .cw_bfcm_guid_tab_navBox ul {
    display: block;
  }
  .cw_bfcm_guid_tab_navBox ul li {
    margin-right: 0px;
    float: left;
    width: 50%;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #fff;
    border: 1px solid rgba(66, 82, 110, 0.2) !important;
  }
  .cw_bfcm_guid_tab_navBox ul li a {
    padding: 10px;
    min-height: auto;
    border-radius: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
  }
  .cw_bfcm_guid_tab_navBox ul li::before {
    display: none !important;
  }
  .cw_bfcm_guid_tab_navBox ul li.active {
    border-color: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #002BC9;
  }
  .cw_bfcm_guid_tab_navBox ul li.active a span {
    color: #fff;
  }
  .cw_bfcm_guid_tab_navBox ul li a img {
    display: none;
  }
  .cw_bfcm_rltArtcl_inrBox {
    text-align: center;
  }
  .cw_bfcm_rltArtcl_imgBox img {
    display: inline-block;
  }
  .cw_bfcm_nl_formBox form {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .cw_bfcm_nl_formBox form input[type="text"], .cw_bfcm_nl_formBox form input[type="email"] {
    width: 100%;
    margin-bottom: 14px;
  }
  .cw_bfcm_nl_ctaBox .cw-glb-btn {
    width: 100%;
  }
  .cw_bfcm_calc_formWrap {
    padding: 25px;
  }
  .cw_bfcm_calc_formWrap form {
    display: block;
  }
  .cw_bfcm_calc_form_inrBox .dropdown-toggle,
  .cw_bfcm_calc_form_inrBox .dropdown .dropdown-menu {
    width: 100%;
  }
  .cw_bfcm_calc_formRslt_inrBox:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
  .preBFCMbnrSec .txt h1 {
    font-size: 36px;
  }
  .bfcmFeaturesSec .topTxt h2,
  .preCampaignSec .topTxt h2,
  .promotionCtaSec .txt h2,
  .calculateServerSec .topTxt h2,
  .caseStudiesSec .topTxt h2,
  #glb-nfaq-wrap.faqSecNew .glb-nfaq-ttl h3,
  .cwBlogsSec .cw_bfcm_rltArtcl_ttlBox h2 {
    font-size: 28px;
  }
  .calculateServerSec .calculatorWrap h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .calculateServerSec .calculatorWrap .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculateServerSec .calculatorWrap .wrap .selectApp {
    margin: 0 0 30px;
  }
  .calculateServerSec .calculatorWrap .wrap .selectApp .optionList li {
    width: calc(50% - 10px);
  }
  .secondaryNavSec .wrap ul li a {
    font-size: 16px;
  }
  .secondaryNavSec .wrap ul li a svg {
    display: none;
  }
  .calculateServerSec .calculatorWrap .optionList li {
    width: calc(50% - 10px);
  }
  .calculateServerSec .resultWrap .stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .calculateServerSec .resultWrap .stats li {
    width: 100%;
  }
  .calculateServerSec .resultWrap .stats li h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .calculateServerSec .resultWrap .stats li:last-child {
    margin-top: 30px;
  }
  .calculateServerSec .resultWrap h2 {
    margin-bottom: 50px;
  }
  .calculateServerSec .resultWrap .ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .calculateServerSec .resultWrap .ctas #calculateAgain {
    margin-bottom: 20px;
  }
  .preCampaignSec .tabsWrap ul li a {
    text-align: center;
  }
  .preCampaignSec .tabsWrap ul li a svg {
    display: none;
  }
  .preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap{
    width: 100%;
    margin-bottom: 30px;
  }
  .preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeBodyWrap .recipeBodyMainWrap{
    flex-wrap: wrap;
  }
  .preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeBodyWrap .recipeBodyMainWrap .bodyCardWrap{
    width: calc(50% - 30px);
    margin-bottom: 60px;
  }
  .preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap{
    flex-direction: column-reverse;
  }
  .preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardRightWrap{
    max-width: 100%;
  }

  .preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardRightWrap .imgWrap{
    max-width: 210px;
    margin: -120px auto 30px;
  }
  .preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardLeftWrap p{
    text-align: center;
  }
  .preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap{
    padding: 60px 30px;
  }
  .preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardLeftWrap{
    max-width: 100%;
  }
  .preBFCMTwentyTwo .preBFCMbnrSec .txt h1 span::before, .preBFCMbnrSec .txt h1 span::after{
    display: none;
  }
  .preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardRightWrap .imgWrap{
    padding: 40px 45px;
  }
  .preBFCMTwentyTwo .industryTrustSec .industryTrustBodyWrap .industryTrustCardWrap .trustCardLeftWrap h3{
    text-align: center;
  }
}

@media (max-width: 600px) {
  .cw_bfcm_guid_tab_navBox ul li a span {
    font-size: 14px;
  }
  .cw_bfcm_guid_tab_inrBox {
    display: block;
    text-align: center;
  }
  .cw_bfcm_keyFeat_inrBox {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .cw_bfcm_keyFeat_imgBox {
    margin-bottom: 15px;
  }
  .cw_bfcm_calc_formRslt_statsBox {
    display: block;
  }
  .cw_bfcm_calc_formRslt_inrBox:not(:last-child) {
    margin-bottom: 20px;
  }
  .cw_bfcm_calc_form_ctaBox a {
    width: 100%;
  }
  .cw_bfcm_calc_formRslt_ctaBox {
    margin-bottom: 10px;
  }
  .cw_bfcm_calc_formRslt_ctaBox a {
    width: 100%;
  }
  .cw_bfcm_calc_formRslt_ctaBox a.cw-glb-btn3 {
    margin: 10px 0 0 !important;
  }
  .preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap{
    flex-direction: column;
}

.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardLeftWrap{
    margin: 0 0 15px;
    text-align: center;
}

.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardRightWrap{
    text-align: center;
}

.preBFCMTwentyTwo .whyChoseCWSes .whyChoseCWBodyWrap .whyChoseCWCardsMainWrap .whyChoseCWCardWrap .whyChoseCWCardLeftWrap img{
    max-width: 50px;
}
}

@media (max-width: 500px) {
  .cw_bfcm_guid_tab_navBox ul li a span {
    font-size: 12px;
  }
  .bfcmFeaturesSec .mainWrap .box,
  .preCampaignSec .mainWrap .box {
    width: 100%;
  }
  .secondaryNavSec .wrap .cta {
    display: none;
  }
  .secondaryNavSec .wrap ul li a {
    font-size: 14px;
  }
  .calculateServerSec .calculatorWrap .optionList li,
  .calculateServerSec .calculatorWrap .wrap .selectApp .optionList li {
    width: 100%;
  }
  .caseStudiesSec.Animate .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .caseStudiesSec.Animate .wrap .box {
    width: 100%;
  }
  .preBFCMTwentyTwo .businessTrust .businessTrustBodyWrap .trustCardsmainWrap .prtnrCardWrap{
    width: 100%;
  }
  .preBFCMTwentyTwo .bfcmRecipeSec .bfcmRecipeBodyWrap .recipeBodyMainWrap .bodyCardWrap{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .preBFCMTwentyTwo .preBFCMbnrSec .preBFCMbnrNav li{
    padding: 8px 30px;
    }

    .preBFCMTwentyTwo .secondaryNavSec .wrap{
      flex-direction: column;
    }
    .preBFCMTwentyTwo .secondaryNavSec .wrap ul{
      flex-direction: column;
    }
    .preBFCMTwentyTwo .secondaryNavSec .wrap ul li{
      margin-bottom: 10px;
    }
    .preBFCMTwentyTwo .secondaryNavSec .wrap ul li:last-child{
      margin-bottom: 0;
    }
    .preBFCMTwentyTwo .preBFCMbnrSec .txt h1 span{
      font-size: 36px;
    }
}
/*# sourceMappingURL=cloudways_bfcm.css.map */