/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2024 | 11:40:48 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
:root {
  --primary-color: #011ca9;
  --secondary-color: #0124DC;
  --primary-text-color: #fff;
  --secondary-text-color: #000;
  --primary-heading-font: "Plus Jakarta Sans", sans-serif;
  --primary-text-font: "Poppins", sans-serif;
}

#colFtrFrst {
    justify-content: flex-start;
    display: grid;
}
#ftrSec .container {
    max-width: 1000px;
}

::-webkit-scrollbar {
	width: 5px;
}
.rev_box p::-webkit-scrollbar-track {
	background: background: #000;
}
.rev_box p::-webkit-scrollbar-thumb {
	background: var(--primary-color);
}
.rev_box p::-webkit-scrollbar-thumb:hover {
	background: black;
}
/* .slick-list.draggable {
  display: flex;
  width: 100%;
} */
.slick-arrow {
  display: none !important;
}

.logo img {
    width: 120px;
}

.fot_img {
    margin: auto;
    text-align: center;
}

/*--------------Header-----------------*/


.hide{
	display:none !important;
}


.display_online-mob {
 display:none;	
}

header .desktop_nav .nav-link {
  border-bottom: 5px solid transparent;
  transition: 0.3s all;
  font-size: 1.115rem;
  color: black;
  font-weight: 600;
  font-family: var(--primary-heading-font);
}

.logo h2 {
  font-size: 23px;
  font-weight: 800;
  font-family: poppins;
  margin: 0;
  color: var(--primary-color);
}

.mobile_nav .logo h2 {
  font-size: 20px !important;
}

header .desktop_nav .nav-link:hover {
  border-color: var(--primary-color);
}

header .desktop_nav .nav-item {
  margin-left: 4rem;
}

.main_head {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  transition: 0.4s ease;
  background-color: var(--primary-text-color);
  border-bottom: 8px solid var(--primary-color);
}
.main_head .row {
  padding: 5px 0px;
}
.social_icon img {
  width: 30px;
  margin: 0px 4px;
}

.btn_head {
  padding: 10px 0px;
  width: 190px;
  background: var(--primary-color);
  text-align: center;
  margin-left: 20px;
}

.btn_head a {
  color: var(--primary-text-color);
  font-family: var(--primary-text-font);
  font-size: 16px;
  font-weight: 500;
}
.text_numb a {
  color: var(--secondary-text-color);
  font-family: var(--primary-heading-font);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.text_numb p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: var(--primary-heading-font);
  font-weight: 400;
  margin: 0;
}

.img_div i {
  font-size: 45px;
  background: var(--primary-color);
  color: var(--primary-text-color);
  padding: 4px 8px;
  margin-right: 5px;
  border-radius: 5px;
}

/*---------------Hero Section----------*/

.popTime {
    width: 260px !important;
    margin: auto;
	padding-left: 18px;
}

h3.popTitle {
    margin-bottom: 15px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

.cust_form input {
	border: 1px solid !important
    height: 46px;
    width: 441px;
	padding: 6px 12px;
	font-size: 18px;
}
.cust_form textarea {
	border: 1px solid !important
    height: 160px;
    width: 441px;
	padding: 12px 12px;
	font-size: 18px;
}
.cust_form .wpcf7-submit.has-spinner {
    background: #011ca9;
    font-size: 18px;
    height: 50px;
    border: 0;
    color: #fff;
}

#ftrSec th {
    font-size: 18px;
    font-family: poppins;
    font-weight: 500;
    line-height: 36px;
}
tbody tr:not(:last-child) {
    border-bottom: 1px solid black;
}


#hero_sec {
background-image: url(http://kerndentalspecialties.com/wp-content/uploads/2024/04/IMage2.webp);
background-position: top;
background-repeat: no-repeat;
background-size: cover;
/* padding: 220px 0px 40px; */
padding: 130px 0px 130px;
position: relative;
}
#hero_sec::before {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.7;
  z-index: 0;
}
#frstColHero{
  z-index: 1;
}
.main_hero h1 {
  color: var(--primary-text-color);
  font-size: 52px;
  font-family: var(--primary-heading-font);
  font-weight: 400;
}
.extra_bold {
  font-weight: 800;
}

