﻿/*--------------------------------------------------------------------------------------*/
/*Genral-Css-Here
/*--------------------------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-family: 'Oswald', sans-serif;
  font-family: 'Inter', sans-serif;
}

a {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.container {
  padding: 0px 15px;
  max-width: 1315px;
}

@font-face {
  font-family: 'Times';
  src: url('https://www.gettogetherfinance.com/frontend_asset/landing_page/css/Times-BoldItalic.woff2') format('woff2'), url('https://www.gettogetherfinance.com/frontend_asset/landing_page/css/Times-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Times New Roman Cyr';
  src: url('https://www.gettogetherfinance.com/frontend_asset/landing_page/css/TimesNRCyrMT.woff2') format('woff2'), url('https://www.gettogetherfinance.com/frontend_asset/landing_page/css/TimesNRCyrMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Times New Roman Cyr';
  src: url('https://www.gettogetherfinance.com/frontend_asset/landing_page/css/TimesNRCyrMT-Bold.woff2') format('woff2'),
    url('https://www.gettogetherfinance.com/frontend_asset/landing_page/css/TimesNRCyrMT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Times New Roman';
  src: url('https://www.gettogetherfinance.com/frontend_asset/landing_page/css/TimesNewRomanPS-ItalicMT.woff2') format('woff2'),
    url('https://www.gettogetherfinance.com/frontend_asset/landing_page/css/TimesNewRomanPS-ItalicMT.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/*------------------------------------------------------------*/
/*Topbar
/*------------------------------------------------------------*/

.topbar {
  background: rgba(32, 38, 41, 1);
  padding: 8px 0
}

.topbar .header_info {
  display: flex;
  align-items: center;
  display: -webkit-flex;
}

.topbar .header_info .social_info {
  margin-left: auto;
}

.topbar .header_info .social_info a {
  font-family: 'Montserrat', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 15px;
  display: inline-block;
  line-height: 1px;
  font-size: 14px;
}

.topbar .header_info .social_info a:hover {
  color: #FFF
}

.topbar .header_info .header_contact a {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
}

.topbar .header_info .header_contact a span {
  margin-right: 10px;
}

.topbar .header_info .header_contact a:hover {
  text-decoration: underline;
}

.btn {
  padding: 10px 20px;
  background: transparent;
  border: transparent;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border-radius: 5.27049px;
}

.btn.btn-light:hover {
  background: #2FB463;
  color: #FFF;
}

.btn.btn-light {
  border: 1px solid #2FB463;
  color: #2FB463;
}

.btn.btn-success {
  background: #2FB463;
  color: #FFF;
  border: 1px solid #2FB463;
}

.btn.btn-success:hover {
  background: transparent;
  color: #2FB463;
}

header .header_inner .header_btn .btn+.btn {
  margin-left: 30px;
}

/*------------------------------------------------------------*/
/*Header
/*------------------------------------------------------------*/

header {
  padding: 25px 0
}

header .header_inner {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
}

header .header_inner .navbar_menu ul {
  display: flex;
  align-items: center;
  display: -webkit-flex;
}

header .header_inner .header_btn {
  margin-left: auto;
  width: auto;
  text-align: right;
}
.navbar_menu {
  display: flex;
}
header .header_inner .header_menu {
  width: calc(100% - 240px);
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
}

header .header_inner .logo a {
  display: inline-block;
  margin-right: 25px;
}

header .header_inner .logo {
  max-width: 190px;
}

header .header_inner .logo img {
  width: 100%
}

header .header_inner .navbar_menu ul li {
  margin: 0 23px;
}

header .header_inner .navbar_menu ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #575555;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

header .header_inner .navbar_menu ul li a:hover {
  color: #2FB463;
}

header .header_inner .header_btn .btn+.btn {
  margin-left: 30px;
}

.menu_icon {
  display: none;
}

.close-menu {
  display: none;
}

/*--------------------------------------------------------------------------------------*/
/*Banner-Css-Here
/*--------------------------------------------------------------------------------------*/
.terding_banner .terding_inner_warp {
  /*position: absolute;*/
  top: 57px;
  width: 100%;
}

.terding_banner {
  position: relative;
}

.terding_banner_contact strong {
  background: #FFCF49;
  border-radius: 5px;
  transform: rotate(-5.42deg);
  display: block;
  max-width: 180px;
  padding: 11px 13px 9px 18px;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  color: #202020;
  font-family: 'Roboto', sans-serif;
}

.subscribe_now_blink{
  /* animation: blinker 1s linear infinite; */
  animation: animate 1.5s linear infinite; 
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.terding_banner_contact h1 {
  padding-top: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 47px;
  line-height: 90.7%;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.terding_banner_contact h2 {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 59px;
  color: #fff;
  margin: 0px;
  padding-bottom: 22px;
  text-transform: uppercase;
}

.terding_banner_contact h1 b {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 59px;
  color: #fff;
  margin: 0px;
  padding-bottom: 22px;
  text-transform: uppercase;
}

.terding_banner_contact p {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 22px;
  line-height: 21px;
  color: #FFFFFF;
  margin: 0;
  position: relative;
  padding-left: 21px;
}

.btn_section {
  padding-top: 50px;
}

.btn_section p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-left: 0;
}

.btn_section ul {
  align-items: center;
}

.btn_section ul li img {
  width: auto;
  height: auto;
}

.terding_banner_contact h2 span,
.terding_banner_contact h1 span {
  position: relative;
  display: inline-block;
}

.terding_banner_contact h2 span::before,
.terding_banner_contact h1 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: rgba(255, 255, 255, 0.27);
}

/*.terding_banner_contact p:before {content: ""; position: absolute; left: 0; width: 3px; height: 20px; background: #fff; top: 10px; transform: translateY(-50%); }*/
.inner_cricle {
  position: relative;
  max-width: 790px;
}

.inner_cricle .inner_icon_contact {
  position: absolute;
  right: -75px;
  top: -40px;
  max-width: 240px;
}

.inner_cricle .inner_icon_contact img {
  width: auto;
  height: auto;
}

.terding_banner_img {
  position: relative;
  margin-left: -88px;
}

.btn.btn-success {
  display: none;
}

.terding_banner_img img {
  width: 100%;
  height: auto;
  object-fit: inherit;
  padding-top: 30px;
}

.terding_banner_img:before {
  content: "";
  position: absolute;
  right: -150px;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}

