@charset "UTF-8";

@font-face {
  font-family: "Gotham";
  src: url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Thin.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Bold.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Black.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Condensed";
  src: url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/GothamCondensed-Medium.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/GothamCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Condensed";
  src: url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/GothamCondensed-Light.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/GothamCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Light.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Medium.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Ultra";
  src: url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Ultra.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/Gotham-Ultra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/GothamPro.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/GothamPro-LightItalic.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/survey/assets/sse_lan/css/fonts/GothamPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

.header.fixed {
  position: fixed;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Gotham Pro";
  font-weight: 500;
}

/* html {
	-webkit-text-size-adjust: none;
} */
:root {
  font-size: 0.0462962962962963vw;
}

html,
body {
  height: 100%;
  font-family: "Gotham Pro";
  font-size: 1rem;
}
.wow {
  visibility: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

a {
  color: #14b5f0;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  vertical-align: top;
}
.container-fluid.plr {
  padding: 12px 55px 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.section.container.main-banner {
  padding-bottom: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
.con-right img {
  max-width: 75%;
}
.con-right {
  text-align: right;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

a {
  text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

a {
  outline: none;
  cursor: pointer;
}

/* End hide from IE Mac */
.none {
  display: none;
}

/* End Clearfix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  width: 100%;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* For IE 6/7 (trigger hasLayout) */
/* .main-container {
    width: 800pt;
    margin: 0 auto;
    height: 595pt !important;
    padding: 0 15pt 20pt 15pt;
    padding-top: 30remrem;
    position: relative;
} */
.btn.submit_form:focus {
  border-top: 4rem solid #755ba2 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

header {
  position: fixed;
  top: 0;
  background: #fff;
  padding: 12rem 0 12rem;
  z-index: 9;
  width: 100%;
  transition: 0.2s ease-in;
}
header.scroll {
  box-shadow: 0 0 7rem 0rem #d1d1d1;
}

.banner-info p {
  font-size: 16rem;
  line-height: 20rem;
  padding-bottom: 0rem;
  color: #b0bc25;
  font-weight: 500;
  line-height: 23rem;
  font-family: Gotham;
  font-weight: 500;
}

p {
  font-size: 18rem;
  line-height: 1.6;
  padding-bottom: 24rem;
  font-weight: 500;
}

.colcon {
  position: relative;
}

.ileftimg {
  position: absolute;
  width: 33rem;
  margin-right: 10rem;
}

.contentright {
  padding-left: 42rem;
  position: relative;
}

h2 {
  font-size: 42rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 0;
  font-family: "Gotham";
}

h3 {
  margin-bottom: 15rem;
  font-size: 48rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 35rem;
  font-family: Gotham;
}

.lastul {
  padding-top: 18rem;
}

h4 {
  margin-bottom: 40rem;
  color: #000;
  font-size: 40rem;
  line-height: 1.2em;
}

h5 {
  font-size: 24rem;
  margin-bottom: 50rem;
  color: #000000;
  line-height: 1.4em;
  font-weight: 400;
}
.background-bg {
  max-width: 70%;
}
:root {
  --orange: #ea7926;
  --blue: #3d85c6;
  --grey: #717171;
  --black: #000000;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18rem;
  color: var(--purple);
  margin: 0 !important;
  overflow-x: hidden !important;
  position: relative;
  width: 100vw;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1800rem;
}

.btn-primary.blue:hover {
  background: var(--purple);
}

h1 {
  font-size: 68rem;
  line-height: 1.2;
  color: var(--blue);
  margin-bottom: 50rem;
   font-family: "Gotham";
  font-weight: 700;
}

h1 span {
  color: var(--orange);
}

h2.head {
  font-size: 45rem;
  line-height: 1.2;
  color: var(--purple);
  margin-bottom: 20rem;
}

h2.head span {
  color: var(--orange);
}
/* .wow {
  visibility: hidden;
} */
.btn-primary.blue {
  background: var(--blue);
  padding: 20rem 30rem 16rem;
  color: #fff;
  font-size: 16rem;
  font-weight: 600;
  border-radius: 2px;
  letter-spacing: 0.5rem;
  display: inline-block;
  transition: 0.2s ease-in;
  text-transform: uppercase;
}

.main-banner .btn-primary.blue {
  margin-top: 35rem;
}

/*--------------- content css start------------*/
/* header */
.llogo img {
  width: 220rem;
  margin-left: 0rem;
}

.trs-link {
  position: relative;
  display: flex;
  padding: 1rem;
}

.dropdown-toggle {
  white-space: nowrap;
}

.lg-tr .sl-tr {
  display: inline-block;
  width: 30rem;
}
.pt-tab .tab-panels-top {
  padding-top: 10rem;
}
.trs-link span.d-lg-flex {
  position: absolute;
  right: 0rem;
  top: 10.325rem;
}

.d-lg-flex {
  display: flex !important;
}

.trs-link .menu-arrow {
  width: 9rem;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.95rem;
  color: #2a0235;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}

.font-20 {
  font-size: 20rem;
}

.dropdown-menu {
  font-size: 0.95rem;
  color: #2a0235;
  text-align: left;
  list-style: none;
}

.country-row {
  display: block;
  padding-bottom: 20rem;
}

.lg-ctry {
  font-size: 14rem;
  font-weight: 500;
  margin: 0;
}

.nav-item.dropdown .dropdown-menu .lg-item {
  display: inline-block;
  border: 0;
  padding: 5rem 10rem;
  font-size: 12rem;
  color: #383f47;
  border-radius: 3rem;
  cursor: pointer;
}

.lg-item img {
  width: 22rem;
  margin-right: 5rem;
  border: 0.5rem solid #ccc;
  border-radius: 50rem;
}

.country-row:last-child,
.lg-mob .lg-tr-drp-dwn .country-row:last-child {
  padding-bottom: 0;
}
.country-row:last-child,
.lg-mob .lg-tr-drp-dwn .country-row:last-child {
  display: none;
}
.nav-item.dropdown:hover .dropdown-menu.lg-tr-drp-dwn {
  padding: 20rem;
}
#mobilephone + label {
  padding-left: 80px;
}
.trs-link {
  position: relative;
  display: flex;
  padding: 1rem;
  white-space: nowrap;
}
.container-fluid.plr {
  padding: 14px 55px 6px;
}

.btn {
  background: #3d85c6;
  color: #fff;
  line-height: 20rem;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 20rem;
  padding: 15rem 26rem;
  padding-right: 26rem;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 46px !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal::before {
  content: "\2192";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-weight: bold;
}
.btn:hover {
  background: #ec9b31;
  color: #fff;
}
.btn:hover {
  text-decoration: none;
}
.footer-home {
  background: #f1f3f4;
  padding: 20px 0;
}
.footer-home p {
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 0;
}
.llogo {
  padding-top: 26px;
}
a:hover,
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -mz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.llogo .tataLogo {
  width: 271rem;
}
.text-right {
  text-align: right !important;
}
.tata-logo-right {
  width: 60rem;
}
.langselect .nav-item.dropdown {
  width: 59rem;
  float: right;
}

.nav-item.dropdown:hover .lg-tr-drp-dwn {
  display: block;
  min-width: max-content;
  min-height: 120rem;
  border-radius: 3rem;
  padding: 20rem;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50rem 0 rgba(0, 0, 0, 0.07),
    0 0 5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50rem 0 rgba(0, 0, 0, 0.07), 0 0 5rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  border: 0;
}

.lg-ctry,
header .lg-mob .lg-tr-drp-dwn .country-row {
  padding-bottom: 10rem;
}

.lg-mob .dropdown-menu .lg-item.selected,
.nav-item.dropdown:hover .dropdown-menu .lg-item.selected {
  border: 0.5rem solid #c4c4c4;
  font-weight: 500;
}

.lg-mob .dropdown-menu .lg-item,
.nav-item.dropdown:hover .dropdown-menu .lg-item {
  display: inline-block;
  border: 0;
  padding: 5rem 10rem;
  font-size: 12rem;
  color: #383f47;
  border-radius: 3rem;
}

.small-head {
  font-size: 22rem;
  color: #290a38;
  font-weight: 500;
}

.small-head span {
  color: #ff6329;
  font-weight: 500;
}

.langselect .dropdown-toggle::after {
  content: none;
}

/* content */
.main-banner {
  /* height: 100vh; */
  display: flex;
  align-items: flex-end;
  padding: 100rem 0rem;
}
/* .main-banner {
  padding-left: calc((100% - 1800rem) / 2)!important;
} */
.main-con {
  padding-right: 75rem;
}

.con-right {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  }
.main-banner .row {
  width: 100%;
}
 

.section {
  padding: 100rem 44rem;
}
.right-section-img img {
  padding-left: 100rem;
}
.right-section {
  /* padding-left: 60rem; */
  padding-left: 65rem;
  padding-right: 65rem;
}
.left-section-con {
  padding-right: 180rem;
}

.padding-right-100 {
  padding-right: 102rem;
}

.img-left {
  padding-right: 60rem;
}

.blue-section {
  text-align: center;
  background-color: #edfaff;
  padding: 50rem;
  position: relative;
}

.blue-section::before {
  content: "";
  position: absolute;
  left: 0;
  border-top: 80rem solid white;
  border-right: 80rem solid #edfaff;
  width: 80rem;
  height: 80rem;
  top: 0;
}

.blue-section:after {
  content: "";
  position: absolute;
  right: 0;
  border-bottom: 80rem solid white;
  border-left: 80rem solid #edfaff;
  width: 80rem;
  height: 80rem;
  bottom: 0;
}

.ques-section {
  position: relative;
}

.ques-section:before {
  content: "";
  background-image: url(https://www.tatacommunications.com/apps/survey/assets/sse_lan/images/green.svg);
  width: 150rem;
  height: 150rem;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0rem;
  left: 80rem;
  background-size: 75%;
  animation-delay: 0.8s;
  animation-name: fadeIn;
}

.ques-section:after {
  content: "";
  background-image: url(https://www.tatacommunications.com/apps/survey/assets/sse_lan/images/purple.svg);
  width: 150rem;
  height: 150rem;
  position: absolute;
  background-repeat: no-repeat;
  top: 0rem;
  right: 45rem;
  background-size: 75%;
  animation-delay: 0.8s;
  animation-name: fadeIn;
}

.ques-section a.btn-primary.blue:before {
  content: "";
  background-image: url(https://www.tatacommunications.com/apps/survey/assets/sse_lan/images/right-arrow.svg);
  width: 27rem;
  height: 40rem;
  position: absolute;
  background-repeat: no-repeat;
  top: 18rem;
  left: -45rem;
  background-size: 100%;
}

.ques-section a.btn-primary.blue:after {
  content: "";
  background-image: url(https://www.tatacommunications.com/apps/survey/assets/sse_lan/images/left-arrow.svg);
  width: 27rem;
  height: 40rem;
  position: absolute;
  background-repeat: no-repeat;
  top: 18rem;
  right: -45rem;
  background-size: 100%;
}

.ques-section a.btn-primary.blue {
  position: relative;
}

.text-full {
  text-align: center;
  justify-content: center;
  padding-top: 20rem;
  padding-bottom: 65rem;
}

.text-full p {
  width: 70%;
}

.accordion-item button {
  font-size: 32rem !important;
}

.accordion-item {
  border-bottom: 1.4rem solid #cccccc !important;
  border: 0;
}

.card-body {
  padding: 5rem 20rem 20rem 0rem;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #ffffff;
  box-shadow: unset !important;
}

.accordion-item button {
  padding: 25rem 0 20rem !important;
}

.accordion-item .accordion-button.current {
  font-weight: 700;
  transition: 0.2s ease;
}

.accordion-item:nth-child(1) .accordion-button.current.collapsed,
.accordion-item:nth-child(2) .accordion-button.current.collapsed,
.accordion-item:nth-child(3) .accordion-button.current.collapsed,
.accordion-item:nth-child(4) .accordion-button.current.collapsed,
.accordion-item:nth-child(5) .accordion-button.current.collapsed {
  color: #000000;
  font-weight: 500;
}

.right-image-sec.current {
  visibility: visible;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-name: slideInUpSmall;
  position: relative;
  overflow: hidden;
}

.accordion-item .accordion-button.current {
  color: #3D85C6;
  font-weight: 500;
  font-family: Gotham;
}

 

.accordion-item:last-child {
  border-bottom: 0rem solid #e5e5e5 !important;
}

.accordion-item:nth-child(1) .accordion-button.current:before {
  color: #290a38;
}

.right-image-sec {
  display: none;
}
.popupRight {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.pop-img.order-delivered {
  position: absolute;
  top: 7rem;
  width: 432rem;
  left: 29rem;
}
.pop-img.rating {
  position: absolute;
  top: 295rem;
  width: 292rem;
  left: 278rem;
}
.pop-img.mobilepop {
  position: absolute;
  top: 9rem;
  width: 595rem;
  left: -63rem;
}
.pop-img.customer-exp-g {
  position: absolute;
  top: 0;
  width: 640rem;
  right: 0;
  z-index: 1;
}
.right-image-sec.current {
  display: block;
}
#five .pop-img.customer-exp-g {
  width: 686rem;
}
.pop-img.mobilepop1 {
  width: 420rem;
  position: absolute;
  top: 93rem;
}
#five .pop-img.mobilepop {
  position: absolute;
  top: 283rem;
  width: 375rem;
  left: 55rem;
}
#five .pop-img.mobilepop img {
  padding-left: 0;
}
#myAccordion {
  padding-left: 150rem;
}
#three .pop-img.customer-exp-g {
  width: 674rem;
  top: 0rem;
  right: 0rem;
}
#three .pop-img.mobilepop {
  width: 468rem;
  left: -50rem;
}
#four .pop-img.customer-exp-g {
  width: 660rem;
}
#four .pop-img.mobilepop {
  position: absolute;
  top: -19rem;
  width: 765rem;
  right: auto;
  left: -38rem;
}
@keyframes slideInUpSmall {
  0% {
    transform: translate3d(0, 15%, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.accordion {
  --bs-accordion-btn-focus-border-color: unset !important;
  --bs-accordion-btn-focus-box-shadow: unset !important;
}

.accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.accordion-item .accordion-button:after {
  content: "";
  width: 18rem;
  height: 18rem;
  position: absolute;
  background-repeat: no-repeat;
  top: 35rem;
  right: 5rem;
  background-size: 100%; transform: rotate(-90deg);
}

.accordion-item .accordion-button:after {
  background-image: url(https://www.tatacommunications.com/apps/survey/assets/sse_lan/images/arrow-bottom.svg);
}
 
 
.accordion-section {
  padding-bottom:175rem;
  position: relative;
}
.tab-section {
  position: relative;
  padding-top: 65rem;
  padding-bottom: 270rem;
}

.section.two-section.end-sec p {
  padding-top: 20px;
}
.tab-section:before {
  content: "";
  background-image: url(https://www.tatacommunications.com/apps/survey/assets/sse_lan/images/Line.svg);
  width: 280rem;
  height: 5rem;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  background-size: 100%;
  left: 43.5%;
}

 
.survey-section .container {
    padding: 0rem !important;
  position: relative;

  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 25%;
}
.back-purple .btn-primary.blue:hover {
  background: #ff6429;
  transition: 0.3s ease-in;
}

/* .back-purple::before {
  content: "";
  position: absolute;
  left: 0;
  border-top: 100rem solid white;
  border-right: 100rem solid #290A38;
  width: 100rem;
  height: 100rem;
  top: 0;
}

.back-purple:after {
  content: "";
  position: absolute;
  right: 0;
  border-bottom: 100rem solid white;
  border-left: 100rem solid #452966;
  width: 100rem;
  height: 100rem;
  bottom: 0;
} */

.section.footer {
  padding: 0;
}

.section.footer .content-foot {
  border-top: 1.4rem solid #08030a;
  padding: 40rem 0rem;
}

.survey-section {
  padding-top: 60rem;
  padding-bottom: 90rem;
  position: relative;
}

.footer a {
  text-decoration: underline;
}

.footer a:hover {
  color: #ff6429;
}

.footer p {
  font-size: 16rem;
  padding-bottom: 0rem !important;
  line-height: 1.1em;
  padding-top: 10rem;
}

.footer img {
  width: 126rem;
  margin-right: 40rem;
}

.social-icons img {
  width: 34rem !important;
  margin-right: 0rem !important;
  margin-left: 30rem;
}

.social-icons {
  justify-content: right;
}

.icons-si:hover .normal,
.icons-si .hover {
  display: none;
  transition: 0.2s ease-in;
}

.icons-si:hover .hover {
  display: block;
}

.tab-panel {
  display: none;
}

.tab-panel.current {
  display: block;
}

.tab-panels-top {
  cursor: pointer;
}
.main-banner p {
  padding-right: 170rem;
  padding-bottom: 40rem;
}
.main-banner h1 {
  margin-bottom: 40rem;
}
ul.tab-panels-top {
  display: flex;
}
ul.tab-panels-top li {
  margin-right: 20rem;
}
.tab-panel {
  margin-top: 40rem;
  visibility: visible;
  /* animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-name: slideInUpSmall; */
}
.right-view {
  position: absolute;
  top: -40rem;
  right: 0;
  width: 720rem;
}
.card-body .font-tab {
  margin-top: 0;
}
.font-tab {
  font-size: 23rem;
  margin-top: 15px;
  padding-bottom: 10px;
}
.section.two-section.end-sec {
  padding-top: 100rem !important;
  background-image: url(https://www.tatacommunications.com/apps/survey/assets/sse_lan/images/bg-assessment.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
ul.tab-panels-top li {
  margin-right: 20rem;
  font-size: 28rem;
  color: #08030a;
  font-weight: 400;
  padding: 15rem 20rem 10rem 0;
  position: relative;
  line-height: 1.4em;
  width: 33%;
}
ul.tab-panels-top li.current {
  border-bottom: 2px solid #EA7926;
  color: #3D85C6;
  font-family: Gotham;
  font-weight: 500;
}
.left-tab-c p {
  font-size: 24rem;
}
#exTab2 {
  position: relative;
}
/* ul.tab-panels-top li:nth-child(1) {
  border-bottom: 3rem solid #ff6329;
}
ul.tab-panels-top li:nth-child(2) {
  border-bottom: 3rem solid #14b5f0;
}
ul.tab-panels-top li:nth-child(3) {
  border-bottom: 3rem solid #00d173;
}
ul.tab-panels-top li.current:nth-child(1) {
  background-color: #ff6329;
  color: #ffffff;
  border-bottom: 0rem solid #fff;
} */
/* ul.tab-panels-top li.current:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  border-top: 20rem solid white;
  border-right: 20rem solid #ff6329;
  width: 20rem;
  height: 20rem;
  top: 0;
}
ul.tab-panels-top li.current:nth-child(1):after {
  content: "";
  position: absolute;
  right: 0;
  border-bottom: 20rem solid white;
  border-left: 20rem solid #ff6329;
  width: 20rem;
  height: 20rem;
  bottom: 0;
} */
ul.tab-panels-top li.current  {
  border-bottom: 2px solid #EA7926;
}
.pt-tab .tab-panels-top {
  padding-top: 10rem;
  border-bottom: 1px solid #D6D6D6;
}
/* ul.tab-panels-top li.current:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  border-top: 20rem solid white;
  border-right: 20rem solid #14b5f0;
  width: 20rem;
  height: 20rem;
  top: 0;
}
ul.tab-panels-top li.current:nth-child(2):after {
  content: "";
  position: absolute;
  right: 0;
  border-bottom: 20rem solid white;
  border-left: 20rem solid #14b5f0;
  width: 20rem;
  height: 20rem;
  bottom: 0;
} */

/* ul.tab-panels-top li.current:nth-child(3) {
  background-color: #00d173;
  color: #ffffff;
  border-bottom: 0rem solid #fff;
}
ul.tab-panels-top li.current:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  border-top: 20rem solid white;
  border-right: 20rem solid #00d173;
  width: 20rem;
  height: 20rem;
  top: 0;
}
ul.tab-panels-top li.current:nth-child(3):after {
  content: "";
  position: absolute;
  right: 0;
  border-bottom: 20rem solid white;
  border-left: 20rem solid #00d173;
  width: 20rem;
  height: 20rem;
  bottom: 0;
} */
.two-section {
  padding-top: 70rem !important;
}
.two-section.why-secure-edge .img-left {
  margin-top: 30rem;
}
.section.container.main-banner {
  padding-bottom: 90rem;
}
.card-body img {
  display: none;
}
.popups-anim {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.popups-anim img {
  max-width: 100rem;
}
.main-left-img {
  position: relative;
}
.popups-anim div {
  position: absolute;
  width: 95rem;
}
.icon1A {
  left: 23rem;
  bottom: 74rem;
}

.icon2A {
  left: 38rem;
  bottom: 408rem;
}
.icon3A {
  left: 240rem;
  top: 34rem;
}
.icon4A {
  top: 85rem;
  right: 215rem;
}
.icon5A {
  right: 91rem;
  bottom: 239rem;
}

.main-con h1 span {
  color: #14b5f0;
  font-family: "Gotham";
  font-weight: 900;
}
a.link-data {
  color: #3D85C6;
  font-weight: 600;
}
a.link-data:hover {
text-decoration: underline;
}
.two-section.middle {
  background-image: url(https://www.tatacommunications.com/apps/survey/assets/sse_lan/images/sse-maturity.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 180rem !important;
  padding-bottom: 180rem !important;
}
.left-tab-c {
  padding-right: 25rem;
}
.survey-section:before {
  content: "";
  width: 380rem;
  height: 287rem;
  background-image: url(https://www.tatacommunications.com/apps/survey/assets/sse_lan/images/assess-element.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn {
  background-color: #EA7926;
}

/* youtube popup css start*********************** */
.ytubebtn {
  position: absolute;
  width: 90px;
  height: 90px;
  cursor: pointer;
  top: 38%;
  left: 42%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.ytubebtn:hover {
  scale: 0.85;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  width: 79%;
    height: 90%;
}

.popup-content {
  text-align: center;
  height: 100%;
  width: 100%;
}
.close {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 60px;
  line-height: 68px;
  cursor: pointer;
  color: #B0BC25;
  transition: all 0.3s ease-in-out;
  font-family: "Gotham";
  font-weight: 500;
}
.ytp-cued-thumbnail-overlay-image {
  background-position: unset !important;
}
.sub-heading{
  font-size: 28rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 20rem;
  font-family: Gotham;
}
.pt-20{
  padding-top: 20rem;

}
.d-mob-block{
  display: none;
}
/* youtube popup css end*********************** */



/* responsive css start */
@media (max-width: 1919px) and (min-width: 992px) {
  :root {
    font-size: 0.052083333333333336vw;
  }
  h1 {
    font-size: 64rem;
}
  .ques-section:before {
    width: 95rem;
    height: 95rem;
    bottom: 60rem;
    left: 20rem;
    background-size: 75%;
  }
  .ques-section:after {
    width: 95rem;
    height: 95rem;
    top: 62rem;
    right: 0rem;
    background-size: 75%;
  }
  .btn {
    font-size: 16px;
    padding: 11px 23px;
}
.back-purple .btn {
  padding-right: 45px;
}

}

@media (max-width: 1600px) {
  p,
  .font-20 {
    font-size: 22rem;
    line-height: 1.6;
  }

  /* .two-section {
    padding-top: 20rem !important;
  } */
  .btn-primary.blue {
    font-size: 22rem;
  }
  .footer p {
    font-size: 18rem;
  }
  .popup {
    width: 85%;
    height: 90%;
}

}
@media (max-width: 1280px) {
  .question-list .question-inner {
    padding: 70rem 0;
  }
  p,
  .font-20,
  .btn-primary.blue {
    font-size: 24rem;
  }
  .footer p {
    font-size: 20rem;
  }
  header {
    padding: 30rem 0 30rem;
  }
  .lg-tr .sl-tr {
    width: 50rem;
    padding-right: 10rem;
  }
  .trs-link .menu-arrow {
    width: 9rem;
  }
  .lg-ctry {
    font-size: 18rem;
  }
  .lg-mob .dropdown-menu .lg-item,
  .nav-item.dropdown:hover .dropdown-menu .lg-item {
    font-size: 16rem;
  }
  .lg-item img {
    width: 30rem;
  }
  .right-section {
    padding-left: 100rem;
    padding-right: 0;
}
.popup {
  width: 94%;
  height: 77%;
}
.ytubebtn {
  width: 75px;
  height: 75px;
}
}
@media (max-width: 1200px) {
  .container-fluid.plr {
    padding: 12px 30px 10px;
}
  .main-banner {
    padding: 30rem 0rem;
    padding-bottom: 30rem;
  }
 
  .main-banner p {
    padding-right: 50rem;
  }
}
@media (max-width: 1080px) {
  .footer-home p {
    font-size: 22rem;
  }
  .font-tab,.left-tab-c p,h5 {
    font-size: 28rem;
  }
  p,
  .font-20,
  .btn-primary.blue {
    font-size: 28rem;
  }
  .accordion-item button {
    font-size: 35rem !important;
  }
  ul.tab-panels-top li {
    font-size: 30rem;
  }
  .social-icons img {
    width: 42rem !important;
  }
  .footer img {
    width: 150rem;
  }
  .popup {
    width: 94%;
    height: 62%;
}
}
@media (max-width: 991px) and (min-width: 480px) {
  :root {
    font-size: 0.11020833333333331vw;
  }
}
@media (max-width: 991px) {
  .btn {
    font-size: 15px;
    padding: 11px 23px;
}
.back-purple .btn {
  padding-right: 45px;
}
  .left-tab-c p {
    font-size: 17px !important;
}
  .section.two-section.end-sec {
    padding-top: 50rem !important;
  }
  .section.two-section.end-sec p {
    padding-top: 0px;
}
  .section.two-section.end-sec {
    background-image: none;
    background-color: #F5F9FC;
}
  .section.two-section.end-sec img {
    margin-bottom: 30px;
}
  .survey-section:before {
    background-image: none;
}
  .two-section.middle {
    background-position: 87%;
    padding-top: 100rem !important;
    padding-bottom: 100rem !important;
}
.two-section.middle .left-section-con {
  padding-right: 320rem !important;
}
  .why-secure-edge.two-section {
    padding-top: 10px !important;
}
  .footer-home p {
    font-size: 14px;
  }
  .footer-home {
     padding: 20px 30px;
  }
  .survey-section .container {
    min-height: auto !important;
    background-size: cover;
  }
  .pt-tab .tab-panels-top {
    padding-top: 15rem;
  }
  .card-body img {
    display: block;
    width: 65%;
    padding-bottom: 30px;
  }
  .left-tab-c p {
    font-size: 22px;
  }
  .section {
    padding: 80rem 74rem;
  }
  .right-section {
    padding-left: 0rem;
    padding-top: 0;
  }
  .secure-title {
    padding-top: 20px;
  }
  header {
    height: 60px;
    display: flex;
    align-items: center;
  }
  .padding-right-100 {
    padding-right: 0rem;
  }
  .con-right {
    min-height: auto;
    text-align: left;
    height: auto;
  }
  .con-right img {
    max-width: 62%;
  }
  .accordion-item .accordion-button::after {
      top: 25px;
    }
    .section.tab-section {
      padding-top: 0;
    }
  .img-left img {
    max-width: 65%;
  }
  .main-banner {
    height: auto;
    padding: 30px 40px 50px !important;
  }
  .right-section-img img {
    padding-left: 0;
    margin-top: 10px;
  }
  .section.accordion-section {
    padding-bottom: 10px;
  }
 .section.accordion-section p.font-tab {
    margin-bottom: 15px;
}
  .section.accordion-section .row {
    padding-top: 0;
  }
  header {
    padding: 10px 40px 10px;
  }
  .main-con {
    padding-right: 0rem;
    padding-top: 40px;
  }
  .llogo img {
    width: 165px !important;
    margin-left: 0rem;
  }
  .lg-tr .sl-tr {
    width: 35rem;
    padding-right: 4rem;
  }
  h1 {
    font-size: 45px;
    margin-bottom: 15rem;
  }
  .main-banner .btn-primary.blue {
    margin-top: 0rem;
  }
  .main-banner p {
    padding-right: 0rem;
  }
  p, .font-20, .btn-primary.blue {
    font-size: 17px;
  }
  .main-banner p {
     padding-bottom: 20px;
  }
  .left-section-con {
    padding-right: 0;
    padding-bottom: 10px;
  }
  #myAccordion {
    padding-left: 0;
  }
  .section.accordion-section .align-items-center {
    text-align: left;
  }
  p {
      padding-bottom: 10px;
    }
  .btn-primary.blue {
    padding: 17rem 22rem 15rem;
  }
  .section {
    padding: 40px 40px;
  }
  .two-section {
    padding-top: 0px !important;
  }
  h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h4 {
    margin-bottom: 20rem;
    font-size: 24rem;
  }
  .blue-section::before {
    border-top: 40rem solid white;
    border-right: 40rem solid #edfaff;
    width: 40rem;
    height: 40rem;
  }
  .blue-section:after {
    border-bottom: 40rem solid white;
    border-left: 40rem solid #edfaff;
    width: 40rem;
    height: 40rem;
    bottom: 0;
  }
  .ques-section:after,
  .ques-section:before {
    display: none;
  }
  .section.ques-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  h2 {
    font-size: 33px;
    margin-bottom: 15px;
  }
  .font-tab {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .text-full p {
    width: 100%;
  }
  .text-full {
    padding-top: 20rem;
    padding-bottom: 0rem;
  }
  .card-body {
    padding: 0rem 0 0rem 0rem;
  }
  .right-view {
    position: static;
     width: 320rem;
  }
  .accordion-item button {
    font-size: 22px !important;
  }
  .accordion-item button {
    padding: 15rem 0 !important;
  }
  .right-image-sec img {
    padding-left: 0rem;
  }
  .tab-section:before {
    width: 140rem;
    left: 42%;
  }
  ul.tab-panels-top li {
    font-size: 20rem;
  }
  .tab-panel {
    margin-top: 25px;
  }
  .survey-section {
    padding-top: 20px !important;
}
  .back-purple::before {
    border-top: 40rem solid white;
    border-right: 40rem solid #290a38;
    width: 40rem;
    height: 40rem;
  }
  h5 {
    font-size: 17px;
    margin-bottom: 25rem;
  }
  .back-purple:after {
    border-bottom: 40rem solid white;
    border-left: 40rem solid #452966;
    width: 40rem;
    height: 40rem;
  }
  .back-purple {
    min-height: auto;
  }
  .background-bg {
    max-width: 95%;
  }
  .back-purple {
    background-size: 97%;
  }
  .section.footer {
    padding: 00px 40px 0px !important;
  }
  .footer p {
    font-size: 16rem;
  }
  .social-icons {
    justify-content: left;
    margin-top: 30px;
  }
  .social-icons img {
    width: 34rem !important;
    margin-right: 20px !important;
    margin-left: 0rem;
  }
  .section.footer .content-foot {
    padding: 25rem 0rem;
  }
  .img-left {
    padding-right: 0rem;
  }
  .right-tabs {
    display: none;
  }
  .foot-r {
    justify-content: space-between;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .popup {
    width: 95%;
    height: 63%;
}
.close {
  font-size: 50px;
  line-height: 65px;
}
.ytubebtn {
  width: 60px;
  height: 60px;
  top: 41%;
    left: 34%;
}
.sub-heading {
  font-size: 24rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 15rem;
  font-family: Gotham;
}
.d-mob-none{
  display: none;
}
.d-mob-block{
  display: block;
}

}

@media (max-width: 767px) {
  .section.two-section.end-sec img {
    margin-bottom: 0px;
}
.section.two-section.end-sec {
  padding-top: 40px !important;
}
  .survey-section {
    padding-bottom: 40px !important;
}
  h5 {
    font-size: 15px !important;
    margin-bottom: 25rem;
  }
  .secure-title {
    padding-top: 10px;
}
  .left-tab-c {
    min-height: auto;
  }
  .section.tab-section {
    padding-bottom: 30px;
  }
  .right-view {
   width: 100%;
  }
  .text-full p br {
    display: none;
  }
  .card-body img {
    width: 80%;
  }
  header {
    padding: 10px 30px 10px;
  }
  
  h1 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .right-section h3 br {
    display: none;
  }
  .section.accordion-section {
    padding-top: 30px;
   }
   .accordion-section h2 {
    margin-bottom: 5px;
    margin-bottom: 5px;
  }
  .row.pt-tab {
    padding-top: 10px;
  }
  .font-tab {
    font-size: 17px;
    padding-bottom: 0;
  }
  .left-tab-c p {
    font-size: 18px;
    line-height: 1.3em;
  }
  p,
  .font-20,
  .btn-primary.blue {
    font-size: 15px;
  }
  .con-right {
    padding-top: 0px;
  }
  .section {
    padding: 60px 30px;
  }
  .right-section {
    padding-top: 40px;
  }
  h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .two-section {
    padding-bottom: 10px;
  }
    h5 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .main-container .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .main-banner {
    padding-top: 22px !important;
  }
  .container-fluid.plr {
    padding: 12px 30px 10px;
  }
  .blue-section {
    padding: 30px;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .accordion-item button {
    font-size: 20px !important;
  }
  p {
    padding-bottom: 1.4em;
  }
  ul.tab-panels-top li {
    font-size: 20px;
  }
  h5 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .footer p {
    font-size: 12px;
  }
  .tab-section:before {
    width: 140px;
  }
  .back-purple {
    background-image: unset;
  }
  
  
  .main-banner {
    padding: 0px 30px 40px !important;
  }
  .right-section {
    padding-top: 25px;
  }
  .tab-section:before {
    left: 39%;
  }
  .popup {
    width: 95%;
    height: 48%;
}
.ytubebtn {
  top: 41%;
  left: 32%;
}
}
@media (max-width: 640px) {
  .two-section.middle {
    background-position: 30%;
    padding-top: 50rem !important;
    padding-bottom: 30rem !important;
    background-image: none;
    background-color: #F5F9FC;
}
.two-section.middle .left-section-con {
  padding-right: 0rem !important;
}
}
@media (max-width: 575px) {
  .survey-section {
    padding-bottom: 20px !important;
}
  .con-right img {
    max-width: 100%;
  }
   .container-fluid.plr {
    padding: 12px 30px 20px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
  h3 {
    line-height: 1.3em;
  }
  .section.two-section.middle {
    padding-bottom: 0;
  }
  .logo-head .col-md-6 {
    width: 50% !important;
  }
  .ques-section a.btn-primary.blue:before {
    left: -35rem;
  }
  .accordion-item button {
    font-size: 20px !important;
  }
  .back-purple {
    padding: 20px 0px !important;
  }
  .back-purple br {
    display: none;
  }
  .social-icons img {
    width: 30px !important;
    margin-right: 20px !important;
  }
 
  
  h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .img-left img {
    max-width: 100%;
  }
   
  .accordion-item .accordion-button::after {
    top: 17px;
  }
  .section.two-section.end-sec p {
    padding-top: 0;
  }
  .footer-home p {
    font-size: 13px;
  }
  h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 24px;
  }
  .accordion-section .text-full h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 27px;
   }
   .font-tab {
    margin-bottom: 15px;
  }
  .card-body img {
    width: 100%;
  }
  ul.tab-panels-top li {
    font-size: 18px;
  }
  .foot-r.d-flex {
    display: block !important;
  }
  .foot-r p {
    padding-top: 20px;
    line-height: 1.6em;
  }
  ul.tab-panels-top li {
    font-size: 18px;
  }
  .tab-panel {
    margin-top: 20px;
  }
  .tata-logo-right {
    width: 40px;
  }
  .popup {
    padding: 10px;
}
.popup {
  width: 94%;
  height: 40%;
}
.close {
  right: 10px;
  font-size: 40px;
  line-height: 48px;
}
.ytubebtn {
  top: 39%;
  left: 48%;
}
}
@media (max-width: 479px) {
  .secure-title {
    padding-top: 0px;
}
  .section.two-section.why-secure-edge {
    padding-bottom: 10px !important;
  }
  .con-right {
     object-fit: cover;
    min-height: auto;
  }
  .popups-anim div {
    position: absolute;
    width: 50rem;
  }
  .icon1A {
    left: -4rem;
    bottom: 56rem;
  }
  .icon2A {
    left: -12rem;
    bottom: 154rem;
  }
  .icon3A {
    left: 70rem;
    top: 0rem;
  }
  .icon4A {
    top: 5rem;
    right: 90rem;
  }
  .icon5A {
    right: 8rem;
    bottom: 130rem;
  }
  .btn-primary.blue {
    font-size: 14px;
  }
  .card-body img {
    width: 100%;
  }
  :root {
    font-size: 0.24154589371980675vw;
  }
  ul.tab-panels-top li {
    margin-right: 10rem;
    padding: 10rem 19rem 5rem;
  }
  .tab-section:before {
    left: 33%;
  }
  .section {
    padding: 50px 30px;
  }

  .back-purple {
    min-height: 280rem;
  }
 
  
  .accordion-item .accordion-button:after {
    width: 12px;
    height: 12px;
    top: 25px;
    right: 5px;
    background-size: 100%;
  }
  h1 {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .container-fluid.plr {
    padding: 12px 20px 15px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
 h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .btn-primary.blue {
    padding: 10rem 14rem 8rem;
  }
  .back-purple .btn-primary.blue {
    width: 80%;
  }
  .main-con {
    padding-top: 20px;
  }
  .ques-section a.btn-primary.blue:after,
  .ques-section a.btn-primary.blue:before {
    background-size: 60%;
  }
  .blue-section::before {
    border-top: 20rem solid white;
    border-right: 20rem solid #edfaff;
    width: 20rem;
    height: 20rem;
  }
  .blue-section:after {
    border-bottom: 20rem solid white;
    border-left: 20rem solid #edfaff;
    width: 20rem;
    height: 20rem;
    bottom: 0;
  }
  .text-full p br {
    display: none;
  }
  .main-container .col-md-6.llogo {
    width: 62%;
  }
  .main-container .col-md-6.right-logo.text-right {
    flex: 0 0 auto;
    width: 37%;
  }
  .llogo {
    padding-top: 22px;
  }
  .btn {
    line-height: 17px;
    font-size: 14px;
  }
  .section.two-section.end-sec {
    padding-bottom: 15px !important;
}
.ytubebtn {
  width: 50px;
  height: 50px;
}
.sub-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
}
@media (max-width: 420px) {
  .pt-tab .tab-panels-top {
    border-bottom: 0px solid #D6D6D6;
  }
  h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .accordion-section .text-full h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .section.survey-section.wow.fadeIn {
    padding-bottom: 15px;
  }
  .section.two-section.end-sec {
    padding-bottom: 0;
  }
  ul.tab-panels-top li {
    width: 100% !important;
    margin-bottom: 15px;
    text-align: center;
  }
  ul.tab-panels-top {
    display: block;
  }
  h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .popup {
    width: 95%;
    height: 36%;
}
.close {
  font-size: 50px;
  line-height: 65px;
}
}
@media (max-width: 360px) {
  .popup {
    width: 95%;
    height: 30%;
}
  
  p,
  .font-20,
  .btn-primary.blue {
    font-size: 14px;
  }
  .ques-section a.btn-primary.blue:after,
  .ques-section a.btn-primary.blue:before {
    display: none;
  }
  .accordion-item button {
    padding-right: 20px !important;
  }
  .accordion-item button {
    font-size: 16px !important;
  }
  .accordion-item .accordion-button:after {
    top: 15px;
  }
  .tab-section:before {
    width: 105px;
  }
  .back-purple {
    min-height: 350rem;
  }
  .ytubebtn {
    width: 40px;
    height: 40px;
}
.ytubebtn {
  top: 37%;
  left: 46%;
}
.sub-heading {
  font-size: 16px;
  margin-bottom: 10px;
}
}
@media (max-width: 340px) {
  .back-purple {
    min-height: 440rem;
  }
  .btn-primary.blue {
    font-size: 12px;
  }
}