.main_hero h3 {
  color: var(--primary-text-color);
  font-size: 34px;
  font-weight: 500;
  font-family: var(--primary-heading-font);
  position: relative;
}
/* .main_hero h3::before {
  content: "";
  border: 5px solid #011ca9;
  position: absolute;
  width: 43%;
  top: 47%;
  right: 14%;
} */

.main_hero p {
  font-size: 18px;
  font-family: var(--primary-text-font);
  font-weight: 500;
  color: var(--primary-text-color);
}
#hero_sec .btn_same {
  margin-top: 70px !important;
}
.btn_same a {
  font-size: 18px;
  font-family: var(--primary-text-font);
  font-weight: 400;
  color: var(--primary-text-color);
  text-decoration: none;
}
.btn_same button {
    width: 260px;
    height: 62px;
    text-align: center;
    align-items: center;
    display: grid;
    transition: 0.3s ease;
}
/* .btn_same button {
  width: 328px;
  height: 79px;
  text-align: center;
  align-items: center;
  display: grid;
  transition: 0.3s ease;
} */

.btn_same button:nth-child(1) {
  background: var(--primary-color);
  margin-right: 10px;
}

i.fa.fa-phone {
    font-size: 25px;
}

.btn_same.header button {
    width: 190px;
}

.btn_whte button {
  background: var(--primary-text-color) !important;
}
.btn_same button:nth-child(2) {
  background: var(--secondary-color);
}

.btn_same button:nth-child(2) {
  background: var(--secondary-color);
}

/* .btn_same button {
  background: var(--secondary-color) !important;
} */

.main_hero {
  position: relative;
  z-index: 1;
  padding-left: 35px;
  padding-right: 20px;
}
.main_hero::before {
  content: "";
  border: 15px solid #ffffff1f;
  width: 35%;
  position: absolute;
  height: 125%;
  z-index: -1;
  left: 0px;
  top: -35px;
}

div#mainForm {
  background-image: url(http://kerndentalspecialties.com/wp-content/uploads/2024/04/Shp-3.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 40px 40px;
/*   margin-bottom: -130px; */
  z-index: 1;
}
.form_text h2 {
  font-size: 26px;
  font-family: var(--primary-heading-font);
  color: var(--secondary-text-color);
  font-weight: 700;
  text-transform: uppercase;
}
.form_text p {
  color: var(--secondary-text-color);
  font-family: var(--primary-text-font);
  font-size: 14px;
  font-weight: 400;
}
.form_hero textarea {
  background: transparent;
  border: 1px solid gray;
  color: var(--primary-text-color);
  border-radius: 0 !important;
  width: 100%;
  padding: 10px;
  resize: none;
}

.form_hero select:focus,
.form_hero input:focus {
  background: transparent;
  border: 1px solid var(--secondary-text-color);
  box-shadow: none;
}
.form_hero label {
  color: var(--secondary-text-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--primary-heading-font);
  width: 100% !important;
}
.form_hero select:focus,
.form_hero input:focus {
  color: var(--secondary-text-color);
}

.form_hero select,
.form_hero input {
  background: transparent;
  border: 1px solid gray;
  color: var(--secondary-text-color);
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--primary-heading-font);
  width: 100% !important;
  margin-top: 8px;
}

.form_hero input.wpcf7-form-control.wpcf7-submit {
    width: 180px !important;
	height 55px !important;
    margin: auto;
    display: block;
    /* border: 2px solid; */
    border: 2px solid var(--primary-color) !important;
}

.form_hero .wpcf7-submit:hover {
    transition: 0.3s ease;
    background-color: var(--primary-color);
	color: #fff;
}


