@font-face {
    font-family: 'Poppins';

    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CinzelRegular';
    src: url('../fonts/CinzelRegular.eot');
    src: url('../fonts/CinzelRegular.eot') format('embedded-opentype'),
         url('../fonts/CinzelRegular.woff2') format('woff2'),
         url('../fonts/CinzelRegular.woff') format('woff'),
         url('../fonts/CinzelRegular.ttf') format('truetype'),
         url('../fonts/CinzelRegular.svg#CinzelRegular') format('svg');
}



  :root {
    --primary-color:        #f13a11;
    --white-color:          #ffffff;
    --dark-color:           #171819;
    --about-bg-color:       #f9f9f9;

    --gray-color:           #909090;
    --link-color:           #404040;
    --p-color:              #666262;

    --base-font-family:     'Poppins', sans-serif;
    --font-weight-bold:     bold;
    --font-weight-normal:   normal;
    --font-weight-light:    300;
    --font-weight-thin:     100;

    --h1-font-size:         48px;
    --h2-font-size:         36px;
    --h3-font-size:         28px;
    --h4-font-size:         24px;
    --h5-font-size:         22px;
    --h6-font-size:         22px;
    --p-font-size:          18px;
    --base-font-size:       16px;
    --menu-font-size:       14px;

    --border-radius-large:  100%;
    --border-radius-small:  2px;
  }


  body {
    background: var(--white-color);
    font-family: var(--base-font-family);
  }


/*-----SP----*/

/* --- .sticky {
	position: fixed; 
	top: 0;
	width: 100%;
	background: #000;
	z-index: 999;
}
nav#navbar.navbar.navbar-expand-lg.sticky {
	position: fixed; 
	top: 0;
	width: 100%;
	background: #000;
	z-index: 999;
}*/
.thankyou {
    padding: 25% 0 20% 0;
}
.nav-item.bookdemo {
	background: #fff;
}
.nav-item.bookdemo a {
	color: #000;
}

.celebrate-text {
	font-family: 'CinzelRegular'; font-size:50px;
}
#about{background:url(../images/about_bg.jpg) no-repeat #212121; background-attachment:fixed; height:1032px; }
.about .about-content { width:87%;
	background: rgba(0, 0, 0, 0.5); margin: 80px 0 0 0;
}
.about-content h2 {
	font-family: 'CinzelRegular';
	font-size: 45px;
	color: #fff;
	opacity: 9 !important;
	line-height: 56px;
	text-transform: uppercase;
}
.about-content p{color:#fff;     font-family: 'Poppins'; font-size:17px; padding-bottom:10px;}
#class {
	padding: 100px 0 100px ;
}
.class h2.promise-title {
	text-transform:uppercase;
	padding-bottom:50px;
	font-family: 'CinzelRegular';
	font-size: 45px;
	color: #000;
	font-weight: 400;
}
.class .promis-img {
	width: 80%;
	margin: 0 auto;
}
.class-info h3 {
	font-size: 25px;
	color: #333;
	font-family: 'Poppins';
	font-weight: 400;
	text-transform: uppercase;
}

.hilt-values-main h2 { padding-bottom:80px;
	font-size: 45px;
	color: #fff;
	font-family: 'CinzelRegular';
	font-weight: 400;
	text-transform: uppercase;
}

.schedule div.class-info h3{

font-size: 20px;
	color: #fff;
	font-family: 'Poppins';
	font-weight: 400;
	text-transform: uppercase;	
	
}

.schedule div.class-info span{

font-size: 15px;
	color: #fff;
	font-family: 'Poppins';
	font-weight: 300;
	
}
.contact .form-title {
	padding-bottom: 80px;
}
.contact-addres h2 {
	font-size: 25px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Poppins';

	letter-spacing: 0px; 	color: #1d1d1d;
}

