@charset "utf-8";

/*----------intial declartaion of css----------*/
@font-face {
  font-family: "Gotham";
  src: url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/css/fonts/Gotham-Thin.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/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/cloud-pricing-calculator/public/assets/css/fonts/Gotham-Bold.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/css/fonts/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/css/fonts/Gotham-Black.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/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/cloud-pricing-calculator/public/assets/css/fonts/GothamCondensed-Medium.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/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/cloud-pricing-calculator/public/assets/css/fonts/GothamCondensed-Light.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/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/cloud-pricing-calculator/public/assets/css/fonts/Gotham-Light.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/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/cloud-pricing-calculator/public/assets/css/fonts/Gotham-Medium.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/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/cloud-pricing-calculator/public/assets/css/fonts/Gotham-Ultra.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/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/cloud-pricing-calculator/public/assets/css/fonts/GothamPro.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/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/cloud-pricing-calculator/public/assets/css/fonts/GothamPro-LightItalic.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/css/fonts/GothamPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

.note.report-note.container.container-small {
  padding: 100rem 20px;
}

.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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Gotham Pro";
  font-weight: normal;
}

/* html {
	-webkit-text-size-adjust: none;
} */
:root {
  font-size: 0.0462962962962963vw;
}

html,
body {
  /* height: 100%; */
  font-family: "Gotham Pro";

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

div#vpn_gateway_row {
  /* padding-top: 20rem; */
}

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;
  font-size: 20rem;
}

.note {
  padding: 100rem;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

/* 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%;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.row {
  margin-right: -15rem;
  margin-left: -15rem;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12, .col-12, [class*="col-md-"] {
  position: relative;
  min-height: 1px;
  padding-right: 10rem;
  padding-left: 10rem;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* 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 {
  background: #fff;
  padding: 18rem 0 18rem;
  box-shadow: 0 0 7rem 0rem #d1d1d1;
  width: 100%;
}

.banner-info p {
  font-size: 16rem;
  line-height: 20rem;
  padding-bottom: 0rem;
  color: #b0bc25;
  font-weight: 500;
  line-height: 23rem;
  font-family: "Gotham Pro";
  font-weight: 400;
}

p {
  font-size: 19rem;
  line-height: 1.5;
  padding-bottom: 24rem;
  font-weight: normal;
  color: #333333;
}

.text-wrap p {
  padding-right: 110rem;
  font-size: 23rem;
}

.page-title-wrap p {
  color: #3D86C6;
}

h2 {
  margin-bottom: 15rem;
  font-size: 55rem;
  font-weight: 700;
  font-family: Gotham;
  color: #fff;
  text-align: left;
}

.footer {
  background-size: cover;

}

.foot-content {
  padding: 100rem 0;
}

.foot-content .btn-primary {
  background: #3D86C6 !important;
  border: 1px solid #3D86C6;
}

.report-btn.btn-wrap {
  padding-top: 20rem;
}

.btn-primary.blue:hover {

  background: #025299 !important;
}

.lastul {
  padding-top: 18rem;
}

h3 {
  font-size: 16rem;
  margin-bottom: 3rem;
  color: #000;
  font-size: 12rem;
}

h4 {
  font-size: 16rem;
  margin-bottom: 20rem;
}

h5 {
  font-size: 12rem;
  margin-bottom: 20rem;
}


body {
  margin: 0;
  padding: 0;
  font-size: 18rem;

  margin: 0 !important;
  /* overflow-x: hidden !important; */
  position: relative;
  /* width: 100vw; */
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1650rem;
  margin: 0 auto;
}

.btn-primary.blue:hover {
  background: #9faa1a;
}

a.btn-primary.blue.tc-tku {
  background: #3d86c6;
  margin-right: 10rem;
}

.export-btn:hover {
  color: #0d62ad;
}

h1 {
  font-size: 45rem;
  line-height: 1.2;
  color: var(--purple);
  margin-bottom: 35rem;
}

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);
}

.btn-primary.blue {
  background: #b0bc25;
  padding: 14rem 85rem 16rem;
  color: #fff;
  font-size: 21rem;
  font-weight: 500;
  border-radius: 2px;
  letter-spacing: 0.5rem;
  display: inline-block;
  margin-top: 20rem;
  font-family: Gotham;
  margin-bottom: 35rem;
}

/*--------------- content css start------------*/
/* header */
.llogo img {
  width: 280rem;
  padding-top: 49rem;
}

.small-text {
  font-size: 17rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: #3D86C6;
  display: inline-block;
  padding: 10rem 25rem;
  border-radius: 50rem;
  margin-bottom: 40rem;
  letter-spacing: 2rem;
}

.d-lg-flex {
  display: flex !important;
}

.trs-link .menu-arrow {
  width: 9rem;
}

.box-wrap {
  margin-bottom: 10rem;
}

.table-wrap.cost-summary {
  padding-top: 10rem;
}

.rlogo {
  text-align: right;
}

.rlogo img {
  width: 77rem;
}

/* content */
select option {
  font-size: 16rem;
  font-family: arial;
  font-weight: normal;
  color: #333;
}

.total-price-btn.report-btn {
  text-align: center;
}

.dropdown-filter {
  max-width: 80%;
  margin-top: 15rem;
}

.page-title-wrap {
  padding-top: 80rem;
  padding-bottom: 80rem;
}

.page-title-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80%;
}

.price-area.price-inside.cf {
  position: static;
  margin-top: 45rem;
  margin-left: -30rem;
  width: 105%;
}

.radio-options.database-req .filetr-head {
  margin-bottom: 0;
  padding-right: 50rem;
}

.radio-options.database-req {
  display: flex;
  align-items: center;
  margin-left: -30rem;
  width: 105%;
  padding-left: 30rem;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30rem;
  padding-top: 30rem;
}

.panel.panel-database {
  padding-bottom: 0;
}

.database-text {
  color: #000;
  font-family: Gotham;
  font-weight: 500;
  font-size: 25rem;
  margin: 70rem 0 40rem;
}

.download-btn.blue-btn {
  border: 1px solid #3d86c6;
  color: #3d86c6;
  font-size: 20rem;
  float: right;
  display: flex;
  align-items: center;
}

.page-title-wrap h1 {
  margin: 0;
  margin-bottom: 0rem;
  margin-bottom: 25rem;
  font-size: 55rem;
  color: #3D86C6;
  font-family: Gotham;
  font-weight: 900;
}

.download-btn.blue-btn {
  border: 1px solid #3D86C6;
  color: #3D86C6;
  font-size: 20rem;
  float: right;
  display: flex;
  align-items: center;
}

.download-btn.blue-btn img {
  width: 23rem;
  margin-right: 10rem;
}

.download-btn.blue-btn:hover {
  color: #1E68A9;
}

.page-title-wrap .text-wrap {
  display: inline-block;
  position: relative;
}

.qna-section-wrap .qna-progress {
  background: #ffffff;
  padding: 15rem 0 15rem;
  position: sticky;
  top: 80rem;
  z-index: 9;
}

.prograss-wrap .prograss-bg {
  height: 7rem;
  width: 100%;
  content: "";
  position: absolute;
  left: 0%;
  top: 76rem;
  z-index: 0;
  background: #f3f3f3;
  display: flex;
}

select {
  display: block;
  width: 100%;
  height: 50rem;
  padding: 5rem 20rem;
  background: #fff;
  color: #333;
  border: 1px solid #c5c2c2;
  box-sizing: border-box;
  border-radius: 3rem;
  font-size: 17rem;
}

