/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
*/
/*---------------------------------------------------Elements--------*/

.ays_content_box iframe {
	width: 100%;
	height: 700px;
	border: none;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
}

.header-navigation li {
	padding: 0 11px !important;
}
.header-navigation li a {
	font-size: 14pt;	
}

.form-fields-dropdown select {
  height: 40px !important;
  background: #fff;
  border: none;
  width: 100% !important;
  border: 1px solid rgba(0,0,0,.2);
  font-size: 14pt;
  color: rgba(0,0,0,.5);
  padding-left: 14px;
}

.form-fields-dropdown {
  width: 100% !important;
  margin-bottom: 20px;
}

/*fonts*/

@font-face {
    font-family: 'Open Sans';
    src: url('../font-new/OpenSans-Bold.woff2') format('woff2'),
        url('../font-new/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font-new/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../font-new/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font-new/OpenSans-Extrabold.woff2') format('woff2'),
        url('../font-new/OpenSans-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font-new/OpenSans-ExtraboldItalic.woff2') format('woff2'),
        url('../font-new/OpenSans-ExtraboldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font-new/OpenSans-Light.woff2') format('woff2'),
        url('../font-new/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font-new/OpenSans-Italic.woff2') format('woff2'),
        url('../font-new/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font-new/OpenSans.woff2') format('woff2'),
        url('../font-new/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font-new/OpenSansLight-Italic.woff2') format('woff2'),
        url('../font-new/OpenSansLight-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font-new/OpenSans-Semibold.woff2') format('woff2'),
        url('../font-new/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font-new/OpenSans-SemiboldItalic.woff2') format('woff2'),
        url('../font-new/OpenSans-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



/*fonts*/

*
{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
body
{
    color:#323233;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    background-color: #fff;
}
a
{
    text-decoration: none;
    color: #dd0200; transition: all 0.3s ease 0s;
}
a:hover
{
    color: #323233; 
}
p
{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}
h1
{
    font-size: 60px;
}
h2
{
    font-size: 48px;
}
h3
{
    font-size: 36px;
}
h4
{
    font-size: 30px;
}
h5
{
    font-size: 24px;
}
h6
{
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0 25px;
    line-height: 1;
}
ul
{
    padding-left: 25px;
    margin-bottom: 25px;
}
li
{
    margin-bottom: 15px;
}

img
{
    max-width: 100%;
    vertical-align: middle;
}

/*---------------------------------------------------Custom Style--------*/

.nicks-container-fluid
{
    width: 100%;
    padding: 0 20px;
}

.nicks-container{
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    padding:0 30px;
}

.aspen-row
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.aspen-row .col
{
    width: 100%;
}

.cols-2
{
    width: 50%;
}

.txt-case
{
    text-transform: uppercase;
}

.txt-center
{
    text-align: center;
}

.mg-top-25
{
    margin-top: 25px;
}

.mg-btm-10
{
    margin-bottom: 10px;
}

.pd-top-10
{
    padding-top: 10px;
}

.pd-btm-10
{
    padding-bottom: 10px;
}

.mb-0
{
    margin-bottom: 0;
}

.pb-0
{
    padding-bottom: 0;
}

.g-clr
{
    color: #35c488 !important;
}

.nicks-button 
{
    width: auto; 
    padding: 8px 30px;
    background-color: #dd0200;
    border: 2px solid #dd0200;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
	font-size: 21px;
    transition: all 0.2s linear;
	font-weight:600;
}

.nicks-button:hover {
	background: #fff;
    color: #dd0200;
    border: 2px solid #dd0200;
    transition: all 0.2s linear;
}

.aspen-btn-g 
{
    background-color: #dd0200;
    border: 2px solid #dd0200;
    transition: all 0.2s linear;
}

.aspen-btn-g:hover {
    background: #fff;
    border: 2px solid #dd0200;
    transition: all 0.2s linear;
}

.aspan-img-reponsive
{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.bef-dash
{
    position: relative;
    padding-left: 45px;
}

.bef-dash:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    background-color: #35c488;
}

.arrow-li
{
    padding-left: 0;
}

.arrow-li li
{
    list-style-type: none;
    padding-left: 20px;
    position: relative;
}

.arrow-li li:before
{
    content: '\f105';
    position: absolute;
    top: 3px;
    left: 0;
    font-family: "FontAwesome";
    color: #35c488;
}

.custom-left
{
    padding-left: 0px;
}


/*---------------------------------------------------Home Page Style--------*/
.nicks-container .nicks-button {
	margin: 20px 0;
}
/*---Mobile navbar---*/
.menu-item-has-children ul.sub-menu {
	max-width: 200px !important;
}
.tc-m ul.sub-menu {
	width: 400px !important;
	max-width:400px !important;
	background: #FFFEFA !important;
}
.tc-m ul.sub-menu li {
	width: 200px;
}
.tc-sm-right {
  float: right;
  clear: right;
}
.tc-show-mobile {
	display:none !important;
}
@media (max-width: 880px) {
	.tc-sm-right {
	  float: none !important;
	  display:none !important;
	}
	.tc-show-mobile {
	  display:block !important;
	}
	.menu-item-has-children ul.sub-menu li a {
		padding: 0px !important;
	}
	.tc-m ul.sub-menu {
		background: #F8F8F8 !important;
	}
}

.aspen-mobile-nav
{
    display: none;
}
.price {
    display: flex;
    flex-wrap: wrap;
}
.price .wp-block-column {
    flex: 1 0 50%;
    max-width: 50%;
}
.price .wp-block-column:last-child {
    text-align: right;
}
.width-auto img {
    width: auto !important;
    margin-bottom: 10px;
    height: auto !important;
}
.mob-top-header
{
    justify-content: space-between;
    padding: 10px 0;
}

header .aspen-navbar-nav-sm
{
    padding-left: 0;
    overflow: auto;
    max-height: calc(100vh - 140px);
}

header .aspen-navbar-nav-sm li>a.line-center
{
    width: calc(100% - 50px);
}

header .aspen-navbar-nav.aspen-navbar-nav-sm>li>a:before
{
    display: none;
}

header .aspen-navbar-nav-sm li>a.arrow-nav
{
    width: 50px;
    text-align: right;
    padding-right: 5px;
    display: inline-block;
    transition: all 0.2s linear;
}

header .aspen-navbar-nav-sm li>a.arrow-nav i
{
    transition: all 0.2s linear;
}

header .aspen-navbar-nav-sm li>a.arrow-nav.rotate-90 i
{
    transform: rotateZ(90deg);
    transform-origin: center;
    transition: all 0.2s linear;
}

header .aspen-navbar-nav-sm li>ul.sub-menu
{
    position: relative;
    padding: 20px 15px 10px; 
    display: none;
}

header .aspen-navbar-nav-sm li>ul.sub-menu.xs-d-cont, header .aspen-navbar-nav-sm li:hover>ul.sub-menu.xs-d-cont
{
    display: block;
    transform: scaleY(1);
}

header .current_page_parent>a, header .current_page_item>a, header .aspen-navbar-nav-sm li ul.sub-menu li a:hover
{
 color: #000;   
}

.aspen-mobile-nav .aspen-logo img
{
    width: 100px;
    transition: all 0.2s linear;
}

header.navbar-fixed .aspen-mobile-nav .aspen-logo img 
{
    width: 80px;
    transition: all 0.2s linear;
}

.aspen-mobile-nav .aspen-navbar-nav-sm>li+li
{
    margin-top: 15px;
}

.aspen-mobile-nav .aspen-navbar-nav-sm>li>a
{
    padding: 5px 0;
    font-size: 20px;
    line-height: 25px;
}

.aspen-toggle
{
    color: #dd0200;
    -webkit-text-stroke: 1px #fff;    
}
.menu-item-has-children ul.sub-menu {
    display: none;
    width: 200px;
    max-width:170px;
}
.menu-item-has-children ul.sub-menu li{
    padding:0;
}
.menu-item-has-children ul.sub-menu li a {
    padding:10px 10px;
    text-align:left;
    font-size: 17px;
}

.navfix-open .aspen-toggle    
{
    color: #fff;
    -webkit-text-stroke: 1px #fff;    
}

.aspen-nav-close i    
{
    color: #fff;
    -webkit-text-stroke: 1px #fff;    
}

.aspen-mobile-nav nav
{
    position: fixed;
    width: 100%;
    height: 100vh;
    padding:80px 25px 20px;
    top: 0;
    left: -100%;
    z-index: 99999;
    background-color: #f8f8f8;
    transition: all 0.2s linear;
}

.aspen-nav-close
{
    width: auto;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.navfix-open
{
    left: 0% !important;
    transition: all 0.2s linear;
}
.aspen-navbar-nav-sm
{
    padding: 0;
    margin: 0;
}

.aspen-navbar-nav-sm li
{
    width: 100%;
    list-style-type: none;
    text-align: center;
}

.mob-hch-wrapper
{
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.mob-header-call-help
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0;
}
.cost-button {
    margin-top:15px;
    text-align:right;
} 
.cost-button a {
    font-size: 18px;
    border: solid 1px #dd0200;
    padding: 8px 20px;
    border-radius: 20px;
    min-width: 210px;
    //margin: 0 25px 0 0;
}
.cost-button a:hover{
    background:#dd0200;
    color:#fff;
}

.rotate-180
{
    transform: rotateZ(180deg);
    transition: all 0.2s linear;
}

a.updown-toggle
{
    margin: 5px 0;
}

a.updown-toggle, a.updown-toggle:hover
{
     
}

.mob-header-call-help h5
{
    margin: 0;
    text-transform: uppercase;
}

.navbar-fixed .aspen-mobile-nav .mob-hch-wrapper
{
    display: none;
}

.mob-header-help .nicks-button
{
    margin: 0;
}

.aspen-submenu-sm
{
    padding: 0;
    margin: 0;
}

.navbar-fixed .aspen-mobile-nav .mob-top-header
{
    padding: 10px 0;
    transition: all 0.2s linear;
}

.navbar-fixed .aspen-mobile-nav .aspen-logo-header
{
    width: 80px;
    transition: all 0.2s linear;
}


/*---Mobile navbar End---*/

header
{
    background-color: #fff;
}
.header-navigation li{
	padding:0 13px;
}
.header-navigation a 
{
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 20px 0 16px;
    transition: all 0.2s linear;
    font-weight: 600;
    font-size: 17px;
	border-bottom:solid 4px #fffefa;
}

.header-navigation ul 
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.header-navigation ul li 
{
    list-style-type: none;
    margin: 0;
}
.top-header { background-color: #fffefa; }
.menu-header 
{
	background-color: #fffefa;
    border-top: 1px solid #e8e7e5;
}
.menu-item-has-children ul.sub-menu>li{
	background:#fff;
}
.menu-item-has-children ul.sub-menu>li:hover a{
	color:#dd0200;
}
.header-navigation>li:hover a  
{
    transition: all 0.2s linear;
    color: #dd0200;
	border-bottom: solid 4px #dd0200;
}
 

/*---SubMenu---*/

.aspen-navbar-xl>li
{
    display: inline-block;
    position: relative;
}

.aspen-navbar-xl>li>ul.aspen-submenu
{
    position: absolute;
    top: auto;
    left: 0;
    width: 260px;
    height: auto;
    background-color: #323233;
    padding: 0px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    z-index: 99;
    transform-origin: top;
    transform: scaleY(0);
    border-radius: 0 0 15px 15px;
    transition: all 0.2s linear;
}

.aspen-navbar-xl>li:hover>ul.aspen-submenu
{
    transform: scaleY(1);
    transition: all 0.2s linear;
}

.aspen-navbar-xl>li>ul.aspen-submenu>li>a
{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 15px 15px;
    transition: all 0.2s linear;text-transform: capitalize;
}
li.current-menu-item>a{
	color:#dd0200;
	border-bottom: solid 4px #dd0200;
}
 
 
.menu-header li.current-menu-ancestor>a{
	color:#dd0200;
	border-bottom: solid 4px #dd0200;
}
 
.aspen-navbar-xl>li>ul.aspen-submenu>li>a:hover
{
    background-color: #000;
    color: #fff;
    transition: all 0.2s linear;
}

.aspen-navbar-xl .aspen-submenu > li
{
    width: 100%;
}

.aspen-navbar-xl .aspen-submenu > li:not(:last-child)
{
    border-bottom: 1px solid #d63634;
}

header.navbar-fixed .aspen-navbar-xl>li>ul.aspen-submenu
{
    padding: 0px;
    transition: all 0.2s linear;
}

header.navbar-fixed .aspen-navbar-xl>li>ul.aspen-submenu>li>a
{
    font-size: 16px;
    transition: all 0.2s linear;
}


/*---SubMenu End---*/

.aspen-logo-header, .aspen-logo-footer
{
    max-width:270px !important;
	width:270px !important;
	height:auto;
}

.top-header-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.header-call-help
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
}

.header-call h5
{
        margin: 0 25px;
    text-transform: uppercase;
}
.review-img {
    margin-right: 25px;
    margin-left: 25px;
}
.header-help {
    margin: 0 	;
	
}
.header-call h5 span, .header-help h5 span {
    display: block;
    text-transform: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    margin: 0 0 10px;
}
.header-call h5 a {
    font-size: 32px;
    color: #dd0200;
}
.header-call h5 a:hover {
    color: #000;
}
.header-help h5 {
    margin: 0 0 0 25px;
}
.header-call-help .header-call
{
  padding-right: 0;
    padding: 5px 0;
    border-right: 1px solid #e8e7e5;
    border-left: 1px solid #e8e7e5;
    height: 75px;
}

.header-call-help a.nicks-button
{
    margin: 0;font-weight: normal; padding: 8px 20px;
	min-width:180px;
}

header.navbar-fixed 
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
	z-index: 99999;
    -webkit-transform-origin: top;
    transform-origin: top;
    box-shadow: 0 8px 26px -6px rgba(0,0,0,0.35);
    -webkit-animation: navtrans 0.3s ease-in;
    animation: navtrans 0.3s ease-in;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

header.navbar-fixed .header-navigation a
{
    font-size: 16px;
    padding: 15px 0px;
    transition: all 0.2s linear;
}

@-webkit-keyframes navtrans
{
    0%{-webkit-transform: translateY(-100%);}
    100%{-webkit-transform: translateY(0%);}
}
@keyframes navtrans
{
    0%{transform: translateY(-100%);}
    100%{transform: translateY(0%);}
}

header.navbar-fixed .top-header
{
    display: none;
}
.slider-section{
	position:relative;
}
.slider-section .slick-slide 
{
    position: relative;
}

.slider-text 
{
    position: absolute;
    top: 50%;
    max-width: 1240px;
    padding: 0 30px;
    margin: 0 auto;
    left: 0;
    transform:translate(-0%, -80%);
}

.slider-text h2 
{
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff;
}
.slider-text h4 
{
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #fff;
}
.slider-text p
{
    font-size: 24px;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
}
#home-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 600px;
	object-fit: cover;
}
/* .slider-section .slick-slide img
{
 margin:0 auto;
} */

.slider-para > p:last-child
{
    margin-bottom: 0;
}

.slider-section .slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slider-section .slick-dots
{
    bottom: 20px;
}

.slider-section .slick-dots li
{
    width: 20px;
    height: 20px;
    margin: 0;
}

.slider-section .slick-dots li button
{
    width: auto;
    height: auto;
    padding: 0;
}

.slider-section .slick-dots li button:before
{
    content: '';
    height: 8px;
    width: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 2px;
    opacity: 1;
    background-color: transparent;
    transition: all 0.2s linear;
}

.slider-section .slick-dots li button:hover:before, .slider-section .slick-dots li.slick-active button:before
{
	border: 2px solid #dd0200;
    transition: all 0.2s linear;
}

#home-introduction
{
    padding: 100px 0;
}

.intro-section
{
    margin: 0 -20px;
}

.intro-section .intro-boxes
{
    width: calc(33.333% - 30px);
    margin: 0 15px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-radius: 15px;
    padding: 20px;
    position: relative;
    transition: all 0.2s linear;
}


a.nicks-button.mg-top-25.our-mission-button {
    display: none;
}

.intro-boxes figcaption
{
    margin-top: 20px;
}

.intro-boxes figcaption h5
{
    margin-bottom: 0;
}

#home-aboutus
{
    padding: 100px 0;
    position: relative;
    margin-bottom: 100px;
}

img.hau-bg
{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 40%;
    height: 100%;
    object-fit: cover;
}

#home-admission
{
    padding: 100px 0;
    position: relative;
}

img.hd-bg
{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 40%;
    height: 100%;
    object-fit: cover;
}

.h-about-left, .h-admission-left, .h-services-left, .h-facility-left
{
    padding-right: 30px;
}
.h-facility-left{
	padding-left:0 !important;
}
.h-about-right, .h-admission-right, .h-services-right, .h-facility-right
{
    padding-left: 30px;
	padding-top:120px;
}

.h-about-left figure, .h-admission-right figure
{
    box-shadow: 0 10px 18px rgb(0 0 0 / 35%); margin: -100px 0 0;
}

.home-services
{
   position: relative;
    margin-bottom: 100px;
    background: #17202f;
    margin: 100px 0 0;
    padding: 0 0 80px 0;
}
.home-services .h-about-right-content {
    color: #fff;
}
.home-services .h-about-right-content h4 {
    margin: 0 0 15px;
}
.home-services .h-about-right-content hr, #home-ourmission .h-about-right-content hr {
    width: 50px;
    height: 3px;
    background: #dd0200;
    border: none;
    margin: 30px 0 20px;
}

#home-ourmission{
	position: relative;
    margin-bottom: 100px;
    background: #f9f7f7;
    margin: 240px 0 0;
    padding: 0 0 100px 0;
}
#home-ourmission .h-about-left{ padding-left: 30px; padding-right: 0; } 

#home-blog { width: 100%; padding:75px 0px 80px; background: #f9f7f7; }
#home-blog h4{ margin: 0 0 10px;
    width: 100%;
    text-align: center; }
