@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "Open Sans", sans-serif;
}

:focus {
	outline: 0;
}

ol,
ul {
	list-style-type: none;
	margin: 0px;
}

li {
	margin: 0px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

strong {
	font-weight: bold;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	border: 0 none;
	height: auto;
	vertical-align: middle;

}

.display-block {
	display: block;
}

body {
	padding: 0;
	margin: 0px;
	color: #000;
	font-family: "Open Sans", sans-serif;
	background: #fff;
	overflow-x: hidden;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	clear: both;
	padding: 0;
	margin: 0;
}

h3 {
	color: #505E85;
	font-size: 22px;
	font-weight: 600;
	line-height: 29.96px;
}

p {
	clear: both;
	padding: 0 0 12px 0;
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 21px;
}

a {
	color: #000;
}

p a:hover,
a,
a:hover {
	text-decoration: none;
	color: #31333f;
}

h1 {
	font-size: 33px;
	font-weight: 100;
}

iframe {
	max-width: 100%;
}

::-webkit-input-placeholder {
	color: #7a7a7a;
}

::-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

:-moz-placeholder {
	color: #7a7a7a;
	opacity: 1;
}

.container {
	max-width: 1230px;
}
.container-sm{
	max-width: 590px;
}
.btn.focus,
.btn:focus {
	box-shadow: none;
}

.btn:hover {
	opacity: 0.9;
}

.btn-custom {
	background: #CC2229;
	color: #fff;
	font-size: 15px;
	border-radius: 40px;
	padding: 12px 35px;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-align: center;
	box-shadow: 0px 10px 10px 0px #FF384A26;
}

.btn-custom:hover {
	background: #505E85;
	color: #fff;
}

/*------------------------------------*\
         Custom Css Start
\*------------------------------------*/
.header-number {
	background: #ECEEF3;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	display: block;
	padding: 10px 0;
}

.header-main {
	position: relative;
	padding: 5px 0 22px 0;
}

.header-center {
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.logo img{ width: 160px;}


.featured {
	background: #505E85;
	padding: 39px 0px;
}

.banner-txt {
	padding: 0px 0 0 60px;
}

.banner-txt h1 {
	font-size: 48px;
	font-weight: 400;
	color: #fff;
	padding: 0 0 25px 0;
	line-height: 68px;
}

.banner-txt span {
	font-weight: 800;
	display: block;
}

.banner-txt .btn-custom:hover {
	background: #000;
}

.booking-section {
	padding:130px 0 80px 0;
}

.booking-bg-frame {
	border: 4px solid #505E85;
	border-radius: 30px;
	padding:65px 30px 30px 30px;
	position: relative;
}

.immidiate-contact {
	position: absolute;
	right: 50px;
	top: -56px;
	border: 4px solid #505E85;
	border-radius: 20px;
	background: #fff;
	padding: 16px 30px;
}

.immidiate-contact .btn-custom {
	display: flex;
	font-size: 20px;
	letter-spacing: 0;
	font-weight: 800;
	padding: 8px 54px 8px 34px;
}

.immidiate-contact .btn-custom img {
	margin-right: 15px;
}

.immidiate-contact .btn-custom span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.booking-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 30px;
}

.booking-option select {
	background: #ECEEF3 url(../images/down-arrow-black.svg) no-repeat calc(100% - 20px) center;
	border: none;
	font-size: 16px;
	color: #000;
	padding: 10px 40px 10px 17px;
	border-radius: 8px;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
}

.booking-option select:hover,
.booking-option select:active {
	background: #505E85 url(../images/down-arrow-white.svg) no-repeat calc(100% - 20px) center;
	color: #fff;
}

.booking-bg-frame label {
	font-size: 16px;
}

.booking-bg-frame .form-check {
	padding-left: 0;
	padding-right: 78px;
	margin-left: 0;
}

.booking-bg-frame input[type="radio"] {
	margin:0px 0 0 10px;
	float: right;
	width: 24px;
	height: 24px;
	border: 2px solid #505E85;
}

.booking-bg-frame .form-check-input:checked {
	background-color: #505E85;
	border-color: #505E85;
}

.booking-bg-frame textarea {
	width: 100%;
	border: 1px solid #505E85;
	resize: none;
	height: 114px;
	padding: 15px;
}

.title {
	font-size: 30px;
	font-weight: 600;
	line-height: 40.85px;
	color: #505E85;
}

.title span {
	display: flex;
	align-items: center;
	gap: 20px;
}

.title span::before,
.title span::after {
	content: "";
	width: 34px;
	height: 2px;
	display: inline-block;
	background: #505E85;
}

.our-service .col-md-3 a {
	color: #CC2229;
	font-size: 15px;
	font-weight: 700;
	line-height: 20.43px;
	text-align: center;
}

.our-service .desc {
	min-height: 120px;
	max-width: 244px;
}


.why-working-section {
	padding: 82px 0;
	background: url(../images/vectorBG.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 80px;
}

.why-working-section .container {
	max-width: 996px;
}

.mt-6 {
	margin-top: 60px;
}

.pb-7 {
	padding-bottom: 70px;
}

.working-block {
	max-width: 377px;
	text-align: left;
}

.text-md-end .working-block {
	margin-left: auto;
}

.working-block h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 27.24px;
	color: #505E85;
	margin-bottom: 20px;
}

.radius-5 {
	border-radius: 20px;
}

/* Footer Css Start */
.footer {
	clear: both;
	background: #ECEEF3;
	margin: 100px 0 0 0;
	padding: 50px 0 0 0;
}

.footer .container {
	max-width: 996px;
}

.footer-link {
	padding: 0 0 30px 0;
}

.footer-link h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 27.24px;
	margin-bottom: 15px;
}

