/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
  background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
  background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
  color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
  color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #E4E4E4;
  border-left: 5px solid #2ECC71;
}

#generic_price_table .generic_content .generic_price_btn a {
  border: 1px solid #2ECC71;
  color: #2ECC71;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
  border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  background-color: #2ECC71;
  color: #fff;
}

#generic_price_table {
  margin: 50px 0 50px 0;
  font-family: 'Raleway', sans-serif;
}

.row .table {
  padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
  margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
  border-style: solid;
  border-width: 90px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
  display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 400;
  vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;

}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3 {
    float: left;
    width: 50%;
  }

  #generic_price_table .col-md-4 {
    float: left;
    width: 50%;
  }

  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

#generic_price_table_home {
  font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
  color: #7885CB;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.demo-pic {
  margin: 0 auto;
}

.demo-pic:hover {
  opacity: 0.7;
}

#generic_price_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}

#generic_price_table_home li {
  float: left;
}

#generic_price_table_home li+li {
  margin-left: 10px;
  padding-bottom: 10px;
}

#generic_price_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}

#generic_price_table_home .blue {
  background: #3498DB;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
  background: #2ECC71;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
  background: #7F8C8D;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
  background: #34495E;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
  background: #E67E22;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
  background: #9B59B6;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
  background: #E74C3C;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
  background: #1ABC9C;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}

#generic_price_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}

#generic_price_table_home .itemname {
  text-align: center;
  font-size: 50px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
}

#generic_price_table_home .itemnametext {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  text-transform: uppercase;
  display: inline-block;
}

#generic_price_table_home .footer {
  padding: 40px 0;
}

.price-heading {
  text-align: center;
}

.price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}

.demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}

.demo-button:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none;

}

.bottom_btn:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none;
}

/****/
.tab-banggia-tkw .box-hx {
  /* transition: all 0.6s; */
  background: #FFF;
  width: 100%;
}

.tab-banggia-tkw .box-hx:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, .05);
  transform: translate(0, -20px) scale(1.01);
}

.tab-banggia-tkw .box-i .tkw-title {
  border-bottom: 1px solid #eee;
  padding: 20px 10px;
  text-align: center;
  background-color: #111;
  font-size: 20px;
  color: #FFF;
}

.tab-banggia-tkw .box-i .tkw-title.green {
  background: #84ba3f;
}

.tab-banggia-tkw .box-i .tkw-desc.gray {
  background-color: #eee;
  font-size: 20px;
}

.tab-banggia-tkw .box-i .tkw-desc.mau1 {
  background-color: #3899e8;
  font-size: 20px;
  color: #FFF;
  border-bottom: 0px solid transparent;
}

.tab-banggia-tkw .box-i .tkw-desc.mau2 {
  background-color: #3289d0;
  font-size: 20px;
  color: #FFF;
  border-bottom: 0px solid transparent;
}

.tab-banggia-tkw .box-i .tkw-desc.mau3 {
  background-color: #2c7ab9;
  font-size: 20px;
  color: #FFF;
  border-bottom: 0px solid transparent;
}

.tab-banggia-tkw .box-i .tkw-desc {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  font-family: Rotobo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #626262;
}

.tab-banggia-tkw .box-i .tkw-desc span {
  font-size: 15px;
}

.tab-banggia-tkw .box-i .tkw-footer {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  background: #eee;
}

.tab-banggia-tkw .box-i .tkw-footer .button {
  background: #84ba3f;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  border: 2px solid #84ba3f;
  cursor: pointer;
}

.box-i.box-i-5 {
  width: 20%;
  margin-bottom: 30px;
  display: inline-flex;
}


/****/

@media screen and (max-width: 1200px) {
  .navigation .menu-item>a {
    padding: 20px 12px;
  }
}