#home-blog hr{ width: 100%;
    height: 3px;
    background: #dd0200;
    border: none;
    margin: 0px auto 15px;
    display: block;
    clear: both;
    float: none;
    max-width: 50px; }
#home-blog figcaption{ max-width:960px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
    float: left;
}
#home-blog figcaption p {
	margin-bottom:10px;
}
ul.blog_recent_posts {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 25px 0 0; padding: 0;
    justify-content: space-between;
}
#nicks-services li.blog_recent_post{
	margin:0;
	width: 49% !important;
}
li.blog_recent_post {
    width: 31.3%;
    margin:0;
	background: #fff;
    padding-bottom: 0;
    flex-direction: column;
    background: #fff;
	box-shadow:0 0 3px 0px #eaeaea;
}
li.blog_recent_post figure {
    display: flex;
    flex-direction: column;
    height: 230px;
    overflow: hidden;
}
li.blog_recent_post figure a {
    height: 100%;
}
li.blog_recent_post figure img {
    object-fit: initial;
    object-position: center;
    height: 100%;
    width: 100%;
}
.cost-button {
    margin-top: 15px;
    text-align: right;
    //border-right: 1px solid #e8e7e5;
    height: 75px;
    line-height: 75px;
}
.blog_details{ padding: 20px 30px; }
.blog_details .date p{ color: #333; }
#home-blog li.blog_recent_post h4{ font-size: 24px; line-height: 30px; text-align: left; margin: 0 0 30px; }
#home-blog li.blog_recent_post h4 a{ color: #000; }
#home-blog li.blog_recent_post h4 a:hover{ color: #dd0200; }
#home-blog li.blog_recent_post .read-link { color: #dd0200; font-weight: 800; }
#home-blog li.blog_recent_post .read-link:hover { color: #000; }
.center-btn{ text-align: center; width: 100%; }
.center-btn p{ margin: 0; }
.center-btn .nicks-button{ margin: 0; }


#home-about { width: 100%; padding:75px 15px 80px; background: #fff; }
#home-about h4{ margin: 0 0 10px;
    width: 100%;
    text-align: center; }
