/* new design */
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body
{
	box-sizing: border-box;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'ZohoPuvi';
	    font-weight: 300;
}
 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none!important;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 600;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
h1
{
	font-size: 2em;
	    background: url("https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../images/digital-readiness-title.svg") no-repeat 0 0;
    width: 479px;
    height: 191px;
}
h2
{
	font-size: 2.4em;
	color: #0F3378;
	margin: 20px 0px;
}
p {
	margin: 0 0 25px;
    line-height: 1.8;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-blue
{
	    color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-weight: 600;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 1;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 16.6%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
h1,#soaring .sub-heading,#key-findings .sub-heading,#cloud-reliance .sub-heading,#it-security .sub-heading,#ai-analytics .sub-heading,#abovefooter .sub-heading{background:none !important;width:unset !important;height:unset !important;}
@media only screen and (max-width: 1025px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-4 {
	width: 33.3%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-8 {
	width: 66.6%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-4 {
	width: 33.3%;
}
	.cols-sd-3 {
	width: 25%;
}
}
section {
    padding: 80px 0;
}

header.fixed-header {
    padding: 35px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
	background: #45499d;
	background-image: linear-gradient(to right, #564fa4 , #344396);
}
/*
#tech-trends {
	background: #45499d;
	background-image: linear-gradient(to right, #564fa4 , #344396);	
}
*/
header.header-fixed {
    padding: 20px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	    background: linear-gradient(to right, #04226e, #16378d, #04226e);
}
.brand-logo {
    display: block;
    width: 200px;
}
#topbar-menu-icon {
    display: none;
        position: absolute;
    right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 15px;
}
#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
.active-menu#topbar-menu-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(
135deg
);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(
135deg
);
}
.active-menu#topbar-menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
.active-menu#topbar-menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(
-135deg
);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(
-135deg
);
}
.nav-menu {
    margin: 8px 0 0 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    margin-left: 10px;
}
.nav-menu li a {
    color: #fff;
    padding: 10px;
    display: block;
}
.nav-menu li a:hover, .nav-menu li.active a, .nav-menu li a.active {
    color: #F0483E;
}
#banner {
    margin-top: 116px;
    padding: 50px 0 100px 0;
	background: #113479;
	background: transparent linear-gradient(121deg, #574ea4 0%, #2d4193 100%) 0% 0% no-repeat padding-box;
}
.page-title {
  font-weight: 700;
  font-size: 52px;
      margin-top: 0;	
  margin-bottom: 10px;
color: #fff;	
}
.msp-banner {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.page-section {
  padding: 40px 0;
position: relative;
}
.carasol-container {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.section-title {
  font-weight: 500; 
  font-size: 1.7em;
  color: #000;
  line-height: 1.6;
}
/*---------------- Banner ----------------*/

.banner-button {
    padding: 15px 25px;
    background: #EEE629;
    color: #000;
    display: inline-block;
    font-family: 'Zoho_Puvi_SemiBold';
	transition: .3s;
}
.banner-button:hover {
	cursor: pointer;
	background: #37B6A7;
	color: #fff;
}
#banner p {
	color: #fff;
}

#key-findings {
	background: #2B2728;
	position: relative;
	background: #2B2728 url("../images/noisy-dot.png") repeat bottom right;
}
#key-findings p{
	color: #fff;
}
#key-findings p strong {
	color: #FF5252;
}
#key-findings span {
    font-family: 'Zoho_Puvi_SemiBold';	
}
.right-cont {
	padding: 40px 0px;
}
#key-findings h2 {
	color: #fff;
}
#soaring .sub-heading {
	    background: url("../images/soaring-importance-title.svg") no-repeat 0 0;
        width: 479px;
    height: 50px;
}
#key-findings .sub-heading {
	    background: url("../images/key-findings-title.svg") no-repeat 0 0;
    width: 316px;
    height: 50px;
	    text-align: center;
    margin: 20px auto;
	
}
#abovefooter .sub-heading {
    background: url(../images/about-metitle.svg) no-repeat 0 0;
    width: 420px;
    height: 50px;
    background-size: 100%;
}
#key-findings .carousel{
	    left: 0;
}
#key-findings .next {
	right: -80%;
	background: url("https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../images/arrow-white.svg") no-repeat left center;
	background-size: 30px;
}
#key-findings .prev {
	left: -75%;
	background: url("https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../images/arrow-white.svg") no-repeat left center;
	background-size: 30px;
}
#tech-trends .sub-heading {
	    background: url("../images/tech-trends-title.svg") no-repeat 0 0;
    width: 316px;
    height: 50px;
	margin: auto;
	
}
#cloud-reliance .sub-heading {
	    background: url("../images/cloud-readiness-title.svg") no-repeat 0 0;
    width: 350px;
    height: 50px;
	margin: auto;	
}
#it-security .sub-heading {
	    background: url("../images/it-security-title.svg") no-repeat 0 0;
    width: 260px;
    height: 50px;
	margin: auto;		
}
#ai-analytics .sub-heading {
	    background: url("../images/ai-and-ba-title.svg") no-repeat 0 0;
    width: 350px;
    height: 50px;
	margin: auto;	
	background-size: 350px;
} 

