/*
Theme Name: Twenty Twenty-One Child Image Size Compressor
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: Image Size Compressor
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.9.1698230218
Updated: 2023-10-25 10:36:58

*/


/* CSS Document */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap'); */
@import "css/bootstrap.min.css";

/* general start*/
body {
background: #fff;
color: #4a5257;
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
line-height: 1.3;
margin: 0;
padding: 0;
}
sub,
sup {
font-size: 75%;
position: relative;
vertical-align: baseline;
}
sup {
top: 10px;
left: 10px;
}
sub {
bottom: 10px;
right: 10px;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
ul li {
padding: 0;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 0;
margin: 0;
font-style: normal;
font-family: 'Poppins', sans-serif;
color: #232323;
line-height: 1.2;
font-weight: 300;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 26px;
margin-bottom: 15px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 16px;
}
p {
padding: 0 0 20px 0;
margin: 0;
}
a {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
color: #8CAB2E;
outline: none;
text-decoration: none;
}
a:hover,
a:focus {
color: #fff;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
text-decoration: none !important;
outline: none !important;
}
a > img {
line-height: 0;
}
select,
button,
input {
box-shadow: none;
outline: none;
}
select:hover,
button:hover,
input:hover,
select:focus,
button:focus,
input:focus {
box-shadow: none;
outline: none;
}
.site,
.site-branding {
margin: 0;
}
.site-inner {
width: 100%;
max-width: 100%;
margin: 0;
}
.site-header {
padding: 0;
}
body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
height: auto;
}
.site-branding,
.site-header-menu,
.header-image {
margin-bottom: 0;
margin-top: 0;
}
.main-navigation,
.site-main {
margin: 0;
}
.site-header-main {
display: block;
}
.site-content {
padding: 0;
}
.content-area {
float: none;
margin-right: 0;
width: 100%;
}
.site-footer {
display: block;
padding: 0;
}
.widget {
font-size: inherit;
line-height: inherit;
border: none;
padding: 0;
margin: 0;
}
.entry-title {
font-size: 2vw;
line-height: 2vw;
margin-bottom: 15px;
}
.srccch .entry-footer {
margin-top: 0;
margin-bottom: 20px;
padding: 10px;
border-radius: 4px;
background: #f1f1f1;
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: 0;
margin-bottom: 0;
}
.titbg {
font-size: 20px;
line-height: 20px;
padding: 15px;
margin-bottom: 20px;
background: #f1f1f1;
border-radius: 4px;
}
.sidebar_wrp {
padding: 5px;
border: 1px solid #f1f1f1;
border-radius: 4px;
}
.sidebar_wrp .widget-title {
color: #000;
font-size: 16px;
line-height: 18px;
margin-bottom: 10px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-style: normal;
padding: 10px;
background: #f1f1f1;
}
.sidebar_wrp > .widget {
margin-bottom: 15px;
}
.sidebar_wrp .widget ul {
margin-left: 10px;
}
.sidebar_wrp .widget ul li,
.cont_con ul li {
display: block;
position: relative;
margin: 10px 0;
padding-left: 10px;
}
.sidebar_wrp .widget ul li a {
color: #333;
}
.srchform .form-control {
background: #fff;
height: 36px;
font-size: 16px;
border: 1px solid #333;
font-family: 'Manrope', sans-serif;
font-weight: normal;
font-style: normal;
}
.srchform .btn-secondary {
background: #333;
border-color: #333;
color: #fff;
height: 36px;
width: 36px;
padding: 0;
}
.srchform .btn-secondary {
color: #fff;
}
.post-thumbnail {
margin-bottom: 20px;
}
.post-thumbnail > img.attachment-post-thumbnail {
padding: 4px;
border: 1px solid #f1f1f1;
border-radius: 4px;
width: 100%;
}
.single .entry-content,
.archive .entry-content {
float: none !important;
width: 100% !important;
}
.single .entry-footer,
.archive .entry-footer {
margin-top: 0 !important;
float: none !important;
width: 100% !important;
padding: 5px;
background: #f1f1f1;
border: 1px solid #ccc;
border-radius: 3px;
overflow: hidden;
margin-bottom: 20px;
}
.entry-footer .byline {
float: left;
margin-right: 10px;
margin-bottom: 0 !important;
}
.comments-title,
.comment-reply-title {
border-top: none;
font-size: 20px;
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-style: normal;
color: #2a375e;
margin-bottom: 20px;
}
.comment-form {
padding-top: 0;
}
.comment-notes {
padding: 0;
margin: 0;
}
.comments-area,
.post-navigation {
margin-bottom: 0;
border: none;
}
.post-navigation a {
padding: 0;
}
.cetifiedcompany img.w-100.lazyloaded {
  filter: grayscale(100%);
}
.post-navigation div + div {
border-top: none;
}
.nav-links:after,
.nav-links:before {
content: "";
clear: both;
display: table;
}
.nav-previous {
float: left;
}
.nav-next {
float: right;
}
.nav-links .post-title {
display: none;
}
.btn_submit,
input[type="submit"],
input.btn_submit[type="submit"] {
background: #f43442!important;
color: #fff!important;
border: 1px solid #f43442;
border-radius: 50px;
font-weight: bold;
font-style: normal;
font-size: 16px;
line-height: 18px;
padding: 12px 45px;
display: inline-block;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
width: auto;
text-transform: uppercase;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.btn_submit:hover,
input[type="submit"]:hover,
input.btn_submit[type="submit"]:hover,
.btn_submit:focus,
input[type="submit"]:focus,
input.btn_submit[type="submit"]:focus {
background: #222;
border: 1px solid #222;
outline: 0;
}
.overflowhidden {
overflow: hidden;
}
/* general end*/
header.header {
width: 100%;
background: #fff;
padding: 0;
position: relative;
top: 0;
left: 0;
z-index: 5000;
padding: 10px 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
border: none;
}
.mnutog {
display: none;
background: rgba(0, 0, 0, 0) !important;
}
nav.nav .primary-menu {
display: flex;
gap:10px;
}
nav.nav .primary-menu > li {
position: relative;
display:flex;
align-items: center;
}
nav.nav ul{
margin: 0;
padding: 0;
list-style: none;
}
nav.nav .primary-menu > li > button.sub-menu-toggle > span{
display: none;
}
nav.nav .primary-menu > li > button.sub-menu-toggle{
padding:0 !important;
margin:0;
border:none !important;
background-color:rgba(0,0,0,0) !important;
background-image: url(images/down-white.svg);
  background-repeat: no-repeat;
background-position:center center;
background-size:15px auto;
outline:none !important;
height:15px;
width:15px;
}
nav.nav .primary-menu > li > a {
font-size: 16px;
line-height: 1.2;
font-weight: 500;
color: #222;
position: relative;
padding:10px 8px;
display: block;
z-index: 2;
font-family: 'Quicksand', sans-serif;
overflow: hidden;
}

nav.nav .primary-menu > li.current-menu-item > a,
nav.nav .primary-menu > li:hover > a, nav.nav .primary-menu > li > ul > li a:hover {
color: #5079eb;
}
nav.nav .primary-menu > li > ul {
position: absolute;
left: 0;
top: 100%;
visibility: hidden;
opacity:0;
display: block;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
background: #fff;
z-index: 100;
min-width: 320px;
transform: translateY(20px);
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
height: 385px;
overflow: auto;
}
nav.nav .primary-menu > li:hover > ul {
display: block;
visibility: visible;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
opacity:1;
}
nav.nav .primary-menu > li > ul > li > a,
nav.nav .primary-menu > li > ul > li > ul > li > a {
padding: 8px 15px;
color: #222;
display: block;
font-size: 17px;
}

nav.nav .primary-menu > li > ul > li {
position: relative;
}

big {
font-size: 130%;
font-weight: 300;
line-height: 1.5;
}
.title1 {
font-size: 42px;
font-weight: bold;
line-height: 1.2;
}
.blg_thmb h3 {
font-size: 23px;
font-weight: bold;
}
.blg_thmb .post {
font-family: 'Amatic SC', sans-serif;
font-size: 30px;
font-weight: bold;
color: #ec1c24;

}
.box-content p {
padding: 0 0 10px;
}
.ftr-menu a {
color: #b3b3b3;
}
.blg_thmbimg img {
width: 100%;
}
.blg_thmb {
overflow: hidden;
box-shadow: 0px 0px 15px #ddd;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
footer.footer {
width: 100%;
background: #222328;
padding: 0;
font-size: 15px;
color: #fff;
}
footer.footer a {
color: #fff;
}
footer.footer h3 {
font-size: 21px!important;
color: #fff!important;
font-weight: 600!important;
}
.input-group-append {
position: relative;
}
.wpcf7-form-control-wrap {
width: 100%;
display: block;
position: relative;
}
.screen-reader-response {
display: none !important;
}
.wpcf7-spinner {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
margin: 0;
}
.form-control {
background-color: #fff !important;
font-size: 16px;
box-shadow: none !important;
border: 1px solid #ccc !important;
height: auto;
border-radius: 50px !important;
padding: 12px 24px !important;
}
.form-control:hover,
.form-control:focus {
border: 1px solid #5079eb !important;
}
textarea.form-control {
height: 60px;
}
.text-dark {
color: #222 !important;
}
.breadcrumb {
	justify-content: center!important;
}
.shadow1 {
	box-shadow: 0px 0px 40px #ddd;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.bg-violet {
	background-color: #5079eb;
}
::-webkit-scrollbar {
	width: 5px;
  }
  ::-webkit-scrollbar-track {
	background: #fff; 
  }
  ::-webkit-scrollbar-thumb {
	background: #5079eb; 
  }
  
  .converterbox{
	background-color: #5079eb;
	padding: 30px;
	border-radius: 10px;
  }
  
  #conBox{
	width: 100%;
	height: 150px;
	font-size: 15px;
	border: 1px solid #fff;
	margin-bottom: 10px;
	text-indent: 10px;
	padding-top: 0px;
	border-radius: 4px!important;
	padding: 15px 9px!important;
  }
  
  .btns button{
	color: #000!important;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 5px;
	background-color: #fff!important;
	border-radius: 4px;
	transition: all 400ms;
	font-weight: bold;
  }
  
  
#buttonTop {
	display: inline-block;
	background-color: #5079eb;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0px 0px 10px #0000001c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: background-color .3s, opacity .5s, visibility .5s;
	-moz-transition: background-color .3s, opacity .5s, visibility .5s;
	-ms-transition: background-color .3s, opacity .5s, visibility .5s;
	-o-transition: background-color .3s, opacity .5s, visibility .5s;
  }
  #buttonTop::after {
	  content: "";
	  background-image: url(images/arrow-top.svg);
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: 20px;
	  width: 20px;
	  height: 20px;
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
  }
  #buttonTop:hover {
	cursor: pointer;
	background-color: #222;
  }
  #buttonTop:active {
	background-color: #222;
  }
  #buttonTop.show {
	opacity: 1;
	visibility: visible;
  }
  .footer {
	position: relative;
  }

