*:focus {
  outline: none;
}

img,
svg {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

* {
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

body {
  background-color: #fafafa;
  font-family: 'Inter', sans-serif !important;
}

.container {
  margin: auto;
  max-width: 100% !important;
  padding: 0px 20px !important;
  max-width: 1320px !important;
}

h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: #1b1b1d;
}

h6 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}

p {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5d5d5d;
}

b {
  font-weight: 700;
}

.green_txt {
  color: #52bd94;
}

.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}

.h_auto {
  height: auto !important;
  max-height: auto !important;
  min-height: auto !important;
}

::-moz-selection {
  background-color: #263066;
  color: #fff;
}

::selection {
  background-color: #263066;
  color: #fff;
}

/* ------------------------- */

/* header here */

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px 0px;
  border-bottom: 1px solid #eeeeee;

  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 600;
  -webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-bottom: 1px solid #eeeeee;
}

.logobox {
  max-width: 140px;
  /* height: 80px; */
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  text-decoration: none;
  width: 100%;
}

.logobox img {
  /* width: 100%; */
  height: 100%;
  /* -o-object-fit: cover;
    object-fit: cover; */
  -o-object-position: center;
  object-position: center;
}

.menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-items li {
  list-style: none;
}

.menu-items li a {
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
  text-decoration: none;
}

.menu-items li a:hover,
.menu-items li a.active {
  color: #52bd94;
}

.logsec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-items a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.menu-items .icon {
  display: none;
}

.hero_bann {
  padding-top: 38px;
}

.hero_sec {
  width: 82%;
}

.hero_above_sec {
  border-radius: 16px;
  background: #faf9fb;
  padding: 80px 35px;
  min-height: 530px;
}

.hero_swipper {
  border-radius: 16px;
  background: #faf9fb;
  padding: 0px 35px;
  min-height: 530px;
}

.hero_swipper .swiper-wrapper {
  margin-bottom: 0px;
  padding-top: 78px;
}

.hero_swipper .swiper-button-next,
.hero_swipper .swiper-button-prev {
  top: 5%;
}

.swipper_banner {
  margin-top: 0px;
}

.mySwipercenter .swiper-wrapper {
  margin-bottom: 0px;
}

.rel {
  position: relative !important;
}

.menu-items.responsive {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #192b69;
  border-radius: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  right: 20px;
  top: 85px;
  padding: 10px 0px;
}

/* TopBanner */

.heroheading {
  font-family: inherit !important;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: #1b1b1d;
  padding-bottom: 25px;
}

.herosubtitle {
  color: #141414cc;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 30px;
}

