@charset "utf-8";

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

ol,ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,img,a img {
  border: 0;
  outline: 0!important;
  text-decoration: none!important;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h1,h2,h3,h4,h5,h6,p,figure {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}

#response {
  color: #EC3E50;
  font-weight: 700;
}

#response2 {
  color: #58AB64;
  font-weight: 700;
  margin: 50px 0;
  text-align: center;
  width: 100%;
  border: 2px dotted;
}

.fl-lt {
  float: left;
}

.fl-rt {
  float: right;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.clearfix:before,.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

::-moz-selection {
  background: #e24646;
  color: #fff;
  text-shadow: none;
}

::-o-selection {
  background: #e24646;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #e24646;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #e24646;
  color: #fff;
  text-shadow: none;
}

.ques {
  color: #e24646;
  text-transform: uppercase;
  padding-bottom: 10px;
  line-height: 30px;
}

.tab-txt {
  font-family: 'Roboto',sans-serif;
  font-style: normal;
  font-weight: 300;
}

.cont-block p {
  font-weight: 300;
  line-height: 20px;
  overflow: hidden;
  padding: 10px;
  text-align: justify;
  font-size: 16px;
}

.partner-details {
  background: #f6f5f5;
  padding: 28px 0;
  margin-bottom: 27px;
}

.partner-chart {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 3px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 22px 0;
}

.partner-chart strong {
  background: #e24646;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
}

.partner-chart p {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  padding: 20px;
}

.partner-chart figure {
  text-align: center;
  padding: 20px;
  margin: 3px 0;
  min-height: 100px;
}

.partner-chart img.b {
  vertical-align: baseline;
}

.partner-chart small {
  background: #00c0fa;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 2px;
}

.partner-chart-list {
  background: #2c3e50;
  padding: 11px 3px;
}

.partner-chart-list a.button5 {
  font-size: 16px;
  line-height: 49px;
  margin: 0 6px;
}

body {
  background: #FFFFF7;
  font-family: 'Roboto',sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin: 0;
  width: 100%!important;
  float: left!important;
  overflow-x: hidden!important;
  box-sizing: border-box;
}

.headstyle {
  color: #FFF;
}

.headstyle:hover {
  color: #e24646;
}

.header {
  background: #fff;
}

.language {
  float: left;
  height: 30px;
  margin: 7px 0 8px;
  width: 140px;
}

.header-cont {
  float: right;
}

.header-nav {
  float: left;
}

.header-nav ul {
  list-style: none;
}

.header-nav ul li {
  background: url(../img/header-nav-devider.png) right center no-repeat;
  float: left;
  padding: 4px 8px;
}

.header-nav ul li a {
  display: block;
  font-size: 12px;
  color: #354561;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 12px;
}

.header-nav ul li:hover a {
  background: #354561!important;
  border-radius: 5px;
  position: relative;
  color: #fff!important;
}

.header-nav ul li.active a {
  background: #354561;
  border-radius: 5px;
  position: relative;
  color: #fff;
}

.header-link {
  float: right;
}

.header-link a {
  background: url(../img/header-nav-devider.png) right center no-repeat;
  font-size: 12px;
  color: #354561;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 17px;
}

.header-link a i {
  font-size: 17px;
  margin-right: 7px;
}

.header-link a:hover {
  color: #e24646;
}

.header-link a img {
  margin: 0 8px 0 0;
}

.header-link a:last-child {
  background: none!important;
  padding-right: 0!important;
}

.navigation-area {
  background: #2a3843;
  position: relative;
}

.navigation-area.odd {
  border-bottom: 4px solid #e24646;
}

.logo {
  padding: 14px 0 18px;
  display: block;
}

.banner {
  background: #e24646;
}

.banner-txt {
  float: left;
  padding: 69px 0 0;
  width: 648px;
}

.banner-txt h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 1px;
  padding: 0 0 12px;
}

.banner-txt h1 strong,.banner-txt h2 strong,.search-bar h3 strong {
  font-weight: 900;
}

.banner-txt h2 {
  font-size: 28px;
  color: #2c3e50;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
}

.banner-txt p {
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding-top: 30px;
  letter-spacing: 1px;
}

.banner-txt .spacer {
  height: 100px;
}

.search-bar {
  position: relative;
  float: right;
  margin-bottom: 20px;
}

.search-bar h3 {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  padding: 14px;
  letter-spacing: 1px;
}

.input-txt {
  background: #fff;
  width: 463px;
  height: 55px;
  border: 0;
  position: relative;
  border-radius: 5px;
  float: left;
  margin-right: 7px;
  font-size: 18px;
  font-weight: 500;
  color: #2d86ba;
  padding: 0 12px;
}

.bord {
  border-top: 1px dotted #ed8c8c;
  margin-bottom: 20px;
}

.select-box {
  background: #fff url(../img/dropdown-arrow5.png) right center no-repeat;
  height: 55px;
  border: 0!important;
  position: relative;
  border-radius: 5px;
  cursor: default;
  overflow: hidden;
  width: 161px;
  float: left;
  margin-right: 7px;
  outline: 0!important;
}

.select-box select {
  background: transparent;
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 55px;
  text-indent: 3px;
  outline: 0!important;
  font-size: 18px;
  color: #2d86ba;
  font-weight: 700;
}

.select-box select option {
  font-size: 16px;
  padding: 3px;
  font-weight: 700;
  color: #000;
}