.terding_banner_img::after {
  content: "";
  right: -150px;
  animation: jumpInfinite 1.5s infinite;
  background-image: url(../image/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  width: 27.2px;
  height: 99.7px;
}

.cricle_img {
  display: flex;
  align-items: center;
}

.cricle_img li img {
  width: 35px;
  height: 35px;
}

.cricle_img li {
  margin-left: -15px;
}

.cricle_img li:first-child {
  margin: 0;
}

.banner-top_bar {
  display: flex;
}

.banner-top_bar .banner-top_bar_left {
  width: 72%;
}

.banner-top_bar .banner-top_bar_right {
  width: 28%;
}




.terding_banner {
  position: relative;
  background-image: url(../image/banner_men.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 83px;
  padding-bottom: 235px;
}

/*--------------------------------------------------------------------------------------*/
/*Users-Css-Here
/*--------------------------------------------------------------------------------------*/

.users_contact {
  margin-top: -235px;
  z-index: 9;
  position: relative;
  padding-bottom: 106px;
}

.users_contact .usear_box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 41px 77px 52px 77px;
}

.users_contact .usear_box h2, .users_contact .usear_box h3.users-heading-h3 {
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 46px;
  line-height: 58px;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  font-family: 'Montserrat', sans-serif;
}

.users_contact .usear_box h2 span, .users_contact .usear_box h3.users-heading-h3 span {
  animation: color-change 1s infinite;
}

.users_contact .usear_box p {
  position: relative;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #6C757D;
  max-width: 617px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.users_contact .usear_box h2 strong, .users_contact .usear_box h3.users-heading-h3 strong {
  font-weight: 700;
  position: relative;
}

.users_contact .usear_box h2 strong::before, .users_contact .usear_box h3.users-heading-h3 strong::before {
  content: "";
  position: absolute;
  right: -50px;
  background-image: url(../image/Vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 142px;
  height: 12px;
  bottom: -10px;
}

.users_contact .usear_box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-image: url(../image/map.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 726px;
  height: 245px;
  margin: 0 auto;
}

.users_contact .usear_box .item img {
  width: auto;
  max-width: 100%;
  height: 35px;
}

.users_contact .usear_box .item {
  display: flex;
  justify-content: center;
}

.users_contact .usear_box::after {
  content: "";
  position: absolute;
  animation: spin 3.5s infinite linear;
  left: -150px;
  background: #2FB463;
  opacity: 0.15;
  transform: rotate(18.03deg);
  bottom: -120px;
  width: 34px;
  height: 34px;
}

/*--------------------------------------------------------------------------------------*/
/*terding_zone-Css-Here
/*--------------------------------------------------------------------------------------*/
.terding_zone .zone_warp h2 {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  color: #03230C;
  text-align: center;
  padding-bottom: 15px;
}

.terding_zone .zone_warp h2 u {
  text-decoration: none;
  position: relative;
}

.terding_zone .zone_warp h2 u::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  background-image: url(../image/shap_end.png);
  width: 140px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.terding_zone .zone_warp h2 span {
  color: #2FB463;
  position: relative;
}

.terding_zone .zone_warp p {
  max-width: 628px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6C757D;
}

.terding_zone .zone_warp p span {
  background: #2FB463;
  color: #fff;
  padding: 3px;
}

.terding_zone .terding_zone_contact h3 {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  color: #03230C;
}

.terding_zone .terding_zone_contact h3 span {
  color: #2FB463;
}

.terding_zone .terding_zone_contact p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #6C757D;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

.btn.btn-info {
  border: none;
  background: #F21717;
  border-radius: 5.27049px;
  padding: 16px 30px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  position: relative;
  z-index: 9;
}

.sub_but:before {
  content: "";
  position: absolute;
  right: -3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5.27049px;
  bottom: -6px;
  width: 220px;
  height: 54px;
  z-index: -1;
}

.terding_zone {
  padding-bottom: 110px;
}

.terding_zone .zone_warp {
  max-width: 1193px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.terding_zone .zone_warp h2::before {
  display: none;
  border-color: #F21717;
  content: "";
  animation: pulse 1s infinite ease-in-out alternate;
  position: absolute;
  right: -45px;
  background-image: url(../image/web-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  top: -38px;
}

.sub_but {
  position: relative;
  max-width: 225px;
}

.terding_zone_contact .benefit_contact h5 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #202020;
  padding-bottom: 27px;
}

.benefit_contact .white_box {
  background: #FFFFFF;
  box-shadow: 0px 0px 12.6904px rgba(0, 0, 0, 0.07);
  margin-right: 0;
  border-radius: 10px;
  padding: 20px;
}

.benefit_contact ul {
  width: 100%;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center;
}

.benefit_contact ul li {
  width: 33.333%;
  padding: 15px;
}

.benefit_contact .white_box p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(32, 32, 32, 0.8);
  padding-left: 20px;
}

.benefit_contact .white_box .white_box_inner {
  align-items: center;
}

.second_white_box .white_box {
  margin: 0;
}

.terding_zone_contact .benefit_contact i {
  padding-left: 10px;
}

.terding_zone_contact .benefit_contact {
  max-width: 550px;
  padding-bottom: 52px;
}

.terding_zone .banner-video {
  background: #FFFFFF;
  box-shadow: 0px 0px 41.2466px rgba(0, 0, 0, 0.07);
  border-radius: 13.0646px;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.terding_zone_contact {
  height: 100%;
  position: relative;
}

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

.terding_zone_contact:before {
  content: "";
  position: absolute;
  animation: leftspin 3.5s infinite linear;
  left: -150px;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  background: #2FB463;
  opacity: 0.15;
  transform: rotate(18.03deg);
}

.terding_zone_contact_right {
  height: 100%;
  padding-left: 30px;
}

.banner-video_men {
  position: relative;
  max-width: 100%;
}

.banner-video_men::before {
  content: "";
  position: absolute;
  left: -4px;
  width: 83px;
  height: 75px;
  bottom: -53px;
  background-image: url(../image/shap_two.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}

.banner-video_men .play_but {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.banner-video_men:hover .play_but {
  display: block;
}

.banner-video_men .play_but button i {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  color: #2FB463;
  font-size: 32px;
  line-height: 2.3;
  background: rgba(255, 255, 255, 0.8);
}

.logo-client .owl-stage {
  -webkit-animation: marquee 40s linear infinite running;
  -moz-animation: marquee 40s linear infinite running;
  -o-animation: marquee 40s linear infinite running;
  -ms-animation: marquee 40s linear infinite running;
  animation: marquee 40s linear infinite running;
}

.banner-video_men .play_but button {
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
  }
}


/*--------------------------------------------------------------------------------------*/
/*time-Css-Here
/*--------------------------------------------------------------------------------------*/
.time_contact p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  color: #2FB463;
  padding: 49px 68px;
  text-align: center;
  border: 1px solid #2FB463;
  border-radius: 10px;
  position: relative;
}

.time_contact p::before {
  position: absolute;
  content: "";
  left: 6px;
  top: -33px;
  background-image: url(../image/shap_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 84px;
  height: 32px;
}

/*--------------------------------------------------------------------------------------*/
/*mobile-Css-Here
/*--------------------------------------------------------------------------------------*/
.mobile_contact {
  background: #F4F4F4;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 96px;
}

.mobile_contact strong {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 35px;
  color: #03230C;
  padding-left: 7px;
  border-left: 3px solid #2FB463;
}

.mobile_inner_contact .mobile_texts {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 35px;
  color: #2FB463;
  padding-top: 20px;
  padding-bottom: 50px;
}

.mobile_inner_contact p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #606060;
  margin: 0;
  padding-bottom: 60px;
}

.mobile_inner_contact p i {
  padding-right: 13px;
}

.mobile_box_inner .mobile_box {
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 34px 38px 16px 20px;
  position: relative;
  width: 188px;
}

.mobile_box_inner .mobile_box p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: rgba(32, 32, 32, 0.8);
  padding: 0;
  text-transform: initial;
}

.mobile_box_inner .mobile_box span {
  animation: pulse 1s infinite ease-in-out alternate;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(47, 180, 99, 0.1);
  position: absolute;
  top: -25px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 3;
  left: 20px;
}

.mobile_box_inner .mobile_box span img {
  width: auto;
  height: auto;
}

.mobile_box_inner {
  justify-content: space-between;
}

.mobile_inner_contact .btn_section p {
  color: #03230C;
}

.mobile_inner_contact_right {
  padding-left: 104px;
  position: relative;
}

.mobile_inner_contact_right img {
  width: auto;
  height: auto;
}

.mobile_inner_contact {
  position: relative;
}

.mobile_inner_contact .mobile_texts span {
  position: relative;
}

.mobile_inner_contact p.now-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #03230C;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.mobile_inner_contact .mobile_texts span:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20px;
  background-image: url(../image/shap_end.png);
  width: 162px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mobile_inner_contact:before {
  content: "";
  left: -138px;
  background-image: url(../image/clour_arrow.png);
  animation: jumpInfinite 1.5s infinite;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  width: 27.2px;
  height: 99.7px;
  z-index: 99;
  transform: translateY(-50%);
}

.mobile_inner_contact_right::before {
  animation: jumpInfinite 1.5s infinite;
  content: "";
  right: -138px;
  background-image: url(../image/clour_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -92px;
  width: 27.2px;
  height: 99.7px;
  z-index: 99;
}

.mobile_inner_contact_right::after {
  content: "";
  right: -138px;
  background-image: url(../image/dot.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 120px;
  width: 83px;
  height: 83px;
  z-index: 99;
  transform: translateY(-50%);
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.elementary-subscribe-class {
  animation: blinker 1s step-end infinite;
  color: #000;
}



/*--------------------------------------------------------------------------------------*/
/*.company-happy-wrapper-Css-Here
/*--------------------------------------------------------------------------------------*/

.company-happy-wrapper ul {
  display: flex;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 7px;
  flex-wrap: wrap;
  background: #fff;
}

.company-happy-wrapper {
  padding: 44px 0;
  margin-top: -110px;
  right: 0;
  position: relative;
  z-index: 9;
}

/*.company-happy-wrapper li:nth-child(1) {background: #E4FEEF; border-radius: 10px; }*/
.company-happy-wrapper li {
  padding: 10px 20px;
  width: 25%;
}

.company-happy-wrapper li .company_content {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  align-items: center;
  padding: 30px 20px;
}

.company-happy-wrapper li .company_content img {
  width: auto;
  height: auto;
}

.company-happy-wrapper li:hover .company_content {
  background: #E4FEEF;
}

.company-happy-wrapper li figcaption {
  padding-left: 11px;
}

.company-happy-wrapper li figure {
  background: #FFFAE5;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.company-happy-wrapper li:nth-child(1) figure {
  all: unset;
}

.company-happy-wrapper li strong {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
}

.company-happy-wrapper li p {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-top: 2px;
  font-family: 'Roboto', sans-serif;
}

.company-happy-wrapper li:nth-child(3) figure {
  background: #F3F0FF;
}

.company-happy-wrapper li:nth-child(4) figure {
  background: #FFF2EB;
}

.rouder-shape-1 {
  display: block;
  position: absolute;
  left: 92px;
  top: 50%;
  transform: translateY(-50%);
  animation: 1s infinite alternate mover;
}

.company-happy-wrapper.client_feedback {
  margin-top: -110px;
}

.company-happy-wrapper.client_feedback ul {
  background: #fff;
}

.company-happy-wrapper.client_feedback .parent_bg {
  background: #F3F0FF;
}

.company-happy-wrapper.client_feedback .team_bg {
  background: #FFF2EB;
}

/*--------------------------------------------------------------------------------------*/
/*.social_platform-Css-Here
/*--------------------------------------------------------------------------------------*/
.social_platform .you_tube_contact {
  text-align: center;
  padding-bottom: 30px;
}

.social_platform .social_platform_bg {
  background: #FE021C;
  border-radius: 10px;
  padding: 32px;
  position: relative;
}

.social_platform_bg_inner .gtf_logo_contact {
  padding-bottom: 19px;
}

.social_platform_bg_inner .gtf_logo_contact img {
  width: auto;
  height: auto;
}

.social_platform_bg_inner .sub_but::before {
  z-index: 9;
  display: none;
}

.social_platform_bg_inner .btn.btn-info {
  background: #FFCF49;
  color: #202020;
  font-weight: 600;
}

.social_platform_bg_inner p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding-top: 37px;
}

.social_platform_bg_inner .stock_text {
  padding-left: 45px;
}

.social_platform_bg_inner .stock_text .stock_img img {
  width: auto;
  height: auto;
}

.social_platform_bg_inner_right {
  position: relative;
  height: 100%;
  display: flex;
}

.social_platform_bg_inner_right span::after {
  content: "";
  position: absolute;
  background: #FBFBFB;
  border-radius: 100px;
  transform: rotate(-44.79deg);
  width: 303.76px;
  height: 106.62px;
  top: 70px;
  right: 0px;
  z-index: 0;
}

.social_platform_bg_inner_right .laptop_end {
  position: absolute;
  bottom: -42px;
  left: 0px;
  z-index: 9;
}

.social_platform_bg_inner_right .laptop_end img {
  width: auto;
  height: auto;
}

.social_platform_bg_inner_right span::before {
  content: "";
  position: absolute;
  right: 65px;
  background-image: url(../image/bell.gif);
  background-size: cover;
  background-repeat: no-repeat;
  width: 52px;
  height: 56px;
  top: 25px;
  z-index: 9;
}

.social_platform {
  padding-bottom: 80px;
}

.social_platform .you_tube_contact img {
  width: 265px;
  object-fit: cover;
  height: auto;
}

.social_platform .social_platform_bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../image/dots.png);
  width: 100px;
  height: 100px;
  margin: 0 auto;
  bottom: 0;
}

.social_platform .social_platform_bg::after {
  content: "";
  position: absolute;
  right: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../image/lhar.png);
  width: 100px;
  height: 100px;
  margin: 0 auto;
  bottom: 70px;
}

/*------------------------------------------------------------*/
/*Testmonial Section
/*------------------------------------------------------------*/
.testmonial-wrapper {
  background: #FAFAFA;
  padding: 99px 0 81px;
}

.testminal-inner-left .same-heading {
  text-align: left !important;
  padding: 0 0 14px;
}

.testminal-inner-left .same-heading span {
  padding-bottom: 17px;
}

.testminal-inner-left p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  font-family: 'Roboto', sans-serif;
}

.testminal-inner-left {
  max-width: 307px;
}

.positon-clint img {
  width: auto !important;
}

.positon-clint p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}

.positon-clint span {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 9px;
  display: block;
}

.testmonial-slider-right p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-bottom: 32px;
  font-family: 'Roboto', sans-serif;
}

.positon-clint {
  padding-top: 18px;
  position: relative;
}

.positon-clint::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 39px;
  height: 1px;
  background: rgba(47, 180, 99, 0.3);
}

.testmonial-slider-left img {
  width: 100%;
  height: 100%;
  border-radius: 15px !important;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.testmonial-inx {
  display: flex;
  align-items: center;
  padding: 5px;
}

.testmonial-slider-left {
  width: 339px !important;
}

.testmonial-slider-right {
  width: calc(100% - 339px);
}

.testmonial-slider-left figure {
  position: relative;
  width: 293px !important;
  height: 301px;
}

.testmonial-slider-left {
  width: 339px !important;
  padding: 18px 0;
}

.testmonial-slider-left figure::after {
  border: 1px solid rgba(47, 180, 99, 0.3);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 13px;
  right: -13px;
}

.testmonial-slider {
  position: relative;
  padding-bottom: 70px;
}

.testmonial-slider::after {
  border: 10px solid #2FB463;
  width: 89px;
  height: 89px;
  content: "";
  left: -38px;
  top: -27px;
  position: absolute;
  border-radius: 50%;
  animation: pulse 1s infinite ease-in-out alternate;
}

.play-voider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(10, 195, 82, 0.3);
  border-radius: 100px;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #FFF !important;
  font-size: 18px;
  animation: animate-pulse 3s linear infinite;
  z-index: 1;
}

.testmonial-slider .owl-nav button {
  border: 1px solid #2FB463 !important;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testmonial-slider .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -60px;
}

.testmonial-slider .owl-nav button:hover {
  background: #2FB463 !important;
}

.testmonial-slider .owl-nav button:hover img {
  filter: brightness(0) invert(1);
}

.slider_young .testminal-inner-left .same-heading span {
  padding-bottom: 17px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.47em;
  color: rgba(0, 0, 0, 0.3);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
}

.slider_young .testminal-inner-left h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 31px;
  color: #252525;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}

.slider_young .testminal-inner-left h2::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../image/shap_end.png);
  width: 162px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testmonial-wrapper.slider_young .testmonial_clients {
  position: relative;
}

.testmonial-wrapper.slider_young .testmonial_clients:before {
  display: none;
  content: "";
  position: absolute;
  right: -85px;
  top: -105px;
  width: 16px;
  height: 16px;
  border: 1px solid #2FB463;
  transform: rotate(-135.63deg);
}

