@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Oswald', sans-serif; */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media (max-width: 1100px) {
  html {
    font-size: 15px;
  }
}

body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #0f1010;
}

ul {
  margin-bottom: 0px;
  list-style: none;
  padding: 0px;
}

h1, h2, h3, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

a, a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1225px;
  padding: 0 15px;
}

.btn-block {
  width: 100%;
}

.btnCenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  width: 100%;
}

.btnGrey {
  background: #284a6f;
  border: none;
  color: #fff;
  padding: 10px 10px;
  font-size: 12px;
}

.radioCon {
  float: left;
  width: auto;
  position: relative;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.radioCon input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 20px;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.radioCon input[type=radio]:checked + span::before {
  border-color: #F4A024;
}
.radioCon input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #F4A024;
}
.radioCon span {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
}
.radioCon span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #0f1010;
}

.checkboxCon {
  float: left;
  width: auto;
  position: relative;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.checkboxCon input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 20px;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.checkboxCon input[type=checkbox]:checked + span::before, .checkboxCon input[type=checkbox]:checked + label::before {
  border-color: #F4A024;
}
.checkboxCon input[type=checkbox]:checked + span::after, .checkboxCon input[type=checkbox]:checked + label::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 3px;
  top: 0px;
  color: #F4A024;
  font-size: 0.75rem;
}
.checkboxCon span, .checkboxCon label {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
}
.checkboxCon span::before, .checkboxCon label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #0f1010;
}

.btn {
  text-align: center;
  border: 2px solid #F4A024;
  font-weight: bold;
  text-transform: uppercase;
  color: #F4A024;
  padding: 10px 10px;
  background: #fff;
  font-size: 18px;
  outline: none !important;
  box-shadow: none !important;
}
.btn:hover {
  background: #F4A024;
  color: #fff;
  border-color: #F4A024;
}
.btn.btnBorderedBlack {
  border: 1px solid #0f1010;
  color: #0f1010;
  padding: 10px 70px;
  text-transform: capitalize;
  font-size: 23px;
}
.btn.btnBorderedBlack:hover {
  border-color: #F4A024;
  background-color: #F4A024;
  color: #fff;
}
@media (max-width: 767px) {
  .btn.btnBorderedBlack {
    padding: 10px 30px;
    font-size: 1rem;
  }
}
.btn.btnFill {
  border: 1px solid #F4A024;
  color: #fff;
  padding: 10px 70px;
  text-transform: capitalize;
  font-size: 23px;
  background-color: #F4A024;
}
.btn.btnFill:hover {
  border-color: #0f1010;
  background-color: transparent;
  color: #0f1010;
}
@media (max-width: 767px) {
  .btn.btnFill {
    padding: 10px 30px;
    font-size: 1rem;
  }
}
.btn.btnFill.smallBtn {
  padding: 10px;
  font-size: 1rem;
}
.btn.btnFillOrage {
  border: 2px solid #F4A024;
  color: #fff;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 18px;
  background-color: #F4A024;
}
.btn.btnFillOrage:hover {
  border-color: #F4A024;
  background-color: transparent;
  color: #F4A024;
}
@media (max-width: 767px) {
  .btn.btnFillOrage {
    padding: 10px 30px;
    font-size: 1rem;
  }
}

.VideoModal {
  float: left;
  width: 100%;
  padding-bottom: 51.25%;
  padding-top: 25px;
  position: relative;
}
.VideoModal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal.modal-700 .modal-dialog {
  max-width: 700px;
}

.sectionTopBlock {
  float: left;
  width: 100%;
  margin: 40px 0;
}
.sectionTopBlock h2 {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.sectionTopBlock p {
  color: #fff;
  font-size: 16px;
  max-width: 700px;
  display: block;
  margin: 12px auto 0;
  width: 100%;
  text-align: center;
}
.sectionTopBlock.blackText h2, .sectionTopBlock.blackText p {
  color: #0f1010;
}
.sectionTopBlock.fontOpenSans {
  font-family: "Open Sans", sans-serif;
}
.sectionTopBlock.fontOpenSans h2 {
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
  .sectionTopBlock h2 {
    font-size: 31px;
  }
  .sectionTopBlock p {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .sectionTopBlock h2 {
    font-size: 26px;
  }
  .sectionTopBlock p {
    font-size: 0.9rem;
  }
}

.owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 4px;
  opacity: 0.5;
  background-color: #fff;
  background-color: #fff !important;
  position: relative;
}
.owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  top: -1px;
  opacity: 1;
  background-color: #F4A024 !important;
}

header {
  background: url(../images/slide.png);
  background-repeat: no-repeat !important;
  height: auto;
  background-size: cover !important;
  float: left;
  width: 100%;
  font-size: 0.92rem;
  position: relative;
}
header.review {
  background: url(../images/review-banner.png);
}
header.review::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(16, 34, 53, 0.5);
  z-index: 1;
}
header.review .mainHeader, header.review .headerBottom {
  z-index: 9;
  position: relative;
}
@media (max-width: 1100px) {
  header {
    font-size: 0.85rem;
  }
}