.form_hero *::placeholder {
  color: var(--primary-text-color);
}
.form_hero button {
  width: 200px;
  height: 55px;
  background: transparent;
  border: 2px solid var(--primary-color);
  margin: auto;
  display: block;
  font-size: 16px;
  font-family: var(--primary-heading-font);
  border-radius: 0;
  color: var(--secondary-text-color);
}
.form_hero button:hover {
  transition: 0.3s ease;
  background-color: var(--primary-color);
}
.btn_same button:nth-child(1):hover {
  box-shadow: 5px 7px 0 0 #0124DC;
  transition: 0.3s ease;
}
.btn_same button:nth-child(2):hover {
  box-shadow: 5px 7px 0 0 var(--primary-color);
  transition: 0.3s ease;
}

button {
    outline: none;
    appearance: none;
    border: none;
}

#landScap button {
    background-color: #fff;
}

.icon_img img {
    width: 100px;
    filter: brightness(0) invert(1);
}
/* .worse_img img {
    width: 110px;
    border-radius: 100px;
    filter: brightness(0) invert(1);
} */

.worse_img img {
    width: 70px;
    border-radius: 100px;
    max-width: unset !important;
    background-color: #fff;
    padding: 7px;
}


.step_box  img {
    width: 170px;
    margin-bottom: -20px;
}
/*---------------------Logo Section------------*/

#logoSec {
  padding: 180px 10px 80px;
}

/*-------------------Service Section-------------*/
#servDown .btn_same button {
  background: white !important;
}
#servDown .btn_same a {
color: var(--secondary-text-color);
}


#servSec {
  padding: 80px 10px;
  text-align: center;
}

.serv_box {
  text-align: center;
}
.serv_box h3 {
  font-size: 24px;
  font-family: var(--primary-heading-font);
  color: var(--secondary-text-color);
  font-weight: 800;
  padding: 25px 0px 15px;
}
.serv_box p {
  width: 230px;
  height: 55px;
  border: 1px solid var(--primary-color);
  margin: auto;
  align-items: center;
  display: grid;
}
.serv_box:hover p {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.serv_box:hover p a {
  color: var(--primary-text-color);
}
.serv_box a {
  background-color: transparent;
  color: var(--secondary-text-color);
  font-size: 16px;
  font-family: var(--primary-heading-font);
  font-weight: 600;
  text-decoration: none;
}
#mainHead h2 {
  font-size: 48px;
  font-family: var(--primary-heading-font);
  font-weight: 800;
  color: var(--secondary-text-color);
  text-align: center;
  margin-bottom: 30px;
}
#servBtn a {
  font-size: 26px;
  font-weight: 800;
  font-family: var(--primary-heading-font);
  color: var(--secondary-text-color);
  text-decoration: underline;
}

/*---------------------Service Down-----------------*/
#imgCol {
  background-image: url(http://kerndentalspecialties.com/wp-content/uploads/2024/04/Neglecting-Sec-Image-1-scaled.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#colHead {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
  text-align: center;
  padding: 60px 20px;
}
#colHead #mainHead h2 {
  color: var(--primary-text-color);
}
#colHead #mainHead p {
  font-size: 22px;
  font-family: var(--primary-text-font);
  padding: 0px 30px;
}
.worse_icon {
  padding: 7px 0px;
}

/*---------------------Experience---------*/
#boxSec {
  padding: 80px 10px;
  text-align: center;
}
#iconBox {
  box-shadow: 0 0 20px 0 #8080809e;
  padding-bottom: 5px;
  border-bottom: 5px solid #0124DC;
  height: 350px;
}
.icon_img {
  background-color: #0124DC;
  padding: 10px 0px;
}
#iconBox h3 {
  font-size: 19px;
  font-family: var(--primary-heading-font);
  font-weight: 800;
  color: var(--secondary-text-color);
  padding: 20px 10px 0px;
}
#iconBox p {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-text-font);
  color: var(--secondary-text-color);
  padding: 0px 15px;
  line-height: 1.3em;
}
#iconRow .col-12 {
  padding: 7px;
}
#iconBox:hover .icon_img {
  background: var(--primary-color);
}
#iconBox:hover {
  border-color: var(--primary-color);
}

/*------------------Money Back Section--------*/