.testmonial-wrapper.slider_young .testmonial_clients::after {
  content: "";
  right: -100px;
  background-image: url(../image/clour_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 27.2px;
  height: 99.7px;
  z-index: 99;
  transform: translateY(-50%);
}

.testmonial-slider .play-voider {
  display: none;
}

.testmonial-slider .owl-dots {
  display: none;
}

.header_btn ul .dropdown-menu {
  top: 100%;
  margin-top: 21px;
  padding: 0 !important;
  overflow: hidden;
  width: 226px;
}

.header_btn a.dropdown-item {
  display: block;
  position: relative;
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
  padding: 16px 19px;
}

.header_btn a.dropdown-item:hover {
  background: #000;
  color: #ffff !important;
  border-bottom: none !important;
  transition: 0.4s ease-in-out;
}

.header_btn a.dropdown-item.logout_button input#c_btn {
  color: #2fb463 !important;
  text-transform: capitalize;
  font-size: 16px;
  padding-bottom: 4px !important;
  font-weight: 600 !important;
  display: block;
  width: 100%;
  text-align: left;
  padding: 16px 19px !important;
  border: none !important;
  background: none !important;
  border: none;
  padding: 0 !important;
  font-family: arial, sans-serif;
  color: #069;
  text-decoration: none;
  cursor: pointer;
}

.header_btn a.dropdown-item:hover input#c_btn {
  color: #fff !important;
}

.header_btn a#navbarDropdown {
  font-size: 16px;
  line-height: 20px;
  color: #575555;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.header_btn li.nav-item {
  list-style: none;
}

.header_btn li.nav-item a {
  font-size: 16px;
  line-height: 20px;
  color: #575555;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

/*------------------------------------------------------------*/
/*ideas_contact-Section
/*------------------------------------------------------------*/
.ideas_contact .idea_bg {
  background: #2FA3E6;
  border-radius: 10px;
  padding: 52px 42px;
  position: relative;
}

.ideas_contact {
  padding-top: 200px;
  padding-bottom: 80px;
}

.idea_inner_contact h2, .idea_inner_contact h3.get-heading-h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 73px;
  line-height: 61px;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.idea_inner_contact p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 61px;
  color: #FFFFFF;
  margin: 0;
  padding-bottom: 15px;
}

.idea_inner_contact a {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 5.27049px;
  padding: 11px 24px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #202020;
}

.idea_inner_contact_right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.idea_inner_contact_right img {
  width: auto;
  height: auto;
}

.idea_inner_contact {
  position: relative;
}

.idea_inner_contact:before {
  content: "";
  position: absolute;
  right: -84px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../image/dots.png);
  width: 100px;
  height: 56px;
  bottom: 0;
  z-index: 99;
}

.ideas_contact .idea_bg::before {
  animation: jumpInfinite 1.5s infinite;
  content: "";
  left: -137px;
  background-image: url(../image/clour_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 49px;
  width: 27.2px;
  height: 99.7px;
  z-index: 99;
  transform: translateY(-50%);
}

.ideas_contact .idea_bg::after {
  animation: spin 3.5s infinite linear;
  content: "";
  position: absolute;
  right: -138px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: #2FB463;
  opacity: 0.15;
  transform: rotate(18.03deg);
}

/*------------------------------------------------------------*/
/*Faq
/*------------------------------------------------------------*/

.accodian_qustion .accordion-item {
  margin-bottom: 24px;
  border: 0;
}

.accodian_qustion .accordion-item:last-child {
  margin-bottom: 0
}

.accodian_qustion .accordion-item .accordion-button {
  border-radius: 12px !important;
  outline: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Roboto', sans-serif;
  padding: 19px 50px 19px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.accodian_qustion .accordion-item .accordion-button[aria-expanded="true"] {
  border-radius: 12px 12px 0 0px !important;
  background: #2FB463;
  color: #FFF;
}

.accodian_qustion .accordion-item .accordion-body {
  padding: 8px 19px 33px;
  background: #2fb463;
  border-radius: 0px 0px 12px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

.accodian_qustion .accordion-item .accordion-button[aria-expanded="true"]::before {
  content: '';
  width: 34px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 5px;
  z-index: 2;
}

.accodian_qustion .accordion-item .accordion-button::after {
  content: '';
  background-image: url(../image/plus-icon1.png);
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}

.accodian_qustion .accordion-item .accordion-button[aria-expanded="true"]::after {
  content: '-';
  font-size: 35px;
  line-height: 17px;
}

.mobile_courses {
  display: none !important;
}

.demand_section.mobile_v {
  display: none;
}

.same-section.logo_section .owl-dots,
.same-section.logo_section .owl-nav {
  display: none;
}

.help_warp .ask_text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 35px;
  color: #03230C;
  padding-left: 7px;
  border-left: 3px solid #2FB463;
  margin: 0;
}

.help_warp p {
  color: #2FB463;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 35px;
  padding-bottom: 50px;
  padding-top: 20px;
}

.accodian_qustion_inner_right {
  padding-left: 78px;
  height: 100%;
}

.accodian_qustion_inner_right img {
  width: auto;
  height: auto;
}

.accodian_qustion {
  padding-bottom: 57px;
}

.accodian_qustion_inner {
  position: relative;
}

.accodian_qustion_inner:before {
  display: none;
  content: "";
  position: absolute;
  left: -135px;
  top: -75px;
  width: 16px;
  height: 16px;
  border: 1px solid #2FB463;
  transform: rotate(-135.63deg);
}

.accodian_qustion_inner:after {
  animation: spin 3.5s infinite linear;
  content: "";
  position: absolute;
  left: -137px;
  bottom: -120px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: #2FB463;
  opacity: 0.15;
  transform: rotate(18.03deg);
}

/*------------------------------------------------------------*/
/*Footer
/*------------------------------------------------------------*/

footer {
  background: #000000;
  padding: 32px 0 0px;
  margin-top: 124px;
  background-image: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/img/elementary/footer-bg.webp);
  background-image: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/img/elementary/footer-bg.webp);
  background-position: 95%;
  background-size: 343px;
  background-repeat: no-repeat;
}

.footer-inner .footer-left-img img {
  width: 100%;
  height: auto;
}

.footer-info .need_text {
  font-weight: 700;
  font-size: 29.8703px;
  line-height: 44px;
  color: #2FB463;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 15px;
  margin: 0;
}

.footer-info {
  padding-bottom: 38px;
}

.footer-left-img {
  position: absolute;
  width: 280px;
  height: 280px;
  left: -50px;
  bottom: 3px;
}

.footer-inner {
  position: relative;
  padding-left: 315px;
}

.footer-info p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
}

.footer-info p a span {
  display: inline-block;
  margin-right: 15px;
}

.footer-info p {
  margin-bottom: 15px;
}

.footer-info p:last-child {
  margin-bottom: 0
}

footer .copyright-text p {
  margin: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 202.5%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  padding: 0 15px;
}

.copyright-text {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 0;
}

footer .social_icon {
  text-align: right;
}

footer .social_icon a {
  margin: 0 8px;
}

footer .social_icon a {
  margin: 0 8px;
  display: inline-block;
  width: 47px;
  height: 47px;
}

footer .social_icon a:last-child {
  margin-right: 0
}

footer .social_icon img {
  width: auto;
  height: auto;
}


/*------------------------------------------------------------*/
/*Responsive
/*------------------------------------------------------------*/

@media (max-width:1650px) {

  .social_platform_bg_inner .gtf_logo_contact img {
    width: 200px;
  }

  .idea_inner_contact h2, .idea_inner_contact h3.get-heading-h3 {
    font-size: 55px;
    padding-bottom: 5px;
  }

  .terding_banner_img::before {
    right: -100px;
  }

  .terding_banner_img::after {
    content: "";
    right: -120px;
  }
}


@media (max-width:1550px) {
  .terding_banner_img::before {
    right: -100px;
    display: none;
  }

  .terding_banner_img::after {
    content: "";
    right: -120px;
    display: none;
  }

  .mobile_inner_contact_right::before {
    right: 0;
  }

  .mobile_inner_contact_right::after {
    right: 0;
  }

  .mobile_inner_contact::before {
    display: none;
  }

  .testmonial-wrapper.slider_young .testmonial_clients::before {
    right: 0;
  }

  .testmonial-wrapper.slider_young .testmonial_clients::after {
    right: -15px;
  }

  .ideas_contact .idea_bg::before {
    left: 0;
    top: -60px;
  }

  .ideas_contact .idea_bg::after {
    right: 0;
    bottom: -90px;
  }

  .accodian_qustion_inner::before {
    left: 0;
    top: -185px;
  }

  .accodian_qustion_inner::after {
    left: 0;
  }

  .users_contact {
    margin-top: -237px;
  }
}

@media (max-width:1400px) {

  .terding_banner_contact h1 {
    font-size: 42px;
  }

  .btn_section {
    padding-top: 40px;
  }

  .users_contact .usear_box h2,  .users_contact .usear_box h3.users-heading-h3 {
    font-size: 40px;
    line-height: 54px;
  }

  .time_contact p {
    font-size: 27px;
    padding: 49px 35px;
  }

  .container {
    padding: 0 15px;
    max-width: 1180px;
  }

  .social_platform_bg_inner_right span::before {
    right: 34px;
    width: 40px;
    height: 40px;
    top: 15px;
    z-index: 9;
  }

  .social_platform_bg_inner_right span::after {
    width: 235.76px;
    height: 80.62px;
    top: 49px;
    right: -14px;
    z-index: 0;
  }

  .social_platform {
    padding-bottom: 50px;
  }

  .ideas_contact {
    padding-bottom: 110px;
  }

  .terding_banner_contact h2 span::before,
  .terding_banner_contact h1 span::before {
    width: 135px;
  }

  .terding_zone .zone_warp h2 {
    font-size: 44px;
  }

  .inner_cricle .inner_icon_contact {
    right: 20px;
  }
}


