@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "gotham-font";
    src: url("../../fonts/gothambold-webfont.eot");
    src: url("../../fonts/gothambold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/gothambold-webfont.woff2") format("woff2"),
    url("../../fonts/gothambold-webfont.woff") format("woff"),
    url("../../fonts/gothambold-webfont.ttf") format("truetype"),
    url("../../fonts/gothambold-webfont.svg#gothambold-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}

:root {
  --theme1: #001E66;
  --theme2: #FF6C15;
  --theme3: #91d6e6;
  --heading-col: #001E66;
  --white: #ffffff;
  --bodyfont: "Public Sans", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: #001E66;
  font-size: 22px;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
  font-weight: 200;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: #001E66;
  font-weight: 600;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-weight: 300;
  font-size: 56px;
  line-height: 1;
}

h2 {
  font-weight: 300;
  font-size: 52px;
  line-height: 1;
}

h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}

h4 {
  font-size: 22px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #ecb61e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: red;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: var(--theme3);
  border: none;
  border-bottom: 1px solid #4c74b6;
  height: 45px;
  padding: 0;
  font-size: 16px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: var(--theme3);
  border: none;
  border-bottom: 1px solid #4c74b6;
  height: 45px;
  padding: 0 0 5px;
  font-size: 16px;
  width: 100%;
  height: 123px;
  outline: none !important;
  resize: none;
  -o-border-radius: 0;
}

select {
  border: none;
  border-bottom: 1px solid #4c74b6;
  width: 100%;
  padding: 0;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  color: var(--white);
  font-family: var(--otherfont);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--theme2);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 5px 31px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 59px;
  outline: none !important;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  color: var(--white);
  background-color: #d85000;
}

input[type="submit"]:disabled {
  color: var(--white);
  background-color: rgba(216, 80, 0, 0.55);
  cursor: not-allowed;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #91d6e6;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #91d6e6;
}

::-moz-placeholder {
  opacity: 1;
  color: #91d6e6;
}

:-moz-placeholder {
  opacity: 1;
  color: #91d6e6;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url("../../images/tick.svg") no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {

    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {

    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

/* #scroll {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    width:55px;
    height:55px;
    background-color:#bdd653;
    display:none;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
z-index: 9;
}
#scroll:hover{
    background: #88a725;
}
#scroll i{
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(0);
transform: translateY(0);
}

#scroll:hover i{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
} */

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 230px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 15px;
  padding: 28.5px 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: #001E66;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: 300;
  font-family: "Public Sans";
}

.navbar-nav > li > a:after {
  /* content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    opacity: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: #d85000;
}

.navbar-nav > li > a:focus {
  color: #d85000;
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  /* width: 100%; */
}

.navbar-nav li a.active {
  color: #d85000 !important;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/
/*navbar*/
.main-head {
  position: absolute;
  width: 100%;
  z-index: 99;
  margin-top: 10px;
  transition: all .3s ease-in-out;
}

.navbar-nav {
  margin-left: 45px;
}

.main-head.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  background-color: #ffffff;
  margin-top: 0px;
}

.hdcalllink {
  font-weight: 400;
  font-size: 20px;
  color: #001E66;
  font-family: "gotham-font";
  margin-right: 22px;
}

.hdcalllink:hover {
  color: #91d6e6;
}

.clientlogin-butn {
  margin-left: 15px;
}

.mb-hder {
  display: none;
}

.mb-hdbutn {
  display: none;
}

.text-orange {
  color: #FF6C15 !important;
}

/*cmn css*/
.cmn-gap {
  padding: 100px 0;
}

.cmnbutn {
  padding: 6.5px 13px;
  border-radius: 24px;
  border: 1px solid #FF6C15;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  color: #FF6C15;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-family: "gotham-font";
  /* transition: border 0.3s ease-in-out !important; */
}

.head-rgtpart {
  display: flex;
  align-items: center;
}

.cmnbutn.bluebutn {
  border: 1px solid #001E66;
  color: #001E66;
}

.cmnbutn.bluebutn:hover {
  background-color: #001E66;
  color: #ffffff;
}

.cmnbutn:hover {
  color: #ffffff;
  background-color: #FF6C15;
}

/*cmn css*/
/*banner*/
.bannersec {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.0001) -39.01%,
    #f2f2f2 100%
  );
  padding: 18px 0 0 0;
  position: relative;
  z-index: 1;
}

.cmnbutn.bg-butn {
  font-size: 16px;
  background-color: #FF6C15;
  color: #ffffff;
  padding: 17px 36px;
  border-radius: 30px;
}

.cmnbutn.bg-butn:hover {
  background-color: #d85000;
  border: 1px solid #d85000;
}

.cmnbutn.bg-butn-blue {
  font-size: 16px;
  background-color: #001E66;
  color: #ffffff;
  padding: 17px 36px;
  border-radius: 30px;
  border-color: #001E66;
}

.cmnbutn.bg-butn-blue:hover {
  background-color: #001E66;
  border: 1px solid #001E66;
}

.bnnercontent {
  padding-right: 146px;
  padding-top: 110px;
  padding-bottom: 80px;
}

.bnnercontent h1 {
  font-weight: 300;
  font-size: 56px;
  color: #001E66;
}

.bnnercontent h1 span {
  font-weight: 600;
}