.search-btn {
  background: #e24646;
  width: 150px;
  height: 55px;
  float: left;
  border: 0;
  border-bottom: 2px solid #242f44;
  border-radius: 4px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search-btn:hover {
  background: #c0392b;
}

a.learn-more-banner {
  background: #242f44;
  width: 200px;
  height: 55px;
  border: 0;
  border-bottom: 2px solid #121a28;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.learn-more-banner:hover {
  background: #2a3b5c;
}

.domain-ext {
  display: block;
  float: left;
}

a.extension {
  display: block;
  font-weight: 900;
  border-radius: 5px;
  text-decoration: none;
  color: #e24646;
  background: #FFF;
  min-height: 80px;
  min-width: 100px;
  margin-top: 30px;
  text-align: center;
  padding-top: 10px;
}

a.extension span.name {
  font-size: 22px;
}

a.page-down-arrow {
  width: 54px;
  margin: 0 auto;
  display: block;
}

.banner-pic {
  float: right;
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-domain-box {
  background: #263D4E;
  padding: 0 0;
}

.home-domain-box h2 {
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 14px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-domain-box h2 strong {
  font-weight: 700;
}

.our-service {
  padding: 53px 0 38px;
  font-size: 16px;
  color: #3d3d3d;
}

.heading-txt {
  background: url(../img/txt-line-bg.png) left center repeat-x;
  text-align: center;
}

.heading-txt h2 {
  background: #fff;
  font-size: 40px;
  font-weight: 300;
  color: #e24646;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 11px;
}

.heading-txt h2 strong {
  font-weight: 900;
}

.heading-txt h4 {
  background: #fff;
  font-size: 20px;
  font-weight: 300;
  color: #e24646;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 11px;
}

.heading-txt h4 strong {
  font-weight: 900;
}

.our-service p {
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
  padding: 32px 0;
}

.service-block-area {
  background: #f9f9f9;
  padding: 33px 0;
}

.service-block {
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 262px;
  float: left;
  text-align: center;
  padding: 14px 2px;
  font-size: 16px;
  color: #3d3d3d;
  margin-right: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.service-block figure {
  margin-bottom: 15px;
}

.service-block strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #354561;
  text-transform: uppercase;
  padding-bottom: 9px;
  border-bottom: 1px solid #f3f4f6;
}

.service-block small {
  display: block;
  font-weight: 900;
  font-size: 12px;
  color: #354561;
  text-transform: uppercase;
  padding: 9px 0;
  border-bottom: 1px solid #f3f4f6;
}

.service-block small a {
  display: inline-block;
  color: #354561;
}

.service-block p {
  font-weight: 300;
  padding: 27px 15px;
  border-bottom: 1px solid #f3f4f6;
  text-align: center;
}

.service-block span {
  display: block;
  border-bottom: 1px solid #f3f4f6;
  font-size: 18px;
  font-weight: 300;
  color: #3a4250;
  text-transform: uppercase;
  padding: 9px 0;
}

.service-block span del {
  font-size: 20px;
  color: #e24646;
  font-weight: 400;
  text-transform: lowercase;
  display: inline-block;
  padding-left: 10px;
}

.service-block b {
  display: block;
  font-size: 40px;
  font-weight: 900;
  color: #e24646;
  padding: 12px 0;
}

.service-block b sup {
  font-size: 18px;
  top: -16px;
  position: relative;
}

a.learn-more {
  background: #e24646;
  width: 199px;
  display: block;
  margin: 0 auto;
  border-bottom: 2px solid #c43d3d;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
}

.service-block:hover {
  box-shadow: 0 0 7px #cbc8c8;
}

.service-block:hover a.learn-more {
  background: #354561;
  border-bottom: 2px solid #1d2940;
}

.service-block:last-child {
  margin-right: 0!important;
}

.our-solution {
  background: #e24646;
  padding: 72px 0;
}

.solution-cont {
  font-size: 16px;
  color: #fff;
  padding: 0 36px;
}

.solution-cont .separate {
  background: url(../img/border-bg.png) right top repeat-y;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.solution-cont figure {
  margin-bottom: 28px;
  font-size: 70px;
  text-align: center;
}

.solution-cont h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 26px;
  border-bottom: 1px solid #ed8e8e;
}

.solution-cont h2 strong {
  font-weight: 900;
}

.solution-cont p {
  line-height: 24px;
  padding: 12px 0 33px;
  font-weight: 300;
  text-align: justify;
}

.solution-cont a {
  background: #354561;
  border-bottom: 3px solid #1d2940;
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
}

.solution-cont a:hover {
  background: #425577;
}

.about-us {
  padding: 65px 0 20px;
  font-size: 16px;
  color: #3d3d3d;
}

.about-us figure {
  margin: 44px 0 47px;
}

.about-us p {
  line-height: 24px;
  padding: 0 0 25px;
  text-align: justify;
  font-weight: 300;
}

.about-us ul {
  list-style: none;
}

.about-us ul li {
  background: url(../img/tick-icon.png) left 6px no-repeat;
  padding-left: 32px;
  margin: 11px 0;
}

.about-us ul li p {
  line-height: 26px;
  text-align: justify;
  padding: 0;
}

.our-support {
  background: #f9f9f9;
  padding: 46px 0 43px;
}

.support-box {
  text-align: center;
}

.support-box figure {
  margin-bottom: 26px;
  font-size: 30px;
  background-color: #e24646;
  color: #FFF;
  border-radius: 50%;
  display: inline-block;
  padding: 20px;
}

.support-box strong {
  font-size: 24px;
  font-weight: 900;
  color: #354561;
  text-transform: inherit;
  display: block;
  text-transform: uppercase;
}

.support-box small {
  font-size: 20px;
  font-weight: 300;
  color: #354561;
  display: block;
}

.client-opinion {
  background: #fff;
  padding: 52px 0 48px;
}

.opinion-box {
  font-size: 18px;
  color: #3d3d3d;
}

.opinion-box p {
  padding: 47px 0 16px;
  font-weight: 300px;
  font-style: italic;
  line-height: 22px;
}

.opinion-box em {
  display: block;
  font-weight: 300;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
  font-style: normal;
}

.customer-support {
  background: #e24646;
}

.customer-support ul {
  list-style: none;
}

.customer-support ul li {
  float: left;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 78px;
  padding-right: 80px;
}

.customer-support ul li:last-child {
  padding-right: 0!important;
  float: left;
}

.customer-support ul li img,.customer-support ul li a img {
  margin: 12px 9px;
}

.customer-support ul li a {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 78px;
  text-align: center;
}

.footer {
  background: #354561;
  border-top: 1px solid #5d6a81;
}

.footer-top {
  padding: 41px 0 44px;
}

.footer-link {
  padding-bottom: 50px;
}

.footer-link strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #fefefe;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.footer-link ul {
  list-style: none;
}

.footer-link ul li {
  padding: 2px 0;
}

.footer-link ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #919ba9;
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-icon-area {
  border: 1px solid #657187;
}

.security-icon {
  padding: 12px 0;
}

.security-icon a {
  display: inline-block;
  margin: 0 40px 0 0;
}

.social-icon {
  padding: 16px 0;
  border-left: 1px solid #657187;
}

.social-icon ul {
  list-style: none;
}

.social-icon ul li {
  float: left;
}

.social-icon span {
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  line-height: 45px;
  padding: 0 39px 0 28px;
  display: block;
  float: left;
}

.social-icon ul li a {
  display: block;
  margin: 6px 6px;
}

.social-icon .fa {
  color: #FFF;
  font-size: 32px;
}

.footer-bottom {
  background: #203040;
  min-height: 100px;
}

.footer-bottom span {
  display: block;
  font-size: 14px;
  font-weight: 400px;
  color: #ededed;
  line-height: 52px;
  float: left;
}

.footer-nav {
  float: right;
}

.footer-nav ul {
  list-style: none;
}

.footer-nav ul li {
  background: url(../img/footer-nav-devider.png) right center no-repeat;
  float: left;
  padding: 18px 10px;
}

.footer-nav ul li:last-child {
  background: none!important;
}

.footer-nav ul li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.footer-nav ul li a:hover {
  color: #999;
}

.registration {
  background: #e24646;
  min-height: 300px;
}

.registration-name {
  padding: 50px 0;
}

.registration-name h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.registration-name h1 strong {
  font-weight: 900;
}

.registration-name span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 20px;
}

.registration-name span a {
  color: #FFF;
}

.registration-name small {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}

.offer-box {
  background: #fdfdfd;
  width: 408px;
  position: relative;
  border-radius: 6px;
  text-align: center;
  padding: 5px;
  margin: 22px 0;
}

.offer-box h3 {
  font-size: 25px;
  font-weight: 300;
  color: #354561;
  text-transform: uppercase;
  padding: 1px 0;
}

.offer-box h3 strong {
  font-weight: 900;
}

.offer-box span {
  background: #354561;
  position: relative;
  border-radius: 6px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
  padding: 3px;
}

.offer-box span b {
  font-size: 14px;
  font-weight: 900;
}

.domain-info {
  background: #f6f6f6;
  padding: 17px 0;
}

.domain-info h4 {
  font-size: 20px;
  color: #2e2727;
  font-weight: 300;
  text-transform: uppercase;
  padding: 11px 0 25px;
}

.domain-info h4 strong {
  font-weight: 700;
}

.domain-info span {
  display: block;
  font-size: 16px;
  color: #2e2727;
  font-weight: 400;
  text-transform: uppercase;
  padding: 25px 0 5px;
}

.domain-info .input-txt2 {
  background: #fff;
  width: 315px;
  height: 50px;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  font-size: 18px;
  font-weight: 300;
  padding: 0 12px;
}

.domain-info-box {
  border-right: 1px solid #eaeaea;
  padding: 0 23px;
  min-height: 216px;
}

.domain-info-box ul {
  list-style: none;
}

.domain-info-box ul li {
  float: left;
  padding: 0 4px 4px 0;
}

.domain-info-box ul li a {
  background: #aa8f8f;
  display: block;
  width: 65px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 31px;
  position: relative;
  border-radius: 3px;
}

.domain-info-box ul li:nth-child(1+4n) {
  padding-right: 0!important;
}

.checkbox2 input[type="checkbox"] {
  display: none;
}

.checkbox2 label {
  background: #7f8c8d!important;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 27px;
  position: relative;
  border-radius: 6px;
  padding: 0 4px 4px 0;
  float: left;
  margin: 3px 2px!important;
}

.checkbox2 input[type="checkbox"]:checked+label {
  background: #e24646!important;
  background-position: inherit;
  margin-left: 0;
  padding-left: 0;
}

.checkbox-small label {
  width: 65px;
}

.checkbox-big label {
  width: 150px;
}

a.button1 {
  background: #354561;
  border-bottom: 2px solid #242f44;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  border-radius: 3px;
  width: 200px;
  margin: 20px 19px 0;
}

a.button1:hover {
  background: #425577;
}

.domain-info-box.odd {
  padding-left: 0;
  padding: 0;
  width: 100%;
}

.domain-info-box small {
  background: url(../img/tick-icon.png) left 3px no-repeat;
  display: block;
  font-size: 16px;
  color: #2e2727;
  padding-left: 33px;
  line-height: 29px;
  font-weight: 400;
}

.search-btn-area {
  border-top: 1px dotted #dfdede;
  padding: 18px 0;
  margin: 20px;
  text-align: center;
}

.search-btn2 {
  background: #e24646;
  border: 0;
  border-bottom: 2px solid #a33636;
  position: relative;
  border-radius: 3px;
  width: 338px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 53px;
  text-align: center;
  margin: 20px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search-btn2:hover {
  background: #d03737;
}

.price-area {
  padding: 52px 0 20px;
  font-size: 16px;
  color: #3d3d3d;
}

.price-area .heading-txt {
  text-align: left;
}

.price-area .heading-txt h2 {
  margin: 0 41px;
  font-size: 38px;
}

.price-area .heading-txt h2 small {
  color: #e24646;
}

.price-box {
  background: #e24646;
  position: relative;
  border-radius: 3px;
  padding: 8px;
  margin: 30px 0 35px;
}

.price-box ul {
  list-style: none;
}

.price-box ul li {
  border-bottom: 1px solid #e25555;
  text-align: center;
}

.price-area a.button5 {
  width: 448px;
  margin: 0 auto;
  line-height: 61px;
}

.price-box ul li:first-child {
  background: #2e2727;
  border-radius: 5px;
  position: relative;
}

.price-box ul li:first-child span {
  font-weight: 300;
  padding: 18px 0;
}

.price-box ul li:last-child {
  border-bottom: 0;
}

.price-box ul li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 0;
}

.price-box ul li strong {
  display: block;
  font-size: 24px;
  color: #fff;
  text-transform: lowercase;
  font-weight: 400;
  padding: 20px 0;
}

.box1 {
  width: 178px;
  float: left;
}

.box2 {
  width: 220px;
  float: left;
}

.price-box a {
  background: #e24646;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
  display: inline-block;
  padding: 0 12px;
  margin: 11px 0;
}

a.button2 {
  background: #fff;
  width: 448px;
  position: relative;
  border-radius: 4px;
  border-bottom: 3px solid #a33636;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #e24646;
  text-transform: uppercase;
  line-height: 61px;
  margin: 15px auto;
  display: block;
}

a.button2:hover {
  background: #C9C9C9;
}

a.button-reg {
  background: #354561;
  width: 200px;
  position: relative;
  border-radius: 4px;
  border-bottom: 3px solid #a33636;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  line-height: 50px;
  margin: 10px auto;
  display: block;
}

a.button-reg:hover {
  background: #617CAD;
}

.price-area p {
  line-height: 24px;
  text-align: justify;
  padding: 14px 0 33px;
}

.price-block-area2 a.button5 {
  width: 448px;
  line-height: 61px;
  margin: 0 auto;
}

.price-block2 {
  background: #f8f8f8;
  padding: 12px 0 9px;
  text-align: center;
  margin-bottom: 24px;
}

.price-block2 strong {
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: #e24646;
}

.price-block2 strong span {
  color: #2c3e50;
}

.price-block2 del {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #b2afaf;
  text-decoration: line-through;
  line-height: 29px;
}

.price-block2 b {
  display: block;
  font-size: 25px;
  font-weight: 900;
  color: #503535;
}

a.button5 {
  background: #e24646;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #a33636;
  position: relative;
  border-radius: 4px;
  text-transform: uppercase;
}

a.button5:hover {
  background: #d03737;
}

.price-block2 a.button5 {
  width: 188px;
  line-height: 43px;
  margin: 0 auto 9px;
}

.price-block2 small {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #3d3d3d;
  padding: 0 32px;
}

.our-offer {
  background: #f9f9f9;
  padding: 33px 0 0;
}

.our-offer .heading-txt {
  text-align: left;
  margin-bottom: 30px;
}

.our-offer .heading-txt h2 {
  background: #f9f9f9;
  margin: 0 41px;
  font-size: 38px;
}

.offer-block {
  font-size: 16px;
  color: #444440;
  padding: 25px 0;
}

.offer-block-area-left {
  padding-right: 30px;
  position: relative;
}

.offer-block-area-right {
  padding-left: 30px;
  position: relative;
}

.offer-block figure {
  float: left;
  width: 100px;
  margin-right: 20px;
  text-align: right;
  padding: 15px 0;
}

.offer-block strong {
  display: block;
  font-size: 20px;
  color: #e24646;
  font-weight: 700;
}

.offer-block strong em {
  font-style: normal;
  color: #2c3e50;
}

.offer-block p {
  text-align: justify;
  overflow: hidden;
}

.registration-name.width {
  max-width: 580px;
  float: left;
}

.registration-name.width h2 {
  padding-bottom: 12px;
}

.registration figure {
  float: right;
  padding: 44px 0;
}

.content4 {
  font-size: 16px;
  color: #3d3d3d;
  padding-bottom: 50px;
}

.content4 p {
  font-weight: 300;
  line-height: 24px;
  text-align: justify;
}

.content4 .heading-txt.odd {
  margin-bottom: 17px;
}

.content2.odd {
  padding: 0 0 27px;
}

.content2.odd .cont-block1 {
  min-height: 212px;
}

.cont-block1 p {
  font-weight: 300;
  line-height: 20px;
  overflow: hidden;
  padding-right: 17px;
  text-align: left;
}

.cont-block1 h4 em {
  color: #2c3e50;
  font-style: normal;
}

.range-slider-area {
  background: #2c3e50;
  padding: 40px 0;
  margin-bottom: 40px;
}

.range-slider-area .heading-txt.odd h2 {
  background: #2c3e50;
  color: #fff;
}

.slider-section {
  width: 750px;
  float: left;
}

.slider-box {
  border: 1px solid #4b5b6a;
  position: relative;
  border-radius: 6px;
  padding: 14px 23px;
  margin-bottom: 15px;
}

.slider-box p {
  float: right;
  color: #fff;
  padding-bottom: 26px;
}

.slider-box p input {
  background: #e24646;
  width: 81px;
  text-align: center;
  font-size: 16px;
  color: #fff!important;
  font-weight: 700;
  line-height: 31px;
  position: relative;
  border-radius: 5px;
  border: 0;
}

.slider-box strong {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #e24646;
  display: block;
  float: left;
  padding: 5px 0;
}

.slider-box small {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
}

.slider-box.odd strong {
  color: #5cb85c;
}

.slider-box.odd p input {
  background: #5cb85c;
}

.slider-box.odd .ui-widget-header {
  background: #5cb85c;
}

.slider-box.odd .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
  background: #5cb85c;
}