#home-about hr{ width: 100%;
    height: 3px;
    background: #dd0200;
    border: none;
    margin: 0px auto 15px;
    display: block;
    clear: both;
    float: none;
    max-width: 50px; }
#home-about figcaption{ max-width: 1150px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
}
#home-about h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px; margin: 0 0 10px;
	color:#333333;
}
#home-about h5 a{ font-size: 30px; text-decoration: underline; color: #dd0200; }
#home-about h5 a:hover{ color: #000; }
.sponser-logos{ width: 100%; margin: 0 auto; float: left; clear: both; display: block; padding: 70px 0 0; }
.sponser-logos:after{ content: ''; display: block; clear: both; float: left; }

.h-about-slider.owl-carousel .owl-nav.disabled
{
    display: block !important;
    text-align: left;
    margin-top: 25px;
}

.h-about-slider.owl-theme .owl-dots
{
    display: none;
}

.h-about-slider.owl-theme .owl-nav i
{
    -webkit-text-stroke: 3px #fff;
    font-size: 38px;
}

.h-about-slider.owl-theme .owl-nav [class*=owl-]
{
    color: #999999;
    margin: 0;
    margin-right: 15px;
}

.h-about-slider.owl-theme .owl-nav [class*=owl-]:hover
{
    background: #fff;
    color: #35c488;
}

.h-about-slider .owl-prev i, .h-about-slider .owl-next i
{
    opacity: 0;
}

.h-about-slider .owl-prev, .h-about-slider .owl-next
{
    position: relative;
}

.h-about-slider .owl-prev:after, .h-about-slider .owl-next:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.h-about-slider .owl-prev:after
{
    background-image: url(../images/arrow_left.png);
    transition: all 0.2s linear;
}

.h-about-slider .owl-next:after
{
    background-image: url(../images/arrow_right.png);
    transition: all 0.2s linear;
}

.h-about-slider .owl-prev:hover:after
{
    background-image: url(../images/arrow_left_hvr.png);
    transition: all 0.2s linear;
}

.h-about-slider .owl-next:hover:after
{
    background-image: url(../images/arrow_right_hvr.png);
    transition: all 0.2s linear;
}

.h-services-right ul
{
    margin-top: 25px;
}

.h-services-right li
{
    font-weight: bold;
}

#home-concall
{
    padding: 100px 0;
    text-align: center;
    background-attachment: fixed;    
    background-position: center;
    background-size: cover;
    position: relative;
}

.concal-wrapper
{
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.concal-shade:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.concal-wrapper h3
{
    color: #fff;
    line-height: 1.3;
    margin-top: 0;
}

#home-facility
{
    padding: 100px 0;
    position: relative;
}

#home-accredited
{
    background-color: #fcfcfc;
    padding: 65px 0;
}

#home-facility .nicks-container-fluid
{
    padding: 0;
}

#home-facility .owl-item > div
{
    position: relative;
}

#home-facility .owl-item > div:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

#home-facility .owl-item.active.center > div:before
{
    background-color: rgba(0,0,0,0);
}


.h-accredited-heading h4
{
    text-transform: uppercase;
    margin: 0;
}

.h-accredited-heading
{
    width: auto;
    margin-right: 60px;
}

.h-accredited-img-wrapper
{
    width: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.h-accredited-img-wrapper > div
{
    width: auto;
    padding: 0 60px;
    position: relative;
}

.h-accredited-img-wrapper > div:first-child
{
    padding-left: 0;
}

.h-accredited-img-wrapper > div:last-child
{
    padding-right: 0;
}

.h-accredited-img-wrapper > div + div:before
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 60%;
    width: 2px;
    background-color: #35c488;
    transform: translateY(-50%);
}

.h-accredited-img-wrapper img
{
    max-width: 260px;
    height: auto;
    max-height: 100px;
}

.contactform-wrapper
{
    max-width: 1000px;
    margin: 0 auto -100px;
    padding: 70px 90px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    position: relative;
    background-color: #fff;
    z-index: 9;
    min-height: 500px;
}

.contactform-wrapper h4
{
    margin-top: 0;
    text-align: center;
}



#home-facility .aspen-row
{
    padding-right: 0;
}





/*---------------------------------------------------Other Styles--------*/
/*---Go Top---*/
.gotop 
{
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: auto;
	height: auto;
	z-index: 9999;
	opacity: 0;
	transform: translateX(100px);
	transition: all 0.2s linear;
}

.gotop a 
{
	background-color: #dd0200;
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	line-height: 0;
	padding: 15px;
	box-shadow: 0 9px 10px -6px rgba(0,0,0,0.5) !important;
	overflow: hidden;
}

.gotop a i.ar 
{
	transition: all 0.2s linear 0.2s;
}

.gotop a:hover i.ar 
{
	transform: translateY(-25px) rotateY(360deg);
	opacity: 0;
	transition: all 0.3s linear 0.2s;
}

.gotop a i.ar1, .gotop a i.ar2 
{
	position: absolute;
	bottom: 0%;
	left: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%) rotateZ(360deg);
	opacity: 0;
	transition: all 0.2s linear 0.2s;
}