.dropdown-filter select {
  font-size: 19rem;
}

.filetr-head {
  font-family: Gotham;
  font-weight: 500;
  color: #333;
  font-size: 18rem;
  margin-bottom: 12rem;
}

.flip-head {
  font-family: Gotham;
  font-weight: 500;
  color: #333;
  font-size: 23rem;
  margin-bottom: 12rem;
  padding-left: 57rem;
  position: relative;
  padding-top: 2rem;
}

.flip-head img {
  position: absolute;
  left: 0;
  top: 0;
  height: 36rem;
}

.tco-form-module {
  padding-top: 5rem;
}

.filter-wrap {
  padding: 40rem 30rem;
  border: 1rem solid #EEE;
  margin-bottom: 40rem;
  margin-top: 30rem;
}

.single-radio {
  padding-right: 40rem;
}

.radio-label {
  color: #333;
}

.radio-options {
  padding-top: 40rem;
}

.radio-item {
  display: inline-block;
  margin-top: 10rem;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
  position: relative;
  font-size: 16rem;
}

.radio-item label::before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5rem;
  margin: 0 5rem 0 0;
  width: 20rem;
  height: 20rem;
  border-radius: 13rem;
  border: 1px solid #b0bc25;
  background-color: transparent;
}

.radio-item input[type="radio"]:checked+label::after {
  border-radius: 12rem;
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: 1rem;
  left: 4rem;
  content: " ";
  display: block;
  background: #b0bc25;
}

.llogo {
  float: left;
}

.text-wrap.digit-val {
  width: auto;
  display: inline;
  background: #f0f0f0;
  padding: 10rem;
  font-weight: normal;
  color: #b1b3b6;
  font-size: 17rem;
  position: relative;
  visibility: hidden;
}

.text-wrap.digit-val::before {
  content: "";
  display: block;
  position: absolute;
  top: -6rem;
  border-bottom: 10rem solid #f0f0f0;
  border-left: 9rem solid transparent;
  border-right: 9rem solid transparent;
  left: 42%;
}

.form-input.disabled {
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  color: #979797;
  cursor: not-allowed;
}

.disabled {
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  color: #979797;
  cursor: not-allowed;
}

.pragress-val.completed .text-wrap.digit-val {
  visibility: visible;
}

.pragress-val.active .text-wrap.digit-val {
  visibility: visible;
  background: #3d86c6;
  font-family: Gotham;
  font-weight: 500;
  color: #fff;
}

.tick-img {
  position: absolute;
  right: 30rem;
  top: 30rem;
}

.tick-img img {
  width: 30rem;
}

.pragress-val.active .text-wrap.digit-val::before {
  border-bottom: 10rem solid #3d86c6;
}

.prograss-wrap {
  position: relative;
  padding-top: 70rem;
  float: left;
  /* width: calc(100% - 429rem); */
  width: 100%;
  margin-right: 20rem;
}

.qna-progress.cf.detail-costs {
  padding-top: 0rem;
}

.total-price-btn {
  width: 360rem;
  float: left;
  text-align: left;
  background-color: rgba(61, 134, 198, 0.07);
  padding: 18rem 20rem;
  margin-top: 0rem;
  display: flex;
  align-items: center;
}

strong {
  font-weight: 700;
}

.view-report-btn {
  width: 230rem;
  float: left;
  text-align: left;
  background-color: #F8F9EA;
  margin-top: 0rem;
  text-align: center;
  margin-left: 12rem;
}

.total-text {
  font-family: Gotham;
  font-size: 17rem;
  font-weight: 500;
  margin-right: 10rem;
  padding-bottom: 0;
}

.total-val {
  font-size: 34rem;
  font-family: Gotham;
  font-weight: 700;
  color: #3d86c6;
}

.box-area .accordion.active::before {
  background-image: url(https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/images/gray-down-arrow.svg);
  background-size: 22rem;
}

.box-area .accordion::before {
  content: "";
  background-image: url(https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/images/gray-arrow.svg);
}

.box-area .panel {
  padding: 10rem 35rem 40rem;
  display: none;
  background-color: #fff;
  overflow: hidden;
  max-width: 96%;
  margin: 0 auto;
  margin-bottom: 40rem;
  border: 1px solid #E9E9E9;
  margin-top: 0;
  border-top: none;
}

.box-area .accordion {
  border: 1px solid #E9E9E9;
}

.prograss-wrap .prograss-bg .prograss-active {
  height: 100%;
  width: 0;
  opacity: 0.3;
  transition: 0.3s;
  border-radius: 8rem;
}

.prograss-wrap .prograss-bg .prograss-active.completed {
  background: #f3f3f3;
  opacity: 1;
  border-radius: 0;
}

.text-wrap.digit-val {
  display: none;
}

.qna-section-wrap .qna-progress ul {
  display: flex;
}

.Viewreport {
  font-family: Gotham;
  font-size: 17rem;
  font-weight: 500;
}

.view-report-iconb {
  padding-bottom: 0rem;
  margin-right: 15rem;
}

.text-wrap.progress-text {
  color: #b1b3b6;
  font-size: 15rem;
  font-weight: normal;
  position: absolute;
  top: -55rem;
  width: 100%;
}

.qna-section-wrap .qna-progress ul li {
  width: 14%;
  text-align: center;
  font-weight: 500;
  font-size: 18rem;
  color: #000000;
  position: relative;
}