@media screen and (max-width: 1024px) {
  #intro .txt .t1 {
    font-size: 35px;
  }

  #intro .txt .t2 {
    font-size: 15px;
  }

  intro .text .t1 {
    font-size: 20px;
  }

  #intro .text .t1 span {
    font-size: 40px;
  }

  #intro .text .t2 {
    font-size: 20px;
  }

  #intro .text .t2 span {
    font-size: 30px;
  }

  .box-i.box-i-5 {
    width: unset;
  }

}

@media screen and (max-width: 960px) {

  #intro .content {
    margin-right: unset;
  }
}

@media screen and (max-width: 768px) {
  #intro .text .t1 span {
    font-size: 35px;
  }

  #intro .text .t1,
  #intro .text .t2 {
    padding-left: unset;
  }

  .popup {
    width: 100%;
  }

  #reviews .item h3 {
    font-size: 15px;
  }

  #reviews .process-tittile .section-title {
    padding: 20px 0 30px;
  }
}

@media screen and (max-width: 430px) {
  .hidden-mobile {
    display: none;
  }

  .post--single {
    background-color: unset;
    padding: unset;
  }

  tbody tr td span {
    font-size: 15px;
  }

  .box-i.box-i-5 {
    width: 100%;
  }
}

/* .text-white{
  color:white;
  font-size: 23px;
} */
.page-intro .page-intro__title,
.page-intro p {
  font-family: 'roboto';
  letter-spacing: unset
}

.page-intro .page-intro__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 28px;
}

.page-intro .page-intro__title:after {
  content: url(/storage/general/title-bottom-line.png);
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 20px);
}

.page-intro:after {
  content: unset
}

.d-none {
  display: none
}

.plan {
  background: #fff none repeat scroll 0 0;
  border-radius: 15px;
  box-shadow: 0 0 4px #aaa;
  margin: 0 0 15px;
  min-height: 90px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.plan .promotion {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pricing_row .plan,
.pricing_row .plan .header {
  /* border-radius: 0; */
}

.pricing_row .plan:hover {
  box-shadow: 0px 1px 6px 2px #ababab;
}

.pricing_row .mb-5 {
  margin-bottom: 15px;
  padding: 0 10px;
}

.plan .header {
  background: #eee none repeat scroll 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #999;
  padding: 12px 15px;
  position: relative;
}

.plan .header::after {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #000;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

.plan ul {
  list-style-type: none;
}

.plan .price {
  margin: 0 auto;
  padding: 20px 0 10px;
  width: 100%;
}

.plan .price small {
  margin-top: -20px;
  display: table-caption;
  color: white;
  font-size: 67%;
}

.plan.type-1 .header {
  background-color: #00b8fc;
}

.plan.type-2 .header {
  background-color: #02c757;
}

.plan.type-3 .header {
  background-color: #ddc068;
}

.plan.type-1 .header::after {
  border-top-color: #00b8fc;
}

.plan.type-2 .header::after {
  border-top-color: #02c757;
}

.plan.type-3 .header::after {
  border-top-color: #ddc068;
}

.plan.type-1 .price-01 {
  background-color: #00baff;
}

.plan.type-1 .price-02 {
  background-color: #00a4e1;
}

.plan.type-1 .price-03 {
  background-color: #029bd4;
}

.plan.type-2 .price-01 {
  background-color: #00e563;
}

.plan.type-2 .price-02 {
  background-color: #00d15a;
}

.plan.type-2 .price-03 {
  background-color: #02c054;
}

.plan.type-3 .price-01 {
  background-color: #fae395;
}

.plan.type-3 .price-02 {
  background-color: #e8ce7e;
}

.plan.type-3 .price-03 {
  background-color: #ddc068;
}

.plan .price span {
  font-size: 18px;
  line-height: 1;
  vertical-align: top;
  font-weight: 400;
  color: white;
}

.plan .price h6 {
  color: #eaeaea;
  font-size: 15px;
}

.plan ul li {
  line-height: 22px;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}

.plan ul li:first-child {
  padding: 25px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 16px;
  box-shadow: inset 0 0 10px #21212187;
  color: #fff;
}

.plan.type-1 ul li:first-child {
  background-color: #005b8e;
}

.plan.type-2 ul li:first-child {
  background-color: #017834;
}

.plan.type-3 ul li:first-child {
  background-color: #957d39;
  color: #f0ff2b;
}

.plan ul li:first-child .size {
  font-size: 35px;
  line-height: 35px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid;
}

.plan ul li:last-child {
  border-bottom: unset
}

.plan .bg-danger-custom {
  background-color: #dc3545 !important;
}

.plan .header h3 {
  margin: 5px 0;
  color: #fff;
}

.plan .bg-danger-custom h3 {
  color: white;
}

.price-package small {
  margin: -5px 5px;
  position: absolute;
}

.searchbar {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  gap: 20px;
}

.add-to-check-domian {
  background: var(--color-1st);
  color: #fff;
  border-radius: 50%;
  width: 40px !important;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-to-check-domian:hover {
  color: #fff;
}

.search_input {
  color: #000;
  border-radius: 30px;
  outline: 0;
  background: #fff;
  width: 60%;
  line-height: 40px;
  transition: width 0.4s linear;
  padding: 0 10px;
  border: 0;
}

.searchbar:hover>.search_icon {
  background: white;
  color: #e74c3c;
}

.search_icon {
  color: white;
  text-decoration: none;
}

#domain-info .line>* {
  text-align: left;
}

#domain-info .line.split-3>* {
  width: 30.3%;
}

#domain-info .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#domain-info p {
  color: #0094dd;
  font-size: 15px;
  margin: 0 10px;
}

#domain-info h2 {
  color: #005d25;
  font-size: 17px;
  margin-top: 20px;
}