.bnnerimg {
  box-shadow: 0 72px 84px rgba(145, 145, 145, 0.5);
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.bnnerimg img {
  transition: 0.5s;
}

/* .bnnerimg:hover img{
   transform: scale(1.1);
} */
.bnner-imgbox {
  position: relative;
  top: 90px;
  z-index: 0;
}

.bannersec .row {
  align-items: center;
}

.bnnr-trainshapeone {
  position: absolute;
  /*bottom: -30px; */
  left: 80px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  top: 6%;
}

.bnnr-trainshapetwo {
  position: absolute;
  bottom: 230px;
}

.bnnr-trainshapethree {
  position: absolute;
  top: 38%;
  left: -30px;
}

.bnnr-trainshapefour {
  position: absolute;
  top: 60%;
  left: 50%;
}

.bnnr-trainshapefive {
  position: absolute;
  top: 45%;
  left: 25%;
}

.bnnr-trainshapesix {
  position: absolute;
  right: -50px;
  top: 60px;
}

.benefiticon-imgbox {
  width: 47px;
  height: 47px;
}

.benefiticon-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefitsec.cmn-gap {
  padding-top: 240px;
  padding-bottom: 60px;
}

.benefitcard {
  padding: 15px 20px;
}

.benefitcard p {
  font-size: 18px;
  font-weight: 300;
}

.benefitcard h4 {
  margin-bottom: 20px;
}

/*feature*/

.feature-content {
  padding-left: 65px;
}

.feature-row {
  margin-bottom: 80px;
}

.feature-row:last-child {
  margin-bottom: 0;
}

.feature-row:nth-child(even) .feature-content {
  padding-left: 0;
  padding-right: 65px;
}

.feature-row {
  align-items: center;
}

.feature-row:nth-child(even) {
  flex-direction: row-reverse;
}

.feature-content h2 span {
  font-weight: 600;
}

.featuresec {
  position: relative;
  overflow: hidden;
  padding-bottom: 280px;
}

.graytraingimg-one {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.graytraingimg-two {
  position: absolute;
  right: 0;
  bottom: -330px;
  z-index: -1;
}

.featureimg-mainbox {
  position: relative;
}

.feature-imgbox {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  -webkit-filter: drop-shadow(0px 42px 64px rgba(150, 150, 150, 0.5));
  filter: drop-shadow(0px 42px 64px rgba(150, 150, 150, 0.5));
}

.feature-imgboxtwo {
  -webkit-filter: drop-shadow(30px 62px 54px rgba(168, 168, 168, 0.5));
  filter: drop-shadow(30px 62px 54px rgba(168, 168, 168, 0.5));
}

.featur-traingshapeone {
  position: absolute;
  left: 10px;
  top: 24%;
}

.featur-traingshapetwo {
  position: absolute;
  right: 0;
  top: 30%;
}

.featur-traingshapethree {
  position: absolute;
  right: 0;
  bottom: 30%;
}

.featur-traingshapefour {
  position: absolute;
  left: -50px;
  top: 34%;
}

/*comparesec*/
.comparesec {
  background: linear-gradient(203.55deg, #08275b 9.74%, #001E66 91.11%);
  text-align: center;
  position: relative;
  padding: 160px 0 130px;
}

.pagehding {
  color: #ffffff;
}

.pagehding span {
  font-weight: 600;
}

.comparehead p {
  color: #91d6e6;
  font-size: 22px;
  max-width: 760px;
  margin: auto;
}

.compare-traingimgone {
  position: absolute;
  left: 0;
  top: 136px;
}

.compare-traingimgtwo {
  position: absolute;
  left: 50px;
  top: 239px;
}

.compare-traingimgthree {
  position: absolute;
  left: 117px;
  top: 75px;
}

.compare-traingimgfour {
  position: absolute;
  top: 170px;
  left: 240px;
}

.compare-dsktpsec .table {
  color: rgb(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 300;
  font-family: "Public Sans", sans-serif;
}

.compare-dsktpsec .table tr th:first-child,
.compare-dsktpsec .table tr td:first-child {
  text-align: left;
  color: #ffffff;
  width: 48%;
}

.compare-dsktpsec .table tr th:last-child,
.compare-dsktpsec .table tr td:last-child {
  color: #ffffff;
  background: #1c427f;
  width: 17.3%;
}

.compare-dsktpsec .table tr th:first-child,
.compare-dsktpsec .table tr th:last-child {
  font-weight: 600;
}

.compare-dsktpsec .table tr th,
.compare-dsktpsec .table tr td {
  padding: 20px 0;
  border-bottom: 1px solid #315ea6;
  vertical-align: middle;
  width: 17.3%;
}

.compare-dsktpsec .table tbody tr:last-child td {
  border-bottom: 0;
}

.compare-dsktpsec .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #315ea6;
}

.compare-dsktpsec .table tr th {
  font-size: 22px;
  font-weight: 300;
}

.compare-part {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: auto;
}

.compare-dsktpsec {
  margin-top: 56px;
}

/* ============ 14/11/2022 ================ */
footer.main-footer {
  background-color: #082555;
  padding: 27px 0;
}

footer.main-footer .footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer.main-footer .footer-right {
  margin-left: auto;
}

.footer-link {
  display: flex;
  align-items: center;
}

.footer-link .each-point {
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.footer-link .each-point::after {
  content: "";
  position: absolute;
  right: 0;
  top: 60%;
  width: 1px;
  height: 14px;
  background-color: rgba(254, 254, 254, 0.5);
  transform: translateY(-50%);
}

.footer-link .each-point:last-child:after {
  display: none;
}

.footer-link .each-point p,
.footer-link .each-point a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.footer-link .each-point a:hover {
  color: #fff;
}

.footer-link .each-point > a {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.footer-link .each-point > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}

.footer-link .each-point > a:hover:after {
  background-color: #fff;
}

.scroll-to-top-btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}

.scroll-to-top-btn:hover {
  color: #fff;
}

.scroll-to-top-btn span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

.scroll-to-top-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}

.scroll-to-top-btn:hover span::after {
  background-color: #fff;
}

.book-sec {
  background: -o-linear-gradient(246deg, #08275b 0%, #001E66 100%);
  background: linear-gradient(204deg, #08275b 0%, #001E66 100%);
  color: var(--theme3);
  position: relative;
}

.book-sec h2 {
  color: var(--white);
}

.book-heading {
  font-size: 18px;
  margin-bottom: 35px;
}

.book-form-col {
  padding: 15px 12px;
}

.book-form-row {
  margin: -15px -12px;
}

.book-form-col input[type="submit"] {
  width: 100%;
  display: block;
}

.book-text-lft {
  font-size: 14px;
  margin-top: 25px;
}

.lapp {
  -webkit-filter: drop-shadow(0px 72px 74px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 72px 74px rgba(0, 0, 0, 0.5));
}

.book-img-sec {
  margin-bottom: 83px;
}

.book-right p {
  text-align: center;
}

.book-right p a {
  color: var(--theme3);
}

.book-right p a.book-right-pmail {
  text-decoration: underline !important;
}

.book-right p a:hover {
  color: var(--white);
}

.book-img-sec {
  position: relative;
  z-index: 1;
}

.book-tri1 {
  position: absolute;
  left: 120px;
  top: -113px;
  max-width: 290px;
  z-index: -1;
  pointer-events: none;
}

.book-tri2 {
  position: absolute;
  left: 52px;
  bottom: 100px;
  max-width: 74px;
  z-index: 1;
  pointer-events: none;
}

.book-tri3 {
  position: absolute;
  left: 65%;
  transform: translateX(-50%);
  top: -97px;
  max-width: 60px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  pointer-events: none;
}

.book-tri4 {
  position: absolute;
  right: -70px;
  top: -40px;
  max-width: 82px;
  z-index: -1;
  pointer-events: none;
}

.book-tri5 {
  position: absolute;
  right: 55px;
  bottom: -20px;
  max-width: 107px;
  z-index: -1;
  pointer-events: none;
}

.book-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.book-back1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.book-back2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 72px;
}

.book-back3 {
  position: absolute;
  left: 0;
  top: -223px;
  max-width: 595px;
}

/*.book-map-sec {
    padding: 160px 0;
    background: linear-gradient(203.55deg, #08275B 9.74%, #001E66 91.11%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

h2 > span {
    font-weight: 600;
}

.book-map-left-content .sec-heading {
    margin-bottom: 34px;
}

.book-map-left-content .sec-heading > h2 {
    color: #fff;
}

.book-map-shape1 {
    position: absolute;
    top: -47%;
    left: 0;
    z-index: -1;
}

.book-map-shape2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    opacity: 0.5;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.book-map-shape3 {
    position: absolute;
    top: 370px;
    right: -490px;
    z-index: -1;
    opacity: 0.5;
}

.book-map-right-content {
    position: relative;
    z-index: 1;
}

.book-map-shape4 {
    position: absolute;
    top: -20px;
    left: -50px;
    z-index: -1;
}

.book-map-shape5 {
    position: absolute;
    top: 44%;
    left: 46px;
    z-index: 1;
    filter: drop-shadow(0px 22px 34px rgba(0, 0, 0, 0.5));
}

.book-map-shape6 {
    position: absolute;
    top: 26%;
    right: -35px;
    z-index: 1;
    opacity: 0.5;
}

.book-map-shape7 {
    position: absolute;
    top: 55%;
    right: 30px;
    z-index: -1;
}

.book-map-sec .book-map-img-wpr > img {
    filter: drop-shadow(0px 72px 74px rgba(0, 0, 0, 0.5));
}

.book-map-sec .book-map-row {
    align-items: center;
}*/

.testimonial-sec {
  padding: 130px 0 150px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.0001) -39.01%,
    #f2f2f2 100%
  );
  /* transform: matrix(1, 0, 0, -1, 0, 0); */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.testimonial-shape2 {
  position: absolute;
  left: 165px;
  top: 95px;
  z-index: -1;
}

.testimonial-shape3 {
  position: absolute;
  right: 0;
  bottom: 75px;
  z-index: -1;
}

.testimonial-shape4 {
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: -1;
}

.testimonial-sec .sec-heading {
  margin-bottom: 106px;
}

.testimonial-row-wpr {
  /*max-width: 1050px;*/
  margin: 0 auto;
}

.testimonial-row {
  --testimonial-column-gap: 70px;
  margin-right: calc(var(--testimonial-column-gap) * -0.5);
  margin-left: calc(var(--testimonial-column-gap) * -0.5);
}

.testimonial-row > * {
  padding-right: calc(var(--testimonial-column-gap) * 0.5);
  padding-left: calc(var(--testimonial-column-gap) * 0.5);
}

.testimonial-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-card .comment {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  text-align: center;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 200;
  margin-bottom: 42px;
}

.testimonial-card .comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 25px;
  background-image: url("../../images/quote-img.svg");
  background-size: 68px;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonial-card .user-img {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  margin-bottom: 16px;
}

.testimonial-card .user-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.testimonial-card .user-name {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.testimonial-card .user-name p > span {
  font-weight: 600;
}

.cmn-point-sec {
  padding: 199px 0 215px;
  overflow: hidden;
}

.cmn-point-sec .cmn-sec-row {
  margin-bottom: 199px;
  align-items: center;
  --cmn-point-column-gap: 96px;
  margin-right: calc(var(--cmn-point-column-gap) * -0.5);
  margin-left: calc(var(--cmn-point-column-gap) * -0.5);
}

.cmn-point-sec .cmn-sec-row > * {
  padding-right: calc(var(--cmn-point-column-gap) * 0.5);
  padding-left: calc(var(--cmn-point-column-gap) * 0.5);
}

.cmn-point-sec .cmn-sec-row:last-child {
  margin-bottom: 0;
}

.cmn-point-sec .cmn-sec-row:nth-child(even) > .img-col {
  order: 1;
}

.cmn-point-sec .cmn-sec-row:nth-child(even) > .text-col {
  order: 2;
}

.cmn-point-sec .cmn-sec-row .cmn-sec-content {
  padding: 50px 0;
  font-weight: 200;
}

.cmn-point-sec .cmn-sec-content p {
  line-height: 1.5;
}

.cmn-point-sec .cmn-sec-row .sec-heading {
  margin-bottom: 24px;
}

.cmn-sec-point-list ul {
  margin: 0;
  padding: 0;
}

.cmn-sec-point-list ul > li {
  list-style: none;
  padding: 0;
  padding-left: 42px;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
}

.cmn-sec-point-list ul > li:last-child {
  margin-bottom: 0;
}

.cmn-sec-point-list ul > li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
    background-image: url('../../images/green-tick.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  z-index: -1;
}

.cmn-point-sec .cmn-sec-point-list {
  margin-top: 28px;
  margin-bottom: 40px;
  padding-right: 80px;
}

.cmn-point-sec .cmn-sec-content .cmnbutn {
  font-size: 14px;
}

.cmn-point-sec .cmn-sec-content .btn-group-wpr {
  display: flex;
  align-items: center;
}

.cmn-point-sec .cmn-sec-content .btn-group-wpr > .cmnbutn {
  padding: 10px 27px;
  min-width: 168px;
}

.cmn-point-sec .cmn-sec-content .btn-group-wpr > *:not(:last-child) {
  margin-right: 20px;
}

.cmn-point-sec .cmn-sec-img-wpr-outer {
  position: relative;
  z-index: 1;
}

.cmn-point-sec .cmn-sec-img-wpr-outer {
  position: relative;
  z-index: 1;
}

.cmnsec-shape1 {
  position: absolute;
  bottom: 25%;
  left: -1px;
  z-index: 1;
  max-width: 107px;
}

.cmnsec-shape2 {
  position: absolute;
  top: 67px;
  right: -110px;
  z-index: 1;
}

.cmnsec-shape3 {
  position: absolute;
  bottom: 48%;
  left: 43px;
  max-width: 53px;
}

.cmnsec-shape4 {
  position: absolute;
  right: 46px;
  bottom: 125px;
  z-index: 1;
  max-width: 225px;
  object-fit: cover;
}

.cmnsec-shape5 {
  position: absolute;
  bottom: -43px;
  left: 36%;
  max-width: 225px;
}

.cmn-point-sec .cmn-sec-img-wpr {
  filter: drop-shadow(0px 72px 84px rgba(145, 145, 145, 0.5));
  position: relative;
  z-index: -1;
}

.cmn-point-sec .cmn-sec-img-wpr > img {
  width: 100%;
}

/* ============ 14/11/2022 END ================ */

.popup-content h4 {
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
}

.popup-content h5 {
  font-size: 17px;
  font-weight: 800;
  font-family: "Public Sans", sans-serif;
}

.popup-content p {
  font-size: 14px;
  color: #315ea6;
}

.fancybox__content > .carousel__button.is-close {
  background-color: #315ea6;
  right: 10px;
  top: 10px;
}

.popup-content ol li {
  list-style: lower-latin;
  font-size: 14px;
  color: #315ea6;
  margin-bottom: 12px;
}

.popup-content ol li ol li {
  list-style: lower-roman;
}

/* ============ 15/11/2022 =========== */

.main-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  background-color: rgb(255, 255, 255);
  text-align: center;
}

.main-preloader .main-preloader-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.main-preloader .preloader-percentage {
  color: #ffffff;
  margin: 0;
}

.main-preloader .preloader-percentage span {
  display: inline-block;
  float: center;
  font-size: 50px;
}

.main-preloader .loading-logo-wpr > svg {
  width: 120px;
}

#triangle1 {
  animation: loading 700ms ease-in-out infinite alternate;
}

#triangle2 {
  animation: loading 700ms ease-in-out infinite alternate 600ms;
}

