* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  font-family: Nunito;
  background-color: #0067BF;
  font-size: 10px;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

span {
  display: block;
}

ul {
  list-style: none;
}

.total {
  font-size: 1.2rem;
  font-weight: bolder;
  border-top: 2px solid #cdd3ee;
  padding-top: 1rem;
}

.cost {
  font-size: 1.4rem;
  font-weight: bolder;
  margin-top: -1rem;
}

.header-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #fff;
  border-radius: .6rem .6rem 0 0;
}

.header-sec h1 {
  font-size: 1.2rem;
  padding: .8rem 0;
}

.header-sec h1 #price {
  font-size: .8rem;
}

.block-body {
  padding: 2rem 1rem;
  color: #CFCFCF;
}

.block-body li {
  margin-bottom: 1.2rem;
}

.block-body li #check-icon {
  color: #4DC729;
  width: 12px;
  height: 12px;
  margin-right: .4rem;
}

.block-body .buy-btn {
  font-weight: 700;
  padding: .7rem 2rem;
  background-color: #fff;
  border-radius: .5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.block-body .buy-btn:hover {
  font-weight: 900;
}

.nav-container {
  background-color: #165081;
}

.nav-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.nav-container .container .logo {
  width: 130px;
  padding: .6rem 0;
  margin-left: .5rem;
}

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

.nav-container .container .nav-links .button-1 {
  background-color: #DB00E2;
  padding: .3rem 1rem;
  border-radius: .4rem;
  -webkit-transition: background .8s;
  transition: background .8s;
  display: none;
}

.nav-container .container .nav-links .button-1:hover {
  background: crimson;
}

.nav-container .container .nav-links .return-home .menu-icon {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-right: .5rem;
}

.nav-container .container .nav-links .return-home .menu-icon:hover {
  color: crimson;
}

.start-section {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateX(1000%);
          transform: translateX(1000%);
}

.start-section .fa-times {
  float: right;
  margin-top: .5rem;
  margin-right: 1rem;
  cursor: pointer;
  width: 12px;
}

.start-section .container {
  max-width: 90%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 20px;
          box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 20px;
  position: relative;
  padding: 4rem 0;
  margin: 8rem auto;
}

.start-section .container .personal-info {
  width: 80%;
  text-align: center;
  margin: auto;
}

.start-section .container .personal-info img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  padding: 1rem 0 0 1rem;
}

.start-section .container .personal-info .bottom-img {
  position: absolute;
  right: 40px;
  padding: 1rem 0 0 1rem;
  bottom: 40px;
}

.start-section .container .personal-info h1 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.start-section .container .personal-info h5 {
  font-size: .8rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.start-section .container .personal-info form input {
  background-color: #E1E1E1;
  border: 1px solid #7070702a;
  outline: none;
  margin-bottom: 2.4rem;
  padding: .6rem 0;
  width: 100%;
  text-align: center;
}

.start-section .container .personal-info form .text::-webkit-input-placeholder {
  opacity: .4;
}

.start-section .container .personal-info form .social-links {
  margin-bottom: 1rem;
}

.start-section .container .personal-info form .social-links h3 {
  color: #165081;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.start-section .container .personal-info form .social-links .socials .icons {
  width: 12px;
  margin-right: 1rem;
  color: #DB00E2;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.start-section .container .personal-info form .social-links .socials .icons:hover {
  color: #000;
}

.start-section .container .personal-info button {
  padding: .8rem 4rem;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #165081;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.start-section .container .personal-info button:hover {
  background-color: #2AB800;
}

.start-section .container .adOp-section {
  display: none;
  position: absolute;
  background-color: #165081;
  width: 50%;
  text-align: center;
  height: 100%;
  right: 0;
}

.start-section .container .adOp-section img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.start-section .container .adOp-section h1 {
  margin-top: 4rem;
  font-size: 3rem;
  color: #D9D9D9;
}

.start-section .container .adOp-section p {
  margin-top: 3rem;
  font-size: 1.6rem;
  color: #d9d9d9;
  line-height: 24px;
}

.start-section .container .adOp-section h3 {
  margin-top: 3rem;
  font-size: 1.4rem;
  color: #60D2DF;
}

.start-section .container .adOp-section .social-icons {
  margin-top: 2.4rem;
}

.start-section .container .adOp-section .social-icons .icons {
  color: #fff;
  margin-right: 1rem;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.start-section .container .adOp-section .social-icons .icons:hover {
  color: #60D2DF;
}

.hero-wrapper {
  position: relative;
}

.hero-wrapper .bg-container {
  z-index: 0;
  text-align: center;
}

.hero-wrapper .bg-container img {
  max-width: 85%;
  margin: auto;
}

.hero-wrapper .service-container {
  position: absolute;
  top: 12%;
  color: #CFCFCF;
  text-align: center;
}

.hero-wrapper .service-container h1 {
  font-size: 2.6rem;
  margin-bottom: 1.2rem;
}

.hero-wrapper .service-container .description {
  background-color: #2e85b7b0;
  padding: 1rem .6rem;
  max-width: 95%;
  margin: auto;
  -webkit-box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.3);
}

.hero-wrapper .service-container .description p {
  line-height: 1.4rem;
  font-weight: 500;
}

.services-wrapper {
  background-color: #4388C4;
  max-width: 88%;
  text-align: center;
  padding: 1rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 5rem;
}

.services-wrapper .blocks {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 20px;
          box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 20px;
}

.services-wrapper .block1 {
  background-color: #0B00A4;
  border-radius: .6rem;
  margin-bottom: 1rem;
}

.services-wrapper .block1 .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  overflow-y: auto;
  display: none;
}

