
body {
	font-family: 'Roboto', sans-serif;
	transition: all 0.5s;
}
p {
	margin-bottom: 0px;
	font-size: 16px;
	color: #000;
	line-height: 25px;
}
a {
	text-decoration: none!important;
}
img {
    max-width: 100%;
}
.caption h1{color:#fff;font-size:35px; margin-bottom:10px;} 

a.main-button {
	outline: none;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 25px;
	border: none;
	margin-left: 10px;
	background-color: #00bcd4;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.5s;
}
a.main-button:hover {
	background-color: #00a4b9;
}
a.gradient-button {
	outline: none;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 25px;
	border: none;
	margin-left: 10px;
	background: rgb(114,2,187);
    background: linear-gradient(145deg, rgba(114,2,187,1) 0%, rgba(50,100,245,1) 100%);
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.5s;
}
a.gradient-button:hover {
	background: rgb(114,2,187);
    background: linear-gradient(145deg, rgba(50,100,245,1) 0%, rgba(114,2,187,1) 100%);
}
.section-heading {
	margin-bottom: 80px;
}
.section-heading span {
	color: #00bcd4;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	display: inline-block;
	margin-top: 0px;
}
.section-heading h2 {
	color: #1e1e1e;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.section-heading p {
	font-size: 15px;
}

.page-heading {
	background-image: url(../images/heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 230px 0px 180px 0px;
}

.page-heading h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.page-heading p {
	color: #fff;
	letter-spacing: 0.5px;
}
.page-heading p a {
	color: #fff;
	font-size: 15px;
}
.page-heading p a {
	margin-right: 5px;
}
.page-heading p span {
	color: #fff;
	opacity: 0.75;
	margin-left: 5px;
}
#preloader {
  overflow: hidden;
  background: linear-gradient(145deg, rgba(114,2,187,1) 0%, rgba(50,100,245,1) 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/* Header Style */
header {
	position: fixed;
	z-index: 99999;
	width: 100%;
	background-color: #1732c7;
	border-bottom: 1px solid rgba(250,250,250,0.30);
		-webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	height:75px;
	
}
.background-header {
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
	transition: all .3s ease-in-out;
}
.background-header .navbar-brand h2 {
	color: #1e1e1e!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .functional-buttons	ul li:first-child a {
	display: inline-block;
	background-color: transparent;
	border: 2px solid #00bcd4;
	text-transform: uppercase;
	font-size: 13px;
	color: #00bcd4;
	padding: 6px 20px;
	letter-spacing: 0.5px;
	transition: all 0.5s;
}
.background-header .functional-buttons	ul li:first-child a:hover {
	color: #fff;
	background-color: #00bcd4;
	border-color: #00bcd4;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #00bcd4!important;
}
.navbar .navbar-brand {
	float: 	left;
		outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 800;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 5px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #00bcd4;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #00bcd4;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}
.functional-buttons {
	margin-left:0%;
}
.functional-buttons	ul {
	margin: 0;
	padding: 0;
}
.functional-buttons	ul li {
	display: inline-block;
	margin-left: 10px;
}
.functional-buttons	ul li:first-child a {
	display: inline-block;
	background-color: transparent;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	padding: 6px 20px;
	letter-spacing: 0.5px;
	transition: all 0.5s;
	font-weight:700;
}
.functional-buttons	ul li:first-child a:hover {
	background-color: #be0000;
    border-color: #be0000;
	color:#fff;
	font-weight:700;
}
.functional-buttons	ul li:last-child a {
	display: inline-block;
	background-color: #00bcd4;
	border: 2px solid #00bcd4;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	padding: 10px 20px;
	letter-spacing: 0.5px;
	transition: all 0.5s;
}
.functional-buttons	ul li:last-child a:hover {
	background-color: #be0000;
    border-color: #be0000;
}

/* Banner Style */
.banner {
	background:#1732c7;
	padding: 150px 0px;
	
}
.banner .caption {
	text-align: center;
}
.banner .caption h2 {
	text-transform: uppercase;
	letter-spacing:0px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}
.banner #search-section fieldset {
	display: inline-block;
}
.banner #search-section {
	position: relative;
}
.banner #search-section input.searchText {
	float: left;
	width: 570px;
	min-width: 280px;
	height: 49px;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 0px 15px;
	color: #fff;
	outline: none;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
.banner #search-section input.main-button {
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	border: none;
	margin-left: 10px;
	background-color: #00bcd4;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.5s;
	margin-bottom: 30px;
}
.banner #search-section button:hover {
	background-color: #00a4b9;
}
#search-section ul {
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline-block;
}
#search-section ul li {
	display: inline-block;
	margin-right: 30px;
}
#search-section ul li:last-child {
	margin-right: 0px;
}
#search-section input[type=checkbox] {
	width: 18px;
	min-width: 18px;
	height: 18px;
	background-color: transparent;
	border: 1px solid #fff;
	outline: none;
	cursor: pointer;
}
#search-section span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-left: 8px;
}
#search-section em {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
#search-section ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