.qna-section-wrap .qna-progress ul li::before {
  width: 20rem;
  height: 20rem;
  background: #f3f3f3;
  content: "";
  display: block;
  margin: 0 auto 15rem;
  border-radius: 50%;
  background-image: url(https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/images/disabled-tick.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  transition: 0.3s;

}

.qna-section-wrap .qna-progress ul li:first-child::before {
  content: none;
}

.qna-section-wrap .qna-progress ul li:first-child {
  width: 4%;
}

.qna-section-wrap .qna-progress ul li.completed {
  font-weight: 700;
  font-size: 22rem;
}

.pragress-val.active .text-wrap.progress-text {
  color: #333;
  font-weight: 700;
}

.qna-section-wrap .qna-progress ul li.completed::before {
  background-image: url(https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/images/disabled-tick.svg);
}

.qna-section-wrap .qna-progress ul li.active::before {
  background-image: url(https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/images/green-tick-progress.svg);
}

.question-list .question-inner {
  border-bottom: 1rem solid #a1e0fa;
  padding: 105rem 0;
}

.question-list .question-inner:last-of-type {
  border-bottom: none;
}

.question-list .question-inner .heading {
  font-weight: 600;
  font-size: 30rem;
  letter-spacing: 0.02em;
  color: var(--purple);
  margin: 0 0 30rem 0;
  position: relative;
}

.question-list .question-inner .heading {
  padding-left: 75rem;
  max-width: 1700rem;
}

.question-list .question-inner .answer-options {
  padding-left: 75rem;
}

.question-list .question-inner .heading::before {
  position: absolute;
  left: 0;
  background-size: 100%;
  color: #fff;
  content: attr(question-count) ".";
  font-weight: 700;
  color: var(--purple);
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.8;
  top: 50%;
  transform: translateY(-50%);
}

.question-list .question-inner.group-1 .answer-options .icon-counter .prograss-bg .prograss-active,
.question-list .question-inner.group-1 .answer-options .icon-counter .icon-counter-wrapper label::before,
.qna-section-wrap .qna-progress ul li.group-1.completed::before,
.qna-section-wrap .qna-progress ul li.group-1.in-progress::before {
  background-color: var(--purple);
}

.question-list .question-inner.group-2 .answer-options .icon-counter .prograss-bg .prograss-active,
.question-list .question-inner.group-2 .answer-options .icon-counter .icon-counter-wrapper label::before,
.qna-section-wrap .qna-progress ul li.group-2.completed::before,
.qna-section-wrap .qna-progress ul li.group-2.in-progress::before {
  background-color: var(--blue);
}

.question-list .question-inner.group-3 .answer-options .icon-counter .prograss-bg .prograss-active,
.question-list .question-inner.group-3 .answer-options .icon-counter .icon-counter-wrapper label::before,
.qna-section-wrap .qna-progress ul li.group-3.completed::before,
.qna-section-wrap .qna-progress ul li.group-3.in-progress::before {
  background-color: var(--orange);
}

.question-list .question-inner.group-4 .answer-options .icon-counter .prograss-bg .prograss-active,
.question-list .question-inner.group-4 .answer-options .icon-counter .icon-counter-wrapper label::before,
.qna-section-wrap .qna-progress ul li.group-4.completed::before,
.qna-section-wrap .qna-progress ul li.group-4.in-progress::before {
  background-color: var(--light-purple);
}

.question-list .question-inner .answer-options .icon-counter .prograss-bg .prograss-active {
  height: 8rem;
  content: "";
  border-radius: 10rem;
  opacity: 0.3;
}

/********************
  Flio Box Design
*********************/
a {
  color: #3d86c6;
  font-size: 19rem;
  font-family: Gotham;
  font-weight: 500;
}

.btns-area a {
  margin-top: 8rem;
  display: inline-block;
}

.btns-area {
  padding-top: 50rem;
}

.flip-box {
  background-color: transparent;
  /* height: 200px; */
  /* border: 1px solid #f1f1f1; */
  margin-bottom: 45rem;
}

.flip-box-front {
  border: 1px solid #f1f1f1;
}

.clear {
  clear: both;
}

.card {
  position: relative;
  width: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  height: 100%;
  /* padding-bottom: 40rem; */
}

.light-txt {
  color: #b1b3b6;
  font-size: 16rem;
  text-align: center;
}

.download-btn {
  text-align: right;
}

.export-btn {
  background: #B0BC25;
  font-family: Gotham;
  font-weight: 500;
  font-size: 18rem;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  padding: 14rem 85rem 16rem;
  margin-bottom: 35rem;
  border: 1px solid #B0BC25;
}

.report-btn {
  text-align: right;
}

.report-btn .download-btn {
  background: #fff;
  padding: 14rem 50rem 15rem;
  color: #333;
  font-size: 18rem;
  font-weight: 500;
  font-family: Gotham;
  border-radius: 2px;
  letter-spacing: 0.5rem;
  display: inline-block;
  margin-top: 0rem;
  border: 1px solid #333;
  margin-right: 10rem;
}

.export-btn:hover, .download-btn:hover {
  background-color: rgb(145, 157, 9);
  color: #fff;
  border: 1px solid transparent;
}

.edit-action-btn {
  margin-right: 20rem;
}

.action {
  opacity: 0.4;
}

.action:hover {
  opacity: 1;
}

.panel.panel-database {
  padding-bottom: 0;
}

.gray-small-text {
  padding: 0 0 30rem !important;
  color: #848484;
  font-size: 16rem;
  font-weight: 400;
  font-family: "Gotham Pro";
}

.download-btn.disabled, .export-btn.disabled {
  opacity: 0.3;
}

.padding-top-50 {
  padding-top: 50rem;
}

.padding-top-20 {
  padding-top: 20rem;
}

.padding-top-10 {
  padding-top: 10rem;
}

.down-btn {
  text-align: center;
}

.export-btn img {
  padding-right: 10rem;
  width: 39rem;
}

.flip-box p.ntitle {
  padding-top: 0;
  padding-bottom: 10rem;
}

.summary-table .myreports-widget-td.td-val {
  text-align: left !important;
}

.summary-table .thead-top .myreports-widget-td {
  padding: 15rem 20rem;
  background: #3D86C6;
  color: #fff;
  font-family: Gotham;
}

.summary-table .myreports-widget-tr.thead-bottom .myreports-widget-td {
  background: transparent;
  padding: 18rem;
}

.summary-table .myreports-widget-tr.thead-bottom .myreports-widget-td .myreports-widget-text.gray-text {
  font-size: 19rem;
  font-weight: 400;
}

.summary-table .tfooter .myreports-widget-text {
  color: #333;
  font-size: 22rem;
  font-family: Gotham;
  font-weight: 500;
}

.empty-summary .myreports-widget-td {
  text-align: center !important;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 60rem !important;
  font-size: 19rem;
}

.myreports-widget-tr.empty-summary {
  position: relative;
  height: 150rem;
}

.summary-table .thead-top .myreports-widget-text {
  color: #fff;
}

.summary-table .myreports-widget-tr {
  border-bottom: 1px solid #DDD;
}

.myreports-widget-text.gray-text {
  color: #B1B3B6 !important;
  font-size: 19rem;
}

.summary-table .myreports-widget-tr.thead-top .myreports-widget-td:first-child {
  width: 72%;
}

.summary-table .myreports-widget-tr.thead-top .myreports-widget-td:nth-child(2) {
  width: 15%;
}

.summary-table .myreports-widget-tr.thead-top .myreports-widget-td:nth-child(3) {
  width: 20%;
}

footer p {
  padding: 0;
  color: #717171;
}

footer {
  background: #f8f9fa;
  text-align: center;
  padding: 30rem 40rem;
}

.text-center {
  text-align: center;
}

.coloured-box-con {
  padding: 36rem 42rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30rem;
}

.title-head {
  font-family: Gotham;
  font-weight: 500;
  color: #000;
  font-size: 24rem;
  margin-bottom: 25rem;
  position: relative;
  padding-top: 2rem;
  padding-right: 50rem;
}

.flip-box-front {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}

.flip-box-back {
  position: static;
  width: 100%;
  height: 100%;

  top: 0;
  display: none;
}

.price-area {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.flip-box p {
  padding-top: 15rem;
}

.flip-box-front.is-flipped {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.is-flipped+.flip-box-back {
  top: 0;
  transform: rotateX(0deg);
  display: block;
}

.flip-box-front {
  background-color: #fff;
  color: #333;
  border: 1rem solid #EEE;
  padding: 30rem;
}

.back-container {
  padding: 40rem 50rem 140rem;
}

.flip-box-back {
  background-color: #fff;
  color: white;
  transform: rotateX(180deg);
  border-top: 4rem solid #b0bc25;
  box-shadow: 0px 5px 11px 2px #e6e6e6;
}

/* .single-card .card {
   min-height: 520rem;
} */
.btns-area {
  padding-top: 50rem;
  position: absolute;
  bottom: 45rem;
  right: 30rem;
}

.col-cards .card .box-area {
  min-height: 280rem;
}

.single-card .flip-box .flip-box-front, .coloured-box-con {
  min-height: 420rem;
}

/* .single-card .card .box-area {
  min-height: 420rem;
} */

.single-card .flip-box .flip-box-back {
  min-height: 530rem;
}

.three-cards .single-card .flip-box .flip-box-front, .three-cards .coloured-box-con,
.three-cards .single-card .flip-box .flip-box-back {
  min-height: 565rem;
}

.configure-now {
  float: right;
  border: 1rem solid #3D86C6;
  background: transparent;
  padding: 10rem 35rem;
  font-size: 19rem;
  font-family: Gotham;
  font-weight: 500;
  color: #3D86C6;
}

.card.is-flipped {
  transform: rotateX(180deg);
}

.form-input {
  width: 100%;
  border: 1px solid #c5c2c2;
  color: #333;
  height: 50rem;
  padding: 10rem;
  font-size: 18rem;
}

.price-val {
  background: #3d86c6;
  float: right;
  padding: 10rem;
  font-family: Gotham;
  font-weight: 500;
  color: #fff;
  padding: 10rem 20rem;
}

.price-text {
  color: #333;
  font-family: Gotham;
  font-weight: 500;
  float: left;
  padding-top: 10rem;
}

.price-area {
  background: #f8f8f8;
  padding: 30rem;
}

.flip-head.large-txt {
  font-size: 25rem;
  font-weight: bold;
  padding-right: 50rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pt-20 {
  padding-top: 20rem;
}

.pt-30 {
  padding-top: 30rem;
}

.pt-40 {
  padding-top: 40rem;
}

.pb-40 {
  padding-bottom: 40rem;
}

.pt-50 {
  padding-top: 50rem;
}

.pt-60 {
  padding-top: 60rem;
}

.pt-70 {
  padding-top: 70rem;
}

.pt-80 {
  padding-top: 80rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.loader {
  display: inline-block;
  width: 25rem;
  height: 25rem;
  vertical-align: -0.125em;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  border: 5rem solid #F8F8F8;
  border-top: 5rem solid #3D86C6;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Report Css */
/* Accordian start */
.box-area .accordion {
  padding: 25rem 35rem;
  position: relative;
  max-width: 96%;
  display: block;
  margin: 0 auto;
  margin-top: 15rem;
  margin-bottom: 30rem;
}

.delete {
  position: absolute;
  right: 30rem;
  top: 28rem;
}

.accordion {
  background-color: #eee;
  cursor: pointer;
  padding: 18rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  font-size: 24rem;
  color: #333;
  font-family: Gotham;
  font-weight: 500;
  padding-left: 35rem;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
}

.active.accordion {
  border-bottom: 1px solid transparent;
  margin-bottom: 0rem;
}

.single-card .back-container {
  padding: 40rem 35rem 140rem;
}

.accordion::before {
  content: "";
  background-image: url(https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/images/arrow.svg);
  width: 20rem;
  height: 22rem;
  display: inline-block;
  background-repeat: no-repeat;
  padding-right: 6rem;
  position: absolute;
  top: 22rem;
  left: -38rem;
  background-size: 16rem;
}

.qna-section-wrap {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #edecec;
}

.progress-btn.disabled img {
  opacity: 0.4;
}

.progress-btn img {
  width: 55rem;
}

.progress-btn {
  border: none;
  background: transparent;
  padding: 10rem 20rem;
  display: flex;
  align-items: center;
}

.add-more {
  border: 1rem solid #3D86C6;
  background: transparent;
  padding: 15rem 35rem;
  font-size: 19rem;
  font-family: Gotham;
  font-weight: 500;
  color: #3D86C6;
  max-width: 96%;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.qna-progress {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

/* .active,
.accordion:hover {
  background-color: #fff;
} */
.table-wrap.table-adding-bottom {
  padding-bottom: 50rem;
}

.accordion.active::before {
  background-image: url(https://www.tatacommunications.com/apps/cloud-pricing-calculator/public/assets/images/down-arrow.svg);
  background-size: 22rem;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #b1b3b617;
  /* overflow: hidden; */
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 40rem;
}

/* Accordian end */
.myreports-widget-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16rem;
}

.total-cost p {
  color: #333;
}

.cost-head {
  font-family: Gotham;
  font-weight: 500;
  font-size: 50px;
  color: #3d86c6;
  margin-bottom: 15rem;
}

.container.container-small.cf {
  max-width: 1300rem;
}

.total-cost {
  float: left;
  width: calc(100% - 285rem);
}

.download-report {
  border: 1rem solid #b0bc25;
  background: #b0bc25;
  padding: 10rem 15rem;
  font-size: 18rem;
  font-family: Gotham;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}

.cost-wrapper {
  padding-top: 55rem;
  padding-bottom: 40rem;
  border-bottom: 1px solid #dadada;
}

.blue-head {
  font-size: 20rem;
  color: #3d86c6;
  font-family: Gotham;
  font-weight: 500;
  margin-bottom: 25rem;
}

.orange-head {
  font-size: 24rem;
  color: #ea7926;
  font-family: Gotham;
  font-weight: 500;
  margin-bottom: 25rem;
}

.cost-break {
  padding-top: 50rem;
}

.table-wrap {
  padding-bottom: 10rem;
}

.panel .myreports-widget-text.small {
  font-weight: normal;
  font-family: Gotham Pro;
  font-size: 18rem;
  padding-left: 15rem;
  padding-top: 15rem;
  display: inline-block;
}

.panel .myreports-widget-text {
  font-weight: 500;
  font-family: Gotham;
  color: #333333;
  font-size: 19rem;
}

.td-val .myreports-widget-text {
  color: #333;
  font-family: Gotham Pro;
}

.myreports-widget-table .myreports-widget-tbody>tr:last-child .myreports-widget-td {
  padding: 15rem 20rem 25rem;
}

.myreports-widget-table .myreports-widget-thead .myreports-widget-text {
  display: inline-block;
}

table tbody,
table thead,
table thead>tr:first-child,
table tbody>tr:first-child {
  break-before: avoid;
}

.myreports-widget-table .myreports-widget-tbody>tr:first-child .myreports-widget-td {
  break-before: avoid;
  padding: 25rem 20rem 15rem;
}

.myreports-widget-table .myreports-widget-tbody .myreports-widget-td {
  border-bottom: none;
  text-align: left;
  padding: 13rem 20rem 13rem;
}

.tfooter .myreports-widget-text {
  color: #333;
  font-size: 28rem;
  font-family: Gotham;
  font-weight: 500;
}

.tfooter .myreports-widget-td.td-val .myreports-widget-text {
  color: #3d86c6;
}

.panel .tfooter .myreports-widget-td.td-val .myreports-widget-text {
  color: #333;
}

.total-cost-area .myreports-widget-thead .myreports-widget-td {
  padding: 20rem;
  background: #3d86c6;
  color: #fff;
  font-family: Gotham;
}

.total-cost-area .myreports-widget-text {
  color: #fff;
}

.myreports-widget-table.page-table-content.total-cost-area {
  margin-top: 50rem;
}

.myreports-widget-td.td-val {
  text-align: right !important;
}

.tfooter .myreports-widget-td {
  border-bottom: 1px solid #b1b3b6;
  border-top: 1px solid #b1b3b6;
  padding: 25rem 20rem;
}

.myreports-widget-thead .myreports-widget-td {
  padding: 20rem;
  background: #f8f8f8;

  color: #333;
  font-family: Gotham;
}

.myreports-widget-thead .myreports-widget-td span {
  font-weight: 500;
  font-family: Gotham;
  font-size: 25rem;
}

.myreports-widget-text {
  color: #333;
  font-size: 18rem;
}

.download-btn {
  background: #fff;
  padding: 14rem 50rem 15rem;
  color: #b0bc25;
  font-size: 25rem;
  font-weight: 500;
  font-family: Gotham;
  border-radius: 2px;
  letter-spacing: 0.5rem;
  display: inline-block;
  margin-top: 20rem;
  border: 1px solid #b0bc25;
  margin-right: 10rem;
}


/* popup css */
#thover {
  position: fixed;
  background: #3d3d3d;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  top: 0;
  z-index: 9;
}

.input_select {
  position: relative;
  width: 100%;
  margin: 0 0 2px 0;
}

.heading-form {
  position: absolute;
  width: 100%;
  top: 30rem;
  border-radius: 5rem;
  padding: 10rem 10rem;
  margin-left: 0rem;
  z-index: 9;
  text-align: center;
  justify-content: center;
  display: flex;
}

.h2_form_hdg {
  color: #3D85C6;
  font-size: 40rem;
  text-transform: initial;
  font-weight: 400;
  line-height: 47rem;
  font-family: 'Gotham Pro';
  width: 42%;
}

#tpopup form {
  position: absolute;
  width: 800rem;
  background: #fff;
  left: 0;
  top: 100rem;
  border-radius: 5rem;
  padding: 11rem 33rem;
  z-index: 9;
  text-align: center;
  box-shadow: 0 0 10rem 0 #00000020;
  margin: 0 auto;
  right: 0;
}

#tpopup .contact-wrap {
  width: 100%;
}

.contact-wrap {
  padding-bottom: 0;
}

h2.form-title {
  font-size: 26rem;
  line-height: 32rem;
  margin-bottom: 4rem;
  text-transform: none;
  font-family: Gotham;
  font-weight: 325;
  color: #000000;
  text-align: left;
  margin-top: 20rem;
  margin-bottom: 10rem;
  font-family: 'Gotham Pro';
}

.name-inputs {
  display: flex;
}

#tpopup .contact-wrap .mdl-textfield {
  margin: 0 0 0 0;
  margin-right: 0rem;
  width: 100%;
}

.name-inputs div:first-child {
  margin-right: 15rem !important;
}

.contact-wrap input {
  width: 100% !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1rem solid #9B9B9B !important;
  background: #fff !important;
  font-family: Gotham Pro !important;
  padding-left: 0 !important;
}

.contact-wrap .mdl-textfield__input {
  font-size: 17rem;
  height: 55rem;
  padding: 10rem 40rem 0rem 15rem;
  margin: 0rem;
}

.contact-wrap .mdl-textfield__input.error {
  color: red !important;
}

.input_select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4b4b4b;
  /* z-index: 9; */
  z-index: 1;
}

.contact-wrap select {
  padding: 10rem 7rem 6rem 0 !important;
}

.input_select select {
  border: none;
  outline: none;
  opacity: 1;
  display: block;
  appearance: none;
  cursor: pointer;
  margin: 0;
  width: 100%;
  font-size: 17rem;
  color: #7b7b7b;
  border-radius: 0;
  position: relative;
  background: none;
  z-index: 1;
  border-bottom: 1rem solid #9B9B9B;
  font-family: Gotham Pro;
  font-weight: normal;
  /* margin-bottom: 6rem; */
}

#tpopup .contact-wrap .mdl-textfield {
  margin: 0 0 0 0;
  width: 100%;
}

.mdl-js-checkbox {
  position: relative;
  margin-top: 20rem;
}

input#GDPRCompliance_emailPhone {
  position: absolute;
  left: 0;
  text-align: left;
  width: 20rem !important;
  top: 9rem;
  height: 14rem;
}

.contact-wrap input {
  color: #000000 !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1rem solid #9B9B9B !important;
  background: #fff !important;
  font-family: Gotham Pro !important;
  padding-left: 0 !important;
}

label.mdl-checkbox__label.GDPRCompliance {
  text-align: left;
  position: relative;
  padding: 7rem 5rem;
  font-size: 15rem;
  font-family: Gotham Pro;
  display: inline-block;
}

.contact-wrap .nextPrev-wrap {
  padding: 18rem 70rem 30rem;
}

.nextPrev-wrap #submit {
  background: #3D85C6;
  color: #fff;
  text-align: center;
  width: 180rem;
  display: block;
  margin: 0 auto;
  padding: 10rem;
  border-radius: 5rem;
  border: none;
  border-radius: 3rem;
  font-family: Gotham Pro;
  font-size: 17rem;
}