.services-wrapper .block1 .modal-container .fa-times {
  float: right;
  margin-top: .5rem;
  margin-right: 1rem;
  cursor: pointer;
  color: #cacaca;
  width: 15px;
}

.services-wrapper .block1 .modal-container .inner {
  position: relative;
  color: #fff;
  width: 80%;
  margin: 4em auto;
  background-color: #fff;
}

.services-wrapper .block1 .modal-container .inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  padding: 1rem 0 0 1rem;
}

.services-wrapper .block1 .modal-container .inner .right {
  width: 80%;
  text-align: center;
  margin: auto;
}

.services-wrapper .block1 .modal-container .inner .right img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  padding: 1rem 0 0 1rem;
}

.services-wrapper .block1 .modal-container .inner .right .bottom-img {
  position: absolute;
  right: 34px;
  padding: 1rem 0 0 1rem;
  bottom: 34px;
}

.services-wrapper .block1 .modal-container .inner .right h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #0B00A4;
  margin-top: -6.4rem;
}

.services-wrapper .block1 .modal-container .inner .right h5 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 3rem;
  color: #0B00A4;
}

.services-wrapper .block1 .modal-container .inner .right form input {
  background-color: #E1E1E1;
  border: 1px solid #7070702a;
  outline: none;
  margin-bottom: 2.4rem;
  padding: .6rem 0;
  width: 100%;
  text-align: center;
}

.services-wrapper .block1 .modal-container .inner .right form .text::-webkit-input-placeholder {
  opacity: .4;
}

.services-wrapper .block1 .modal-container .inner .right form .social-links {
  margin-bottom: 1rem;
}

.services-wrapper .block1 .modal-container .inner .right form .social-links h3 {
  color: #0B00A4;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.services-wrapper .block1 .modal-container .inner .right form .social-links .socials .icons {
  width: 12px;
  margin-right: 1rem;
  color: #4E41FF;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services-wrapper .block1 .modal-container .inner .right form .social-links .socials .icons:hover {
  color: #000;
}

.services-wrapper .block1 .modal-container .inner .right button {
  padding: .8rem 4rem;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #0B00A4;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 4rem;
}

.services-wrapper .block1 .modal-container .inner .right button:hover {
  background-color: #2AB800;
}

.services-wrapper .block1 .header-sec {
  border: solid 3px #0B00A4;
}

.services-wrapper .block1 .header-sec h1 {
  color: #0B00A4;
}

.services-wrapper .block1 .header-sec h1 #price {
  font-size: 1rem;
}

.services-wrapper .block1 .block-body a {
  color: #0B00A4;
}

.services-wrapper .block2 {
  background-color: #4E489D;
  border-radius: .6rem;
  margin-bottom: 1rem;
}

.services-wrapper .block2 .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  overflow-y: auto;
  display: none;
}

.services-wrapper .block2 .modal-container .fa-times {
  float: right;
  margin-top: .5rem;
  margin-right: 1rem;
  cursor: pointer;
  color: #cacaca;
  width: 15px;
}

.services-wrapper .block2 .modal-container .inner {
  position: relative;
  color: #fff;
  width: 80%;
  margin: 4em auto;
  background-color: #fff;
}

.services-wrapper .block2 .modal-container .inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  padding: 1rem 0 0 1rem;
}

.services-wrapper .block2 .modal-container .inner .right {
  width: 80%;
  text-align: center;
  margin: auto;
}

.services-wrapper .block2 .modal-container .inner .right img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  padding: 1rem 0 0 1rem;
}

.services-wrapper .block2 .modal-container .inner .right .bottom-img {
  position: absolute;
  right: 34px;
  padding: 1rem 0 0 1rem;
  bottom: 34px;
}

.services-wrapper .block2 .modal-container .inner .right h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #4E489D;
  margin-top: -6.4rem;
}

.services-wrapper .block2 .modal-container .inner .right h5 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 3rem;
  color: #4E489D;
}

.services-wrapper .block2 .modal-container .inner .right form input {
  background-color: #E1E1E1;
  border: 1px solid #7070702a;
  outline: none;
  margin-bottom: 2.4rem;
  padding: .6rem 0;
  width: 100%;
  text-align: center;
}

.services-wrapper .block2 .modal-container .inner .right form .text::-webkit-input-placeholder {
  opacity: .4;
}

.services-wrapper .block2 .modal-container .inner .right form .social-links {
  margin-bottom: 1rem;
}