.gotop a i.ar2 
{
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0s;
}

.gotop a:hover i.ar1, .gotop a:hover i.ar2 
{
	bottom: 18%;
	opacity: 1;
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0.2s;
}

.gotop a:hover i.ar2 
{
	bottom: 10%;
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0.4s;
}

.top-class 
{
	display: inline-block;
	transform: translateX(0px);
	opacity: 1;
	transition: all 0.3s linear;
}

.top-class-op 
{
	display: inline-block;
	transform: translateX(100px);
	opacity: 0;
	transition: all 0.1s linear;
}

/*---Other Common---*/

body
{
    overflow-x: hidden;
}

body::-webkit-scrollbar 
{
	width: 10px;
}

body::-webkit-scrollbar-track 
{
	-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,0.15);
	box-shadow: inset 0 0 12px rgba(0,0,0,0.15);
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb 
{
  background-color: #dd0200;
  outline: 0px solid rgba(133, 203, 107,0.3);
    border-radius: 10px;
}

::selection
{
	background-color: #dd0200;
	color: #fff;
}





/*---------Intro Section-------------*/

#home-intro
{
    padding:25px 0 80px;
}

.home-intro-wrapper
{
    width: 100%;
}

.ah-link-tabswrap
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom:80px;
}

.ah-link-tab
{
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 35px;
    padding-left: 135px;
    padding-right: 55px;
    width: calc(50% - 15px);
    position: relative;
}

.ah-link-tab:after
{
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 36px;
    position: absolute;
    top: 50%;
    right: 35px;
    color: #dd0100;
    transform: translateY(-50%);
	cursor:pointer;
        
}

.ah-link-tab a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ah-link-tab img
{
    position: absolute;
    max-width: 70px;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
}

.ah-link-tab h4
{
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
    text-transform: uppercase;
}

.ah-link-tab h6
{
    margin: 0;
    font-weight: 600;
	text-transform:uppercase;
}

.home-intro-content
{
    text-align: center;
    width: 100%;
    max-width:992px;
    margin: 0 auto;
}

.home-intro-content h3
{
    margin: 0 0 20px;
	font-size:32px;
}

.home-intro-content h5
{
    margin: 0 0 24px;
    font-weight: 600;
}

.home-intro-content h5 span
{
    font-weight: bold;
    margin-left: 20px;
}
.intro-top-right p {
	margin-bottom:0px;
}
.home-intro-content p
{
    margin: 0 0 20px;
}
.home-intro-content .nicks-button{
	padding: 8px 30px;
	margin-left:10px; 
	margin-right:10px;
	margin-bottom:5px;
}

p.mg-bt0
{
    margin-bottom: 0;
}


/*---------Testimonials Section Start-------------*/

#home-testimonials{ width: 100%; background: #17202f; padding:80px 0px 40px; }

#home-testimonials .testimonial-img{ width: 48%; margin: 0 2%; margin-left:0}
#home-testimonials .testimonial-img img {
	object-fit:cover;
	width:100%;
	height:405px;
	
}
#home-testimonials .slider-container{ width: 48%; margin: 0 0%; margin-right:0 }

/*testimonial slider*/
.slider_testimonial {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.slider-container-testimonial {
    width: 48%;
    margin: 0 0 0 2%;
}
.slider-text-testimonial{
    padding-left:15px;
}
.slider-heading {
    padding:0px 0 15px;
    position: relative;
}
.slider-heading p {
    color: #fff;
}
 .testimonial-slider .slider-heading:before {
    content: '';
    width: 55px;
    height: 44px;
    background-image: url(/wp-content/uploads/2021/08/arrow.png);
    position: absolute;
    top:0;
} 
.testimonial-slider .slider-heading{
padding:100px 0 75px;
}
.slider-para {
    display: flex;
    align-items: center;
}
.slider-para figure {
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 50%;
}
.slider-para figure img{
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
}
.slider-para figcaption h4 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 20px;
}
.slider-para figcaption p {
    color: #fff;
    font-size:16px;
    margin-bottom: 0;
}
.slider-para figcaption {
    width: calc(100% - 78px);
    padding-left: 20px;
}
#home-testimonials .slick-dots li {
      width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
}
#home-testimonials .slick-dots li.slick-active {
    border-color: #dd0200 !important;
}
#home-testimonials ul.slick-dots {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   margin-top:5px;
}


/*---------Testimonials Section End-------------*/





/*----------Footer------------*/

footer
{
    background-color: #f9f7f7;
    margin-top: 135px;
}

.footer-top
{
    padding-top:40px;
	margin-top:220px;	 
}

.footer-top h3
{
    font-size: 36px;
    text-transform: capitalize;
    color: #000000;
    padding-bottom: 45px;
    margin-top: 0;
    margin-bottom: 35px;
    position: relative;
}

.footer-top h3:after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #dd0200;
}

.footer-top ul
{
    padding: 0;
    margin: 0;
}

.footer-top li
{
    list-style-type: none;
    padding-left: 42px;
    position: relative;
    margin-bottom: 35px;
    font-size: 20px;
}

.footer-top li:last-child
{
    margin-bottom: 0;
}

.footer-top li span
{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 42px;
    height: auto;
}

.footer-top li span img
{
    max-width: 25px;
    height: auto;
}

