img {
  max-width: 100%;
  height: auto;
}

.gaz_container {
  max-width: 100%;
  margin: 0 auto;
  width: 1140px;
}

.gaz_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gaz_col,
.gaz_col_1,
.gaz_col_10,
.gaz_col_11,
.gaz_col_12,
.gaz_col_2,
.gaz_col_3,
.gaz_col_4,
.gaz_col_5,
.gaz_col_6,
.gaz_col_7,
.gaz_col_8,
.gaz_col_9,
.gaz_col_auto,
.gaz_col_lg,
.gaz_col_lg_1,
.gaz_col_lg_10,
.gaz_col_lg_11,
.gaz_col_lg_12,
.gaz_col_lg_2,
.gaz_col_lg_3,
.gaz_col_lg_4,
.gaz_col_lg_5,
.gaz_col_lg_6,
.gaz_col_lg_7,
.gaz_col_lg_8,
.gaz_col_lg_9,
.gaz_col_lg_auto,
.gaz_col_md,
.gaz_col_md_1,
.gaz_col_md_10,
.gaz_col_md_11,
.gaz_col_md_12,
.gaz_col_md_2,
.gaz_col_md_3,
.gaz_col_md_4,
.gaz_col_md_5,
.gaz_col_md_6,
.gaz_col_md_7,
.gaz_col_md_8,
.gaz_col_md_9,
.gaz_col_md_auto,
.gaz_col_sm,
.gaz_col_sm-1,
.gaz_col_sm-10,
.gaz_col_sm-11,
.gaz_col_sm-12,
.gaz_col_sm-2,
.gaz_col_sm-3,
.gaz_col_sm-4,
.gaz_col_sm-5,
.gaz_col_sm-6,
.gaz_col_sm-7,
.gaz_col_sm-8,
.gaz_col_sm-9,
.gaz_col_sm-auto,
.gaz_col_xl,
.gaz_col_xl_1,
.gaz_col_xl_10,
.gaz_col_xl_11,
.gaz_col_xl_12,
.gaz_col_xl_2,
.gaz_col_xl_3,
.gaz_col_xl_4,
.gaz_col_xl_5,
.gaz_col_xl_6,
.gaz_col_xl_7,
.gaz_col_xl_8,
.gaz_col_xl_9,
.gaz_col_xl_auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .gaz_container {
    width: 90% !important;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .gaz_col_md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .gaz_col_md_1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .gaz_col_md_2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .gaz_col_md_3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .gaz_col_md_4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .gaz_col_md_5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .gaz_col_md_6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gaz_col_md_7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .gaz_col_md_8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .gaz_col_md_9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .gaz_col_md_10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .gaz_col_md_11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .gaz_col_md_12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.gaz_page_title {
  background: url("../icon/support/support-banner-img.jpg") center center/cover
    no-repeat;
  background-color: #000;
  width: 100%;
  padding: 150px 0 150px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .gaz_page_title {
    padding: 70px 0 80px;
  }

  .gaz_page_title h1 {
    font-size: 42px !important;
  }

  .gaz_page_title p {
    width: 100% !important;
  }
}

.gaz_images_overlay {
  background-color: rgba(0, 0, 0, 0.45);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}

.gaz_breadcrumb {
  padding: 10px 20px 10px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(250, 250, 255, 40%);
  transition: all 0.3s ease-in-out;
}

.gaz_breadcrumb li {
  font-size: 16px !important;
  font-family: "Poppins", monospace;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 8px;
}

.gaz_breadcrumb li a {
  color: #fff;
}

.gaz_breadcrumb li a:hover {
  color: #000;
}

.gaz_breadcrumb li i {
  font-size: 12px;
  position: relative;
  top: -1px;
}

.gaz_page_title p {
  font-size: 16px !important;
  font-family: "Poppins", monospace;
  width: 60%;
  margin: 0 auto;
  padding: 25px 0 25px 0;
  color: #fff;
}

.gaz_page_title h1 {
  font-size: 58px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}

.gaz_support_section {
  padding: 65px 0;
}

.gaz_support_content h2 {
  font-size: 32px;
  color: #000;
  font-family: "Lato", sans-serif;
  margin-bottom: 18px;
  font-weight: bold;
  text-align: center;
}

.gaz_support_content p {
  font-size: 16px !important;
  font-family: "Poppins", monospace;
  padding: 0 0 15px;
  color: #000;
  text-align: justify;
}

.align-items-center {
  align-items: center !important;
}

@media (max-width: 767px) {
  .gaz_sbox {
    margin-bottom: 35px;
  }
  
  .gaz_sbox_s2 {
	  display: block !important;
  }
  
  .gaz_support i {
	  width: 25px;
  }
  
  .gaz_last_child {
	  margin-bottom: 0px !important;
  }
  
  .gaz_support ul li {
	  padding: 0px !important;
  }
  
  .gaz_support ul {
  width: 100% !important;}
  
  .gaz_support ul li {
	  display: flex !important;
  }
  
  .gaz_signinbox {
	  width: 100% !important;
  }
  
  .gaz_sbox_s2 h3 {
	  margin-bottom: 35px;
  }
  
  .gaz_signinbox p {
	  text-align: center !important;
  }
  
  .gaz_sbtn{
	  text-align: center;
  }

  .gaz_sbox h3 {
    font-size: 20px !important;
  }

  .gaz_signinbox p {
    padding-bottom: 25px !important;
  }

  .s_btn {
    margin-right: 0px !important;
  }

  .s_btn_2 {
    padding: 10px 20px 10px !important;
    margin-right: 0px !important;
    width: 90%;
    margin-top: 25px;
  }

  .gaz_searchInput {
    width: 100% !important;
  }
}

.gaz_share_support {
  display: flex;
}

.gaz_share_support ul {
  margin: 0 auto;
}

.gaz_share_support ul li {
  display: inline-block;
  color: #000;
  padding: 6px 8px;
  font-size: 14px;
  font-family: "Poppins", monospace;
}

.gaz_share_support li {
  display: flex;
}

.gaz_share_support li a i {
  opacity: 0.8;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: #fff;
  background-color: rgb(255, 255, 255);
  color: #9e9e9e;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gaz_share_support li.facebook i {
  background-color: #3b579d;
  color: #fff;
}

.gaz_share_support li.twitter i {
  background-color: #1da1f2;
  color: #fff;
}

.gaz_share_support li.google i {
  background-color: #ea4335;
  color: #fff;
}

.gaz_share_support li.linkedin i {
  background-color: #0177b5;
  color: #fff;
}

/* search input */

.gaz_searchInput {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  margin-top: 45px;
}

.gaz_searchInput input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  font-size: 18px;
  padding: 0 50px 0;
  border: 1px solid #cccccc;
  background-color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 50px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
}