.three-tab {
	background: #4176FD;
	color: #fff;
	margin: 0px 10px;
    padding: 15px 60px;
    border-radius: 50px;
	display: inline-block;
	text-align: center;
	    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.three-tab .down-arrow {
	    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;	
	position: relative;
	top: 0;
}
.three-tab:hover {
	cursor: pointer;
	background: #ff5252;
}
.three-tab:hover .down-arrow{
	top: 5px;
}
.three-tab h3 {
	font-weight: normal;
	margin: 0;
	font-size: 1em;
}
.learn-more {
	text-decoration: underline;
}
#cloud-reliance, #ai-analytics {
	background: #F0EFF6;
}

.country-tab {
	padding: 15px 0px 20px;
	margin: 0;
}
.country-tab li {
	padding: 15px 25px;
	margin: 0px 10px;
	display: inline-block;
	vertical-align: top;
	background: #EEEDED;
	color: #000;
	border: 2px solid #858586;
	border-radius: 40px;
    transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
}
.country-tab li.active, .country-tab li:hover {
	color: #fff;
	background: #0E3188;
	cursor: pointer;
	background: transparent linear-gradient(97deg, #0E3188 0%, #4970CC 100%) 0% 0% no-repeat padding-box;
}
.tabs {
	padding: 20px 0px 170px;
	display: none;
	position: relative;
	
}
.carousel p strong {
	font-size: 1.3em;
	position: relative;
}

p strong.violet {
	color: #7456a0 !important;
}
p strong.pink {
	color: #ce97bf;
}
p strong.blue {
	color: #2572b5 !important;
}
p strong.green {
	color: #00a19c;
}
.tabs .items p {
box-shadow: 3px 2px 16px #b1aeae;
    padding: 15px 25px;
    background: #fff;
    font-size: .8em;
    line-height: 20px;
    padding-bottom: 30px;
}
#key-findings .items p {
box-shadow: 3px 2px 16px #0c0c0c;
    padding: 15px 25px;
    background: #fff;
    font-size: .8em;
    line-height: 20px;
	color: #000;
}
.global-tab {
	display: block;
}
#it-security {
	background: #fff;
}
/* footer style */
#backToTop {
    position: fixed;
    right: 15px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 99999;
}
footer {
    background: #16141a;
    position: relative;
    z-index: 9999;
}
footer > .container {
    padding: 50px 0;
}
p.copyright {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 0;
}
.zlogo {
    height: auto;
    width: 55px;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}