/* #threeIconSec .row {
    background-image: url(http://kerndentalspecialties.com/wp-content/uploads/2024/04/shape-icon.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 50px 20px 40px;
    margin-bottom: -50px;
    z-index: 1;
    position: relative;
}
.three_icon_text {
  padding-left: 10px;
  line-height: 0.9em;
}
.three_icon_text h4 {
  font-size: 18px;
  color: var(--primary-text-color);
  font-family: var(--primary-heading-font);
  font-weight: 600;
}
.three_icon_text p {
  color: var(--primary-text-color);
  font-size: 14px;
  font-family: var(--primary-text-font);
  font-weight: 400;
}
.three_icon img {
  padding-top: 11px;
} */

/*----------------Worse Section--------------------*/
#worseSec {
  background-image: url(http://kerndentalspecialties.com/wp-content/uploads/2024/04/Root-Canal-Service-Bg-scaled.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 10px 80px;
  position: relative;
}
#worseSec::before {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
}
.worse_text {
  padding-left: 20px;
}
.worse_text h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3em;
  font-family: var(--primary-heading-font);
  color: var(--primary-text-color);
  padding-right: 10px;
}
.worse_text p {
  font-size: 20px;
  color: var(--primary-text-color);
  font-family: var(--primary-text-font);
  font-weight: 400;
  margin: 0;
  line-height: 1.3em;
}
#gridCol {
  display: grid;
  z-index: 1;
}
#indexCol {
  z-index: 1;
}

/*--------------------Step Section---------------*/

.step_box h4 {
  font-size: 40px;
  font-family: var(--primary-text-font);
  color: var(--primary-text-color);
  font-weight: 700;
  -webkit-text-stroke: black;
  -webkit-text-stroke-width: thin;
  padding: 15px 0px 0px;
}
.step_box {
  text-align: center;
}
.step_box h3 {
  font-size: 22px;
  font-family: var(--primary-heading-font);
  color: var(--secondary-text-color);
  font-weight: 800;
  line-height: 1.3em;
}
.step_box p {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-text-font);
  color: var(--secondary-text-color);
}
#stepSec {
  padding: 80px 10px;
  background-color: #efefef;
}
#stepSec .row:nth-child(2) {
  width: 70%;
  margin: auto;
}

/*-----------------Landscaping Section---------------*/
#landScap {
  background-color: var(--primary-color);
  padding: 50px 10px;
}
#landScap a {
  color: var(--secondary-text-color);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primary-text-font);
}
#landScap p {
  width: 210px;
  height: 60px;
  background: var(--primary-text-color);
}
.texas_head h2 {
  color: var(--primary-text-color);
  font-size: 40px;
  font-family: var(--primary-heading-font);
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
}

/*----------------------Reviews Section---------*/
#revSec {
  padding: 80px 10px;
}
#revSec .row:nth-child(2) {
  width: 82%;
  margin: auto;
}
.rev_box {
  padding: 20px 25px;
  margin: 10px;
  border: 1px solid var(--primary-color);
}
#rev_head h2 {
  font-size: 48px;
  font-family: var(--primary-heading-font);
  font-weight: 800;
  color: var(--secondary-text-color);
  text-align: center;
}
.rev_head_text {
  padding-bottom: 10px;
}
.rev_head_text h3 {
  font-size: 22px;
  font-family: var(--primary-heading-font);
  color: var(--secondary-text-color);
  font-weight: 800;
}
.rev_head_text i {
  color: #ffc400;
  margin-top: -10px;
}
.rev_box p {
  color: var(--secondary-text-color);
  font-family: var(--secondary-text-color);
  font-size: 16px;
  font-weight: 500;
  height: 150px;
  overflow: scroll;
}
.testi_col_img  img {
  width: 120px;
  padding: 0px 15px;
  border-left: 1px solid black;
}
.testi_col_img  img:nth-child(1) {
  border: none;
}