.slider-box.even strong {
  color: #34b2f4;
}

.slider-box.even p input {
  background: #34b2f4;
}

.slider-box.even .ui-widget-header {
  background: #34b2f4;
}

.slider-box.even .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
  background: #34b2f4;
}

.slider-cont-area {
  width: 362px;
  float: right;
}

.slider-cont-area a.button5 {
  width: 100%;
  line-height: 61px;
}

.slider-cont {
  border: 1px solid #4b5b6a;
  position: relative;
  border-radius: 6px;
  padding: 12px 17px;
  margin-bottom: 10px;
}

.slider-cont ul {
  list-style: none;
  text-align: center;
}

.slider-cont ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid #fff;
  position: relative;
  margin: 0 6px;
}

.slider-cont ul li:hover a,.slider-cont ul li.active a {
  background: #87919b;
  border-radius: 41px;
  border: 1px solid transparent;
  position: relative;
  height: 43px;
}

.slider-cont ul li a {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 45px;
  border-radius: 41px;
  border: 1px solid transparent;
}

.slider-cont small {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 21px 38px 8px;
}

.slider-cont strong {
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  padding: 0 38px 5px;
  border-bottom: 1px solid #38495a;
}

.slider-cont del {
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 5px;
  text-align: center;
  border-bottom: 1px solid #38495a;
}