.footer-top li strong
{
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

.footer-top li a
{
    color: #333333;
}

.footer-top li a:hover
{
    color: #dd0200;
}

li.foo-ct-social
{
    padding-left: 0;
}

li.foo-ct-social a
{
    color: #dd0200;
    display: inline-block;
    margin-right: 30px;
    font-size: 26px;
}

li.foo-ct-social a:hover
{
    transform: translateY(-4px);
    transition: all 0.2s linear;
}

.footer-quote-wrapper
{
    background-color: #ffffff;
    padding: 70px;
    margin-top: -160px;
    box-shadow:0 0 25px rgb(0 0 0 / 3%);
}

.footer-quote-wrapper p
{
    font-size: 18px;
}

.quote-form
{
    min-height: 220px;
}

.footer-bottom
{
    margin: 80px 0;
}

.foo-cols
{
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.foo-cols .foo-col
{
    width: 50%;
}

.foo-col.foo-abt img
{
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 30px;
}

.foo-col.foo-abt p
{
    width: 100%;
	font-size:18px;
}
.footer-bottom p, .footer-bottom li, .footer-bottom li a{
	font-size:18px;
}

.foo-col.foo-abt, .foo-contact-info
{
    padding-right: 15px;
}

.foo-col.foo-ql
{
    padding-left: 0px;
}

.footer-bottom h3
{
    font-size: 30px;
    text-transform: capitalize;
    color: #000000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

.footer-bottom h3:after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #dd0200;
}

.footer-bottom p, .footer-bottom li, .footer-bottom li a
{
    color: #333333;
    font-size: 20px;
}
.footer-bottom li{
    margin-bottom:6px;
}
.footer-bottom li a:hover
{
    color: #dd0200;
}

.footer-bottom ul
{
    column-count: 2;
    padding: 0;
    margin: 0;
}

.footer-bottom li
{
    list-style-type: none;
    padding-left: 30px;
    position: relative;
}

.footer-bottom li:before
{
    content: '\f101';
    font-family: "FontAwesome";
    position: absolute;
    top:3px;
    left: 0;
    color: #dd0200;
    font-size: 20px;
    transition: transform 0.1s linear 0.1s, left 0.1s linear;
}

.footer-bottom li:hover:before
{
    left: 5px;
    transform:rotateY(180deg);
    transition: transform 0.1s linear, left 0.1s linear 0.1s;
}

.footer-copyright
{
    padding:15px 0;
    background-color: #17202f;
}

.footer-copyright p
{
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.foo-get-quote .wpcf7-form-control-wrap input{
	width:100%;
	padding:10px 18px;
	margin-bottom:20px;
	font-size:18px;
	border:solid 1px #cbcbcb;
}

.foo-get-quote .wpcf7 input[type="checkbox"] {
width: 20px;
    padding-left: 0;
    border-radius: 0 !important;
    margin-top: 20px;
    height: 20px;
    position: absolute;
    top: -17px;
}
span.wpcf7-list-item-label{
	padding-left:35px;
}
.foo-get-quote .wpcf7-submit{
	color:#fff;
padding: 10px 25px;
    background-color: #dd0200;
    border: 2px solid #dd0200 !important;
	border:none;
	font-size:18px;
	font-weight:600;
	border-radius:25px;
	margin-top:20px;
	cursor:pointer;
	text-transform:capitalize;
}
.foo-get-quote .wpcf7-submit:hover{
	color:#dc3232;
	background-color:#fff;
}
.foo-get-quote  .wpcf7-list-item{
	margin-left:0;
}
.wpcf7-not-valid-tip{
position: absolute;
    top: -23px;
    background: #fff;
    color: #dc3232;
    padding: 1px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 1px #5898a7 inset;
    -webkit-box-shadow: 0 1px 1px #febeaf inset;
    font-size: 12px;
    line-height: 20px;
    left: inherit;
    right: 0;
    border: solid 1px #dd0200;
}
.wpcf7-not-valid-tip:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #febeaf;
    left: 10px;
    top: 22px;
}	
.wpcf7 form.invalid .wpcf7-response-output{
	display:none;
}	
.wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: none;
    color: #46b450;
    margin: 20px 0 0 0;
}

.footer-quote-wrapper p{
margin-bottom: 35px;
}





/* -=-=-=-=--== Inner Page Style  */
#innerpage-intro
{
    padding: 70px 0 70px;
}
#innerpage-intro .ah-link-tabswrap{ margin: 0; }
.top-txt-bar{ width: 100%; margin: 0px 0 70px; border-left: 7px solid #dd0100; }
.top-txt-bar h5{ font-size: 30px; margin: 0; position: relative; color: #000; padding: 0 0 0 35px; line-height: 38px; }
.top-txt-bar h5:after{ /**content: '';**/ background: #dd0100; display: block; position: absolute; left: 0; top: 0; width: 6px; height: 70px; }


#nicks-services {
    width: 100%;
    padding: 60px 0px;
    background: #f9f7f7;
}
#nicks-services figure{ max-width: 800px; margin: 0 auto 40px; text-align: center; }
#nicks-services figure h3{ font-size: 36px; margin: 0 0 15px; color: #000; } 
ul.nicks-vip-service {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 25px 0 0; padding: 0;
    justify-content: center;
}
li.nicks-vip-service {
    width: 31.3%;
    margin: 0 1%; background: #fff;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
}
li.nicks-vip-service figure {
    display: flex;
    flex-direction: column;
    height: 282px;
    overflow: hidden;
}
li.nicks-vip-service figure a {
    height: 100%;
}

.nicks-vip-service-details{ padding: 20px 15px; }
.nicks-vip-service-details h4{ font-size: 24px; line-height: 30px; text-align: left; margin: 0 0 12px; }
.nicks-vip-service-details h4 a{ color: #000; }
.nicks-vip-service-details h4 a:hover{ color: #dd0200; }
.nicks-vip-service-details strong {
    color: #dd0200;
    display: block;
    font-size: 18px;
    margin: 0 0 12px;
}
.nicks-vip-service-details .read-link { color: #dd0200; font-weight: 800; }
.nicks-vip-service-details .read-link:hover { color: #000; }
.nicks-vip-service-details .read-link i {
    font-size: 20px;
}


#nicks-services-list {
    width: 100%;
    padding: 60px 0px;
    background: #fff;
}
.nicks-service-scroll{ width: 100%; padding: 0 40px 0 0; height: 635px; overflow-x: scroll; }
.nicks-service-list { padding: 0; margin: 0; list-style: none; }
.nicks-service-list li{ position: relative; padding: 0 0 0 30px; margin: 0 0 74px; }
.nicks-service-list li:last-child { margin: 0;}
.nicks-service-list li:after{ width: 6px; height: 100px; background: #dd0200; content: ''; display: block; position: absolute; left: 0; top: 0; }
.nicks-service-list h4{ margin: 0 0 12px; color: #000; text-transform: uppercase; }

.nicks-service-scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.nicks-service-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;   width: 7px; background: #fff;
}
 
/* Handle */
.nicks-service-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.nicks-service-scroll::-webkit-scrollbar-thumb:hover {
  background: #a4a4a4;  
}

#hvac-services{
			padding: 60px 0px;
		}
			#hvac-services figure {max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
	#hvac-services .nicks-vip-service-details{
		padding:20px 15px;
		position: relative;
		padding-bottom: 50px;
	}
	#hvac-services .nicks-vip-service-details .read-link{
		position: absolute;
		left: 15px;
		bottom:20px;
	}
	#hvac-services .service-img{
		width:100%;
		overflow:hidden; 
		 	position: relative;
	}
		#hvac-services .service-img img{
 	transition-duration:0.4s;
					height: 300px;
    width: 100%;
    object-fit: cover;

 	z-index: 0;
		}

#hvac-services .service-img:before{
			content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
/*     background: rgb(0,0,0,0.3); */
 	   transition-duration: 1s;
    
	}
 #hvac-services li:hover .service-img:before{
/*  	   background: rgb(0,0,0,0.1); */
 	   transition-duration: 1s;
 }
 #hvac-services li:hover .service-img img{
 	transform: scale(1.1);
 	transition-duration:0.5s;
 }
  #hvac-services ul.nicks-vip-service {
}
  #hvac-services li{
  background: #fff;
    border: solid 1px #cccccc69;
    width: 31.5%;
    box-shadow: 0px 0px 10px 0px #cccccc69;
    margin: 0 0 30px;
    margin-right: 1.8%;
  }
   #hvac-services li:hover{
   	box-shadow:0px 0px 10px 0px #cccccc69;
   }






/*---------------Footer Responsive------------------------*/