@media (max-width:1199px) {

  .terding_banner_img img {
    width: 100%;
    height: auto;
    object-fit: inherit;
    padding-top: 80px;
  }

  .container {
    padding: 0 15px;
    max-width: 960px;
  }

  header .header_inner .navbar_menu ul li a {
    font-size: 14px;
  }

  header .header_inner .navbar_menu ul li {
    margin: 0 14px;
  }

  header {
    padding: 15px 0;
  }

  .terding_banner {
    padding-top: 60px;
    padding-bottom: 235px;
  }

  .terding_banner_contact h1 {
    font-size: 34px;
    padding-bottom: 5px;
  }

  .terding_banner_contact h2 span::before,
  .terding_banner_contact h1 span::before {
    width: 100%;
    height: 20px;
  }

  .terding_banner_contact h1 b {

    font-size: 30px;
  }

  .terding_banner_contact h2 {
    font-size: 28px;
  }

  .users_contact .usear_box h2, .users_contact .usear_box h3.users-heading-h3 {
    font-size: 37px;
    line-height: 50px;
  }

  .users_contact .usear_box {
    padding: 35px 35px 35px 35px;
  }

  .users_contact {
    padding-bottom: 75px;
    margin-top: -237px;
  }

  .terding_zone .zone_warp {
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 38px;
  }

  .terding_zone .zone_warp h2 {
    font-size: 40px;
    line-height: 82px;
    text-align: center;
    line-height: normal;
  }

  .terding_zone_contact_right {
    height: 100%;
    padding-left: 0;
  }

  .terding_zone .terding_zone_contact h3 {
    padding-left: 21px;
  }

  .terding_zone {
    padding-bottom: 85px;
  }

  .time_contact p {
    font-size: 24px;
    padding: 35px 35px;
  }

  .mobile_inner_contact .mobile_texts {
    font-size: 29px;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .mobile_inner_contact p {
    padding-bottom: 50px;
  }

  .mobile_inner_contact_right {
    padding-left: 0;
    position: relative;
    text-align: right;
  }

  .mobile_box_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mobile_box_inner li {
    width: 47%;
    margin-right: 10px;
  }

  .mobile_box_inner .end_note {
    width: 100%;
  }

  .mobile_box_inner .end_note .mobile_box {
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
  }

  .mobile_box_inner .mobile_box span {
    left: 0;
    margin: 0 auto;
    right: 0;
  }

  .mobile_box_inner .mobile_box p {
    text-align: center;
  }

  .mobile_box_inner .mobile_box {
    width: 210px;
  }

  .company-happy-wrapper li strong {
    font-size: 13px;
  }

  .company-happy-wrapper li:nth-child(1) p {
    font-size: 13px;
  }

  .company-happy-wrapper li {
    padding: 10px;
    width: 50%;
  }

  .company-happy-wrapper li p {
    font-size: 14px;
  }

  .social_platform .you_tube_contact {
    text-align: center;
    padding-bottom: 10px;
  }

  .social_platform .you_tube_contact img {
    width: 180px;
    object-fit: cover;
    height: auto;
  }

  .social_platform_bg_inner .stock_text {
    padding-left: 32px;
  }

  .social_platform_bg_inner_right span::before {
    right: 9px;
    width: 40px;
    height: 40px;
    top: 46px;
    z-index: 9;
  }

  .social_platform_bg_inner_right span::after {
    width: 235.76px;
    height: 80.62px;
    top: 80px;
    right: -40px;
    z-index: 0;
  }

  .ideas_contact .idea_bg {
    background: #2FA3E6;
    border-radius: 10px;
    padding: 35px 35px;
    position: relative;
  }

  .idea_inner_contact h2, .idea_inner_contact h3.get-heading-h3 {
    font-size: 48px;
    padding-bottom: 5px;
  }

  .idea_inner_contact p {
    font-size: 21px;
    line-height: 40px;
    padding-bottom: 25px;
    display: inline-block;
  }

  .idea_inner_contact_right img {
    width: 400px;
    object-fit: cover;
  }

  .ideas_contact {
    padding-top: 120px;
    padding-top: 110px;
  }

  .accodian_qustion_inner_right {
    padding-left: 0;
    height: 100%;
  }

  .accodian_qustion {
    padding-bottom: 25px;
  }

  .footer-info .need_text {
    font-size: 25px;
  }

  .footer-left-img {
    bottom: -46px;
    width: 265px;
    height: 265px;
  }

  .footer-inner {
    padding-left: 275px;
  }

  .footer-info p {
    margin-bottom: 10px;
  }

  .footer-info p a {
    font-size: 14px;
  }

  footer .social_icon a {
    width: 40px;
    height: 40px;
    margin: 0 3px;
  }

  .benefit_contact .white_box {
    margin-right: 20px;
    padding: 12px 18px;
    height: 100%;
  }

  .benefit_contact .white_box p {
    font-size: 13px;
    line-height: 17px;
    color: rgba(32, 32, 32, 0.8);
    padding-left: 10px;
  }

  .slider_young .testminal-inner-left .same-heading span {
    padding-bottom: 13px;
    font-size: 14px;
    line-height: 15px;
  }

  .accodian_qustion .accordion-item .accordion-button {
    font-size: 13px;
    line-height: 23px;
    padding: 19px 37px 19px 20px;
  }

  .accodian_qustion .accordion-item .accordion-button::after {
    right: 15px;
    width: 14px;
    height: 14px;
  }

  .ideas_contact .idea_bg::before {
    left: 0;
    top: -50px;
    width: 20px;
    height: 60px;
  }

  .testmonial-wrapper.slider_young .testmonial_clients::after {
    right: -15px;
    width: 20px;
    height: 60px;
    top: -30px;
  }

  .slider_young .testminal-inner-left h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #252525;
    padding-bottom: 22px;
    position: relative;
    display: inline-block;
  }

  .slider_young .testminal-inner-left h2::before {
    width: 100px;
    height: 14px;
  }

  .inner_cricle .inner_icon_contact {
    position: absolute;
    right: 45px;
    top: -25px;
    max-width: 200px;
  }

  .mobile_inner_contact .mobile_texts span::before {
    width: 115px;
  }

  .company-happy-wrapper li .company_content {
    padding: 20px;
  }

  .footer-left-img {
    bottom: -32px;
    width: 256px;
    height: 280px;
  }

  .terding_zone .zone_warp h2::before {
    top: -50px;
  }

}