/*--------------Ebook Section-----------------*/
/* #ebookSec {
  background-image: url(http://kerndentalspecialties.com/wp-content/uploads/2024/04/book-shape.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
.book_img img {
  margin-top: -70px;
}
.book_text h2 {
  color: var(--primary-text-color);
  font-size: 38px;
  font-family: var(--primary-heading-font);
  font-weight: 700;
  line-height: 1.4em;
}
.book_text input {
  height: 55px;
  width: 80%;
  border-radius: 0;
  padding: 10px;
}
.book_text button {
  width: 300px;
  height: 80px;
  background: var(--primary-color);
  color: var(--primary-text-color);
  font-size: 18px;
  font-family: var(--primary-heading-font);
  font-weight: 600;
  border: none;
  border-radius: 0;
  margin-top: 10px;
}
.book_text button:active,
.book_text button:focus,
.book_text button:hover {
  background-color: var(--primary-color) !important;
  color: var(--primary-text-color);
  box-shadow: none !important;
}
 */

/*-------------------FAQ Section-----------------*/

/* #faqSec {
  padding: 10px 10px 80px;
} */

#faqSec {
    padding: 80px 10px 80px;
    background-color: #efefef;
}

#faqImg {
  background-image: url(http://kerndentalspecialties.com/wp-content/uploads/2024/04/FAQs-scaled.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  padding: 0;
  box-shadow: 18px 18px 0 0 #011ca9;
}
.accord_ians .accordion-item {
  border: 2px dashed var(--primary-color);
  margin: 20px 0px;
  border-radius: 0;
}
.accord_ians .accordion-button {
  background: transparent;
  border: none !important;
  box-shadow: none;
  padding: 20px 19px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  font-family: var(--primary-heading-font);
  color: var(--secondary-text-color);
}
.accord_ians .accordion-body {
  padding-top: 0;
  font-weight: 600;
  font-family: var(--primary-text-font);
  color: var(--secondary-text-color);
  font-size: 16px;
  padding-bottom: 20px;
}

/*-----------------Last Section-------------*/

#lastSec {
  background-image: url(http://kerndentalspecialties.com/wp-content/uploads/2024/04/Last-Sec-image-scaled.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 10px;
  position: relative;
}
#lastSec::before {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 0;
}
#lastSec h2 {
  color: var(--primary-text-color);
  font-size: 48px;
  font-family: var(--primary-heading-font);
  font-weight: 700;
  line-height: 1.3em;
  padding: 0px 100px;
}

.info_col {
    text-align: center;
    justify-content: center;
}

.ftr_info_Sec {
    margin-bottom: 10px;
    margin-top: 20px;
}

/* ..............Error Page....................... */


.error404 header.wp-block-template-part, footer.wp-block-template-part, .wp-block-search__inside-wrapper{
    display:none !important;
}
/* 
.error404 h1,p {
      text-align:center !important;
} */
.error404 p,h1#page-not-found { 
    text-align:center !important;
}


/*-----------------Footer Section--------------*/
#ftrSec {
  border-top: 8px solid var(--primary-color);
  padding: 30px 0px 0px;
}

.info_col  i {
  font-size: 23px;
  color: var(--primary-color);
  padding-right: 7px;
}

.fot_img img {
  width: 200px !important;
}
.info_col a,
.quik_links a {
  text-decoration: none;
  font-weight: 500;
  line-height: 26px;
  color: var(--secondary-text-color);
  font-size: 16px;
  font-family: var(--primary-heading-font);
}
.info_col a:hover,
.quik_links a:hover {
  color: var(--primary-color);
}
.quik_links ul {
  padding: 0px 22px;
}
.info_col h4,
.quik_links h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--primary-heading-font);
  padding-bottom: 5px;
}
.ftr_img p {
  margin: 0;
}

#ftrSec .row:nth-child(1) {
  padding: 20px 10px;
}
#ftrSec .row:nth-child(2) {
  border-top: 2px solid var(--primary-color);
  padding: 5px;
  color: var(--secondary-text-color);
}



/*===============Responsive===============*/
@media only screen and (max-width: 1400px) and (min-width: 1200px) {

  header .desktop_nav .nav-item {
    margin-left: 3rem;
}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #iconBox {
    height: 370px;
  }
  #boxSec .container,
  .main_cont_head {
    width: 100%;
    max-width: 100%;
  }
  .main_hero h3::before {
    width: 36%;
    right: 15%;
  }
header .desktop_nav .nav-item {
  margin-left: 3rem;
}
#lastSec h2 {
  padding: 0;
}
  