#triangle3 {
  animation: loading 700ms ease-in-out infinite alternate 1000ms;
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

body.loading_active {
  overflow: hidden;
}

.fancymainbox.cmn-popup.fancybox__content {
  display: flex;
  border-radius: 25px;
  padding: 60px 50px;
  max-width: 1200px;
}

.fancybox__content > .carousel__button.is-close {
  background-color: #315ea6;
  right: -12px;
  top: -15px;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 15px rgb(49 94 166 / 40%);
  transition: all 0.3s ease-in-out;
}

.fancybox__content > .carousel__button.is-close:hover {
  background-color: #fff;
}

.fancybox__content > .carousel__button.is-close:hover > svg {
  fill: #315ea6;
  stroke: #315ea6;
}

.fancybox__content .popup-content a {
  color: #315ea6;
  text-decoration: underline !important;
}

.fancybox__content .popup-content a:hover {
  text-decoration: none !important;
}

/* ============ 15/11/2022 =========== */
.whatis-ritremapsec {
  display: none;
}

.downarwbox {
  display: none;
}

.book-map-shape11,
.book-map-shape12 {
  display: none;
}

.video-popup video {
  width: 100%;
}

#videopopup-content {
  padding: 15px;
  background-color: transparent;
}

.fancybox__container .fancybox__slide {
  display: block;
}

.fancybox__carousel .fancybox__slide .fancymainbox.cmn-popup.fancybox__content {
  margin: 0 auto;
}

/* 11.07.23 css start */
.retiremap_video_main_wraper {
  padding: 0 0 110px;
  position: relative;
  margin-top: 74px;
}

/*
.retiremap_video_main_wraper .container {
    position: relative;
    z-index: 2;
} */

.retiremap_video_main_wraper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 120px);
  background: linear-gradient(204deg, #08275b 0%, #001E66 100%);
  z-index: 1;
}

.retire_video_outer {
  max-width: 1096px;
  margin: 0 auto;
}

.retire_video_wpr {
  position: relative;
  z-index: 3;
}

.retire_video_wpr > figure {
  margin-bottom: 0;
  box-shadow: 0px 72px 84px 0px rgba(0, 0, 0, 0.25);
}

.retire_video_wpr > figure > img {
  width: 100%;
}

.video_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    91deg,
    #838485 0%,
    #7b7c7c 34.9%,
    #696969 51.04%,
    #676767 100%
  );
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video_play_button > img {
  width: 34px;
}

.video_play_button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.fancybox__content {
  margin: 0 auto;
}

.retiremap_video_bottom_contant {
  text-align: center;
  max-width: 1054px;
  margin: 0 auto;
  padding-top: 97px;
}

.retiremap_video_bottom_contant h2 {
  color: #ffffff;
}

.retiremap_video_bottom_contant p {
  color: #91d6e6;
  max-width: 870px;
  margin: 0 auto;
  font-size: 22px;
}

.retiremap_video_bottom_contant p a {
  text-decoration: underline !important;
  color: #91d6e6;
}

.common_safe {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.retiremap_video_safe_one {
  left: 61px;
  top: 36%;
  max-width: 181px;
}

.retiremap_video_safe_two {
  left: 216px;
  top: 30%;
  max-width: 107px;
}

.retiremap_video_safe_three {
  left: -19px;
  top: 27%;
  max-width: 86px;
}

.retiremap_video_safe_four {
  left: 127px;
  top: 24%;
  max-width: 46px;
}

.retiremap_video_safe_one img,
.retiremap_video_safe_two img,
.retiremap_video_safe_three img,
.retiremap_video_safe_four img {
  width: 100%;
}

.retiremap_video_inner_wraper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 2;
}

/* 11.07.23 css end */