@media screen and (max-width: 1400px)
{
    .footer-top h3
    {
        font-size: 30px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 1199px)
{
    .footer-bottom
    {
        margin: 60px 0;
    }
    .footer-top
    {
        padding-top: 60px;
    }
    .footer-quote-wrapper
    {
        margin-top: -195px;
    }
    .foo-col.foo-abt p 
    {
        max-width: 100%;
    }
    .footer-copyright p, .footer-quote-wrapper p, .footer-bottom p, .footer-top li, .footer-bottom li, .footer-bottom li a
    {
        font-size: 18px;
    }
    .footer-top li
    {
        margin-bottom: 25px;
    }
    .footer-top h3
    {
        font-size: 30px;
        padding-bottom: 35px;
        margin-bottom: 25px;
    }
    .footer-bottom h3
    {
        font-size: 26px;
    }
}


@media screen and (max-width: 991px)
{
    .footer-bottom
    {
        margin: 40px 0;
    }
    .footer-top
    {
        padding-top: 40px;
    }
  

    .footer-bottom li
    {
        padding-left: 25px;
    }
    .footer-quote-wrapper
    {
        padding: 40px 20px;
    }
    .footer-top h3
    {
        font-size: 26px;
        padding-bottom: 20px;
    }
    .footer-bottom h3
    {
        padding-bottom: 20px;
    }
    .footer-copyright p, .footer-quote-wrapper p, .footer-bottom p, .footer-top li, .footer-bottom li, .footer-bottom li a
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px)
{
    footer
    {
        margin-top: 0;
    }
    .foo-cols .foo-col
    {
        width: 100%;
    }
    .foo-col.foo-abt, .foo-contact-info
    {
        padding-right: 0;
    }
    .foo-col.foo-abt img
    {
        max-width: 180px;
        margin-bottom: 20px;
    }
    .foo-col.foo-ql
    {
        padding-left: 0;
    }
    .footer-quote-wrapper
    {
        margin-top: 30px;
        padding: 20px;
    }
    li.foo-ct-social a
    {
        margin-right: 20px;
        font-size: 20px;
    }
    .footer-top li:not(:last-child)
    {
        padding-left: 32px;
        margin-bottom: 20px;
    }
    .footer-top li span
    {
        max-width: 32px;
    }
    .footer-top li span img
    {
        max-width: 20px;
    }
    .footer-bottom li
    {
        padding-left: 20px;
    }
    .footer-bottom li:last-child
    {
        margin-bottom: 0;
    }
	
}

@media screen and (max-width: 575px)
{
    .footer-copyright p, .footer-quote-wrapper p, .footer-bottom p, .footer-top li, .footer-bottom li, .footer-bottom li a
    {
        font-size: 15px;
    }
    .footer-top h3, .footer-bottom h3
    {
        font-size: 22px;
    }
}


/** Slider **/

.slider-container {
    position: absolute;
    max-width: 1410px;
    margin: 0 auto;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}
.slider-white-box{ background: #fffefa; border-radius: 12px; padding:40px 35px 50px; z-index: 3; width: 40%; position: absolute; max-width: 500px; right:30px; top:100px; }
.slider-white-box h5{ font-size: 28px; color: #000; font-weight: 800; margin: 0 0 10px; }
.slider-white-box h5 span{ display: block; font-size: 24px; color: #dd0200; font-weight: 600; margin: 0 0 10px; }
.slider-white-box p {
    color: #000;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    margin: 0 0 15px;
}

.service-schedule-list{  
padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  
}
.service-schedule-list li{
width: 45%;
    margin: 0;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 5%;
    max-width: 185px;
}

.service-schedule-list li a { width: 100%;
    display: block;
    border: 2px solid #17202f;
    border-radius: 12px;
    padding: 25px 15px 15px; color: #000; }

.service-schedule-list li a  figcaption{ width:75px; height: 75px; margin: 0 auto 12px; display: block; transition: all 0.3s ease 0s; }
.service-schedule-list li a  figcaption img{ width: 100%; }
.service-schedule-list li a:hover, .service-schedule-list li.selected a { border: 2px solid #dd0200; color: #dd0200; background-repeat: no-repeat; }
.service-schedule-list li a  figcaption.air-cond {  background-image: url(../images/ac-icon-img.png); }
.service-schedule-list li a:hover  figcaption.air-cond, .service-schedule-list li.selected a  figcaption.air-cond {  }
.service-schedule-list li a  figcaption.heating {}
.service-schedule-list li a:hover  figcaption.heating, .service-schedule-list li.selected a  figcaption.heating {  background-image: url(../images/heating-icon-img-h.png); }
.service-schedule-list li.selected a:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto; background-image: url(../images/tick-icon.png); background-repeat: no-repeat;
}
.white-box-btns {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
}
.white-box-btns .nicks-button {
    font-size: 18px;
    padding: 5px 30px; margin: 0;
}

 
li div.box{
	cursor:pointer;
}
li div.box img{
	margin:12px auto 15px !important;
}
li div.box h4{
	color:#020100;
	font-size:25px;
	margin-top:0;
}
 .service-schedule-list li label .box{
	border: 2px solid #1e2126;
    border-radius: 15px;
}
.service-schedule-list li label .box img.img-2{
	display:none;
}
.service-schedule-list li.style1 div.box{
border: 2px solid #e50102;
}
.service-schedule-list li.style1 div.box h4 {
	color:#e50102;
}
.service-schedule-list li.style1 div.box img.img-2{
	display:block;
}
.service-schedule-list  li.style1 div.box img.img-1{
	display:none;
}

.white-box-btns .nicks-button {
    display: inline;
    margin-right: 0;
	background-color: #dd0200;
    border: 2px solid #dd0200;
	border-radius: 50px; 
	color:#fff;
}
.white-box-btns{
	display:none;
}
.style1 .white-box-btns{
	display:block;
}
.service-schedule-list input[type='radio']{
	display:none;
}
.close-icon{
	background:red;
	height:4px;
	width:35px;
	position:relative;
}
.white-box-btns .nicks-button:hover{
    background:#fff;
}
.service-single{
	width:70%;
}
.service-single h2{
	font-size:36px; 
	margin-bottom:10px;
}
.page-id-357 .nicks-vip-service .service-img img{
	height:220px;
	width:100%;
	object-fit:cover;
}
.page-id-359 .nicks-vip-service .service-img img{
	height:220px;
		width:100%;
	object-fit:cover;
}
.innerpage_sec h2.service-intro{
	padding-left:35px;
    border-left: 7px solid #dd0100;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px; 
	margin-bottom:50px;
}
.nicks-logo-header{
	height:auto;
	width:130px;
}
.aspen-toggle img, img.img-2, img.img-1{
	height:auto;
	width:auto;
}
.footer-bottom  li.current-menu-item>a{
border-bottom: none;
    color: #dd0200;

}
.h-about-slider .aspan-img-reponsive {
    width: 100%;
    max-width: 100%;
    height: 65px;
    object-fit: contain;
}
.header-navigation a:hover{
	color:#dd0200 !important;
}
.service-head {
max-width:800px;
	margin:0 auto 40px;
	width:100%;
}
ul.nicks-vip-service {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    justify-content: center;
}
.nicks-vip-service  li{
background: #fff;
    border: solid 1px #cccccc69;
    width: 31.5%;
    box-shadow: 0px 0px 10px 0px #cccccc69;
    margin: 0 0 30px;
    margin-right: 1.8%;
}
.nicks-vip-service  .service-img{
	overflow:hidden;
}
.nicks-vip-service  .service-img img {
	transition-duration: 0.4s;
    height: 300px;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}
.nicks-vip-service  li:hover .service-img img{
 	transform: scale(1.1);
 	transition-duration:0.5s;
 }
.page-template-page-services .innerpage_sec{
	padding-bottom:0;
}
.page-template-page-services li.blog_recent_post {
    margin-bottom: 30px !important;
}
.page-template-page-services ul.nicks-vip-service { 
margin-bottom:50px; 
}
li.blog_recent_post figure{
	overflow:hidden;
}
li.blog_recent_post:hover figure a img{
	transform:scale(1.1);
	transition-duration:0.4s;
}

li.blog_recent_post figure a img{
	transition-duration:0.4s;
}
.blog li.blog_recent_post {
    width: 31.3%;
    margin-right:1%;
    margin-left:1%;
}
/* #home-services .aspen-row{
	align-items:baseline;
} */
#home-ourmission .aspen-row{
	align-items:baseline;
}
.h-about-right-content hr {
	margin-bottom:30px !important;
}
.h-about-left img{
    height:550px;
    object-fit:cover;
}
#home-services .h-about-left img{
    height:auto;
}
#home-services .h-about-left figure {
  margin: 0;
}
.source-Google{
    padding-top:0 !important;
}
 
.blog .blog-page ul.blog_recent_posts{
	max-width:1410px;
	margin:0 auto;
}
.wp-block-columns.contact{
	margin-bottom:0;
}
 
.footer-top .aspen-row{
	align-items: self-end;
}
.foo-contact-info{
	padding-top:60px;
}
.contact h3{
	font-size:26px !important;
}
.page-id-284 li.blog_recent_post{
	box-shadow:0px 0px 10px 0px #f9f9f9;
}
.page-id-284 ul.blog_recent_posts{
  margin-top:0;
}
 .page-id-100 .footer-top{
margin-top:0;
}
.single-post .footer-top{
margin-top:0;
}
.foo-get-quote .wpcf7-form-control-wrap input {
height:48px;
}
.header-help .nicks-button{
	font-size:20px;
}
.footer-quote-wrapper h3{
	text-transform:none !important;
}
li.blog_recent_post{
	position:relative;
}
ul.blog_recent_posts li{
	padding-bottom:30px;
}
.blog li.blog_recent_post .read-link, .home li.blog_recent_post .read-link
{
    color: #dd0200;
    font-weight: 800;
    position: absolute;
    bottom: 35px;
}
 .page-id-357 li.blog_recent_post .read-link,
.page-id-359 li.blog_recent_post .read-link
{
    color: #dd0200;
    font-weight: 800;
    position: absolute;
    bottom:30px;
}

.nicks-vip-service-details {
    padding-bottom: 45px;
}
.read-link span{
	position:relative;
	top:1px;
}
.ti-widget.ti-goog .ti-footer{
	padding-left:0 !important;
	padding-bottom:0 !important;
	padding-right:0 !important;
}
a.updown-toggle{
	font-size: 0;
    padding: 5px;
}

.page-id-284 ul.blog_recent_posts li{
	margin-bottom:0;
	width:100%;
}
.page-id-284 ul.blog_recent_posts li{
	padding-bottom:0px;
}
.page-id-284 li.blog_recent_post{
	margin-bottom:30px !important;
}
.page-id-284 .nicks-vip-service-details .read-link{
	    position: absolute;
    bottom: 30px;
}
.intro-top-right p a {
	margin-right:0;
}
.home-intro-content h3{ 
color:#000;
}
.home-intro-content h5{
	color:#000;
}
.services ul{
	padding-left:5px;
}
.total-hv-button {
    width: 100%;
    display: flex;
}
.contact{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.contact .wp-block-column:first-child {
	width:40%;
}
.contact .wp-block-column:last-child {
	width:56%;
}
.contact .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px 18px;
    margin-bottom: 20px;
    font-size: 18px;
    border: solid 1px #cbcbcb;
}


.contact .wp-block-column:last-child form{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content:space-between
}
.contact .form-fields{
    width:49%;
}
.contact form .text-100{
	width:100% !important;
}
.contact .form-fields textarea{
    width:100%;
	font-size: 18px;
    border: solid 1px #cbcbcb;
	padding:10px 18px;
	font-family: 'Open Sans', sans-serif;
	height:120px;
}
.contact .form-button input{
    color: #fff;
    padding: 10px 25px;
    background-color: #dd0200;
    border: 2px solid #dd0200 !important;
    border: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px;
    margin-top: 20px;
    cursor: pointer;
    text-transform: capitalize;
}
.contact{
	margin-bottom:60px !important;
}

.foo-abt>p:last-child {
		color:#000;
	font-weight:600;
}

.foo-abt p a{
		color:#000;
}
.foo-abt p a:hover{
		color:#dd0200;
}
.contact .wpcf7 form .wpcf7-response-output{
	width:100%;
}
#home-services .h-about-right{
	padding-top:60px;
}


@media(max-width:992px){
.contact .wp-block-column:first-child {
	width:100%;
		margin-bottom:30px;
}
.contact .wp-block-column:last-child {
	width:100%;
}
.contact .wp-block-column iframe{
		height:350px;
	}
}
@media(max-width:768px){
	.contact{
	margin-bottom:30px !important;
}
	.page-id-100 iframe{
		height:250px;
	}
	.contact .form-fields input, .contact .form-fields textarea{
		font-size:15px;
	}
	#home-services .h-about-right{
	padding-top:0px;
}
}
@media(max-width:512px){ 
	.contact .form-fields{
		width:100%;
	}
}

 .nicks-vip-service  li.blog_recent_post:before, .blog_recent_posts li.blog_recent_post:before, .social_icon ul li:before{
	display:none;
}
.hurc-full-content {
    width: 100%;
}
.hvrc-service-full{
	display:flex;
	flex-wrap:nowrap;
	margin-bottom:12px;
}
.hvrc-service-full .total-hv-button {
    width: 100%;
    text-align: center;
    display: block;
}
.innerpage_sec .hvrc-service-full h4 {
    color: #333;
    margin-bottom: 0px !important;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
	min-height:55px
}
.hvrc-service-left{
	width:48%;
	margin-right:2%;
	    border-radius: 10px;
	    padding: 10px 0;
}
.hvrc-service-right{
	width:48%;
	margin-right:2%;
 border-radius: 10px;
	    padding: 10px 0;
}
.hvrc-nick-button{
	display:none
}
.hvrc-service-full p {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0px;
}
.hvrc-service-full h4{
	color:#333;
}
.hvrc-service-left {
    background-color: #fff;
}
.hvrc-service-right {
    background-color: #fff;
}
.hvrc-service-left .nicks-button {
    width: auto;
    padding: 4px 16px;
    background-color: #dd0200;
    border: 2px solid #dd0200;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    transition: all 0.2s linear;
    font-weight: 600;
}
.hvrc-service-right .nicks-button {
    width: auto;
    padding: 4px 16px;
    background-color: #dd0200;
    border: 2px solid #dd0200;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    transition: all 0.2s linear;
    font-weight: 600;
}
.hvur-section-total .wp-block-columns {
    display: flex;
}
.wp-block-column.is-vertically-aligned-bottom.hvrc-full {
    width: 31%;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 13%);
    margin-right: 2%;
    border-radius: 10px;
	    padding: 20px 0px;
}
.hvrc-full h3.has-text-align-center {
    padding-left: 20px;
    border-left: 7px solid #dd0100;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    min-height: 50px;
    /* line-height: 50px; */
    margin-left: 20px;
    margin-bottom: 15px;
    color: #000;
    text-align: left;
}
.wp-block-button.hvrc-btn {
    width: auto;
    padding: 4px 16px;
    background-color: #dd0200;
    border: 2px solid #dd0200;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
	
    margin-left: 30px;

    transition: all 0.2s linear;
    font-weight: 600;
}
.wp-block-button.hvrc-btn a{
	color:#fff;
}
.hvur-section-total .wp-block-columns {
    display: flex;
}
.wp-block-columns.hvur-secony-total {
    display: flex;
    margin-top: 30px;
	margin-bottom:50px;
}
.hvur-secony-total p {
    font-size: 16px;
    margin-left: 42px;
	min-height: 40px;}