.subsan {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414cc;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subsan a {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #1a73e8;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.subsan span {
  padding-top: 5px;
}

/* hero_above_sec ends*/

/* banner_sec_start */

.btn {
  margin-top: 40px;
}

.btn_primary {
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.0005em;
  text-align: center;
  margin-top: 40px;
  color: #ffffff !important;
  background: #1c1c1e !important;
  border-radius: 6px;
  width: 100%;
  padding: 16px 30px;
  border: none;
  outline: none;
}

.btn_primary:hover {
  color: #ffffff;
  background: #52bd94 !important;
}

/* banner_sec_ends */

/* highlight section starts here */

.ultimate_sec {
  border-radius: 20px;
  padding: 45px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mySwiper2 .swiper-wrapper {
  margin-bottom: 0px;
}

.ultimate_pagination {
  bottom: 35px !important;
  left: 45px !important;
}

.ultimate_pagination .swiper-pagination-bullet {
  background: #52bd9426;
}

.ultimate_pagination .swiper-pagination-bullet-active {
  background: #52bd94;
}

.ultimate_head_txt {
  font-family: inherit;
  font-size: 37px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202124;
}

.ultimate_head_txt img {
  margin-right: 10px;
  width: 36px;
  height: 36px;
}

.para_txt_black {
  font-size: 16px !important;
  color: #141414cc !important;
}

.Ultimate_img {
  margin: auto;
  display: block;
  width: 100%;
  padding-top: 200%;
  margin-left: auto;
  position: relative !important;
  overflow: hidden;
}

.Ultimate_img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute !important;
  top: 0px;
  left: 0px;
}

.mx_warp {
  max-width: 220px;
}


.mx_warp2 {
  max-width: 420px;
}

.Ultimate_cont {
  max-width: 583px;
}

.mr-30 {
  margin-right: 30px;
}

/* highlights section starts here */
.highlights {
  padding-top: 25px;
  padding-bottom: 40px;
}

.count {
  background: #faf9fb;
  border-radius: 16px;
  padding: 0px 30px;
  min-height: 353px;
}

.count_border {
  border-bottom: 2px solid #eaecf0;
}

.count h3 {
  font-family: inherit;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #52bd94;
  padding-bottom: 34px;
}

.count p {
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #192b69;
  padding-bottom: 5px;
  padding-top: 38px;
}

.count_border {
  border-bottom: 2px solid #eaecf0;
}

.numbers {
  background: #faf9fb;
  border-radius: 16px;
  padding: 47px 32px;
  min-height: 353px;
}

.numbers h1 {
  font-family: inherit;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
  padding-bottom: 20px;
}

.numbers p {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414cc;
}

.point_wrap {
  padding-top: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.point p {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414cc;
  padding-bottom: 15px;
}

.point h3 {
  font-family: inherit;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #192b69;
}

.review {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
}

.review_heading {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
  padding-bottom: 25px;
}

.review_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review_point {
  width: 40%;
}

.review_bar_sec {
  width: 60%;
}

.review_point {
  text-align: center;
}

.jILTFe {
  font-family: inherit;
  font-size: 59px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #141414;
  padding-bottom: 20px;
}

.review_txt {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #141414cc;
  text-align: center !important;
}

.star_icons {
  font-size: 20px !important;
  color: #d9d9d9;
}

.checked {
  color: #f3c11b;
}

span.material-icons.arrow_icon_next {
  font-size: 40px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 20px;
  right: 45px;
  color: #192b69;
}

span.material-icons.arrow_icon_prev {
  font-size: 40px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  right: 5px;
  top: 20px;
  position: absolute;
  color: #192b69;
}

span.material-icons.arrow_icon_next1 {
  font-size: 40px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 0px;
  right: 45px;
  color: #52bd94;
}

span.material-icons.arrow_icon_prev1 {
  font-size: 40px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  right: 5px;
  top: 0px;
  position: absolute;
  color: #52bd94;
}

/* Three column layout */
.review_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 7px;
}

.side {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: #141414cc;
  width: 10%;
  padding-right: 15px;
}

.middle {
  width: 70%;
}

/* Place text to the right */
.right {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414cc;
  width: 20%;
  padding-left: 15px;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
  border-radius: 18px;
  height: 9px;
}

/* Individual bars */
.bar-5 {
  width: 80%;
  height: 9px;
  background-color: #f3c11b;
  border-radius: 18px;
}

.bar-4 {
  width: 14%;
  height: 9px;
  background-color: #f3c11b;
  border-radius: 18px;
}

.bar-3 {
  width: 2%;
  height: 9px;
  background-color: #f3c11b;
  border-radius: 18px;
}

.bar-2 {
  width: 2%;
  height: 9px;
  background-color: #f3c11b;
  border-radius: 18px;
}

.bar-1 {
  width: 2%;
  height: 9px;
  background-color: #f3c11b;
  border-radius: 18px;
}

/* highlights section ends here */

/* students-parents-benificaial-left-starts-here */

.para_txt {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffffcc;
  padding-top: 20px;
}

/* students-parents-benificaial-left-starts-ends */

/* Feedback_starts_here */

.feedback {
  background: #192b69;
  border-radius: 20px;
  padding: 45px 80px;
}

.white_txt {
  color: #fff !important;
  padding-top: 25px;
  text-align: left !important;
}

.feedback_txt {
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffffcc;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 40px;
}

.feedback_txt img {
  margin-right: 22px;
}

.Generate {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Feedback_end_here */

/* Choose your right plan!_starts_here */
.plan_sec {
  padding-top: 50px;
}

.plan {
  padding-bottom: 50px;
  -webkit-box-align: center;
}

.fdsystem {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.plan h1 {
  font-family: inherit;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.0005em;
  text-align: center;
  color: #141414;
}

.plan h1 span {
  color: #52bd94;
}

.plan_card {
  -webkit-box-shadow: 0px 1px 6px 0px #0000001a;
  box-shadow: 0px 1px 6px 0px #0000001a;
  border-radius: 10px;
  border: 1px solid #eaecf0;
}

.plan_card_header {
  padding: 31px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  height: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plan_title {
  font-family: inherit;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.0005em;
  text-align: center;
  color: #fff;
}

.plan_card_content {
  padding: 51px 25px 23px 25px;
}

.plan_card_content li {
  padding-bottom: 15px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price_icon {
  margin-right: 15px;
}

.price_label_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
}

sup {
  color: #dc3545;
  font-size: 20px !important;
}

.plan_card_content li p {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.0005em;
  text-align: left;
  color: #202124;
}

.plan_card_content li p span {
  font-weight: 400;
  color: #787878;
}

.plan_card_content li p img {
  margin-right: 15px;
}

.gold_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #f1a738;
  border-radius: 4px;
  background: #fff;
  padding: 15px;
  margin-top: 13px;
}

input[type="radio"]:checked+label.gold_radio,
input[type="radio"]:not(:checked)+label.gold_radio {
  color: #f1a738;
}

input[type="radio"]:checked+label.gold_radio {
  background-image: url(../../assets/images/Yellow_radio_btn_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  color: #fff !important;
}

.gold_radio.active label {
  color: #fff !important;
}

.gold_radio.active .gold_option_price {
  color: #fff;
}

.gold_radio label {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.0005em;
  text-align: left;
  color: #f1a738 !important;
}

.gold_option_price {
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.0005em;
  text-align: left;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.text-strike {
  margin-right: 17px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.text-strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid #b50d0d;
  -webkit-transform: rotate(195deg);
  -ms-transform: rotate(195deg);
  transform: rotate(195deg);
}

.coupon.disabled {
  opacity: 0.6;
}

.coupon {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-top: 13px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}

.coupon input {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.0005em;
  text-align: left;
  color: #202124;
  border: none;
  width: 100%;
}

.btn_outline {
  padding: 7px 16px 7px 16px;
  border: 1px solid #e6e6e6;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.0025em;
  text-align: left;
  border-radius: 32px;
  background: #fff;
}

#btnSubmit {
  color: #1a73e8;
}

#btnSubmityellow {
  color: #f1a738;
}

#btnSubmitmob {
  color: #1a73e8;
}

#btnSubmityellowmob {
  color: #f1a738;
}

#btnSubmit:disabled {
  color: #b7d5fc;
}