#boxSec .container {
    max-width: 100% !important;
}
.main_head  .col-3:nth-child(2) {
  align-self: center;
  padding-top: 0px !important;
}
#stepSec .row:nth-child(2) {
  width: 100%;
}
.text_numb a {
  font-size: 20px;
}
.main_head  .logo h2 {
  font-size: 16px;
}
.logo h2 {
  font-size: 21px;
}

}


@media only screen and (min-width: 1025px) {
  #logoSec .container {
    max-width: 1100px;
  }
}

@media only screen and (max-width: 1024px) {
  .social_icon img {
    width: 22px;
    margin: 0px 4px;
  }
  .text_numb a {
    font-size: 16px;
  }
  .text_numb p {
    font-size: 11px;
    letter-spacing: 3px;
  }
  .img_div i {
    font-size: 30px;
    padding: 5px 8px;
  }
  .container {
    max-width: 100%;
  }
  .main_hero h1 {
    font-size: 34px;
  }
  .main_hero h3 {
    font-size: 26px;
  }
  .main_hero p {
    font-size: 17px;
  }
  .main_hero::before {
    width: 40%;
    height: 120%;
    top: -20px;
  }
  #hero_sec {
    padding: 75px 0px 65px;
  }
  div#mainForm {
    background-size: 100% 100%;
    padding: 30px 21px 30px;
}
  .form_text h2 {
    font-size: 18px;
  }
  .form_text p {
    font-size: 13px;
  }
  .form_hero button {
    height: 50px;
  }
  .btn_same button {
    width: 285px;
    height: 70px;
  }
  .main_hero h3::before {
    width: 43%;
    right: 28px;
  }
  #logoSec {
    padding: 110px 10px 40px;
  }
  #logoSec img {
    width: 160px;
    object-fit: contain;
  }
  .serv_box h3 {
    font-size: 21px;
    padding: 20px 0px 15px;
  }
  .serv_box p {
    width: 200px;
    height: 50px;
  }
  #mainHead h2 {
    font-size: 30px;
  }
  #servSec {
    padding: 40px 10px;
  }
  #colHead {
    padding: 40px 20px;
  }
  #iconBox h3 {
    font-size: 18px;
  }
  #iconBox{
    height: 300px;
  }
  div#iconRow {
    width: 95%;
    margin: auto;
}
#iconRow .col-12 {
  width: 50%;
}
  #boxSec {
    padding: 40px 10px;
  }
  /* #threeIconSec .col-12 {
    padding: 0px 10px;
  } */
  .three_icon_text p {
    font-size: 13px;
  }
  .three_icon_text h4 {
    font-size: 17px;
  }
  .worse_text {
    padding-left: 10px;
  }
  .worse_text h2 {
    font-size: 26px;
    font-weight: 700;
  }
  .worse_text p {
    font-size: 17px;
    line-height: 1.3em;
  }
  .worse_img img {
    width: 80px;
  }
  #worseSec {
    padding: 40px 10px 40px;
  }
  .step_box img {
    width: 90px;
  }
  .img_3 img {
    width: 106px;
}
.img_2 img {
  width: 78px;
}
  .step_box h3 {
    font-size: 18px;
  }
  .step_box h4 {
    font-size: 30px;
  }
  #stepSec {
    padding: 40px 10px;
  }
  #landScap {
    padding: 30px 10px;
  }
  #landScap p {
    width: 200px;
  }
  .texas_head h2 {
    font-size: 28px;
  }
  .rev_head_text h3 {
    font-size: 19px;
  }
  .rev_img img {
    width: 22px;
  }
  #rev_head h2 {
    font-size: 30px;
  }
  #revSec {
    padding: 40px 10px;
  }
  #lastSec h2,
  .book_text h2 {
    font-size: 30px;
    padding: 0;
  }
  .book_text button {
    width: 250px;
    height: 70px;
  }
  #lastSec {
    padding: 40px 10px;
  }
  #faqSec {
    padding: 10px 10px 40px;
  }
  .accord_ians .accordion-body {
    font-size: 14px;
}
  .accord_ians .accordion-button {
    font-size: 19px;
  }
  /* #threeIconSec .row {
    padding: 10px 50px 10px 40px;
} */
  #stepSec .row:nth-child(2) {
    width: 100% !important;
  }
  #revSec .row:nth-child(2) {
    width: 100%;
    margin: auto;
  }
  .mobile_nav button {
    background-color: var(--primary-text-color) !important;
    border: none !important;
    color: var(--secondary-text-color) !important;
    padding: 11px 5px;
    font-size: 14px !important;
    font-weight: 600;
    font-family: var(--primary-heading-font);
}
ul.menu_bar_res {
  list-style: none;
  padding: 0;
}