/* 28/10/24 work start */
.bnnercontent {
  padding-right: 95px;
}
.bnnercontentbtns {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
.bnnercontentbtns > * {
  margin: 7px;
}
.bnnercontent h1 {
  font-size: 74px;
}
.cmnbutn.bg-butn-blue:hover {
  background: #112b54;
}
.liberatingsec {
  padding: 264px 0px 132px;
  position: relative;
  background: linear-gradient(203.55deg, #08275b 9.74%, #001E66 91.11%);
  overflow: hidden;
  text-align: center;
  z-index: 0;
}
.bnnerimg {
  box-shadow: 0px 72px 84px rgba(0, 0, 0, 0.3);
}
.liberatingsec h2 {
  color: #fff;
}

.liberatingsec h2 span {
  font-weight: 600;
}

.liberatingsec p {
  max-width: 920px;
  margin: 0 auto 22px;
  color: #91d6e6;
}

.outlined-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #91d6e6;
  border-radius: 60px;
  text-transform: uppercase;
  color: #91d6e6;
  font-family: "gotham-font";
  font-size: 14px;
}

.outlined-btn:hover {
  background: #91d6e6;
  color: #fff;
}

.liberatingsec-btn-wrap {
  margin-top: 30px;
}

.liberatingsec-traingimgone {
  position: absolute;
  bottom: 21%;
  left: -2%;
  z-index: -1;
  pointer-events: none;
}

.liberatingsec-traingimgtwo {
  position: absolute;
  bottom: -11%;
  left: 4%;
  z-index: -1;
  pointer-events: none;
}

.liberatingsec-traingimgfour {
  position: absolute;
  left: 15%;
  bottom: 12%;
  z-index: -1;
  pointer-events: none;
}

.liberatingsec-traingimgthree {
  position: absolute;
  bottom: 35%;
  left: 8%;
  z-index: -1;
  pointer-events: none;
}

.tri-img-lbt-rgt1 {
  position: absolute;
  top: calc(50% - 61px);
  right: -2%;
  z-index: -1;
  pointer-events: none;
}

.tri-img-lbt-rgt2 {
  position: absolute;
  bottom: -30%;
  right: -6%;
  z-index: -1;
  pointer-events: none;
}

.benefitsec.cmn-gap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-head {
  margin-bottom: 40px;
}

.featuresec h2 span {
  font-weight: 600;
}

.benefitsec-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 70px;
}

.benefitsec-head h2 span {
  font-weight: 600;
}

.benefitcard {
  text-align: center;
}

.benefiticon-imgbox {
  margin: 0 auto 25px;
}

.retiremap_video_main_wraper {
  margin-top: 0px;
}

.video_play_button {
  width: 94px;
  height: 94px;
  background: #FF6C15;
}

.video_play_button img {
  transform: translateX(3px);
  width: 45px;
}

.retiremap_video_bottom_contant {
  padding-top: 80px;
  max-width: 100%;
}

.retiremap_video_bottom_contant h3 {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.retiremap-video-wrap-btn {
  margin-top: 35px;
}

.feature-row {
  --bs-gutter-x: 80px;
}

.featuresec .sec-head {
  margin-bottom: 70px;
}

.featur-traingshapethree {
  right: -7%;
  bottom: 20%;
}

.featur-traingshapetwo {
  right: -8%;
}

.featur-traingshapeone {
  left: 0;
}

.featuresec {
  padding-bottom: 130px;
}

.graytraingimg-two {
  bottom: -5%;
}

.comparehead p {
  max-width: 780px;
}

.cmn-point-sec h2 span {
  font-weight: 600;
}

.realhumansec {
  padding: 132px 0px;
  position: relative;
  background: linear-gradient(203.55deg, #08275b 9.74%, #001E66 91.11%);
  overflow: hidden;
  z-index: 0;
}

.cust-list-num ul {
  counter-reset: list-counter;
  padding-left: 20px;
}

.cust-list-num ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
  font-size: 18px;
  color: #91d6e6;
}

.cust-list-num ul li::before {
  counter-increment: list-counter;
  content: counter(list-counter) " ";
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
  font-weight: bold;
  min-width: 22px;
  height: 22px;
  background: #FF6C15;
  border-radius: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.realhumansec h2 {
  color: #fff;
}

.realhumansec h2 span {
  font-weight: 600;
}

.realhumansec p {
  color: #91d6e6;
}

.realhumansec h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-top: 50px;
}

.cust-list-num ul li span {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}

.rlh-rgt-col {
  margin-top: -125px;
}

.realhumansec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: #fff;
  z-index: 1;
}

.rlh-rgt-col {
  padding-left: 100px;
}

.realhumansec .cmn-sec-img-wpr-outer {
  position: relative;
  z-index: 1;
}

.realhumansec .cmnsec-shape2 {
  display: none;
}

.realhumansec .row {
  --bs-gutter-x: 0px;
}

.rlh-rgt-cont {
  max-width: 536px;
  margin-top: 100px;
}

.rlh-rgt-cont p {
  color: #fff;
}

.rlh-lft-col {
  padding-top: 90px;
}

.realhumansec .container {
  position: relative;
}

.rhl-shape1 {
  position: absolute;
  right: 0px;
  top: 2%;
  z-index: -1;
  pointer-events: none;
}

.rhl-shape2 {
  position: absolute;
  top: 10%;
  right: -12%;
  z-index: -1;
  pointer-events: none;
}

.rhl-shape3 {
  position: absolute;
  top: 16%;
  right: -4%;
  z-index: -1;
  pointer-events: none;
}

.cmn-sec-head {
  margin-bottom: 30px;
  text-align: center;
}

.cust-revw-sec-main {
  position: relative;
  /* background: linear-gradient(270deg, #ffffff -39.01%, #f2f2f2 100%); */
  background: #f2f2f2;
  overflow: hidden;
}

.cust-dp img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
}