.footer-link ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-link ul li {
	padding: 0 0 10px 0px;
	color: #000;
	font-size: 15px;
}

.footer-link ul li a {
	color: #000;
	font-size: 15px;
}

.footer-link ul li a:hover {
	color: #505E85;
}

.footer-link.contact-link ul li {
	padding: 0 0 15px 0;
}

.copyright {
	background: #ECEEF3;
	padding: 10px 0px;
	text-align: center;
}

.copyright-txt {
	color: #000;
	font-size: 14px;
	padding: 12px 0px;
}

/* Footer Css End */


/* About page css Start */
.inner-banner {
	background: url(../images/aboutBannerBg.jpg) repeat-x center center;
	background-size: cover;
	padding: 40px 0;
}

.inner-banner h2 {
	font-size: 40px;
	line-height: 60px;
	color: #505E85;
	font-weight: 600;
}

.inner-banner p {
	font-size: 23px;
	line-height: 31px;
	margin-bottom: 25px;
}

.inner-banner .banner-txt {
	padding: 0;
	max-width: 606px;
}

.inner-banner .featured-img {
	text-align: right;
}

.qualty-panel {
	padding: 66px 0;
}

.qualty-panel-inner {
	background: #ECEEF3;
	padding: 62px;
}

.qualty-panel-inner h3 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 50px;
}

.qualty-panel-inner h3 span {
	color: #000;
	font-weight: 400;
}

.qualty-panel-inner ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	gap: 80px;
	font-size: 20px;
	flex-wrap: wrap;
}

.qualty-panel-inner ul li {
	background: url(../images/disc.png) no-repeat 0 12px;
	padding-left: 15px;
}

.our-mission-culture-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.our-mission-blog {
	width: 49%;
	background: #ECEEF3;
	padding: 35px;
	margin: 14px 0;
}

.our-mission-blog h3 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.our-mission-blog h3 span, .our-mission-blog h3 a {
	color: #505E85;
}

.our-mission-blog ul {
	margin-left: 10px;
}

.our-mission-blog ul li {
	font-size: 15px;
	font-weight: 400;
	line-height: 20.43px;
	padding-left: 12px;
	background: url(../images/disc.png) no-repeat 0 8px;
}

.our-mission-blog ul li a {
	color: #505E85;
	font-weight: 700;
}

.our-mission-blog ul.principle-list li {
	background: url(../images/disc-blue.png) no-repeat 0 8px;
	margin: 10px 0;
}

.help-desk {
	background: #505E85;
	padding: 24px 0;
	color: #fff;
	text-align: center;
	margin-top: 122px;
}

.help-desk h2 {
	color: #ECEEF3;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 10px;
}
.help-desk h3 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 40px;
	line-height: normal;
  }
.help-desk p {
	color: #ECEEF3;
	font-size: 20px;
}

/* About page css End */

/* Service page css start */
.serviceBanner {
	 background-image: url(../images/serviceBg.jpg);
}
.serviceBanner .banner-txt{
	max-width: 350px;
}
.service-tab {
	padding: 40px 0;
	text-align: center;
  }
  .service-tab .nav-tabs {
	display: flex;
	gap: 2px;
	border: none;
	margin-bottom: 22px;
  }
  .service-tab .nav-tabs .nav-link {
	border: none;
	background: #ECEEF3;
	border-radius: 0;
	font-size: 20px;
	line-height: 27.24px;
	padding: 16px 17px;
	color: #000;
  }
  .service-tab .nav-tabs .nav-link.active {
	background: #505E85;
	color: #fff;
  }
  .service-tab p{
	line-height: 24px;
  }
  .service-tab p:not(:last-child){
	padding-bottom: 20px;
  }
  .appliance-repair {
	padding: 100px 0 0 0;
  }
  .appliance-repair h3 {
	font-size: 30px;
	margin-bottom: 35px;
	line-height: normal;
  }
  .appliance-repair p:not(last-child) {
	padding-bottom: 20px;
  }
  .appliance-list {
	max-width: 466px;
	margin-left: auto;
	background: #505E85;
	border-radius: 30px;
	padding: 40px 50px;
  }

  .appliance-list h3 {
	color: #fff;
  }
  .appliance-list ul {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 29.96px;
	text-align: left;
	padding-left: 15px;
	max-width: 250px;
	margin: auto auto 50px auto;
  }
  .appliance-list ul li {
	padding: 4px 0;
	list-style: disc;
  }
/* Service page css end */






/*New Header*/
.centerHeader .header-center {
  flex-wrap: wrap;
}
.centerHeader .logo {
  width: 100%;
  text-align: center;
}
.centerHeader .nav {
  width: 100%;
  flex: 1;
  margin-top: 15px;
}
.centerHeader .nav-list {
  text-align: center;
}
.centerHeader .nav-list li {
  float: none;
  display: inline-block;
}
.nav-submenu {
  text-align: left;
}