h2.book-demo {
	font-size: 25px;
	text-transform: uppercase;
	color: #1d1d1d;
}
.contact-addres p{color:#1d1d1d; font-size:18px; font-family: 'Poppins';}
.contact-addres {
	padding-bottom: 60px;
}

.usp  .class-thumb {
	background: #e6e6e6;
	height: 350px;
}

.usp div.class-info h3{color:#000;}
.usp-titles h2{font-family: 'CinzelRegular'; color:#000; font-size:40pt; text-transform:uppercase; font-weight:400; padding:25px 0 0 0;}
.usp-titles h3 {
	width: 43%;
	text-align: center;
	margin: 0 auto;
	font-family: 'Poppins';
	text-transform: uppercase;
	font-size: 19pt;
	color: #333;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.usp-titles h4 {
	width: 71%;
	text-align: center;
	margin: 0 auto;
	font-family: 'Poppins';
	font-size: 17pt;
	color: #333;
	font-weight: 400;
	padding: 20px 0 30px 0;
}
#brands {
	background: #1d1d1d;
	padding: 70px 0 90px 0;
}
#brands .section-heading h4 {
	font-size: 43pt;
	color: #fff;
	font-family: 'CinzelRegular';
	font-weight: 400;
	text-transform: uppercase;
	text-align:center;
}

.class-info-left h3 {
	color: #000;
	font-family: 'Poppins';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20pt;
}
.class-info-left ul {
	
	padding: 0 0 0 20px;
}

.class-info-left ul li{color:#333; font-size:18px; font-family: 'Poppins'; font-weight:300;}
.class-info-left {
	padding-bottom: 50px;
}
.class-info-middle h3 {
	text-transform: uppercase;
	font-size: 20pt;
	font-weight: 600;
	font-family: 'Poppins';
}
.class-info-middle p {
	font-weight: 300;
	color: #333;
}
.class-info-middle ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.class-info-middle ul li{color:#333; font-size:18px; font-family: 'Poppins'; font-weight:300;}
#faq{background:url(../images/faq-bg.png) no-repeat left top #1d1d1d; padding:50px 0 120px 0;}
.faq-main {
	max-width: 80%;
	margin: 0 auto;
}
.faq-section h3 {
	color: #fff;
	font-size: 17pt;
	font-family: 'Poppins';
	text-transform: uppercase;
	font-weight: 400;
	padding: 35px 0 10px 0;
}
.faq-main .usp-titles h2{color:#fff;}
.faq-section p{color:#cccccc; font-size:13pt; width:85%;}



/* Brand css */
.tab_container1 label i.fa.icon1 {
	background: url(../images/brand_icon1-new.png) no-repeat left top;
	width: 17px;
	height: 29px;
}

.tab_container1 label i.fa.icon2 {
	background: url(../images/brand_icon2.png) no-repeat left top;
	width: 25px;
	height: 22px;
}

.tab_container1 label i.fa.icon3 {
	background: url(../images/brand_icon3.png) no-repeat left top;
	width: 25px;
	height: 13px;
}
.tab_container1 label i.fa.icon4 {
	background: url(../images/brand_icon4.png) no-repeat left top;
	width: 25px;
	height: 25px;
}
.tab_container1 label i.fa.icon5 {
	background: url(../images/brand_icon7.png) no-repeat left top;
	width: 25px;
	height: 26px;
}
.tab_container1 label i.fa.icon6 {
	background: url(../images/brand_icon6.png) no-repeat left top;
	width: 25px;
	height: 21px;
}

.tab_container1 label i.fa.icon7 {
	background: url(../images/brand_icon5.png) no-repeat left top;
	width: 25px;
	height: 25px;
	background-size: 100% auto;
}

/*Fun begins*/
.tab_container1 {
	width: 80%;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tab_container1 input, .tab-content1 {
  clear: both;
  padding-top: 10px;
  display: none;
}



.tab_container1 label {
	font-weight: 700;
	font-size: 18px;
	display: flex;
	float: left;
	width: max-content;
	padding: 20px 0;
	color: #757575;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background: none;
	margin: 0 15px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	min-width: 10%;
}

#tab-new1:checked ~ #content1,
#tab-new2:checked ~ #content2,
#tab-new3:checked ~ #content3,
#tab-new4:checked ~ #content4,
#tab-new5:checked ~ #content5,
#tab-new6:checked ~ #content6,
#tab-new7:checked ~ #content7 {
  display: flex;
  padding: 40px 0 0;
  background: none;
  color: #fff;
  border-bottom: 0;
  text-align:center;
}

.tab_container1 .tab-content1 p,
.tab_container1 .tab-content1 h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container1 .tab-content1 h3  {
  text-align: center;
}

.tab_container1 [id^="tab"]:checked + label {
  background: none;
  box-shadow:0 2px #fff;
}

.tab_container1 [id^="tab"]:checked + label .fa {
  color: #fff;
}
.tab_container1 [id^="tab"]:checked + label span {
  color: #fff;
}


.tab_container1 label .fa {
  font-size: 1.3em;
  margin: 0 6px 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
.tab_container1 label span {
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #fff;
}
  
.tab_container1 {
	width: 100%;
}
}

/*Content Animation*/




.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{border-bottom:0; border:0;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-bottom: 0;
	border-color:none;
	border:0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background: none;
	border-color: none;
	color: #fff !important;
	border:0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: none !important;
	border:0;
	
}
.nav-tabs .nav-link{border:0 !important;}

.brandtitle h2{
	padding-bottom:80px; text-align:center; 
	color: #fff;
	font-family: 'CinzelRegular';
	font-weight: 400;
	text-transform: uppercase;
	font-size:40pt;
}
	
.card-body.text-center {
	margin: 60px 0 0 0;
}
	
.tab-content {
  padding: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color:none !important;
	
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-bottom:0 ;
	border-color: none !important;
}
#brands a {
	font-size: 13pt;
	color: #999;
	font-family: 'Poppins';
	padding: 0 17px;
}
.card {
  border-radius: 0 0 .25rem .25rem;
  border-top: 0; background:none;
  border:0;
}

.nav-tabs { border:0;
  height: 42px;
  padding: 0;
  position: relative;

  .nav-item {
    margin-left: 0;
 
    a {
      color: black;
      display: block;
      padding: 8px 25px;
    }


    &.overflow-tab {
      background-color: white;
      display: none;
      position: absolute;
      right: 0;
      width: 150px;
      z-index: 1;

      a {
        border: 1px solid lightgray;
        border-radius: 0;
        padding: 6px 10px;

        &:hover,
        &:focus,
        &:active,
        &.active {
          background-color: lightgray;
        }
      }
  
      &:last-child {
        border-radius: 0 0 0 4px;
      }

    }

    &.overflow-tab-action {
      position: absolute;
      right: 0;
    }
  }

}




  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: var(--font-weight-thin);
    line-height: normal;
  }

  h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 20px 0;
  }

  h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -2px;
  }

  h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    margin: 0;
  }

  h4 {
    font-size: var(--h4-font-size);
  }

  h5 {
    font-size: var(--h5-font-size);
  }

  h6 {
    color: var(--gray-color);
    font-size: var(--h6-font-size);
    line-height: inherit;
    margin: 0;
  }

  p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
    line-height: 1.5em;
  }

  b, 
  strong {
    font-weight: var(--font-weight-bold);
    letter-spacing: 0;
  }

  .section {
    padding:3rem 0;
  }


  /* BUTTON */

  .custom-btn {
    background: transparent;
    border-radius: var(--border-radius-small);
    padding: 14px 24px;
    color: var(--white-color);
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-normal);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: all 0.3s ease;
  }

  .custom-btn:hover {
    color: var(--primary-color);
  }

  .custom-btn:focus {
    box-shadow: none;
  }

  .custom-btn.bordered:hover,
  .custom-btn.bordered:focus,

  .custom-btn.bg-color:hover,
  .custom-btn.bg-color:focus {
    background: var(--white-color);
    border-color: transparent;
    color: var(--primary-color);
  }

  .bordered {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
  }

  .bg-color {
    background: var(--primary-color);
    color: var(--white-color);
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: var(--link-color);
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  a:hover, 
  a:active, 
  a:focus {
    color: var(--primary-color);
    outline: none;
    text-decoration: none;
  }


  /* BG OVERLAY */

  .bg-overlay {
    background: var(--dark-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
  }


  /*---------------------------------------
     MODAL              
  -----------------------------------------*/

  .modal-content {
    padding: 2rem 3rem;
  }

  .modal-header,
  .modal-body,
  .modal-footer {
    border: 0;
    padding: 0;
  }

  .membership-form a {
    color: var(--primary-color);
  }


  /*---------------------------------------
    FEATURE          
  -----------------------------------------*/

  .feature {
    background: var(--dark-color);
    padding: 5rem 0;
  }


  /*---------------------------------------
     MENU             
  -----------------------------------------*/

  .navbar {
    background: #000;
    padding: 1rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 12px;
	padding-left: 12px;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
}

  .navbar-brand {
    color: var(--white-color);
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
    line-height: normal;
    padding-top: 0;
	padding-bottom: 0;
  }

  .nav-item .nav-link {
    display: block;
    color: var(--white-color);
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-normal);
    text-transform: uppercase;
    padding: 2px 6px;
  }

  .nav-item .nav-link.active,
  .nav-item .nav-link:hover {
    color: #999;
  }
  
  .nav-item.bookdemo .nav-link.active, .nav-item.bookdemo .nav-link:hover {
	color: #000;
  }
  .nav-item.bookdemo:hover {background: #ddd;}

  .navbar .social-icon li a {
    color: var(--white-color);
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }

  .navbar-toggler .navbar-toggler-icon {
    background: var(--primary-color);
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--primary-color);
    width: 30px;
    height: 2px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }

  /*---------------------------------------
     HERO              
  -----------------------------------------*/

  .hero {
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }


  /*---------------------------------------
     CLASS               
  -----------------------------------------*/

  .class-info {
	background: none;
	box-shadow: none;
	border-radius: 0;
	padding: 1rem 2rem;
	position: static;
	height: 196px;
	overflow: hidden;
}


  .class-info img {
    border-radius: 2px 2px 0 0;
  }

  .class-info strong {
    color: var(--gray-color);
  }

  .class-price {
    background: var(--primary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-weight: var(--font-weight-bold);
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
  }


  /*---------------------------------------
     SCHEDULE             
  -----------------------------------------*/

  .schedule {
    background:url(../images/hilt-values-bg.png) no-repeat left top #1d1d1d; height:989px;
  }
  .hilt-values-main {
	padding: 0 0 0 10%;
}

  .schedule-table {
    display: table;
    border: 0;
    text-align: center;
  }

  .schedule-table strong,
  .schedule-table span {
    display: block;
    text-align: center;
  }

  .schedule-table strong {
    color: var(--white-color);
  }

  .schedule-table span {
    color: var(--gray-color);
  }

  .schedule-table span,
  .schedule-table small {
    font-size: var(--menu-font-size);
    text-transform: uppercase;
  }

  .schedule-table small {
    position: relative;
    top: 10px;
  }

  .table .thead-light th,
  .schedule-table tr td:first-child {
    background: var(--primary-color);
    border: 1px solid #212122;
    color: var(--white-color);
  }

  .schedule-table .thead-light th {
    border-bottom: 0;
    text-transform: uppercase;
  }

  .table-bordered td, 
  .table-bordered th {
    border: 1px solid #212122;
  }

  .table-bordered td {
    padding-bottom: 22px;
  }

  .table td, .table th {
    padding: 1rem;
  }


  /*---------------------------------------
      ABOUT & TEAM            
  -----------------------------------------*/

  .about {
    background: var(--about-bg-color);
  }

  .about-working-hours {
    border-left: 2px solid;
    padding-left: 3.5rem;
  }

  .about-working-hours strong {
    color: var(--white-color);
    opacity: 0.85;
  }

  .team-thumb {
    position: relative;
  }

  .team-info {
    background: var(--white-color);
    border-radius: 0 0 2px 2px;
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    padding: 20px;
    position: relative;
  }

  .team-info span {
    font-weight: var(--font-weight-light);
    opacity: 0.85;
  }

  .team-info .social-icon {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .team-info .social-icon li {
    display: block;
  }


  /*---------------------------------------
     CONTACT              
  -----------------------------------------*/

  .webform input,
  button#submit-button {
    height: calc(2.25rem + 20px);
  }

.form-control {
	border-radius: var(--border-radius-small);
	margin: 1.3rem 0;
	border: 1px solid #666;
	color: #000;
	font-size: 17px;
	font-weight: 300;
}
  .form-control:focus {
    box-shadow: none;
    border-color: var(--dark-color);
  }

  button#submit-button {
    background: var(--dark-color);
    border-color: transparent;
    color: var(--white-color);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  button#submit-button:hover {
    background: var(--primary-color);
  }

  .contact h2 + p {
    max-width: 90%;
  }

  .google-map {
    border-top: 1px solid #efebeb;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }

  .google-map iframe {
    width: 100%;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  .site-footer {
    border-top: 1px solid #efebeb;
    padding: 3rem 0;
	background:#f5f5f5;
  }

  .site-footer a {
    color: var(--p-color);
    font-weight: var(--font-weight-light);
  }

  .site-footer p {
	font-size: var(--base-font-size);
	color: #666;
	text-transform: uppercase;
}

  .contact .fa,
  .site-footer .fa {
    color: var(--primary-color);
  }
.entry-title {
	display: none;
}

  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 5px 0 0 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    text-decoration: none;
    display: inline-block;
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-bold);
    margin: 5px 10px;
    text-align: center;
  }

  .social-icon li a:hover {
    color: var(--primary-color);
  }
.ups-main {
	max-width: 80%;
	margin: 0 auto 60px;
}
#book-a-demo {
	background: #000;
	border: 0;
}
  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 992px) {

    .section {
      padding: 5rem 0;
    }

    .nav-item .nav-link {
      padding: 6px;
    }

    .navbar .social-icon {
      margin-top: 22px;
    }

    .navbar-collapse,
    .site-footer {
      text-align: center;
    }

    .schedule-table {
      display: block;
    }

    .modal-content {
      padding: 2rem;
    }
  }

  @media screen and (max-width: 767px) {
	 .faq-main div.row div.col-lg-12.col-12.text-center.mb-5 {
	padding: 0 !important;
	margin: 0 !important;
}
	  .contact .form-title{padding:0;}
	 section#contact.contact.section div.container div.row div.form-title.mx-auto.mt-4.mt-lg-12.col-md-12.col-12.text-center img.img-fluid {
	width: 49%;
	margin: 0;
	padding: 0;
}
	 .class-thumb img {
	width: 36%;
}
	.fa.fa-circle {
	font-size: 20px !important;
	padding-left: 0 !important;
	margin-left: 11px !important;
}
.hero-text.text-center h6.pb-5.aos-init.aos-animate img.img-fluid {
	width: 62%;
}
	  .class-info{height: auto;}
	  
	 h2.book-demo {
	font-size: 22px;
	text-transform: uppercase;
	color: #1d1d1d;
	margin: 0 !important;
	text-align: center;
}
	 .contact-addres h2{font-size: 17px;}
	  
	 .about-content h2{font-size: 30px; line-height:42px;}
	 .about-content p, .usp div.class-info h3 + span, .class-info-left ul li, .class-info-middle p, .class-info-middle ul li, .contact-addres p {font-size:15px;}
	  
	 
	 .thankyou {
    padding: 53% 0 20% 0;
}
#tab-new1:checked ~ #content1, #tab-new2:checked ~ #content2, #tab-new3:checked ~ #content3, #tab-new4:checked ~ #content4, #tab-new5:checked ~ #content5, #tab-new6:checked ~ #content6, #tab-new7:checked ~ #content7 {
	display: flex;
	padding: 0px 15px;
	background: none;
	color: #fff;
	border-bottom: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}  