.menu_bar_res a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.menu_bar_res li {
  margin: 7px 0px;
}
.offcanvas-header img {
  width: 100px;
}
.offcanvas-body {
  padding-top: 10px;
}
.mobile_nav  i {
  font-size: 25px;
}
.form_hero label {
  font-size: 14px;
  font-weight: 600;
}

.info_col h4,
.quik_links h4 {
  font-size: 19px;
}
#hero_sec .col-12:nth-child(1) {
  display: block;
  align-self: center;
}
#faqImg {
  width: 235px;
}
.logo h2 {
  font-size: 28px;
}
#colFol {
    align-items: start !important;
}
	#ftrSec th {
    font-size: 17px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  #headerHead li.nav-item a {
    font-size: 15px;
  }
  .main_cont_head .row > div:nth-child(2) {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  #headerHead .main_cont_head > .row > div:nth-child(2) {
    .text_numb a {
      font-size: 1.6vw;
    }
    .text_numb p {
      font-size: 1.4vw;
      letter-spacing: 0;
    }
  }
}

@media only screen and (max-width: 991px) {
	
	.btn_same.header {
    display: none !IMPORTANT;
}
	

	
	.btn_same.header a {
    font-size: 0px;
}
.btn_same.header i {
    font-size: 30px;
}

.btn_same.header button {
    width:50px !important;
    height:50px;
}
	
	.text_numb {
    display: none;
}
	
}


@media only screen and (max-width: 767px) {
	
	section#servDown .mt-5,
section#revSec .mt-5, section#worseSec .mt-5,section#stepSec .mt-5 {
    margin-top: 0px !important;
}
	
		.display_online-mob {
 display:block;
width:100%;
}
#colFtrFrst {
    justify-content: unset;
    display: grid;
}
	
	.btn_same.header {
    margin-top: 5px !important;
}