#search-section :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#search-section ::placeholder {
  color: #fff;
}




/* Testimonials Style */
.testimonials-section {
	background-color: #f7f7f7;
	padding: 100px 0px;
}
.testimonials-section .section-heading {
	text-align: center;
}
.testimonials-section .section-heading h2 {
	color: #1e1e1e;
}
.testimonial-item {
	text-align: center;
}
.testimonial-item i {
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background: rgb(114,2,187);
    background: linear-gradient(145deg, rgba(114,2,187,1) 0%, rgba(50,100,245,1) 100%);
    border-radius: 50%;
    font-size: 18px;
    margin-bottom: 45px;
}
.testimonial-item p {
	font-size: 19px;
	font-weight: 300;
	font-style: italic;
	line-height: 35px;
	margin-bottom: 40px;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-size: 15px;
	color: #00bcd4;
}
.owl-testimonials .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-testimonials .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 50px
}
.owl-testimonials .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #7bd9e5;
}
.owl-testimonials .owl-dots .owl-dot:focus {
    outline: none
}
.owl-testimonials .owl-dots .owl-dot.active {
    background-color: #00bcd4;
}


/* Footer Style */
footer {
	    background: #1732c7;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0px 60px 0px;
}
footer .footer-heading h2 {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
footer p {
	color: #fff; font-size:15px;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.5px;
}
footer ul li:last-child {
	margin-bottom: 0px;
}
footer ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	transition: all 0.3s;
}
footer ul li a:hover {
	color: #fff;
	opacity: 0.75;
}

footer .sub-footer {
	text-align: center;
	margin-top: 80px;
	border-top: 1px solid rgba(250,250,250,0.30);
	padding-top: 60px;
}

footer .sub-footer a {
	color: #FFF;
}




/* Contact Us Page Style */
.contact-us {
	margin-top: 140px;
}
.contact-us .contact-form {
	margin-right: 30px;
}
.contact-us .right-content {
	margin-left: 30px;
}
.contact-us .section-heading h2 {
	color: #1e1e1e;
}
.contact-us .section-heading {
	margin-bottom: 40px;
	border-bottom: 3px solid #eee;
	padding-bottom: 40px;
}
.contact-form input,
.contact-form textarea {
	letter-spacing: 0.5px;
	font-weight: 500;
    color: #6a6a6a;
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    height: 46px;
    outline: none;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 15px;
	border-radius: 5px;
}

.contact-form select {
	letter-spacing: 0.5px;
	font-weight: 500;
    color: #6a6a6a;
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    height: 46px;
    outline: none;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
       margin-bottom:15px;
	   border-radius: 5px;
}




.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
  border-radius: 5px;
}
.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #6a6a6a;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6a6a6a;
}
.contact-form ::placeholder {
  color: #6a6a6a;
}
.contact-form button {
	outline: none;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	border: none;
	background-color:#ffc107;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.5s;
	width:100%;
	border-radius: 5px;
}
.contact-form button:hover {
	background-color: #be0000;
}
.contact-us .right-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contact-us .right-content ul li {
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #1e1e1e;
	letter-spacing: 0.5px;
}
.contact-us .right-content ul li:last-child {
	margin-bottom: 0px;
}
.contact-us .right-content ul i {
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	background-color: #00bcd4;
	border-radius: 50%;
	color: #fff;
	margin-right: 15px;
	font-size: 24px;
}
#map {
	margin-top: 140px;
	margin-bottom: -147px;
}