.blog-details figure.wp-block-image.size-thumbnail.width-auto {
    text-align: left;
}

.blog-details .width-auto img {
    width: auto !important;
    margin-bottom: 10px;
    border: 5px solid #dd0200;
    height: auto !important;
/*     border-radius: 50%; */
}
.career-section .wp-block-columns {
    display: flex;
}
.career-section .wp-block-column {
    width: 48%;
	margin-right: 2%;
	
}
.career-section .wp-block-columns img{
	width:100%;
	height:auto
}
.innerpage_sec h2.carrer-heading {
    padding-left: 35px;
    border-left: 7px solid #dd0100;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 50px;
}
.innerpage_sec .career-service-full h2{
	font-size: 30px;
}
.innerpage_sec .career-service-full img{
	    transition-duration: 0.4s;
	overflow:hidden;
}
.career-service-full:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}
.career-service-full figure.wp-block-image.size-large {
    overflow: hidden;
}
.career-service-full a.wp-block-button__link {
    color: #fff;
    padding: 10px 25px;
    background-color: #dd0200;
    border: 2px solid #dd0200 !important;
    border: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px;
    margin-top: 20px;
    cursor: pointer;
    text-transform: capitalize;
	position: relative;
	top:20px;
}
.career-service-full a.wp-block-button__link:hover{
	 background-color: #000;
    border: 2px solid #000 !important;
}
 .wpcf7-form .plumbing_form_row:nth-child(3),  .wpcf7-form .plumbing_form_row:nth-child(5) {
    width: 49%;
    margin-right: 1%;
    float: left;
    display: block !important;
}
.wpcf7-form .plumbing_form_row:nth-child(4),  .wpcf7-form .plumbing_form_row:nth-child(6) {
    width: 49%;
    margin-right: 1%;
    float: right;
    display: block !important;
}
.plumbing_form_row input {
    width: 100%;
    padding: 10px 18px;
    margin-bottom: 20px;
    font-size: 18px;
    border: solid 1px #f5f5f5;
	background-color:#f5f5f5;
}
div#wpcf7-f910-p911-o1 {
    width: 50%;
}
.plumbing_form_row input[type="file"]{
	    width: 100%;
    background: none;
    border: none;
    padding-left: 0;
}
input.wpcf7-form-control.wpcf7-submit{
    color: #fff;
    padding: 10px 25px;
    background-color: #dd0200;
    border: 2px solid #dd0200 !important;
    border: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px;
    margin-top: 20px;
    cursor: pointer;
    text-transform: capitalize;
}
.page-id-91 .list-inline.mt0 li:before {
	display:none;
}
.service-schedule-list li:last-child div.box{
	border: 2px solid #e50102;
}
.service-schedule-list li:last-child div.box h4{
	color:#e50102;
}