.cust-profile-detl p span {
  font-weight: 600;
}
.cust-revw-card-cont {
  max-width: 340px;
  margin: 0 auto 20px;
}
.slider-comma {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.cust-dp {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}
.cust-revw-card {
  background: #fff;
  padding: 34px 20px;
  box-shadow: 0px 6px 13.1px rgba(145, 145, 145, 0.3);
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* .cust-revw-main-wrap {
  padding-left: calc((100% - 1300px) / 2);
} */

.cust-revw-slider-wrap .slick-slide {
  height: auto;
}

.cust-revw-items {
  padding: 0 12px;
  margin-bottom: 20px;
}

.cust-revw-slider-wrap .slick-track {
  display: flex;
}

.cust-profile-detl {
  font-size: 15px;
}

/* .cust-revw-slider-wrap .slick-list {
  padding-right: 10%;
} */

.cust-revw-slider-wrap .slick-list {
  overflow: visible;
}

.cust-revw-slider-wrap .slick-list:before {
  content: '';
  width: 2500px;
  height: calc(100% + 60px);
  top: -30px;
  left: -2500px;
  background: #f2f2f2;
  position:absolute;
  z-index: 1;
}

.cust-revw-sec-main .container {
  position: relative;
  z-index: 1;
}

.cust-revw-tri-shape-01 {
  position: absolute;
  left: 2%;
  top: 0%;
  z-index: -1;
  pointer-events: none;
  margin-top: -3%;
}

.cust-revw-tri-shape-02 {
  position: absolute;
  left: -13%;
  top: 5%;
  z-index: -1;
  pointer-events: none;
}

.book-sec {
  overflow: hidden;
}

.book-right a {
  color: #FF6C15;
}

.book-right a:hover {
  color: #fff;
}

/* 28/10/24 work end */

/* 30/10/24 work start */

.liberatingsec p strong {
  font-weight: 600;
}

.benefitcard p strong {
  font-weight: 600;
}

.retiremap_video_bottom_contant h2 span {
  font-weight: 600;
}

.realhumansec h2 {
  max-width: 400px;
}

.cust-revw-sec-main .sec-head {
  margin-bottom: 70px;
}

.cust-revw-sec-main{
  padding-bottom: 150px;
}
/* 30/10/24 work end */

/* 31/10/24 work start */
.ftr-shape {
  position: absolute;
  right: 0px;
  top: 10%;
  pointer-events: none;
}

.ftr-shape2 {
  position: absolute;
  bottom: 11%;
  right: 19%;
  width: 75px;
  z-index: 2;
  pointer-events: none;
}

.ftr-shape3 {
  position: absolute;
  top: 27%;
  width: 220px;
  pointer-events: none;
}
/* 31/10/24 work end */

/* 4/11/24 work start */
.video_play_button {
  position: static;
  transform: none !important;
}

.video_play_button_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.video_play_button:hover {
  transform: scale(0.9) !important;
}

.video_play_button_wrap span {
  color: #fff;
  font-weight: 200;
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.fancybox__content>.carousel__button.is-close {
  background-color: #315EA6;
  right: -12px;
  top: -15px;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 15px rgb(49 94 166 / 40%);
  transition: all 0.3s ease-in-out;
}
/* 4/11/24 work end */

/* ========== responsive css =========== */

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1355px;
  }
}

@media (max-width: 1599px) {
  .comparesec {
    padding: 140px 0 130px;
  }

  .bnnr-trainshapesix {
    right: -30px;
    max-width: 150px;
  }

  .bnnr-trainshapeone {
    left: 120px;
    top: 4%;
    max-width: 190px;
  }
}

@media (max-width: 1399px) {
  .bnnercontent {
    padding-right: 80px;
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .benefitcard {
    padding: 15px 0;
  }

  .graytraingimg-one,
  .graytraingimg-two {
    width: 60%;
  }

  .bnnr-trainshapethree {
    top: 29%;
  }

  .compare-part {
    max-width: 818px;
  }

  .compare-traingimgfour {
    left: 190px;
  }

  .feature-content {
    padding-left: 40px;
  }

  .feature-row:nth-child(even) .feature-content {
    padding-left: 0;
    padding-right: 40px;
  }

  .bnnr-trainshapefour {
    top: 55%;
  }

  h2 {
    font-size: 44px;
  }

  /* =========== ARIJIT 14/11/2022 =========== */
  .cmnsec-shape2 {
    max-width: 175px;
  }

  .cmnsec-shape5 {
    max-width: 170px;
  }

  .cmnsec-shape4 {
    bottom: 125px;
    max-width: 98px;
  }

  .cmnsec-shape1 {
    bottom: 28%;
    max-width: 86px;
  }

  .cmn-point-sec {
    padding: 140px 0 160px;
    overflow: hidden;
  }

  .testimonial-card .comment {
    font-size: 21px;
  }

  .testimonial-row {
    --testimonial-column-gap: 130px;
  }

  .testimonial-sec {
    padding: 105px 0 115px;
  }

  .bnnr-trainshapesix {
    right: -25px;
    max-width: 130px;
  }

  /* =========== ARIJIT 14/11/2022 END =========== */
  /* =========== ARIJIT 15/11/2022 =========== */
  .bnnercontent h1 {
    font-size: 48px;
  }

  .book-map-shape7 {
    top: 62%;
    max-width: 250px;
  }

  /* =========== ARIJIT 15/11/2022 END =========== */
  .video-popup video {
    width: 100%;
  }

  @media (max-width: 1199px) {
    body {
      font-size: 20px;
    }

    /*paulomi 15/11/2022 START*/
    /*header*/
    .hdcalllink {
      font-size: 15px;
      margin-right: 10px;
    }

    .navbar-nav {
      margin-left: 30px;
    }

    .navbar-brand {
      width: 160px;
    }

    .navbar-nav > li {
      margin: 0 8px;
    }

    .clientlogin-butn {
      margin-left: 5px;
    }

    .navbar-nav {
      margin-left: 20px;
    }

    /*header*/
    /*banner*/
    .bnnercontent h1 {
      font-size: 40px;
    }

    .compare-traingimgtwo {
      max-width: 100px;
    }

    .compare-traingimgone {
      max-width: 74px;
    }

    .compare-traingimgfour {
      max-width: 80px;
      left: 128px;
    }

    .compare-traingimgthree {
      left: 40px;
      top: 13px;
    }

    .benefitsec.cmn-gap {
      padding-top: 176px;
    }

    .cmn-point-sec .cmn-sec-row {
      margin-bottom: 120px;
    }

    /*paulomi 15/11/2022 end*/
    .cmnbutn.bg-butn {
      padding: 17px 22px;
    }

    .benefitcard p {
      font-size: 16px;
    }

    .bnnr-trainshapeone {
      left: 85px;
      max-width: 135px;
    }

    .bnnr-trainshapesix {
      max-width: 105px;
    }

    .bnnr-trainshapefour {
      max-width: 100px;
    }

    .bnnr-trainshapetwo {
      bottom: 156px;
      max-width: 75px;
    }

    .benefitsec.cmn-gap {
      padding-bottom: 0;
    }

    h2 {
      font-size: 40px;
    }

    .comparesec {
      padding: 100px 0;
    }

    .cmn-point-sec {
      padding: 60px 0;
    }

    .cmn-point-sec .cmn-sec-content .btn-group-wpr > .cmnbutn {
      padding: 10px 15px;
    }

    .cmn-point-sec .cmn-sec-row {
      margin-bottom: 10px;
    }

    .book-map-shape7 {
      top: 68%;
      max-width: 220px;
    }

    /* 29/8/24 work start */
    .benefitsec.cmn-gap {
      padding-bottom: 100px;
    }

    .liberatingsec.cmn-gap {
      padding-top: 180px;
    }

    .benefitsec.cmn-gap {
      padding-top: 100px;
    }
    /* 29/8/24 work end */


    /* 30/10/24 work start */
    .cust-revw-sec-main {
      padding-bottom: 100px;
  }
   /* 30/10/24 work end */

   /* 31/10/24 work start */
   .ftr-shape3 {
    width: 150px;
    }
    .ftr-shape {
        width: 100px;
    }
   /* 31/10/24 work end */
  }

  @media (max-width: 1024px) {
    /* navbar*/
    .main-head {
      padding: 13.5px 0;
    }

    .navbar-nav .clickD {
      position: absolute;
      right: 0;
      top: 17px;
      width: 20px;
      height: 20px;
      background: url("../../images/sort-down.svg") center center no-repeat;
      display: block;
      background-size: 10px;
      cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }

    .sub-menu > li.menu-item-has-children .clickD {
      top: 8px;
      right: 5px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }

    .sub-menu > li.menu-item-has-children .clickD.toggled {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }

    .navbar-nav > li.menu-item-has-children {
      padding-right: 20px;
    }

    .sub-menu > li.menu-item-has-children > a {
      padding-right: 20px;
    }

    .sub-menu.show {
      display: block;
    }

    .navbar-nav > li {
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .navbar-nav > li.current-menu-item > a:after,
    .navbar-nav > li > a:after,
    .navbar-nav > li.menu-item-has-children > a:after {
      width: 100%;
      opacity: 0;
    }

    .navbar-nav > li.current-menu-item > a:after,
    .navbar-nav > li > a:hover:after,
    .navbar-nav > li.menu-item-has-children:hover > a:after {
      width: 100%;
      opacity: 1;
    }

    /* navbar end*/
  }

  @media (max-width: 991px) {
    /* navbar*/
    .navbar-toggler {
      position: relative;
      width: 40px;
      /* margin-left: auto; */
      height: 28px;
      padding: 0;
      outline: none !important;
      border: none !important;
      box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
      width: 40px;
      height: 2px;
      background: #001E66;
      position: absolute;
      left: 0;
      top: auto;
      transition: all 0.6s;
      border-radius: 5px;
    }

    .stick:before {
      content: "";
      top: -14px;
      left: 0;
    }

    .stick:after {
      content: "";
      top: 14px;
      left: 0;
    }

    .stick.open {
      transform: translateX(-50px);
      background: transparent;
    }

    .stick.open:before {
      transform: rotate(45deg) translate(42px, -28px);
      left: 2px;
      top: -6px;
    }

    .stick.open:after {
      transform: rotate(-45deg) translate(42px, 28px);
      left: 2px;
    }

    .navbar-nav .clickD {
      top: 8px;
      right: 10px !important;
      -webkit-transform: rotate(0) !important;
      transform: rotate(0) !important;
    }

    .navbar-nav .clickD.toggled {
      -webkit-transform: rotate(180deg) !important;
      transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav > li > .sub-menu .sub-menu {
      position: relative;
      width: 100%;
      left: inherit;
      top: inherit;
      border: none;
      right: inherit;
    }

    .navbar-nav > li > a {
      font-size: 36px;
      margin-bottom: 30px;
    }

    .navbar-collapse {
      text-align: center;
    }

    .navbar-nav > li.menu-item-has-children {
      padding-right: 0;
    }

    .navbar-nav > li {
      margin: 0;
      padding: 0;
    }

    .navbar-nav li.menu-item-has-children > a {
      padding-right: 30px !important;
    }

    .navbar-nav > li > a {
      padding: 8px 20px;
      display: inline-block;
      width: 100%;
    }

    .sub-menu > li > a {
      padding-left: 40px;
    }

    .sub-menu .sub-menu > li > a {
      padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu > li > a {
      padding-left: 80px;
    }

    .navbar-nav > li > a:after {
      bottom: 0;
    }

    /* navbar end*/
    /* push nav */
    .navbar-collapse {
      background: #fff;
      position: fixed;
      top: 0;
      height: 100% !important;
      width: 375px;
      overflow-y: auto;
      transition: inherit !important;
      right: 0;
      margin: 0;
      display: block !important;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: transform 0.2s ease-in-out !important;
      transition: transform 0.2s ease-in-out !important;
      z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
      display: block !important;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: transform 0.2s ease-in-out !important;
      transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
      margin: 90px 0 0 !important;
      padding: 0 0 80px 0;
    }

    .navbar-collapse .navbar-toggler {
      display: block;
      right: 20px;
      top: 20px;
      position: absolute;
    }

    #navoverlay.open {
      background-color: rgba(0, 0, 0, 0.4);
      pointer-events: all;
      -webkit-transition: background-color 0.5s linear;
      transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
      height: 100%;
      overflow: hidden !important;
    }

    /* push nav end */
    /*paulomi 15/11/2022 start*/
    /*cmn css*/
    h2 {
      font-size: 34px;
    }

    body {
      font-size: 18px;
    }

    /*cmn css*/
    /*header*/
    .main-head {
      padding: 23px 0;
    }

    .navbar-brand {
      order: 1;
    }

    .navbar-toggler {
      order: 3;
    }

    .navbar-collapse {
      order: 3;
    }

    .head-rgtpart {
      order: 2;
    }

    /*header*/
    .feature-content {
      padding-left: 15px;
    }

    .feature-row:nth-child(even) .feature-content {
      padding-left: 0;
      padding-right: 15px;
    }

    /*banner*/
    .bnnercontent {
      padding-right: 20px;
    }

    .bnnercontent h1 {
      font-size: 38px;
    }

    .bnnercontent p {
      font-size: 18px;
    }

    .bnnr-trainshapeone {
      max-width: 133px;
      left: 46px;
    }

    .bnnr-trainshapefour {
      max-width: 80px;
    }

    .bnnr-trainshapetwo {
      bottom: 170px;
      max-width: 100px;
    }

    .bnnr-trainshapethree {
      top: 27px;
      max-width: 60px;
    }

    .right-col {
      order: 1;
    }

    .left-col {
      order: 2;
    }

    .book-map-left-content {
      text-align: center;
      margin-top: 50px;
    }

    .book-map-shape7 {
      max-width: 200px;
      right: auto;
      left: -87px;
    }

    .featur-traingshapefour {
      max-width: 53px;
      left: -3px;
    }

    .cmn-point-sec .img-col {
      order: 1;
    }

    .cmn-point-sec .text-col {
      order: 2;
    }

    .bnner-imgbox {
      top: 0;
    }

    .compare-traingimgthree {
      left: 20px;
    }

    .compare-traingimgfour {
      max-width: 39px;
      left: 80px;
      top: 60px;
    }

    .benefitsec.cmn-gap {
      padding-top: 86px;
    }

    /*paulomi 15/11/2022 end*/
    .bnnr-trainshapeone {
      max-width: 100px;
      left: 67px;
    }

    .bnnr-trainshapetwo {
      bottom: 97px;
      max-width: 60px;
    }

    .bnnr-trainshapethree {
      top: 100px;
      left: -13px;
      max-width: 45px;
    }

    .bnnr-trainshapefour {
      max-width: 56px;
      left: 58%;
      top: 65%;
    }

    .bnnr-trainshapesix {
      max-width: 78px;
    }

    h4 {
      font-size: 20px;
    }

    .compare-traingimgone {
      max-width: 74px;
      top: 78px;
    }

    .compare-traingimgtwo {
      left: 22px;
      top: 160px;
    }

    .cmnsec-shape5 {
      bottom: -25px;
      left: 36%;
      max-width: 125px;
    }

    .cmn-point-sec .cmn-sec-row .sec-heading {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    .cmnsec-shape2 {
      top: 220px;
      right: -65px;
      max-width: 125px;
    }

    .testimonial-row > .testimonial-col:not(:last-child) {
      margin-bottom: 70px;
    }

    /* 29/10/24 work start */
    .liberatingsec.cmn-gap {
      padding: 60px 0px;
    }

    .liberatingsec-traingimgone {
      width: 60px;
    }

    .liberatingsec-traingimgtwo {
      width: 90px;
    }

    .liberatingsec-traingimgfour {
      width: 50px;
    }

    .tri-img-lbt-rgt1 {
      width: 50px;
    }

    .tri-img-lbt-rgt2 {
      width: 180px;
    }

    .benefitsec.cmn-gap {
      padding: 60px 0px;
    }

    .benefitsec-head {
      margin-bottom: 30px;
    }

    .retiremap_video_main_wraper {
      padding-top: 0;
      padding-bottom: 60px;
    }

    .retiremap_video_safe_one {
      width: 140px;
    }

    .retiremap_video_bottom_contant {
      padding-top: 60px;
    }

    .featuresec {
      padding: 60px 0px;
    }

    .featuresec .sec-head {
      margin-bottom: 40px;
    }

    .feature-row {
      margin-bottom: 40px;
      --bs-gutter-x: 20px;
    }

    .comparesec {
      padding: 60px 0px;
    }

    .realhumansec:before {
      display: none;
    }

    .cmn-point-sec .cmn-sec-row:last-child .cmn-sec-content {
      padding-bottom: 0px;
    }

    .realhumansec.cmn-gap {
      padding: 60px 0px;
    }

    .rlh-lft-col {
      padding-top: 40px;
    }

    .realhumansec .row {
      flex-direction: column-reverse;
    }

    .rlh-rgt-col {
      margin-top: 0px;
      padding: 0px;
    }

    .cmn-sec-img-wpr img {
      width: 100%;
    }

    .rlh-rgt-cont {
      max-width: 100%;
      margin-top: 60px;
    }

    .cust-revw-sec-main.cmn-gap {
      padding: 60px 0px;
    }

    .book-sec {
      padding: 60px 0px;
    }

    .book-tri1 {
      max-width: 100px;
      top: 75%;
    }

    .book-tri3 {
      top: 5%;
    }

    .book-right {
      margin-top: 40px;
    }
    /* 29/10/24 work end */

    /* 30/10/24 start start */

    .feature-content h2 br {
      display: none;
    }

    .realhumansec h2 {
      max-width: 100%;
    }

    .cust-revw-sec-main .sec-head {
      margin-bottom: 40px;
    }

    /* 30/10/24 start end */
    /* 31/10/24 work start */
    .ftr-shape3 {
      width: 100px;
  }

  .ftr-shape2 {
      width: 50px;
  }

  .ftr-shape {
      width: 60px;
      right: 5%;
  }

  body.open-nav, html.open-nav {
     height: auto;
  }
    /* 31/10/24 work end */
  }

  @media (max-width: 767px) {
    /* images alignment for wordpress content pages */
    .container {
      padding-left: 27px;
      padding-right: 27px;
    }

    .alignright,
    .alignleft,
    .aligncenter {
      float: none;
      clear: both;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      clear: both;
      margin-bottom: 24px;
    }

    /*paulomi 15/11/2022 start*/
    /*cmn-css*/
    h2 {
      font-size: 36px;
    }

    .cmn-gap {
      padding: 78px 0;
    }

    .head-rgtpart {
      margin-left: auto;
    }

    .mb-hdbutn {
      margin-right: 20px;
    }

    /*navbar*/
    .main-head {
      position: static;
      padding: 16px 0;
    }

    .hdcalllink {
      display: none;
    }

    .hdbutnpart {
      display: none;
    }

    .mb-hdbutn {
      display: block;
    }

    .mb-hder {
      display: block;
      padding: 8px 20px;
    }

    .mb-hder .hdcalllink {
      display: block;
      margin-right: 0;
      margin-bottom: 35px;
      font-size: 24px;
    }

    /* .navbar-nav>li>a{
            font-size: 36px;
            margin-bottom: 30px;
        } */
    .navbar-nav > li {
      margin-bottom: 35px;
    }

    .navbar-nav > li:last-child {
      margin-bottom: 0;
    }

    .navbar-nav > li > a {
      font-size: 36px;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
    }

    .mb-hder .hdcalllink span {
      font-weight: 300;
      font-family: "gotham-fontlight";
    }

    .navbar-brand {
      width: 145px;
    }

    .cmnbutn.bluebutn.planlogin-butn {
      min-width: 86px;
    }

    .navbar-collapse {
      width: 375px;
      text-align: center;
    }

    .benefitcard {
      text-align: center;
      margin-bottom: 55px;
    }

    .benefitsec.cmn-gap {
      padding-top: 0;
      padding-bottom: 0;
    }

    .benefiticon-imgbox {
      margin-left: auto;
      margin-right: auto;
    }

    .feature-content {
      padding-left: 0;
      text-align: center;
    }

    .feature-row:nth-child(even) .feature-content {
      padding-right: 0;
    }

    .feature-row {
      margin-bottom: 50px;
    }

    .feature-row:last-child {
      margin-bottom: 0;
    }

    /*cmn-point-sec*/
    .cmn-point-sec .img-col {
      order: 1;
    }

    .cmn-point-sec .text-col {
      order: 2;
    }

    .cmn-sec-content {
      text-align: center;
    }

    .cmn-sec-content .cmn-sec-point-list ul li {
      text-align: left;
    }

    .cmn-point-sec {
      padding: 78px 0;
    }

    .cmn-point-sec .cmn-sec-row {
      margin-bottom: 78px;
    }

    .cmn-point-sec .cmn-sec-content .btn-group-wpr {
      display: none;
    }

    .cmn-point-sec .cmn-sec-point-list {
      margin-bottom: 0;
    }

    .cmnsec-shape5 {
      max-width: 109px;
      bottom: -25px;
    }

    .cmn-point-sec .cmn-sec-row .cmn-sec-content {
      padding-top: 70px;
      padding-bottom: 0;
    }

    /*cmn-point-sec*/
    /*testimonial*/
    .testimonial-sec {
      padding: 78px 0;
    }

    .testimonial-col {
      margin-bottom: 60px;
    }

    .testimonial-col:last-child {
      margin-bottom: 0;
    }

    .testimonial-card .user-name {
      text-align: center;
    }

    .testimonial-card .user-name p > span {
      display: block;
    }

    .testimonial-shape2 {
      left: 30px;
      top: 30px;
      max-width: 39px;
    }

    .testimonial-shape1 {
      position: absolute;
      left: 0;
      top: -37px;
      left: -92px;
      z-index: -1;
    }

    .book-map-row .right-col {
      order: 1;
    }

    .book-map-row .left-col {
      order: 2;
    }

    .book-map-left-content {
      text-align: center;
    }

    .book-map-shape7 {
      top: 33%;
      right: auto;
      left: -149px;
      max-width: 260px;
    }

    .book-map-left-content {
      margin-top: 96px;
    }

    .book-map-shape5 {
      top: auto;
      bottom: -48px;
      left: 60%;
    }

    .book-map-img-wpr {
      position: relative;
      z-index: 1;
    }

    .book-map-sec {
      padding: 120px 0;
    }

    .book-map-shape4 {
      left: -61px;
      max-width: 90px;
    }

    /*footer*/
    footer.main-footer .footer-row {
      flex-direction: column;
      text-align: center;
      justify-content: center;
    }

    footer.main-footer .footer-right {
      margin-left: auto;
      margin-right: auto;
      margin-top: 23px;
    }

    /*footer*/
    .footer-link {
      justify-content: center;
      flex-wrap: wrap;
    }

    .each-point:first-child {
      width: 100%;
    }

    .each-point:first-child:after {
      content: none;
    }

    /*compare*/
    .compare-traingimgone,
    .compare-traingimgtwo,
    .compare-traingimgthree,
    .compare-traingimgfour {
      display: none;
    }

    .compare-dsktpsec .table {
      display: flex;
      flex-direction: column;
      text-align: center;
    }

    .compare-dsktpsec .table tr {
      display: flex;
      flex-direction: column;
    }

    .compare-dsktpsec .table tr td {
      border-bottom: none;
      padding: 10px 0;
    }

    .compare-dsktpsec .table tr td:first-child {
      width: 100%;
      order: 2;
      text-align: center;
    }

    .compare-dsktpsec .table tr td:last-child {
      width: 100%;
      max-width: 33px;
      background-color: transparent;
      margin: auto;
      order: 1;
      padding: 5px 0;
    }

    .compare-dsktpsec .table tr th {
      display: none;
    }

    .compare-dsktpsec .table tr td:nth-child(2),
    .compare-dsktpsec .table tr td:nth-child(3) {
      display: none;
    }

    /*banner*/
    .bannersec {
      overflow: hidden;
      padding-top: 354px;
    }

    .bannersec::before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 80%;
      left: 0;
      bottom: 0;
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.783345) 0%,
        rgba(255, 255, 255, 0.023) 100%
      );
      transform: rotate(-180deg);
    }

    .bnr-img-col {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding: 0;
    }

    .bnr-cont-col {
      position: relative;
      z-index: 2;
    }

    .bnner-imgbox {
      height: 100%;
      top: auto;
    }

    .bnnerimg {
      height: 100%;
    }

    .bnnerimg img {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .bnnr-trainshapeone {
      left: -40px;
      max-width: 150px;
      top: 21%;
      bottom: auto;
      height: auto;
    }

    .bnnercontent {
      text-align: center;
      padding-right: 0;
      padding-bottom: 30px;
    }

    .bnnercontent h1 {
      font-size: 36px;
      color: #ffffff;
    }

    .bnnercontent p {
      display: none;
    }

    .bnnr-trainshapetwo {
      display: none;
    }

    .bnnr-trainshapefive {
      top: 16%;
      left: 20%;
    }

    .bnnr-trainshapefour {
      left: 28%;
      top: 40%;
      max-width: 63px;
    }

    .bnnr-trainshapesix {
      max-width: 100px;
      top: 40%;
    }

    .whatis-ritremap-cont {
      text-align: center;
    }

    .whatis-ritremap-cont h3 {
      font-size: 26px;
      font-weight: 600;
      font-family: "Public Sans", sans-serif;
    }

    .whatis-ritremap-cont p {
      font-size: 18px;
    }

    .whatis-ritremapsec {
      display: block;
    }

    .whatis-ritremapsec.cmn-gap {
      padding-bottom: 60px;
      padding-top: 86px;
    }

    .downarwbox {
      margin-top: 30px;
    }

    .ln-morelink {
      color: #ffffff;
      font-size: 12px;
    }

    .downarwbox a {
      display: block;
    }

    .bnner-imgbox {
      transform: inherit !important;
    }

    .graytraingimg-two {
      bottom: 300px;
    }

    .cmn-point-sec .cmn-sec-point-list {
      padding-right: 0;
    }

    .compare-dsktpsec .table {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .downarwbox {
      display: block;
    }

    .featuresec.cmn-gap {
      padding-top: 108px;
    }

    .book-map-shape6 {
      top: -20%;
      right: 35px;
    }

    .book-map-shape3 {
      right: 0;
      top: 39%;
    }

    .book-map-shape11 {
      position: absolute;
      right: 0;
      bottom: -200px;
      display: block;
    }

    .book-map-shape2 {
      display: none;
    }

    .book-map-shape12 {
      position: absolute;
      right: 0;
      top: -50px;
      display: block;
    }

    .book-right p {
      display: none;
    }

    .book-back3 {
      top: -135px;
      max-width: 245px;
    }

    .book-back1,
    .book-back2 {
      display: none;
    }

    .book-tri3 {
      left: -8%;
      transform: translateX(-50%);
      top: -45px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
    }

    .book-tri4 {
      right: 50px;
      top: -45px;
    }

    .book-tri5 {
      right: -83px;
      bottom: inherit;
      top: -115px;
    }

    .book-tri1 {
      max-width: 175px;
      top: inherit;
      bottom: -72px;
      left: -12px;
    }

    .book-tri2 {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      bottom: -48px;
      z-index: -1;
    }

    .book-heading {
      text-align: center;
    }

    .book-right {
      margin-bottom: 65px;
    }

    .book-text-lft {
      text-align: center;
      margin-top: 35px;
    }

    .fancymainbox.cmn-popup.fancybox__content {
      padding: 40px 25px;
    }

    .fancybox__content > .carousel__button.is-close {
      right: 0;
    }

    .featur-traingshapefour {
      left: -32px;
    }

    .feature-imgbox {
      margin-bottom: 50px;
    }

    .ln-morelink:hover {
      color: #91d6e6;
    }

    /*paulomi 15/11/2022 end*/
    .cmnsec-shape2 {
      max-width: 98px;
      top: 32px;
      right: -55px;
    }

    .cmnsec-shape3 {
      max-width: 25px;
    }

    .cmnsec-shape4 {
      max-width: 64px;
      bottom: 70px;
      right: 20px;
    }

    .cmnsec-shape3 {
      bottom: 58%;
    }

    .benefitsec .row > *:last-child > .benefitcard {
      margin-bottom: 0;
    }

    .feature-content > h2 {
      margin-bottom: 20px;
    }

    .benefitcard p {
      font-size: 18px;
    }

    .cmn-point-sec .cmn-sec-row .cmn-sec-content {
      font-size: 22px;
    }

    /* 29/10/24 work start */
    .bnnercontentbtns {
      justify-content: center;
    }

    .whatis-ritremapsec {
      padding-top: 60px !important;
    }

    .benefitsec.cmn-gap {
      padding-top: 60px;
    }

    .benefitcard {
      margin-bottom: 30px;
    }

    .retiremap_video_main_wraper {
      padding-top: 60px;
    }

    .retiremap_video_safe_one {
      max-width: 70px;
      left: 6%;
      top: 13%;
    }

    .retiremap_video_safe_two {
      max-width: 90px;
    }

    .retiremap_video_bottom_contant h3 {
      font-size: 26px;
    }

    .featuresec.cmn-gap {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .comparesec.cmn-gap {
      padding: 60px 0px;
    }

    .compare-dsktpsec .table tr td:nth-child(3) {
      display: block;
    }

    .cmn-point-sec .cmn-sec-content .btn-group-wpr {
      display: block;
      margin-top: 30px;
    }

    .book-sec {
      padding: 60px 0px;
    }

    .book-tri5 {
      width: 50px;
      top: 15%;
    }
    .cust-revw-tri-shape-02 {
      width: 120px;
      margin-top: 30px;
    }
    .retiremap_video_bottom_contant p,
    .comparehead p {
      font-size: 18px;
    }
    /* 29/10/24 work end */
  }

  @media (max-width: 575px) {
    .container {
      padding: 0 28px;
    }

    .same-tri1 {
      max-width: 175px;
    }

    .same-tri3 {
      max-width: 71px;
    }

    .deta-trans-img-sec {
      position: relative;
      padding: 0 15px;
    }

    .detatri2 {
      max-width: 64px;
      left: -30px;
    }

    .detatri1 {
      max-width: 152px;
      right: -50px;
      bottom: 87px;
    }

    .deta-trans {
      padding-top: 50px;
    }

    .book-tri1 {
      left: -25px;
      bottom: -95px;
    }

    .book-tri3 {
      left: -15%;
    }

    .book-back3 {
      top: -129px;
      max-width: 219px;
    }

    .book-tri2 {
      max-width: 52px;
      left: 55%;
      bottom: -33px;
    }

    .fancybox__content > .carousel__button.is-close {
      right: -7px;
      top: -30px;
    }

    .same-head {
      max-width: 185px;
    }

    .navbar-brand {
      width: 145px;
    }

    .main-head.fixed {
      padding: 10px 0;
    }

    .cmn-desk {
      display: none;
    }

    .cmn-mob {
      display: block;
    }

    .cmn-btn-wrap {
      margin-top: 45px;
    }

    .book-form-col {
      padding: 8px 12px;
    }

    .book-form-row {
      margin: -8px -12px;
    }

    .sub-btn {
      margin-top: 15px;
    }
    /* 29/10/24 work start */
    .cmnsec-shape5 {
      max-width: 70px;
    }

    .rhl-shape3 {
      max-width: 100px;
    }

    .rhl-shape2 {
      width: 100px;
    }

    .video_play_button {
      width: 65px;
      height: 65px;
    }

    .video_play_button img {
      width: 25px;
      transform: translateX(1px);
    }

    .btn-group-wpr > * {
      margin: 5px !important;
    }

    .btn-group-wpr {
      margin: -5px;
    }

    .book-img-sec + div {
      padding-left: 0 !important;
    }
    /* 29/10/24 work end */
    /* 4/11/24 work start */
    .fancybox__content>.carousel__button.is-close {
      right: 0px;
      top: -15px;
    }
    /* 4/11/24 work end */
  }

  @media (max-width: 479px) {
    .navbar-collapse {
      width: 100%;
    }

    .cmnbutn.bg-butn {
      font-size: 16px;
      padding: 16px 22px;
    }

    .cmnbutn.bg-butn {
      width: 100%;
      font-size: 16px;
    }

    .bnnercontent {
      padding-top: 0;
    }

    .bannersec {
      padding-top: 364px;
    }

    .compare-dsktpsec .table {
      max-width: 242px;
      margin-left: auto;
      margin-right: auto;
    }

    .comparehead h2 {
      max-width: 270px;
      margin-left: auto;
      margin-right: auto;
    }

    .comparehead p {
      max-width: 294px;
      margin-left: auto;
      margin-right: auto;
    }

    .bnnr-trainshapefive {
      max-width: 28px;
    }

    .bnnerimg img {
      object-position: -60px;
    }

    .bnnr-trainshapefive {
      top: 22%;
      left: 30%;
    }

    .featur-traingshapethree {
      right: -45px;
      bottom: 22%;
    }

    .feature-row {
      margin-bottom: 60px;
    }

    .compare-dsktpsec .table tr {
      padding: 12px 0;
    }

    .compare-dsktpsec .table tbody tr:first-child {
      padding-top: 0;
    }

    .compare-dsktpsec .table tbody tr:last-child {
      padding-bottom: 0;
    }

    .comparesec.cmn-gap {
      padding: 65px 0 70px;
    }

    .cmnsec-shape1 {
      max-width: 58px;
    }

    .cmnsec-shape3 {
      left: 20px;
      bottom: 53%;
    }

    .testimonial-sec {
      padding: 90px 0;
    }

    .testimonial-sec .sec-heading {
      margin-bottom: 60px;
    }

    .testimonial-sec .container {
      padding-left: 20px;
      padding-right: 20px;
    }

    footer.main-footer {
      padding: 26px 0;
    }

    footer.main-footer .footer-right {
      margin-top: 26px;
    }

    .testimonial-card .comment {
      font-size: 21px;
    }

    .cmn-btn {
      padding: 20px 20px;
      font-size: 14px;
    }

    .banner-ex-content-btn .cmn-btn {
      width: 100%;
    }
  }
  @media (max-width: 360px) {
    .container {
      padding-left: 20px;
      padding-right: 20px;
    }

    .navbar-brand {
      width: 140px;
    }

    .navbar-toggler {
      width: 30px;
    }

    .mb-hdbutn {
      margin-right: 13px;
    }

    .stick,
    .stick:after,
    .stick:before {
      width: 30px;
    }

    h1,
    .cmn-h1,
    h2,
    .cmn-h2 {
      font-size: 31px;
      letter-spacing: -0.88px;
    }

    input[type="submit"] {
      font-size: 14px;
    }

    .cmn-btn {
      font-size: 14px;
    }
  }
}