.gaz_searchInput.active input {
  border-radius: 5px 5px 0 0;
}

.gaz_searchInput .gaz_resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.gaz_searchInput.active .gaz_resultBox {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.gaz_resultBox li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.gaz_searchInput.active .gaz_resultBox li {
  display: block;
}
.gaz_resultBox li:hover {
  background: #efefef;
}

.gaz_searchInput .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #0e7ac7;
  cursor: pointer;
}

.gaz_signinbox {
  margin-top: 45px;
  padding: 25px 0;
  background: url("../icon/support/back_bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  /* background-color: #f3f3f3; */
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 45px;
  width: 80%;
  border-radius: 6px;
}

.gaz_signinbox p {
  font-size: 18px !important;
  text-align: right;
  color: #000;
  padding: 0;
}

.s_btn {
  background-color: #0469e3;
  text-align: center;
  padding: 8px 20px 8px;
  color: #fff;
  border-radius: 24px;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  margin-right: 50px;
  font-family: "Poppins", monospace;
  transition: box-shadow 0.15s, transform 0.15s;
  font-weight: 600;
}

.s_btn:hover {
  background-image: radial-gradient(
    100% 100% at 100% 0,
    #30acff 0,
    #2439db 100%
  );
  transform: translateY(-2px);
}

.s_btn_2 {
  background-image: radial-gradient(
    100% 100% at 100% 0,
    #5abdff 0,
    #5468ff 100%
  );
  box-shadow: rgba(134, 128, 147, 0.4) 0 2px 4px,
    rgba(255, 255, 255, 0.3) 0 7px 13px -3px,
    rgba(127, 130, 149, 0.5) 0 -3px 0 inset;
  text-align: center;
  padding: 15px 35px 15px;
  color: #fff;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  font-family: "Poppins", monospace;
  transition: box-shadow 0.15s, transform 0.15s;
}

.s_btn_2:hover {
  background-image: radial-gradient(
    100% 100% at 100% 0,
    #30acff 0,
    #2439db 100%
  );
  transform: translateY(-2px);
}


.gaz_mt_45 {
  margin-top: 45px;
}

.gaz_sbox {
  background-color: #fbf1f7;
  padding: 35px 0 0;
  text-align: left;
  /* border: 1px solid #cccccc; */
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06); */
}