ul.social{display:block;text-align:right;}
.social li{display:inline-block;}
.social li a{height:35px;width:35px;border: 1px solid #fff;padding: 8px;margin: 0 5px;border-radius: 100%;display: inline-block;}
.social li:first-child a{margin-left: 0;}
.social li a:hover{text-decoration:none}
.social li a.fb{background:url(https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../../images/footer-sprite.svg) no-repeat 0 0;background-size: 25%!important;background-position: center;}
.tw{background:url(https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../../images/footer-icon-tw.svg) no-repeat 0 3px;background-size:45%;background-position: 50% 52%;}
.in{background:url(https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../../images/footer-icon-in.svg) no-repeat 0 0;background-size: 45%;background-position: 50% 46%;}
.yt{background:url(https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../../images/footer-icon-yt.svg) no-repeat 0 4px;background-size: 45%;background-position: center;}
a.insta{background:url(https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../../images/ft-insta.png) no-repeat 0 0;background-size:45%;background-position:center;}
.social a.fb:hover{background-color:#4267b2}
.social li a.tw:hover{background-color:#1da1f2}
.social li a.in:hover{background-color:#0e76a8}
.social li a.yt:hover{background-color:red}
.social li a.insta:hover{background:url(https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../../images/ft-insta.png) no-repeat 0 0,linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) no-repeat;background-size:45%,100%!important;background-position:center}
.container-fluid.copyright p {
    margin: 0;
    font-size: 0.9em;
}
.container-fluid.copyright {
    padding: 20px 0;
    text-align: center;
    background: #1d1d1d;
    color: #fff;
}
.container-fluid.copyright p a {
    color: #fff;
}
/* footer style  ends */

.tabs p{
	padding-top: 10px;
}
.tabs .text-left {
	min-height: 400px;
}

.keyfingimg.active{
	    width: 35%; 
}
.keyfingimg img{
	width: 100%;
	height: auto;
}
.keyfingimg {
    display: inline-block;
    vertical-align: bottom;	
	position: relative;
    margin: 5px 5px 5px 0px;
	height: auto;
	width: 20%;
}
.loading-bar {
	position: absolute;
	height: 5px;
	width: 1%;
	background: #FF6A6A;
	bottom: 0;
	left: 0;
    transition: all ease 3s;
    -webkit-transition: all ease 3s;
    -moz-transition: all ease 3s;
	opacity: 0;
}
.keyfingimg.active .loading-bar{
	width: 100%;
	opacity: 1;
}
.down-arrow {
	  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.scroll-tab {
	padding-bottom: 60px;
}
.animation
{
	    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
}
.active-anim.animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.page-section select {
    background: #EEEDED url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
    border: 2px solid #858586;
    padding: 12px 20px;
    width: 100%;
    height: 60px;
    color: #000;
	    font-size: 1em;
	    border-radius: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
	display: none;
	position: relative;
}

.tabs img {
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;	
	z-index: 1000;
	position: relative;
	    width: 100%;
    height: auto;
}
.carousel {
    width: 550px;
    height: 29em;
    margin: 0 auto;
    position: relative;
	left: -250px;
}
.but-styl {
    background: url("https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../images/arrow.svg") no-repeat left center;
    border: none;
    width: 40px;
    position: absolute;
    z-index: 10000;
    left: -26%;
    top: 24%;
    height: 25px;
	padding: 150px;
    outline: none;
    cursor: pointer;
	color: transparent;
}
.prev {
	    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.next {
    background: url("https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../images/arrow.svg") no-repeat left center;
    left: auto;
    right: -132%;
    top: 23%;
}
.carousel .items {
    width: 520px;
    height: auto;
    background: transparent;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	    margin-top: 150px;
    z-index: 1;
}
#key-findings .carousel .items {
	height: 520px;
}
.keyfindingcarousel .carousel .items img {
	width: 100%;
	height: auto;
}
.carousel div.main-pos {
    margin-left: 2em !important;
    z-index: 2;
    transform: scale(1.5);
}
.carousel div.back-pos {
    margin-left: 2em !important;
    opacity: 0;
}
.carousel div.left-pos {
    opacity: .3;
    margin-left: -42em !important;
}
.carousel div.right-pos {
    opacity: .3;
    margin-left: 46em !important;
}
.items {
    position: absolute;
}
.button-container {
    bottom: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
	    font-family: 'Zoho_Puvi_SemiBold';
	color: #555050;
	z-index: 10000;
/*	display: none;*/
}
.autoplay-button {
    border: 1px solid red;
    border-radius: 10px;
    padding: 7px 18px;
    display: inline-block;
    background: #fff;
	vertical-align: middle;
	margin-left: 3px;
	position: relative;
}
.autoplay-button.active {
	border: 1px solid #38B5A6;
}
.autoplay-button:after {
    content: '';
    position: absolute;
    right: auto;
    left: 3px;
    bottom: 2px;
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.autoplay-button.active:after {
    content: '';
    position: absolute;
	left: auto;
    right: 3px;
    bottom: 2px;
    background: #38B5A6;
}
.button-container p{
	margin: 0;
	padding: 0;
	    display: inline-block;
    vertical-align: top;
    line-height: normal;
}
.slider-button, .slide1 {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #D9D8D8;
	    margin: 0px 2px;
}
.slider-button.active, .slide1.active {
    background-color: #272525;
}
.scroll-tab p{
	text-align: center;
	    font-family: 'Zoho_Puvi_SemiBold';
	font-size: 1.1em;
	padding-bottom: 20px;
	position: relative;
}
.scroll-tab p:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 29%;
    background: white;
    left: 0;
    top: 26%;
}
.scroll-tab p:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 29%;
    background: white;
    right: 0;
    top: 26%;
}
/*
.zsiq_floatmain.zsiq_theme1{
	display: none !important;
}
*/
.keyfindingcarousel {
	position: relative;
	padding-bottom: 80px;
}
.subhed {
    font-size: 1.2em;
    padding-bottom: 20px;
    margin: auto;
}
.braccont {
	color: #555555;
	margin-bottom: 15px;
}
.zohoimg {
    position: absolute;
    bottom: -1px;
    right: -10%;
    width: 60%;
	height: auto;
}
#abovefooter {
	padding: 100px 0;
	overflow: hidden;
}
.zohologo {
	    width: 63px;
    padding: 0px 4px;
    vertical-align: text-bottom;
}
.downloadinforafic {
	background: #fff;
	border-radius: 5px;
	padding: 0px 60px;
}
#banner .downloadinforafic p{
	padding-left: 51px;
	color: #000;
	margin: 0;
	font-weight: 600;
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
.downloadinforafic .cols-10{
	    width: 82.5%;
}
.downloadinforafic img {
	width: 37%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
	padding-top: 15px;
}
.downloadinforafic{
    transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
.downloadinforafic:hover {
	cursor: pointer;
}
.downloadinforafic:hover span {
	background: #44489c;
}
.downloadinforafic:hover span:after{
	background: #101852 url(https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../images/down-arrow-white.svg) no-repeat;
    background-position: 50% center;
    background-size: 15px;
}
.downloadinforafic span {
	background: #0074FF;
    padding: 20px 40px;
    display: inline-block;
    margin: auto;
    text-align: center;
    border-radius: 40px;
	color: #fff;
	    padding: 15px 30px;
	    margin-top: 15%;
	position: relative;
	padding-right: 60px;
    transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
.downloadinforafic span:after {
	content: "";
	height: 30px;
	width: 30px;
	background: #0F3496 url("https://www.manageengine.com/fr/the-digital-readiness-survey-2021/css/../images/down-arrow-white.svg") no-repeat;
    background-position: 50% center;
	position: absolute;
	    border-radius: 100%;
    background-size: 15px;
    top: 10px;
    right: 18px;
}

.close-button {
	    width: 40px;
    height: 40px;
    background: transparent;
    border: 4px solid #c74343;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    display: inline-block;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
	    -moz-transition: box-shadow 200ms ease-out, -moz-transform 200ms ease-out, opacity 200ms ease-in-out;
    -o-transition: box-shadow 200ms ease-out, -o-transform 200ms ease-out, opacity 200ms ease-in-out;
    -webkit-transition: box-shadow 200ms ease-out, -webkit-transform 200ms ease-out, opacity 200ms ease-in-out;
    transition: box-shadow 200ms ease-out, transform 200ms ease-out, opacity 200ms ease-in-out;
}
.close-button:before {
	left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    width: 24px;
    height: 4px;
    background-color: #c74343;
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-moz-transition: linear 400ms;
    -o-transition: linear 400ms;
    -webkit-transition: linear 400ms;
    transition: linear 400ms;
}
.close-button:after {
	    width: 24px;
    height: 4px;
    background-color: #c74343;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -2px;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	    -moz-transition: linear 400ms;
    -o-transition: linear 400ms;
    -webkit-transition: linear 400ms;
    transition: linear 400ms;
}
.close-button:hover {
	-moz-box-shadow: 0px 0px 0px 20px #c74343 inset;
    -webkit-box-shadow: 0px 0px 0px 20px #c74343 inset;
    box-shadow: 0px 0px 0px 20px #c74343 inset;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.close-button:hover:before {
	    background-color: #fff;
    -moz-transform: rotate(45deg) scale(0.6);
    -ms-transform: rotate(45deg) scale(0.6);
    -webkit-transform: rotate(45deg) scale(0.6);
    transform: rotate(45deg) scale(0.6);
}
.close-button:hover:after {
    background-color: #fff;
    -moz-transform: rotate(-45deg) scale(0.6);
    -ms-transform: rotate(-45deg) scale(0.6);
    -webkit-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6);
}
/*-----  Preloader . ------*/
.preloader {
    background: var(--bg);
    color: var(--fg);
    display: grid;
    font: 1em/1.5 sans-serif;
    place-items: center;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    overflow-y: hidden;
}
:root {
  --bg: #e3e4e8;
  --fg: #17181c;
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1280 - 320));
}
.pl {
  position: relative;
  width: 12em;
  height: 12em;
	  -ms-transform: scale(0.6,0.6); /* IE 9 */
  transform: scale(0.6,0.6); /* Standard syntax */
}
.pl__dot {
  background: currentColor;
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.25em);
  width: 0.5em;
  height: 0.5em;
  transform-origin: 50% 100%;
}
.pl__dot:nth-child(1) {
  animation: dot1 8s linear infinite;
  transform: rotate(0deg) translateY(-5.5em);
}
.pl__dot:nth-child(2) {
  animation: dot2 8s linear infinite;
  transform: rotate(30deg) translateY(-5.5em);
}
.pl__dot:nth-child(3) {
  animation: dot3 8s linear infinite;
  transform: rotate(60deg) translateY(-5.5em);
}
.pl__dot:nth-child(4) {
  animation: dot4 8s linear infinite;
  transform: rotate(90deg) translateY(-5.5em);
}
.pl__dot:nth-child(5) {
  animation: dot5 8s linear infinite;
  transform: rotate(120deg) translateY(-5.5em);
}
.pl__dot:nth-child(6) {
  animation: dot6 8s linear infinite;
  transform: rotate(150deg) translateY(-5.5em);
}
.pl__dot:nth-child(7) {
  animation: dot7 8s linear infinite;
  transform: rotate(180deg) translateY(-5.5em);
}
.pl__dot:nth-child(8) {
  animation: dot8 8s linear infinite;
  transform: rotate(210deg) translateY(-5.5em);
}
.pl__dot:nth-child(9) {
  animation: dot9 8s linear infinite;
  transform: rotate(240deg) translateY(-5.5em);
}
.pl__dot:nth-child(10) {
  animation: dot10 8s linear infinite;
  transform: rotate(270deg) translateY(-5.5em);
}
.pl__dot:nth-child(11) {
  animation: dot11 8s linear infinite;
  transform: rotate(300deg) translateY(-5.5em);
}
.pl__dot:nth-child(12) {
  animation: dot12 8s linear infinite;
  transform: rotate(330deg) translateY(-5.5em);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #17181c;
    --fg: #e3e4e8;
  }
}
/* Animations */
@keyframes dot1 {
  0% {
    transform: rotate(0deg) translateY(-5.5em);
  }
  4.1666666667% {
    transform: rotate(30deg) translateY(0em);
  }
  50% {
    transform: rotate(360deg) translateY(0em);
  }
  95.8333333333% {
    transform: rotate(690deg) translateY(0em);
  }
  100% {
    transform: rotate(690deg) translateY(-5.5em);
  }
}
@keyframes dot2 {
  0%, 4.1666666667% {
    transform: rotate(30deg) translateY(-5.5em);
  }
  8.3333333333% {
    transform: rotate(60deg) translateY(-0.5em);
  }
  50% {
    transform: rotate(360deg) translateY(-0.5em);
  }
  91.6666666667% {
    transform: rotate(660deg) translateY(-0.5em);
  }
  95.8333333333%, 100% {
    transform: rotate(660deg) translateY(-5.5em);
  }
}
@keyframes dot3 {
  0%, 8.3333333333% {
    transform: rotate(60deg) translateY(-5.5em);
  }
  12.5% {
    transform: rotate(90deg) translateY(-1em);
  }
  50% {
    transform: rotate(360deg) translateY(-1em);
  }
  87.5% {
    transform: rotate(630deg) translateY(-1em);
  }
  91.6666666667%, 100% {
    transform: rotate(630deg) translateY(-5.5em);
  }
}
@keyframes dot4 {
  0%, 12.5% {
    transform: rotate(90deg) translateY(-5.5em);
  }
  16.6666666667% {
    transform: rotate(120deg) translateY(-1.5em);
  }
  50% {
    transform: rotate(360deg) translateY(-1.5em);
  }
  83.3333333333% {
    transform: rotate(600deg) translateY(-1.5em);
  }
  87.5%, 100% {
    transform: rotate(600deg) translateY(-5.5em);
  }
}
@keyframes dot5 {
  0%, 16.6666666667% {
    transform: rotate(120deg) translateY(-5.5em);
  }
  20.8333333333% {
    transform: rotate(150deg) translateY(-2em);
  }
  50% {
    transform: rotate(360deg) translateY(-2em);
  }
  79.1666666667% {
    transform: rotate(570deg) translateY(-2em);
  }
  83.3333333333%, 100% {
    transform: rotate(570deg) translateY(-5.5em);
  }
}
@keyframes dot6 {
  0%, 20.8333333333% {
    transform: rotate(150deg) translateY(-5.5em);
  }
  25% {
    transform: rotate(180deg) translateY(-2.5em);
  }
  50% {
    transform: rotate(360deg) translateY(-2.5em);
  }
  75% {
    transform: rotate(540deg) translateY(-2.5em);
  }
  79.1666666667%, 100% {
    transform: rotate(540deg) translateY(-5.5em);
  }
}
@keyframes dot7 {
  0%, 25% {
    transform: rotate(180deg) translateY(-5.5em);
  }
  29.1666666667% {
    transform: rotate(210deg) translateY(-3em);
  }
  50% {
    transform: rotate(360deg) translateY(-3em);
  }
  70.8333333333% {
    transform: rotate(510deg) translateY(-3em);
  }
  75%, 100% {
    transform: rotate(510deg) translateY(-5.5em);
  }
}
@keyframes dot8 {
  0%, 29.1666666667% {
    transform: rotate(210deg) translateY(-5.5em);
  }
  33.3333333333% {
    transform: rotate(240deg) translateY(-3.5em);
  }
  50% {
    transform: rotate(360deg) translateY(-3.5em);
  }
  66.6666666667% {
    transform: rotate(480deg) translateY(-3.5em);
  }
  70.8333333333%, 100% {
    transform: rotate(480deg) translateY(-5.5em);
  }
}
@keyframes dot9 {
  0%, 33.3333333333% {
    transform: rotate(240deg) translateY(-5.5em);
  }
  37.5% {
    transform: rotate(270deg) translateY(-4em);
  }
  50% {
    transform: rotate(360deg) translateY(-4em);
  }
  62.5% {
    transform: rotate(450deg) translateY(-4em);
  }
  66.6666666667%, 100% {
    transform: rotate(450deg) translateY(-5.5em);
  }
}
@keyframes dot10 {
  0%, 37.5% {
    transform: rotate(270deg) translateY(-5.5em);
  }
  41.6666666667% {
    transform: rotate(300deg) translateY(-4.5em);
  }
  50% {
    transform: rotate(360deg) translateY(-4.5em);
  }
  58.3333333333% {
    transform: rotate(420deg) translateY(-4.5em);
  }
  62.5%, 100% {
    transform: rotate(420deg) translateY(-5.5em);
  }
}
@keyframes dot11 {
  0%, 41.6666666667% {
    transform: rotate(300deg) translateY(-5.5em);
  }
  45.8333333333% {
    transform: rotate(330deg) translateY(-5em);
  }
  50% {
    transform: rotate(360deg) translateY(-5em);
  }
  54.1666666667% {
    transform: rotate(390deg) translateY(-5em);
  }
  58.3333333333%, 100% {
    transform: rotate(390deg) translateY(-5.5em);
  }
}
@keyframes dot12 {
  0%, 45.8333333333% {
    transform: rotate(330deg) translateY(-5.5em);
  }
  50% {
    transform: rotate(360deg) translateY(-5.5em);
  }
  54.1666666667%, 100% {
    transform: rotate(360deg) translateY(-5.5em);
  }
}