.faq-section h3{font-size:20px; padding:0;}
.faq-section p{font-size:14px;}

.brandtitle h2{padding-bottom: 0; font-size:35px;}
	  
.tab_container1 label {	margin: 0 0 5px 0 !important;	height: max-content; width: 100%; padding: 0;}

.tab_container1 label i.fa.icon1 {
	 background-position: center top;
}
.usp-titles h2{font-size:35px;}	
.class-info h3{font-size:20px;}
#faq {
	background: #1d1d1d;
	padding: 30px 0 30px 0;
}
.faq-main{width:100%;}
.section {	padding: 3rem 0;}  
.hilt-values-main h2{padding-bottom: 0px; font-size:35px;}
.hilt-values-main{padding:0;}
#schedule .class-info{height: auto;}
#about{height:auto;} 

.celebrate-text{font-size:31px;}
#about{background:#212121; padding:0;}
#class {
	padding: 40px 0 0px;
}
.class .promis-img{width:100%;}
.class h2.promise-title {
	font-size: 25px;
	padding: 0;
	margin: 0;
}
#about.about.section .mt-lg-8.mb-lg-0.mb-4.col-lg-8.col-md-8.mx-auto.col-8{width:100% !important; padding:0; margin:0; max-width: 100%;}
.about-working-hours {      border-left: 0;      padding: 22px 0 0 0;    }
.contact h2 span {      display: block;    }
.about .about-content{width:100%; margin:0;} 	
#about.about.section .mt-lg-3.mb-lg-0.mb-4.col-lg-3.col-md-3.mx-auto.col-3{display:none;}
.schedule {
	background: #1d1d1d;
	height: auto;
}
.usp-titles h3{width:100%; font-size:16px;}
#usp {padding: 25px 0;}
.usp-titles h4{width:100%; font-size: 12pt;}
.ups-main{max-width:100%;}
#portfolio {
	padding: 30px 0;
}
.class-info-left {
	padding-bottom: 10px;
}
#faq .col-lg-6.col-md-6.col-12.aos-init.aos-animate {
	width: 100% !important;
	padding: 0;
	margin: 0;
}
.faq-section p{width:100%; margin-bottom: 20px;}
.contact-addres {
	padding-bottom: 20px;
}
#home .hero-text h1.text-white .fa.fa-circle{ margin-left: 11px !important;	margin-right: 11px !important;}
#home .hero-text h1.text-white .fa.fa-circle:last-child {margin-left: 0px !important; margin-right: 0px !important;}
#home .hero-text h1.text-white .fa.fa-circle.firstchild {margin-left: 11px !important; margin-right: 0px !important;}
#schedule .class-thumb img, #class .promis-img .img-fluid {	width: 100%; max-width: 120px;}
.faq-section p, .faq-section h3 { letter-spacing: 0.5px;}
#class .promis-img .mt-5, #schedule .hilt-values-main .mt-5 { margin-top: 20px !important;}
#usp .promis-img h4 { padding-bottom: 0;}
#usp .promis-img .ups-main img { width: auto;}
#usp .class-thumb {	height: auto;}
#usp .promis-img > .mb-5 { margin-bottom: 20px !important;}
#usp .promis-img .ups-main .row .mt-5 {	margin-top: 20px !important;}
#usp .promis-img .ups-main {margin: 0 auto 20px;}
#portfolio .portfolio-main .mb-5 { margin-bottom: 20px !important;}
#portfolio .portfolio-main .row .class-thumb.p-4 {padding: 0 !important;}
#brands { padding: 40px 0 40px 0;}
.usp-titles h2 { padding: 0px 0 0 0;}
.navbar-toggler .navbar-toggler-icon { background: #999;}
#contact { padding: 30px 0;}
.site-footer { padding: 30px 0 60px;}
#faq .faq-main { max-width: 100%; padding: 0 15px;}
#contact .container { max-width: 100%; padding: 0 15px;}

}