.services-wrapper .block2 .modal-container .inner .right form .social-links h3 {
  color: #4E489D;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.services-wrapper .block2 .modal-container .inner .right form .social-links .socials .icons {
  width: 12px;
  margin-right: 1rem;
  color: #776DFF;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services-wrapper .block2 .modal-container .inner .right form .social-links .socials .icons:hover {
  color: #000;
}

.services-wrapper .block2 .modal-container .inner .right button {
  padding: .8rem 4rem;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #4E489D;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 4rem;
}

.services-wrapper .block2 .modal-container .inner .right button:hover {
  background-color: #2AB800;
}

.services-wrapper .block2 .header-sec {
  border: solid 3px #4E489D;
}

.services-wrapper .block2 .header-sec h1 {
  color: #4E489D;
}

.services-wrapper .block2 .header-sec h1 #price {
  font-size: 1rem;
}

.services-wrapper .block2 .block-body a {
  color: #4E489D;
}

.services-wrapper .block3 {
  background-color: #AF0098;
  border-radius: .6rem;
  margin-bottom: 1rem;
}

.services-wrapper .block3 .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  overflow-y: auto;
  display: none;
}

.services-wrapper .block3 .modal-container .fa-times {
  float: right;
  margin-top: .5rem;
  margin-right: 1rem;
  cursor: pointer;
  color: #cacaca;
  width: 15px;
}

.services-wrapper .block3 .modal-container .inner {
  position: relative;
  color: #fff;
  width: 80%;
  margin: 4em auto;
  background-color: #fff;
}

.services-wrapper .block3 .modal-container .inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  padding: 1rem 0 0 1rem;
}

.services-wrapper .block3 .modal-container .inner .right {
  width: 80%;
  text-align: center;
  margin: auto;
}

.services-wrapper .block3 .modal-container .inner .right img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  padding: 1rem 0 0 1rem;
}

.services-wrapper .block3 .modal-container .inner .right .bottom-img {
  position: absolute;
  right: 34px;
  padding: 1rem 0 0 1rem;
  bottom: 34px;
}

.services-wrapper .block3 .modal-container .inner .right h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #AF0098;
  margin-top: -6.4rem;
}

.services-wrapper .block3 .modal-container .inner .right h5 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 3rem;
  color: #FF74EC;
}

.services-wrapper .block3 .modal-container .inner .right form input {
  background-color: #E1E1E1;
  border: 1px solid #7070702a;
  outline: none;
  margin-bottom: 2.4rem;
  padding: .6rem 0;
  width: 100%;
  text-align: center;
}

.services-wrapper .block3 .modal-container .inner .right form .text::-webkit-input-placeholder {
  opacity: .4;
}

.services-wrapper .block3 .modal-container .inner .right form .social-links {
  margin-bottom: 1rem;
}

.services-wrapper .block3 .modal-container .inner .right form .social-links h3 {
  color: #AF0098;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.services-wrapper .block3 .modal-container .inner .right form .social-links .socials .icons {
  width: 12px;
  margin-right: 1rem;
  color: #FF53E8;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services-wrapper .block3 .modal-container .inner .right form .social-links .socials .icons:hover {
  color: #000;
}

.services-wrapper .block3 .modal-container .inner .right button {
  padding: .8rem 4rem;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #AF0098;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 4rem;
}

.services-wrapper .block3 .modal-container .inner .right button:hover {
  background-color: #2AB800;
}

.services-wrapper .block3 .header-sec {
  border: solid 3px #AF0098;
}

.services-wrapper .block3 .header-sec h1 {
  color: #AF0098;
}

.services-wrapper .block3 .header-sec h1 #price {
  font-size: 1rem;
}

.services-wrapper .block3 .block-body a {
  color: #AF0098;
}

.footer-section {
  padding: 2rem 0 0 0;
  margin-top: 2rem;
  background-color: #0E3658;
}

.footer-section .container {
  max-width: 300px;
  margin: auto;
}