.service-schedule-list li:first-child div.box{
	border:2px solid #014b8a;
}
.service-schedule-list li:first-child div.box h4{
	color:#014b8a;
}

.service-schedule-list li:first-child .white-box-btns .nicks-button{
	background-color: #014b8a;
    border: 2px solid #014b8a;
}
.service-schedule-list li:first-child .white-box-btns .nicks-button:hover{
	background-color:#fff;
	color:#014b8a;
}

.total-hv-button p:first-child a.nicks-button{
	background-color: #014b8a;
    border: 2px solid #014b8a;
}
.total-hv-button p:first-child a.nicks-button:hover {
	background-color: #fff;
	color:#014b8a;
}

.ah-link-tabswrap .ah-link-tab:first-child:after{
	color:#014b8a;
}
.service-plan{
	padding: 20px;
    background: #f4f4f4;
	margin-top:20px;
    max-width: 500px;
}
.service-plan h3{
line-height: 32px;
    margin-bottom: 20px !important;
}
.service-plan .contact .wpcf7-form-control-wrap input {
	margin-bottom:10px;
}
.service-plan .contact {
    margin-bottom: 0px !important;
}
.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0 !important;
}
.single-cpt_services .page_content_wrap {
    padding: 20px 0;
    background-color: #ffffff;
}
.elementor-element-60bca1e ul li a:hover {
    color: #1bbde8 !important;
}
.elementor-element-60bca1e ul li a {
    color: #292f34 !important;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
}
.single-cpt_services .sc_services .sc_services_item_button a {
    position: absolute;
    bottom: 25px;
    }
    .single-cpt_services .sc_services_default .sc_services_item_content p{
    padding-bottom:30px
    }
    .posts_container.columns_wrap .post_layout_classic {
    position: relative;
    padding: 0 0 90px;
    }
    .post_layout_classic .post_meta {
    position: absolute;
    bottom: 25px;
    }


// CUSTOM CSS ADDED HERE TO IMPROVE PAGE SPEED
// FROM CUSTOMIZE THEME
.reqleft {padding-left: 15px;}

.header-call-help a.nicks-button {
  font-size: 18px;  
	margin: 0;
    font-weight: 400;
    padding: 8px 20px;
    min-width: 182px;
}

.slider-text {margin-top: 100px;}

.slideimg img {width: 200px !important; height: auto !important;}

.slider-text h1 {text-shadow: 2px 2px #000;}

.slider-text h4 {color: #fff; text-shadow: 2px 2px #000;}

.easy-notification-bar {
	background: #014b8a !important;
}
/*.nicks-container {
	padding: 0px !important;
}*/

@media screen and (max-width: 1247px)
{
	.slider-section .slick-slide img {
    object-position: 68%;
	}
}

@media screen and (max-width: 882px) {
	#home-slider .slick-slide img {margin: 0 auto;}
	.slider-white-box {margin-top: 130px;}
	.slider-text h1 {text-shadow: 2px 2px #000; margin: 10px 0 10px;}
	.slider-text h4 {color: #014b8a; text-shadow: 1px 1px #fff;}
	.slideimg img {width: 125px !important; height: auto !important; min-height: 0px !important;}
	.slider-text {margin-top: 34px;}
	.easy-notification-bar {display: none;}	
	.slider-section .slick-slide img {
		object-position: 80%;
	}	
	.nicks-logo-header {
    height: auto;
    width: 188px;
}
}

@media screen and (max-width: 580px) {
	.slider-section .slick-slide img {
		object-position: 70%;
	}	
	
	.slideimgx img {
		//margin: 0 auto !important;
		min-height: auto !important;
		margin-top: -130px !important;
		margin-left: 40px !important;
	}
	.slider-heading {
		display:none !important;
	}
}

@media screen and (max-width: 382px) {
	.slider-section .slick-slide img {
		object-position: 68%;
	}	
}

@media screen and (max-width: 576px) {
	.slider-section figure:before {
		background-color: transparent !important;
	}
}

.blog-left img {
	height:auto;
}

.blog-left h2{
	margin:30px 0px;
}

.blog-left h3{
	font-size:26px;
	margin:30px 0px;
}
.blog-left h4{
	font-size:22px;
	margin:30px 0px;
}
.blog-left h5{
	font-size:20px;
	margin:30px 0px;
}

.page-id-801 #home-services{
	margin-bottom:35px;
}
.slider-text h1{
	color:#fff;
	text-transform:uppercase;
	font-size:48px;
}
.review-img {
    min-width: 154px;
}
@media(max-width:992px){ 
 .slider-text h1 {
    font-size: 26px;
}
}
@media(max-width:768px){
	.slider-text h1{
	font-size:26px;
	}
	.slider-text {margin-top: 55px;}
	.cost-button-mobile {text-align: center;}
	.mobilt-m-t-10 .mobile-review {display: none;}
	.mob-header-call {margin: 0 auto;}
	
	.cost-button-mobile {display: inline; padding: 5px 30px;}
	
	.mobile-review {
    width: 68%;
    margin-right: 0%;}
	
	.mob-header-help {width: 45%;}
	
	.mob-header-help .nicks-button {float: right;}

}
@media(max-width:576px){
.cost-button-mobile {font-size: 15px; margin-top: 0px;}
.page-id-801 #home-services{
	margin-top:30px;
}
	.slider-text h1{
	font-size:22px;
	}
	
}
.header-logo a {
	display:block;
}
.career-service-full .wp-block-image{
	overflow:hidden;
}

.subscribe-block-bottom.listwhite img{
	height:auto;
}

@media(max-width:480px){
	.slider-text h1 {text-shadow: 2px 2px #000; margin: 10px 0 10px;}
	.slider-text h4 {color: #000;  font-size: 22px;}
	
	.cost-button-mobile {font-size: 15px;}
	.nicks-button {font-size: 15px; padding: 5px 18px;}
}	

@media(max-width:768px) {
	.navbar-fixed .nicks-logo-header {
    height: auto;
    width: 100px;
}
}
@media(max-width:768px){
.copyright-wrapper a {
    font-size: 15px !important;
}
	.banner-text p {
		font-size:15px !important;
	}
}


@media(max-width:720px){
   p{
    font-size: 15px !important;
   }
   .footer-copyright p, .footer-quote-wrapper p, .footer-bottom p, .footer-top li, .footer-bottom li, .footer-bottom li a {
    font-size: 15px !important;
}
.foo-abt p a{
     font-size: 15px !important;
}
}
.header-help form{
	width:50px;
	display:none;
}
.header-call-help div:nth-child(4){
border-right:0 !important;
}

// FROM CUSTOM STYLE LOCATED IN FUNCTION.PHP
.review-summary {
	background-color: #eeeeee;
	margin: 30px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.text-center {
	text-align: center;
}
.review-avg {
	font-size: 64px;
	text-align: center;
	color: rgb(1, 75, 138);
	font-weight: bold;
	padding: 0;
	margin: 45px 0px 0px 0px;
	line-height: .9;
}
.review-post-body .checked, .review-summary .checked {
	color: orange;
}
.chart-value {
	margin: 0 auto;
	padding: 0;
}
.write-review {
	width: 75%;
	height: 40px;
	background-color: rgb(1, 75, 138);
	color: white;
	font-size: 16px;
	margin: 75px 0px 0px 0px;
}
.review-post-body {
	padding: 10px;
	border: solid 1px black;
}
.mt0 {
	margin-top: 0px !important;
}
.review-post-body p {
	font-size: 16px;
}

// IVORY CUSTOM CSS
.is-popup-search-form h3 {
  font-weight: normal !important;
}

.is-popup-search-form {
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
  margin-top: 150px;
  color: #333;
  background: #fff;
  padding: 50px;
}

.is-popup-search-form form {
  width: 80%;
  margin: 5% auto 0;
}

.is-search-submit {
  position: unset !important;
  background-color: #dd0200 !important;
  color: #eee !important;
  font-weight: bold;
  width: 120px !important;
  margin-top: 20px !important;
  border-radius: 5px !important;
  border: none !important;
}
.is-form-style input.is-search-input {
  font-size: 15pt !important;
}