.mainHeader {
  float: left;
  width: 100%;
}
.mainHeader .logo {
  width: 180px;
  float: left;
  padding-top: 10px;
}
@media (max-width: 1100px) {
  .mainHeader .logo {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .mainHeader .logo {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .mainHeader .logo {
    width: 65px;
  }
}
.mainHeader .logo a {
  float: left;
  width: 100%;
}
.mainHeader .HeaderRight {
  float: right;
  width: calc(100% - 180px);
}
@media (max-width: 1100px) {
  .mainHeader .HeaderRight {
    width: calc(100% - 120px);
  }
}
@media (max-width: 991px) {
  .mainHeader .HeaderRight {
    width: calc(100% - 150px);
    float: left;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .mainHeader .HeaderRight {
    width: calc(100% - 115px);
  }
}
.mainHeader .HeaderRight .headerTop, .mainHeader .HeaderRight #mainNav ul {
  padding: 20px 0;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .mainHeader .HeaderRight .headerTop, .mainHeader .HeaderRight #mainNav ul {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .mainHeader .HeaderRight .headerTop, .mainHeader .HeaderRight #mainNav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
  }
}
.mainHeader .HeaderRight .headerTop .support, .mainHeader .HeaderRight #mainNav ul .support {
  float: left;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .mainHeader .HeaderRight .headerTop .support, .mainHeader .HeaderRight #mainNav ul .support {
    margin-top: 10px;
    font-size: 0.72rem;
  }
}
.mainHeader .HeaderRight .headerTop .support a, .mainHeader .HeaderRight #mainNav ul .support a {
  float: left;
  color: #F4A024;
}
.mainHeader .HeaderRight .headerTop .support a svg, .mainHeader .HeaderRight #mainNav ul .support a svg {
  margin-right: 5px;
}
.mainHeader .HeaderRight .headerTop .support a span, .mainHeader .HeaderRight #mainNav ul .support a span {
  color: #fff;
}
.mainHeader .HeaderRight .headerTop .support + .socialMedia, .mainHeader .HeaderRight #mainNav ul .support + .socialMedia {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .mainHeader .HeaderRight .headerTop .support + .socialMedia, .mainHeader .HeaderRight #mainNav ul .support + .socialMedia {
    margin-left: 0px;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .mainHeader .HeaderRight .headerTop .support, .mainHeader .HeaderRight #mainNav ul .support {
    width: 100%;
  }
  .mainHeader .HeaderRight .headerTop .support a, .mainHeader .HeaderRight #mainNav ul .support a {
    float: right;
  }
}
.mainHeader .HeaderRight #mainNav {
  padding: 0px;
  margin-top: 20px;
}
.mainHeader .HeaderRight #mainNav ul {
  padding: 0px;
  float: left;
  width: 100%;
}
.mainHeader .HeaderRight #mainNav ul li {
  float: left;
  margin: 0 8px;
}
.mainHeader .HeaderRight #mainNav ul li a {
  float: left;
  padding: 10px 8px;
  font-weight: bold;
  color: #fff;
}
.mainHeader .HeaderRight #mainNav ul li a:hover {
  color: #F4A024;
}
.mainHeader .HeaderRight #mainNav ul li a.rating .ratingBlock {
  font-size: 0.8rem;
  color: #F4A024;
}
.mainHeader .HeaderRight #mainNav ul li a.rating .ratingBlock strong {
  font-size: 0.85rem;
}
.mainHeader .HeaderRight #mainNav ul li a.yellow_b_btn, .mainHeader .HeaderRight #mainNav ul li a.white_b_btn {
  float: left;
  padding: 10px 8px;
  border: 2px solid #F4A024;
  color: #F4A024;
  border-radius: 5px;
}
.mainHeader .HeaderRight #mainNav ul li a.yellow_b_btn:hover, .mainHeader .HeaderRight #mainNav ul li a.white_b_btn:hover {
  background-color: #F4A024;
  color: #fff;
}
.mainHeader .HeaderRight #mainNav ul li a.white_b_btn {
  border-color: #fff;
  color: #fff;
}
.mainHeader .HeaderRight #mainNav ul li a.white_b_btn:hover {
  background-color: #fff;
  color: #F4A024;
}
@media (max-width: 1100px) {
  .mainHeader .HeaderRight #mainNav ul li {
    margin: 0 4px;
  }
  .mainHeader .HeaderRight #mainNav ul li a {
    padding: 10px 5px;
  }
}
@media (max-width: 1100px) {
  .mainHeader .HeaderRight #mainNav {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .mainHeader .HeaderRight #mainNav {
    position: fixed;
    left: -370px;
    top: 0;
    width: calc(100% - 60px);
    max-width: 350px;
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    margin-top: 0;
    color: #0f1010;
    box-shadow: 0 20px 10px rgba(0, 0, 0, 0.59);
    transition: ease-in-out 0.3s;
    z-index: 99;
  }
  .mainHeader .HeaderRight #mainNav ul {
    display: inline-block;
    width: 100%;
  }
  .mainHeader .HeaderRight #mainNav ul li {
    float: left;
    width: 100%;
    margin: 0;
  }
  .mainHeader .HeaderRight #mainNav ul li a {
    float: left;
    width: 100%;
    color: #0f1010;
    text-align: left;
    padding: 15px;
  }
  .mainHeader .HeaderRight #mainNav ul li a .ratingBlock {
    display: none;
  }
  .mainHeader .HeaderRight #mainNav ul li a.yellow_b_btn, .mainHeader .HeaderRight #mainNav ul li a.white_b_btn {
    border: none;
    border: none;
    color: #0f1010;
    padding: 15px;
  }
}
.mainHeader.headerFix {
  position: fixed;
  z-index: 9;
  background: #294b71;
}
.mainHeader.headerFix .logo a {
  max-width: 100px;
  margin-bottom: -30px;
}
.mainHeader.headerFix .HeaderRight > .headerTop, .mainHeader.headerFix .HeaderRight #mainNav .HeaderRight > ul {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader.headerFix .mobileToggleBtn {
    margin: 20px 0;
  }
  .mainHeader.headerFix .logo {
    width: 80px;
  }
  .mainHeader.headerFix .logo a {
    max-width: 100%;
  }
}
.mainHeader.mobileMenu .HeaderRight #mainNav {
  left: 0;
}
.mainHeader.mobileMenu .mobileToggleBtn span:first-child {
  transform: rotate(45deg);
  top: 6px;
}
.mainHeader.mobileMenu .mobileToggleBtn span:nth-child(2) {
  display: none;
}
.mainHeader.mobileMenu .mobileToggleBtn span:last-child {
  transform: rotate(-45deg);
}

.socialMedia {
  float: left;
  margin-top: 15px;
}
.socialMedia a {
  float: left;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F4A024;
  color: #fff;
}
.socialMedia a:hover {
  background-color: #294b71;
}
@media (max-width: 767px) {
  .socialMedia a {
    width: 30px;
    height: 30px;
    font-size: 1rem;
    margin: 0 3px;
  }
}