.footer-section .container .more-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-section .container .more-info .address {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  text-align: center;
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-section .container .more-info .address img {
  margin-top: 2rem;
  width: 180px;
}

.footer-section .container .more-info .address .postal {
  margin-top: 1rem;
  color: #CECECE;
}

.footer-section .container .more-info .address .postal ul li {
  margin-bottom: .6rem;
  font-size: 1rem;
}

.footer-section .container .more-info .address .postal .follow {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-section .container .more-info .address .postal .follow h3 {
  font-size: 1.4rem;
  margin-right: 1rem;
}

.footer-section .container .more-info .address .postal .follow h3 span {
  border-bottom: 3px solid #DB00E2;
}

.footer-section .container .more-info .address .postal .follow .icons {
  margin-right: .8rem;
  width: 14px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 12px;
}

.footer-section .container .more-info .address .postal .follow .icons:hover {
  color: #DB00E2;
}

.footer-section .container .more-info .quick-links {
  text-align: center;
}

.footer-section .container .more-info .quick-links h2 {
  color: #D076DE;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.footer-section .container .more-info .quick-links ul li {
  margin-bottom: 1rem;
}

.footer-section .container .more-info .quick-links ul li a {
  font-size: 1.2rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #A1A1A1;
}

.footer-section .container .more-info .quick-links ul li a:hover {
  color: #fff;
}

.footer-section .container .more-info .support-links {
  text-align: center;
}

.footer-section .container .more-info .support-links h2 {
  color: #D076DE;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.footer-section .container .more-info .support-links ul li {
  margin-bottom: 1rem;
}

.footer-section .container .more-info .support-links ul li a {
  font-size: 1.2rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #A1A1A1;
}

.footer-section .container .more-info .support-links ul li a:hover {
  color: #fff;
}

.footer-section .container .cta-section {
  background-image: -webkit-gradient(linear, left top, right top, from(#165081), to(#2E85B7));
  background-image: linear-gradient(to right, #165081, #2E85B7);
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #fff;
  padding: 2rem 0;
}

.footer-section .container .cta-section .left {
  margin-bottom: 2rem;
}

.footer-section .container .cta-section .left h1 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #ECECEC;
}

.footer-section .container .cta-section .left h1 span {
  display: block;
}

.footer-section .container .cta-section .left h5 {
  margin-left: .8rem;
  font-size: 1rem;
  border-left: 4px solid #29ABF4;
  padding-left: 1rem;
  color: #ECECEC;
  font-weight: 400;
}

.footer-section .container .cta-section .right {
  text-align: center;
}

.footer-section .container .cta-section .right .cta {
  background-color: #DE1C1C;
  padding: .6rem 2rem;
  margin-bottom: 1rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.footer-section .container .cta-section .right .cta a {
  font-size: 1.8rem;
}

.footer-section .container .cta-section .right .cta:hover {
  background-color: #2AB800;
}

.footer-section .container .cta-section .right .share h4 {
  font-size: 1.2rem;
  border-bottom: 3px solid #fff;
  padding-bottom: .2rem;
  margin-bottom: 1rem;
}

.footer-section .container .cta-section .right .share .social-icons .icons {
  margin-right: .8rem;
  width: 12px;
  cursor: pointer;
  color: #0E3658;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer-section .container .cta-section .right .share .social-icons .icons:hover {
  color: #fff;
}

.copy-right {
  background-color: #5B5B5B;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: .7rem;
}

@media (min-width: 260px) {
  .hero-wrapper .bg-container img {
    max-width: 85%;
    margin: auto;
    margin-top: 2rem;
  }
  .hero-wrapper .service-container h1 {
    font-size: 5rem;
  }
  .hero-wrapper .service-container .description p {
    line-height: 1.8rem;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .start-section .fa-times {
    margin-top: 1rem;
  }
  .start-section .container .personal-info img {
    width: 40px;
  }
  .start-section .container .personal-info h1 {
    font-size: 1.8rem;
  }
  .start-section .container .personal-info h5 {
    font-size: 1rem;
  }
  .start-section .container .personal-info form input {
    padding: .8rem 0;
  }
  .start-section .container .personal-info form .social-links h3 {
    font-size: 1.2rem;
  }
  .block-body li {
    font-size: 1.2rem;
  }
  .block-body .buy-btn {
    font-size: 1.4rem;
  }
  .header-sec h1 {
    font-size: 1.6rem;
    font-weight: 800;
  }
  .services-wrapper {
    margin-top: 3rem;
  }
  .services-wrapper .block1 {
    max-width: 225px;
    margin: auto;
    margin-bottom: 1rem;
  }
  .services-wrapper .block2 {
    max-width: 225px;
    margin: auto;
    margin-bottom: 1rem;
  }
  .services-wrapper .block3 {
    max-width: 225px;
    margin: auto;
    margin-bottom: 1rem;
  }
  .copy-right {
    font-size: .9rem;
  }
}

@media (min-width: 300px) {
  .hero-wrapper .service-container h1 {
    font-size: 5.2rem;
  }
  .hero-wrapper .service-container .description p {
    font-size: 1.4rem;
  }
  .start-section .container .personal-info img {
    width: 42px;
  }
  .start-section .container .personal-info h1 {
    font-size: 2rem;
  }
  .start-section .container .personal-info form .social-links h3 {
    font-size: 1.4rem;
  }
  .block-body li {
    font-size: 1.2rem;
  }
  .block-body .buy-btn {
    font-size: 1.4rem;
  }
  .header-sec h1 {
    font-size: 1.6rem;
    font-weight: 800;
  }
  .services-wrapper .block1 .modal-container .fa-times {
    width: 18px;
  }
  .services-wrapper .block1 .modal-container .inner {
    margin: 5em auto;
  }
  .services-wrapper .block1 .modal-container .inner img {
    width: 42px;
  }
  .services-wrapper .block1 .modal-container .inner .right {
    width: 80%;
    text-align: center;
    margin: auto;
  }
  .services-wrapper .block1 .modal-container .inner .right img {
    width: 42px;
  }
  .services-wrapper .block1 .modal-container .inner .right .bottom-img {
    right: 38px;
    bottom: 34px;
  }
  .services-wrapper .block1 .modal-container .inner .right h1 {
    font-size: 1.6rem;
    margin-top: -6rem;
  }
  .services-wrapper .block1 .modal-container .inner .right h5 {
    font-size: 1.2rem;
  }
  .services-wrapper .block1 .modal-container .inner .right form .social-links h3 {
    font-size: 1.2rem;
  }
  .services-wrapper .block1 .modal-container .inner .right form .social-links .socials .icons {
    width: 15px;
  }
  .services-wrapper .block1 .modal-container .inner .right button {
    font-size: 1.6rem;
  }
  .services-wrapper .block2 .modal-container .fa-times {
    width: 18px;
  }
  .services-wrapper .block2 .modal-container .inner {
    margin: 5em auto;
  }
  .services-wrapper .block2 .modal-container .inner img {
    width: 42px;
  }
  .services-wrapper .block2 .modal-container .inner .right {
    width: 80%;
    text-align: center;
    margin: auto;
  }
  .services-wrapper .block2 .modal-container .inner .right img {
    width: 42px;
  }
  .services-wrapper .block2 .modal-container .inner .right .bottom-img {
    right: 38px;
    bottom: 34px;
  }
  .services-wrapper .block2 .modal-container .inner .right h1 {
    font-size: 1.6rem;
    margin-top: -6rem;
  }
  .services-wrapper .block2 .modal-container .inner .right h5 {
    font-size: 1.2rem;
  }
  .services-wrapper .block2 .modal-container .inner .right form .social-links h3 {
    font-size: 1.2rem;
  }
  .services-wrapper .block2 .modal-container .inner .right form .social-links .socials .icons {
    width: 15px;
  }
  .services-wrapper .block2 .modal-container .inner .right button {
    font-size: 1.6rem;
  }
  .services-wrapper .block3 .modal-container .fa-times {
    width: 18px;
  }
  .services-wrapper .block3 .modal-container .inner {
    margin: 5em auto;
  }
  .services-wrapper .block3 .modal-container .inner img {
    width: 42px;
  }
  .services-wrapper .block3 .modal-container .inner .right {
    width: 80%;
    text-align: center;
    margin: auto;
  }
  .services-wrapper .block3 .modal-container .inner .right img {
    width: 42px;
  }
  .services-wrapper .block3 .modal-container .inner .right .bottom-img {
    right: 38px;
    bottom: 34px;
  }
  .services-wrapper .block3 .modal-container .inner .right h1 {
    font-size: 1.6rem;
    margin-top: -6rem;
  }
  .services-wrapper .block3 .modal-container .inner .right h5 {
    font-size: 1.2rem;
  }
  .services-wrapper .block3 .modal-container .inner .right form .social-links h3 {
    font-size: 1.2rem;
  }
  .services-wrapper .block3 .modal-container .inner .right form .social-links .socials .icons {
    width: 15px;
  }
  .services-wrapper .block3 .modal-container .inner .right button {
    font-size: 1.6rem;
  }
  .footer-section .container {
    max-width: 400px;
  }
  .footer-section .container .more-info .address img {
    margin-top: 2rem;
    width: 220px;
  }
  .footer-section .container .more-info .address .postal ul li {
    font-size: 1.2rem;
  }
  .footer-section .container .cta-section .left h1 {
    font-size: 2rem;
  }
  .footer-section .container .cta-section .left h5 {
    font-size: 1.2rem;
  }
  .footer-section .container .cta-section .right .cta a {
    font-size: 2rem;
  }
  .footer-section .container .cta-section .right .share h4 {
    font-size: 1.4rem;
  }
  .copy-right {
    font-size: 1rem;
  }
}

@media (min-width: 360px) {
  .hero-wrapper .service-container h1 {
    font-size: 5.4rem;
  }
  .hero-wrapper .service-container .description {
    margin-top: 4rem;
  }
  .hero-wrapper .service-container .description p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .start-section .container .personal-info {
    width: 78%;
  }
  .start-section .container .personal-info img {
    width: 45px;
  }
  .start-section .container .personal-info h5 {
    font-size: 1.2rem;
  }
  .services-wrapper .block1 .modal-container .inner img {
    width: 44px;
  }
  .services-wrapper .block1 .modal-container .inner .right img {
    width: 44px;
  }
  .services-wrapper .block1 .modal-container .inner .right .bottom-img {
    right: 40px;
    bottom: 36px;
  }
  .services-wrapper .block1 .modal-container .inner .right h1 {
    font-size: 1.8rem;
    margin-top: -5rem;
  }
  .services-wrapper .block1 .modal-container .inner .right h5 {
    font-size: 1.4rem;
  }
  .services-wrapper .block1 .modal-container .inner .right form .social-links h3 {
    font-size: 1.4rem;
  }
  .services-wrapper .block1 .modal-container .inner .right form .social-links .socials .icons {
    width: 15px;
  }
  .services-wrapper .block2 .modal-container .inner img {
    width: 44px;
  }
  .services-wrapper .block2 .modal-container .inner .right img {
    width: 44px;
  }
  .services-wrapper .block2 .modal-container .inner .right .bottom-img {
    right: 40px;
    bottom: 36px;
  }
  .services-wrapper .block2 .modal-container .inner .right h1 {
    font-size: 1.8rem;
    margin-top: -5rem;
  }
  .services-wrapper .block2 .modal-container .inner .right h5 {
    font-size: 1.4rem;
  }
  .services-wrapper .block2 .modal-container .inner .right form .social-links h3 {
    font-size: 1.4rem;
  }
  .services-wrapper .block2 .modal-container .inner .right form .social-links .socials .icons {
    width: 15px;
  }
  .services-wrapper .block3 .modal-container .inner img {
    width: 44px;
  }
  .services-wrapper .block3 .modal-container .inner .right img {
    width: 44px;
  }
  .services-wrapper .block3 .modal-container .inner .right .bottom-img {
    right: 40px;
    bottom: 36px;
  }
  .services-wrapper .block3 .modal-container .inner .right h1 {
    font-size: 1.8rem;
    margin-top: -5rem;
  }
  .services-wrapper .block3 .modal-container .inner .right h5 {
    font-size: 1.4rem;
  }
  .services-wrapper .block3 .modal-container .inner .right form .social-links h3 {
    font-size: 1.4rem;
  }
  .services-wrapper .block3 .modal-container .inner .right form .social-links .socials .icons {
    width: 15px;
  }
  .copy-right {
    font-size: 1.2rem;
  }
}

@media (min-width: 400px) {
  .start-section .container .personal-info {
    width: 72%;
  }
  .services-wrapper .block1 .modal-container .inner img {
    width: 46px;
  }
  .services-wrapper .block1 .modal-container .inner .right {
    max-width: 72%;
  }
  .services-wrapper .block1 .modal-container .inner .right img {
    width: 46px;
  }
  .services-wrapper .block1 .modal-container .inner .right .bottom-img {
    right: 42px;
    bottom: 38px;
  }
  .services-wrapper .block2 .modal-container .inner img {
    width: 46px;
  }
  .services-wrapper .block2 .modal-container .inner .right {
    max-width: 72%;
  }
  .services-wrapper .block2 .modal-container .inner .right img {
    width: 46px;
  }
  .services-wrapper .block2 .modal-container .inner .right .bottom-img {
    right: 42px;
    bottom: 38px;
  }
  .services-wrapper .block3 .modal-container .inner img {
    width: 46px;
  }
  .services-wrapper .block3 .modal-container .inner .right {
    max-width: 72%;
  }
  .services-wrapper .block3 .modal-container .inner .right img {
    width: 46px;
  }
  .services-wrapper .block3 .modal-container .inner .right .bottom-img {
    right: 42px;
    bottom: 38px;
  }
}

@media (min-width: 430px) {
  .nav-container .container {
    max-width: 95%;
  }
  .nav-container .container .nav-links .button-1 {
    display: block;
    margin-right: 2.4rem;
    font-weight: 700;
  }
  .hero-wrapper .service-container h1 {
    font-size: 5.6rem;
  }
  .hero-wrapper .service-container .description {
    margin-top: 5rem;
    max-width: 90%;
  }
  .hero-wrapper .service-container .description p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .start-section .container {
    max-width: 400px;
  }
  .start-section .container .personal-info {
    width: 68%;
  }
  .start-section .container .personal-info form .social-links .socials .icons {
    width: 15px;
  }
  .services-wrapper .block1 .modal-container .inner {
    max-width: 400px;
  }
  .services-wrapper .block1 .modal-container .inner img {
    width: 48px;
  }
  .services-wrapper .block1 .modal-container .inner .right {
    max-width: 68%;
  }
  .services-wrapper .block1 .modal-container .inner .right img {
    width: 48px;
  }
  .services-wrapper .block1 .modal-container .inner .right .bottom-img {
    right: 44px;
    bottom: 40px;
  }
  .services-wrapper .block2 .modal-container .inner {
    max-width: 400px;
  }
  .services-wrapper .block2 .modal-container .inner img {
    width: 48px;
  }
  .services-wrapper .block2 .modal-container .inner .right {
    max-width: 68%;
  }
  .services-wrapper .block2 .modal-container .inner .right img {
    width: 48px;
  }
  .services-wrapper .block2 .modal-container .inner .right .bottom-img {
    right: 44px;
    bottom: 40px;
  }
  .services-wrapper .block3 .modal-container .inner {
    max-width: 400px;
  }
  .services-wrapper .block3 .modal-container .inner img {
    width: 48px;
  }
  .services-wrapper .block3 .modal-container .inner .right {
    max-width: 68%;
  }
  .services-wrapper .block3 .modal-container .inner .right img {
    width: 48px;
  }
  .services-wrapper .block3 .modal-container .inner .right .bottom-img {
    right: 44px;
    bottom: 40px;
  }
  .footer-section .container {
    max-width: 95%;
  }
  .copy-right {
    font-size: 1.4rem;
  }
}

@media (min-width: 500px) {
  .hero-wrapper .service-container h1 {
    font-size: 6rem;
  }
  .hero-wrapper .service-container .description {
    margin-top: 5rem;
  }
  .hero-wrapper .service-container .description p {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 1.4rem 1rem;
  }
  .services-wrapper {
    max-width: 90%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    justify-items: center;
    grid-gap: 10px;
  }
  .footer-section .container {
    max-width: 95%;
  }
  .footer-section .container .more-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-section .container .more-info .quick-links {
    margin-top: 3rem;
  }
  .footer-section .container .more-info .support-links {
    margin-top: 3rem;
  }
  .footer-section .container .cta-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .copy-right {
    font-size: 1.4rem;
  }
}

@media (min-width: 560px) {
  .hero-wrapper .bg-container img {
    max-width: 400px;
  }
  .hero-wrapper .service-container h1 {
    font-size: 8rem;
  }
  .hero-wrapper .service-container .description {
    max-width: 85%;
  }
  .hero-wrapper .service-container .description p {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 1.4rem 1rem;
  }
}

@media (min-width: 630px) {
  .footer-section .container {
    max-width: 700px;
  }
  .footer-section .container .more-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-section .container .more-info .quick-links h2 {
    font-size: 1.8rem;
  }
  .footer-section .container .more-info .quick-links ul li a {
    font-size: 1.4rem;
  }
  .footer-section .container .more-info .support-links h2 {
    font-size: 1.8rem;
  }
  .footer-section .container .more-info .support-links ul li a {
    font-size: 1.4rem;
  }
  .footer-section .container .cta-section .left h1 {
    font-size: 2.2rem;
  }
  .footer-section .container .cta-section .left h5 {
    font-size: 1.4rem;
  }
  .footer-section .container .cta-section .right .cta a {
    font-size: 2.2rem;
  }
  .footer-section .container .cta-section .right .share h4 {
    font-size: 1.6rem;
  }
  .footer-section .container .cta-section .right .share .social-icons .icons {
    width: 16px;
  }
}

@media (min-width: 720px) {
  .start-section .container {
    max-width: 90%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 20px;
            box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 4rem 0;
  }
  .start-section .container .personal-info {
    width: 40%;
    margin-left: 5%;
    text-align: center;
  }
  .start-section .container .personal-info img {
    width: 55px;
  }
  .start-section .container .personal-info .bottom-img {
    display: none;
  }
  .start-section .container .personal-info h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .start-section .container .personal-info h5 {
    font-size: 1.2rem;
  }
  .start-section .container .personal-info form .social-links h3 {
    font-size: 1.4rem;
  }
  .start-section .container .personal-info form .social-links .socials .icons {
    width: 15px;
  }
  .start-section .container .adOp-section {
    display: block;
  }
  .start-section .container .adOp-section img {
    width: 55px;
  }
  .start-section .container .adOp-section h1 {
    margin-top: 6rem;
  }
  .services-wrapper .block1 .modal-container .inner {
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services-wrapper .block1 .modal-container .inner img {
    width: 48px;
  }
  .services-wrapper .block1 .modal-container .inner .left {
    background-color: #0B00A4;
    padding: 1em;
    width: 50%;
  }
  .services-wrapper .block1 .modal-container .inner .left h2 {
    font-size: 2em;
    margin-top: 2rem;
    margin-bottom: 1em;
    color: #4E41FF;
    font-weight: 900;
  }
  .services-wrapper .block1 .modal-container .inner .left p {
    font-size: 1.4em;
    letter-spacing: 1px;
    width: 80%;
    margin: auto;
  }
  .services-wrapper .block1 .modal-container .inner .left h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #60D2DF;
  }
  .services-wrapper .block1 .modal-container .inner .left .social-links {
    margin-bottom: 1rem;
  }
  .services-wrapper .block1 .modal-container .inner .left .social-links h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #60D2DF;
  }
  .services-wrapper .block1 .modal-container .inner .left .social-links .socials {
    margin-top: 2rem;
  }
  .services-wrapper .block1 .modal-container .inner .left .social-links .socials .icons {
    width: 20px;
    margin-right: 1rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .services-wrapper .block1 .modal-container .inner .left .social-links .socials .icons:hover {
    color: #000;
  }
  .services-wrapper .block1 .modal-container .inner .right {
    max-width: 50%;
  }
  .services-wrapper .block1 .modal-container .inner .right img {
    width: 48px;
  }
  .services-wrapper .block1 .modal-container .inner .right .bottom-img {
    right: 44px;
    bottom: 40px;
  }
  .services-wrapper .block1 .modal-container .inner .right h1 {
    font-size: 1.8rem;
    margin-top: 2rem;
    font-weight: 900;
    display: none;
  }
  .services-wrapper .block1 .modal-container .inner .right #sec-header {
    display: block !important;
  }
  .services-wrapper .block1 .modal-container .inner .right form {
    width: 80%;
    margin: auto;
  }
  .services-wrapper .block1 .modal-container .inner .right form .social-links {
    display: none;
  }
  .services-wrapper .block2 .modal-container .inner {
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services-wrapper .block2 .modal-container .inner img {
    width: 48px;
  }
  .services-wrapper .block2 .modal-container .inner .left {
    background-color: #4E489D;
    padding: 1em;
    width: 50%;
  }
  .services-wrapper .block2 .modal-container .inner .left h2 {
    font-size: 2em;
    margin-top: 2rem;
    margin-bottom: 1em;
    color: #776DFF;
    font-weight: 900;
  }
  .services-wrapper .block2 .modal-container .inner .left p {
    font-size: 1.4em;
    letter-spacing: 1px;
    width: 80%;
    margin: auto;
  }
  .services-wrapper .block2 .modal-container .inner .left h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #60D2DF;
  }
  .services-wrapper .block2 .modal-container .inner .left .social-links {
    margin-bottom: 1rem;
  }
  .services-wrapper .block2 .modal-container .inner .left .social-links h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #60D2DF;
  }
  .services-wrapper .block2 .modal-container .inner .left .social-links .socials {
    margin-top: 2rem;
  }
  .services-wrapper .block2 .modal-container .inner .left .social-links .socials .icons {
    width: 20px;
    margin-right: 1rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .services-wrapper .block2 .modal-container .inner .left .social-links .socials .icons:hover {
    color: #000;
  }
  .services-wrapper .block2 .modal-container .inner .right {
    max-width: 50%;
  }
  .services-wrapper .block2 .modal-container .inner .right img {
    width: 48px;
  }
  .services-wrapper .block2 .modal-container .inner .right .bottom-img {
    right: 44px;
    bottom: 40px;
  }
  .services-wrapper .block2 .modal-container .inner .right h1 {
    font-size: 1.8rem;
    margin-top: 2rem;
    font-weight: 900;
    display: none;
  }
  .services-wrapper .block2 .modal-container .inner .right #sec-header {
    display: block !important;
  }
  .services-wrapper .block2 .modal-container .inner .right form {
    width: 80%;
    margin: auto;
  }
  .services-wrapper .block2 .modal-container .inner .right form .social-links {
    display: none;
  }
  .services-wrapper .block3 .modal-container .inner {
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services-wrapper .block3 .modal-container .inner img {
    width: 48px;
  }
  .services-wrapper .block3 .modal-container .inner .left {
    background-color: #AF0098;
    padding: 1em;
    width: 50%;
  }
  .services-wrapper .block3 .modal-container .inner .left h2 {
    font-size: 2em;
    margin-top: 2rem;
    margin-bottom: 1em;
    color: #FF53E8;
    font-weight: 900;
  }
  .services-wrapper .block3 .modal-container .inner .left p {
    font-size: 1.4em;
    letter-spacing: 1px;
    width: 80%;
    margin: auto;
  }
  .services-wrapper .block3 .modal-container .inner .left h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #60D2DF;
  }
  .services-wrapper .block3 .modal-container .inner .left .social-links {
    margin-bottom: 1rem;
  }
  .services-wrapper .block3 .modal-container .inner .left .social-links h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #60D2DF;
  }
  .services-wrapper .block3 .modal-container .inner .left .social-links .socials {
    margin-top: 2rem;
  }
  .services-wrapper .block3 .modal-container .inner .left .social-links .socials .icons {
    width: 20px;
    margin-right: 1rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .services-wrapper .block3 .modal-container .inner .left .social-links .socials .icons:hover {
    color: #000;
  }
  .services-wrapper .block3 .modal-container .inner .right {
    max-width: 50%;
  }
  .services-wrapper .block3 .modal-container .inner .right img {
    width: 48px;
  }
  .services-wrapper .block3 .modal-container .inner .right .bottom-img {
    right: 44px;
    bottom: 40px;
  }
  .services-wrapper .block3 .modal-container .inner .right h1 {
    font-size: 1.8rem;
    margin-top: 2rem;
    font-weight: 900;
    display: none;
  }
  .services-wrapper .block3 .modal-container .inner .right #sec-header {
    display: block !important;
  }
  .services-wrapper .block3 .modal-container .inner .right form {
    width: 80%;
    margin: auto;
  }
  .services-wrapper .block3 .modal-container .inner .right form .social-links {
    display: none;
  }
}

@media (min-width: 944px) {
  .services-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-width: 900px;
  }
  .services-wrapper .block1 .modal-container .inner .right form {
    width: 70%;
    margin: auto;
  }
  .services-wrapper .block1 .modal-container .inner .right form .social-links {
    display: none;
  }
  .services-wrapper .block2 .modal-container .inner .right form {
    width: 70%;
    margin: auto;
  }
  .services-wrapper .block2 .modal-container .inner .right form .social-links {
    display: none;
  }
  .services-wrapper .block3 .modal-container .inner .right form {
    width: 70%;
    margin: auto;
  }
  .services-wrapper .block3 .modal-container .inner .right form .social-links {
    display: none;
  }
}
/*# sourceMappingURL=services.css.map */