@media (max-width:991px) {
  .help_warp p {
    font-size: 40px;
  }

  .container {
    padding: 0 15px;
    max-width: 720px;
  }

  .mobile_inner_contact_right figure {
    max-width: 350px;
    margin: 0 auto;
  }

  .accodian_qustion_inner_right figure {
    max-width: 350px;
    margin: 0 auto;
  }

  .terding_banner_img figure {
    max-width: 400px;
    margin: 0 auto;
  }

  .banner-top_bar .banner-top_bar_left {
    width: 100%;
  }

  .banner-top_bar {
    display: block;
  }

  header .header_inner {
    position: relative;
  }

  header .header_inner .header_menu {
    width: auto;
  }

  .banner-top_bar .banner-top_bar_right {
    width: 100%;
  }

  .menu_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar_menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    max-width: 320px;
    width: 100%;
    background: #FFF;
    z-index: 9999;
    transition: 0.3s ease-in-out;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 15px rgba(208, 207, 207, 0.3);
    padding-top: 35px;
  }

  .close-menu {
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    background: #2fb463;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 25px;
    top: 0;
    cursor: pointer;
  }

  .terding_banner_img img {
    padding-top: 0;
  }

  .terding_banner {
    padding-top: 60px;
    padding-bottom: 187px;
  }

  header .header_inner .navbar_menu ul {
    display: block;
    border-top: 1px solid #EEE;
  }

  header .header_inner .navbar_menu ul li {
    margin: 0;
    border-bottom: 1px solid #EEE;
  }

  header .header_inner .navbar_menu ul li a {
    display: block;
    padding: 10px 25px;
  }

  header .header_inner .header_btn {
    padding-right: 60px;
    width: auto;
  }

  header .header_inner .header_btn .btn+.btn {
    margin-left: 0px;
  }

  .menu-open::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 0.3);
    z-index: 99;
    bottom: 0;
    top: 0;
    transition: 0.3s ease-in-out;
  }

  .menu-open .navbar_menu {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  .terding_banner .terding_inner_warp .row {
    display: flex;
  }

  .terding_banner .terding_inner_warp .col-md-8 {
    width: 100%;
  }

  .terding_banner .terding_inner_warp .col-md-4 {
    width: 100%;
  }

  .users_contact .usear_box {
    padding: 30px;
  }

  .users_contact .usear_box h2, .users_contact .usear_box h3.users-heading-h3 {
    font-size: 29px;
    line-height: 46px;
    padding-bottom: 20px;
  }

  .users_contact .usear_box::before {
    width: 687px;
    height: 193px;
    margin: 0 auto;
  }

  .users_contact {
    margin-top: -190px;
  }

  .terding_zone .zone_warp h2 {
    font-size: 35px;
    line-height: normal;
    padding-bottom: 15px;
  }

  .terding_zone .zone_warp h2::before {
    right: -30px;
    width: 85px;
    height: 85px;
    top: -38px;
  }

  .terding_zone .row {
    display: block;
  }

  .terding_zone .row .col-md-6 {
    width: 100%;
  }

  .terding_zone_contact .benefit_contact {
    max-width: 100%;
    padding-bottom: 52px;
  }

  .terding_zone .banner-video {
    width: 100%;
    height: 432px;
  }

  .banner-video_men {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
  }

  .mobile_inner_contact_right figure {
    max-width: 400px;
    margin: 0 auto;
  }

  .mobile_inner_contact .mobile_texts {
    font-size: 40px;
  }

  .terding_zone {
    padding-bottom: 110px;
  }

  .time_contact p {
    font-size: 19px;
    padding: 30px;
  }

  .mobile_inner_contact_right {
    height: 100%;
  }

  .mobile_inner_contact_right figure {
    height: 100%;
  }

  .mobile_inner_contact_right figure img {
    height: 100%;
  }

  .mobile_box_inner {
    display: block !important;
  }

  .mobile_box_inner li {
    width: 100%;
    margin-right: 0px;
  }

  .mobile_box_inner .mobile_box {
    width: 100%;
  }

  .mobile_box_inner .mobile_box {
    width: 100%;
    margin-bottom: 35px;
  }

  .company-happy-wrapper ul {
    flex-wrap: wrap;
    padding: 0;
  }

  .company-happy-wrapper li:nth-child(1) {
    border-radius: 10px 10px 0 0;
  }

  .company-happy-wrapper li {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #EEE;
  }

  .company-happy-wrapper.client_feedback {
    margin-top: 20px;
  }

  .social_platform_bg_inner .gtf_logo_contact img {
    width: 150px;
  }

  .social_platform_bg_inner .stock_text {
    padding-left: 24px;
  }

  .social_platform .social_platform_bg {
    padding: 25px;
  }

  .social_platform_bg_inner_right .laptop_end {
    position: absolute;
    bottom: -32px;
    left: 0px;
    z-index: 9;
  }

  .social_platform_bg_inner_right span::before {
    right: 0px;
    width: 30px;
    height: 30px;
    top: 75px;
    z-index: 9;
  }

  .social_platform_bg_inner_right span::after {
    width: 201.76px;
    height: 63.62px;
    top: 106px;
    right: -40px;
    z-index: 0;
  }

  .testminal-inner-left {
    max-width: 100%;
  }

  .testmonial-wrapper.slider_young .testmonial_clients .row {
    display: block;
  }

  .testmonial-wrapper.slider_young .testmonial_clients .row .col-md-4 {
    width: 100%;
  }

  .testmonial-wrapper.slider_young .testmonial_clients .row .col-md-8 {
    width: 100%;
  }

  .testmonial-slider {
    position: relative;
    margin-top: 70px;
  }

  .testmonial-wrapper {
    background: #FCFCFC;
    padding: 70px 0 70px;
  }

  .testmonial-wrapper.slider_young .testmonial_clients::before {
    right: -85px;
    top: -80px;
  }

  .testmonial-wrapper.slider_young .testmonial_clients::after {
    right: -8px;
    width: 20px;
    height: 73px;
    top: 0px;
  }

  .testmonial-wrapper.slider_young .testmonial_clients::before {
    right: 0;
    top: -80px;
  }

  .ideas_contact .idea_bg {
    padding: 25px;
    position: relative;
  }

  .idea_inner_contact h2, .idea_inner_contact h3.get-heading-h3 {
    font-size: 35px;
    padding-bottom: 0px;
  }

  .idea_inner_contact p {
    font-size: 16px;
    padding-bottom: 15px;
  }

  .idea_inner_contact a {
    padding: 11px 24px;
    font-weight: 600;
    font-size: 15px;
  }

  .accodian_qustion_inner_right figure {
    max-width: 400px;
    margin: 0 auto;
  }

  .idea_inner_contact_right img {
    width: 255px;
    object-fit: cover;
  }

  .ideas_contact {
    padding-top: 50px;
  }

  .ideas_contact {
    padding-bottom: 90px;
  }

  .accodian_qustion .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .accodian_qustion .col-md-6 {
    width: 100%;
  }

  .accodian_qustion_inner_right {
    text-align: center;
  }

  .accodian_qustion_inner {
    position: relative;
    margin-top: 30px;
  }

  footer {
    margin-top: 35px;
  }

  .footer-left-img {
    bottom: -39px;
    width: 250px;
    height: 281px;
  }

  .footer-right .col-md-6 {
    width: 100%;
  }

  .footer-info {
    padding-bottom: 20px;
  }

  .footer-info .need_text {
    font-size: 25px;
    line-height: 30px;
  }

  .footer-info p {
    margin-bottom: 0;
  }

  .footer-right .col-md-6 {
    width: 100%;
  }

  footer .social_icon {
    text-align: left;
    padding-bottom: 15px;
  }

  footer .social_icon a {
    width: 30px;
    height: 30px;
  }

  footer .copyright-text p {
    font-size: 14px;
  }

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

  .mobile_contact .row .col-md-6 {
    width: 100%;
  }

  .mobile_inner_contact_right img {
    width: 100%;
  }

  .mobile_inner_contact_right {
    padding-left: 0;
    justify-content: center;
    display: flex;
  }

  .mobile_contact .btn_section {
    text-align: center;
  }

  .mobile_contact .btn_section ul {
    justify-content: center;
  }

  .mobile_contact {
    background: #F4F4F4;
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .company-happy-wrapper {

    margin-top: 0;
    right: 0;
    position: relative;
    z-index: 9;
  }

}


@media (max-width:767px) {
  .terding_banner_contact h1 b {
    font-size: 20px;
    display: block;
    line-height: normal;
  }

  .topbar {
    display: none;
  }

  .help_warp p {
    font-size: 35px;
  }

  .social_platform_bg_inner_right .laptop_end img {
    width: 100%;
  }

  .social_platform_bg_inner_right .laptop_end {
    width: 100%;
    object-fit: contain;
  }

  .inner_cricle .inner_icon_contact {
    position: absolute;
    right: 55px;
    top: -35px;
  }

  .idea_inner_contact::before {
    right: 0;
  }

  .banner-video_men::before {
    left: 0;
  }

  .users_contact .usear_box::before {
    width: 100%;
    height: 110px;
    margin: 0 auto;
  }

  header .header_inner .logo {
    max-width: 165px;
  }

  .terding_banner_contact strong {
    max-width: inherit;
    padding: 7px 15px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    transform: inherit;
  }

  .accodian_qustion_inner::after {
    left: 0;
    display: none;
  }

  .testmonial-wrapper.slider_young .testmonial_clients::after {
    right: 0;
  }

  .terding_banner_contact h2,
  .terding_banner_contact h1 {
    font-size: 26px;
    padding-top: 10px;
  }

  .terding_banner_contact h2 span::before,
  .terding_banner_contact h1 span::before {
    width: 150px;
    height: 15px;
  }

  .terding_banner_contact h2 {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  .terding_banner_contact p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
  }

  .users_contact .usear_box h2, .users_contact .usear_box h3.users-heading-h3 {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .users_contact .usear_box {
    padding: 20px;
  }

  .users_contact {
    margin-top: -200px;
  }

  .terding_zone .zone_warp h2 {
    font-size: 20px;
    max-width: 450px;
    margin: 0 auto;
    line-height: normal;
  }

  .terding_zone .zone_warp p {
    font-size: 14px;
    line-height: 26px;
    color: #6C757D;
  }

  .terding_zone .zone_warp {
    max-width: 755px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .terding_zone .terding_zone_contact h3 {
    font-size: 15px;
    line-height: 28px;
  }

  .terding_zone .terding_zone_contact p {
    font-size: 14px;
    line-height: 25px;
  }

  .terding_zone .zone_warp h2::before {
    right: -40px;
    width: 75px;
    height: 75px;
    top: -18px;
  }

  .benefit_contact ul li {
    width: 100%;
    margin-bottom: 18px;
  }

  .benefit_contact .white_box {
    margin-right: 0;
  }

  .terding_zone_contact .benefit_contact {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .terding_zone_contact_right {
    height: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .time_contact p {
    font-size: 18px;
    padding: 20px;
  }

  .mobile_contact strong {
    font-size: 25px;
  }

  .mobile_inner_contact .mobile_texts {
    font-size: 23px;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile_inner_contact p {
    padding-bottom: 40px;
  }

  .ideas_contact {
    padding-bottom: 60px;
  }

  .idea_inner_contact_right {
    position: inherit;
    top: 14px;
    right: 0;
    padding-bottom: 30px;
  }

  .ideas_contact .idea_bg .col-md-6 {
    width: 100%;
  }

  .ideas_contact .idea_bg .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .idea_inner_contact a {
    display: inline-block;
  }

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

  .footer-left-img {
    display: none;
  }

  .footer-right .col-md-6 {
    width: 100%;
  }

  .footer-info .need_text {
    font-size: 20px;
    line-height: 20px;
  }

  footer .social_icon {
    text-align: center;
  }

  .footer-inner {
    padding-left: 0;
    text-align: center;
  }

  .testmonial-slider-left {
    width: 100% !important;
  }

  .testmonial-inx {
    flex-wrap: wrap;
  }

  .testmonial-slider-right {
    width: 100%;
  }

  .testmonial-slider-right p {
    padding-bottom: 10px;
    margin: 0;
  }

  .testmonial-wrapper {
    background: #FCFCFC;
    padding: 70px 0 40px;
  }

  .social_platform_bg_inner_right .laptop_end {
    position: inherit;
    bottom: 0;
    left: 0px;
    z-index: 9;
  }

  .social_platform .social_platform_bg .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .social_platform .social_platform_bg {
    padding: 25px;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .social_platform_bg_inner_right span::before {
    right: 13px;
    width: 35px;
    height: 35px;
    top: -27px;
    z-index: 9;
  }

  .social_platform_bg_inner_right span::after {
    width: 201.76px;
    height: 63.62px;
    top: 7px;
    right: -22px;
    z-index: 0;
  }

  .social_platform .social_platform_bg::after {
    display: none;
  }

  .terding_banner {
    padding-top: 35px;
    padding-bottom: 50px;
    background: #2fb362;
  }

  .users_contact {
    margin-top: -52px;
  }

  .users_contact {
    padding-bottom: 25px;
  }

  .users_contact .usear_box .item img {
    height: 23px;
  }

  .terding_banner_img figure {
    max-width: 290px;
    margin: 0 auto;
  }

  .inner_cricle {
    padding-right: 132px;
  }

  .btn_section {
    padding-top: 15px;
  }

  .terding_banner_contact {
    padding-bottom: 10px;
  }

  .terding_zone .zone_warp h2::before {
    top: -39px;
  }

  .terding_zone {
    padding-top: 50px;
  }

  .terding_zone .zone_warp h2 {
    padding-bottom: 10px;
  }

  .mobile_inner_contact .mobile_texts span::before {
    width: 80px;
    background-size: contain;
  }

  .mobile_inner_contact_right figure {
    max-width: 330px;
    margin: 0 auto;
  }

  .terding_banner_img {
    position: relative;
    margin-left: 0px;
  }
}

@media (max-width:480px) {
  .terding_banner_contact h1 {
    font-size: 18px;
  }

  .terding_banner_contact h2 span::before,
  .terding_banner_contact h1 span::before {
    width: 104px;
    height: 12px;
  }

  .idea_inner_contact::before {
    right: 0;
    display: none;
  }

  .terding_banner_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .terding_banner_contact {
    padding-top: 15px;
  }

  .terding_banner_contact h2 {
    font-size: 15px;
  }

  .testmonial-wrapper.slider_young .testmonial_clients::before {
    right: 0;
    top: -80px;
    display: none;
  }

  .testmonial-wrapper.slider_young .testmonial_clients::after {
    right: 0;
    display: none;
  }

  .inner_cricle .inner_icon_contact {
    display: none;
  }

  .terding_banner_contact p {
    font-size: 13px;
    line-height: 20px;
    padding-left: 14px;
  }

  .terding_banner_contact .btn_section {
    padding-top: 28px;
  }

  .terding_banner_contact .btn_section img {
    width: 130px;
  }

  .users_contact .usear_box {
    padding: 15px;
  }

  .users_contact .usear_box h2, .users_contact .usear_box h3.users-heading-h3 {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .terding_banner_contact h2 span::before,
  .terding_banner_contact h1 span::before {
    width: 115px;
    height: 15px;
  }

  .terding_banner_img figure {
    max-width: 250px;
    margin: 0 auto;
  }

  .terding_banner_contact p {
    font-size: 13px;
    line-height: 20px;
    padding-left: 10px;
  }

  .inner_cricle {
    padding-right: 0;
  }

  .inner_cricle .inner_icon_contact {
    position: absolute;
    right: 55px;
    top: -35px;
    display: none;
  }

  .terding_banner_contact h2 {
    font-size: 15px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  .terding_banner_contact h2,
  .terding_banner_contact h1 {
    font-size: 20px;
    padding-top: 10px;
  }

  .users_contact {
    padding-bottom: 12px;
  }

  .terding_zone .zone_warp h2 {
    font-size: 15px;
    max-width: 350px;
  }

  .terding_zone .zone_warp h2::before {
    display: none;
  }

  .terding_zone .terding_zone_contact h3 {
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
  }

  .terding_zone_contact .benefit_contact h5 {
    font-size: 13px;
  }

  .sub_but::before {
    right: 35px;
    bottom: -6px;
    width: 170px;
    height: 47px;
    z-index: -1;
  }

  .btn.btn-info {
    padding: 14px 25px;
    font-size: 15px;
  }

  .banner-video_men::before {
    width: 65px;
    height: 70px;
  }

  .terding_zone {
    padding-bottom: 95px;
  }

  .time_contact p {
    font-size: 13px;
    padding: 9px;
    line-height: 25px;
  }

  .mobile_contact strong {
    font-size: 22px;
  }

  .mobile_inner_contact .mobile_texts {
    font-size: 20px;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .idea_inner_contact p {
    font-size: 14px;
  }

  .mobile_inner_contact p {
    font-size: 15px;
  }

  .idea_inner_contact h2, .idea_inner_contact h3.get-heading-h3 {
    font-size: 30px;
    padding-bottom: 0px;
  }

  .idea_inner_contact h2, .idea_inner_contact h3.get-heading-h3 {
    font-size: 30px;
    padding-bottom: 0px;
    line-height: 25px;
  }

  .idea_inner_contact p {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .idea_inner_contact a {
    padding: 8px 15px;
    font-weight: 600;
    font-size: 14px;
  }

  .help_warp p {
    font-size: 24px;
    line-height: 20px;
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .help_warp .ask_text {
    font-size: 24px;
    line-height: 25px;
    color: #03230C;
    padding-left: 7px;
  }

  header .header_inner .header_btn .btn {
    padding: 3px 6px;
    font-size: 13px;
  }

  header .header_inner .header_btn .btn {
    padding: 3px 6px;
    font-size: 13px;
  }

  header .header_inner .header_btn {
    padding-right: 45px;
  }

  header .header_inner .logo {
    max-width: 128px;
  }

  .social_platform_bg_inner {
    margin-top: 20px;
  }

  .social_platform_bg_inner .gtf_logo_contact img {
    width: 135px;
  }

  .social_platform_bg_inner .btn.btn-info {
    background: #FFCF49;
    color: #202020;
    padding: 10px;
    font-size: 12px;
  }

  .social_platform_bg_inner .sub_but::before {
    z-index: 9;
    width: 107px;
    left: 25px;
    height: 37px;
    bottom: -6px;
  }

  .social_platform_bg_inner .sub_but {
    margin-top: 20px;
  }

  .social_platform .social_platform_bg {
    padding: 14px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .social_platform .social_platform_bg::before {
    display: none;
  }

  .social_platform .social_platform_bg::after {
    display: none;
  }

  .social_platform_bg_inner p {
    font-size: 17px;
    line-height: 24px;
    padding-top: 25px;
  }

  .testmonial-wrapper {
    background: #FCFCFC;
    padding: 40px 0 40px;
  }

  footer {
    margin-top: 0px;
  }

  .terding_banner {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .terding_banner_contact h2,
  .terding_banner_contact h1 {
    font-size: 18px;
    padding-top: 10px;
  }

  .terding_banner_contact h2 span::before,
  .terding_banner_contact h1 span::before {
    width: 103px;
    height: 10px;
  }

  .inner_cricle .inner_icon_contact img {
    display: none;
  }

  .inner_cricle {
    padding-right: 0;
  }

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

  .btn_section ul li a img {
    width: 125px;
  }

  .users_contact .usear_box h2, .users_contact .usear_box h3.users-heading-h3 {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .btn.btn-info {
    padding: 12px 24px;
    font-size: 14px;
  }

  .sub_but::before {
    right: 48px;
    bottom: -6px;
    width: 159px;
    height: 43px;
  }

  .time_contact p {
    font-size: 15px;
    padding: 10px;
  }

  .time_contact p {
    line-height: 28px;
  }

  .social_platform .social_platform_bg {
    padding: 15px;
  }

  .social_platform_bg_inner_right span::before {
    width: 30px;
    height: 30px;
  }

  .social_platform .social_platform_bg {
    padding-bottom: 15px;
    padding-top: 60px;
  }

  .stock_img {
    padding-bottom: 10px;
  }

  .testmonial-wrapper {
    background: #FCFCFC;
    padding: 45px 0 40px;
  }

  .idea_inner_contact h2, .idea_inner_contact h3.get-heading-h3 {
    font-size: 30px;
    padding-bottom: 0px;
  }

  .idea_inner_contact p {
    font-size: 14px;
  }

  .help_warp p {
    font-size: 25px;
  }

  .help_warp .ask_text {
    font-size: 24px;
    line-height: 30px;
  }

  .mobile_inner_contact .mobile_texts {
    padding-bottom: 25px;
  }

  .banner-video_men .play_but button i {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 2.5;
  }

  .terding_zone_contact .benefit_contact h5 {
    font-size: 13px;
  }

  .terding_zone .terding_zone_contact h3 {
    font-size: 14px;
    line-height: 26px;
  }

  header .header_inner .header_btn .btn_bar {
    margin-right: 10px;
  }

  .btn-block.link-btn.subscribed_btn:before {
    content: "";
    position: absolute;
    right: 75px !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5.27049px;
    bottom: -6px;
    width: 141px !important;
    height: 46px !important;
  }
}

.changebox {
  overflow: hidden;
  transition: .5s;
  white-space: nowrap;
  height: 25px !important;
}

span.chacklist_text a {
  vertical-align: top;
  text-align: center;
}

.testimonial_popup .modal-dialog {
  margin: 0;
}

.testimonial_popup .modal-dialog {
  margin: 0;
  max-width: initial;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.testimonial_popup .modal-dialog .modal-content {
  max-width: 600px;
  border-radius: 0;
}

.testimonial_popup .modal-dialog .owl-item {
  width: 100% !important;
  margin: 0px !important;
}

.testimonial_popup .modal-header {
  padding: 0px;
  border: none;
}

.testimonial_popup button.close {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  padding: 0px;
  font-size: 32px;
  text-shadow: none;
  color: #fff;
  background: #2fb463;
  opacity: 1;
  border-radius: 100px;
  z-index: 9999999999999999 !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0;
}

.testimonial_popup .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #2d2d2d;
}

.testimonial_popup .modal-footer {
  display: none;
}

.testimonial_popup .modal-dialog .modal-content .modal-body {
  padding: 30px;
}

.testimonial_popup {
  padding: 0px 15px !important;
}

.testimonial_popup .content {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px;
}

.testimonial_popup .content::-webkit-scrollbar {
  width: 2px !important;
}

.testimonial_popup .content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* .testimonial_popup .content::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90);
} */
/* .testimonial_popup .content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
} */
.iframe-video-inner .modal-content {
  background: transparent;
  border: 0;
  max-width: 773px !important;
}

.iframe-video-inner .modal-body div {
  padding: 0px !important;
  height: auto !important;
  overflow: hidden;
}

.iframe-video-inner .modal-body div iframe {
  height: 500px !important;
  width: 100% !important;
  position: relative !important;
  margin-top: -60px;
}

.iframe-video-inner .close {
  top: 15px;
  right: 15px !important;
}

.elementary-reward-msg .modal-dialog {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%) !important;
  top: 50%;
  max-width: 500px;
}

.elementary-reward-msg.show {
  background: rgba(0, 0, 0, 0.4);
}

.elementary-reward-msg .modal-dialog .modal-header {
  padding-top: 50px;
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.elementary-reward-msg .modal-dialog .modal-header h5.modal-title {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #2fb463;
  font-size: 18px;
  font-weight: 600;
}

.elementary-reward-msg .modal-dialog .modal-header button.close {
  position: absolute;
  right: 15px;
  width: 50px;
  top: 15px;
  height: 50px;
  padding: 0 !important;
  background: #8be2ad;
  opacity: 1;
  text-shadow: none;
  font-size: 35px;
  color: #FFFF;
}

.elementary-reward-msg .modal-dialog .modal-body {
  text-align: center;
  background: #f7f7f7;
  padding: 50px !important;
}

.elementary-reward-msg .modal-dialog .modal-body p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}

.elementary-reward-msg .modal-dialog .modal-header::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  top: -30px;
  background: #2fb463;
  border-radius: 100px;
  margin: auto;
}

.elementary-reward-msg .modal-dialog .modal-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  border-bottom: 4px solid #FFF;
  border-right: 4px solid #FFF;
  margin: auto;
  top: -13px;
  height: 28px;
  width: 15px;
  z-index: 99;
}

.reward-scroll {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  overflow-x: auto;
}

.btn-block.link-btn.subscribed_btn:before {
  content: "";
  position: absolute;
  right: 31px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5.27049px;
  bottom: -6px;
  width: 180px;
  height: 54px;
  z-index: -1;
}

.btn-block.link-btn.subscribed_btn {
  position: relative;
  max-width: 228px;
}

.testmonial-slider-left.video-view {
  width: 100% !important;
}

.testmonial-slider-left.images-view {
  width: 100% !important;
  padding: 5px;
}

.testmonial-slider-left.images-view figure {
  width: 100% !important;
}

.testmonial-slider-left.images-view figure::after {
  display: none;
}

/* loader css for elementary subscription */
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

div#preloader.loader {
  background: rgba(0, 0, 0, 0.3);
}

.loader::before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2FB463;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.users_contact .logo_slider .owl-nav,
.users_contact .logo_slider .owl-dots {
  display: none !important;
}

.testmonial-slider-left.video-view iframe {
  max-width: 90%;
  margin: auto;
  display: block;
  width: 100%;
}

.about_indicator_left .banner-video video {
  object-fit: contain !important;
}

header .header_inner .navbar_menu ul li .hero__title {
  text-align: center;
  height: 24px;
  overflow: hidden;
}

@media (max-width:991px) {
  .testmonial-slider {
    padding-bottom: 50px;
  }

  .testmonial-slider .owl-nav button {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }

  .testmonial-slider .owl-nav button img {
    width: 18px;
  }

  .changebox {
    height: 15px !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.3s all;
  }

  span.chacklist_text {
    height: 41px;
    display: flex;
    align-items: center;
  }

  .changebox br {
    display: none;
  }

  .changebox span {
    width: 100%;
    height: 21px;
    display: flex;
    align-items: center;
  }

  header .header_inner .navbar_menu ul li .hero__title {
    text-align: left;
    height: 40px;
    overflow: hidden;
  }

}

@media (max-width:479px) {
  .testmonial-slider-left figure {
    position: relative;
    width: 100% !important;
    height: auto !important;
  }

  .testmonial-slider-left figure::after {
    display: none;
  }
}

.testmonial-slider-right.content-view {
  width: 100%;
}

.testmonial-slider-right {
  padding: 15px;
  border-radius: 10px;
}

.terding_zone .zone_warp p span {
  background: #2FB463;
  color: #fff;
  padding: 4px 15px;
  border-radius: 5px;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: proanicolor;
}

@keyframes proanicolor {
  0% {
    background: #139705;
    /*transform:scale(.8);*/
  }

  49% {
    background: #139705;
    /*transform:scale(1)*/
  }

  60% {
    background: #444;
    /*transform:scale(1)*/
  }

  99% {
    background: #444;
    /*transform:scale(1)*/
  }

  100% {
    background: #444;
    /*transform:scale(1)*/
  }
}

.testmonial-slider-right p {
  /*display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;*/
  padding-bottom: 0;
}

.positon-clint {
  padding-top: 15px;
  margin-top: 15px;
}

.testmonial-slider-right .show_hide {
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  color: #2fb463;
  font-family: 'Roboto', sans-serif;
  border: 0;
  background: none;
  padding: 0;
}

body.modal-open {
  overflow: hidden;
}

.testimonial_popup .testmonial-inx {
  display: block;
  padding: 0;
}

.testimonial_popup .testmonial-inx .testmonial-slider-left {
  padding-top: 0;
  max-width: 250px !important;
  width: 100% !important;
  margin: auto;
}

.testimonial_popup .testmonial-inx .testmonial-slider-left figure {
  width: 100% !important;
  height: auto !important;
}

.testimonial_popup .testmonial-inx .testmonial-slider-left figure::after {
  display: none;
}

.testimonial_popup .testmonial-inx .testmonial-slider-right {
  width: 100%;
  text-align: center;
  padding: 0;
}

.testimonial_popup .testmonial-inx .testmonial-slider-right .positon-clint::after {
  right: 0;
  margin: auto;
}

.modal-body-testimonial {
  padding: 50px;
}

.modal-body-testimonial .testmonial-slider-right p {
  display: block;
  -webkit-line-clamp: inherit;
}

.logo_slider figure img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.cricle_img li img {
  border: 2px solid #FFF;
  border-radius: 100px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes leftspin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes pulse {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1.2);
  }
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 20px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes color-change {
  0% {
    color: #2FB463;
  }

  50% {
    color: #444;
  }

  100% {
    color: #2FB463;
  }
}

.time_contact p span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #171618, #3bff3b);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.time_contact p span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #171618, #3bff3b);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.time_contact p span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #171618, #3bff3b);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.time_contact p span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #171618, #3bff3b);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.benefit_contact .white_box .white_box_inner span {
  animation: pulse 1s infinite ease-in-out alternate;
  width: 25px;
  height: 25px;
}

.benefit_contact .white_box .white_box_inner span img {
  width: auto;
  height: auto;
}

.help_warp .ask_text small {
  display: none;
}

.terding_zone .zone_warp h2.mobile-h2 {
  display: none;
}

.terding_zone .terding_zone_contact h3.mobile-h4 {
  display: none;
}

section.all-services-section {
  padding: 0px 0 100px;
}

section.all-services-section .benefit_contact h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 47px;
  line-height: 55px;
  color: #03230C;
  text-align: center;
  padding-bottom: 50px;
}

section.all-services-section .benefit_contact h2 span {
  color: #2fb463;
  position: relative;
}

section.all-services-section .benefit_contact h2 span::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  background-image: url(../image/shap_end.png);
  width: 140px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-video_men::before {
  display: none;
}

@media (max-width:1401px) {
  .benefit_contact .white_box p {
    font-size: 15px;
  }

  section.all-services-section .benefit_contact h2 {
    font-size: 44px;
    padding-bottom: 40px;
  }

  .terding_zone .terding_zone_contact h3 {
    font-size: 28px;
  }
}

@media (max-width:1199px) {
  section.all-services-section .benefit_contact h2 {
    font-size: 40px;
    line-height: normal;
  }

  .terding_zone .terding_zone_contact h3 {
    padding-left: 0;
  }

  .terding_zone .terding_zone_contact p {
    padding-top: 10px;
  }

  .benefit_contact .white_box {
    margin-right: 0;
    padding: 20px;
    height: 100%;
  }

  .terding_zone .terding_zone_contact h3 span {
    display: block;
  }
}

@media (max-width:991px) {
  .terding_zone .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .banner-video_men {
    max-width: 100%;
  }

  .terding_zone_contact {
    padding-top: 40px;
  }

  section.all-services-section .benefit_contact h2 span {
    display: block;
    max-width: 270px;
    margin: auto;
  }

  .benefit_contact ul li {
    width: 50%;
  }

  section.all-services-section .benefit_contact h2 {
    font-size: 33px;
    padding-bottom: 50px;
  }

  .company-happy-wrapper li:last-child {
    border-bottom: 1px solid #EEE;
  }

  .company-happy-wrapper li:nth-child(1) p {
    font-size: 18px;
  }

  header.header_bar.header_bgremove .header_inner .navbar_menu ul li a,
  .header_btn a#navbarDropdown {
    margin-right: 30px;
  }

  header.header_bar.header_bgremove .dropdown-toggle::after {
    width: 40px;
    height: 35px;
    top: 50% !important;
    right: 0;
    border-left: initial !important;
    transform: translateY(-50%);
  }

  header.header_bar.header_bgremove .header_inner .navbar_menu ul li a {
    display: block !important;
  }
}

@media (max-width:767px) {
  .terding_banner_contact strong {
    padding: 4px 11px;
    transform: rotate(-5.42deg);
  }

  .terding_banner_contact h1 {
    font-size: 27px;
    padding-top: 10px;
    line-height: 38px;
    padding-bottom: 0;
  }

  .terding_banner_contact h2 {
    font-size: 20px;
    line-height: 35px;
    padding-top: 10px;
  }

  .terding_banner_contact h2 span::before,
  .terding_banner_contact h1 span::before {
    width: 85%;
    height: 20px;
  }

  .banner-top_bar .banner-top_bar_left {
    max-width: 100%;
  }

  .cricle_img li img {
    width: 30px;
    height: 30px;
  }

  .terding_banner_contact p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
  }

  .terding_banner {
    padding-bottom: 150px;
    padding-top: 50px;
  }

  .banner-top_bar .banner-top_bar_right {
    width: 100%;
    position: absolute;
    bottom: 48px;
    max-width: 140px;
    right: 0;
  }

  .terding_banner_contact .btn_section {
    padding-top: 10px;
  }

  .btn_section p {
    padding-bottom: 0;
  }

  .terding_banner_contact .btn_section img {
    width: 125px;
  }

  .terding_banner_contact {
    padding-top: 0
  }

  .users_contact .usear_box h2, .users_contact .usear_box h3.users-heading-h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .btn_section p {
    font-size: 15px;
  }

  .inner_cricle .inner_icon_contact img {
    display: block;
  }

  .inner_cricle .inner_icon_contact {
    position: absolute;
    right: -51px;
    top: 20px;
    display: block;
  }

  .inner_cricle {
    padding-right: 0;
  }

  .terding_zone .zone_warp h2 {
    font-size: 26px;
    max-width: 400px;
  }

  .terding_zone .zone_warp h2::before {
    right: 11px;
    width: 60px;
    height: 60px;
    top: -27px;
  }

  .terding_zone .zone_warp p {
    font-size: 16px;
    line-height: 30px;
  }

  .terding_zone .terding_zone_contact h3 {
    font-size: 22px;
    line-height: 35px;
  }

  .terding_zone .terding_zone_contact p {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
  }

  .terding_zone .terding_zone_contact h3 {
    font-size: 22px;
    line-height: 35px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }

  /*.terding_zone .terding_zone_contact h3::before {content: ''; position: absolute; left: 0; right: 0; width: 100px; height: 5px; background: #2FB463; margin: auto; bottom: 0px;  }*/
  .terding_zone .zone_warp p {
    padding-bottom: 0
  }

  .terding_zone_contact .benefit_contact h5 {
    font-size: 15px;
  }

  .terding_zone_contact .benefit_contact {
    padding-top: 30px;
  }

  .benefit_contact .white_box p {
    font-size: 16px;
  }

  .banner-video_men {
    width: 100%;
    max-width: 100%;
  }

  .terding_zone_contact_right {
    padding-top: 0
  }

  .benefit_contact ul li:last-child {
    margin-bottom: 0
  }

  .terding_zone {
    padding-bottom: 115px;
  }

  .time_contact p {
    font-size: 20px;
    line-height: 30px;
  }

  .mobile_contact {
    margin-top: 50px;
  }

  .mobile_contact strong {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 0;
    border: 0;
  }

  .mobile_contact strong::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: #2FB463;
    margin: auto;
    bottom: 0px;
  }

  .mobile_inner_contact .mobile_texts {
    font-size: 26px;
    padding-top: 0;
    text-align: center;
  }

  .mobile_inner_contact p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 60px;
  }

  .mobile_box_inner li:last-child .mobile_box {
    margin-bottom: 0;
  }

  .mobile_box_inner .mobile_box p {
    font-size: 16px;
  }

  .btn_section p {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .btn_section {
    padding-top: 40px;
  }

  .company-happy-wrapper.client_feedback {
    margin-top: 0
  }

  .company-happy-wrapper li {
    width: 100%;
    border: 1px solid #EEE;
    margin-bottom: 15px;
    border-radius: 10px !important;
    padding: 0;
  }

  .company-happy-wrapper ul {
    box-shadow: none;
  }

  .company-happy-wrapper li strong {
    font-size: 16px;
  }

  .company-happy-wrapper li p {
    font-size: 18px;
  }

  .company-happy-wrapper li:last-child {
    margin-bottom: 0
  }

  .company-happy-wrapper {
    padding: 50px 0
  }

  .social_platform_bg_inner .stock_text {
    padding-left: 0;
  }

  .stock_img {
    padding-bottom: 0;
  }

  .social_platform_bg_inner .sub_but {
    margin-top: 0;
  }

  .social_platform_bg_inner .btn.btn-info {
    padding: 8px 15px;
    font-size: 14px;
  }

  .social_platform_bg_inner p {
    font-size: 16px;
    line-height: normal;
    padding-top: 10px;
  }

  .social_platform_bg_inner_right span::before {
    width: 45px;
    height: 45px;
  }

  .social_platform_bg_inner .gtf_logo_contact {
    padding-bottom: 15px;
  }

  .testmonial-wrapper {
    padding: 0px;
  }

  .slider_young .testminal-inner-left h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }

  .slider_young .testminal-inner-left h2::before {
    height: 10px;
    background-size: cover;
  }

  .testminal-inner-left p {
    font-size: 16px;
    line-height: 30px;
  }

  .testmonial-slider {
    margin-top: 40px;
  }

  .testmonial-slider-left figure {
    width: 100% !important;
    height: auto;
  }

  .testmonial-slider-left figure::after {
    display: none;
  }

  .testmonial-slider::after {
    display: none;
  }

  .testmonial-slider-left {
    padding: 0 0 20px;
  }

  .testmonial-slider-right p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .positon-clint p {
    text-align: center;
  }

  .positon-clint::after {
    display: none;
  }

  .positon-clint {
    padding-top: 0
  }

  .positon-clint {
    text-align: center;
  }

  .positon-clint span img {
    margin: auto;
  }

  .positon-clint p {
    font-size: 20px;
    line-height: 30px;
  }

  .positon-clint span {
    font-size: 16px;
    line-height: normal;
  }

  .idea_inner_contact_right {
    padding-bottom: 20px;
  }

  .ideas_contact .idea_bg .col-md-6 {
    text-align: center;
  }

  .idea_inner_body.modal-open {
    overflow: hidden;
  }

  .contact h2 {
    line-height: normal;
    font-size: 26px;
  }

  .idea_inner_contact p {
    font-size: 15px;
    line-height: normal;
  }

  .help_warp .ask_text {
    font-size: 22px;
    display: block;
    text-align: center;
    position: relative;
    padding-left: 0;
    border: 0;
    max-width: 306px;
    margin: auto auto 15px;
  }

  .help_warp .ask_text::before {
    content: '';
    position: absolute;
    left: -20px;
    width: 80px;
    height: 3px;
    top: 50%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(47, 180, 99, 1) 100%);
    transform: translateY(-50%);
    border-radius: 10px;
  }

  .help_warp .ask_text::after {
    content: '';
    position: absolute;
    right: 0;
    width: 60px;
    height: 3px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    background: rgb(47, 180, 99);
    background: linear-gradient(90deg, rgba(47, 180, 99, 1) 35%, rgba(255, 255, 255, 1) 100%);
  }

  .help_warp p {
    font-size: 26px;
    padding-top: 0;
    text-align: center;
  }

  .accodian_qustion .accordion-item .accordion-button {
    font-size: 15px;
    line-height: 25px;
  }

  .accodian_qustion .accordion-item {
    margin-bottom: 15px;
  }

  .accodian_qustion {
    padding-bottom: 50px;
  }

  .terding_zone .terding_zone_contact p {
    text-align: left;
  }

  .accodian_qustion .accordion-item .accordion-button {
    border: 1px solid #DDD;
  }

  .accodian_qustion .accordion-item .accordion-button[aria-expanded="true"] {
    border-color: #2FB463
  }

  .accodian_qustion_inner_right {
    display: none;
  }

  .accodian_qustion_inner {
    margin-top: 0
  }

  .help_warp p {
    padding-bottom: 30px;
  }

  .accodian_qustion .accordion-item .accordion-body {
    padding: 10px 15px 15px;
  }

  .accodian_qustion .accordion-item .accordion-button {
    padding: 15px 35px 15px 15px;
  }

  .terding_banner_contact h2 span::before,
  .terding_banner_contact h1 span::before {
    display: none;
  }

  .testmonial-slider .owl-nav {
    bottom: -37px;
    margin: auto;
    left: 0;
    justify-content: center;
    width: 100%;
    margin-left: -10px;
  }

  .testmonial-slider .owl-nav button {
    width: 30px;
    height: 30px;
  }

  .testimonial_popup .modal-dialog .modal-content .modal-body {
    padding: 0;
  }

  .iframe-video-inner .modal-body div iframe {
    height: 350px !important;
  }

  .iframe-video-inner .close {
    top: -34px;
  }

  .testimonial_popup .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }

  .testmonial-slider-right .show_hide {
    display: block;
    text-align: center;
  }

  .modal-body-testimonial {
    padding: 15px;
  }

  .modal-body-testimonial .testmonial-slider-right p {
    font-size: 14px;
  }

  .modal-body-testimonial .testmonial-slider-right p {
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
  }

  .bg-gray {
    padding: 50px 0 0;
  }

  .help_warp p {
    line-height: normal;
  }

  .help_warp .ask_text small {
    display: block;
    font-size: 24px;
  }

  .help_warp .ask_text span {
    display: none;
  }

  .help_warp .ask_text {
    max-width: 190px;
  }

  .terding_zone .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .terding_banner_contact .btn_section {
    display: none;
  }

  .terding_zone .banner-video {
    width: 100%;
    height: 365px;
    padding: 0;
  }

  .inner_cricle .inner_icon_contact {
    position: absolute;
    right: inherit;
    top: 22px;
    display: block;
    max-width: 100px;
  }

  .banner-video_men:hover .play_but {
    display: none;
  }

  .terding_zone .zone_warp h2.mobile-h2 {
    display: block;
  }

  .terding_zone .terding_zone_contact h3.mobile-h4 {
    display: block;
  }

  .terding_zone .zone_warp h2.desktop-h2 {
    display: none;
  }

  .terding_zone .terding_zone_contact h3.desktop-h4 {
    display: none;
  }

  .terding_zone .terding_zone_contact h3.mobile-h4 {
    display: block;
    padding: 0;
    border: 0;
    color: #03230C;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
  }

  .terding_zone .terding_zone_contact h3.mobile-h4 span {
    color: #2FB463;
  }

  .inner_cricle .inner_icon_contact {
    top: 30px;
    left: 30px;
  }

  .bg-gray {
    padding: 0;
  }

  .terding_zone .terding_zone_contact p {
    padding-bottom: 15px;
  }

  .terding_zone .terding_zone_contact h3 {
    margin-bottom: 15px;
  }

  section.all-services-section .benefit_contact h2 {
    font-size: 26px;
    padding-bottom: 40px;
  }

  .terding_zone {
    padding-bottom: 60px;
  }

  section.all-services-section .benefit_contact h2 span {
    max-width: 215px;
  }

  section.all-services-section {
    padding: 0px 0 75px;
  }

  .benefit_contact ul li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }

  .benefit_contact ul {
    margin: -10px 0;
  }

  .terding_zone .banner-video {
    height: auto;
  }

  .terding_zone .zone_warp h2 u::before {
    right: -8px;
    bottom: -8px;
    width: 120px;
    height: 10px;
  }

  section.all-services-section .benefit_contact h2 span::before {
    right: -8px;
    bottom: -8px;
    width: 120px;
    height: 10px;
  }

  .users_contact {
    padding-bottom: 0;
  }

  .terding_banner_contact h2 span,
  .terding_banner_contact h1 span {
    display: inline;
  }

  .terding_banner_contact h2 {
    line-height: normal;
  }

  .terding_zone .terding_zone_contact h3.mobile-h4 span {
    display: inline-block;
  }
}