.slider-cont-box {
  background: #374f67;
  position: relative;
  border-radius: 6px;
  padding: 12px 35px;
  text-transform: uppercase;
  margin: 8px 0 5px;
}

.slider-cont-box img {
  float: left;
  margin-right: 9px;
}

.slider-cont-box em {
  display: block;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #bed2e6;
}

.slider-cont-box b {
  display: block;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.slider-cont-box b i {
  font-style: normal;
  font-weight: 900;
}

.content2 {
  padding: 50px 0 50px;
  3386;
}

.content2 .heading-txt {
  text-align: left;
  margin-bottom: 37px;
}

.content2 .heading-txt h2 {
  margin: 0 41px;
}

.cont-block1 {
  position: relative;
  float: left;
  margin: 0 0 22px 0;
  padding: 17px 0 17px 16px;
  width: 50%;
  min-height: 219px;
  font-size: 15px;
  color: #444440;
  overflow: hidden;
}

.cont-block1:nth-child(odd) {
  float: right;
}

.cont-block1 figure {
  float: left;
  margin-right: 17px;
}

.cont-block1 h4 {
  font-size: 20px;
  font-weight: 300;
  color: #e24646;
  text-transform: uppercase;
  padding: 0 0 14px;
}

.cont-block1 h4 strong {
  font-weight: 900;
}

.cont-block1 ul {
  list-style: none;
  overflow: hidden;
}

.cont-block1 ul li {
  background: url(../img/bullets.png) left 8px no-repeat;
  padding: 1px 13px;
  font-size: 16px;
  color: #2e2727;
  font-weight: 300;
}

.slide-box {
  background: #fff;
  width: 297px;
  height: 80px;
  float: left;
  margin: 18px 26px;
  overflow: hidden;
}

.slide-box h2 {
  font-size: 25px;
  font-weight: 300;
  color: #e24646;
  text-align: center;
  text-transform: uppercase;
  line-height: 78px;
}

.slide-box h2 strong {
  font-weight: 900;
}

.registration-name.even {
  float: left;
  padding: 41px 0;
}

.registration-name.even h2 {
  font-size: 30px;
}

.content3 {
  padding: 7px 0 20px;
}

.content3 .heading-txt {
  margin-bottom: 16px;
}

.search-domain {
  background: #f6f6f6;
  padding: 30px;
  border-radius: 4px;
  position: relative;
}

.search-domain strong {
  display: block;
  float: left;
  font-size: 30px;
  font-weight: 300;
  color: #2e2727;
  padding: 9px 0;
  text-transform: uppercase;
}

.input-txt4 {
  background: #fff;
  width: 714px;
  height: 62px;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  float: left;
  font-size: 18px;
  font-weight: 300;
  color: #6b6b6b;
  padding: 0 12px;
  margin: 0 6px 0 18px;
}

.search-btn2.odd {
  width: 252px;
  font-size: 16px;
  line-height: 59px;
  margin: 0 0 10px 0;
  float: right;
}

.tab-area {
  padding: 100px 0;
}

.tab-btn {
  background: #fff;
  border-radius: 6px;
  position: relative;
  border: 1px solid #e3e3e3;
}

.tab-btn ul {
  list-style: none;
}

.tab-btn ul li {
  border-right: 1px solid #d8d6d6;
  float: left;
  width: 33.3%;
  padding: 5px;
  position: relative;
}

.tab-btn ul li:last-child {
  border: 0!important;
}

.tab-btn ul li a {
  background: #fff;
  border-radius: 4px;
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 300;
  color: #e24646;
  text-align: center;
  text-transform: uppercase;
  line-height: 61px;
  transition: none!important;
}

.tab-btn ul li.current a {
  background: #e24646;
  border-radius: 4px;
  position: relative;
  color: #fff;
  font-weight: 900;
}

.tab-btn ul li.current em {
  display: block!important;
}

.tab-btn em {
  background: url(../img/tab-btn-arrow.png) left top no-repeat;
  width: 52px;
  height: 37px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: -32px;
}

.tab-container {
  padding: 45px 0 0;
}

.sidebar h4 {
  background: #aa8f8f;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  line-height: 52px;
  padding: 0 18px;
  margin: 0 0 7px;
}

.sidebar ul {
  list-style: none;
}

.sidebar ul li {
  background: #f6f6f6;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
}

.sidebar ul li:hover {
  background: #eee;
}

.sidebar ul li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #2e2727;
  text-transform: uppercase;
  line-height: 52px;
  padding: 0 18px;
}