.gaz_box_2 {
  background-color: #efedff !important;
}

.gaz_box_3 {
  background-color: #edf6ff !important;
}

.gaz_sbox_img {
  text-align: center;
  padding: 15px 0 0;
}

.gaz_sbox_img img {
  width: 200px;
  height: auto;
}

.gaz_sbox {
  position: relative;
}

.gaz_sbox h3 {
  font-size: 22px;
  font-family: "Poppins", monospace;
  font-weight: 500;
  color: #000;
  transition: 0.4s;
  margin-bottom: 45px;
  margin-left: 35px;
}

.gaz_sbox .gaz_sbox_img {
  overflow: hidden;
}

.gaz_sbox .gaz_sbox_img img {
  transition: 0.4s;
}

.gaz_sbox:hover img {
  transform: scale(1.15);
}

.gaz_sbox:hover h3 {
  color: #5468ff;
}

.gaz_79 {
  margin-bottom: 79px !important;
}

.gaz_support_section_2 {
  padding: 65px 0 25px;
  background-color: #f3f3f3;
}

.gaz_support_content_2 h4 {
  font-size: 32px;
  color: #000;
  font-family: "Lato", sans-serif;
  margin-bottom: 65px;
  font-weight: bold;
  text-align: center;
}

.gaz_support_section_3 {
  padding: 45px 0;
  background-color: #fff;
}

.gaz_share_support {
  text-align: center;
}

.gaz_support_section_3 {
  text-align: center;
}

.gaz_support_section_3 h6 {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Poppins", monospace;
  font-weight: 500;
}

html {
  font-size: 16px;
}

.gaz_d_box h5 {
  color: #5468ff;
  font-size: 22px;
  padding-bottom: 15px;
  font-family: "Lato", sans-serif;
}

.gaz_d_box ul li {
  font-family: "Poppins", monospace;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

.gaz_d_box ul {
  padding-left: 15px;
  margin: 0;
}

.gaz_d_box img {
  width: 60px;
  height: auto;
}

.gaz_d_box {
  margin-bottom: 45px;
}


.gaz_sbox_s2 {
  background-image: radial-gradient(100% 100% at 100% 0, #5abdff 0, #5468ff 100%);
  padding: 35px 35px 0;
  text-align: left;
  border-radius: 6px;
  
}

.gaz_sbox_img img {
  width: 200px;
  height: auto;
}

.gaz_sbox_s2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.gaz_sbox_s2 h3 {
  font-size: 22px;
  font-family: "Poppins", monospace;
  font-weight: 500;
  color: #fff;
  transition: 0.4s;
}

.gaz_sbox_s2 .gaz_sbox_img_2 {
  overflow: hidden;
  padding: 0 25px 0 25px;
}

.gaz_sbox_s2 .gaz_sbox_img_2 img {
  transition: 0.4s;
  position: relative;
  top: 3px;
}

.gaz_sbox_s2:hover img {
  transform: scale(1.15);
}

.gaz_sbox_img_2 img {
  width: 300px;
  height: auto;
}


.gaz_help h4 {
  font-size: 22px;
  font-family: "Poppins", monospace;
  font-weight: 500;
  color: #000;
  transition: 0.4s;
}

.gaz_support ul{
	width: 80%;
	margin-top: 15px;
}

.gaz_support ul li{
	list-style: none;
	display: inline-block;
	margin-bottom: 25px;
	font-size: 16px;
	font-family: "Poppins", monospace;
    font-weight: 400;
	color: #000;
	padding: 0 25px 0 0;
	transition: 0.4s;
}


.gaz_support ul li a{
	color: #0469e3;
	transition: 0.4s;
}

.gaz_support ul li a:hover{
	color: #000;
	transition: 0.4s;
}

.gaz_support i{
	margin-right: 15px;
	font-size: 20px !important;
	color: #000;
}


.ddd {
  color: #899600;
}