@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* Defaults */
html, body {
    scroll-behavior: smooth;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5, #f5f5f5);
    background-attachment: fixed;
}

/* Box Shadow */
.add-boxshadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.514);
}

/* Box Shadow Heavy */
.add-boxshadow-heavy {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.514);
    border: none;
    outline: none;
}

/* Outline */
input {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Error Messages */
#errorHandler {
    color: red;
}

/* Text Colored */
.text-colored {
    color: #005bf0;
}

.text-colored a {
    color: #005bf0;
}

.text-colored a:hover {
    color: #00368d;
}

/* Divider */
.divider {
    border: 1px solid #005bf0;
    width: 100%;
}

/* Section BG */
section {
    background: white;
}

/* Light Text */
.light-text {
    color: #757575;
}

.lighter-text {
    color: #9E9E9E;
}

/* Black Button */
.btn-black {
    background: black;
    color: white;
    border: 1px solid black;
}

.btn-black:hover {
    background: white;
    color: black;
    border: 1px solid black;
}

.buttonIn {
    width: 300px;
    position: relative;
}

input {
/*    margin: 0px;
    padding: 0px;
    width: 100%;
    outline: none;
    height: 45px;
    border-radius: 5px;*/
}

button {
    /*position: absolute;*/
    /*top: 0;*/
    /*border-radius: 5px;*/
    /*right: 0px;*/
    /*z-index: 2;*/
    /*border: none;*/
    /*height: 37px;*/
    /*cursor: pointer;*/
    /*color: white;*/
    /*background-color: #1e90ff;*/
    /*transform: translateX(2px);*/
}

/* Footer */
.site-footer {
    background-color: black;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: rgba(245, 245, 245, 0.671);
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: bold;
}

.site-footer a {
    color: whitesmoke;
}

.site-footer a:hover {
    color: black;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: rgba(245, 245, 245, 0.671);
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: white;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: rgb(3, 3, 141);
    color: white;
}

.copyright-text {
    margin: 0;
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.social-icons a:hover {
    background-color: blue;
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}
.main_nav {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 11;
}
.navbar-expand-lg .navbar-collapse {
    display: block !important;
}
.fl-right{
	float:right;
}
.nav-item{
	    padding: 0px 10px;
}
.nav-link {
    font-weight: 400;
    padding: 0px !important;
}
.navbar-nav .active .nav-link{
	border-bottom: 2px solid #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffffab;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.8));
}
.slide_head{
	position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
    z-index: 11;
}
.slide_head .light-text {
    color: #ffffff;
	width:100%;
}
.slide_head .font-weight-bolder {
    color: #fff;
    width: 100%;
    font-size: 35px;
    font-weight: 400 !important;
    margin-bottom: 10px;
}
#owl-demo{
	    margin-top: 50px;
}
.pd0{
	padding: 0px;
}
.pdlr0{
	padding-left: 0px;
	padding-right: 0px;
}
.pdr0{
	padding-right: 0px;
}
#owl-demo .item {
    margin: 3px 5px !important;
}
.suggest-part {
padding-bottom: 10px;
    position: relative;
    margin-top: 0px;
    z-index: 2;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5, #f5f5f5);
}
.suggest-part .container {
    box-shadow: none;
    border-radius: 0px;
    padding-top: 0px;
    position: relative;
    margin-top: 60px;
    padding-top: 15px;
}
.mnbs{
 
}
.sh3 {
    margin-bottom: 5px !important;
}
.ps{
    margin-bottom: 10px;
}
.suggest-part .container .service_type{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    height: 105px;
    cursor: pointer;
    padding: 14px 0px;
    overflow: hidden;
}
.suggest-part .container .service_type p{  
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    line-height: 16px;
    color: #212121;
    text-align: center;
    text-transform: capitalize;
}
.suggest-part .container .row{ 
	padding: 15px 25px;
	margin-top: 0px;
}
.service_type{
	text-align:center;
}
.service_type img{
	 height: 50px;
}
.service_type p{	
	 margin-top: 5px !important;
}
.service_type:hover {
    border-radius: 4px;
    background-color: #f5f5f5;
}
.login_signup{
    background: #fff;
    color: #4179ea;
    border-radius: 2px;
    padding: 0px 12px !important;
    font-size: 13px;
    font-weight: 500;
    padding-top: 0px !important;
    border: 1px solid #fff;
    letter-spacing: 0.5px;
}
.br4 {
    border-radius: 4px;
}
#owl-demo .item img {
    border: 4px double #fff;
}
.login_signup .nav-link {
    color: #484848 !important;
}
.plan-comparison .plan-comparison-row.labels .plan-comparison-col:first-child{
    background: 0 0;
    border: none;
}
.plan-comparison .plan-comparison-row.labels .plan-comparison-col {
    position: relative;
    color: #fff;
    color: var(--theme-color-white);
    font-size: 1.1rem;
    font-family: 'Nunito-Extra-Bold',sans-serif;
    font-family: var(--font-extra-bold);
    border-radius: 10px 10px 0 0;
}
.plan-comparison .plan-comparison-row.labels .plan-comparison-col.BasicAMC {
    background: #4c4c4c;
    color: #fff;
    text-align: center;
}
.plan-comparison .plan-comparison-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.plan-comparison .plan-comparison-row:nth-child(2) .plan-comparison-col:first-child {
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #e6e6e6;
}
.plan-comparison .plan-comparison-row:nth-child(even) .plan-comparison-col {
    background: #fff;
    background: var(--theme-color-white);
}
.plan-comparison .plan-comparison-col:first-child {
    text-align: left;
}
.plan-comparison .plan-comparison-col {
    padding: .6rem 1.5rem;
    background: #f5f5f5;
    line-height: 1.2;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-family: 'Nunito-Light',sans-serif;
    font-family: var(--font-light);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.plan-comparison .plan-comparison-col:first-child .f-icon {
    vertical-align: middle;
}
.plan-comparison .plan-comparison-col+.plan-comparison-col {
    
    text-align: center;
}
.check, .cross {
    width: 100%;
    height: 100%;
    text-align: center;
}
.plan-comparison .plan-comparison-row:last-child .plan-comparison-col {
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #e6e6e6;
}
.plan-comparison .f-icon {
    vertical-align: middle;    
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	    color: #3a3a3a;
}
.f-icon:before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: .5rem;
}
.c-p-ac .f-icon:before {
    background-image: url(icons/coverage.png);
}
.p-m .f-icon:before {
    background-image: url(icons/pm.png);
}
.b-s .f-icon:before {
    background-image: url(icons/breakdown.png);
}
.g-c-r .f-icon:before {
    background-image: url(icons/gascharging.png);
}
.s-p .f-icon:before {
    background-image: url(icons/spareparts.png);
}
.a-d .f-icon:before {
    background-image: url(icons/age.png);
}
.p-d .f-icon:before {
    background-image: url(icons/damage.png);
}
.f-t .f-icon:before {
    background-image: url(icons/transport.png);
}
.web-icon i{
    font-size: 25px;
}