/* Responsive Style */
@media (max-width: 1200px) {
	.banner #search-section input.main-button {
		position: absolute;
		top: 75px;
		left: 50%;
		transform: translateX(-50%);
	}
	.banner #search-section input.searchText {
		float: none;
		width: 100%;
	}
	#search-section ul {
		text-align: center;
		margin-top: 80px;
	}
	#search-section ul li {
		display: inline-block;
		margin-bottom: 15px;
		margin-right: 15px;
	}
	#search-section ul li fieldset label {
		font-size: 12px;
		margin-left: 5px;
	}
	#search-section ul li fieldset label em {
		font-size: 13px;
	}
	.contact-us .right-content ul li {
		text-align: center;
		width: 100%;
	}
	.contact-us .right-content ul li i {
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.functional-buttons {
		position: absolute;
		left: 70%;
		top: 20px;
		transform: translate(-50%);
		margin-left: 15px;
	}
	.banner #search-section fieldset button {
		margin-top: 0px;
	}
	.banner #search-section fieldset input {
		width: 100%;
		min-width: 280px;
		margin-bottom: 30px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .active>.nav-link {
		color: #00bcd4!important;
	}
	.about-us .left-image {
		margin-bottom: 30px;
		margin-right: 0px;
	}
	.about-us .right-content,
	.contact-us .right-content {
		margin-left: 0px;
	}
	.contact-us .contact-form {
		margin-right: 0px;
		margin-bottom: 45px;
	}
	.contact-us .right-content ul {
		margin-bottom: 30px;
	}
	.contact-us .right-content ul li {
		text-align: left;
		width: 100%;
	}
	.contact-us .right-content ul li i {
		margin-left: 0px;
	}
}

@media (max-width: 767px) {
	.pricing-item  {
		margin-bottom: 55px;
	}
	.footer-item {
		margin-bottom: 60px;
	}
	footer .sub-footer {
		margin-top: 20px;
	}
	
}


@media (max-width: 576px) {
	.functional-buttons	ul li:first-child a {
		padding: 6px 10px;
		letter-spacing: 0px;
	}
	.functional-buttons	ul li:last-child a {
		padding: 6px 10px;
		letter-spacing: 0px;
	}
	.functional-buttons {
		margin-left: 7.5%;
	}
	.functional-buttons	ul li {
		display: inline-block;
		margin-left: 3px;
	}
	.navbar .navbar-toggler {
		right: 20px;
	}
	.background-header .functional-buttons	ul li:first-child a {
		padding: 6px 10px;
		letter-spacing: 0px;
	}
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
a.box_cat_home {
    background-color: #fff;
    display: block;
    padding: 25px 15px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    color: #999;
    height: calc(100% - 30px);
}

.main_categories {
    position: relative;
    margin-top: -30px;
    margin-bottom: 25px;
    position: relative;
    z-index: 99;
}
.main_categories ul li {
    list-style: none;
}

.main_categories ul {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    text-align: center;
    padding: 15px 0;
    width: 90%;
    margin: auto;
}
.main_categories ul li {
    width: 33%;
    float: left;
    border-right: 1px solid #d2d8dd;
}
.main_categories ul li a {
    display: block;
}
.main_categories ul li img.catimg {
    width: 35px;
    margin-bottom: 10px;
}

.main_title_2 {
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}

.main_title_2 h2 {
    margin: 20px 0px 20px 0px;
	font-size:35px;
}
.main_title_2 p {
    font-size:20px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
	color:#000;
}
.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #1f81e6;
    display: block;
    margin: auto;
}
.margin_80_55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.call_section.pattern{       background: #1732c7; color:#fff;}
.call_section .box_how {
    text-align: center;
    position: relative;
	padding:40px 0px;
}
.call_section .box_how h3 {
    color: #fff;
    font-size: 18px;
   
}
.call_section .box_how i {
       font-size: 60px;
        margin-bottom: 10px;
    color: #f8b61b;
}


.banner_h1, .gradient-one h1 {
    color: #fff;
    font-size: 28px!important;
    text-shadow: none;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}



.brandsarea a.box_cat_home {
    background-color: #fff;
    display: block;
    padding: 8px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    color: #999;
}

.brandsarea a.box_cat_home img {
    border-radius: 20%;
}

a.box_cat_home h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
	    color: #333;
}
.box_how p{color:#fff;}

.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:15px;
    border:none;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 20px 1.25rem;
    border:none;
    
}
.card-header a i{
    float:left;
    font-size:25px;
    padding:5px 0;
    margin:0 25px 0 0px;
    color:#195C9D;
}
.card-header i{
    float:right;        
    font-size:30px;
    width:1%;
    margin-top:8px;
    margin-right:10px;
}
.card-header a{
    width:97%;
    float:left;
    color:#565656;
}
.card-header p{
    margin:0;
}

