@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
*{margin:0;padding:0;}
body{font-family: 'Roboto', sans-serif;}
section.countries_covered_banner{background:url(../png/countries_covered_banner.png) no-repeat;padding:200px 0;background-size:100% 100%}

section.countries_covered_svg{background:url(../png/world_map_bg.png) no-repeat;padding:200px 0;background-size:100% 100%}

section.countries_covered_banner_1{background:#000;background-image:url(../globe2.html); background-repeat:no-repeat; padding:200px 0; background-position:right;}

section.countries_covered_banner_2{background:#000;background-image:url(../globe3.html); background-repeat:no-repeat; padding:200px 0; background-position:right center;}

section.countries_covered_banner_3{background:#000;background-image:url(../globe2_anl.html); background-repeat:no-repeat; padding:200px 0; background-position:right center;}

section.download_sample_banner{background:url(../png/download_sample_banner.png) no-repeat;padding:200px 0;background-size:100% 100%}
.countries_covered_bnr_head>h1{color:#fff;font-size:52px;font-weight:700;font-family:'Roboto', sans-serif;letter-spacing:1px;margin:0;line-height: 65px;}

#fix_sarch {
	background:#00ca6f;
	z-index:99999!important;
	box-shadow:0px 5px 25px 0 rgb(46 61 73 / 20%);
}
section.search_bg {
	padding:15px 0
}
.allitmscntr {
	text-align:center
}
.srch_type_anl {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:17px;
	font-weight:600;
	padding-top:8px; 
	text-align:right;
}
.ontit_type_anl {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:17px;
	font-weight:600;
	margin-right:10px;
	 
}
.data_wis {
	background:#fff;
	border:none;
	height:40px;
	padding:10px;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:14px;
	margin-right:15px
}
	
section.pdbth{padding:70px 0}
.countries_cvd_tle{margin-bottom:80px;padding:20px;border:.0625rem solid #e6eaef;box-shadow:0 0.125rem 0.25rem rgb(0 0 0 / 8%);background:#fff;float:left;width:100%}
.countries_cvd_tle h2{font-family: 'Overpass', sans-serif;font-size:38px;font-weight:610;text-transform:uppercase;color:#000;text-align: center;letter-spacing: 1px;  margin-top:10px;padding-bottom: 10px;}
.countries_cvd_tle h3{font-family: 'Overpass', sans-serif;font-size:25px;color:#137fe4;font-weight:510;border-bottom:1px solid #dedede;padding-bottom:8px;}

 

.countries_cvd_tle ul{margin:15px 0 30px;width:100%;float:left}

.countries_cvd_tle ul li{width:20%;float:left;list-style:none;font-family: 'Overpass', sans-serif;font-size:13px;color:#2e313e;margin:5px 0;height:25px}
.countries_cvd_tle ul li img{width:20px;margin-right:3px}




.svg_inf {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: left;
color:#fff;
 
 

     font-size: 52px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}


/* other */
.info {
  margin: 20px 0;
  text-align: center;
}

p {
  color: #2e2e2e;
  margin-bottom: 20px;
}


/* block-$ */
.block-effect {
  font-size: calc(8px + 6vw);
}

.block-reveal {
  --t: calc(var(--td) + var(--d));

  color: transparent;
  padding: 4px;

  position: relative;
  overflow: hidden;

  -webkit-animation: revealBlock 0s var(--t) forwards;

          animation: revealBlock 0s var(--t) forwards;
}

.block-reveal::after {
  content: '';

  width: 0%;
  height: 100%;
  padding-bottom: 4px;

  position: absolute;
  top: 0;
  left: 0;

  background: var(--bc);
  -webkit-animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
          animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
}


/* animations */
@-webkit-keyframes revealBlock {
  100% {
    color: #0f0f0f;
  }
}
@keyframes revealBlock {
  100% {
    color: #0f0f0f;
  }
}

@-webkit-keyframes revealingIn {

  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes revealingIn {

  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes revealingOut {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }

}

@keyframes revealingOut {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }

}

.abs-site-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: hsla(0, 0%, 0%, .6);
  font-size: 16px;
}
.dataquantity_grth {
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    padding: 0;
}

.davl_count_box{background:#e4f6fd;padding:8px;}
.excu_dta_head{background:#1d59d2;color:#fff;font-size:17px;font-weight:610;text-align:center;padding:5px;font-family:'Roboto', sans-serif}
.excu_cutlist{color:#193c82;font-size:13px;font-weight:610;text-transform:uppercase;padding:6px 0 0;letter-spacing:1px;font-family:'Roboto', sans-serif}


@media only screen and (max-width:800px) {	

	.dataquantity_grth .container-fluid{
padding-left:15px!important;
padding-right:15px!important;
}

section.pdbth{padding:40px 0}
.countries_cvd_tle{margin-bottom:30px;padding:10px;}
.countries_cvd_tle h2{font-size:28px;margin-top:10px;padding-bottom:20px;}
.countries_cvd_tle h3{font-size:17px;padding-bottom:5px;}




section.countries_covered_banner{padding:50px 0}

 .countries_cvd_tle ul li{width:50%;font-size:13px;display:inline-block}
 
 .data_wis {
width:80%
}
 .srch_type_anl {text-align:left;padding-top:0px;padding-bottom:3px}
 
}



@media (min-width: 1024px){
.dataquantity_grth .container-fluid{
max-width:100%;
width:1580px;
padding-left:15px;
padding-right:15px;
}
}





 