.main ul {
  list-style: none;
}

.main ul li {
  display: block;
  clear: both;
  line-height: 72px;
}

.main ul li:first-child {
  background: #2e2727;
  border-radius: 4px;
  position: relative;
  line-height: 69px;
}

.main ul li:first-child span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
}

.main .cont-box1 {
  width: 130px;
  float: left;
}

.main ul li strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #e24646;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 0;
}

.main ul li span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #2e2727;
  text-align: center;
  text-transform: none;
  padding: 4px 0;
}

.main ul li .cont-box2 {
  width: 440px;
  float: left;
}

.main ul li .cont-box3 {
  width: 180px;
  float: right;
  margin: 0 auto;
}

.main ul li a.button5 {
  width: 100%;
  line-height: 47px;
  margin: 13px 0;
}

.pager {
  float: left;
}

.pager ul {
  list-style: none;
}

.pager ul li {
  background: none!important;
  border-radius: 0!important;
  float: left!important;
  line-height: none;
  padding: 0!important;
  clear: none;
  display: inline-block;
}

.pager ul li a:first-child {
  background: none;
  border: 1px solid transparent;
}

.pager ul li a {
  background: none;
  border: 1px solid transparent;
  display: block;
  width: 49px;
  height: 45px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #323232;
  line-height: 45px;
  padding: 0!important;
  border-radius: 0!important;
  margin-right: 4px;
}

.pager ul li:hover a,.pager ul li.active a {
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
}

.select-box2 {
  width: 91px;
  float: right;
  padding: 20px 0;
}

.panes {
  display: none;
}

.registration-name.odd h2 {
  font-size: 30px;
}

.registration-name.odd span {
  font-size: 16px;
}

.content1 {
  font-size: 16px;
  color: #3d3d3d;
}

.heading-txt.odd {
  text-align: left;
  margin-bottom: 30px;
}

.heading-txt.odd h2 {
  margin: 0 36px;
  font-size: 38px;
}

.content1 p {
  line-height: 24px;
  padding: 0 0 27px;
  text-align: justify;
  font-weight: 300;
}

.price-block-area {
  padding: 60px 0 40px;
}

.price-block {
  border: 1px solid #ececec;
  padding: 3px;
  text-align: center;
}

.price-block h4 {
  background: #e24646;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 55px;
  margin-bottom: 2px;
}

.price-block strong {
  background: #2980b9;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ecf0f1;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 2px;
}

.price-block-box {
  background: #2c3e50;
  padding: 11px 0;
  margin-bottom: 3px;
}

.price-block b {
  display: block;
  font-size: 50px;
  font-weight: 900;
  color: #FFF;
  padding: 10px 0 0;
}

.price-block b sub {
  font-size: 35px;
  position: relative;
  top: 0;
  font-weight: 300;
}

.price-block p {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #bdc3c7;
  padding: 10px 0 0;
  text-align: center;
}

.price-block small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 6px;
}

.select-box.odd {
  background: #fff url(../img/dropdown-arrow3.png) right center no-repeat;
  height: 46px;
  border: 0!important;
  position: relative;
  border-radius: 5px;
  cursor: default;
  overflow: hidden;
  float: none;
  width: 100%;
  margin-bottom: 13px;
  overflow: visible;
}

.select-box.odd select {
  background: transparent;
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 46px;
  text-indent: 3px;
  outline: 0!important;
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 400;
  text-transform: uppercase;
}

.select-box.odd select option {
  font-size: 16px;
  padding: 3px;
}

.select-box.odd:last-child {
  margin-bottom: 0;
}

.select-box-area {
  background: #2e2727;
  padding: 15px 11px 23px;
  margin-bottom: 14px;
}

.select-box-area small {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding: 0 0 6px 0;
}

.price-block ul {
  list-style: none;
}

.price-block ul li {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #bdc3c7;
  border-bottom: 1px solid #3f4f60;
  padding: 15px 15px;
}

.price-block i {
  display: block;
  border-bottom: 1px solid #ececec;
}

.price-block ul li:last-child {
  border: 0!important;
}

.price-block ul li em {
  font-weight: 900;
  font-style: normal;
}

.price-block ul li i {
  display: block;
  border: none;
  float: right;
}

.price-block a.button5 {
  width: 232px;
  margin: 14px auto;
  line-height: 49px;
  display: block;
}

.price-table ul {
  list-style: none;
}

.price-table ul li {
  background: #efefef;
  margin-bottom: 11px;
  text-align: center;
  position: relative;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #3b3b3b;
  text-transform: uppercase;
}

.price-table ul li:nth-child(1) {
  background: #2e2727!important;
  font-weight: 900;
}

.price-table ul li:nth-child(odd) {
  background: #2C3E50;
  color: #fff;
}

.price-table ul li .td1 {
  width: 210px;
  float: left;
  margin-right: 34px;
  padding: 22px 0;
}

.price-table ul li .td2 {
  width: 106px;
  float: left;
  margin-right: 32px;
  padding: 22px 0;
}

.price-table ul li .td3 {
  width: 116px;
  float: left;
  margin: 0 24px;
  padding: 22px 0;
}

.price-table ul li .td4 {
  width: 135px;
  float: left;
  margin: 0 38px;
  padding: 22px 0;
}

.price-table ul li .td4 span {
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
}

.price-table ul li .td5 {
  width: 210px;
  float: right;
  padding: 11px 0;
}

.price-table ul li a {
  background: #fff url(../img/settings-icon-small.png) 20px center no-repeat;
  width: 181px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #e24646;
  text-transform: uppercase;
  line-height: 47px;
  position: relative;
  border-bottom: 3px solid #e24646;
  border-radius: 4px;
  display: block;
  text-indent: 20px;
  margin: 0 auto;
}

.price-table ul li a:hover {
  background: #e24646 url(../img/settings-icon-small-white.png) 20px center no-repeat;
  border-bottom: 3px solid #FFF;
  color: #FFF;
}

.tab-btn.odd ul li a {
  color: #2c3e50;
}

.tab-btn.odd ul li.current a {
  background: #2c3e50;
  font-weight: 300;
  color: #fff;
}

.tab-btn.odd em {
  background: url(../img/tab-btn-arrow2.png) left top no-repeat;
}

.ssl-table ul {
  list-style: none;
}

.ssl-table ul li {
  background: #efefef;
  margin-bottom: 11px;
  text-align: center;
  position: relative;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #3b3b3b;
  text-transform: uppercase;
}

.ssl-table ul li:nth-child(1) {
  background: #2e2727!important;
  font-weight: 900;
}

.ssl-table ul li:nth-child(odd) {
  background: #2c3e50;
  color: #fff;
}

.ssl-table ul li .td1 {
  width: 250px;
  float: left;
  margin-right: 34px;
  padding: 22px 0;
}

.ssl-table ul li .td2 {
  width: 100px;
  float: left;
  margin-right: 32px;
  padding: 22px 0;
}