.note-sec {
  color: #3D86C6;
  font-weight: bold;
  font-family: Gotham;
  font-size: 22rem;
  float: left;
  width: 190rem;
}

.note-con {
  width: 100%;
  /* float: left; */
}

#wait-wrap {
  font-size: 18rem;
  margin-top: 20rem;
}

.nextPrev-wrap #submit:hover {
  background: #1F63A0;
}

#leadForm a:hover {
  text-decoration: none;
  color: #3D85C6 !important;
}

#leadForm a {
  font-size: 14rem;
}

img.ar-right {
  width: 18rem;
  position: relative;
  top: -1rem;
  margin-left: 10rem;
}

@media (max-width: 1400px) {
  :root {
    font-size: 0.0562962962962963vw;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600rem;
  }

  .val-box .col {
    min-width: 152rem;
  }

  .icon-bar a.cross-icon {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .icon-bar a {
    padding: 11rem 13rem 15rem;
    min-width: 30rem;
  }

  .single-card .back-container {
    padding: 40rem 25rem 140rem;
  }

  .text-wrap.progress-text {
    font-size: 14rem;
  }
}

@media (max-width: 1200px) {
  .radio-item label::before {
    top: 2rem;
  }

  .text-wrap.progress-text {
    font-size: 12rem;
  }

  :root {
    font-size: 0.0662962962962963vw;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400rem;
  }

  .radio-item {
    display: inline-block;
    margin-top: 10rem;
  }

  .radio-item label {
    font-size: 20rem;
  }

  h2 {
    font-size: 50rem;
  }
}

@media (max-width: 991px) {
  .note {
    padding: 20px 0;
  }

  .note-sec {
    font-size: 16px;
  }

  .progress-btn img {
    width: 30px;
  }

  .progress-btn {
    padding: 8px 10px;
  }

  .add-more {
    border: 1rem solid #3D86C6;
    background: transparent;
    padding: 11px 32px;
    font-size: 12px;
    font-family: Gotham;
    font-weight: 500;
    color: #3D86C6;
    max-width: 96%;
    margin: 0 auto;
    width: 100%;
    display: block;
  }

  .view-report-iconb {
    padding-bottom: 4px;
  }

  .view-report-btn {
    /* width: 95px; */
    width: auto;
  }

  .Viewreport {
    font-size: 12px;
  }

  .accordion::before {
    left: -30px;
  }

  .coloured-box-con {
    padding: 35rem 32rem;
    align-items: baseline;
    margin-bottom: 30rem;
  }

  .export-btn {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .bot-btns .btn-primary.blue {
    padding: 14rem 50rem 15rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .loader {
    border: 12px solid #F8F8F8;
    border-top: 12px solid #3D86C6;
    width: 20px;
    height: 20px;
  }

  .dropdown-filter {
    max-width: 100%;
    margin-top: 0;
  }

  .filter-wrap p {
    padding-bottom: 5rem;
  }

  .single-card .flip-box, .coloured-box-con {
    height: auto;
  }

  .small-text {
    font-size: 16rem;
  }

  h2 {
    font-size: 30rem;
  }

  .btn-primary.blue {
    padding: 14rem 50rem 15rem;
  }

  .foot-content {
    padding: 80rem;
  }

  p {
    font-size: 18rem;
  }

  .dropdown-filter .col-md-4 {
    margin-top: 30rem;
  }

  .prograss-wrap {
    float: none;
    width: 100%;
  }

  .total-price-btn {
    width: 260rem;
    padding: 22rem 19rem;
  }

  .qna-section-wrap .qna-progress {
    padding: 50rem 0 65rem;
    top: 80rem;
    z-index: 9;
  }

  :root {
    font-size: 0.0792962962962963vw;
  }

  p {
    font-size: 20rem;
  }

  .tco-form-module .filetr-head {
    margin-top: 25rem;
  }

  .flip-box p {
    padding-top: 15rem;
    padding-bottom: 10rem;
  }

  .radio-item {
    display: inline-block;
    padding-top: 18rem;
  }

  .export-btn {
    font-size: 19rem;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1150rem;
  }

  .container-tab p {
    font-size: 22rem;
    margin: 0 0 30rem;
    padding-right: 70rem;
  }

  .container.container-small.cf {
    max-width: 1150rem;
  }

  .total-cost {
    float: none;
    width: 100%;
  }

  .total-price-btn {
    margin-top: 10rem;
  }

  .myreports-widget-thead .myreports-widget-td span {
    font-size: 18px;
  }

  .myreports-widget-thead .myreports-widget-td {
    padding: 15px;
  }

  .myreports-widget-table .myreports-widget-tbody>tr:first-child .myreports-widget-td {
    padding: 20px 15px 7px;
  }

  .myreports-widget-text {
    font-size: 15px;
  }

  .myreports-widget-table .myreports-widget-tbody .myreports-widget-td {
    padding: 12px 14px 8px;
  }

  .tfooter .myreports-widget-text {
    font-size: 20px;
  }

  .cost-break {
    padding-top: 30px;
  }

  .accordion {
    padding-left: 30px;
    margin-top: 25px;
  }

  .orange-head {
    font-size: 19px;
    margin-bottom: 19px;
  }

  .panel .myreports-widget-text {
    font-size: 16px;
  }

  .panel .myreports-widget-text.small {
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
  }

  .accordion {
    padding: 15px;
    font-size: 18px;

    padding: 15px 30px;
    font-size: 18px;
    margin-top: 0px;
  }

  .myreports-widget-table .myreports-widget-tbody>tr:last-child .myreports-widget-td {
    padding: 12px 14px 20px;
  }

  .accordion::before {
    width: 20px;
    height: 22px;
    padding-right: 6px;
    top: 17px;
    background-size: 12px;
  }

  .pt-50 {
    padding-top: 30rem;
  }

  .radio-options {
    padding-top: 30rem;
  }

  .single-card .flip-box .flip-box-front, .coloured-box-con {
    min-height: auto;
  }

  .col-cards .card .box-area {
    min-height: auto;
  }

  .pt-40 {
    padding-top: 20rem;
  }

  .pt-30 {
    padding-top: 15rem;
  }

  .btns-area {
    position: relative;
    bottom: 0;
    text-align: right;
  }

  .flip-head br {
    display: none;
  }

  .accordion.active::before {
    background-size: 18px;
  }

  .download-report {
    padding: 10px 15px;
    font-size: 16px;
  }

  .foot-content {
    padding: 60px 20px;
  }

  .radio-item label {
    font-size: 14px;
  }

  .radio-item label::before {
    top: 2px;
  }

  .single-card .flip-box .flip-box-back {
    min-height: auto;
    height: auto;
  }

  .single-card .back-container {
    padding: 40rem 35rem 260rem;
  }
}

@media (max-width: 767px) {
  .container.container-small {
    padding: 0 20px;
  }

  .note.report-note.container.container-small {
    padding: 100rem 0;
  }

  .table-wrap .accordion::before {
    left: 0px;
  }

  .note-con p {
    font-size: 11px;
  }

  .gray-small-text {
    font-size: 15px;
  }

  .note-sec {
    width: 130px;
  }

  .note-con {
    width: calc(100% - 130px);
    float: left;
  }

  .myreports-widget-tr.empty-summary {
    position: relative;
    height: 70px;
  }

  sup {
    top: 0em;
  }

  sub, sup {
    font-size: 17px;
  }

  .accordion::before {
    left: -20px;
  }

  .summary-table .tfooter .myreports-widget-text {
    font-size: 15px;
  }

  .report-btn .download-btn {
    padding: 10px 43px 10px;
    font-size: 15px;
  }

  .accordion {
    font-size: 18px;
  }

  .page-title-wrap::after {
    background-color: #000;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .page-title-wrap .text-wrap {
    z-index: 1;
  }

  .page-title-wrap h1 {
    color: #fff;
  }

  .text-wrap p {
    color: #fff;
  }

  .small-text {
    color: #3D86C6;
    background: #fff;
  }

  .page-title-wrap {
    position: relative;
  }

  .download-btn.blue-btn {
    font-size: 15px;
  }

  .download-btn.blue-btn img {
    width: 18px;
    margin-right: 10rem;
  }

  .box-wrap {
    margin-bottom: 30px;
  }

  .title-head {
    font-family: Gotham;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    padding-top: 2rem;
    padding-right: 0;
  }

  .bot-btns .btn-primary.blue {
    padding: 10px 43px 10px;
  }

  .qna-section-wrap .qna-progress ul li:nth-child(2) {
    display: block;
  }

  .qna-section-wrap .qna-progress ul li:nth-child(2).pragress-val.completed {
    display: none;
  }

  #tpopup form {
    width: 90%;
  }

  #tpopup form {
    padding: 11px 15px;
  }

  h2.form-title {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 4px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .contact-wrap .mdl-textfield__input {
    font-size: 15px;
    height: 48px;
    padding: 10px 40px 0px 15px;
  }

  .contact-wrap select {
    padding: 10px 7px 2px 0 !important;
  }

  .input_select select {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .dropdown-filter select {
    font-size: 15px;
  }

  label.mdl-checkbox__label.GDPRCompliance {
    position: relative;
    padding: 7px 5px;
    font-size: 13px;
    margin-bottom: 5px !important;
  }

  input#GDPRCompliance_emailPhone {
    width: 12px !important;
    top: 7px;
    height: 14px;
  }

  #leadForm a {
    font-size: 13px;
  }

  .nextPrev-wrap #submit {
    width: 150px;
    padding: 9px 6px;
    font-size: 16px;
  }

  #wait-wrap {
    font-size: 16px;
    margin-top: 20px;
  }

  label.mdl-checkbox__label.GDPRCompliance {
    width: calc(100% - 30px) !important;
  }

  .contact-wrap select {
    padding: 10px 7px 2px 0 !important;
  }

  .panel {
    padding: 0 0px;
  }

  .download-report {
    padding: 10px 15px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .tfooter .myreports-widget-text {
    font-size: 16px;
  }

  .download-btn {
    padding: 11px 35px 12px;
    font-size: 15px;
    margin-top: 15px;
  }

  .cost-head {
    font-size: 27px;
    margin-bottom: 24rem;
  }

  .prograss-wrap {
    float: left;
    width: calc(100% - 165px);
  }

  .total-price-btn {
    width: 155px;
    padding: 12px 10px;
    margin-top: 4px;
  }

  .qna-section-wrap .qna-progress {
    padding: 35px 0 30px;
    top: 58px;
    z-index: 9;
  }

  :root {
    font-size: 0.0892962962962963vw;
  }

  .flip-box-front {
    padding: 20px;
  }

  .tco-form-module .row.cf.pt-40 {
    /* padding-top: 0; */
  }

  .radio-item {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .qna-section-wrap .qna-progress ul li {
    display: none;
  }

  .qna-section-wrap .qna-progress ul li.active {
    font-weight: 700;
    font-size: 22px;
    display: block;
  }

  .text-wrap p {
    padding-right: 20px;
    font-size: 15px;
    line-height: 21px;
  }

  .text-wrap p {
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .small-text {
    font-size: 10px;
    padding: 8px 20px;
  }

  .page-title-wrap h1 {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
  }


  .container.container-small.cf {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
  }

  .text-wrap.progress-text {
    font-size: 16px;
    top: -45px;
  }

  .qna-section-wrap .qna-progress ul li::before {
    content: none;
  }

  .text-wrap.digit-val {
    margin-top: 24px !important;
  }

  .total-price-view-report {
    margin-top: 20px;
  }

  .total-price-btn {
    margin-top: 0px;
    float: left;
  }

  .text-wrap.digit-val {
    font-size: 14px;
    padding: 5px;
  }

  .filter-wrap {
    padding: 20px;
  }

  p {
    font-size: 15px;
  }

  .total-text {
    font-size: 14px;
  }

  .total-val {
    font-size: 21px;
    font-family: Gotham;
    font-weight: 900;
    color: #3d86c6;
    margin: 2px 0;
  }

  .filetr-head {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .dropdown-filter .col-md-4 {
    margin-top: 20px;
  }

  .flip-head img {
    height: 24px;
  }

  .flip-head {
    margin-bottom: 8px;
    padding-left: 44px;
    padding-top: 2px;
  }

  .flip-box p {
    padding-top: 5px;
    padding-bottom: 3px;
  }

  .form-input {
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
  }

  .flip-head.large-txt {
    font-size: 19px;
    font-weight: bold;
    padding-right: 35px;
  }

  .tco-form-module {
    padding-top: 5px;
  }

  .back-container {
    padding: 20px 20px 80px;
  }

  .tco-form-module .filetr-head {
    margin-top: 30px;
  }

  .tick-img img {
    width: 25px;
  }

  .flip-box {
    margin-bottom: 30px;
  }

  .light-txt {
    font-size: 14px;
  }

  .export-btn img {
    padding-right: 7px;
    width: 33px;
  }

  h2 {
    font-size: 21px;
  }

  .btn-primary.blue {
    padding: 11px 35px 12px;
    font-size: 15px;
    margin-top: 15px;
  }

  .qna-section-wrap .qna-progress ul li.completed::before {
    border: 2px solid #3d86c6;
  }

  .qna-section-wrap .qna-progress ul li::before {
    width: 8px;
    height: 8px;
    margin: 0 auto 8px;
    border-radius: 50%;
  }

  .rlogo img {
    width: 48px;
  }

  .llogo img {
    width: 194px;
    padding-top: 31px;
  }

  footer {
    padding: 20px 30px;
  }

  select {
    font-size: 13px;
    height: 42px;
    padding: 4px 14px;
    border-radius: 3px;
  }

  .dropdown-filter select {
    font-size: 13px;
  }

  .flip-head {
    font-size: 16px;
    padding-top: 0;
  }

  a {
    font-size: 16px;
  }

  .configure-now {
    padding: 10px 15px;
    font-size: 14px;
  }

  .export-btn {
    font-size: 15px;
    padding: 10px 43px 10px;
    margin-bottom: 17px;
  }

  .bot-btns {
    margin-top: 10px;
  }

  .coloured-box-con {
    padding: 20px;
    margin-bottom: 20px;
  }

  footer p {
    font-size: 14px;
  }

  body {
    font-size: 14px;
  }

  .radio-item label::before {
    top: 3px;
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
    border-radius: 13px;
    border: 1px solid #b0bc25;
  }

  .radio-item input[type="radio"]:checked+label::after {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 1px;
    left: 3px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pt-30 {
    padding-top: 20px;
  }

  .radio-item {
    margin-top: 0rem;
  }

  .radio-options {
    padding-top: 10rem;
  }

  select option {
    font-size: 15px;
  }

  .price-area {
    padding: 15px 20px;
  }

  .total-cost-area .myreports-widget-thead .myreports-widget-td {
    padding: 15px;
  }

  img.ar-right {
    width: 16px;
    position: relative;
    top: -1rem;
    margin-left: 10rem;
  }

  .single-card .back-container {
    padding: 40rem 20px 260rem;
  }

  .filter-wrap {
    margin-top: 0;
  }

}

@media (max-width: 575px) {
  .note-sec {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .note-con {
    width: 100%;
    float: none;
  }

  .summary-table .myreports-widget-tr.thead-bottom .myreports-widget-td .myreports-widget-text.gray-text {
    font-size: 16px;
  }

  .foot-content br {
    display: none;
  }

  .tco-form-module .filetr-head {
    margin-top: 18px;
  }

  .accordion::before {
    top: 8px;
  }

  .report-btn.btn-wrap {
    text-align: left;
  }

  .flip-box p {
    padding-bottom: 12px;
  }

  .contact-wrap .mdl-textfield__input {
    font-size: 14px;
  }

  .input_select select {
    font-size: 14px;
  }

  label.mdl-checkbox__label.GDPRCompliance {
    font-size: 12px;
  }

  .myreports-widget-thead .myreports-widget-td span {
    font-size: 16px;
  }

  .panel .myreports-widget-text.small {
    font-size: 13px;
  }

  .orange-head {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .download-btn {
    text-align: center;
  }

  .myreports-widget-thead .myreports-widget-td span {
    font-size: 15px;
  }

  .total-price-btn.report-btn {
    float: none;
  }

  .configure-now {
    float: none;
    margin-top: 15px;
  }

  .btns-area a {
    display: block;
  }

  .banner-content {
    width: 100%;
  }

  .page-title-wrap {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .small-text {
    margin-bottom: 20px;
  }

  .total-price-btn {
    width: 110px;
    float: right;
    padding: 5px 8px;
    margin-top: 4px;
  }

  .prograss-wrap {
    float: none;
    width: 100%;
  }

  .total-val {
    font-size: 19px;
    margin: 2px 0;
  }

  .accordion {
    font-size: 15px;
  }

  .panel .myreports-widget-text {
    font-size: 15px;
  }

  .total-price-btn {
    width: 162px;
    padding: 13px 9px;
    margin-top: 4px;
  }

  .total-text {
    font-size: 12px;
  }

  .total-price-btn {
    margin-top: 0px;
    float: left;
  }

  .text-wrap.progress-text {
    font-size: 15px;
    top: -26px;
  }

  .qna-section-wrap .qna-progress {
    /* padding: 10px 0 20px; */
    top: 58px;
  }

  .qna-section-wrap .qna-progress {
    position: static;
  }

  .qna-section-wrap {
    position: static;
  }

  .qna-section-wrap .qna-progress ul li {
    width: 100%;
    text-align: left;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 20px;
  }
}

/********************
  Page Design ends
*********************/

#vm-card-delete-1 {
  display: none;
}

.note-con p {
  font-size: 10px;
}

#formSuccess {
  position: absolute;
  width: 800rem;
  background: #fff;
  left: 0;
  top: 100rem;
  border-radius: 5rem;
  padding: 11rem 33rem;
  z-index: 9;
  text-align: center;
  box-shadow: 0 0 10rem 0 #00000020;
  margin: 0 auto;
  right: 0;
  height: 500rem;
  display: flex;
  align-items: center;
}

#formSuccess .success-wrap {
  width: 100%;
  font-size: 20px;
}

#storage_sub_type {
  white-space: break-spaces;
}


/* NAVIGATTION */
.qna-progress.cf.detail-costs.cf-padding-right {
  padding-right: 15rem;
}

.total-price-view-report .total-price-btn {
  width: auto;
}

.qna-section-wrap.header-top .total-buttons {
  position: absolute;
  right: 0;
}

/* NAVIGATTION */


/* 3 CARDS */

.three-cards.flex-row-custom {
  display: flex;
  flex-wrap: wrap;
}

.three-cards.flex-row-custom .col-md-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
  margin-bottom: 45rem;
}

.three-cards.flex-row-custom .col-md-4 .flip-box {
  margin-bottom: 0;
  height: 100%;
}

/* 3 CARDS */


/* HEADER LOGO SIZE */

header .row.align-items-center.cf {
  display: flex;
  align-items: flex-end;
}

header .row.align-items-center.cf .llogo img {
  padding-top: 0;
  width: 300rem;
}

header .row.align-items-center.cf .llogo {
  display: flex;
  align-items: center;
}

header .row.align-items-center.cf .llogo a {
  display: flex;
  align-items: center;
  margin-top: -24rem;
}

header .row.align-items-center.cf .rlogo img {
  width: 76rem;
}

/* HEADER LOGO SIZE */


/* SELECT OPTION */
.input_select select {
  border: 1px solid #c5c2c2;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 10px) center;
  padding-right: 30px;
}

.input_select::after {
  display: none;
}

/* SELECT OPTION */


/* EMAIL REPORT FORM DROPDOWN */
.input_select.select-dropdown-ui select {
  border-width: 0 0 1rem 0;
}

/* EMAIL REPORT FORM DROPDOWN */


/* PLATFORM SERVICE SECTION */
.row.cf.three-cards.flex-row-custom .col-md-6.padding-top-50 {
  margin-bottom: 0;
}

.row.cf.three-cards.flex-row-custom .col-md-6.padding-top-50 .flip-box {
  margin: 0;
}

/* PLATFORM SERVICE SECTION */

/* TOTAL COST */
.total-price-btn.report-btn.custom-width {
  width: auto;
}

/* TOTAL COST */




/****************New progess UI**********************/

.container-fluid.navbar-pagination.d-none {
  display: none;
}

.progress-bar-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.nav-arrow {
  background-color: #EDF4FF;
  padding: 14rem;
  cursor: pointer;
  border-radius: 50%;
  font-size: 0px;
  width: 57rem;
  height: 57rem;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  color: #3D86C6;
  position: absolute;
  z-index: 2;
  background-size: 53%;
}

.nav-arrow:hover {
  background-color: #f1f1f1;
}

.nav-arrow:disabled {
  opacity: 0;
  cursor: not-allowed;
}

.progress-bar-wrapper {
  position: relative;
  width: 100%;
}

.progress-line {
  position: absolute;
  left: -100rem;
  width: calc(100% + 350rem);
  height: 3rem;
  background-color: #ddd;
  z-index: 0;
  margin-left: -50rem;
  bottom: 14rem;
}

.progress-items {
  display: flex;
  transition: transform 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 2;
  gap: 71rem;
}

.progress-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: start;
}

.progress-item.completed .checkmark {
  width: 20px;
  height: 20px;
  background-color: #b2d8b2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-item .circle {
  width: 29rem;
  height: 29rem;
  background-color: #e0e0e0;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.8125 9.49023L8.7033 13.381L15.188 6.89637" stroke="white"/></svg>');
  background-size: cover;
}

.progress-item p {
  font-size: 20rem;
  color: #555;
}

.qna-progress-modified {
  padding: 35rem 140rem;
  overflow: hidden;
}

.nav-arrow.left-arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M13.125 16.25L6.875 10L13.125 3.75" stroke="%233D86C6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  left: -130rem;
}