.plan-comparison{
	    width: 100%;
}
.offer_plan .lighter-text {
    color: #ffffff;
    background: #4c4c4c;
    padding: 4px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.offer_plan .img-fluid {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.section {
    padding: 50px 0px 50px;
}
section h3 {
    margin-bottom: 15px;
}
.recomend-slider .product-card {
    background: #fff;
}
.city-card {
    margin-bottom: 0px;
}
.slick-initialized .slick-slide {
    background: #fff;
}
.our_projects .product-tag {
    padding: 0px;
    border-bottom: 0px solid var(--border);
    display: block;
    width: 100%;
    text-align: center;
}
.our_projects .product-info {
    color: #ffffff;
    background: #4c4c4c;
    padding: 4px 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.our_projects .product-tag .breadcrumb {
    width: 100%;
    margin: 0px;
}
.our_projects .product-tag .breadcrumb .breadcrumb-item {
    text-align: center;
    width: 100%;
    color: #fff;
}
.our_projects .city-card {
    max-width: 100%;
    height: 150px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.mt100{
    margin-top: 100px;
}
.our_projects .product-card {
    border: 0px solid var(--border);
}
.brs {
    border: 1px solid #e8e8e8;box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
}
.shadows{
    box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
}

.sticky {
    background: #ffffff;
    z-index: 888;
    transition: 0.2s;
    box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
}

.sticky .navbar-nav .active .nav-link{
    color: #3e3e3e;
}

.sticky .navbar-dark .navbar-nav .nav-link {
    color: #3e3e3e;
}
.sticky .navbar-nav .active .nav-link {
    border-bottom: 2px solid #3e3e3e;
}

.sticky .login_signup {
    background: #263c87;
    color: #ffffff;
    border-radius: 30px;
    padding: 3px 15px !important;
    font-size: 13px;
    font-weight: 500;
    padding-top: 0px !important;
    border: 1px solid #263c87;
    letter-spacing: 0.5px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticky .login_signup .nav-link {
    color: #ffffff !important;
}
.sticky .navbar {
    padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
}
.pt20{
    padding-top: 20px !important;
}
.product-buynow {
    color: #fff;
    width: auto;
    cursor: pointer;
    display: flex;
    text-transform: uppercase;
    border-radius: 4px;
    justify-content: space-between;
    padding: 0px 4px;
    height: 45px;
    padding-top: 4px;
    float: none;
    margin: 0px auto;
    max-width: 370px;
}
.product-buynow  .ripple {
    background: #3e3e3e;
    border-radius: 4px;
    position: relative;
    width: auto;
    padding: 10px 50px;
    margin: auto;
    padding-top: 10px;
}
.hvac .slide_head {
    top: 8%;
}
.hvac .carousel-inner {
    max-height: 430px;
}
.hvac .slide_head .light-text {
    margin-bottom: 10px;
}
.hvac .city-card {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.hvac .product-info {
    padding: 4px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.hvac .product-tag {
    padding: 0px;
    border-bottom: 0px solid var(--border);
    display: block;
    width: 100%;
    text-align: center;
}
.hvac .product-tag .breadcrumb .breadcrumb-item {
    text-align: center;
    width: 100%;
}
.pt10 {
    padding-top: 10px !important;
}
.buy_plan .shadow_s {
    padding: 25px 15px;
    border-radius: 4px;
    border: 1px solid #b1b1b1;
}
.comprehensive_amc:before {
    display: block;
    position: absolute;
    top: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 110px;
    content: "MOST POPULAR";
    padding: 0px 10px;
    border-radius: 0px 0px 6px 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    background: #3e7def;
    color: #ffffff;
    padding-bottom: 0px;
    height: 22px;
}
.comprehensive_amc{
    border: 2px solid #3e7def !important;
}
.pricing-body {
    border-bottom-left-radius: 8px;
}
.pricing-body {
    padding-bottom: 0px;
    padding-top: 5px;
}
.pricing-body {
    min-height: 92px;
}
.tenure-dropdown {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    height: 80px;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    background: #fff;
}
.js_tenure_dropdown .arrow_dd {
    content: "";
    position: absolute;
    right: 12px;
    top: 5px;
}
.tenure-dropdown-selected {
    padding: 5px 0!important;
    text-align: left;
    height: 78px;
}
.duration .price-bundle {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    position: relative;
}
.sell-price div:first-child {
    font-size: 13px;
    font-weight: 400;
    color: #7d7d7d;
    margin-bottom: 0px;
    margin-top: 13px;
    letter-spacing: 1px;
}
.sell-price div:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    color: #3e3e3e;
    margin-bottom: 5px;
    margin-top: 6px;
    letter-spacing: 1px;
}
.inline-price {
    display: inline-block;
}
.duration .currency {
    font-style: normal;
}
.sell-price span.dd-month {
    font-size: 15px;
    margin: 0 0 0 -4px;
    font-weight: 900;
    color: #000;
}
.pricing-body div {
    padding: 0;
}
.duration .currency {
    font-style: normal;
}
.sell-price s span {
    font-size: 14px;
    margin: 0 0 0 3px;
}
.promo-price, .renewal-price {
    color: #aaa;
    font-size: 11px;
}
.pl-head{
    background: #3e3e3e !important;
    color: #fff !important;
}
.duration .discount-percent {
    color: #fff;
    padding: 6px 0 0 6px;
    background-color: #3e7def;
    position: absolute;
    height: 28px;
    width: 95px;
    font-size: 14px;
    right: -1px;
    margin-top: 35px;
    text-align: center;
    font-weight: 400;
}
.duration .discount-percent:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 14px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 14px solid transparent;
}
ul.tenure-dropdown-options {
    padding: 0;
    margin: 0;
    border: 1px solid #c7c7c7;
    position: absolute;
    width: 230px;
    background-color: #fff;
    z-index: 1;
    top: 77px;
    left: -1px;
    display: none;
    z-index: 111;
}
ul.tenure-dropdown-options li {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    height: 80px;
    text-align: left;
}

.authorised .img-fluid {
    max-width: 100%;
    height: 90px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
    margin-bottom: 25px;
}
.service_types{
    padding-right: 10px;
    padding-left: 10px;
}
.hvac_type{
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 14px 0px;
    padding-top: 25px;

}
.hvac_type .text-center {
    margin-top: 5px !important;
    font-weight: 400;
    color: #3e3e3e;
}
.hvac_type i {
    font-size: 25px;
    background: #3e3e3e;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.hvac_type img{
    height:56px;
}
.mb4{
    margin-bottom: 4px !important;
}
.light-text {
    font-size: 15px;
}
.lighter-text {
    font-size: 14px;
    line-height: 18px;
}
.mb30{
    margin-bottom:30px;
}
.bt-green{
    background-color: #52c02b !important;
}

.bg-gray{
  background: rgb(236, 236, 236) !important;
}

  
.marketplace-buy-now{
    top: 0;
    right: 0px;
    z-index: 2;
    border: none;
    height: 37px;
    cursor: pointer;
    color: white;
}

.login_service a {
    color: #fff !important;
    border-color:  #fff;
    border-radius: 2px;
    padding: 0px 12px !important;
    font-size: 13px;
    font-weight: 500;
    padding-top: 0px !important;
    border: 1px solid  #fff;
    margin: 0px; 
    letter-spacing: 0.5px;
}


.sticky .login_service a {
    color: var(--primary) !important;
    border-color: var(--primary);
    border-radius: 30px;
    padding: 0px 12px !important;
    font-size: 13px;
    font-weight: 500;
    padding-top: 0px !important;
    border: 1px solid var(--primary);
    margin: 0px;
    letter-spacing: 0.5px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-a-t .f-icon:before {
    background-image: url(icons/breakdown-time.png);
}

.s-m-p .f-icon:before {
    background-image: url(icons/sheet-metal.png);
}
.navbar-dark .navbar-nav .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