.card-header h3{
    margin:9px 0px 0px;
    font-size:20px;
     font-weight:bold;
    color:#000;
}
.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color:#232323;
    box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top:1px soild #000;
    border-radius:0;
}

.laptopgenienearmesection p{color:#000;  margin-bottom: 10px; margin-top: 10px;}

.call_section .main_title_2 p {
   font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px; margin-top: 10px;
    color: #fff;
   
}


.functional-buttons .fa-phone{margin-right:10px;}
.btn_1, a.btn_1 {
       color: #fff;
       background-color: #00bcd4;
    border: 2px solid #00bcd4;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight:700;
    text-align: center;
    line-height: 1;
}
a.btn_1:hover {
background-color: #be0000;
 border: 2px solid #be0000;
}

.callmobile {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 90px;
    top: auto;
    line-height: 16px;
    right: 23px;
}

.callmobile a {
    padding: 13px 10px;
    font-size: 18px;
    border-radius: 50px;
    background: #25d366;
    color: #fff;
}

.callmobile1 {
    display: block;
    position: fixed;
    z-index: 999;
    bottom:25px;
    top: auto;
    line-height: 16px;
    right: 23px;
}

.callmobile1 a {
    padding: 13px 10px;
    font-size: 18px;
    border-radius: 50px;
    background: #b5e8ef;
    color: #fff;
}

.call_section2 {
    background: #1732c7;
    color: #fff;
	margin-top: 100px;
}
.call_section2 .box_how {
    text-align: center;
    position: relative;
}

.call_section2 .main_title_2 p {
        font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;

}

.contact-form i{
    border-radius: 3px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 0px;
    right: 20px;
    padding-right: 10px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 46px;
    z-index: 9;
    color: #999;
}
.terms p{
    color: #fff;
    font-size: 16px;
    margin: 20px 0px;
}
.terms p a{
color:#ffc107;
}

.comtimg {
    max-width: 160px;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 20%;
}

.social-icons-footer-bottom li i {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 16px;
    padding-top: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}

.social.social-icons-footer-bottom{    display: flex;
    text-align: center;
    margin:20px 10px;}
	
.social li a{padding:7px;}

.dropdown-toggle::after{vertical-align:0px;}
.maduraiabt-cls{padding-top:60px;padding-bottom:60px;}
.service-four{
    background: #1732c7;
    color: #fff;
    padding:60px 0px
}

.call_section3 {
    background:#ffc107;
    color: #fff;padding:60px 0px
	}
.call_section3 .box_how {
    text-align: center;
    position: relative;
}

.call_section3 .main_title_2 p {
        font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;

}
.maduraiabt h2 {
    font-size: 35px;
    line-height: 50px;
    color: #1732c7;
    margin-left: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}
.maduraiabt  p {
    font-size: 16px;
    color: #000;
    margin-left: 25px;
}

.steptitle {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: bold;
}

.stepcontents {
    margin-left: 27px;
    color: #fff;
}

.col-12.col-md-8.ct {
    box-shadow: 0 5px 14px rgb(0 0 0 / 10%);
}

.col-12.col-md-4.ct {
    padding: 30px;
    background-color:#1631c6;
    color: #fff;
    box-shadow: 0 5px 14px rgb(0 0 0 / 10%);
}
.mainad {
    display: flex;
    margin: 30px 0px;
}

.mainad h3 {
    font-size: 22px;
}
.leftct1 {
    margin-right: 10px;
}

.col-12.col-md-4.ct p {
    color: #fff;
}
i#ct {
    color: #ffc600;
    font-size: 23px;
}
.contactmain{padding:60px 0px;}
.section-headingct{padding-bottom:20px;}
.branch{padding:20px 0px;}
.callback-form .contact-form {
    background-color:#1732c7;
    padding: 60px;
    border-radius: 5px;
    text-align: center;
}