/* form css  */
.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 16px;
  transition: border ease 1.5s;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
}
.downloadpdf-popup .form-control {
    height: 48px;
    border: 1px solid #c9c6c6;
    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}
.form-control.btn-submits {
    border: none;
}
.dropdown-control {
  background: url(https://www.manageengine.com/images/submenu-sel-arrow.png)
    no-repeat;
  background-position: 95% center;
}

.form-control.dropdown-control.uscountry {
  background: #fff;
}

.form-control.active-row {
  border: 1px solid #fff;
}

.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
}

.form-control.form-comments {
  height: 85px;
}

.form-control:after,
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
}

.form-control:before {
  top: 0px;
  left: 0px;
}

.form-control:after {
  bottom: 0;
  right: 0;
}

.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 12px;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: red;
  display: none;
}

.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}

.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control .label {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
}

.form-comments.form-control .label {
  top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none !important;
  height: 100%;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  opacity: 0.6;
  resize: none;
  font-family: "ZohoPuvi";
}
.form-control textarea {
    padding: 10px 15px;
}
.form-control select {
  opacity: 0;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat !important;
  background-position: 98% !important;
}

.form-control.active-row select {
  opacity: 1;
  color: #7c7979;
}

.btn-submits button {
  border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #ff4a36;
    background: #ff4a36;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 0 0 20px 0;
}