#btnSubmityellow:disabled {
  color: #facb84;
}

#btnSubmitmob:disabled {
  color: #b7d5fc;
}

#btnSubmityellowmob:disabled {
  color: #facb84;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"]:checked+label,
input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 46px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #1a73e8;
}

[type="radio"]:checked+label.Platinum_radio:before,
[type="radio"]:not(:checked)+label.Platinum_radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #1a73e8;
  border-radius: 100%;
  background: #fff;
  top: 15px;
  left: 15px;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #f1a738;
  border-radius: 100%;
  background: #fff;
  top: 15px;
  left: 15px;
}

[type="radio"]:checked+label.Platinum_radio:after,
[type="radio"]:not(:checked)+label.Platinum_radio:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #1a73e8;
  position: absolute;
  top: 21px;
  left: 21px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f1a738;
  position: absolute;
  top: 21px;
  left: 21px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.Platinum_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #1a73e8;
  border-radius: 4px;
  background: #fff;
  padding: 15px;
  margin-top: 13px;
}

input[type="radio"]:checked+label.Platinum_radio {
  background-image: url(../../assets/images/Blue_radio_btn_bg.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  color: #fff !important;
}

.Platinum_radio.active label.Platinum_radio {
  color: #fff !important;
}

.Platinum_radio.active .Platinum_option_price {
  color: #fff;
}

.Platinum_radio label {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.0005em;
  text-align: left;
  color: #1a73e8;
}

.Platinum_option_price {
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.0005em;
  text-align: left;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

/* Choose your right plan!_end_here */

/* faq_sec_starts_here */
.faq_sec {
  padding: 40px 0px;
  overflow: hidden;
}

.accordion_cus {
  width: 100%;
}

.accordion-item_cus {
  background-color: #fff;
  border-radius: 0;
}

.accordion-item_cus-header {
  border-radius: 16px;

  padding: 34px 33px;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #eaecf0;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.accordion-item_cus-header.active {
  background: #1427520d;
}

.accordion-item_cus-header h6 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-right: 24px;
  color: #141414;
}

.accordion-item_cus-body {
  max-height: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.accordion-item_cus-body-content {
  border-radius: 16px;
  border: 1px solid #eaecf0;
  padding: 15px 33px;
}

.body_cont_height {
  height: 98px;
  overflow: auto;
  padding-right: 10px;
}

.body_cont_height::-webkit-scrollbar {
  width: 1px;
}

.body_cont_height::-webkit-scrollbar-track {
  background: #f2f2f2;

  border-radius: 5px;
}

.body_cont_height::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

.accordion-item_cus-body-content p {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414cc;
}

.expandIcn {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-size: 23px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-item_cus-header:after {
  background-image: url("../../assets/images/add_icon.svg");
}

.active:after {
  background-image: url("../../assets/images/close_icon.svg");
}

.accordion-item_cus .accordion-item_cus-header.active .expandIcn {
  -webkit-transform: translateY(0%) rotate(45deg);
  -ms-transform: translateY(0%) rotate(45deg);
  transform: translateY(0%) rotate(45deg);
  position: absolute;
  right: 30px;
  top: 34px;

  -webkit-transform-origin: center center;

  -ms-transform-origin: center center;

  transform-origin: center center;
}

.accordion-item_cus .accordion-item_cus-header .expandIcn {
  position: absolute;
  right: 30px;
  top: 34px;

  -webkit-transform: translateY(0%) rotate(0deg);
  -ms-transform: translateY(0%) rotate(0deg);
  transform: translateY(0%) rotate(0deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.ac_row {
  padding: 50px 0px 0px;
}

.action {
  border-radius: 16px;
  border: 1px solid #eaecf0;
  padding: 32px;
  height: 443px;
}

.action img {
  min-height: 408px;
}

.faq {
  border-radius: 16px;
  border: 1px solid #eaecf0;
  padding: 32px;
  height: 491px;
}

.faq_icon {
  background: #192b690d;
  width: 72px;
  height: 72px;
  border-radius: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq h1 {
  font-family: inherit;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
  padding-top: 32px;
}

.faq h1 span {
  color: #52bd94;
}

.faq p {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414cc;
  padding-top: 10px;
}

/* faq_sec_ends-here */

/* footer_starts-here */

.footermain {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.foot_end_strip {
  padding: 25px 33px;
  margin-bottom: 32px;
  background: #192b69;
  border-radius: 16px;
}

.footermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footermenu li {
  padding-left: 40px;
  list-style: none;
}

.footermenu li a {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: #fff;
  text-decoration: none;
}

.footermenu li a:hover,
.footermenu li a.current {
  color: #52bd94;
}

.foot_strip_text {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;

  color: #fff;
  white-space: nowrap;
}

.logo_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.logo_warp a {
  margin-left: 10px;
}

.logo_warp a:nth-child(1) {
  margin-left: 0px;
}

.logo_warp a svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.logo_warp a:hover svg path {
  fill: #132754 !important;
}

.logo_warp a svg:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.foot_logosec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* footer_starts-ends */

.mf_sec {
  padding: 25px 0px;
  overflow: hidden;
}

.mf_warp_card {
  background: #ffffff;

  border-radius: 16px;
  padding: 35px 25px;
  min-height: 220px;

  border: 1px solid #eaecf0;
}

.mf_warp_card_content_title {
  display: block;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;

  color: #141414;
  margin-bottom: 6px;
  padding-top: 15px;
}

.mf_warp_card_content_para {
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;

  color: #141414;
}

.pb-45 {
  padding-bottom: 45px;
}

/* more_features_sec-starts-here */

.desk_hide {
  display: block;
}

.mobile {
  display: none;
}

.mobilefrm {
  position: absolute;
  z-index: 99;
  text-align: center;
  margin: auto;
  left: 191px;
}

.aspect_mockupbox {
  background: #192b69;
  text-align: center;
  margin: auto;
  display: block;
  width: 100%;
  padding-top: 110%;
  margin-left: auto;
  position: relative !important;
  overflow: hidden;
}

.aspect_mockupbox img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute !important;
  top: 0px;
  left: 0px;
}

.swipper_mockupbox {
  margin: auto;
  display: block;
  width: 100%;
  padding-top: 180%;
  margin-left: auto;
  position: relative !important;
  overflow: hidden;
}

.swipper_mockupbox img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute !important;
  top: 0px;
  left: 0px;
}

.mockupbox_mxwarp {
  max-width: 250px;
  display: block;
  margin: auto;
}

.slide_mockupbox {
  display: block;
  width: 100%;
  padding-top: 83%;
  position: relative;
  overflow: hidden;
}

.slide_mockupbox img {
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 460px;
  -o-object-fit: contain;
  object-fit: contain;
}


.v_player_sec {
  max-width: 790px;
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 16px;
  border: 1px solid #EAECF0;
  padding: 40px 40px 0px;
  margin: auto;
  overflow: hidden;
}

.v_player_sec_warp {
  max-width: 618px;
  margin: auto;
}

.v_player_content {
  display: block;
  width: 100%;
  padding-top: 67%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}


.v_player_content video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  margin: auto;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  padding: 26px 26px 0px;
}

.v_player_content img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}


.ultimate_cont {
  max-width: 583px;
}

.ultimate_cont2 {
  max-width: 490px;
  margin-top: -20px;
}

.ultimate_cont2.para_txt {
  max-width: 433px;
}

.v_player_sec.mobile {
  display: none;
}


.mob_con {
  display: none;
}

/* all_media_quaries_below */

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .mf_warp_card {
    min-height: 245px;
  }

  .count {
    padding: 0px 16px;
  }

  .point_wrap {
    padding-top: 40px;
  }

  .numbers {
    padding: 30px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .mf_warp_card {
    min-height: 245px;
  }

  .count {
    padding: 0px 16px;
  }

  .count p {
    font-size: 18px;
  }

  .point_wrap {
    padding-top: 40px;
  }

  .numbers {
    padding: 30px;
  }

  .hero_sec {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {

  .mf_warp_card {
    min-height: 245px;
  }

  .count {
    padding: 0px 16px;
  }

  .hero_sec {
    width: 100%;
  }

  .count p {
    font-size: 18px;
  }

  .plan_card_content li p {
    font-size: 12px;
  }

  .plan_card_content {
    padding: 51px 10px 23px 10px;
  }

  .plan_card_content li p img {
    margin-right: 5px;
  }

  .point_wrap {
    padding-top: 40px;
  }

  .numbers {
    padding: 30px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .hero_sec {
    width: 65%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 599px) {
  .hero_sec {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }

  .aspect_mockupbox {
    margin-top: 35px;
  }

  .fdsystem .white_txt {
    padding-top: 0px !important;
  }

  .mySwiper1 {
    margin-top: 23px;
  }

  .mf_warp_card_first {
    padding-top: 25px;
  }

  .mf_warp_card_last {
    padding-bottom: 10px;
  }

  .faq {
    height: auto !important;
  }

  .para_txt_black {
    text-align: center !important;
    padding-bottom: 15px;
    font-size: 13px !important;
  }

  .ultimate_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .ultimate_cont {
    padding: 10px 0px 20px;
    height: 165px;
  }

  .ultimate_head_txt {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ultimate_pagination {
    left: 0px !important;
  }

  .menu-items li {
    padding: 0px;
  }

  .menu-items a {
    display: none;
  }

  .menu-items a.icon {
    background: #192b69;
    color: #fff;
    border-radius: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-items.responsive li a {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    color: #fff;
    padding: 8px 16px;
  }

  .menu-items.responsive {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #192b69;
    border-radius: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    right: 20px;
    top: 85px;
    padding: 10px 0px;
  }

  .menu-items.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .mf_warp_card {
    min-height: auto;
  }

  .para_txt {
    padding-top: 15px;
  }

  .ac_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0px;
  }

  .foot_end_strip {
    padding: 25px 16px;
  }

  .foot_logo img {
    margin-bottom: 27px;
  }

  .footermain {
    margin-bottom: 7px;
    display: block;
  }

  .footermenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footermenu li {
    padding-bottom: 5px;
    padding-left: 0px;
  }

  .footermenu li a {
    font-size: 12px;
  }

  .foot_strip_text {
    font-size: 10px;
  }

  .logo_warp a svg {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 991px) {


  .mobile {
    display: block !important;
  }

  .plan .white_txt {
    padding-top: 20px;
  }

  .mf_warp_card_content_title {
    line-height: 24px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    right: 40px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
  }

  header {
    padding: 15px 0px !important;
  }

  .hero_bann {
    padding-top: 15px;
  }

  .d-none {
    display: none;
  }

  .Generate h1 {
    padding-top: 20px;
  }

  .hero_above_sec {
    padding: 32px 16px;
  }

  .heroheading {
    font-size: 32px;
    padding-bottom: 15px;
    line-height: 38px;
  }

  .herosubtitle {
    padding-bottom: 20px;
  }

  .hero_above_sec {
    min-height: auto;
    margin-bottom: 15px;
  }

  .subsan {
    padding-top: 20px;
  }

  .count {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 16px;
    margin-bottom: 15px;
  }

  .count_sec {
    width: 50%;
  }

  .count p {
    font-size: 20px;
    padding-top: 0px;
  }

  .count h3 {
    font-size: 25px;
  }

  .count_border {
    border-bottom: 0px;
    border-right: 2px solid #eaecf0;
  }

  .count h3 {
    padding-bottom: 0px;
  }

  .numbers {
    padding: 25px 16px;
  }

  .numbers h1 {
    font-size: 25px;
    padding-bottom: 0px;
    line-height: 30px;
    padding-bottom: 15px;
  }

  .point_wrap {
    padding-top: 30px;
  }

  .point p {
    font-size: 12px;
    padding-bottom: 6px;
  }

  .point h3 {
    font-size: 22px;
  }

  .review {
    margin-top: 35px;
  }

  .star_icons {
    font-size: 16px !important;
  }

  .mb-25 {
    margin-bottom: 25px;
  }

  .mb-15 {
    margin-bottom: 15px;
  }

  .mt-45 {
    margin-top: 45px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mf_warp_card {
    margin-bottom: 15px;
  }

  .mf_sec {
    padding: 0px;
  }

  .feedback {
    padding: 45px 16px;
  }

  .feedback_txt {
    font-size: 14px;
    padding-top: 25px;
  }

  .plan h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .plan_card_header {
    height: 126px;
  }

  .pb-40 {
    padding-bottom: 40px;
  }

  .pb-0 {
    padding-bottom: 0px;
  }

  .plan {
    padding-bottom: 35px;
  }

  .centeralign {
    text-align: center;
  }

  .plan_sec {
    padding-top: 0px;
  }

  .plan_card_header {
    padding: 22px;
    position: relative;
  }

  .collapsed .plan_card_header {
    border-radius: 10px;
  }

  .collapsed1 .plan_card_header {
    border-radius: 10px 10px 0px 0px;
  }

  .accordion-item1 {
    margin-bottom: 15px;
  }

  .accordion-item1 .collapsed .plan_card_header .acc_arrow {
    position: absolute;
    top: 15px;
    right: 16px;
    -webkit-transform: translateY(0%) rotate(0deg);
    -ms-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg);
  }

  .accordion-item1 .plan_card_header .acc_arrow {
    position: absolute;
    top: 15px;
    right: 16px;
    -webkit-transform: translateY(0%) rotate(180deg);
    -ms-transform: translateY(0%) rotate(180deg);
    transform: translateY(0%) rotate(180deg);
  }

  .action {
    text-align: center;
    margin-bottom: 15px;
    height: auto;
    padding-bottom: 0px;
  }

  .action img {
    min-height: auto;
  }

  .faq_sec {
    padding: 50px 0px;
  }

  .faq {
    height: 390px;
    margin-bottom: 15px;
  }

  .faq_icon {
    width: 52px;
    height: 52px;
  }

  .accordion-item_cus-header {
    padding: 20px 16px;
  }

  .accordion-item_cus-header h6 {
    font-size: 15px;
    margin-right: 20px;
  }

  .accordion-item_cus .accordion-item_cus-header.active .expandIcn {
    right: 16px;
    top: 20px;
  }

  .accordion-item_cus .accordion-item_cus-header .expandIcn {
    right: 16px;
    top: 20px;
  }

  .expandIcn {
    font-size: 20px !important;
  }

  .accordion-item_cus-body-content p {
    font-size: 12px;
  }

  .accordion-item_cus-body-content {
    padding: 15px;
  }

  .accordion-item_cus-body {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mf_warp_card {
    min-height: 215px;
  }

  .more_features_desk {
    padding-top: 20px;
  }

  .ultimate_head_txt {
    font-size: 27px;
    line-height: 35px;
  }

  .faq h1 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 18px;
  }

  .faq {
    padding: 25px 18px;
  }

  .action {
    padding: 32px 18px 0px;
  }

  .accordion-item_cus-body-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .mf_warp_card {
    margin-bottom: 45px;
  }

  /* .plan .white_txt {
    padding-top: 0px;
  } */
  .ac_row {
    padding: 0px;
  }

  .mf_warp_card {
    margin-top: 25px;
    padding: 15px 15px;
  }

  .mf_warp_card_content_title {
    font-size: 18px;
    line-height: 24px;
  }

  .mf_warp_card_content_para {
    font-size: 14px;
    line-height: 20px;
  }

  .hero_sec {
    width: 62%;
  }
}

@media(max-width:1150px) {
  .faq h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media(max-width:992px) {
  .mh{
    display: none  !important;
  }
  .aspect_mockupbox img {
    object-fit: contain;
  }
  .menu-items a.icon {
    width: 38px;
    height: 38px;
}
  .logobox {
    max-width: 100px;
}
  .hideicn {
    display: none;
  }

  .feedbackBanner {
    margin-top: 20px;
  }

  .mf_warp_card.mob {
    display: none;
  }

  .feedback_txt.mob {
    display: none;

  }

  .ultimate_head_txt {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .ultimate_pagination {
    bottom: 10px !important;
    left: -30px !important;
  }

  .ultimate_sec {
    display: block !important;
  }

  .accordion-item_cus-body-content p {
    line-height: 21px;
  }

  .Ultimate_img img {
    object-position: 0px 0px;
  }

  .Ultimate_img {
    padding-top: 150%;
  }

  .mx_warp {
    margin: auto;
  }

  .mob_con {
    display: block;
  }

  .desk_con {
    display: none;
  }

  .ultimate_cont2 img {
    display: none;
  }

  .para_txt.m_hideTxt {
    display: none !important;
  }

  .v_player_sec.desk {
    display: none !important;
  }

  .desk_hide {
    display: none !important;
  }

  .v_player_content.mobile {
    padding-top: 120%;
  }

  .v_player_content.mobile img  {
    object-position: 0px 4px;
  }

  .v_player_content.mobile video  {
   object-fit: contain;
  }

  .v_player_sec.mobile {
    padding: 30px 20px 0px;
    display: block;
  }

}

@media (max-width: 425px) {
  .mr-30 {
    margin-right: 10px;
  }

  .menu-items li a {
    font-size: 14px !important;
  }

  .menu-items li {
    padding: 0px;
  }

  .plan_card_content {
    padding: 30px 16px 23px 16px;
  }

  .plan_card_content li p {
    font-size: 12px;
  }

  .logo_warp a svg {
    width: 30px;
    height: 30px;
  }

  .logo_warp a {
    margin-left: 5px;
  }

  .review {
    padding: 25px 10px;
  }

  .jILTFe {
    font-size: 45px;
  }

  .star_icons {
    font-size: 12px !important;
  }

  .right {
    padding-left: 10px;
  }

  .side {
    padding-right: 10px;
  }

  .ultimate_head_txt {
    font-size: 20px;
    line-height: 30px;
  }

  .ultimate_sec {
    padding: 25px 20px 40px;
  }
}

@media (max-width: 375px) {
  .ultimate_head_txt {
    font-size: 18px;
    line-height: 30px;
  }

  .imgsize {
    width: 115px;
  }

  .heroheading {
    font-size: 29px;
  }
}