.cust_form label,	
.cust_form textarea,	
.cust_form input {
    width: 100% !important;
}
  .btn_head {
    display: none;
  }
  .main_hero {
    text-align: center;
    padding: 0;
  }
  .main_hero::before {
   display:none;
}
  .main_hero h1 {
    font-size: 28px;
    line-height: 1.3em;
  }
  .main_hero h3 {
    font-size: 22px;
  }
  .main_hero p {
    font-size: 16px;
  }
  .main_hero h3::before {
    display: none;
  }
  #hero_sec {
    padding: 90px 0px 40px;
  }
  .btn_same {
    justify-content: center;
    display: grid !important;
    margin-top: 20px !important;
  }
  div#mainForm {
    background-size: 100% 100%;
    padding: 25px 21px 25px;
    width: 80% !important;
    max-width: 80%;
    margin: auto;
  }
  #logoSec .col-12 {
    display: grid !important;
    justify-content: center !important;
  }
  #logoSec img {
    width: 130px;
    margin: 15px 0px;
  }
  #logoSec {
    padding: 30px 10px;
  }
  .serv_box h3 {
    font-size: 20px;
    padding: 15px 0px 10px;
  }
  .serv_box p {
    width: 150px;
    height: 45px;
  }
  .serv_box {
    width: 270px;
    margin: auto;
    padding-bottom: 20px;
  }


  #mainHead h2 {
    font-size: 24px;
  }
  #servSec {
    padding: 30px 10px;
  }
  #colHead {
    padding: 30px 10px;
  }
  #imgCol {
    height: 250px;
  }
  #colHead #mainHead p {
    font-size: 18px;
    padding: 0px 0px;
  }
  #iconBox h3 {
    font-size: 17px;
  }
  #iconBox p {
    font-size: 14px;
  }
  #iconBox {
    width: 260px;
    margin: auto;
    height: 100%;
  }
  #boxSec {
    padding: 30px 10px;
  }
  /* .icon_img img {
    width: 60px;
  } */
  /* #threeIconSec .col-12 {
    justify-content: center;
    display: flex;
  } */
  .three_icon_text h4 {
    font-size: 17px;
  }
  .worse_icon {
    display: block !important;
    text-align: center;
    padding: 10px 0px;
  }
  .worse_text h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
  }
  .worse_text p {
    font-size: 16px;
    padding: 10px 0 0 0 !important;
  }
  #worseSec {
    text-align: center;
  }
  .worse_img img {
    width: 65px;
  }
  #worseSec {
    padding: 30px 10px 30px;
  }
  .step_box {
    padding: 20px 0px;
  }
  .step_box h3 {
    font-size: 19px;
  }
  .step_box p {
    font-size: 14px;
  }
  #stepSec {
    padding: 30px 10px;
  }
  #landScap {
    padding: 20px 10px;
    text-align: center;
  }
  #landScap p {
    width: 210px;
  }
  .texas_head h2 {
    font-size: 24px;
  }
  .rev_head_text h3 {
    font-size: 18px;
  }
  #rev_head h2 {
    font-size: 24px;
    text-align: center !important;
  }
  #revSec {
    padding: 30px 10px;
  }
  .rev_box {
    margin: 10px 0px;
  }
  #lastSec h2,
  .book_text h2 {
    font-size: 24px;
  }
  .book_text button {
    width: 230px;
    height: 60px;
  }
  #bookSec {
    text-align: center;
  }
  .book_text input {
    height: 55px;
    width: 80%;
    margin: auto;
  }
  .book_img {
    text-align: center !important;
  }
  .book_img img {
    margin-top: 0px;
    width: 300px;
  }
  /* #ebookSec {
    padding: 0px 0px 30px;
  } */
  #lastSec {
    padding: 30px 10px;
  }
  #lastSec {
    padding: 30px 10px;
  }
  .accord_ians .accordion-button {
    font-size: 18px;
  }
  #faqImg {
    display: none;
  }
  .ftr_img h3 {
    font-size: 17px;
  }
  .ftr_img p {
    font-size: 14px;
  }
  .three_icon img {
    padding-top: 15px;
    width: 37px;
  }
  .flex_box {
    display: block !important;
    text-align: center;
  }
  /* #threeIconSec .row {
    background-size: cover;
    padding: 20px 20px 20px 20px;
} */
  .text_numb {
    display: none;
  }
  .main_head img {
    width: 105px;
  }
  .img_div i {
    font-size: 30px;
  }
  #iconRow .col-12 {
    width: 100%;
}
.offcanvas-header img {
  width: 100px;
}
#hero_sec .btn_same {
  margin-top: 30px !important;
}
.mobile_nav button {
  padding: 8px 5px;
  border-radius: 5px;
}
.fot_img img {
  width: 150px !important;
}
.info_col h4,
.quik_links h4 {
  font-size: 18px;
}
#iconRow .col-12 {
  padding: 10px 0px;
}
.testi_col_img  img {
  width: 120px;
  padding: 15px 0px;
  display: block;
  margin: auto;
  border-top: 1px solid;
  border-left: none;
}
.btn_same button {
  width: 260px;
  height: 60px;
}
	
.btn_same.d-flex {
    display: block !important;
}
	
.btn_same button {
    margin: auto;
}
	
.btn_same button:nth-child(1) {
    margin-bottom: 10px;
    margin-right: auto !important;
}
	
	.logo img {
    width: 100px;
}
	
	
.slick-slide {
  margin: 10px;
}
.logo h2 {
  font-size: 22px;
}
.quik_links {
  padding-top: 20px;
}
	.worse_icon.d-flex {
    display: unset !important;
}
#ftrSec th {
    font-size: 16px;
    line-height: 30px;
}
}