@media (max-width:399px) {
  .terding_banner_contact .btn_section img {
    width: 115px;
  }

  .banner-top_bar .banner-top_bar_right {
    max-width: 120px;
  }

  .terding_banner {
    padding-bottom: 130px;
  }
}

@media (max-width:360px) {
  .terding_banner_contact .btn_section img {
    width: 90px;
  }
}



.top_notification_alert_bar {
  padding: 10px !important;
  position: relative;
  border-radius: 0;
}

.top_notification_alert_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
}

.top_notification_alert_bar {
  padding-right: 70px !important;
  transition: 0.3s ease-in-out;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.alert-dismissible .close {
  height: 100%;
  width: 50px;
}

header.header_bar.header_bgremove .header_inner .navbar_menu ul li a {
  display: initial;
}

header.header_bar.header_bgremove .header_inner .navbar_menu ul li {
  position: inherit;
  display: inherit;
  padding: inherit;
  border-right: inherit;
  line-height: inherit;
}

section.company-happy-wrapper.logo_bgremove li:hover {
  background: initial;
}

section.company-happy-wrapper.logo_bgremove li:hover figure {
  background: #FFFAE5 !important;
}

.section.company-happy-wrapper.logo_bgremove li:hover p {
  color: rgba(0, 0, 0, 0.87) !important;
}

.accordion-item .accordion-body ul {
  list-style: disc;
  list-style-position: inside;
}

.elementary-reward-msg .modal-dialog .modal-header {
  padding-top: 45px !important;
  margin-top: 30px;
  margin-bottom: 18px;
}




/* New css -22-12-2023 */
.terding_zone .terding_zone_contact p.p-heading-same {
  padding: 0 !important;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  color: #03230C;
  padding-top: 20px !important;
}

.terding_zone .terding_zone_contact p.p-heading-same span {
  color: #2FB463;
}

h2.h2-heading-same {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, .3);
  position: relative;
  padding-left: 0;
  margin: 0;
}