.headerBottom {
  float: left;
  width: 100%;
  margin: 25px 0;
  color: #fff;
}
.headerBottom .headerBLeft {
  float: left;
  width: calc(100% - 380px);
  padding-right: 200px;
}
.headerBottom .headerBLeft h3 {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  padding: 15px 0px 0px 0px;
  color: #fff;
  font-family: Open Sans, sans-serif;
}
.headerBottom .headerBLeft p {
  float: left;
  width: 100%;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.headerBottom .headerBLeft .btnRow {
  float: left;
  width: 100%;
}
.headerBottom .headerBLeft .btnRow .howItWorks {
  display: inline-block;
  padding: 10px 25px;
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 30px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.1;
}
.headerBottom .headerBLeft .btnRow .howItWorks:hover {
  border-color: #F4A024;
  color: #F4A024;
}
.headerBottom .headerBLeft h4 {
  float: left;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 1100px) {
  .headerBottom .headerBLeft {
    padding-right: 50px;
  }
  .headerBottom .headerBLeft h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .headerBottom .headerBLeft {
    width: 100%;
    padding: 0px;
  }
}
.headerBottom .headerBRight {
  float: right;
  width: 380px;
  padding: 10px 35px;
  background: #2a3e5c;
  margin-top: 17px;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
.headerBottom .headerBRight .calculatorForm {
  float: left;
  width: 100%;
}
.headerBottom .headerBRight .calculatorForm h3 {
  margin-bottom: 14px;
  margin: 0px 0 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  text-align: center;
}
.headerBottom .headerBRight .calculatorForm .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.headerBottom .headerBRight .calculatorForm .form-control option {
  color: #294b71;
  font-size: 14px;
}
.headerBottom .headerBRight .calculatorForm .standredPrice {
  float: left;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  outline: none;
  box-shadow: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
}
.headerBottom .headerBRight .calculatorForm .standredPrice label {
  float: left;
  width: calc(100% - 80px);
}
.headerBottom .headerBRight .calculatorForm .standredPrice span {
  float: right;
  width: 80px;
  text-align: right;
}
.headerBottom .headerBRight .calculatorForm .save-email {
  float: left;
  width: 100%;
}
.headerBottom .headerBRight .calculatorForm .save-email .save-off {
  float: left;
  width: 100%;
  color: #F4A024;
  margin-bottom: 5px;
  text-align: center;
}
.headerBottom .headerBRight .calculatorForm .save-email .emailBlock {
  float: left;
  width: 100%;
}
.headerBottom .headerBRight .calculatorForm .save-email .emailBlock .form-control {
  float: left;
  background: transparent;
  border: 1px solid #fff;
  margin-bottom: 0px;
  color: #fff;
  width: calc(100% - 90px);
  padding: 6px 7px;
  border-radius: 20px 0 0 20px;
}
.headerBottom .headerBRight .calculatorForm .save-email .emailBlock .form-control::-webkit-input-placeholder {
  color: #fff;
}
.headerBottom .headerBRight .calculatorForm .save-email .emailBlock .form-control:-ms-input-placeholder {
  color: #fff;
}
.headerBottom .headerBRight .calculatorForm .save-email .emailBlock .form-control::placeholder {
  color: #fff;
}
.headerBottom .headerBRight .calculatorForm .save-email .emailBlock .unlock-btn {
  float: left;
  width: 90px;
  border-radius: 0 20px 20px 0;
  border: 0;
  background-color: #222222;
  height: 39px;
  margin-left: -5px;
  color: #fff;
}
.headerBottom .headerBRight .calculatorForm .orderNow {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .headerBottom .headerBRight {
    width: 100%;
  }
}

.downloadE-book {
  background: #F4A024;
  color: #fff;
  min-width: 100px;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 5px;
  font-size: 18px;
  border: 2px solid #F4A024;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
}
.downloadE-book:hover {
  background-color: transparent;
  color: #F4A024;
}

.mobileToggleBtn {
  float: right;
  border-radius: 3px;
  border: 1px solid #fff;
  width: 35px;
  height: 30px;
  padding: 5px;
  margin: 37px 0;
  cursor: pointer;
}
.mobileToggleBtn span {
  float: left;
  width: 100%;
  margin: 2px 0;
  background-color: #fff;
  height: 2px;
  position: relative;
  transition: ease-in-out 0.25s;
}
@media (min-width: 992px) {
  .mobileToggleBtn {
    display: none;
  }
}

.whyStudentChooseUs {
  float: left;
  width: 100%;
  background-color: #ebebeb;
  text-align: center;
}
.whyStudentChooseUs .topSection {
  float: left;
  width: 100%;
}
.whyStudentChooseUs .topSection h2 {
  font-weight: 500;
  font-size: 35px;
  color: #0f1010;
}
@media (max-width: 767px) {
  .whyStudentChooseUs .topSection h2 {
    font-size: 28px;
  }
}
.whyStudentChooseUs .studentCarousel {
  float: left;
  width: 100%;
}

.choose-us-nav {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 767px) {
  .choose-us-nav .slick-list {
    padding: 0px !important;
  }
}
.choose-us-nav .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.choose-us-nav .slick-track .slick-slide .img-wrap {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  line-height: 80px;
  color: #adadad;
  font-size: 32px;
  cursor: pointer;
}
.choose-us-nav .slick-track .slick-slide .img-wrap svg {
  max-width: 40px;
}
.choose-us-nav .slick-track .slick-slide .img-wrap:hover {
  background-color: #F4A024;
  color: #fff;
}
@media (max-width: 767px) {
  .choose-us-nav .slick-track .slick-slide .img-wrap {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin: auto;
  }
}
.choose-us-nav .slick-track .slick-slide.slick-current .img-wrap {
  background-color: #F4A024;
  color: #fff;
}

.choose-us {
  max-width: 830px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.choose-us .s_carouselHead {
  margin-bottom: 20px;
}
.choose-us .s_carouselHead svg {
  display: inline-block;
  margin-right: 15px;
  font-size: 36px;
  vertical-align: middle;
}
.choose-us .s_carouselHead h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 20px;
}

/*Customer Review*/
.customerReviewWrapper {
  float: left;
  width: 100%;
  padding: 30px 0;
  background-color: #F4A024;
}
.customerReviewWrapper .H_reviewBlock {
  float: left;
  width: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.customerReviewWrapper .H_reviewBlock svg {
  font-size: 40px;
  color: #fff;
}
.customerReviewWrapper .H_reviewBlock .H_reviewInnerContent {
  float: left;
  padding-left: 20px;
}
.customerReviewWrapper .H_reviewBlock .H_reviewInnerContent h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1;
}
.customerReviewWrapper .H_reviewBlock .H_reviewInnerContent .writingHelp {
  display: inline-block;
  text-align: center;
  padding: 10px 25px;
  background-color: #222222;
  font-size: 19px;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
}
.customerReviewWrapper .H_reviewBlock .H_reviewInnerContent .writingHelp:hover {
  color: #eda433;
  text-decoration: none;
}
@media (max-width: 991px) {
  .customerReviewWrapper .H_reviewBlock {
    width: 100%;
  }
  .customerReviewWrapper .H_reviewBlock .H_reviewInnerContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customerReviewWrapper .H_reviewBlock .H_reviewInnerContent h3 {
    padding-right: 40px;
  }
}
.customerReviewWrapper .ReviewSlider {
  float: right;
  width: calc(100% - 400px);
}
.customerReviewWrapper .ReviewSlider .carousel {
  margin-bottom: 0;
  padding: 0 40px 0px 40px !important;
}
@media (max-width: 1100px) {
  .customerReviewWrapper .ReviewSlider {
    width: calc(100% - 320px);
  }
  .customerReviewWrapper .ReviewSlider .carousel {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .customerReviewWrapper .ReviewSlider {
    width: 100%;
    margin-top: 30px;
  }
}

.inline-deatil {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.inline-deatil .text-rating {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.inline-deatil .text-rating .name-text-home {
  font-size: 16px;
  margin-bottom: 10px;
}
.inline-deatil .text-rating .inline-box {
  float: left;
  width: 100%;
}
.inline-deatil .text-rating .inline-box .name-text-home {
  float: left;
  width: 33.33% !important;
}
@media (max-width: 767px) {
  .inline-deatil .text-rating .inline-box .name-text-home {
    width: 100% !important;
  }
}
.inline-deatil .text-rating .inline-box .name-text-home p {
  margin-bottom: 10px;
}
.inline-deatil .text-rating .inline-box .name-text-home svg {
  color: #294b71;
}

/*Customer Review*/
/* Download Samples */
.downloadSamples {
  float: left;
  width: 100%;
  position: relative;
  background: url(../images/semple-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding-bottom: 60px;
}
.downloadSamples::before {
  content: "";
  z-index: 1;
  background-color: rgba(41, 75, 113, 0.9);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.downloadSamples .container {
  position: relative;
  z-index: 2;
}
.downloadSamples .downloadHeader {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}
.downloadSamples ul {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.downloadSamples ul li {
  float: left;
  width: 33.33%;
  border-bottom: 1px solid #3c72a0;
  border-right: 1px solid #3c72a0;
}
.downloadSamples ul li:nth-child(3n+3) {
  border-right: 0;
}
.downloadSamples ul li:nth-last-child(-n+3) {
  border-bottom: 0;
}
.downloadSamples ul li .downloadBtn {
  float: left;
  width: 100%;
  border: none;
  text-align: left;
  background-color: transparent;
  color: #fff;
  padding: 10px 10px 10px 80px;
}
@media (max-width: 991px) {
  .downloadSamples ul li .downloadBtn {
    padding: 10px 5px;
    font-size: 0.85rem;
  }
}
.downloadSamples ul li:hover .downloadBtn {
  padding: 10px;
  background-color: #F4A024;
  color: #0f1010;
  font-size: 0px;
}
.downloadSamples ul li:hover .downloadBtn::before {
  content: "Download Sample";
  text-transform: uppercase;
  font-size: 0.99rem;
  text-align: center;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .downloadSamples ul li {
    width: 100%;
    border-right: none;
  }
  .downloadSamples ul li .downloadBtn {
    text-align: center;
  }
}

/* Download Samples */
.writerWrapper {
  float: left;
  width: 100%;
  position: relative;
  background: url(../images/moon-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .writerWrapper {
    padding-bottom: 20px;
  }
}
.writerWrapper::before {
  content: "";
  z-index: 1;
  background-color: rgba(28, 32, 38, 0.9);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.writerWrapper .container {
  position: relative;
  z-index: 2;
}
.writerWrapper .writerSlider {
  float: left;
  width: 100%;
  margin: 10px 0 60px 0;
}
.writerWrapper .writerSlider .owl-carousel {
  padding: 0 40px;
}
.writerWrapper .writerSlider .owl-carousel .owl-nav .owl-prev, .writerWrapper .writerSlider .completedOrders .CO_Slider .owl-carousel.complitedOrderSlider .owl-nav .owl-next, .completedOrders .CO_Slider .writerWrapper .writerSlider .owl-carousel.complitedOrderSlider .owl-nav .owl-next, .writerWrapper .writerSlider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(-50%);
  width: 45px;
  height: 45px;
  color: #ccc;
  font-size: 28px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.writerWrapper .writerSlider .owl-carousel .owl-nav .owl-prev svg, .writerWrapper .writerSlider .completedOrders .CO_Slider .owl-carousel.complitedOrderSlider .owl-nav .owl-next svg, .completedOrders .CO_Slider .writerWrapper .writerSlider .owl-carousel.complitedOrderSlider .owl-nav .owl-next svg, .writerWrapper .writerSlider .owl-carousel .owl-nav .owl-next svg {
  font-size: 20px;
}
.writerWrapper .writerSlider .owl-carousel .owl-nav .owl-next {
  left: inherit;
  right: -40px;
}
.writerWrapper .writerSlider .owl-item {
  transform: scale(0.9) !important;
  position: relative;
  transition: 0.5s all;
}
.writerWrapper .writerSlider .owl-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.writerWrapper .writerSlider .owl-item.active.center {
  transform: scale(1) !important;
  transition: 0.5s all;
}
.writerWrapper .writerSlider .owl-item.active.center::after {
  display: none;
}
.writerWrapper .writerSlider .owl-item .testimonialImg {
  border-radius: 4px;
  padding: 5px;
  background-color: #fff;
  float: left;
  width: 100%;
}
.writerWrapper .hire-me {
  text-align: center;
  padding: 35px 0;
  float: left;
  width: 100%;
}
.writerWrapper .hire-me a {
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #F4A024;
  color: #F4A024;
  font-size: 23px;
  padding: 10px 70px;
  border-radius: 5px;
  display: inline-block;
}
.writerWrapper .hire-me a:hover {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .writerWrapper .hire-me a {
    padding: 10px 30px;
    font-size: 1rem;
  }
}

.testimonialWrapper {
  float: left;
  width: 100%;
  position: relative;
  background: url(../images/moon-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding-bottom: 60px;
}
.testimonialWrapper::before {
  content: "";
  z-index: 1;
  background-color: rgba(28, 32, 38, 0.9);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.testimonialWrapper .container {
  position: relative;
  z-index: 2;
}
.testimonialWrapper .testimonialSliderCon {
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
}
.testimonialWrapper .testimonialSliderCon .TestimonialImg {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  border: 8px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto 30px;
}
.testimonialWrapper .testimonialSliderCon .TestimonialImg img {
  width: 100%;
  min-height: 150px;
}
@media (max-width: 767px) {
  .testimonialWrapper .testimonialSliderCon .TestimonialImg {
    width: 100px;
    height: 100px;
    border-width: 4px;
  }
  .testimonialWrapper .testimonialSliderCon .TestimonialImg img {
    min-height: 100px;
  }
}
.testimonialWrapper .testimonialSliderCon p {
  line-height: 35px;
  font-size: 15px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .testimonialWrapper .testimonialSliderCon p {
    padding: 0px;
    line-height: 24px;
  }
}

.completedOrders {
  float: left;
  width: 100%;
}
.completedOrders .CO_Slider {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
}
.completedOrders .CO_Slider .owl-carousel.complitedOrderSlider {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .completedOrders .CO_Slider .owl-carousel.complitedOrderSlider {
    padding: 0;
  }
}
.completedOrders .CO_Slider .owl-carousel.complitedOrderSlider .owl-nav .owl-prev, .completedOrders .CO_Slider .owl-carousel.complitedOrderSlider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(-50%);
  width: 45px;
  height: 45px;
  color: #ccc;
  font-size: 28px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.completedOrders .CO_Slider .owl-carousel.complitedOrderSlider .owl-nav .owl-prev svg, .completedOrders .CO_Slider .owl-carousel.complitedOrderSlider .owl-nav .owl-next svg {
  font-size: 20px;
}
.completedOrders .CO_Slider .owl-carousel.complitedOrderSlider .owl-nav .owl-next {
  left: inherit;
  right: -40px;
}
.completedOrders .CO_Slider .complitedOrderSlider {
  position: relative;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer {
  background-color: #F4A024;
  overflow: hidden;
  padding-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  background: #fcfcfc;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer h2.writer-header {
  padding: 15px;
  background: #F4A024;
  text-align: center;
  font-size: 20px;
  margin: 0px;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer .CO-Detail {
  background-color: #fff;
  margin-bottom: 0;
  padding: 8px 10px 0 10px;
  width: 100%;
  text-align: center;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer .CO-Detail li {
  list-style-type: none;
  text-align: left;
  margin-bottom: 5px;
  font-size: 13px;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer .CO-Detail li .inline-value {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer .CO-Detail li .inline-value:last-child {
  font-weight: bold;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer .CO-Detail li .inline-value svg {
  float: left;
  margin-right: 3px;
  font-size: 14px;
  color: #F4A024;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer .bottom-list {
  margin-bottom: 0;
  padding: 8px 10px;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer .bottom-list li {
  padding: 10px 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
  font-size: 13px;
  border-bottom: 1px solid #efefef;
  color: #294b71;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer .bottom-list li svg {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  padding-right: 5px;
  text-align: center;
  font-size: 14px;
}
.completedOrders .CO_Slider .complitedOrderSlider .box-writer .bottom-list li:last-child {
  border-bottom: none;
}
.completedOrders .CO_Slider .complitedOrderSlider .owl-nav {
  display: block;
}
@media (max-width: 991px) {
  .completedOrders .CO_Slider .complitedOrderSlider .owl-nav {
    display: none;
  }
}
@media (max-width: 1100px) {
  .completedOrders .CO_Slider {
    padding: 0 30px;
  }
}

.supportWrapper {
  float: left;
  width: 100%;
  background-color: #244c82;
}
.supportWrapper .alignedBlocks {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
.supportWrapper .alignedBlocks .imgBlock_a {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.supportWrapper .alignedBlocks .ContentBlock_a {
  float: left;
  width: 50%;
  padding: 30px 35px;
}
.supportWrapper .alignedBlocks .ContentBlock_a h2 {
  text-transform: uppercase;
}
.supportWrapper .alignedBlocks .ContentBlock_a p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
}
.supportWrapper .alignedBlocks .ContentBlock_a p:last-child {
  margin-bottom: 0px;
}
.supportWrapper .alignedBlocks .ContentBlock_a .clickHereChat {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.supportWrapper .alignedBlocks .ContentBlock_a .clickHereChat a {
  display: inline-block;
  font-size: 27px;
  color: #F4A024;
}
.supportWrapper .alignedBlocks .ContentBlock_a .clickHereChat a span {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .supportWrapper .alignedBlocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .supportWrapper .alignedBlocks .imgBlock_a {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .supportWrapper .alignedBlocks .ContentBlock_a {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
}

.howItWorksWrapper {
  float: left;
  width: 100%;
}
.howItWorksWrapper .workProcess {
  float: left;
  width: 100%;
}
.howItWorksWrapper .workProcess li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.howItWorksWrapper .workProcess li::after {
  content: "";
  background-image: url(../images/arrow-stap.png);
  display: block;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center center;
}
.howItWorksWrapper .workProcess li:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .howItWorksWrapper .workProcess li {
    padding: 35px;
  }
  .howItWorksWrapper .workProcess li::after {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .howItWorksWrapper .workProcess li {
    padding: 35px 0;
    width: 100%;
  }
  .howItWorksWrapper .workProcess li::after {
    width: 30px;
    height: 30px;
    top: calc(100% - 15px);
    right: calc(50% - 15px);
    transform: rotate(90deg);
  }
}

.newsletterWrapper {
  float: left;
  width: 100%;
  background-color: #cdd0d2;
}
.newsletterWrapper .n_innerCon {
  float: left;
  width: 100%;
  padding: 40px 0;
}
.newsletterWrapper .n_innerCon .newsletterContent {
  float: left;
  width: 40%;
  padding-right: 20px;
}
.newsletterWrapper .n_innerCon .newsletterContent h2 {
  font-size: 2.2rem;
  margin: 0;
}
.newsletterWrapper .n_innerCon .newsletterContent p {
  font-weight: 600;
  margin: 0;
  margin-top: 5px;
}
.newsletterWrapper .n_innerCon .newsletterForm {
  float: left;
  width: 60%;
  padding-left: 20px;
}
.newsletterWrapper .n_innerCon .newsletterForm .nfieldBlock {
  float: left;
  width: calc(100% - 160px);
}
.newsletterWrapper .n_innerCon .newsletterForm .nfieldBlock .form-control {
  height: 65px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  padding-left: 15px;
}
.newsletterWrapper .n_innerCon .newsletterForm button {
  text-align: center;
  margin: 0px auto;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  height: 65px;
  border-radius: 5px;
  background: #294b71;
  font-size: 18px;
  margin-left: 20px;
  width: 140px;
}
.newsletterWrapper .n_innerCon .newsletterForm button:hover {
  border: 2px solid #294b71;
  color: #294b71;
  background: none;
}
@media (max-width: 767px) {
  .newsletterWrapper .n_innerCon .newsletterContent {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .newsletterWrapper .n_innerCon .newsletterContent h2 {
    font-size: 1.6rem;
  }
  .newsletterWrapper .n_innerCon .newsletterForm {
    width: 100%;
    padding: 0px;
  }
  .newsletterWrapper .n_innerCon .newsletterForm button {
    padding: 10px 15px;
    height: 45px;
    font-size: 14px;
    margin-left: 15px;
    width: 90px;
    margin: 0px;
  }
  .newsletterWrapper .n_innerCon .newsletterForm .nfieldBlock {
    width: calc(100% - 90px);
  }
  .newsletterWrapper .n_innerCon .newsletterForm .nfieldBlock .form-control {
    height: 45px;
  }
}

.accordionWrapper {
  float: left;
  width: 100%;
  padding: 40px 0;
  background-color: #ebebeb;
}
.accordionWrapper .accordionRow {
  float: left;
  width: 100%;
}
.accordionWrapper .accordionRow li {
  float: left;
  width: 100%;
  margin: 10px 0;
  background: #fff;
  border-radius: 5px;
}
.accordionWrapper .accordionRow li h3 {
  padding: 15px 20px;
  cursor: pointer;
  margin: 0px;
}
@media (max-width: 991px) {
  .accordionWrapper .accordionRow li h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .accordionWrapper .accordionRow li h3 {
    font-size: 1rem;
    padding: 15px;
  }
}
.accordionWrapper .accordionRow li h3 p {
  float: right;
  margin: 0px;
}
.accordionWrapper .accordionRow li h3 p .IconPlus {
  display: inline-block;
  position: relative;
  font-size: 1rem;
}
.accordionWrapper .accordionRow li h3 p .IconPlus::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.accordionWrapper .accordionRow li .acContent {
  float: left;
  width: 100%;
  padding: 20px;
  line-height: 25px;
  display: none;
}
.accordionWrapper .accordionRow li .acContent p:last-child {
  margin-bottom: 0px;
}
.accordionWrapper .accordionRow li.ac_Expand h3 {
  background-color: #F4A024;
  color: #fff;
}
.accordionWrapper .accordionRow li.ac_Expand h3 p {
  float: right;
  margin: 0px;
}
.accordionWrapper .accordionRow li.ac_Expand h3 p .IconPlus {
  display: inline-block;
  position: relative;
  font-size: 1rem;
}
.accordionWrapper .accordionRow li.ac_Expand h3 p .IconPlus::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
}

footer {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 30px;
  background: #486586;
  color: #fff;
  font-size: 0.92rem;
}
footer .footerTop {
  float: left;
  width: 100%;
}
footer .footerTop .fooLogoRow {
  float: left;
  width: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  footer .footerTop .fooLogoRow {
    width: 200px;
  }
}
footer .footerTop .FooLogosRgt {
  float: right;
  width: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  footer .footerTop .FooLogosRgt {
    width: 200px;
  }
}
footer .footerTop .FooLogosRgt img {
  padding: 10px;
}
footer .footerTop .FooLogosRgt img.w50 {
  max-width: 50%;
  max-height: 80px;
}
footer .footerTop .FooLinks {
  float: left;
  width: calc(100% - 500px);
  padding: 0 30px;
}
@media (max-width: 1100px) {
  footer .footerTop .FooLinks {
    width: calc(100% - 400px);
    padding: 0 10px;
  }
}
footer .footerTop .FooLinks li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  footer .footerTop .FooLinks li {
    width: 100%;
    padding: 0;
  }
}
footer .footerTop .FooLinks li a {
  float: left;
  width: 100%;
  position: relative;
  padding: 5px 5px 5px 15px;
  color: #fff;
}
footer .footerTop .FooLinks li a::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  left: 0px;
  font-size: 9px;
  top: 10px;
}
footer .footerTop .FooLinks li a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  footer .footerTop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footerTop .fooLogoRow {
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  footer .footerTop .fooLogoRow .fooLogo {
    float: left;
    width: 100%;
    text-align: center;
  }
  footer .footerTop .FooLogosRgt {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0 40px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  footer .footerTop .FooLogosRgt {
    padding: 0;
  }
}
@media (max-width: 991px) {
  footer .footerTop .FooLinks {
    width: 100%;
    margin-top: 15px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
footer .FooBlock2 {
  float: left;
  width: 100%;
  margin: 30px 0 20px 0;
}
footer .FooBlock2 p {
  float: left;
  width: calc(100% - 300px);
  padding-right: 50px;
  margin: 0;
}
@media (max-width: 991px) {
  footer .FooBlock2 p {
    padding: 0px;
  }
}
footer .FooBlock2 .FooBlockImg {
  float: right;
  width: 300px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .FooBlock2 p {
    width: 100%;
    padding-right: 0;
  }
  footer .FooBlock2 .FooBlockImg {
    width: 100%;
    margin: 10px 0;
  }
}
footer .FooCopyRgt {
  float: left;
  width: 100%;
  font-size: 0.8rem;
}
footer .FooCopyRgt p {
  margin: 0px;
}

.loginWrapper {
  float: left;
  width: 100%;
  margin: 50px 0;
}
.loginWrapper .loginFormInner {
  max-width: 589px;
  margin: 0 auto;
  padding-bottom: 71px;
  background: #efefef;
  padding: 50px;
  box-shadow: -1px 4px 5px #c3c8ce;
}
@media (max-width: 767px) {
  .loginWrapper .loginFormInner {
    padding: 30px;
  }
}
.loginWrapper .loginFormInner h2 {
  margin: 9px;
  padding: 0px 0 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  color: #294b71;
}
.loginWrapper .loginFormInner form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.loginWrapper .loginFormInner .form-group {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}
.loginWrapper .loginFormInner .form-group .input-group {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-collapse: separate;
}
.loginWrapper .loginFormInner .form-group .input-group .input-group-addon {
  background: #294b71;
  color: #fff;
  width: 50px;
  text-align: center;
  line-height: 40px;
}
.loginWrapper .loginFormInner .forgotPassword {
  background: #294b71;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 14px;
  float: right;
  margin: 4px 0;
}
.loginWrapper .loginFormInner .keepMeLogin {
  float: left;
  position: relative;
  margin: 5px 0;
}
.loginWrapper .loginFormInner .keepMeLogin input[type=checkbox] {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
.loginWrapper .loginFormInner .keepMeLogin input[type=checkbox] + label {
  padding-left: 25px;
  position: relative;
}
.loginWrapper .loginFormInner .keepMeLogin input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #294b71;
}
.loginWrapper .loginFormInner .keepMeLogin input[type=checkbox] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #fff;
  display: none;
}
.loginWrapper .loginFormInner .keepMeLogin input[type=checkbox]:checked + label::before {
  border: 2px solid #294b71;
  background-color: #294b71;
}
.loginWrapper .loginFormInner .keepMeLogin input[type=checkbox]:checked + label::after {
  display: block;
}
.loginWrapper .loginFormInner .btnFill {
  border-width: 2px;
  text-transform: uppercase;
  font-size: 1.1rem;
}

/* Registration */
.userRegistration {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
}

.registrationWrapper {
  float: left;
  width: 100%;
}
.registrationWrapper .nav {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.registrationWrapper .nav.nav-tabs {
  border-bottom: none !important;
}
.registrationWrapper .nav .nav-link {
  border: 2px solid #294b71;
  color: #294b71;
  margin: 4px 10px;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 0.85rem;
}
.registrationWrapper .nav .nav-link:hover, .registrationWrapper .nav .nav-link.active {
  border-color: #F4A024;
  background-color: #F4A024;
  color: #fff;
}

.signUpRow {
  float: left;
  width: 100%;
  margin: 40px 0 60px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.signUpRow .signUpRowInner {
  float: left;
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.signUpRow .signUpRowInner .signUpCol {
  float: left;
  margin: 10px 10px;
  width: calc(50% - 20px);
}
.signUpRow .signUpRowInner .signUpCol.fullWidth {
  width: calc(100% - 20px);
}
.signUpRow .signUpRowInner .signUpCol label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 0.85rem;
  font-weight: 600;
}
.signUpRow .signUpRowInner .signUpCol .form-control,
.signUpRow .signUpRowInner .signUpCol .form-select {
  border-radius: 0;
  height: 48px;
}
@media (max-width: 480px) {
  .signUpRow .signUpRowInner .signUpCol {
    width: 100%;
    margin: 10px 0;
  }
  .signUpRow .signUpRowInner .signUpCol.fullWidth {
    width: 100%;
  }
}

.PriceDiscount {
  float: left;
  width: 100%;
}
.PriceDiscount h2 {
  text-align: center;
  font-size: 3.2rem;
}
.PriceDiscount h5 {
  text-align: center;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .PriceDiscount h2 {
    font-size: 2rem;
  }
}

.pricingTItle {
  float: left;
  width: 100%;
}

.PricingRowForm {
  float: left;
  width: 100%;
  margin: 25px 0 65px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.PricingRowForm .PricingFInner {
  float: left;
  width: 100%;
  max-width: 950px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 22px 40px;
}
.PricingRowForm .PricingFInner h3 {
  font-size: 21px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.PricingRowForm .PricingFInner .PricingForm {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.PricingRowForm .PricingFInner .PricingForm .PricingGroup {
  float: left;
  padding: 5px;
  width: calc(50% - 75px);
}
.PricingRowForm .PricingFInner .PricingForm .PricingGroup .form-control {
  height: 45px;
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #363535;
  color: #979797;
}
@media (max-width: 767px) {
  .PricingRowForm .PricingFInner .PricingForm .PricingGroup {
    width: 100%;
    margin: 4px 0;
  }
}
.PricingRowForm .PricingFInner .PricingForm .PricingBtn {
  float: right;
  padding: 5px 10px;
  width: 150px;
}
.PricingRowForm .PricingFInner .PricingForm .PricingBtn button {
  float: left;
  width: 100%;
  height: 45px;
  border: none;
  background-color: #F4A024;
  color: #fff;
  font-weight: bold;
}
.PricingRowForm .PricingFInner .PricingForm .PricingBtn button:hover {
  background-color: #294b71;
}
@media (max-width: 767px) {
  .PricingRowForm .PricingFInner .PricingForm .PricingBtn {
    width: 100%;
    margin: 4px 0;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .PricingRowForm .PricingFInner {
    padding: 22px 15px;
  }
}

.pricingFilter {
  float: left;
  width: 100%;
  background-color: #e3e3e3;
}
.pricingFilter .filteInlineCenter {
  float: left;
  width: 50%;
  margin: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricingFilter .filteInlineCenter label {
  float: left;
  width: 120px;
  padding-right: 15px;
  font-weight: 600;
}
.pricingFilter .filteInlineCenter .form-control {
  float: left;
  width: calc(100% - 250px);
  height: 45px;
}
@media (max-width: 991px) {
  .pricingFilter .filteInlineCenter .form-control {
    width: calc(100% - 120px);
  }
}
.pricingFilter .filteInlineCenter.pagesSorting > span {
  padding: 0 12px;
  font-weight: 600;
}
.pricingFilter .filteInlineCenter.pagesSorting .input-group {
  width: auto;
}
.pricingFilter .filteInlineCenter.pagesSorting .input-group span .btn {
  width: 45px;
  height: 45px;
  background-color: #F4A024;
  color: #0f1010;
  border-radius: 0;
  font-size: 0.95rem;
}
.pricingFilter .filteInlineCenter.pagesSorting .input-group .inpt-num {
  float: left;
  width: 50px;
  text-align: center;
  border: none;
}
@media (max-width: 767px) {
  .pricingFilter .filteInlineCenter {
    width: 100%;
    margin: 10px 0;
  }
  .pricingFilter .filteInlineCenter.pagesSorting span {
    padding: 0;
  }
  .pricingFilter .filteInlineCenter.pagesSorting .input-group {
    margin: 0 12px;
  }
}
@media (max-width: 480px) {
  .pricingFilter .filteInlineCenter label {
    width: 100%;
  }
  .pricingFilter .filteInlineCenter .form-control {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pricingFilter {
    padding: 10px 0;
  }
}

.pricingTable {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding: 22px 0;
}
.pricingTable .pricingTableInner {
  float: left;
  width: 100%;
}
.pricingTable .pricingTableInner table {
  margin: 0;
}
.pricingTable .pricingTableInner table tr th {
  background-color: #294b71;
  color: #fff;
  border: none;
}
.pricingTable .pricingTableInner table tr td {
  color: #294b71;
  border: 1px solid #242629;
}
.pricingTable .pricingTableInner table tr td a {
  color: #294b71;
}
.pricingTable .pricingTableInner table tr:nth-child(even) {
  background: rgba(182, 181, 181, 0.5);
}
.pricingTable .pricingTableInner table tr:nth-child(odd) {
  background: rgba(243, 243, 243, 0.72);
}
@media (max-width: 767px) {
  .pricingTable .pricingTableInner {
    overflow-x: auto;
  }
  .pricingTable .pricingTableInner table {
    min-width: 767px;
  }
}

.priceListingWrapper {
  float: left;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .priceListingWrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .priceListingWrapper {
    padding: 40px 0;
  }
}
.priceListingWrapper .priceListingRow {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.priceListingWrapper .priceListingRow .col-sec {
  float: left;
  width: 33.33%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.priceListingWrapper .priceListingRow .col-sec .price-box {
  float: left;
  width: 100%;
}
.priceListingWrapper .priceListingRow .col-sec .price-box .pr-list {
  float: left;
  width: 100%;
}
.priceListingWrapper .priceListingRow .col-sec .price-box .pr-list li {
  font-weight: 600;
  color: #373737;
  line-height: 28px;
  font-size: 0.95rem;
}
.priceListingWrapper .priceListingRow .col-sec .price-box .pr-list li svg {
  font-size: 0.75rem;
  margin-right: 10px;
}
.priceListingWrapper .priceListingRow .col-sec h3 {
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 600;
  float: left;
  width: 100%;
  text-align: center;
}
.priceListingWrapper .priceListingRow .col-sec h2 {
  font-size: 35px;
  color: #F4A024;
  font-weight: 600;
  float: left;
  width: 100%;
  text-align: center;
}
.priceListingWrapper .priceListingRow .col-sec .totalPrice {
  float: left;
  width: 100%;
}
.priceListingWrapper .priceListingRow .col-sec + .col-sec {
  border-left: 1px solid #ccc;
}
@media (max-width: 991px) {
  .priceListingWrapper .priceListingRow .col-sec {
    width: 50%;
    margin: 20px 0;
  }
  .priceListingWrapper .priceListingRow .col-sec:first-child {
    width: 100%;
  }
  .priceListingWrapper .priceListingRow .col-sec:nth-child(2) {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .priceListingWrapper .priceListingRow .col-sec h3 {
    font-size: 18px;
  }
  .priceListingWrapper .priceListingRow .col-sec h2 {
    font-size: 24px;
  }
  .priceListingWrapper .priceListingRow .col-sec .btn.btnFillOrage {
    padding: 10px 10px;
    font-size: 0.95rem;
  }
}

.videoWrapper {
  float: left;
  width: 100%;
  position: relative;
}
.videoWrapper.videioBG1 {
  background-image: url(../images/pexels-photo-132037.jpg);
  background-size: cover;
}
.videoWrapper.videioBG1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 1;
}
.videoWrapper.videioBG1 .container {
  z-index: 9;
  position: relative;
}
.videoWrapper .moreBtn {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}
.videoWrapper .moreBtn a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #F4A024;
  color: #F4A024;
  padding: 15px 35px;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.videoWrapper .moreBtn a:hover {
  background-color: #fff;
}

.centerVideoBlock {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 70px;
}
.centerVideoBlock .videoBlock {
  position: relative;
  padding-top: 25px;
  height: 0;
  width: 100%;
  max-width: 750px;
  height: 440px;
}
.centerVideoBlock .videoBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.freeQuoteWrapper {
  float: left;
  width: 100%;
  background-color: #cdd0d2;
}
.freeQuoteWrapper h3 {
  float: left;
  width: 100%;
  font-size: 2rem;
  margin: 30px 0;
  text-align: center;
}
.freeQuoteWrapper .form {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.freeQuoteWrapper .formGroup {
  float: left;
  width: calc(50% - 100px);
  margin: 5px 10px;
}
.freeQuoteWrapper .formGroup .form-control {
  float: left;
  width: 100%;
  height: 52px;
}
.freeQuoteWrapper .SubscribeBtn {
  background: #F4A024;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  border: 2px solid #F4A024;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  width: 140px;
  margin: 5px 10px;
}

.signUpWrapper {
  float: left;
  background: #f9f8f8;
  width: 100%;
  padding: 60px 0;
}
.signUpWrapper .signUpTitle {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
}
.signUpWrapper .signUpRow {
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 520px) {
  .signUpWrapper .signUpRow {
    margin-left: 0;
    width: 100%;
  }
}
.signUpWrapper .signUpRow .signUpCol {
  float: left;
  margin: 5px 15px;
  width: calc(50% - 30px);
}
@media (max-width: 520px) {
  .signUpWrapper .signUpRow .signUpCol {
    margin: 8px 0;
    width: 100%;
  }
}
.signUpWrapper .signUpRow .signUpCol.col100 {
  width: calc(100% - 30px);
}
.signUpWrapper .signUpRow .signUpCol label {
  float: left;
  width: 160px;
  padding-right: 10px;
  font-size: 13px;
  color: #284a6f;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.signUpWrapper .signUpRow .signUpCol .signUpField {
  float: left;
  width: calc(100% - 160px);
}
.signUpWrapper .signUpRow .signUpCol .signUpField .form-control {
  height: 37px;
  border-radius: 0px;
  font-size: 0.85rem;
}
.signUpWrapper .signUpRow .signUpCol .signUpField textarea {
  min-height: 80px;
}
.signUpWrapper .signUpRow .signUpCol .signUpField.checkboxEqualWidth .checkboxCon {
  width: calc(20% - 20px);
}
@media (max-width: 991px) {
  .signUpWrapper .signUpRow .signUpCol .signUpField.checkboxEqualWidth .checkboxCon {
    width: calc(25% - 20px);
  }
}
@media (max-width: 767px) {
  .signUpWrapper .signUpRow .signUpCol .signUpField.checkboxEqualWidth .checkboxCon {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 520px) {
  .signUpWrapper .signUpRow .signUpCol .signUpField.checkboxEqualWidth .checkboxCon {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991px) {
  .signUpWrapper .signUpRow .signUpCol label {
    width: 100%;
    margin-bottom: 5px;
  }
  .signUpWrapper .signUpRow .signUpCol .signUpField {
    width: 100%;
  }
}
.signUpWrapper .signUpRow .signUPBtn {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.orderFormWrapper {
  float: left;
  width: 100%;
}

.wizard {
  float: left;
  width: 100%;
}
.wizard .steps {
  float: left;
  width: 100%;
  margin: 70px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wizard .steps ul {
  float: left;
  width: 100%;
}
.wizard .steps ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  position: relative;
}
.wizard .steps ul li a {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 40px;
  color: #F4A024;
}
@media (max-width: 767px) {
  .wizard .steps ul li a {
    font-size: 0.8rem;
  }
}
.wizard .steps ul li a .current-info {
  display: none;
}
.wizard .steps ul li a .number {
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #f5f5f5;
  font-size: 0;
  z-index: 1;
}
.wizard .steps ul li a::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 50%;
  height: 8px;
  background-color: #f5f5f5;
}
.wizard .steps ul li a::after {
  position: absolute;
  content: "";
  top: 11px;
  right: 0;
  width: 50%;
  height: 8px;
  background-color: #f5f5f5;
}
.wizard .steps ul li:first-child a::before {
  display: none;
}
.wizard .steps ul li:last-child a::after {
  display: none;
}
.wizard .steps ul li.current a .number, .wizard .steps ul li.done a .number {
  background-color: #fbe8aa;
}
.wizard .steps ul li.current a .number::after, .wizard .steps ul li.done a .number::after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.wizard .steps ul li.current a::before, .wizard .steps ul li.current a::after, .wizard .steps ul li.done a::before, .wizard .steps ul li.done a::after {
  background-color: #fbe8aa;
}
.wizard .steps ul li.current a::after {
  background-color: #f5f5f5;
}
.wizard .steps ul li.current.first ~ .done a::after {
  background-color: #f5f5f5;
}
.wizard .content > h3.title {
  display: none;
}

.form-design {
  float: left;
  width: 100%;
}
.form-design .mainFormWrapper {
  float: left;
  width: 100%;
  margin: 50px 0;
}

.formRight {
  float: right;
  width: 100%;
  max-width: 320px;
}
@media (max-width: 991px) {
  .formRight {
    max-width: 100%;
    padding: 0 10%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .formRight {
    padding: 0;
  }
}

.secureBlock {
  float: left;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  margin-bottom: 20px;
}
.secureBlock .secureImgBlock {
  float: left;
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ccc;
}
.secureBlock .secureImgBlock img {
  max-width: 80px;
  margin: 2px;
}

.formLeft {
  float: left;
  width: calc(100% - 350px);
}
.formLeft .form-group {
  float: left;
  width: 100%;
  margin: 8px 0;
}
.formLeft.horizontal-form .form-group label {
  float: left;
  width: 200px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 14px;
  margin: 3px 0;
}
.formLeft.horizontal-form .form-group .fieldGroup {
  float: left;
  width: calc(100% - 200px);
}
.formLeft.horizontal-form .form-group .fieldGroup .form-control,
.formLeft.horizontal-form .form-group .fieldGroup .form-select {
  border-radius: 0;
  height: 45px;
  padding: 10px 10px;
  font-size: 1rem;
  border: 1px solid #a8bcd2;
}
.formLeft.horizontal-form .form-group .fieldGroup textarea.form-control {
  min-height: 120px;
}
.formLeft.horizontal-form .form-group .fieldGroup p {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  float: left;
  width: 100%;
}
.formLeft.horizontal-form .form-group .fieldGroup .input-box {
  float: left;
  width: 100%;
}
.formLeft.horizontal-form .form-group .fieldGroup .input-box .radio-inline {
  float: left;
  width: 16.66%;
  font-size: 13px;
  color: #284a6f;
  font-weight: 600;
  border: 1px solid #c6c6c6;
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
}
.formLeft.horizontal-form .form-group .fieldGroup .input-box .radio-inline input[type=radio] {
  display: none;
}
.formLeft.horizontal-form .form-group .fieldGroup .input-box .radio-inline:first-child {
  border-radius: 4px 0 0 4px;
}
.formLeft.horizontal-form .form-group .fieldGroup .input-box .radio-inline:last-child {
  border-radius: 0 4px 4px 0;
}
.formLeft.horizontal-form .form-group .fieldGroup .input-box .radio-inline.active {
  background: #F4A024;
  color: #ffffff;
}
.formLeft.horizontal-form .form-group .fieldGroup .input-box .radio-inline ~ .radio-inline {
  border-left: none;
}
@media (max-width: 767px) {
  .formLeft.horizontal-form .form-group .fieldGroup .input-box .radio-inline {
    width: calc(50% - 8px);
    margin: 4px;
    border: 1px solid #c6c6c6 !important;
    border-radius: 0px !important;
  }
}
.formLeft.horizontal-form .form-group .fieldGroup .radioTabs {
  float: left;
  width: 100%;
}
.formLeft.horizontal-form .form-group .fieldGroup .radioTabs .RadioBtn {
  float: left;
  width: 50%;
  font-size: 13px;
  color: #284a6f;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.formLeft.horizontal-form .form-group .fieldGroup .radioTabs .RadioBtn:first-child span {
  border-radius: 4px 0 0 4px;
}
.formLeft.horizontal-form .form-group .fieldGroup .radioTabs .RadioBtn:last-child span {
  border-radius: 0 4px 4px 0;
}
.formLeft.horizontal-form .form-group .fieldGroup .radioTabs .RadioBtn span {
  border: 1px solid #c6c6c6;
  padding: 12px 10px;
  float: left;
  width: 100%;
}
.formLeft.horizontal-form .form-group .fieldGroup .radioTabs .RadioBtn input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.formLeft.horizontal-form .form-group .fieldGroup .radioTabs .RadioBtn input[type=radio]:checked + span {
  background-color: #F4A024;
  color: #ffffff;
}
.formLeft.horizontal-form .form-group .fieldGroup .file-upload {
  /* float: left; */
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.formLeft.horizontal-form .form-group .fieldGroup .file-upload .uploadBtn {
  background: #F4A024;
  color: #fff;
  font-size: 15px;
  border: none;
  width: 200px;
  padding: 15px;
  border-radius: 2px !important;
  cursor: pointer;
}
.formLeft.horizontal-form .form-group .fieldGroup .file-upload p {
  float: left;
  width: calc(100% - 200px);
  padding: 0 15px;
  font-size: 1rem;
}
@media (max-width: 500px) {
  .formLeft.horizontal-form .form-group .fieldGroup .file-upload .uploadBtn {
    width: 100%;
  }
  .formLeft.horizontal-form .form-group .fieldGroup .file-upload p {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .formLeft {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .formLeft {
    width: 100%;
  }
  .formLeft.horizontal-form .form-group label {
    width: 100%;
    padding-right: 0px;
  }
  .formLeft.horizontal-form .form-group .fieldGroup {
    width: 100%;
  }
}

.priceMainWrapper {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.priceMainWrapper .LAmount {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.priceMainWrapper .LAmount .A_Left {
  width: 100px;
  float: left;
}
.priceMainWrapper .LAmount .A_Left h3 {
  float: left;
  width: 100%;
  margin: 5px 0;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.priceMainWrapper .LAmount .A_Left .currency {
  float: left;
  background: #F4A024;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 15px;
  width: 50px;
  text-align: center;
}
.priceMainWrapper .LAmount .A_Right {
  float: right;
  text-align: right;
  width: calc(100% - 115px);
  font-size: 2rem;
  font-weight: 600;
  color: #53a039;
}
.priceMainWrapper .btn {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
}

.CouponCodeCon {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.CouponCodeCon label {
  float: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
}
.CouponCodeCon .couponFieldBlock {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.CouponCodeCon .couponFieldBlock input.form-control {
  float: left;
  width: calc(60% - 5px);
  border-radius: 0;
}
.CouponCodeCon .couponFieldBlock button.btnGrey {
  float: right;
  width: 40%;
}
.CouponCodeCon p {
  float: left;
  width: 100%;
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
}

.GuaranteeWrapper {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.GuaranteeWrapper h3 {
  float: left;
  width: 100%;
  padding-left: 25px;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
.GuaranteeWrapper h3::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #F4A024;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
}
.GuaranteeWrapper p {
  margin: 8px 0 0 0;
  font-size: 12px;
  display: none;
  float: left;
  width: 100%;
}
.GuaranteeWrapper:hover p {
  display: block;
}

.divider {
  float: left;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.termsOfUse {
  float: left;
  width: 100%;
}
.termsOfUse .checkboxCon {
  margin-right: 0;
}
.termsOfUse p {
  margin: 0;
  font-size: 15px;
}
.termsOfUse p a {
  color: #294b71;
}

.reviewBlock {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  padding: 25px 0;
}
.reviewBlock h4 {
  color: #294b71;
  font-size: 1.8rem;
}
.reviewBlock h5 {
  float: left;
  width: 100%;
  margin: 10px 0;
  font-size: 1.5rem;
}
.reviewBlock .reviewBlockField {
  float: left;
  width: 100%;
}
.reviewBlock .reviewBlockField .form-group {
  float: left;
  width: 100%;
  margin: 4px 0;
}
.reviewBlock .reviewBlockField .form-group label {
  float: left;
  width: 200px;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  margin: 3px 0;
}
.reviewBlock .reviewBlockField .form-group .fieldGroup {
  float: left;
  width: calc(100% - 200px);
  padding-left: 20px;
  font-weight: 700;
  font-size: 15px;
}

.secureBlockInner {
  float: left;
  width: 100%;
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.secureBlockInner .secureInnerBlock {
  float: left;
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.secureBlockInner .secureInnerBlock a {
  padding: 10px 30px;
}
.secureBlockInner .secureInnerBlock a p {
  margin: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #272727;
}
.secureBlockInner .secureInnerBlock a p span {
  color: #199bd7;
  font-size: 32px;
  vertical-align: top;
}
.secureBlockInner .secureInnerBlock a p span i {
  color: #003087;
}

/*# sourceMappingURL=style.css.map */
