/*------------------------------------------------------------------
[Table of contents]
* To keep an overview of structure of your code, we make use of table of
* content. Table of content is use display the overall tree structure of your
* Layout.

1. general styles
. header
. banner
a. media queries
------------------------------------------------------------------*/

/* ==========================================================================
1. general styles
========================================================================== */
body::-webkit-scrollbar {
  width: 1.05em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #23879e;
  outline: 1px solid slategrey;
}

::-webkit-scrollbar {
  width: .4em;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #23879e;
  outline: 1px solid slategrey;
}

::-moz-selection {
  background: #23879e;
  color: #fff;
}

::selection {
  background: #23879e;
  color: #fff;
}

body {
  font-family: 'Muli', sans-serif;
  /* font-size: 1em; */
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-size-big {
  font-size: 1.05em;
}

.text-white {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

.theme-link-green {
  color: #23879e;
}

.theme-link-green:hover {
  color: #23879e;
  text-decoration: underline;
}

.theme-button {
  padding: 8px 15px;
  /* min-width: 205px; */
  display: inline-block;
  text-align: center;
  font-weight: 700;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.theme-button-big {
  padding: 12px 2.5vw;
}

.theme-button-rounded {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.theme-button-hollow-yellow {
  background-color: #255377;
  border: 1px solid #255377;
  color: #fff;
}

.theme-button-hollow-yellow:hover {
  background-color: #fff;
  color: #255377;
}

.theme-button-solid-white-green {
  background-color: #fff;
  border: 1px solid #fff;
  color: #23879e;
}

.theme-button-solid-white-green:hover {
  background: #23879e;
  color: #fff;
}

.theme-button-solid-green {
  color: #fff;
  background-color: #23879e;
}

.theme-button-solid-green:hover {
  color: #23879e;
  background-color: #fff;
}

.theme-button-solid-green-border {
  color: #fff;
  background-color: #23879e;
  border: 1px solid #23879e;
}

.theme-button-solid-green-border:hover {
  color: #23879e;
  background-color: #fff;
}

.theme-button-solid-white {
  color: #09264f;
  background-color: #fff;
  border: 1px solid #fff;
}

.theme-button-solid-white:hover {
  color: #fff;
  background-color: #09264f;
}

.theme-button-solid-blue {
  background-color: #09264f;
  color: #fff;
  border: 1px solid #fff;
}

.theme-button-solid-blue:hover {
  color: #09264f;
  background-color: #fff;
  border: 1px solid #09264f;
}

.headings h2 {
  color: #01144a;
  font-weight: 700;
  font-size: 26px;
  position: relative;
}

.headings h3 {
  color: #23879e;
  font-weight: 700;
  font-size: 18px;
}

.headings h2::after {
  position: absolute;
  left: 0;
  content: '';
  width: 70px;
  height: 4px;
  background-color: #23879e;
  bottom: -12px;
}

.headings.text-center h2::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.small,
small {
  font-size: 62%;
}

.text-orange {
  color: #ff8100;
}

.text-green {
  color: #23879e;
}

.white-bg {
  background-color: #fff !important;
}

.gray-bg {
  background-color: #EDF5F9 !important;
}

.light-gray-bg {
  background-color: #f9faff !important;
}

.green-bg {
  background-color: #E9F9EC !important;
}

hr.dashed-green {
  border-top: 1px dashed #23879e;
}

hr.dashed-orange {
  border-top: 1px dashed #ffa100;
  margin-top: 0;
  margin-bottom: 0;
}

label {
  font-weight: 500;
}

textarea {
  resize: none;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a4e2b3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 189, 59, .25);
  box-shadow: 0 0 0 0.2rem rgba(16, 189, 59, .25);
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel button.owl-dot:focus {
  outline: 0;
}

/* ==========================================================================
. top strip
========================================================================== */
.top-strip {
  height: 5px;
  background-color: #23879e;
  background-image: -webkit-gradient(linear, left top, right top, from(#23879e), to(#23879e));
  background-image: -o-linear-gradient(left, #23879e, #23879e);
  background-image: linear-gradient(90deg, #23879e, #23879e);
}

/* ==========================================================================
. header
========================================================================== */
header {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .main-menu>li {
  position: relative;
}

header .main-menu>li>a {
  color: #173966;
  font-size: 15px;
  padding: 25px 1.4vw;
  font-weight: 700;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

header .main-menu>li.active>a {
  color: #23879e;
}

header .main-menu>li:hover>a {
  color: #23879e;
}

header .main-menu>li>a>i {
  color: #03328E;
}

header .main-menu>li>a:hover>i {
  color: #fff;
}

header .main-menu>li:hover>a i {
  color: #fff;
}

header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 180px;
  overflow: hidden;
  border-top: 2px solid #f49306;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

header .main-menu .sub-menu a {
  padding: 11px 10px;
  display: block;
  color: #173966;
  font-weight: 600;
  font-size: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

header .main-menu .sub-menu a i {
  color: #03328E;
}

header .main-menu .sub-menu a:hover {
  background: #23879e;
  color: #fff;
}

header .main-menu>li:hover .sub-menu {
  display: block;
}

header .header-logo figure img {
  max-width: 200px;
}

header .demo-link {
  margin-left: 1vw;
}

header .side-menu-close {
  background: transparent;
}

header .side-menu-close span {
  background: #21395F;
  width: 28px;
}

.call-action-link .call-action {
  color: #001b4f;
  font-weight: 700;
  font-size: 23px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.call-action-link .call-action:hover {
  color: #23879e;
}

/* ==========================================================================
. side menu
========================================================================== */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  left: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 15000;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-wrap.opened {
  left: 0;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
}

.side-menu-logo {
  border-bottom: 2px solid #FE8204;
}

.side-menu-nav .main-menu>li {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.side-menu-nav .main-menu>li.active>a {
  color: #23879e;
}

.side-menu-nav .main-menu>li>a>i {
  color: #03328E;
}

.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid #FE8204;
  background: #fff;
  display: none;
}

.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #eee;
}

.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: #212529;
  font-weight: 600;
  font-size: .9em;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-nav .main-menu .sub-menu a i {
  color: #03328E;
}

.side-menu-nav .main-menu .sub-menu~i {
  font-size: .8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}

.side-menu-nav .main-menu .sub-menu a:hover {
  background: #F5F5F5;
}

.side-menu-nav .main-menu>li>a {
  color: #212529;
  padding: 15px 30px 15px 10px;
  font-weight: 600;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.side-menu-close {
  height: 40px;
  width: 40px;
  background: #21395F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.side-menu-close span {
  height: 2px;
  width: 20px;
  background: #fff;
  position: relative;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-close span:nth-child(1) {
  top: -5px;
}

.side-menu-close span:nth-child(3) {
  bottom: -5px;
}

.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}

.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}

.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}

/* ==========================================================================
. custom overlay
========================================================================== */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.custom-overlay:hover {
  cursor: url('../images/icons/close-icon.png'), auto;
}

/* ==========================================================================
. to top button
========================================================================== */
#to-top {
  position: fixed;
  bottom: 125px;
  right: 10px;
  opacity: 0;
  background: #23879e;
  color: #fff;
  padding: 8px 13px;
  font-size: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

#to-top:focus {
  outline: 0;
}

#to-top.show {
  visibility: visible;
  opacity: 1;
}


/* ==========================================================================
. side fixed icons
========================================================================== */
.side-fixed-icons {
  /* background-color: #022247; */
  position: fixed;
  top: 50%;
  right: -158px;
  z-index: 12000;
  -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, .7);
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, .7);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-fixed-icons:hover {
  right: 0;
}

.side-fixed-icons li {
  border-bottom: 1px solid #fff;
}

.side-fixed-icons li:last-child {
  border-bottom: 0;
}

.side-fixed-icons a {
  padding: 10px 15px;
  display: block;
  white-space: nowrap;
  color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-fixed-icons a.side-fixed-icons-call {
  background-color: #4267B2;
}

.side-fixed-icons a.side-fixed-icons-email {
  background-color: #F77737;
}

.side-fixed-icons a.side-fixed-icons-whatsapp {
  background-color: #4AC959;
}

.side-fixed-icons a:hover {
  background-color: #1c3e6e;
}

.side-fixed-icons i {
  color: #fff;
  margin-right: 15px;
}

/* ==========================================================================
. side fixed whatsapp
========================================================================== */
.side-fixed-whatsapp {
 position: fixed;
    bottom: 56px;
    right: 10px;
    background: #23879e;
    color: #fff;
    padding: 0 12px;
    line-height: 54px;
    font-size: 33px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

/* ==========================================================================
. breaking news ticker
========================================================================== */
.news-ticker {
  background-color: #0f2953;
}

.bn-breaking-news {
  border: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.bn-news {
  background-color: #0f2953;
}

.bn-label {
  padding: 0;
  padding-right: 5px;
  background-color: #0f2953;
}

.bn-effect-scroll .bn-news ul {
  background-color: #0f2953;
}

.bn-news ul li {
  color: #fff;
  margin: 0 10px;
}

/* ==========================================================================
. banner
========================================================================== */
.banner {
  padding: 50px 0 70px;
  position: relative;
  background-color: #E1FFE3;
  background-image: url('../images/backgrounds/Banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner h1 {
  font-size: 27px;
  color: #011030;
  font-weight: 600;
}

.banner h1 span {
  font-weight: 300;
}

.banner .or {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background-color: #083375;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.banner-card {
  background-color: rgba(255, 255, 255, .7);
  -webkit-box-shadow: 0 0 21px 0 rgba(167, 167, 167, 0.4);
  box-shadow: 0 0 21px 0 rgba(167, 167, 167, 0.4);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.banner-card:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(167, 167, 167, 0.4);
  box-shadow: 0 0 5px 0 rgba(167, 167, 167, 0.4);
}

.banner-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #083375;
}

.banner-card h2 span {
  line-height: 34px;
  font-size: 22px;
  font-weight: 400;
}

.banner-card ol li {
  padding-left: 50px;
  margin-bottom: 10px;
  position: relative;
  color: #01272a;
  font-size: 18px;
}

.banner-card ol li a {
  color: #083375;
}

.banner-card ol li a:hover {
  color: #01272a;
  text-decoration: underline;
}

.banner-card ol li:last-child {
  margin-bottom: 0;
}

.banner-card ol li span {
  width: 28px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #23879e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.banner-card p {
  font-size: 18px;
  color: #2a2d32;
}

/* ==========================================================================
. text slider
========================================================================== */
.text-slider {
  /* margin-top: -25px; */
  position: absolute;
  width: 100%;
  bottom: -53px;
}

.text-slider-carousel {
  position: relative;
  padding: 0 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 21px 0 rgba(167, 167, 167, 0.3);
  box-shadow: 0 0 21px 0 rgba(167, 167, 167, 0.3);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.text-slider-carousel .owl-nav {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.text-slider-carousel .owl-nav button {
  position: absolute;
}

.text-slider-carousel .owl-nav button.owl-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.text-slider-carousel .owl-nav button.owl-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.text-slider-carousel h6 {
  /* color: #687b66; */
  font-size: 19px;
}

.text-slider .ticked {
  padding: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 21px 0 rgba(167, 167, 167, 0.3);
  box-shadow: 0 0 21px 0 rgba(167, 167, 167, 0.3);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.text-slider .ticked li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 0;
}

.text-slider .ticked li a {
  color: #212529;
}

.text-slider .ticked li a:hover {
  text-decoration: underline;
}

.text-slider .ticked li img {
  position: static;
  margin-right: 10px;
  margin-top: -5px;
}

/* ==========================================================================
. home page testimonial
========================================================================== */
.testimonials {
  padding: 75px 0;
}

.home-page-testimonials {
  padding: 70px 0 60px;
  /* margin-top: -26px; */
  background-color: #f9faff;
}

.home-page-testimonials-carousel .owl-item figure img {
  width: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.home-page-testimonials-carousel .testimonial-card {
  margin: 0 15px;
}

.home-page-testimonials-carousel .testimonial-block {
  -webkit-box-shadow: 0 0 10px 0 rgba(167, 167, 167, 0.3);
  box-shadow: 0 0 10px 0 rgba(167, 167, 167, 0.3);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.home-page-testimonials-carousel .testimonial-detail p {
  font-size: 17px;
  color: #f59406;
}

.home-page-testimonials-carousel .testimonial-detail span {
  font-size: 14px;
}

.home-page-testimonials-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.home-page-testimonials-carousel button.owl-dot {
  margin: 0 5px;
  padding: 5px !important;
  background-color: #b0c6bd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.home-page-testimonials-carousel button.owl-dot.active {
  background-color: #23879e;
}

/* ==========================================================================
. plans itrs filing
========================================================================== */
.plans-itrs-filing {
  padding: 50px 0;
}

.plans {
  position: relative;
  padding: 34px 28px 92px;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 2px 2px 8px 6px rgba(67, 65, 79, .1);
  box-shadow: 2px 2px 8px 6px rgba(67, 65, 79, .1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
}

.plans:hover {
  border: 2px solid #23879e;
  -webkit-box-shadow: 2px 2px 5px 4px rgba(67, 65, 79, .08);
  box-shadow: 2px 2px 5px 4px rgba(67, 65, 79, .08);
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}

.plans .plans-heading {
  padding: 14px;
  /* background-color: #f7f7f7; */
  border: 1px dashed #ffa100;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  /* -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); */
}

.plans .plans-heading .price-container {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

.plans .plans-heading .price-container .striked {
  color: #f00;
  font-size: 14px;
  text-decoration: line-through;
  white-space: nowrap;
}

.plans .plans-heading .price-container .unstriked {
  color: #010a3c;
  font-weight: 600;
  white-space: nowrap;
}

.plans h5 {
  font-size: 18px;
  color: #ffa100;
  font-weight: 600;
  text-align: center;
}

.plans h5 span {
  color: #010a3c;
}

.plans ul {
  /* margin: 40px 0; */
}

.plans ul.home-overflow {
  margin: 40px 0 20px;
}

.plans ul li {
  padding-left: 32px;
  margin-bottom: 18px;
  color: #666a73;
  position: relative;
}

.plans ul li:last-child {
  margin-bottom: 0;
}

.plans ul li img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}

.plans a {
  /* -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); */
  position: absolute;
  left: 28px;
  bottom: 34px;
  width: -webkit-calc(100% - 56px) !important;
  width: calc(100% - 56px) !important;
}

.plans .price {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.plans .it-covers {
  position: relative;
}

.plans .it-covers p {
  float: left;
}

.plans .it-covers .info {
  float: right;
}

.plans .it-covers i {
  position: relative;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.plans .it-covers i::after {
  content: '';
  position: absolute;
  right: 0;
  height: 15px;
}

.plans .it-covers i:hover {
  background-color: #23879e;
  color: #fff;
}

.plans .it-covers .capital-gain {
  position: absolute;
  min-width: 100%;
  background: #083375;
  color: #fff;
  top: 35px;
  z-index: 1;
  visibility: hidden;
}

.plans .it-covers .capital-gain::after {
  content: '';
  position: absolute;
  right: 8px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #083375;
}

.plans .it-covers .capital-gain h6 {
  color: #ffa100;
}

.plans .it-covers .info:hover+.capital-gain {
  visibility: visible;
}

/* ==========================================================================
. cta
========================================================================== */
.cta {
  padding: 35px 0;
  background-color: #022247;
}

.cta h3 {
  color: #fff;
  font-size: 22px;
}

.cta h3 a {
  color: #fff;
}

.cta h3 a:hover {
  text-decoration: underline;
}

/* ==========================================================================
. how it works
========================================================================== */
.how-it-works {
  padding: 50px 0;
}

.how-it-works h4 {
  font-weight: 700;
  font-size: 18px;
}

.how-it-works li {
  padding: 15px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(167, 167, 167, 0.3);
  box-shadow: 0 0 10px 0 rgba(167, 167, 167, 0.3);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* ==========================================================================
. service detail testimonials
========================================================================== */

.service-detail-testimonials-carousel .owl-item figure img {
  border-radius: 50%;
  width: 65px;
}

.service-detail-testimonials-carousel .testimonial-card {
  margin: 0 15px;
}

.service-detail-testimonials-carousel .testimonial-block {
    background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(167, 167, 167, 0.3);
  box-shadow: 0 0 10px 0 rgba(167, 167, 167, 0.3);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.service-detail-testimonials-carousel .testimonial-detail p {
  font-size: 17px;
  color: #f59406;
}

.service-detail-testimonials-carousel .testimonial-detail span {
  font-size: 14px;
}

.service-detail-testimonials-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.service-detail-testimonials-carousel button.owl-dot {
  margin: 0 5px;
  padding: 5px !important;
  background-color: #b0c6bd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.service-detail-testimonials-carousel button.owl-dot.active {
  background-color: #23879e;
}

/* ==========================================================================
. why choose us
========================================================================== */
.why-choose-us {
  padding: 50px 0;
  background-color: #F8FBFE;
  background-image: url('../images/backgrounds/bread-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.choose-card-wrap figure {
  max-width: 70px;
}

.choose-card-wrap h4 {
  font-size: 19px;
  color: #1d2a52;
  font-weight: 700;
}

/* ==========================================================================
. latest blog posts
========================================================================== */
.latest-blog-posts {
  padding: 50px 0;
}

.latest-blog-posts .blog-card h4 {
  font-size: 21px;
  font-weight: 600;
  color: #323642;
}

.latest-blog-posts .blog-card {
  padding: 15px;
  -webkit-box-shadow: 0 0 5px 0 rgba(167, 167, 167, 0.4);
  box-shadow: 0 0 5px 0 rgba(167, 167, 167, 0.4);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.latest-blog-posts .blog-card:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(167, 167, 167, 0.4);
  box-shadow: 0 0 15px 0 rgba(167, 167, 167, 0.4);
}

.blog-container {
    height: 540px;
}

/* ==========================================================================
. youtube channel start
========================================================================== */
.youtube-channel {
  padding: 0 0 50px;
}

.youtube-channel .container {
  border: 1px solid #ccc;
}

.youtube-channel .yt-logo {
  max-width: 120px;
}

.youtube-channel .subscription-box {
  background-color: #f7f7f7;
}

.youtube-channel .subscribe-image {
  max-width: 150px;
}

.youtube-channel .number-of-followers span {
  font-size: 13px;
}

.youtube-channel .youtube-subscribe-button {
  padding: 5px 10px;
  background-color: #f44336;
  color: #fff;
}

.youtube-channel .youtube-subscribe-button:hover {
  color: #fff;
  background-color: #f22112;
}

.youtube-channel .youtube-channel-title h3 {
  font-size: 22px;
  font-weight: 600;
}

.youtube-channel .youtube-channel-title a {
  font-weight: 600;
  color: #1d2a52;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.youtube-channel .youtube-channel-title a:hover {
  color: #23879e;
}

.youtube-channel h4 {
  font-size: 14px;
}

.youtube-channel h4 a {
  color: #1d2a52;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.youtube-channel h4 a:hover {
  color: #23879e;
}

.youtube-channel .youtube-video>a {
  display: block;
  position: relative;
  z-index: 0;
}

.youtube-channel .youtube-video>a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.youtube-channel .youtube-video iframe {
  width: 100%;
  height: 180px;
}

/* ==========================================================================
. footer
========================================================================== */
.top-footer {
  padding: 50px 0;
  background-color: #EDF5F9;
}

.top-footer h6 {
  font-weight: 600;
  font-size: 21px;
}

.social-media-links li {
  margin-right: 19px;
}

.social-media-links li:last-child {
  margin-right: 0;
}

.social-media-links li a {
  color: #183967;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.social-media-links li a:hover {
  color: #23879e;
}

.top-footer .useful-links li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.top-footer .useful-links li:last-child {
  margin-bottom: 0;
}

.top-footer .useful-links li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.top-footer .useful-links li a {
  color: #03162e;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.top-footer .useful-links li a:hover {
  color: #23879e;
}

.top-footer .address-info li {
  margin-bottom: 10px;
}

.top-footer .address-info li:last-child {
  margin-bottom: 0;
}

.top-footer .address-info span {
  opacity: .8;
}

.top-footer .address-info a {
  color: #03162e;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.top-footer .address-info a:hover {
  color: #23879e;
}

.bottom-footer .terms-privacy-policy li a {
  color: #02256e;
  font-size: 14px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.bottom-footer .terms-privacy-policy li a:hover {
  color: #23879e;
}

.bottom-footer span {
  font-size: 14px;
}

.bottom-footer p a {
  color: #212529;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.bottom-footer p a:hover {
  color: #23879e;
}

/* ==========================================================================
. page header breadcrumb
========================================================================== */
.page-header-breadcrumb {
  padding: 40px 0;
  /* background-color: #E1FFE3;
  background-image: url(../images/backgrounds/Banner.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ccc;
}

.page-header-breadcrumb h1 {
  font-size: 33px;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}

.page-header-breadcrumb h1::after {
  position: absolute;
  content: '';
  left: 0;
  width: 70px;
  height: 4px;
  background-color: #23879e;
  bottom: -5px;
}

.page-header-breadcrumb h2 {
  font-size: 24px;
  font-weight: 600;
}

.page-header-breadcrumb p {
  font-size: 18px;
}

.page-header-breadcrumb-2 {
  padding: 0;
  border-bottom: 2px solid #6597b1;
}

.page-header-breadcrumb-2 h1 {
  margin-top: 50px;
  margin-bottom: 25px;
}

.page-header-breadcrumb-2 ul {
  border: 1px dashed #23879e;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ':';
  color: #011030;
}

.breadcrumb-item a {
  color: #011030;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #011030;
}

/* ==========================================================================
. faqs
========================================================================== */
.faqs {
  padding: 50px 0;
}

.faqs .collapsible-link {
  padding-left: 30px;
}

.faqs .collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #23879e;
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  /* right: 1rem; */
  left: 0;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faqs .collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #23879e;
  position: absolute;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px);
  /* right: calc(1rem + 6px); */
  left: 6px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faqs .collapsible-link.collapsed::before,
.faqs .collapsible-link.collapsed::after {
  background: #23879e;
}

.faqs .collapsible-link[aria-expanded='true']::after {
  opacity: 0;
  transform: rotate(90deg) translateX(-1px);
  -webkit-transform: rotate(90deg) translateX(-1px);
  -moz-transform: rotate(90deg) translateX(-1px);
  -ms-transform: rotate(90deg) translateX(-1px);
  -o-transform: rotate(90deg) translateX(-1px);
}

.faqs .collapsible-link[aria-expanded='true']::before {
  background-color: #23879e;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faqs .accordion>.card {
  /* -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 47, 86, .2);
  box-shadow: 2px 2px 3px 2px rgba(0, 47, 86, .2); */
  border: 0;
  border-bottom: 1px solid #ccc;
}

.faqs .accordion>.card .card-header {
  /* border-bottom: 2px solid #2686ec; */
  background-color: #fff;
}

.faqs .accordion>.card .card-header h6 {
  font-weight: 600;
}

.faqs .accordion>.card .card-header h6 a {
  /* color: #0056b3; */
  color: #212529;
}

/* .faqs .accordion>.card .card-header h6 a.collapsed {
  color: #212529;
} */

.faqs .accordion .card-body {
  border-top: 1px solid #23879e;
  padding-bottom: 37px !important;
  padding-left: 46px !important;
}

.faqs .accordion>.card:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

.faqs .accordion>.card:last-of-type {
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

.faqs .accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

/* ==========================================================================
. about us
========================================================================== */
.about-us {
  padding: 50px 0;
}

/* ==========================================================================
. about founder
========================================================================== */
.about-founder {
  padding: 50px 0;
}

/* ==========================================================================
. team members
========================================================================== */
.team-members {
  padding: 50px 0;
}

.team-member-card {
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 47, 86, .04);
  box-shadow: 2px 2px 3px 2px rgba(0, 47, 86, .04);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.team-member-card figure {
  overflow: hidden;
}

.team-member-card figure img {
    transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.team-member-card:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.team-member-card p {
  font-size: 20px;
  margin-bottom: 5px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.team-member-card span {
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.team-member-card:hover span {
  color: #fff;
}

.team-member-card:hover p {
  color: #fff;
}

.team-member-card .team-member-card-text {
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.team-member-card:hover .team-member-card-text {
  background-color: #022247;
}

/* ==========================================================================
. moneyback
========================================================================== */
.moneyback {
  padding: 50px 0;
}

/* ==========================================================================
. core values
========================================================================== */
.core-values {
  padding: 50px 0;
}

.core-values .core-value-card img {
  max-width: 110px;
  background-color: #23879e;
  -webkit-box-shadow: 0 0 10px 6px rgba(16, 189, 59, 0.12);
  box-shadow: 0 0 10px 6px rgba(16, 189, 59, 0.12);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.core-values .core-value-card img:hover {
  background-color: #022247;
  -webkit-box-shadow: 0 0 10px 6px #fff;
  box-shadow: 0 0 10px 6px #fff;
}

/* ==========================================================================
. contact details
========================================================================== */
.contact-details {
  padding: 50px 0;
}

.contact-details h3 {
  position: relative;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.contact-details h3::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #ccc;
}

.contact-details h3 i {
  padding: 10px;
  font-size: 15px;
  color: #fff;
  background: #23879e;
  margin-right: 10px;
}

.contact-details a,
.contact-details p {
  color: #173966;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.contact-details a:hover {
  color: #23879e;
}

/* ==========================================================================
. checkout step
========================================================================== */
.checkout-step li {
  margin-right: 1vw;
}

.checkout-step li:last-child {
  margin-right: 0;
}

.checkout-step li span {
  padding: 5px 0;
  text-align: center;
  width: 34px;
  color: #fff;
  background-color: #23879e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* ==========================================================================
. contact form
========================================================================== */
.contact-form {
  padding: 50px 0;
}

/* ==========================================================================
. checkout
========================================================================== */
.checkout {
  padding: 50px 0;
}

.checkout .checkout-plans-form {
  background-color: #fff;
}

.checkout .checkout-plans-form h3 {
  font-size: 20px;
}

.checkout .chosen-plans li {
  background-color: #F4FDF8;
  padding: 12px;
  border: 1px solid #23879e;
  position: relative;
  padding-left: 50px;
}

.checkout .chosen-plans li img {
  max-width: 24px;
  position: absolute;
  left: 10px;
  right: 10px;
}

.checkout .chosen-plans li .selected {
  position: absolute;
  background-color: #23879e;
  color: #fff;
  padding: 3px 6px;
  font-size: 13px;
  right: 15px;
  top: -15px;
}

.checkout .chosen-plans li .chosen-plan-wrap h4 {
  font-size: 17px;
  font-weight: 700;
}

.checkout .chosen-plans li .chosen-plan-wrap p {
  color: #808080;
  font-size: 14px;
}

.checkout .checkout-summary-wrap {
  overflow: hidden;
}

.checkout .checkout-summary {
  background-color: #fff;
}

.checkout .checkout-summary h3 {
  font-size: 20px;
}

.checkout .checkout-summary .summary-warning {
  color: #777;
}

.checkout .checkout-testimonial-wrap {
  overflow: hidden;
}

.checkout .checkout-testimonial {
  background-color: #fff;
}

.checkout .checkout-testimonial span {
  color: #ffa100;
}

.checkout .checkout-testimonial figure img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.toggle-button-cover:before {
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button {
  position: relative;
  top: 50%;
  width: 48px;
  height: 22px;
  /* margin: -20px auto 0 auto; */
  overflow: hidden;
  background-color: #f3f3f3;

}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #fcebeb;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  width: 17px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 8px 4px;
  background-color: #23879e;
  border-radius: 50%;
  -webkit-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  -o-transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked+.knobs:before {
  content: '';
  left: 27px;
}

#button-1 .checkbox:checked~.layer {
  background-color: #ebf7fc;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

/* ==========================================================================
. services list
========================================================================== */
.services-list {
  padding: 50px 0 26px;
}

.plans ul.services-overflow {
  margin: 20px 0;
}

/* ==========================================================================
. service detail
========================================================================== */
.service-detail {
  padding: 50px 0;
}

.block-style {
  color: #fff;
  background-color: #022247;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.block-style i {
  font-size: 25px;
  margin-right: 20px;
}

.block-style h2 {
  font-size: 22px;
  margin-bottom: 0;
}

.ticked li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.ticked li img {
  max-width: 17px;
  position: absolute;
  left: 0;
  top: 4px;
}

.numbered li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.numbered li span {
  max-width: 17px;
  position: absolute;
  left: 0;
  top: 0;
}

.underlined-styles h2 {
  font-size: 20px;
  /* min-height: 69px; */
  position: relative;
  font-weight: 700;
}

.underlined-styles h2::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.underlined-styles h2::after {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #23879e;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-detail-wrap .choose-card-wrap figure {
  max-width: 50px;
}

/* ==========================================================================
. green section
========================================================================== */
.green-section {
  padding: 40px 0;
  /* background-color: #23879e; */
  background-color: #23879e;
}

.green-section h2 {
  font-size: 28px;
  line-height: 40px;
}

.green-section h2 span {
  font-weight: 300;
}

.green-section p {
  font-size: 18px;
}

.green-section .something {
  font-size: 23px;
}

.green-section span+a {
  width: 205px;
}

/* ==========================================================================
. all your plans
========================================================================== */
.all-your-plans {
  padding: 50px 0;
}

.all-your-plans img {
  max-width: 110px;
  background-color: #23879e;
  -webkit-box-shadow: 0 0 10px 6px rgba(16, 189, 59, 0.12);
  box-shadow: 0 0 10px 6px rgba(16, 189, 59, 0.12);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.all-your-plans img:hover {
  background-color: #022247;
  -webkit-box-shadow: 0 0 10px 6px #fff;
  box-shadow: 0 0 10px 6px #fff;
}


.all-your-plans p {
  margin-bottom: 0;
}

.all-your-plans h3 {
  font-size: 20px;
  font-weight: 600;
  color: #01144a;
}

/* ==========================================================================
. fixed testimonial
========================================================================== */
.fixed-testimonial {
  padding: 50px 0;
}

.fixed-testimonial p {
  font-size: 22px;
}

.fixed-testimonial span {
  color: #ffa100;
  font-style: italic;
  font-size: 20px;
}

.fix-testimonial-wrap figure img {
    width: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* ==========================================================================
. deliverables
========================================================================== */
.deliverables {
  padding: 70px 0 50px;
}

/* ==========================================================================
. cta new
========================================================================== */
.cta-new {
  padding: 40px 0;
  background-color: #0128FF;
  background-image: url('../images/backgrounds/bg-taxsane-1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-new * {
  text-align: center;
}

.cta-new h4 {
  font-size: 30px;
  color: #fff;
  position: relative;
}

.cta-new h4.new::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 110%;
    height: 3px;
    background: #fff;
    width: 50px;
    transform: skewX(-40deg) translateY(-50%);
}

.cta-new h4.new::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 110%;
    height: 3px;
    background: #fff;
    width: 50px;
    transform: skewX(-40deg) translateY(-50%);
}

.cta-new figure {
    width: 54px;
}

.cta-new p {
  font-size: 23px;
  margin-bottom: 0;
  color: #fff;
}

.cta-new a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.cta-new a:hover {
  text-decoration: underline;
  color: #fff;
}

.cta-new a {
  text-decoration: none;
}

.cta-new .theme-button {
  color: #09264f;
  font-size: 16px;
}

.cta-new .theme-button:hover {
  text-decoration: none;
}

/* ==========================================================================
. page not found
========================================================================== */
.page-not-found {
  margin: 50px 0;
  padding: 10vw 0;
  background-image: url('../images/backgrounds/404.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.page-not-found h1 {
  font-size: 72px;
  font-weight: 700;
}

/* ==========================================================================
. thank you
========================================================================== */
.thank-you {
  margin: 50px 0;
  padding: 6vw 0;
}

.thank-you h1 {
  font-size: 34px;
  margin: 20px 0 10px;
}

/* ==========================================================================
. terms privacy
========================================================================== */
.terms-privacy h3 {
    margin-bottom: 15px;
}

.terms-privacy li {
    margin-bottom: 12px;
}

/* ==========================================================================
. sitemap
========================================================================== */
.sitemap-list li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
}

.sitemap-list li a {
    display: inline-block;
    color: #212529;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.sitemap-list li i {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 11px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.sitemap-list li:hover a, .sitemap-list li:hover i {
    color: #23879e;
}

.sitemap-list li:hover a {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

/* ==========================================================================
a. media quesries
========================================================================== */
/* min width 576px
=============================================================================*/
@media (min-width: 576px) {

  /* plans itrs filing */
  .plans .plans-heading .price-container {
    width: 70px;
    padding-left: 1vw;
    margin-top: 0;
    border-left: 1px solid #ccc;
    border-top: 0;
    padding-top: 0;
  }

  .plans h5 {
    text-align: left;
  }

  /* text slider */
  .text-slider .ticked li {
    padding-left: 30px;
    font-size: 19px;
  }

  .text-slider .ticked li img {
    position: absolute;
    margin: 0;
  }

  /* to top button */
  #to-top {
    bottom: 115px;
  }
  
  /* cta new */
  /* cta new */
  .cta-new .number-field ul li {
    padding: 0 1.4vw;
    border-right: 1px dashed #fff;
}

.cta-new .number-field ul li:last-child {
    border-right: 0;
}
}

/* min width 768px
=============================================================================*/
@media (min-width: 768px) {

  /* text slider */
  .text-slider {
    bottom: -35px;
  }

  /* cta new */
  .cta-new h4 {
    font-size: 32px;
  }

  .cta-new p {
    font-size: 25px;
  }
  
  /* plans itrs filing */
  .plans {
    height: 100%;
  }
}

/* min width 992px
=============================================================================*/
@media (min-width: 992px) {

  /* general styles */
  .theme-button-big {
    padding: 12px 20px;
  }

  .headings h3 {
    font-size: 21px;
  }

  .headings h2 {
    font-size: 32px;
  }

  /* banner */
  .banner {
    padding: 70px 0 100px;
  }

  .banner h1 {
    font-size: 38px;
  }

  .banner-card h2 {
    font-size: 30px;
  }

  .banner-card h2 span {
    line-height: 50px;
    font-size: 27px;
  }

  .banner-card ol li {
    font-size: 21px;
  }

  .banner-card p {
    font-size: 21px;
  }

  /* cta */
  .cta h3 {
    font-size: 27px;
    font-weight: 600;
  }

  /* youtube channel */
  .youtube-channel .youtube-video iframe {
    height: 150px;
  }

  /* plans itrs filing */
  .plans ul.home-overflow {
    max-height: 150px;
    overflow: auto;
  }

  /* services list */
  .plans ul.services-overflow {
    max-height: 150px;
    overflow: auto;
  }

  /* service detail */
  .sticky-plan {
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
  }

  /* green section */
  .green-section h2 {
    font-size: 36px;
    line-height: 56px;
  }

  .green-section h2 span {
    font-weight: 300;
  }

  .green-section p {
    font-size: 18px;
  }

  .green-section p+span {
    font-size: 28px;
  }

  /* cta new */
  .cta-new * {
    text-align: left;
  }
  
  /* faqs */
  .faqs {
  padding: 70px 0;
}
}

/* min width 1200px
=============================================================================*/
@media (min-width: 1200px) {

  /* service detail */
  .underlined-styles h2 {
    font-size: 24px;
  }
}

/* min width 1500px
=============================================================================*/
@media (min-width: 1500px) {

  /* header */
  header .main-menu>li>a {
    padding: 25px;
  }
}

/* max width 1200px
=============================================================================*/
@media (max-width: 1200px) {
    /* latest blog posts */
  .blog-container {
    height: 525px;
}
}

/* max width 992px
=============================================================================*/
@media (max-width: 992px) {
    /* latest blog posts */
  .blog-container {
    height: 1040px;
}
}

/* max width 768px
=============================================================================*/
@media (max-width: 768px) {
    /* latest blog posts */
  .blog-container {
    height: 1130px;
}
}

/* max width 576px
=============================================================================*/
@media (max-width: 576px) {
    /* latest blog posts */
  .blog-container {
    height: auto;
    max-height: 1130px;
}
}