.new_stock_section {
  background: #F3F3F3;
  margin-top: 80px;
  padding: 72px 0px;
  position: relative;
}

.new_stock_section .same_text {
  text-align: left;
}

.new_stock_section .same_heading {
  text-align: left;
}

.new_stock_section .new_stock_section_contact {
  padding-bottom: 35px;
}

.new_stock_section .new_stock_section_left {
  height: 100%;
}

.new_stock_section .new_stock_section_left ul {
  display: block;
  height: 100%;
  margin: 0 !important;
}

.new_stock_section .new_stock_section_left ul .nav-link {
  border-radius: 10px;
  border: 1px solid rgba(47, 180, 99, 0.30);
  background: rgba(47, 180, 99, 0.10);
  color: rgba(0, 0, 0, 0.80);
  font-size: 16px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  padding: 15px;
  width: 275px !important;
  text-align: left;
  position: relative;
}

.new_stock_section .new_stock_section_left ul {
  max-height: 444px;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
}

.new_stock_section .new_stock_section_left ul {
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.new_stock_section .new_stock_section_left ul::-webkit-scrollbar {
  width: 0px;
}

.new_stock_section .new_stock_section_left ul::-webkit-scrollbar-track {
  background-color: #F7F7F7;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.new_stock_section .new_stock_section_left ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #2FB463;
}

.new_stock_section .new_stock_section_left ul .nav-item {
  width: 100%;
  background: none;
  margin-bottom: 16px;
}

.new_stock_section .new_stock_section_left ul .nav-item:last-child {
  margin: 0;
}

.new_stock_section .new_stock_section_left ul .nav-link.active {
  background: #2FB463;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.10);
  color: #fff;
}

.new_stock_section .new_stock_section_left ul .nav-link::before {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../image/sotck_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.42px;
  height: 17.111px;
  display: none;
}

.new_stock_section .new_stock_section_left ul .nav-link.active::before {
  display: block;
}

.new_stock_section .new_stock_section_right {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.10);
  padding: 34px 24px;
}

