@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap');
/* font-family: 'Sora', sans-serif;
font-family: 'Roboto', sans-serif;*/
* {margin: 0; padding: 0; box-sizing: border-box}
.container { max-width: 1280px; width: 100%;  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto;}
.containerSmall { max-width: 900px; width: 100%;  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto;}
.row {display: flex;  flex-wrap: wrap;  margin-right: -15px;  margin-left: -15px;}
a {text-decoration: none}
body{font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; font-smoothing: antialiased;}
img {display:block; width: 100%}
li {list-style: none}
.alignR {text-align:right}
.alignC {text-align:center}
.fw600 {font-weight: 600}
h1, h2, h3, h4, .subHeading { font-family: 'Sora', sans-serif; }
h1 {font-size:60px; color:#1A1A1A}
h2 {color:#1A1A1A; font-size:50px; margin-bottom: 20px}
h3 {color:#1A1A1A; font-size:30px; margin-bottom: 20px}
h4 {color:#1A1A1A; font-size:24px; font-weight: 700; }
p {font-size:18px; color: #676677; margin-bottom: 20px; line-height: 1.6; font-family: 'Roboto', sans-serif;}
.subHeading {font-size:18px; color: #134EC6; font-weight: 600; margin-bottom: 20px; display: block}
p strong {color:#333}
p a {color:#00A3CD;}
p a:hover {text-decoration:underline;}

.vAlignC {align-items: center}
ul li {font-size:18px; color: #5B5A67;}
.relative {position:relative}
.col10, .col15, .col20, .col25, .col30, .col33, .col35, .col40, .col45, .col50, .col55, .col60, .col65, .col70, .col75, .col80, .col85, .col90, .col100 {padding-right: 15px;  padding-left: 15px;}
.col10 {flex: 0 0 10%;  max-width: 10%;}
.col15 {flex: 0 0 15%;  max-width: 15%;}
.col20 {flex: 0 0 20%;  max-width: 20%;}
.col25 {flex: 0 0 25%;  max-width: 25%;}
.col30 {flex: 0 0 30%;  max-width: 30%;}
.col33 {flex: 0 0 33.333333%;  max-width: 33.333333%;}
.col35 {flex: 0 0 35%;  max-width: 35%;}
.col40 {flex: 0 0 40%;  max-width: 40%;}
.col45 {flex: 0 0 45%;  max-width: 45%;}
.col50 {flex: 0 0 50%;  max-width: 50%;}
.col55 {flex: 0 0 55%;  max-width: 55%;}
.col60 {flex: 0 0 60%;  max-width: 60%;}
.col65 {flex: 0 0 65%;  max-width: 65%;}
.col70 {flex: 0 0 70%;  max-width: 70%;}
.col75 {flex: 0 0 75%;  max-width: 75%;}
.col80 {flex: 0 0 80%;  max-width: 80%;}
.col85 {flex: 0 0 85%;  max-width: 85%;}
.col90 {flex: 0 0 90%;  max-width: 90%;}
.col100 {flex: 0 0 100%;  max-width: 100%;}
.alignR {text-align: right}
.button {color: #FFF;  border-radius: 7px; padding: 12px 24px; font-size: 14px; font-weight: 600;  font-family: 'Sora', sans-serif; letter-spacing: 1px; display: inline-block; transition: all .2s;}
.buttonX {padding: 15px 30px !important;}
.borderW {border:1px solid #FFF}
.glare {position:relative; overflow: hidden; display: inline-block; background: #134EC6;  border-radius: 8px; z-index: 1}
.glare::before { content: "";  position: absolute;  bottom:-1px;  left: -1px; height: 0; width: 100%;  background-color: #1A1A1A; transition: all .2s; }
.glare:hover:before {height: 110%; transition: all .2s; z-index: -1;}
.vAlignC {align-items: center;}
.ratesTable {margin-bottom:80px}
table {border-collapse: collapse; width: 100%; color: #676677; }
table td {padding: 12px; border: 2px solid #FFF}
table .points { width: 50%}
.table_topic {background: #00A3CD !important; font-weight: 600; letter-spacing: 1px; color: #FFF}
.table_topic_last {background: #434343 !important; font-weight: 600; letter-spacing: 1px; color: #FFF}
table tr:nth-child(even) {background-color: #ebf1f7;}
table tr:nth-child(odd) td {border: 2px solid #ebf1f7}
table tr:nth-last-child(1) {background-color: #FFF;}
table .table_benefits {background: #CFD6CF; font-weight: 600; text-align: center}
table td img{ width:22px; margin: 0 auto}
header { transition: all 0.5s; webkit-backdrop-filter: blur(4px);  backdrop-filter: blur(4px);}
header.sticky { background: #FFF rgba(7,25,63,0.85); height: 80px; transition: all 0.5s; }
header.sticky  .logoArea { max-width:90px; transition: all 0.5s;}
.headerCtaCont { position:relative}
.headerCta {padding:8px 14px; background:#FF800F; position: absolute; right: 0; top: 100px; z-index: 2; border-radius: 7px;cursor: pointer}
.headerCta p { margin-bottom: 0; color: #FFF; font-weight: 600; letter-spacing: 1px}
.headerCta .iconbox .text span {color:#FFF; font-size: 14px; letter-spacing: 1px}
.headerCta .iconbox .icon {width:44px; height: 44px; }
header { height: 80px; width: 100%; position: fixed; z-index: 99; top: 0;  background: rgba(7,25,63,0.85);}
.logoArea { padding: 10px; max-width: 90px; transition: all 0.5s;}
.logoArea img {width:100%}
.bodyUl li{ margin-bottom: 15px; position: relative; padding-left: 40px; font-family: 'Roboto', sans-serif;}
.hPhn { width: 16px; display: inline; vertical-align: initial; margin-right: 10px;}
.bodyUl li::after {position: absolute; left: 0; top: -3px; content: "✔"; font-family: "Flaticon"; font-weight: 600; height: 26px; width: 26px; line-height: 30px; background: rgba(8, 106, 216, 0.1); text-align: center; border-radius: 50%; color: rgba(8, 106, 216, 1); font-size: 16px;}
.heroTxt h2 { color:#FFF;}
.heroTxt p { color:#FFF; font-size: 24px}
.heroBut a {background:#FF800F !important;}
.mainSlider .slick-slide .heroEach{transition: transform 4.4s linear 0.5s; transform: scale(1); position: absolute; width:100%; z-index: 1}
.mainSlider .slick-active .heroEach{transform: scale(1.05)}
.heroEach img {object-fit: cover;}


.hiddenSlider { display:none;}
#preloader {display: flex; justify-content: center; align-items: center; z-index: 9999; position:absolute; top:42%; width:100%;}


.loader2 {width: 30px; height: 30px; border-radius: 50%; display: block; margin:15px auto; position: relative; box-sizing: border-box; animation: rotation 1s linear infinite; }
.loader2::after, .loader2::before {content: '';  box-sizing: border-box; position: absolute; left: 0; top: 0; background: #00A3CD; width: 12px; height: 12px; transform: translate(-50%, 50%); border-radius: 50%;}
  .loader2::before {left: auto; right: 0; background: #FFF; transform: translate(50%, 100%);}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
.sliderOverley {background: rgb(9,23,54); background: linear-gradient(121deg, rgba(9,23,54,0.8996848739495799) 24%, rgba(74,183,195,0.6111694677871149) 100%); height: 100vh; position: absolute; z-index: 2; width: 100%;}
.slideCaption {height: 100vh; position: relative; z-index: 3; top: 0; align-items: center; display: flex; }
.slide1 { background:url("../img/residential-ac-hero.jpg");  background-size: cover}
.slide2 { background:url("../img/auto-ac-hero.jpg");  background-size: cover}
.slide3 { background:url("../img/com-ac-hero.jpg");  background-size: cover}
.slide4 { background:url("../img/electrical-appliances-repair-hero.jpg");  background-size: cover}
.page_bg1 {background:url("../img/pageHbg1.jpg") center 40%; width: 100%; position: relative}
.page_bg2 {background:url("../img/auto-ac-hero.jpg") center 40%; background-size: cover; width: 100%; position: relative}
.page_bg4 {background:url("../img/com-ac-hero.jpg") center 20%; background-size: cover; width: 100%; position: relative}
.page_bg3 {background:url("../img/colombo.jpg") center 20%; background-size: cover; width: 100%; position: relative}
.page_bg5 {background:url("../img/electrical-appliances-repair-hero.jpg") center 20%; background-size: cover; width: 100%; position: relative}
.page_bg_abt {background:url("../img/about-us-header-bg.jpg") center 0%; width: 100%; position: relative}
.page_bg_mtn {background:url("../img/maintenance-plan-bg.jpg") center 30%; width: 100%; position: relative}
.pHoverly {position: absolute; height: 100%; width: 100%; background: rgb(9,23,54);
background: linear-gradient(121deg, rgba(9,23,54,0.8996848739495799) 24%, rgba(74,183,195,0.6111694677871149) 100%); top: 0}
.pageH { padding:180px 0 80px 0; position: relative}
.pageH h1 { color:#FFF}
.breadcrumbs a, .breadcrumbs li {color:#FFF; font-size: 16px}
.breadcrumbs li { display:inline-block; position: relative}
.breadcrumbs li a:after {content: "/";  position: relative;  margin: 0 5px 0 10px; color: #FFF}

/* Sidebar popup */
.overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0);  visibility: hidden;  z-index: 999;  transition: background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease; }
.sidebar { position: fixed; top: 0; right: -310px; width: 310px; height: 100%;  background-color:rgba(7,25,63,1);  color: #fff;  padding: 30px;  z-index: 9999; transition: right 0.3s ease-in-out;	box-sizing: border-box}
.close-btn {text-align: right; color: #00A3CD; border: none; cursor: pointer; margin-bottom: 10px;}

.side_content {padding:20px 0;
  > p, h4, a {
    color: #FFF;   
  }
  > h4 {
    margin-bottom: 20px; font-size: 20px; text-transform: uppercase
  }
	
  > p {
    font-size: 16px
  }
}

.side_call {background: #00A3CD; padding: 10px; border-radius: 90px; text-align: center; margin-bottom: 20px}
.side_call a {font-size: 18px; }
.side_call a img { width: 20px; display: inline; margin: 0 15px; vertical-align: middle}
.side_whatsapp {background: #00CF4D; padding: 10px; border-radius: 90px; text-align: center; margin-bottom: 20px}
.side_whatsapp a {font-size: 18px; color:#fff }
.side_whatsapp a img { width: 20px; display: inline; margin-right: 15px; vertical-align: middle}
.side_more {background: #FF800F; padding: 13px; border-radius: 90px; text-align: center; margin-bottom: 20px}
.whatsapp_bottom { width:64px; position: fixed; bottom: 30px; right: 30px;}
nav.mainNavs > ul {text-align: right; }
nav.mainNavs > ul > li { display:inline-block; padding:  0px;  position: relative}
nav.mainNavs ul li a { color:#FFF; font-weight:500; display:block;  font-size: 14px; font-family: 'Sora', sans-serif; transition: color 0.2s; letter-spacing: 1px}
nav.mainNavs ul.desplegable > li > a {padding:30px 18px; text-transform:uppercase; }
nav.mainNavs ul > li > a:hover { color:#00A3CD;}
nav.mainNavs ul > li:hover a.menu{ color:#00A3CD}
nav.mainNavs ul li.haveSub{ position:relative}
nav.mainNavs ul li.haveSub ul { position: absolute; background: #00A3CD; text-align: left; z-index: 2; width: auto; min-width: 300px; max-width: 400px; left: 0; right: 0; top: 100%; -webkit-box-shadow: 0px 2px 17px -7px rgba(0,0,0,0.69); -moz-box-shadow: 0px 2px 17px -7px rgba(0,0,0,0.69); box-shadow:0px 2px 17px -7px rgba(0,0,0,0.69); padding:0; visibility: hidden; opacity: 0; transform: translateZ(0); transform: translateY(10%); transition: all 0.2s ease 0s, visibility 0s linear 0.2s;}
nav.mainNavs ul li:hover > ul.a_menu { visibility: visible; opacity: 1;  transform: translateX(0%);transition-delay: 0s;}
nav.mainNavs ul li.haveSub ul.a_menu li > a {color: #FFF; padding:15px 20px; line-height: 1.4; border-bottom: 1px solid #006088}
nav.mainNavs ul li.haveSub > a { position:relative; padding-right: 40px; transition: color 0.2s}
nav.mainNavs ul li.haveMega > a.menu { padding-right: 40px; transition: all 0.2s; position: relative}
nav.mainNavs ul li.haveSub .arrow_dd::after, li.haveMega .arrow_dd::after {content:''; margin-top:  -2px; position: absolute; width: 1.5px; height: 8px; background: #FFF; transform: rotate(45deg); right: 22px; transition: transform .2s }
nav.mainNavs ul li.haveSub .arrow_dd::before, li.haveMega .arrow_dd::before {content:''; margin-top:  -2px; position: absolute; width: 1.5px; height: 8px; background: #FFF; transform: rotate(-45deg); right: 27px; transition: transform .2s}
nav.mainNavs ul li.haveSub:hover .arrow_dd::after, nav ul li.haveMega:hover .arrow_dd::after{transform: rotate(-45deg); background: #8CB0EF}
nav.mainNavs ul li.haveSub:hover .arrow_dd::before, nav ul li.haveMega:hover .arrow_dd::before{transform: rotate(45deg); background: #8CB0EF}
nav.mainNavs ul li.haveSub ul a:hover { background:#13396A; color: #FFF }
.arrow_dd { position:absolute; top: 38px; right: 0}
.hamb {display: none; padding:2px 15px; float: right; margin: 5px 0 0 0;}
.bar1, .bar2, .bar3 {width: 25px; height: 2px; border-radius: 3px; background-color: #00A3CD; margin: 6px 0; transition: 0.4s;}
.change .bar1 { -webkit-transform: rotate(-45deg) translate(-8px, 6px); transform: rotate(-45deg) translate(-8px, 6px);}
.change .bar2 {opacity: 0;}
.change .bar3 {-webkit-transform: rotate(45deg) translate(-5px, -4px); transform: rotate(45deg) translate(-5px, -4px);}	
.imageTxt_left .imgtxt_txt {padding-left:40px}
.topic {color: #2E8AC8; font-size: 16px; display: inline-block; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px}
.imgtxt_img img{ border-radius: 7px}
.imageTxt_right .imgtxt_txt {padding-right:40px}
.moreBut a{background:#00A3CD; color: #FFF; padding: 15px 30px; display: table; border-radius: 100px; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; transition: all .2s; position: relative}
.moreBut a::after { content: ""; background: url(../img/icons/right-arrow.png); background-size: cover; width: 15px; height: 15px; display: block; right: 15px; position: absolute; top: 50%; translate: 0 -50%; transform: rotate(180deg); opacity: 0; transition: opacity .2s;}
.moreBut a:hover {padding-right: 45px; background:#0088AB;}
.moreBut a:hover::after { opacity: 1}
.tabsSec {padding: 80px 0 100px 0; background: #F9F9F9}
.tabsSec  #nav { overflow: hidden; padding-left: 0; display: flex;  flex-wrap: nowrap;}
.tabsSec  #nav li { list-style: none; float: none;  flex-grow: 1;  display: block;  border-bottom: 1px solid rgba(0,0,0,0.1); text-align: center;   font-size: 1.5em; padding: 25px 30px; position: relative; font-weight: 600; font-family: 'Sora', sans-serif; color: #1A1A1A; cursor: pointer}
.tabsSec  #nav li:first-child a {border-left: 1px solid #CCC;}
.activeTab::before{position: absolute; display: block; content: ""; left: 0; width: 100%; height: 4px; opacity: 0; transition: opacity .4s ease; box-shadow: 0 8px 22px #000542;}
.activeTab::after { height: 4px; width: 100%; content: ' '; background-color: #00A3CD; display: block; position: absolute; bottom: 0; left: 0; z-index: 10;
    transition: transform .3s cubic-bezier(.12,.75,.4,1);}
#tab-content {padding-top: 60px}
.visMis .iconbox .icon img { width: 60%;}
.services { padding: 100px 0}
.services .serviceBox {margin-bottom: 30px; margin-top:0; box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 12px 0px; border: 1px solid #DAE6F2;}
.services .serviceBox:hover { margin-top:0 !important; }
.shadowBox {box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1); padding: 25px;  margin-bottom: 20px; background: #FFF; border-radius: 8px}
.visMis .shadowBox .iconbox .icon { margin-left: -50px}
footer {padding: 80px 0; background:#1D2026; }
footer h3 {color: #FFF; font-size: 60px}
footer h4 {color: #FFF; margin-bottom: 15px}
footer p {color: #8A99B4}
footer a {color: #8A99B4; padding: 7px 0; display: block; transition: color 0.2s;}
footer a:hover {color: #FFF}
footer .blockUl {margin-bottom:15px}
footer .inlineUl {margin-top:15px}
footer .inlineUl li{ display: inline-block; margin-right: 25px; }
footer hr { border-color: #8A99B4}
.footerRight { padding-left:100px}
.footerLogo {width:200px; margin-bottom: 30px}
.socialIcons li { width:40px}
.mainCta { padding: 60px 0; background: url("../img/cta-bg-3-1.jpg") center; width: 100%;  background-size: cover; }
.mainCta p, .mainCta h3 { color:#FFF}
.mainCta h3 { margin-bottom: 0}
.home2 { margin-top: -80px; position: relative}
.values { background:#FFF; box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1); padding:30px 30px 20px 30px; height: 150px; border-radius: 8px}
.iconbox {text-align: left; flex-direction: row; align-items: flex-start; display: flex;}
.iconbox .icon {display: inline-flex; flex: 0 0 auto; margin-right: 15px; background:#FF800F; width: 62px; height: 62px; border-radius: 5px; align-items: center; justify-content: center; }
.home2 .iconbox .icon img{ width:60%}
.iconbox h3 {font-size:24px; margin-bottom: 8px;}
.iconbox p {margin-bottom: 0;}
.shake {
  animation: shake-animation 2s ease 1s infinite;
  transform-origin: 50% 50%;
}
@keyframes shake-animation {
  	0% {
    transform: scale(1);
	}
	5%, 15% {
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}
	10%, 20% {
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}
	15%, 25% {
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}
	35% {
		transform: scale(1.1);
	}
	45% {
		transform: scale(1);
	}
	
}

.m_top_50 {margin-top:50px}

.intro { padding:100px 0 100px 0; }

.serviceBrif {padding:100px 0 100px 0; background: url("../img/team-bg.jpg") no-repeat; background-size: cover}
.serviceBoxes { margin-top:30px; margin-left: -15px; margin-right: -15px; }

.serviceBrif h2 {color:#fff; }
.serviceBrif p {color:#fff; }
.serviceBrif .topic {color:#51A7E1; }

.serviceBox p {color: #676677;}

.serviceBox { border:1px solid #0D3057;  border-radius: 8px; transition: all .2s;/*box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 12px 0px;*/}
.serviceBox h3 {font-size: 26px}
.sb_img img{ border-radius: 8px 8px 0 0;}
.serviceBox:hover {box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 15px;  margin-top:5px !important}

.sb_txt { background: #FFF; padding: 25px; border-radius: 0 0 8px 8px; }

.autoplay .slick-slide { margin: 15px}

.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #00A3CD;
	border-radius: 4px; 
	}
.slick-prev{left: -50px;}
.slick-prev:before {
	content : "";
    background :url("../img/icons/right-arrow.png");
	background-size: cover;
	width:24px; height: 24px; display: block; left: 10px; position: relative
}

.slick-next:before {
	content : "";
    background :url("../img/icons/right-arrow.png");
	background-size: cover;
	width:24px; height: 24px; display: block; left: 14px; position: relative; transform: rotate(180deg)
}



.slick-next{ right: -50px;}



.readMore span { font-family: 'Roboto', sans-serif; color: #2E8AC8}

.shopIntro {padding:100px 0 100px 0;}
.shopBox { border-radius: 8px 8px 0 0; background: #F4F4F4; transition: all .2s;}
.shopBoxTitle { padding: 25px 25px 0 25px;  }
.shopBox:hover {box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 15px; margin-top: -15px; margin-bottom: 15px}
.customer-logos {margin-top:50px}
.customer-logos .slide { margin: 0 15px}
.customer-logos .slick-slide img {height: auto}

.shopBoxSubTitle {padding: 25px 25px 5px 25px; background: #F4F4F4; margin-bottom:20px; position: relative; transition: all .2s; }
.shopRightNav {position: absolute; background-color: #00A3CD; width: 40px;  height: 40px; right:20px; top: 50%; transform: translateY(-20px); border-radius:50%;}
.shopRightNav::after {content: ""; background: url(../img/icons/right-arrow.png);  background-size: cover; width: 17px; height: 17px; display: block; right: 10px; position: absolute; top: 50%; translate: 0 -50%;
    transform: rotate(180deg);}
    
.shopBoxSubTitle:hover {margin-right:-10px;}


#cta99 { position: fixed;
  bottom: 30px;
  right: 105px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;}

#cta99.show {
  opacity: 1;
  visibility: visible;
}
#cta99 .headerCta {position:inherit}



.appointmentArea {  padding: 100px 0; background: url("../img/appointment-bg.jpg") no-repeat; background-size: cover; position:relative;}
.appointmentOverly {background-color: transparent; background-image: radial-gradient(at bottom right, #00A3CDCC 0%, #45A6AF 100%); opacity: 1; position: absolute; height: 100%; width:100%; top: 0; left: 0}
.appointmentContent { position: relative}
.appointmentFormArea {background:#FFF;  padding:40px; border-radius: 5px}
.appointmentRight { padding-left: 30px; }

.appointmentRight {
	 & span, h2, p, h3 { color: #FFF}
}

.icon {pointer-events: none; user-select: none;}
.appoPoints {margin-top:50px}
.appoPoints .iconbox {padding-bottom: 30px; position: relative; }
.appoPoints .iconbox .icon { background:#FFF; border-radius: 50%; width:56px; height: 56px; margin-top: -10px; display: flex; align-items: center; justify-content: center; z-index: 5}
.appoPoints .iconbox::after  {border-style: dashed; border-width: 0px  0px 0px 3px; border-color: #FFF; position: absolute; content: ''; height: 100%; left: 26px;}
.appoPoints .iconbox:nth-last-child(1)::after {border: none}
.appoPoints .iconbox .icon .iconIn{ background:#FF800F; height: 28px; width: 28px; border-radius: 50%}


.benefits {padding:100px 0; background: #F9F9F9}
.benefits .iconbox .icon img {width: 60%}
.benefits .iconbox { margin-bottom: 50px}

.contactFormArea {padding:100px 0;}

.contactFormArea .appointmentFormArea {box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1); margin-top: -185px;    position: relative;}

.contactIconBox {margin-bottom: 30px}
.contactIconBox .text span {font-size: 16px; text-transform: uppercase; letter-spacing: 1px; color: #FF800F; padding-bottom: 10px; display: table}

.contactIconBox .iconbox .icon {border-radius: 50%; width:50px; height: 50px}

.contactIconBox .iconbox .icon img {width:60%}

.mapEmbed {margin-bottom:100px}


.faq {padding:100px 0}
.qna h3 {color:#696969; padding: 30px; font-weight: 500; font-size: 26px; cursor: pointer; margin-bottom: 0; font-weight: 500; background: #f7f9fb; margin-bottom: 15px; transition: all .2s}
.qna h3.act { color: #45a6af; background: #E0F2F4}

.qna p { padding: 15px 30px; display: block; line-height: 1.6}
.qna ul li {font-size: 18px;    color: #676677; line-height: 1.6; position: relative}

.qna ul {padding:0 30px 15px 60px;}

.qna ul li::after {
    position: absolute;
    left: -30px;
    top: 6px;
    content: "";
    height: 16px;
    width: 16px;
    background: url(../img/icons/check2.png);
    background-size: cover;
}
.faq .arrow_dd{float: right; position: relative; top:12px}
.faq .arrow_dd::after {content:''; margin-top:  3px; position: absolute; width: 2px; height: 15px; background: #00A3CD; transform: rotate(45deg); right: 19px; transition: transform .2s }
.faq .arrow_dd::before {content:''; margin-top:  3px; position: absolute; width: 2px; height: 15px; background: #00A3CD; transform: rotate(-45deg); right: 29px; transition: transform .2s}
.faq .arrow_dd::after{transform: rotate(45deg);}
 .faq .arrow_dd::before{transform: rotate(-45deg);}	
.faq .arrow_du.arrow_dd::after{transform: rotate(-45deg);}
.faq .arrow_du.arrow_dd::before{transform: rotate(45deg);}
	

.formArea { padding-top: 10px}
.formArea label { display: block; margin-bottom: 10px; font-family: 'Sora', sans-serif;}

.formArea input, select, textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 18px;
    border:1px solid;
	border-color: transparent;
    font-size: 16px;
    outline: none;
    border-radius: 5px;
    background: #F7F7F7;
    color: #515151;
	 font-family: 'Sora', sans-serif;;
}

.formArea textarea {height:100px} 
.formArea textarea::placeholder {color: #727272; font-family: 'Sora', sans-serif;}

.formArea input[type=file] {
    background: #fff;
    border: 1px dashed #AEAEAE;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
}

.lableDiv {margin-bottom: 25px;}

.formArea input[type=file]::-webkit-file-upload-button { background: #BFBFBF; color: #333; padding: 10px; margin-right: 20px; border: 0; border-radius: 5px}
.formArea button {
    background: #00A3CD;
    padding: 16px 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
	cursor: pointer;
    border-radius: 5px;
    border: none;
    font-family: 'Roboto', sans-serif;
	width: 100%; height:54px;
	transition: all .5s;
}

.formArea button:hover{ background:#FF800F}

.address::before {
    background: url("../img/gps.png");
    background-size: cover;
    height: 30px;
    width: 30px;
}

.phn::before {
    background:url("../img/phone.png");
    background-size: cover;
    height: 30px;
    width: 30px;
}

.email::before {
    background:url("../img/email.png");
    background-size: cover;
    height: 30px;
    width: 30px;
}

.address::before, .phn::before, .email::before {
    content: '';
    display: inline-block;
    margin: 0 10px 0 0;
    opacity: 0.7;
    vertical-align: middle;
}

.contactDetail{text-indent: -45px; padding-left: 45px; margin-bottom: 50px;}
.contactDetail li {font-family: 'Roboto', sans-serif; margin-bottom: 30px}
input:focus, textarea:focus, select:focus { border:1px solid #FF800F;/*-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/ }


span.error {color: red; font-size: 12px;  font-family: 'Roboto', sans-serif; margin-left: 20px;}
.invalid { border: 1px solid #E70F12 !important;}

/*Loader starts*/
#loading {display:none;}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 12px;
}
.lds-ellipsis div {
  position: absolute;
  top: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 5px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 5px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 20px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 35px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(15px, 0);
  }
}


/*Loader ends*/


/*slick starts*/

.ticker { height: 100vh; background: rgb(9,23,54);
    background: linear-gradient(121deg, rgba(9,23,54,1) 24%, rgba(74,183,195,1) 100%); overflow: hidden}

.footer_logos { margin-bottom: 40px}
.main_list ul {margin-left: 10px}
.main_list ul li{ font-weight: bold; margin-bottom: 10px; position: relative; margin-top: 10px }
.main_list ul li::after {
    position: absolute;
    left: -30px;
    top: 0px;
    content: "";
    height: 20px;
    width: 20px;
    background: url(../img/icons/check2.png);
    background-size: cover;

}

.body_list {padding-left: 30px;}
.body_list li {position: relative; color: #676677; font-size: 16px; margin-bottom: 15px}
.body_list li::after {
    position: absolute;
    left: -30px;
    top: 0px;
    content: "";
    height: 20px;
    width: 20px;
    background: url(../img/icons/check2.png);
    background-size: cover;

}

.mobile_bottom, .whatsappFixMobile {display:none;}


.stickySb {position: -webkit-sticky; position: sticky; top: 15%; height:25vh;}
.section99 { Background:#F7F9FB; padding:50px;}
#page-top, #repair {margin-bottom:40px;}

.section99 .main_list ul li {font-weight:500; font-size:16px; display:inline-block; margin-left:20px; margin-right:30px;}
.section99 table {margin-bottom:30px;}
.section99 table tr {background:#FFF;}
.section99 table tr td {border: 2px solid #ebf1f7;}

.sideList99 li a {background:#00A3CD; color:#FFF; display:block; margin-bottom:10px; padding:10px;}

.number99 input[type=number]::-webkit-outer-spin-button,
.number99 input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number99 input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.number99	span {cursor:pointer; }
		.number{
			margin:100px;
		}
.minus, .plus{
		width:26px;
		height:26px;
		background:#777;
		color:#fff;
		border-radius:4px;
		font-size:18px;
		border:1px solid #ddd;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;}
		
.number99 input[type=number]{
			height:34px;
      width: 50px;
      text-align: center;
      font-size:18px;
			border:1px solid #ddd;
			border-radius:4px;
      display: inline-block;
      vertical-align: middle;
	
}

.sideList99 li a:hover {background:#13396A;}

.checks { margin-bottom:20px;}
.checks label {margin-right:30px; margin-left:5px;}

.send_details {
    background: #FF800F;
    padding: 14px;
    border-radius: 90px;
    text-align: center;
    margin-bottom: 20px;
    color:#FFF;
    cursor:pointer;
}

.radios label {display:inline-block; width:90%;}

.whiteForm input {background:#FFF !important; border: 2px solid #ebf1f7;}


#formArea1, #formArea2, #formArea3 {display:none; background:#bbdaf0; padding:30px 30px 10px 30px; margin-bottom:20px;}
.changeButton {background: transparent;
    padding: 14px 0;
    border-radius: none;
    text-align: left;
    margin-bottom: 20px;
    color: #333;
    cursor: pointer;}

.loadWrap {display:inline-block;}

.ok { width:100%;  box-sizing: border-box;  border-radius: 5px; font-weight: 600; color:#148213;border: 1px solid #45D344; margin:20px 0 0 0; background: #DFF7E4; padding: 20px; font-family: 'Rubik', sans-serif;}

.no { width:100%;  box-sizing: border-box;  border-radius: 5px; font-weight: 600; color:#AA2E3B; border: 1px solid #AA2E3B; margin:20px 0 0 0; background: #EFA9B0; padding: 20px; font-family: 'Rubik', sans-serif;}

.check_table2 td { padding:0 !important; border:none !important;}
.check_table2 td input[type=checkbox] { width:auto;}
.check_table2 td label {display:inline-block;}

.check_table2 label {
  position: relative;
  cursor: pointer;
}

.check_table2 input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check_table2 label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #F7F7F7;
  border: 2px solid #F7F7F7;
  padding: 10px;
  display: inline-block;
  border-radius:3px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.check_table2 label:hover:before {border: 2px solid #00A3CD;}
.check_table2 input:checked + label:before {border: 2px solid #00A3CD;}

.check_table2 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ppBlock { padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ccc;}


.wa-small {width:30px; height:30px; background: url(../img/icons/wa-small.png); background-size:cover; background-repeat:no-repeat; display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -5px;
    margin-right: 10px;}

@media only screen and (max-width: 768px) {
	
	.intro, .serviceBrif, .shopIntro, .appointmentArea, footer, .benefits, .faq, .contactFormArea {padding: 40px 0 40px 0;}
	.shopIntro .col30 {flex: 0 0 100%;  max-width: 100%;}
}
@media only screen and (max-width: 1024px) {
	.col50, .col60, .col40, .col33, .col30, .col70, .col75, .col80, .col25 {flex: 0 0 100%;  max-width: 100%;}
	.container {width:95%}
	nav.mainNavs ul.desplegable > li > a {padding:20px 10px}
	nav.mainNavs > ul {text-align:left; padding: 0; width: 100%}
	nav.mainNavs > ul > li { display:block; border-bottom: 1px solid #006088;}	
	.hamb {display: block; position: absolute; right: 1vw; top: 7px;}
	nav.mainNavs {display:none; width: 100%; }
	nav.mainNavs ul li.haveSub ul {position:static; max-width: none; box-shadow: none; background:transparent; visibility: visible; opacity: 1; transition: none; transform: translateZ(0); transform: translateY(0);}
	nav.mainNavs ul li.haveSub ul.a_menu li > a {padding-left: 30px; border-bottom: none; position: relative}
	nav.mainNavs ul li.haveSub ul.a_menu li > a::before {content: ''; position: absolute; width: 10px; left: 10px; height: 1px; background: #278DB7; top: 24px;}
	nav.mainNavs ul li:hover > ul {  transform: none; transition-delay: 0; }
	.arrow_dd {right:5px; top: 27px}
	.a_menu, .mega_menu {display: none}
	header { height: auto; }
	header .container { width:100%}
	.mm_mobile a{ padding-left: 30px}
	
	
	p, h2, h3 {margin-bottom:15px}
	p { font-size:16px}
	h2 {font-size:26px}
	h3 { font-size:24px}
	
	.topic {font-size:14px; margin: 0 0 10px 0}
	

	header.sticky { height:auto !important}
	
	.logoArea {max-width:140px; padding: 0}
	.logoArea img {width:65px; padding:5px 0;}
	.col30.logoArea {width:80%}
	.mainSlider .swiper-container {height:200px}
	.slide-captions .current-title {font-size:28px}
	.slide-captions {left:0; width:80%}
	.slick-prev, .slick-next {display:none !important}
	.headerCtaCont {display:none}
	
	.heroTxt h2 {font-size:26px}
	.heroTxt p {font-size:16px; }
	.ticker,.sliderOverley {height: 80vh}
	.heroEach img {object-fit: cover; height: 80vh; object-position: 60%;}
	.values {height: auto; padding: 20px 20px 0 20px}
	.iconbox .icon {width:42px; height: 42px}
	.values .iconbox {margin-bottom: 20px}
	.iconbox h3 {font-size:20px}
	
	.slideCaption {height:80vh;}
	
	.intro, .serviceBrif, .shopIntro, .appointmentArea, footer, .benefits, .faq, .contactFormArea {padding: 50px 0 50px 0;}
	.imageTxt_left .imgtxt_txt { padding-left: 0}
	.imageTxt_right .imgtxt_txt { padding-right: 0}
	.serviceBoxes {margin-top:0}
	.serviceBoxes h3 { font-size:24px}
	
	.shopBox {margin: 25px 0;}
	
	.slide1 { background-position: 60%}
	.slide2 { background-position: 50%}
	.slide3 { background-position: 50%}
	.slide4 { background-position: 50% 40%}
	
	.appointmentFormArea { padding:20px; margin-left: -15px; margin-right: -15px}
	.appointmentRight { padding-left: 0}
	
	.flip_order_wrap {flex-direction: column;}
	.flip_div1 { order: 1}
	.flip_div2 {order: 0}
	
	.appoPoints .iconbox .icon {width:40px; height: 40px}
	.appoPoints .iconbox .icon .iconIn {width:20px; height: 20px}
	.appoPoints .iconbox::after {left: 18px}
	
	.footerRight {padding-left: 15px; margin-top:20px}
	footer ul li {font-size: 16px}
	
	.pageH h1 { font-size:32px}
	.pageH {padding: 120px 0 60px 0; }
	.breadcrumbs {margin-top:10px}
	
	.visMis {padding-left: 25px}
	
	.imgtxt_img img {margin-bottom: 20px}

	.m_top_50 {margin-top:20px}
	
	.qna h3 {font-size:18px; padding: 15px}
	
	.faq .arrow_dd::before {height:10px; right: 25px;}
	.faq .arrow_dd::after {height:10px;}
	.faq .arrow_dd { right:-20px; top: unset; bottom: -5px}
	.qna p {padding:0 15px }
	.qna ul li { font-size: 16px}
	.qna ul {padding: 0 30px 15px 44px;}
	
	.contactFormArea .appointmentFormArea {margin-top: 0}
	.contactIconBox .iconbox .icon {width:40px; height: 40px}
	.contactIconBox .text span {font-size: 14px}
	.contactIconBox { margin-bottom: 20px;}
	.mapEmbed { margin-bottom: 40px;}
	
	.main_list ul li {padding-left: 30px; font-size:16px; }
	.main_list ul li::after {left: 0}
	.main_list ul {margin-left: 0}
	.main_list ul p {padding-left: 30px;}
	
	.tabsSec #nav {display:block; }
	.tabsSec #nav li {padding: 20px 15px; font-size: 14px;}
	.table_res {overflow-x: scroll}
	
	.whatsapp_bottom {display:none;}
	.mobile_bottom {display:block; position:fixed; bottom:0; z-index: 9999; width:100%;}
	
	.orange_left {background:#FF800F; padding:7px 10px; height: 40px; }
	.orange_left p {margin-bottom:0; color:#FFF; padding-left:40px;}
	.orange_left p img {width:26px; display: inline-block; position: absolute; left:10px;}
	
	.whatsappFixMobile { background:#00c307; position:fixed; bottom:0; z-index: 9999; width:50px; right:20px; border-radius: 10px 10px 0 0; display:block;}
	.whatsappFixMobile img {}
	
	.stickySb {position:static;}
	.section99 {padding:15px; margin-left:-15px; margin-right:-15px;}
	.number99 input[type=number] { width:30px; height:30px;}
	.number99 {width:35%;}
	.section99 table {font-size:14px;}
	
	
	#formArea1, #formArea2, #formArea3 {padding:20px 15px 0px 15px}
	.check_table tr td {width:50%; display: inline-block;}
	.section99 .main_list ul li {margin-left:0;}
	.formArea input, select, textarea {font-size:14px;}
    .check_table2 tr td {width:50%; display: inline-block;}
    .formArea label { font-family: 'Sora', sans-serif; font-size:14px;}
    #preloader {top:35%;}
}
	
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.shopIntro .col30 {flex: 0 0 50%;  max-width: 50%;}
}


.snowflake {
    color:#FFF;
}