#testi_sec .usp-titles h2 {font-size: 40px; text-align: center; padding: 40px 0 0;}
  

/* edited madhu */

#testi_sec #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .slick-prev, #testi_sec #sp-testimonial-free-wrapper-184 .sp-testimonial-free-section .slick-next {
	display: none !important; }
section#contact { border-top: 2px solid #ccc; margin-top: 3rem;}
#buddyforms_form_book-a-demo .bf_field_group { margin: 0;}
#buddyforms_form_book-a-demo .form-control { margin: 0 0 20px; min-height: 46px; padding: 5px 10px;}
#usp .class-info { padding: 1rem 0 0;}
.site-footer p.copyright-text + p {	margin: 0;}
#brands .brandtitle h2 { margin: 0; padding: 0 0 10px; }
#schedule .hilt-values-main .row.mt-5 {	margin-top: 10px !important;}
#schedule.section {	padding-top: 4rem;}
#brands .tab_container1 .tab-content1 { flex-wrap: wrap; justify-content: center; width: 100%; max-width: 918px; margin: 0 auto;}
#brands .tab_container1 .tab-content1 img { width: 16.66%; max-width: 153px; height: auto;}
#brands .tab_container1 .tab-content1 { max-width: 918px;}
#about .row.aboutsec_desk {display: block;}
#about .row.aboutsec_ipad {display: none}
.navbar-toggler .navbar-toggler-icon::before, .navbar-toggler .navbar-toggler-icon::after { background: #999;}
#contact h2 { letter-spacing: 0.5px;}
#brands.brandstabver {display: none;}
.nav-item.brandsmnav { display: none !important; }
.navbar-brand.top-logo .img-fluid { max-width: 225px; height: auto;}
#navbar.mblbookdemo {display: none;}
.thankyou p { font-size: 22px; line-height: 28px;}
#portfolio { background: url(https://hiltlife.com/wp-content/uploads/2021/01/testi_bg.png) right bottom no-repeat; }
#testi_sec .promise-title { text-align: center; font-size: 40px; margin: 25px 0 30px;}
#testi_sec .usp-titles h2 {font-size: 40px; text-align: center; margin: 25px 0 25px;}
#testi_sec { max-width: 800px; margin: 0 auto;}
#testi_sec .sp-testimonial-free-section { padding: 0 70px !important; }
#testi_sec .sp-testimonial-free-section .slick-dots li.slick-active button { background: #000 !important; }
#brands .tab_container1 .tab-content1 img.filinv { filter: invert(100%);}


@media screen and (min-width: 992px) and (max-width: 1180px) {
#navbar {padding: 15px;}
#navbar .container-fluid {padding-left: 0; padding-right: 0;}
.navbar-expand-lg .navbar-nav .nav-link { padding-right: 9px; padding-left: 9px; font-size: 14px; }
.navbar-expand-lg .navbar-nav .nav-item.bookdemo .nav-link { padding-left: 4px;	padding-right: 4px;}
}


@media screen and (min-width: 992px) {
.nav-item.bookdemo { border-radius: 5px;}
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
.tab_container1 label { font-size: 16px; margin: 0 10px;}
.tab_container1 { width: 94%;}
}

@media screen and (max-width: 1320px) {
.tab_container1 { width: 94%;}
}

@media screen and (max-width: 1080px) {
#about .row.aboutsec_desk {display: none;}
#about .row.aboutsec_ipad {display: block;}
#about .row.aboutsec_ipad .about-content { width: 100%;	margin: 0;}
}

@media screen and (max-width: 1024px) {
#brands .tab_container1 .tab-content1 { justify-content: flex-start;}
#brands .tab_container1 .tab-content1 img {	width: 153px; margin: 0.5%;}
#usp .promis-img .ups-main .row > div { margin-top: 20px !important;}
}

@media screen and (max-width: 991px) {
.navbar-toggler .navbar-toggler-icon { background: #999 !important;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon { background: transparent !important;}
.nav-item .nav-link { padding: 0; height: 48px;	line-height: 48px;}
.navbar-nav { border-top: 0px solid #fff;}
#contact .the_buddyforms_form .buddyforms-book-a-demo .bf_field_group label { margin: 0;}
#brands {display: none;}
.nav-item.brandsdnav { display: none !important; }
.nav-item.brandsmnav { display: block !important; }
#brands.brandstabver {display: block; padding: 60px 15px;}
#brands .brandtitle h2 {padding: 0 0 25px;}
#brands .tab_container1 .tab-content1 {justify-content: flex-start;	display: flex;	width: 100%;	margin: 0 auto 50px;}
#brands .tab_container1 #content7 {margin-bottom: 0;}
.tab_container1 label {	color: #fff; padding: 0px 0 10px; width: 100%;}
.navbar-brand.top-logo .img-fluid { max-width: 190px; height: auto;}
.navbar {padding: 10px 1rem 10px;}
#navbar.mblbookdemo { display: block; background: #fff; position: fixed; bottom: 0; width: 100%; margin: 0;	padding: 0;	left: 0; height: 48px; line-height: 48px; box-shadow: 0 0 3px #ccc; z-index: 9999;
text-align: center; top: auto;}
.nav-item.bookdemo { display: none;}
#navbar.mblbookdemo .nav-item.bookdemo { display: block; background: #fff; width: 100%; margin: 0;	padding: 0;	height: 48px; line-height: 48px; text-align: center;}
#navbar.mblbookdemo .nav-item.bookdemo a { color: #000 !important; text-align: center; font-weight: 600; letter-spacing: 0.5px; padding: 0; height: 48px; line-height: 48px; display: block; width: 100%;}
.testi_sec .promise-title {font-size: 32px; }
div#contactmbl { padding-top: 20px; }
}

@media screen and (max-width: 767px) {
#class .promis-img .row > div, #usp .promis-img > div { padding: 0;}
.hero .hero-text h6 img {max-width: 280px;}
.testi_sec .promise-title {font-size: 26px; }
#testi_sec .usp-titles h2 {padding: 30px 0 0;}
#testi_sec .mb-5 { margin-bottom: 20px !important;}
}

@media screen and (max-width: 600px) {
#brands .tab_container1 .tab-content1 img {	width: 32%;	margin: 0.5%;}
}

@media screen and (max-width: 500px) {
#portfolio { padding-bottom: 100px; }
}

/* edited madhu ends here */