.nav-arrow.right-arrow {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M6.875 3.75L13.125 10L6.875 16.25" stroke="%233D86C6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  right: -130rem;
}

.progress-item p {
  white-space: nowrap;
  color: #B1B3B6;
  font-size: 20rem;
  font-weight: 600;
  padding: 0 0 7rem 0;
}

.progress-item.completed .circle {
  background-color: #B0BC25;
}

.progress-item.completed p {
  color: #333333;
}

.qna-progress-modified::after, .qna-progress-modified::before {
  content: "";
  width: 100rem;
  display: inline-block;
  height: 100%;
  position: absolute;
  display: none;
}

.qna-progress-modified {
  position: relative;
}

.qna-progress-modified::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.44) 0%, #FFF 57.57%, #FFF 100%);
  left: 0;
  top: 0px;
  z-index: 1;
}

.qna-progress-modified::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.44) 0%, #FFF 57.57%, #FFF 100%);
  right: 0;
  top: 0;
}

.qna-progress-modified:has(.left-arrow:not(:disabled))::before {
  display: block;
}

.qna-progress-modified:has(.right-arrow:not(:disabled))::after {
  display: block;
}

.pt-0 {
  padding-top: 0 !important;
}


@media (max-width: 992.98px) {
  .three-cards.flex-row-custom .col-md-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .progress-item p {
    font-size: 12px;
    padding: 0 0 5px 0;
  }

  .progress-item .circle {
    width: 16px;
    height: 16px;
  }

  .progress-line {
    height: 2px;
    bottom: 7px;
  }

  .total-price-view-report {
    margin: 0;
  }

  .dropdown-filter .col-md-4:first-of-type {
    margin-top: 0;
  }

  .nav-arrow {
    padding: 5px;
    width: 30px;
    height: 30px;
    background-size: 63%;
  }


  .tco-form-module .pt-40 .filetr-head {
    margin-top: 0;
  }

  div#usage-time-input-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .col-md-4.pb-0.archival_period_div {
    margin-bottom: 20px;
  }

  div#block-storage-card .tco-form-module.pt-30 .col-md-7,
  div#object-storage-card .tco-form-module.pt-30 .col-md-7 {
    padding-top: 20px;
  }

  #logging-as-a-service-card .tco-form-module.pt-30 .radio-options.pt-0.pb-40 {
    padding: 0 0 20px 0;
  }

  #logging-as-a-service-card .tco-form-module.pt-30 .col-md-4.pb-40 .filetr-head, .col-md-4.pb-0.archival_period_div .filetr-head,
  #izo-cloud-kubernetes-card .tco-form-module.pt-30 .col-12.pb-40 .filetr-head,
  #izo-cloud-kubernetes-card .tco-form-module.pt-30 .col-md-3.pb-40 .filetr-head,
  #izo-cloud-kubernetes-card .tco-form-module.pt-30 .col-md-4.pb-40 .filetr-head {
    margin-top: 0;
  }

  #backup-software-card .flip-box-back p.ntitle {
    padding-top: 20px;
  }

  .three-cards.flex-row-custom .col-md-6.pb-40,
  .row.cf.three-cards.flex-row-custom .col-md-6.padding-top-50 {
    width: 100%;
  }
}


/* PLATFORM SERVICES */

.price-area.cf.position-relative {
  position: relative;
  bottom: unset;
  background: transparent;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* PLATFORM SERVICES */