.ssl-table ul li .td3 {
  width: 100px;
  float: left;
  margin: 0 24px;
  padding: 22px 0;
}

.ssl-table ul li .td4 {
  width: 135px;
  float: left;
  margin: 0 38px;
  padding: 22px 0;
}

.ssl-table ul li .td5 {
  width: 210px;
  float: right;
  padding: 11px 0;
}

.td1 a {
  color: #FFF;
  border-bottom: 1px dashed;
  text-decoration: none;
  font-weight: 700;
  text-transform: none;
}

.td1 a:hover {
  color: #FFF;
  border-bottom: 2px solid;
  text-decoration: none;
  font-weight: 700;
}

.tdodd a {
  color: #2c3e50;
  border-bottom: 1px dashed;
  text-decoration: none;
  font-weight: 700;
}

.tdodd a:hover {
  color: #2c3e50;
  border-bottom: 2px solid;
  text-decoration: none;
  font-weight: 700;
}

.td5 a {
  background: #fff url(../img/cart-icon.png) 20px center no-repeat;
  width: 181px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #e24646;
  text-transform: uppercase;
  line-height: 47px;
  position: relative;
  border-bottom: 3px solid #e24646;
  border-radius: 4px;
  display: block;
  text-indent: 20px;
  margin: 0 auto;
}

.td5 a:hover {
  background: #f5f5f5 url(../img/cart-icon.png) 20px center no-repeat;
}

.tab-area.odd {
  padding: 0;
}

.tab-btn.odd.even ul li {
  width: 25%;
}

.profit-details {
  background: #f6f5f5;
  padding: 28px 0;
  margin-bottom: 27px;
}

.profit-chart {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 3px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 22px 0;
}

.profit-chart strong {
  background: #e24646;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
}

.profit-chart figure {
  background: #f7f7f7;
  text-align: center;
  margin: 3px 0;
  height: 65px;
}

.profit-chart img.b {
  vertical-align: baseline;
}

.profit-chart small {
  background: #abc0d5;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 2px;
}

.profit-chart-list {
  background: #2c3e50;
  padding: 11px 3px;
}

.profit-chart-list em {
  display: block;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  padding: 0 0 5px;
}

.profit-chart-list b {
  display: block;
  font-size: 50px;
  font-weight: 900;
  line-height: 42px;
  border-bottom: 1px solid #3f4f60;
  padding-bottom: 21px;
}

.profit-chart-list b sub {
  font-size: 35px;
  font-weight: 400;
  position: relative;
  top: 0;
  text-transform: none;
}

.profit-chart-list ul {
  list-style: none;
}

.profit-chart-list ul li {
  font-size: 16px;
  line-height: 47px;
  font-weight: 400;
  border-bottom: 1px solid #3f4f60;
}

.profit-chart-list ul li strong {
  background: none;
  font-size: 16px;
  font-weight: 900;
  display: inline;
}

.profit-chart-list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 14px;
}

.profit-chart-list a.button5 {
  font-size: 16px;
  line-height: 49px;
  margin: 0 6px;
}

.content4 em {
  background: #f7f7f7;
  display: block;
  line-height: 71px;
  font-size: 24px;
  font-weight: 300;
  color: #707070;
  text-transform: uppercase;
  padding: 0 23px;
  text-align: center;
  font-style: normal;
}

.content4 em strong {
  font-weight: 900;
  font-size: 18px;
}

.content4 em img {
  margin: 0 13px 0 0;
  vertical-align: middle;
}

.form-area {
  font-size: 20px;
  font-weight: 300;
  color: #8a8a8a;
}

.form-area .heading-txt h2,.address .heading-txt h2 {
  font-size: 30px;
  margin: 0 21px;
  padding: 0 3px;
}

.form-area .input-box {
  width: 270px;
  margin-right: 14px;
  float: left;
}

.form-area .input-box:nth-child(even) {
  margin-right: 0!important;
}

.form-area .input-txt {
  width: 100%;
  border: 1px solid #e0e0e0;
  float: none;
  margin-bottom: 20px;
  color: #333f4f;
}

.form-area p {
  line-height: 29px;
}

.form-area p strong {
  font-weight: 900;
  color: #e24646;
  text-transform: uppercase;
}

.select-box3 {
  background: #fff url(../img/dropdown-arrow2.png) right center no-repeat;
  border: 1px solid #e0e0e0;
  padding: 0;
  cursor: default;
  overflow: hidden;
  height: 54px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
}

.select-box3 select {
  background: transparent;
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 54px;
  text-indent: 3px;
  outline: 0!important;
  font-size: 18px;
  color: #626262;
  font-weight: 300;
}

.select-box3 select option {
  font-size: 16px;
  padding: 3px;
}

.text-area {
  background: #fff;
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 12px;
  font-size: 18px;
  color: #333f4f;
  font-weight: 300;
  height: 184px;
  position: relative;
  border-radius: 5px;
}

.checkbox-area {
  padding: 15px 0 5px;
}

.checkbox-area label {
  font-size: 18px;
  font-weight: 300;
  color: #333f4f;
  padding: 0 7px;
  position: relative;
  top: -4px;
}

.checkbox {
  float: left;
}

.checkbox-area input[type=checkbox]:not(old) {
  width: 22px;
  margin: 0 -13px;
  padding: 0;
  opacity: 0;
}

.checkbox-area input[type=checkbox]:not(old)+label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url(../img/check-icon.png) no-repeat 0 0;
  line-height: 22px;
  margin: 0 2px 7px!important;
}

.checkbox-area input[type=checkbox]:not(old):checked+label {
  background-position: 0 -22px;
}

.submit-btn {
  background: #e24646;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: 0;
  border-bottom: 3px solid #a33636;
  position: relative;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 59px;
  width: 252px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 38px;
}

.submit-btn:hover {
  background: #d03737;
}

.address h4 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #707070;
  padding-bottom: 8px;
  padding: 0 25px;
}

.address span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  padding: 0 25px 35px;
}

.form-area,.address {
  padding: 70px 0 0;
}

.special-offer-area {
  padding: 30px 0 40px;
}

.special-offer-block {
  background: #e24646;
  margin-bottom: 30px;
  border: 3px solid #e24646;
  color: #fff;
}

.special-offer-block:nth-child(even) {
  background: #2c3e50;
  border: 3px solid #2c3e50;
}

.special-offer-block:nth-child(even) .offer-type,.special-offer-block:nth-child(even) .offer-details {
  border-color: #38495a;
}

.special-offer-block:nth-child(even) h4 {
  color: #2c3e50;
}

.special-offer-block h4 {
  background: #fff;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
  color: #e24646;
  text-align: center;
  line-height: 69px;
  display: block;
  clear: both;
}

.special-offer-block h4 strong {
  font-weight: 900;
}

.offer-type {
  width: 291px;
  height: 151px;
  float: left;
  margin: 9px 0;
  padding: 61px 35px;
  border-right: 1px solid #e66262;
}

.offer-type h2 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.offer-type h2 strong {
  font-weight: 900;
}

.offer-details {
  width: 516px;
  height: 151px;
  float: left;
  margin: 9px 0;
  padding: 9px 26px;
  border-right: 1px solid #e66262;
  font-size: 15px;
}

.offer-details h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 11px;
}