#domain-info i {
  margin-right: 10px;
}

#domain-info p.danger {
  color: red;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 80px;
  height: 80px;
  visibility: hidden;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-1st);
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.domain-input {
  padding: 25px;
  position: relative;
}

.domain-input h2 {
  text-transform: uppercase;
  color: #ffb400;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.8;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 16px;
  position: relative;
}

.table>tbody .small,
.table>tbody small {
  font-size: 100%;
  color: red;
  position: absolute;
  margin-left: 5px;
  top: 5px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
}

.overlay-on {
  visibility: visible !important;
  opacity: 1 !important;
}

.popup {
  margin: 110px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 1s ease-in-out;
  max-height: 70%;
  overflow-y: auto;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.tab-content.hosting {
  margin-top: 15px
}

.nav-tabs>li>a {
  font-weight: bold;
  font-size: 18px;
}

a#close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 25px;
  color: #2a93dd;
}

.col-lg-9 .page-content .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.block-type-domain {
  border-radius: 10px;
  padding: 20px;
}

.block-type-domain h3 {
  font-size: 18px;
}

.block-type-domain label {
  margin-left: 5px;
  font-weight: 400;
  text-transform: lowercase;
}

@media only screen and (max-width: 1000px) {
  #process {
    background: #f5f5f5;
    height: auto;
  }

  header .container {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #line-quytrinh {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .process-item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 34px;
    height: auto;
  }

  .process-tittle {
    height: auto;
  }

  .process-cmt {
    height: auto;
  }

  #line-quytrinh {
    display: none;
  }

  .process-tittile .section-title {
    width: 100%;
  }

  #domain-info .line {
    display: unset !important;
  }

  #domain-info .line.split-3>* {
    width: 100%;
  }

  .popup {
    width: 90%;
  }

  .domain-ext {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1499px) {
  #line-quytrinh {
    margin-left: -150px;
  }
}

@media screen and (max-width: 1365px) {
  #line-quytrinh {
    margin-left: -180px;
  }
}

@media screen and (max-width: 1199px) {
  #line-quytrinh {
    margin-left: -330px;
  }
}

@media screen and (max-width: 991px) {
  #line-quytrinh {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #line-quytrinh {
    display: none;
  }

  .widget-toannang-mom {
    min-height: auto;
  }

  .process-tittile .section-title {
    font-size: 2rem;
    line-height: 1.3;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 600px) {
  #process .content-wrapper .step-col {
    width: 100%;
  }
}