.btn-submits button:hover {
      background: #1c1c1c;
    border-color: #1c1c1c;
}

.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
}

.btn-submit-new button {
 font-size: 18px;
    font-weight: 400;
    border: 2px solid #e04d3b;
    border-radius: 5px;
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}

.btn-submit-new button:hover {
  background: #222222;
  border-color: #222222;
}

.active-row.form-control::before {
  border-top-color: #15368b;
  border-right-color: #15368b;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  width: 100%;
  height: 100%;
}

.active-row.form-control::after {
  border-bottom-color: #15368b;
  border-left-color: #15368b;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
  width: 100%;
  height: 100%;
}

.form-control.active-row .label {
  top: 0;
  background: #fff;
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}

.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
  display: none;
}

.uscountry select#country,
.uscountry select#zc-country {
  height: 60px;
  border: 2px solid #15368b;
  border-radius: 4px;
  opacity: 1;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
}

.uscountry.form-control.active-row .label {
  z-index: 99;
}

.uscountry select#country_state {
  height: 60px;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #15368b;
}

.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}
b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}
p.callback-text {
        margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}
.success-msg {
    position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #834100;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	display: none;
	    line-height: 1.5;
}
.success-msg span
{
	display: block
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 48%);
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}

.popup,
.popup * {
  box-sizing: border-box;
}