/* Media Query*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
nav.nav .menu-primary-menu-container {
  width: 350px !important;
}
nav.nav .mnucls {
  width: calc(100% - 350px) !important;
}
h3 {
  font-size: 22px;
}
.title1 {
  font-size: 30px;
}
}
@media screen and (max-width: 991px) {

header.header{
  padding:15px 0;
}
nav.nav .primary-menu>li>a {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 15px;
  display: block;
}
nav.nav {
  position: fixed;
  right: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 999;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.header.active nav.nav {
  right: 0;
}
nav.nav .menu-primary-menu-container {
  width: 300px;
  background: #000;
  height: 100%;
  overflow: auto;
  transform: translateX(-310px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.header.active nav.nav .menu-primary-menu-container{
  transform: translateX(0);
  transition-delay: 0.3s;
}
nav.nav .mnucls {
  background: rgba(255,255,255,.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.header.active  nav.nav .mnucls {
transform: translateX(0);
}
header.header.active{
  -webkit-backdrop-filter: inherit !important;
  backdrop-filter: inherit !important;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  nav.nav .mnucls{
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
  }
}
nav.nav .primary-menu {
  display: block;
  height: 100%;
  padding-top: 30px;
  opacity: 0;
  transform: translateX(-30px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.header.active nav.nav .primary-menu{
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
nav.nav .primary-menu > li {
  display: block;
  margin: 0;
  position:relative !important;
}
nav.nav .primary-menu > li > a:after {
  display: none;
}
nav.nav .primary-menu > li > a {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  display: block;
  color: #fff;
}
nav.nav .primary-menu > li > ul {
  position: static;
  display: none;
  box-shadow: none;
  background-color: #000;
}
nav.nav .primary-menu > li > ul > li a {
  padding-left: 30px;
  color: #fff;
}
.mnutog {
  display: block;
  line-height: 0;
}
nav.nav .primary-menu > li > ul {
  display: none;
      min-width: inherit;
}
nav.nav .primary-menu > li > ul > li > ul {
  position: static;
  display: block;
  min-width: 100%;
}
nav.nav .primary-menu > li > ul > li > a {
  padding: 6px 15px 6px 20px;
}
nav.nav .primary-menu > li > ul > li > ul > li > a {
  padding: 6px 15px 6px 30px;
}
nav.nav .primary-menu > li > i {
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
  color: #fff;
  z-index: 5;
}
nav.nav .primary-menu>li>button.sub-menu-toggle{
  position:absolute;
  right:0;
  top:0;
  height:35px;
  width:35px;
  z-index:2;
}
nav.nav .primary-menu>li.megamnu>ul {
  width: 100%;
  padding: 0;
  height: inherit;
  overflow: inherit;
}
nav.nav .primary-menu>li.megamnu>ul>li {
  width: 100%;
  position:relative;
}
nav.nav .primary-menu>li.megamnu>ul>li>ul {
  width: 100%;
  position: static;
  display:none;
}
nav.nav .primary-menu>li.megamnu>ul>li:first-child:after {
  display:none;
}
nav.nav .primary-menu>li.megamnu>ul>li>ul>li {
  width: 100%;
  position:relative;
      padding: 10px;
  margin:0;
}
nav.nav .primary-menu>li.iconmenu>ul{
max-height: inherit;
overflow: inherit;
}
nav.nav .primary-menu>li.megamnu>ul>li>a {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: normal;
  border-right:none !important;
}
.driversec .nav-pills>.nav-item .nav-link {
font-size: 12px;
padding: 10px;
}
.textrotedinr h4 {
font-size:13px;
}
}
@media screen and (max-width: 767px) {
.logo img {
  width: 150px;
}
big {
  font-size: 120%;
  font-weight: 300;
}
.innerpagebanner big{
  font-size: 105%;
}
.entry-summary,
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
#comments,
.navigation.post-navigation {
  margin: 0 0 15px 0 !important;
  width: 100%;
}
.entry-title {
  font-size: 24px;
  line-height: 1.2;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 23px;
}
.srvthmb h3 {
  font-size: 20px;
}
h1 {
  font-size: 23px;
}
label[for="file_upload"].changed, label[for="file_upload"]:hover {
	background-color: #0d1f6512!important;
}
}
.ftrsoc ul{
	 justify-content: center;
}
.footer-menu {
	display: flex;
	justify-content: end;
	gap: 10px;
	font-size: 14px;
}
.cpyright p {
	padding-bottom: 0;
}
.et_pb_contact_form_label {
	display: block;
	color: black;
	font-weight: bold;
	letter-spacing: 1.2px;
	font-size: 18px;
	padding-bottom: 5px;
}
input[id="file_upload"] {
	display: none;
}
label[for="file_upload"] {
	background: #ffffff50;
	height: 300px;
	background: url(images/upload.svg);
	background-repeat: no-repeat;
	background-position: top 40px center;
	position: relative;
	background-size: 7%;
	color: transparent;
	margin: auto;
	max-width: 100%;
	width: 100%;
	border: 2px dashed #5079eb;
	border-radius: 10px;
	box-sizing: border-box;
}
label[for="file_upload"]:before {
	content: "Drag and Drop a file here";
	display: block;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	font-size: 25px;
	color: #222;
	font-weight: 400;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
label[for="file_upload"]::after {
	display: block;
	content: 'Upload Images';
	background: #5079eb;
	width: 194px;
	height: 47px;
	line-height: 47px;
	position: absolute;
	bottom: 43px;
	font-size: 16px;
	color: white;
	font-weight: 500;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 50px;
}
label[for="et_pb_contact_brand_request_0"]:after {
	content: " (Provide link or Upload files if you already have guidelines)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}
label[for="et_pb_contact_design_request_0"]:after {
	content: " (Provide link or Upload design files)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}
label[for="file_upload"].changed,
label[for="file_upload"]:hover {
	background-color: #0d1f6552;
}
label[for="file_upload"] {
	cursor: pointer;
	transition: 400ms ease;
	-webkit-transition: 400ms ease;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
}
.file_name {
	display: block;
	color: black;
	left: 0;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.progress {
	margin: 0;
	padding: 0;
}
.progress,
.progress-stacked {
	background-color: #fff;
	border-radius: 10px;
}
.progress-bar {
	box-shadow: none;
}
.download-file {
	text-align: right;
}
.download-file a {
	background-color: #16a317;
	border-radius: 50%;
	color: #fff;
	display: flex;
	min-width: 30px;
	min-height: 30px;
	max-width: 30px;
	max-height: 30px;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.download-file a img {
	filter: invert(1);
}
.radious50 {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.bg-violet {
	background-color: #5079eb;
}
.headimng {
	margin-top: 30px;
}
.headimng h1 {
	text-align: center;
	color: #222;
	margin-bottom: 25px;
	font-size: 25px;
	font-weight: 600;
}
.progress-bar {
	background-color: #3db112;
}
@media only screen and (max-width:767px) {
	
	.file_name {
		text-align: center;
	}
	.download-file {
		text-align: center;
	}
	label[for="file_upload"] {
		background-size: 16%;
		border: 1px dashed #5079eb;
		height: 250px;
	}
	label[for="file_upload"]::before {
		font-size: 18px;
	}
	.footer-menu {
		justify-content: center;
	}
	.ftrsoc {
		margin: 10px 0;
	}
	.leftsight, .rightsight {
		font-size: 11px;
	}
	.converterbox {
		padding: 14px;
	}
	.converterbox h2.h3 {
		font-size: 19px;
        font-weight: 600;
	}
	.btns {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.btns button {
		padding: 4px;
		font-size: 14px;
		margin-bottom: 8px;
		width: 48%;
		white-space: nowrap;
	}
}