.offer-details h3 strong {
  font-weight: 900;
}

.offer-details p {
  line-height: 21px;
  font-weight: 400;
  text-align: justify;
}

.offer-price {
  width: 327px;
  height: 151px;
  float: right;
  margin: 9px 0;
  padding: 27px 23px;
}

.offer-price span {
  display: block;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.offer-price span strong {
  font-size: 20px;
  text-transform: none;
  padding: 0 8px;
}

.offer-price span b {
  font-size: 46px;
  text-transform: none;
  padding: 0 8px;
}

.offer-price span b small {
  font-size: 20px;
  font-weight: 400;
}

.registration-name.width2 {
  width: 721px;
  float: left;
}

.content5 {
  padding: 25px 0;
}

.content5-left-box {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  position: relative;
  padding: 0 6px;
}

.content5-left-box ul {
  list-style: none;
}

.content5-left-box ul li {
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  padding: 27px 0;
}

.content5-left-box ul li:last-child {
  border-bottom: 0!important;
}

.content5-center-box {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  position: relative;
  padding: 8px;
}

.radio-box {
  position: relative;
}

.radio-box i {
  background: url(../img/tag-img1-active.png) left top no-repeat;
  width: 101px;
  height: 41px;
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 0;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -20px;
}

.radio-box input[type="radio"]:checked+label i {
  background: url(../img/tag-img1.png) left top no-repeat;
}

.radio-box input[type="radio"] {
  display: none;
}

.radio-box label {
  background: #354561 url(../img/radio1.png) 27px center no-repeat;
  width: 100%;
  height: 84px;
  margin-bottom: 14px;
  position: relative;
  border-radius: 4px;
  padding: 10px 0 10px 64px;
}

.radio-box input[type="radio"]:checked+label {
  background: #e24646 url(../img/radio1-active.png) 27px center no-repeat;
}

.radio-box label span {
  display: block;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.radio-box label small {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #7e889a;
  padding: 0 4px;
  text-transform: uppercase;
}

.radio-box label small strong {
  font-weight: 900;
  padding-left: 5px;
}

.radio-box label span strong {
  font-weight: 900;
}

.radio-box input[type="radio"]:checked+label small {
  color: #f09f9f;
}

.submit-area {
  background: #f7f7f7;
  padding: 11px;
}

.submit-area ul {
  list-style: none;
}

.submit-area ul li {
  width: 100%;
  padding-left: 20px;
}

.submit-area ul li span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #e24646;
  text-transform: uppercase;
  float: left;
  border-bottom: 1px solid #eff0f1;
  padding: 0 0 5px;
}

.submit-area ul li span strong {
  font-weight: 900;
}

.submit-area ul li span b {
  font-weight: 900;
  font-size: 30px;
  padding: 0 30px;
}

.submit-area ul li .submit-btn1 {
  background: #e24646;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: 0;
  border-bottom: 3px solid #a33636;
  position: relative;
  border-radius: 4px;
  text-transform: uppercase;
  width: 132px;
  line-height: 39px;
  float: right;
}

.submit-area ul li:last-child span {
  color: #354561;
  border-bottom: 0!important;
  padding-left: 73px;
}

.submit-area ul li:last-child .submit-btn1 {
  background: #354561;
  border-color: #1d293f;
}

.content5-right-box {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  position: relative;
  padding: 8px;
}

.content5-right-box ul {
  list-style: none;
}

.content5-right-box ul li {
  padding: 6.8% 0;
}

.content5-right-box ul li a {
  background: #aa8f8f;
  border-radius: 15px;
  position: relative;
  padding: 8px 0;
  width: 100%;
  display: block;
  clear: both;
}

.content5-right-box ul li a span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.content5-right-box ul li a strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.content5-right-box ul li a img {
  float: left;
  padding: 0 25px;
}

.accordion-area {
  padding: 25px 0;
}

.accordion-cont {
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 12px;
  background: #f6f5f5;
}

.accordion-cont:nth-child(even) .accordion-btn a {
  border-top: 5px solid #e24646;
  color: #e24646;
}

.accordion-cont:nth-child(even) a.button5 {
  background: #e24646;
  border-bottom: 3px solid #a33636;
  color: #fff;
}

.accordion-cont:nth-child(even) a.button5:hover {
  background: #d83535;
}

.accordion-btn a {
  background: url(../img/arrow-down.png) right center no-repeat;
  font-size: 22px;
  font-weight: 300;
  color: #354561;
  text-transform: uppercase;
  display: block;
  line-height: 67px;
  padding: 0 30px 0 16px;
  border-top: 5px solid #354561;
}

.accordion-btn.active a {
  background: url(../img/arrow-up.png) right center no-repeat;
}

.accordion-btn a strong {
  font-weight: 900;
}

.accordion-cont img {
  float: left;
  margin: 6px 20px 6px 26px;
}

.accordion-cont p {
  overflow: hidden;
  font-weight: 300;
  line-height: 26px;
  padding: 0 30px 30px 0;
  text-align: justify;
}

.accordion-cont a.button5 {
  background: #455571;
  border-color: #2f3e57;
  width: 128px;
  line-height: 39px;
  float: right;
  font-size: 14px;
  margin: 14px 27px 0 0;
}

.accordion-cont a.button5:hover {
  background: #3b4d6e;
}

.acc-box {
  position: relative;
}

.main-banner {
  width: 100%;
  background-size: cover;
  height: auto;
}

.hosting-banner {
  background: url(../img/hosting-page.jpg) center top no-repeat;
}

.server-banner {
  background: url(../img/server-page.jpg) center top no-repeat;
}

.security-banner {
  background: url(../img/security-page.jpg) center top no-repeat;
}

.reseller-banner {
  background: url(../img/reseller-page.jpg) center top no-repeat;
}

.banner-cont {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0 60px;
  text-transform: uppercase;
}

.banner-cont h1 {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  padding: 0 0 20px;
}

.banner-cont h1 strong,.banner-cont h2 strong {
  font-weight: 900;
}

.banner-cont h2 {
  font-size: 40px;
  font-weight: 300;
  color: #e24646;
}

.banner-cont span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 3px;
  display: block;
  padding: 20px 0 50px 0;
}

.banner-cont a {
  display: inline-block;
}

.hosting-plan {
  padding: 43px 0;
  font-size: 16px;
  color: #3d3d3d;
}

.hosting-plan p {
  line-height: 26px;
  text-align: justify;
  padding: 0 0 12px;
  font-weight: 300;
}

.hosting-plan ul {
  list-style: none;
}

.hosting-plan ul li {
  background: url(../img/tick-icon.png) left 6px no-repeat;
  padding-left: 32px;
  margin: 11px 0;
}

.hosting-plan ul li p {
  line-height: 26px;
  text-align: justify;
  padding: 0;
}

.about-web-hosting {
  background: #e24646;
  padding: 33px 0;
  font-size: 16px;
  color: #fff;
}

.about-web-hosting .heading-txt h2 {
  background: #e24646;
  color: #fff;
}

.about-web-hosting figure {
  margin: 60px 0;
  text-align: right;
}

.about-web-hosting .right-box {
  padding-left: 18px;
}