.popup {
 position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 95%;
    max-height: 95vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 3px;
    z-index: 99;
    display: none;
}

.popup-content {
  overflow: scroll;
  height: 100%;
  max-height: 90vh;
}

.popup-content form {
  width: 90%;
  margin: 0 auto;
}

span.close {
      position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #5b82c7;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}

span.close:hover {
     color: #fff;
}

h2.popup-title {
    text-align: center;
    margin: 0;
    line-height: 1.6;
    background: url("https://www.manageengine.com/images/dotted-bg.svg") no-repeat, url("https://www.manageengine.com/images/dotted-bg.svg") no-repeat #324295;
	background-size: 7%, 5%;
    background-position: 14px 54px, 94% 20px;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
}


.form-control.btn-submits {
  background: transparent;
  text-align: center;
}

.form-control {
  height: 55px;
  margin-bottom: 20px;
}

.dropdown1,
.dropdt1 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dropdown1::-webkit-scrollbar,
.dropdt1::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}

p.privacy-policy {
      font-size: 14px;
    color: #000000;
    margin-top: 20px;
}

p.privacy-policy a {
  color: #000000;
  text-decoration: underline!important;
}
#meGDPRMessage {
      color: #000000;
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
}
#meGDPRMessage label {
    cursor: pointer;
}
#meGDPRMessage .checkmarkgdpr {
    height: 12px!important;
    width: 12px!important;
    top: 1px;
}
.success-down-msg, .success-inq-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display:none;
}
.msgcon{
	position: fixed;
    transform: translate(-50%, -50%);
    top: 47%;
    left: 50%;
    width: 25%;
    background:#E0A3CA;
    padding: 60px;
    text-align: center;
    color:#000;
    border-radius: 10px;
    line-height: 1.5;
}
.msg-close{
	position: absolute;
    z-index: 999;
    top: -13px;
    right: -7px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    background:#FE4C53;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.msg-close:hover{
	background: #fff;
    color: #000;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #004b88;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.privacy-policy, .privacy-policy a {
	color: #fff;
}
/* Responsive */
@media only screen and (max-width: 1250px)
{  
	.container
	{
		max-width: 90%;
	}
	.country-tab li {
		margin: 5px;
	}
	.msgcon {
         width: 40%;
	}
}
@media only screen and (max-width: 1150px)
{  
	.carousel div.main-pos {
		    transform: scale(1.2);
	}
	.carousel div.left-pos {
		    margin-left: -36em !important;
	}
	.carousel div.right-pos {
		    margin-left: 40em !important;
	}
	.carousel .items {
		    margin-top: 80px;
	}
	.prev {
		    left: -10%;
		    top: 14%;
		    background-size: 20px;
	}
	.next {
		    right: -115%;
    top: 14%;
		    background-size: 20px;
	}
	.tabs {
		    padding: 20px 0px 135px;
	}
	#key-findings .next {
		    right: -65%;
		    top: 9%;
		background-size: 20px;
	}
	#key-findings .prev {
		    left: -60%;
		top: 9%;
		    background-size: 20px;
	}
	.downloadinforafic br{
		display: none;
	}
	.downloadinforafic {
		padding: 20px;
	}
}
@media only screen and (max-width: 1025px)
{ 
	.nav-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top:44px;
    z-index: 99;
    display: none;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 26%);
		top: 0;
}
	.nav-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #b3b1b1;
    padding: 10px 0;
    margin: 0 10px;
}
	.nav-menu li a
	{
		color: #000;
	}
	#topbar-menu-icon {
    display: block;
    top: 15px;
}
	header.fixed-header {
    padding: 20px 0;
}
	#banner {
		    margin-top: 75px;
	}
	.scroll-tab p:before, .scroll-tab p:after {
		display: none;
	}
	.country-tab li {
		    padding: 12px 15px;
    margin: 5px;
	}
	.tabs .text-left {
		    min-height: 471px;
	}
	.page-section p br{
		display: none;
	}
	.right-cont {
	padding: 60px 0px;
}
		.carousel div.main-pos {
		    transform: scale(1);
	}
	
	.prev {
		    left: 0;
	}
	.next {
		    right: -106%;
	}
	.carousel div.left-pos {
    margin-left: -33em !important;
} 
	.carousel div.right-pos {
    margin-left: 37em !important;
}
	.carousel {
		    left: -282px;
	}
	#key-findings .next {
		    right: -56%;
	}
	#key-findings .prev {
		    left: -51%;
	}
	.three-tab {
		    padding: 15px 30px;
	}
	.button-container.keyfingimg {
		    bottom: 10%;
	}
	#key-findings .right-cont {
		padding: 0;
	}
	.tabs {
		    padding: 20px 0px 40px;
	}
	.close-button {
		    top: 7px;
    right: 7px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -moz-transform: scale(0.6);
		margin: 0;
	}
	.msgcon {
         width: 60%;
	}
	#banner .downloadinforafic p {
		padding: 0;
		font-size: 16px;
	}
}
@media only screen and (max-width: 680px)
{ 
.tabs .text-left {
    min-height: 489px;
}
	.keyfindingcarousel img {
		height: auto;
	}
	.subhed br {
		display: none;
	}
	.msgcon {
		    padding: 30px;
         width: 80%;
	}
}
@media only screen and (max-width: 650px)
{
	.nav-menu {
		left: 0;
	}
	.three-tab {
		min-height: auto;
	}
.tabs .text-left {
    min-height: auto;
}
	#topbar-menu-icon {
		    top: -26px;
	}
	.country-tab li {
		    display: none;
	}
	.page-section select {
		display: block;
	}
	.country-tab {
		padding: 0;
	}
	.button-container {
		display: none;
	}
	.tabs {
		    padding: 20px 0px 25px;
	}
	h1 {
		    width: 420px;
    height: 150px;
	}
	#soaring .sub-heading {
		width: 460px;
		height: 39px;
	}
	.tabs p {
		    padding: 10px 20px;
	}
	.zohoimg {
		display: none;
	}
	#abovefooter {
		padding: 40px 0px;
	}
	p.copyright {
		text-align: center;
		    padding-bottom: 25px;
	}
	.social {
		text-align: center;
	}
	.keyfindingcarousel p{
		    padding: 5px 25px;
	}
	.keyfindingcarousel {
		padding-bottom: 0;
	}
	.three-tab {
		display: block;
		margin: 20px;
	}
	.carasol-container .tabs:hover, .carasol-container .keyfindingcarousel:hover {
		cursor: auto;
	}
	.downloadinforafic span {
		    margin-top: 30px;
	}
	.downloadinforafic .cols-4.text-right {
		text-align: center;
	}
}
@media only screen and (max-width: 460px)
{  
	h1, #soaring .sub-heading  {
		width: 100%;
	}
		#abovefooter .sub-heading {
		width: 90%;
	}
	.downloadinforafic img {
		    display: block;
            margin: auto;
            width: 70%;
		    margin-bottom: 20px;
		padding: 0;
	}
	#banner .downloadinforafic p {
		    text-align: center;
    width: 100%;
	}
	.downloadinforafic span {
		    margin-top: 15px;
	}

}
@media only screen and (max-width: 380px)
{
	#ai-analytics .sub-heading {
		background-size: 231px;
	}
	#cloud-reliance .sub-heading {
		background-size: 230px;
	}
	.country-tab li {
         width: 100%;	
	}
	#key-findings .sub-heading, #tech-trends .sub-heading, #cloud-reliance .sub-heading, #ai-analytics .sub-heading {
		width: 80%;
	}
	#it-security .sub-heading {
		width: 70%;
	}
}
#soaring .sub-heading,#key-findings .sub-heading,#cloud-reliance .sub-heading,#it-security .sub-heading,#ai-analytics .sub-heading,#abovefooter .sub-heading{font-size:45px;font-weight:700;font-family:zoho;margin-bottom:15px;}
h1,#soaring .sub-heading,#key-findings .sub-heading,#cloud-reliance .sub-heading,#it-security .sub-heading,#ai-analytics .sub-heading,#abovefooter .sub-heading{background:none !important;width:unset !important;height:unset !important;}