.header-main {position: relative !important;}
#header-top-bar {background: #204b6a;}
.inner-banner {height: 650px;padding-top: 80px;position: relative;background-image: url("../images/migrate-banner.jpg");background-position: top center;background-size: 100%;background-repeat: no-repeat;color: #fff;}
.inner-banner h1 {font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.2;
}

.inner-banner .form-group label {
  width: 100% !important;
}

.inner-banner .form-group input {
  background: #fff;
  border-radius: 30px;
  padding: 12px 20px 12px 20px;
  font-weight: 400;
  width: 100%;
  border: 2px solid #1866ae;
}

.inner-banner .form-group button {
  background: #1866ae;
  color: #fff;
  border-radius: 30px;
  font-family: 'Poppins-Regular';
  font-size: 18px;
  font-weight: 400;
  padding: 11px 36px 10px 36px;
  right: 15px;
  text-align: center;
  position: absolute;
  border: 0px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-top: 2px;
}

.inner-banner .form-group button:hover {
  background: #fb7820;
  color: #fff;
}

.inner-banner .form-group input:focus {
  outline: 0;
}

.inner-banner ul {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 20px;
}

.inner-banner ul li {
  font-family: 'Poppins-Semibold';
  font-size: 22px;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 26px 0px #0D2E4D;
  border: 1px solid #328bdd;
  transition: all .3s ease-in-out;
}
.inner-banner ul li:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.inner-banner ul li p {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  text-align: center;
}

.inner-banner h2 {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  margin: 20px 0px 0px 0px;
  line-height: 26px;
  color: #ffde26;
}

.inner-banner a {
  font-family: 'Poppins-Medium';
  color: #ffde26;
  transition: all .3s ease-in-out;
}

.inner-banner a:hover {
  background: none;
  color: #fff;
}
.inner-banner-pp {
  height: 650px;
  padding-top: 80px;
  position: relative;
  background-image: url("../images/domain-privacy-protection-banner.jpg");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.migrate{padding: 60px 0px;position: relative; font-family: 'Poppins-Regular';color: #2a2a2a;background: #f7fafe;}
.migrate h2 {padding: 0px 30px;color: #1e1e1e; font-size: 34px;text-align: center;width: 100%;}
.migrate h3 {font-size: 20px;color: #1766ae;}
.migrate p {font-family: 'Poppins-Regular'; font-size: 16px !important;margin: 0 auto 50px auto;width: 100%;}
.migrate .card{box-shadow:0 1px 30px 0 rgba(0, 0, 0, 0.05); will-change: transform;}
.migrate .card:hover{transform: translateY(-15px);box-shadow: 2px 10px 20px 0 rgba(37, 60, 140, 0.2) !important;transition: all 0.3s ease-in;}

.terms{padding: 60px 0px;position: relative; font-family: 'Poppins-Regular';color: #2a2a2a;}
.terms p {font-family: 'Poppins-Regular'; font-size: 16px;width: 100%;}
.terms ul {position: relative;padding: 0px;margin-left: 20px;text-align: justify;}
.terms ul li {font-family: 'Poppins-Regular';padding:8px 0px;list-style: disc!important;}
.terms h2 {padding: 0px 30px;color: #1e1e1e; font-size: 34px;text-align: center;width: 100%;}

.bg-table{background: #fff;box-shadow: 0 7px 17px rgba(0, 0, 0, 0.15);border-radius: 8px;font-family:Lato,sans-serif;margin-bottom: 40px;}
.bg-table thead {border-radius: 18px;}
.bg-table thead th{ font-size:24px; text-align: center; color: #fff;border-top: 0px solid #dee2e6;}
.bg-table thead th:first-child{border-top-left-radius: 0px;}
.bg-table thead th:last-child{border-top-right-radius: 0px;}
.bg-table th, .bg-table td{font-size:16px;  padding:15px 15px !important;text-align: center;}
.bg-table tbody tr td:first-child{font-weight: 600;text-align: left;}
.head td:first-child{text-align: left;color: #252525;font-size: 20px; background: #daecf7;border-top: 2px solid #c9d7e0;
  border-bottom: 2px solid #c9d7e0;}
.bg-table td i.fa-check{color: #258D5C;}
.bg-table td i.fa-times {color: #F23131}
.bg-table th, .bg-table td a{color: #007bff;transition: all .3s ease-in-out;}
.bg-table th, .bg-table td a:hover{color: #212529;text-decoration: none;}
.bg-table th, .bg-table td i{font-size: 16px;color: #b0bec8;}
.bg-table tr:hover{background: #f0f7fd;}
.bg-table thead tr:hover{background:none;}
.stk-tblhd{position: sticky; top: 98px; background: #204b6a;box-shadow: 0 2px 2px #eee;z-index:1;}
.orng{background:#fb7820;}
.trbg {background: #fff;}
.trbg:hover {background: #ffede1!important;}

.why {padding: 60px 0px;position: relative;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);}
.why h2 {
  padding: 0px 30px;
  color: #1e1e1e;
  font-family: 'Poppins-Regular';
  font-size: 34px;
  text-align: center;
  width: 100%;
}

.why p {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  text-align: center;
  margin: 0 auto 50px auto;
}

.why section {
  border: 1px solid #daecf7;
  border-top-color: rgb(240, 244, 255);
  border-top-style: solid;
  border-top-width: 1px;
  border-radius: 16px;
  border-top: 9px solid #daecf7;
  padding: 20px;
  height: 300px;
}

.why section h5 {
  padding: 5px 0px;
  font-family: 'Poppins-Regular';
  font-size: 24px;
  margin-bottom: 10px;
}

.why section p {
  padding: 5px 0px;
  font-family: 'Poppins-Regular';
  font-size: 15px;
  margin-bottom: 10px;
  text-align: justify;
}

@media only screen and (min-width:320px)and (max-width:479px) {
  .inner-banner {
    padding-top: 20px;
    height: 280px;
    background: #204b6a;
  }
  .inner-banner h1 {font-size: 32px;}
  .inner-banner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .inner-banner ul {padding: 0px 0px 10px 0px;}
  .inner-banner ul li {font-size: 16px;padding: 5px 32px;margin-bottom: 10px;}
  .inner-banner h2 {font-size: 16px;margin: 10px 0px 0px 0px;line-height: 22px;}
  .inner-banner .amt {width: 34%;}

  .inner-banner .amt h3 {
    font-size: 40px;
  }

  .inner-banner .amt h3 sup {
    font-size: 16px;
    top: -16px;
  }

  .inner-banner a {
    font-size: 14px;
    padding: 12px 8px;
    top: 32px;
  }

  .banner {
    padding-top: 120px;
  }

  .banner .banner-content h1 {
    font-size: 60px;
  }

  .banner .banner-content p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .inner-banner .form-group input{padding: 10px 20px 10px 20px;}
  .inner-banner .form-group button{font-size: 16px;padding: 10px 24px 10px 24px;}

.bg-table thead th{font-size: 18px;}
.migrate h2{font-size: 22px;}
.migrate h3{font-size: 18px;}
.migrate p{font-size: 14px;}
  .why {
    padding: 30px 0px 0px 0px;
  }

  .why h2 {
    font-size: 22px;
    padding: 5px 0px;
    margin-bottom: 10px;
  }

  .why section {
    padding: 10px 20px;
    margin-bottom: 15px;
    height: 310px;
  }

  .why section h5 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .migrate{padding: 30px 0px;}
  .migrate h2{font-size: 22px;}
  .migrate h3{font-size: 18px;}
  .migrate p{font-size: 14px;}
  
  .terms{padding: 0px 15px;}
  .terms h2{font-size: 22px;}
  .terms p{font-size: 14px;}
  .terms ul{margin-left: 10px;}
  .terms ul li{font-size: 14px;padding: 5px 0px;}
  .stk-tblhd{top: 0px;}
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .inner-banner {
    padding-top: 20px;
    height: 280px;
    background: #204b6a;
  }

  .inner-banner h1 {
    font-size: 35px;
  }
  .inner-banner h2 {font-size: 16px;margin: 10px 0px 0px 0px;line-height: 22px;}

  .inner-banner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .inner-banner ul {
    padding: 0px 0px 10px 0px;
  }

  .inner-banner ul li {
    font-size: 16px;
  }

  .inner-banner h2 {
    font-size: 25px;
  }

  .inner-banner .amt {
    width: 34%;
  }

  .inner-banner .amt h3 {
    font-size: 40px;
  }

  .inner-banner .amt h3 sup {
    font-size: 16px;
    top: -12px;
  }

  .inner-banner a {
    font-size: 14px;
    padding: 12px 20px;
  }

  .banner {
    padding-top: 120px;
  }

  .banner .banner-content h1 {
    font-size: 60px;
  }
  .banner .banner-content p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .bg-table thead th{font-size: 18px;}
  .why {
    padding: 30px 0px 0px 0px;
  }

  .why h2 {
    font-size: 22px;
    padding: 5px 0px;
    margin-bottom: 10px;
  }

  .why section {
    padding: 10px 20px;
    margin-bottom: 15px;
    height: 310px;
  }

  .why section h5 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .migrate{padding: 30px 0px;}
  .migrate h2{font-size: 22px;}
  .migrate h3{font-size: 18px;}
  .migrate p{font-size: 14px;}

  .terms{padding: 0px 15px;}
  .terms h2{font-size: 22px;}
  .terms p{font-size: 14px;}
  .terms ul{margin-left: 10px;}
  .terms ul li{font-size: 14px;padding: 5px 0px;}
  .stk-tblhd{top: 70px;}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .inner-banner {
    padding-top: 20px;
    height: 280px;
    background: #204b6a;
  }

  .inner-banner h1 {
    font-size: 35px;
  }
  .inner-banner h2 {font-size: 18px!important;margin: 10px 0px 0px 0px;line-height: 24px;}
  .inner-banner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .inner-banner ul {
    padding: 0px 0px 10px 0px;
  }

  .inner-banner ul li {
    font-size: 16px;
  }

  .inner-banner h2 {
    font-size: 25px;
  }

  .inner-banner .amt h3 {
    font-size: 40px;
  }

  .inner-banner .amt h3 sup {
    font-size: 16px;
    top: -12px;
  }

  .inner-banner a {
    font-size: 14px;
    padding: 12px 20px;
    top: 32px;
  }

  .banner {
    padding-top: 120px;
  }

  .banner .banner-content h1 {
    font-size: 60px;
  }

  .banner .banner-content p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .bg-table thead th{font-size: 18px;}
  .why {
    padding: 30px 0px 0px 0px;
  }

  .why h2 {
    font-size: 22px;
    padding: 5px 0px;
    margin-bottom: 10px;
  }

  .why section {
    padding: 10px 20px;
    margin-bottom: 15px;
    height: 360px;
  }

  .why section h5 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .migrate{padding: 30px 0px;}
  .migrate h2{font-size: 22px;}
  .migrate h3{font-size: 18px;}
  .migrate p{font-size: 14px!important;}
  .terms{padding: 0px 15px;}
  .terms h2{font-size: 22px;}
  .terms p{font-size: 14px;}
  .terms ul{margin-left: 10px;}
  .terms ul li{font-size: 14px;padding: 5px 0px;}
  .stk-tblhd{top: 50px;}
}
@media only screen and (min-width:1024px) and (max-width:1280px) {
  .banner {padding-top: 140px;}
  .banner .banner-content h1 {font-size: 50px;}
  .banner .banner-content p {font-size: 20px;margin-bottom: 16px;}
  .mrlft {margin-left: 120px}
  .terms{padding: 0px 15px;}
  .terms h2{font-size: 22px;}
  .terms p{font-size: 14px;}
  .terms ul{margin-left: 10px;}
  .terms ul li{font-size: 14px;padding: 5px 0px;}
  .stk-tblhd{top: 50px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .inner-banner {padding-top: 20px;height: 450px;}
  .inner-banner h1 {font-size: 35px;}
  .inner-banner p {font-size: 16px;line-height: 24px;margin-bottom: 15px;}
  .inner-banner ul {padding: 0px 0px 10px 0px;}
  .inner-banner ul li {font-size: 16px;  }
  .inner-banner h2 {font-size:18px; margin: 10px 0px 0px 20px;}
  .inner-banner .amt h3 {font-size: 30px;}
  .inner-banner .amt h3 sup {font-size: 16px;top: -12px;}
  .inner-banner a {font-size: 14px;padding:12px 10px;top: 20px;}
}
@media (min-width: 1080px) {
  .inner-banner {padding-top: 40px;height: 350px;}
  .inner-banner h1 {font-size: 35px;}
  .inner-banner h2{margin: 10px 0px 0px 0px;}
  .inner-banner p {font-size: 16px;line-height: 24px;}
  .inner-banner ul {padding: 0px 0px 10px 0px;}
  .inner-banner ul li {font-size: 16px;padding: 5px 15px;margin-right: 5px;}
  .inner-banner .amt {width: 20%;}
  .inner-banner .amt h3 {font-size: 30px;}
  .inner-banner .amt h3 sup {font-size: 16px;top: -12px;  }
  .why h2 {font-size: 22px;padding: 5px 0px;}
  .why section {padding: 10px 20px;margin-bottom: 15px;height: 440px;  }
  .why section h5 {font-size: 20px;margin-bottom: 0px;}
  .migrate h2{font-size: 22px;}
  .migrate h3{font-size: 18px;}
  .migrate p{font-size: 14px!important;}
  .bg-table thead th {font-size: 18px;}
}
@media (min-width:1920px) {
  .inner-banner {padding-top: 80px;height: 460px;}
  .inner-banner h1 {font-size: 52px;}
  .inner-banner p {font-size: 24px;line-height: 34px;}
  .inner-banner ul {padding: 0px 0px 10px 0px;}
  .inner-banner ul li {font-size: 22px;}
  .inner-banner .amt {width: 14%;}
  .inner-banner .amt h3 {font-size: 50px;}
  .inner-banner .amt h3 sup {font-size: 26px;top: -22px;  }
  .why h2 {font-size: 34px;padding: 5px 0px;}
  .why section {padding: 10px 20px;margin-bottom: 15px;height: 360px;}
  .why section h5 {font-size: 24px;margin-bottom: 0px;}
  .migrate h2{font-size: 34px;}
  .migrate h3{font-size: 20px;}
  .migrate p{font-size: 16px!important;}
  .bg-table thead th {font-size: 24px;}
}