.about-web-hosting h3 {
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

.about-web-hosting h3 strong {
  font-weight: 900;
}

.about-web-hosting p {
  line-height: 23px;
  padding: 26px 0 16px;
  text-align: justify;
}

.about-web-hosting ul {
  list-style: none;
}

.about-web-hosting ul li {
  background: url(../img/tick-icon2.png) left 6px no-repeat;
  padding-left: 32px;
  margin: 11px 0;
}

.about-web-hosting ul li p {
  line-height: 26px;
  text-align: justify;
  padding: 0;
}

.about-web-hosting span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.about-web-hosting b {
  display: block;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 33px;
  line-height: 36px;
}

.about-web-hosting a.button5 {
  background: #fff;
  border-color: #e3e3e3;
  width: 283px;
  line-height: 61px;
  font-size: 22px;
  color: #e24646;
  font-weight: 900;
}

.about-web-hosting a.button5:hover {
  background: #f5f5f5;
}

.about-web-hosting:nth-child(even) {
  background: #354561;
}

.about-web-hosting:nth-child(even) .heading-txt h2 {
  background: #354561;
}

.about-web-hosting:nth-child(even) a.button5 {
  color: #354561;
}

.content6 {
  padding: 38px 0 24px;
  font-size: 16px;
  color: #3d3d3d;
}

.content6 p {
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
  padding: 0 0 28px;
}

.content6 ul {
  list-style: none;
  text-align: center;
}

.content6 ul li {
  display: inline-block;
  padding: 20px 1px 0;
}

.content6 ul li a.button5 {
  width: 363px;
  line-height: 61px;
}

.content6 ul li:last-child a.button5 {
  background: #354561;
  border-color: #29354b;
}

.content6 ul li:last-child a.button5:hover {
  background: #2a374d;
}

a.toggle-btn {
  background: url(../img/toggle-btn.png) left top no-repeat;
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
  float: left;
}

a.toggle-btn.active {
  background: url(../img/toggle-btn-active.png) left top no-repeat;
}

select:focus {
  outline: none!important;
}

.price-box .price-block3 {
  border-bottom: 1px solid #e25555;
  display: none;
  margin-bottom: 7px;
}

.price-box .left-box {
  width: 20%;
  float: left;
}

.price-box .center-box {
  width: 69%;
  float: left;
}

.select-box-area2 {
  width: 48%;
  float: left;
}

.price-box .center-box .domain-price {
  padding: 5px 10px;
  width: 85px;
  float: left;
  overflow: hidden;
  height: 30px;
}

.price-box .center-box .domain-price .block {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  overflow: hidden;
}

.price-box .center-box select {
  background: transparent url(../img/drop-arrow1.png) 75px center no-repeat;
  width: 100%;
  height: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.price-box .center-box select option {
  background: none!important;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
  border: 0;
}

.price-box .left-box strong {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 0;
}

.price-box .right-box {
  width: 11%;
  float: right;
}

.price-box .right-box a {
  background: none;
  padding: 0;
  margin: 0;
  width: 30px;
  display: block;
}

.price-box.odd {
  background: #2C3E50;
  padding-bottom: 0;
}

.price-box.odd .price-block3 {
  border-bottom: 1px solid #FFF;
}

.price-box.odd .price-block3:last-child {
  border-bottom: 0!important;
}

.price-box.odd .center-box select {
  background-position: 116px center;
  border-color: #FFF;
}

.price-box.odd .left-box {
  width: 34%;
  padding: 9px 8px;
}

.price-box.odd .left-box strong {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 3px;
}

.price-box.odd .center-box {
  width: 50%;
}

.price-box.odd .select-box-area2 {
  width: 100%;
}

.price-box.odd .center-box .domain-price {
  width: 100%;
  text-align: center;
  margin: 4px 0;
  position: relative;
  border-radius: 4px;
  border: 1px solid #d9c6c6;
}

.price-box.odd .center-box .domain-price .block {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.price-box.odd .right-box {
  padding: 13px 0;
}

.slider-box-left {
  padding: 20px;
  position: relative;
  border: 1px solid #4b5b6a;
  border-radius: 6px;
  width: 750px;
  float: left;
}

.slider-box-right {
  padding: 20px;
}

.prices .text-info {
  border-bottom: 1px solid #38495a;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 0 0 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.slider-box-right .btn-success {
  background: #e24646;
  border: 0;
  border-bottom: 3px solid #a33636;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: 15px;
}

#qsSlider #QsPrice {
  padding: 0!important;
}

#qsSlider .slider-box-right {
  padding: 0;
}

.slider-box-right #qsSlider #panelselector,#qsSlider #periodselector {
  padding-bottom: 0;
}

.mobile-nav ul li ul li a {
  text-indent: 15px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none!important;
  color: #333!important;
  padding: 5px 0!important;
}

.mobile-nav ul li ul li:hover a {
  background: #FFF;
  color: #e24646;
}

.inner-link a {
  color: #FFF;
}

.buttoninput {
  background: #e24646;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #a33636;
  position: relative;
  border-radius: 4px;
  text-transform: uppercase;
  width: 232px;
  margin: 14px auto;
  line-height: 49px;
}

.carousel-control {
  width: 75px;
}

div#MagicHero {
  padding-top: 4%;
  padding-bottom: 2%;
}

.carousel-inner h1 {
  font-size: 60px;
  color: #fff;
  margin-top: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 70px;
  letter-spacing: 1px;
  padding: 0 0 12px;
}

.carousel-inner span {
  text-transform: none;
}

.carousel-inner small {
  color: #FFF;
}

.carousel-inner h2 {
  font-size: 28px;
  color: #253542;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
}

.carousel-inner p {
  padding-top: 13%;
  padding-bottom: 30px;
}

.b1 {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (max-width:991px) {
  .solution-cont figure {
    width: auto !Important;
  }

  .solution-cont h2 {
    text-align: center;
  }
}

@media (min-width:0) and (max-width:767px) {
  .search-bar {
    float: inherit;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .domain-ext {
    display: block;
    float: none;
  }

  .search-bar.clearfix {
    float: inherit;
    text-align: center;
  }

  .solution-cont {
    padding-left: 10px !Important;
  }

  .solution-cont figure {
    width: auto !Important;
  }
}

@media (min-width:0) and (max-width:991px) {
  .carousel-inner h1 {
    text-align: center;
  }

  .carousel-inner h2 {
    text-align: center;
  }

  .carousel-inner p {
    text-align: center;
  }

  section {
    overflow-x: hidden !Important;
  }
}

@media (min-width:401px) and (max-width:500px) {
  .carousel-inner h1 {
    font-size: 40px;
    margin-top: 30px;
    text-align: center;
  }

  .carousel-inner h2 {
    font-size: 17px;
    text-align: center;
    margin-top: 15px;
  }

  .carousel-inner p {
    text-align: center;
  }
}

@media (min-width:0) and (max-width:400px) {
  .carousel-inner h1 {
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
  }

  .carousel-inner h2 {
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
  }

  .carousel-inner p {
    text-align: center;
  }
}

.extra h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #044F67;
  margin: 30px 0 50px 0;
}

.extra h3 a {
  color: #e24646;
}

.extra a:hover {
  text-decoration: underline!important;
}