.getinht {
    margin-bottom: 40px;
}

.getinht h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1e1e1e;
	text-align:center;
}
.spareouter {
    padding: 30px 0px;
}
.sparestop {
    text-align: center;
    border: 3px solid #ddd;
}
.spares1 {
    text-align: center;
    background-color: #ffc107;
    padding: 20px;
}
.spares2 {
    padding: 20px;
}

a.spares-cls {
    font-size: 25px;
    color: #fff;
}

h2.prt-headcls {
    text-align: center;
    font-weight: 800;
    color: #1732c7;
}

.prt-paracls {
    text-align: center;
    color: #000;
    margin: 20px 0px;
}

hr.product-hr {
    width: 10%;
    border: 2px solid #1732c7;
    margin-top: 15px;
    margin-bottom: 40px;
}

thead {
    background-color:#1732c7;
    color: #fff;
    border: 1px solid #33333347;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgb(23 50 199 / 90%);
    color: #fff;
}

table, td {
    border: 1px solid #33333347;
}
td.td-headcls {
    font-weight: 700;
}

.table td, .table th {
    padding: 0.5rem;
}
.table td, .table th {
    padding: 0.50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
iframe {max-width:100%;}

@media only screen and (max-width:767px) {
.navbar .navbar-toggler{right:10px;top:20px;}
.functional-buttons {
    position: absolute;
    right: 0;
    top:20px;
    transform: translate(0%);
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    display: block;
    overflow-x: auto;
   max-width:100%;
}
}
@media only screen and (max-width:1023px) {
.tablesec{overflow-x:scroll;}
}
@media only screen and (max-width:1024px) {
.mainad {
    display: flex;
    margin: 30px 0px;
    word-break: break-all;
}
.mainad h3 {
    font-size: 15px;
}
.h3, h3 {
    font-size:15px;
}
footer .footer-heading h2{font-size: 18px;}
.navbar-expand-lg .navbar-nav .nav-link{padding:2px;}

}
header .container{max-width:5000px}

@media only screen and (max-width:540px) {
.functional-buttons {
    position: absolute;
    right: 0;
    top: 0px;
    transform: translate(0%);
	display:none;
}
}


@media only screen and (max-width:767px) {
 .brandsarea .col-md-2{width:50%}

}

.img-fluid{margin-bottom:15px;}
.logosticky{display:none}
.background-header .logosticky{display:block}
.background-header .logonormal{display:none}
.navbar{padding:10px 30px}
.background-header .navbar{padding:10px 10px}
.getininnersection {
    padding-top: 40px;
}
i#ct1 {
    color:#1732c7;
    font-size: 23px;
}
.mainad h3 {
    font-size: 22px;
}

section.locations {
    background-color: #1732c7;
    color: #fff;
}
h3.acer-location-cls {
    text-align: center;
    font-size: 33px;
}
a.laptop-cls {
    color: #fff;
}
i.fa.fa-caret-right {
    color: #ffc600;
    font-size: 18px;
}
p.laptopr-ser-para{
    text-align: center;
    font-size: 16px;
    line-height: 1.7em;
    margin: 40px 0px 0px 0px;
}
h4.service-title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 17px;
    padding-bottom: 10px;
}
i.fa.fa-check {
    color:#1732c7;
}
.tech-ul li {
    padding: 5px 0px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.prt-headcls1{text-align:center;}