.new_stock_section .new_stock_section_right .trade_box_left {
  height: 100%;
}

.new_stock_section .new_stock_section_right .trade_box_left h2, .new_stock_section .new_stock_section_right .trade_box_left h3 {
  color: #2FB463;
  font-size: 21px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  padding-bottom: 13px;
  margin-bottom: 13px;
  position: relative;
}

.new_stock_section .new_stock_section_right .trade_box_left h2:before, .new_stock_section .new_stock_section_right .trade_box_left h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43.168px;
  height: 1.402px;
  background: #2FB463;
}

.new_stock_section .new_stock_section_right .trade_box_left p {
  margin: 0;
  color: rgba(32, 32, 32, 0.80);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
}

.new_stock_section .new_stock_section_right .trade_box_right {
  height: 100%;
}

.new_stock_section .new_stock_section_right .trade_box_right figure img {
  border-radius: 10px;
}

.new_stock_section::before {
  content: "";
  position: absolute;
  right: 71px;
  /* background-image: url(https://www.gettogetherfinance.com/frontend_asset/main_pages/images/new_stock_vetor.png); */
  background-image: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/frontend_asset/main_pages/images/new_stock_vetor.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95.619px;
  height: 115.604px;
  top: 120px;
}

section.new_stock_section p.same_text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .47em;
  color: rgba(0, 0, 0, .3);
  margin: 0;
  padding-bottom: 11px;
}

section.new_stock_section h2.same_heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 45px;
  color: #2fb463;
  position: relative;
  display: block;
}

section.new_stock_section h2.same_heading span {
  position: relative;
}

section.new_stock_section h2.same_heading span::before {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../image/shap.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 13px;
  bottom: -14px;
}

.options_section .options_section_warp {
  border-radius: 20px;
  background: linear-gradient(90deg, #00A3FF -0.81%, #031F3A 100.71%);
  padding-left: 52px;
  padding-right: 41px;
}

.options_section .options_section_warp .row {
  align-items: center;
}

.options_section .options_section_warp .options_section_left h2, .options_section .options_section_warp .options_section_left h3.conclusion-heading-h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  font-family: Montserrat, sans-serif;
  padding-bottom: 16px;
}

.options_section .options_section_warp .options_section_left h2 span, .options_section .options_section_warp .options_section_left h3.conclusion-heading-h3 span {
  position: relative;
  display: inline-block;
}

.options_section .options_section_warp .options_section_left h2 span::before, .options_section .options_section_warp .options_section_left h3.conclusion-heading-h3 span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  background-image: url(../image/stock_yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 106.769px;
  height: 10.75px;
}

.options_section .options_section_warp .options_section_left p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding-top: 20px;
  max-width: 640px;
}

.options_section {
  margin-bottom: 88px;
}

@media (max-width:1600px) {

  .new_stock_section::before {
    right: 10px;
    width: 70.619px;
    height: 89.604px;
    top: 70px;
  }

}

@media (max-width: 1401px) {
  .terding_zone .terding_zone_contact p.p-heading-same {
    text-align: initial !important;
    font-size: 28px;
  }

  .terding_zone .terding_zone_contact p.p-heading-same {
    padding-top: 10px !important;
    line-height: 40px;
  }

  .new_stock_section .new_stock_section_left ul .nav-link {
    font-size: 15px;
    padding: 15px;
    width: 250px !important;

  }

  .new_stock_section {
    padding: 45px 0px;
    margin-top: 60px;

  }

  .new_stock_section::before {
    right: 10px;
    width: 70.619px;
    height: 89.604px;
    top: 35px;
  }

  .options_section .options_section_warp .options_section_left h2, .options_section .options_section_warp .options_section_left h3.conclusion-heading-h3 {
    font-size: 26px;
  }
}

@media (max-width:1199px) {
  h2.h2-heading-same {
    font-size: 15px;
  }

  .new_stock_section .new_stock_section_left ul .nav-link {
    font-size: 14px;
    padding: 15px;
    width: 203px !important;
  }

  .new_stock_section .new_stock_section_right {
    padding: 20px 20px;
  }

  .new_stock_section .new_stock_section_right .trade_box_left p {
    font-size: 14px;

  }

  .options_section_left {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width:991px) {
  .terding_zone .terding_zone_contact p.p-heading-same {
    padding-bottom: 15px !important;
    font-size: 26px;
    line-height: 35px;
  }

  h2.h2-heading-same {
    font-size: 14px;
  }

  .new_stock_section .row {
    display: block;
  }

  .new_stock_section .row .col-md-3 {
    width: 100%;
  }

  .new_stock_section .row .col-md-9 {
    width: 100%;
  }

  .new_stock_section .new_stock_section_left ul {
    display: flex;
    white-space: nowrap;
    flex-wrap: inherit;
    overflow: hidden;
    overflow-x: auto;
  }

  .new_stock_section .new_stock_section_left ul .nav-link::before {
    content: "";
    position: absolute;
    right: 0;
    top: inherit;
    transform: rotate(90deg);
    background-image: url(../image/sotck_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9.42px;
    height: 17.111px;
    display: none;
    left: 0;
    bottom: -12px;
    margin: auto;
  }

  .new_stock_section .new_stock_section_left ul .nav-item {
    width: auto;
    background: none;
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .new_stock_section .new_stock_section_left ul .nav-link {
    font-size: 13px;
    padding: 5px;
    width: auto !important;
  }

  .new_stock_section .new_stock_section_left {
    height: 100%;
    margin-bottom: 10px;
  }

  .new_stock_section .new_stock_section_right .trade_box_right {
    height: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .trade_box .row {
    flex-direction: column-reverse;
    display: flex;
  }

  .new_stock_section .new_stock_section_right .trade_box_right {
    height: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .trade_box .col-md-6 {
    width: 100%;
  }

  section.new_stock_section h2.same_heading {
    font-size: 28px;
    line-height: 40px;
  }

  .options_section .options_section_warp {
    padding-left: 30px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .options_section .options_section_warp .options_section_left h2, .options_section .options_section_warp .options_section_left h3.conclusion-heading-h3 {
    font-size: 22px;
    padding-bottom: 0px;
  }
}

@media (max-width:767px) {
  .new_stock_section::before {
    display: none;
  }

  section.new_stock_section h2.same_heading {
    font-size: 22px;
  }

  section.new_stock_section h2.same_heading span::before {
    width: 96px !important;
    height: 13px !important;
    bottom: -14px !important;
    background-size: contain !important;
  }

  .options_section .options_section_warp .options_section_right {
    margin-bottom: 25px;
    text-align: center;
  }

  .options_section .options_section_warp .row {
    align-items: center;
    flex-direction: column-reverse;
  }

  .new_stock_section::before {
    display: none;
  }

  .options_section .options_section_warp {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width:991px) {
header .header_inner .navbar_menu ul {
  height: auto;
  width: 100%;
}
header .header_inner .header_btn {
  padding-right: 0;
  width: auto;
  text-align: left;
}
header.header_bar.header_bgremove .header_inner .navbar_menu ul li a, .header_btn a#navbarDropdown {
  margin-right: 0;
}
}

/* .accodian_qustion.elementary-faq .accordion {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  margin: -15px;
}
.accodian_qustion.elementary-faq .accordion .accordion-item {
  width: 50%;
  padding: 15px;
  margin: 0;
}
.accodian_qustion.elementary-faq .inner_accodian {
  max-height: inherit !important;
  overflow: unset;
} */

.accodian_qustion .accordion-item{padding: 5px;margin-bottom: 14px;}
.accodian_qustion .accordion-item .accordion-button{    background: #EEFBF3;border: 1px solid rgba(47, 180, 99, 0.1);box-shadow: none;font-weight: 400;}
@media (max-width: 991px) {
  .ideas_contact{padding-bottom: 60px;}
}
@media (max-width: 767px) {
  .accodian_qustion .accordion-item .accordion-button{font-size: 14px; line-height: 23px;}
  .accodian_qustion {padding-bottom: 0;}
  .options_section {
    margin-bottom: 0;
   
}
}
@media (max-width: 767px) {
  .terding_zone .banner-video {
      width: 100%;
      height: 275px;
      padding: 0;
      object-fit: cover;
  }
}

.mobile_inner_contact_right img{mix-blend-mode: darken;}