

@import url('../fonts/stylesheet.css');


:root {
  --text-color: #000;
  --primary: #F36719;
  --secondary: #593290;
  --white: #fff;  
  --black: #000;  
}

*,*:focus,*:hover{
outline:none !important;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 18px;  
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box !important;
  line-height: 30px;
  /*content-visibility: auto;*/
  background-color: white;
  transition: background-color 0.5s ease;
}

div, section, footer {
  box-sizing: border-box;
}


body,
html {
  /* prevent horizontal scrolling */
}

html {
  scroll-behavior: smooth;
}

li,
ul,
ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-family: "Afacad", sans-serif;
}

h1{
  line-height: 70px;
  font-size: 55px;
  font-weight: 400;
  font-family: "Amarante", serif;
}

h2{
  line-height: 64px;
  font-size: 48px;
  font-weight: 700
}

h2 span{
  color: #DD2928;
}

h3{
  line-height: 30px;
  font-size: 26px;
  font-weight: 700
}

h4{
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
  font-weight: 400
}

h5{
  line-height: 34px;
  font-size: 20px;
}

p {
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  font-weight: 400;
  font-family: "Afacad", sans-serif;
  color: var(--black)
}


button,
button:hover,
a,
a:hover {
  transition: 0.4s;
}

a {
  color: var(--text-color);
}

a:hover {
  color: #000;
}
a,
a:hover,
a:focus,
a:active,
button,
button:focus,
input,
textarea {
  outline: 0;
  text-decoration: none;
}

.w-100{
  width: 100% !important;
  display: block !important;
}


.clearfix{
  clear: both !important;
}

/* 02. COMMON STYLES */

.relative {
  position: relative !important;
}

.text-center{
  text-align: center !important;
}

.text-left{
  text-align: left !important;
}

.text-right{
  text-align: right !important;
}

.bordernone {
  border: 0 !important;
}

.h-auto {
  min-height: auto !important;
  resize: none;
}

.h-100vh {
  min-height: 100vh;
}

.bg-white{
  background-color: var(--white) !important
}






@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}


.hide {
  display: none;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}
.color-white {
  color: var(--white);
}

.container {
  position: relative;
  box-sizing: border-box;
  max-width: 1440px;
  margin: auto;
  padding-right: 50px;
  padding-left: 50px;
  box-sizing: border-box;
}

.mobileMenubar {
  display: none;
  top: 0;
  padding: 0;
  position: relative;
  padding: 16px 10px;
  border-radius: 9px;
}

.mobileMenubar .logo{
  max-width: 210px;
  display: block;
}

nav.mobilemenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 330px;
  height: 100%;
  background: #fff;
  transform: translateX(102%);
  transition: transform 0.35s ease;
  z-index: 999;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.10);
  padding: 25px;
  padding-top: 75px;
  box-sizing: border-box;
}

nav.mobilemenu .mobilelogo{
  max-width: 173px;
  display: block;
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
}



nav.mobilemenu.open {
  overflow: auto;
  transform: translateX(1px);
}

nav.mobilemenu.open a {
  padding-left: 1rem;
  display: block;
}
.menu-toggle {
  position: absolute;
  top: 19px;
  right: 15px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  height: 30px;
  width: 30px;
  color: #fff;
  border-radius: 3px;
  line-height: 36px;
}

.menu-toggle img{
  width: 30px !important;
  display: block;
}

img.closeicon{
  width: 22px !important;
  margin-right: 5px;
}

nav.mobilemenu.open .nav-toggle {
  color: #fff;
  opacity: 0.5;
}
nav.mobilemenu .back {
  overflow: hidden;
}
nav.mobilemenu .blur {
  filter: blur(2px);
}

nav.mobilemenu .whychooseBtn {
  width: 100%;
  margin-top: 30px;
  display: block;
  height: auto;
  border:solid 2px #6D210C;
  color: #6D210C;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  box-sizing: border-box;
}

nav.mobilemenu .contactBtn {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  display: block;
  height: auto;
  background-color: #6D210C;
  height: 52px;
  color: #EFFF78;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  font-weight: 700
}

.mobile-blur-bg {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.79); /* White overlay */
  z-index: 99;                         /* Just behind menu */
  display: none;
}


ul.m-nav {
  width: 100%;
  max-width: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  display: block;
}
ul.m-nav .link {
  cursor: pointer;
  font-size: 18px;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  font-size: 18px;
}
ul.m-nav .link a {
  padding-left: 0;
  padding: 0;
  color: #000;
}

ul.m-nav span {
  width: 26px;
  display: inline-block;
  margin-right: 7px;
  text-align: center;
}

ul.m-nav span img {
  margin: auto;
  position: relative;
  top: 5px;
}

ul.m-nav .link:hover {
  color: #000;
}
ul.m-nav li i {
  position: absolute;
  top: 12px !important;
  left: 98px;
  font-size: 20px;
}


ul.m-nav .submenu {
  display: none;
  padding: 0 0 5px 25px;
  margin: 0;
  width: 100%;
}

ul.m-nav .submenu-active {
  display: block;  
}
ul.m-nav .submenu li a {
  padding: 7px 0;
  color: #000;
}
ul.m-nav .submenu li a:hover {
  color: #000;
}

ul.m-nav .submenu {
  display: none;
  padding-left: 25px;
}
ul.m-nav .link.active {
  color: #873217 !important; /* Highlight */
}
ul.m-nav .link.active a {
  color: #873217 !important;
}
/* Default arrow style */
ul.m-nav li i {
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
  color: #000; /* default arrow color */
}

/* Use Unicode arrow ▼ */
ul.m-nav li i:before {
  content: "▾";
}

/* When active (submenu open) */
ul.m-nav .link.active i {
  transform: rotate(180deg); /* flips arrow up */
  color: #873217;           /* arrow matches text color */
  position: absolute;
  bottom: 7px;
}





.home-header{
  position: relative;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(119, 6, 11, 1) 100%);
  overflow: hidden;
  padding-bottom: 65px;
}


.main-navbar{
  position: relative;
  display: block;
}

.navbar{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .logo{
  display: block;
}

.navbar .nav{
  position: relative;
  margin: 21px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .nav ul{
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.navbar .nav ul li{
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.navbar .nav ul li a{
  color: var(--white);
  padding-bottom: 15px;
  position: relative;
}
.navbar .nav ul li a:hover{
  color: var(--white)
}

.navbar .nav ul li a:hover:after{
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  border-radius: 80px;
}

.navbar .nav ul li:last-child{
  padding-right: 0;
}

.navbar .nav ul li:nth-child(6){
  padding-right: 47px;
}

.navbar .nav ul li:nth-child(7){
  padding-right: 20px;
}

.navbar .nav .btn-area{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:before{
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;  
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top:4px solid #fff;
}


.dropdown a:hover:after{
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  border-radius: 80px;
  display: none;
}


/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 249px;
  z-index: 999;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 14px 24px 10px 16px;
  top: 45px;
  left: -28px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
}

.dropdown-content:before{
  content: "";
  position: absolute;
  top: -10px;
  left: 37px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 12px solid #fff;
}

body.faded {
  background-color: rgba(0,0,0,0.8);
  z-index: 99999;
  position: relative;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
  color: #000 !important;
  margin-bottom: 0;
  padding: 0 !important;
  display: block;
  border-bottom: solid 1px #CFCFCF; 
  height: 44px;
  display: flex;
  align-items: center;
  column-gap: 15px;

}

.dropdown-content a span.icon{
  width: 29px;
}

.dropdown-content a span.icon img{
  display: block;
}

.dropdown-content a:last-child{
  border-bottom: 0
}

/* Hover effect for links */
.dropdown-content a:hover {
  color: var(--primary) !important
}

/* Show the dropdown on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Optional: hover effect on button */
.dropdown:hover .dropdown-button {
  background-color: #2980b9;
}


.whychooseBtn{
  width: 162px;
  padding-bottom: 0 !important;
  height: 49px;
  background-color: transparent;
  color: #fff;
  border:solid 1px #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.whychooseBtn:hover{
  background-color: #EFFF78;
  color: #6A0106;
  border-color: #EFFF78
}

.bookBtn{
  width: 208px;
  height: 51px;
  padding-bottom: 0 !important;
  background-color:#EFFF78;
  color: #6A0106;
  border:solid 0 #05310D;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bookBtn:hover{
  background-color: #000;
  color: #fff;
}

.home-hero-caption{
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  column-gap: 120px;
}

.home-hero-caption .col-left{
  width: 100%;
  max-width: 779px;
}

.home-hero-caption .col-right{
  width: 100%;
  max-width: 411px;
}

.home-hero-caption .hero-title{
  font-weight: 500;
  color: #ED9F95;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}

.home-hero-caption h1{
  color: #fff;
  margin-bottom: 15px;
}

.home-hero-caption h1 span{
  color: #EFFF78
}

.home-hero-caption p.section-para{
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 29px;
}
.home-hero-caption ul.features{
  width: 100%;
  max-width: 647px;
  box-sizing: border-box;
  padding: 15px 44px;
  border-radius: 5px;
  border:solid 1px rgba(255,255,255,0.31);
  background-color: rgba(255,255,255,0.14);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
.home-hero-caption ul.features p{
  color: #fff;
  font-weight: 500
}
.herobtnArea{
  position: relative;
  width: 100%;
  max-width: 647px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  margin-bottom: 13px;
}

.herobtnArea.why-choose{
  margin-top: 50px;
  max-width: 469px;
  column-gap: 25px;
}

.herobtnArea.margin-auto{
  margin: auto;
}

.herobtnArea .bookfreeBtn{
  width: 100%;
  text-align: center;
  background-color: #F23812;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  height: 61px;
  border-radius: 5px;
  font-weight: 500
}

.herobtnArea .bookfreeBtn:hover{
  background-color: #77060B
}

.herobtnArea .talkBtn{
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  height: 61px;
  border-radius: 5px;
  font-weight: 500
}

.herobtnArea .talkBtn:hover{
  background-color: #EFFF78
}

.home-hero-caption .hero-btm{
  position: relative;
  width: 100%;
  max-width: 647px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
.home-hero-caption .hero-btm div{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  color: #898989;
  font-weight: 500
}


/**/

.inner-page-header{
  position: relative;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(119, 6, 11, 1) 100%);
  position: relative;
}

.spider-none:before{
  display: none;
}

.inner-page-header:before{
  content: "";
  width:172px;
  height:359px;
  position: absolute;
  top: 132px;
  left: 0;
  background-image: url(../img/inner-pages-hero-web.svg);
}
.inner-page-header:after{
  content: "";
  width:438px;
  height:721px;
  position: absolute;
  top:88px;
  right: 0;
  background-image: url(../img/inner-pages-hero-rbg-elements.svg);
  background-repeat: no-repeat;
}

.inner-page-header2:before{
  width:180px;
  height:180px;
  position: absolute;
  top: 86px;
  background-image: url(../img/inner-pages-hero-web2.svg);
  background-repeat: no-repeat;
  left: 0;
}


.inner-page-header2:after{
  display: none;
}

.inner-page-header3:before, .inner-page-header3:after{
  display: none;
}


.inner-page-hero{
  padding: 0;
  margin-top: 65px;
  position: relative;
  padding-bottom: 1px;
  z-index: 1
}

.inner-page-hero.pb50{
  padding-bottom: 50px;
}


.inner-page-hero h1{
  color: #fff;
  text-align: center;
}

.inner-page-hero h1.blog-title{
  width: 100%;
  max-width: 881px;
  margin: auto;
  color: #fff;
  text-align: left;
  font-size: 36px;
  line-height: 50px;
}

/**/
ul.breadcrumb{
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #EFFF78;
  text-align: center;
  position: relative;
  line-height: 40px;
}

ul.breadcrumb li{
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-weight: 700
}

ul.breadcrumb li a{
  font-weight: 700;
  position: relative;
  top: -1px;
  color: #fff;
}

ul.breadcrumb li a:hover{
  color: #EFFF78
}

ul.breadcrumb li:after{
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  right: -4px;
  background-color:#EFFF78
}

ul.breadcrumb li:last-child{
  padding-right: 0
}

ul.breadcrumb li:first-child{
  padding-left: 0
}

ul.breadcrumb li:last-child:after{
  display: none;
}

/**/

.about-hero{
  width: 100%;
  max-width: 885px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 35px;
  position: relative;  
}

.about-hero .innercard{
  background-color: #6F272A;
  border-radius: 22px;
  padding: 30px 30px 20px 30px; 
  margin-bottom: 13px;
  text-align: center;
  margin-bottom: 16px;
}

.about-hero .innercard h2{
  max-width: 779px;
  color: #fff;
  margin: auto;
  margin-bottom: 13px;
}

.about-hero .innercard h3{
  line-height: 60px;
  color: #EFFF78
}

.about-hero .innercard p{
  font-size: 22px;
  color: #fff;
  line-height: 40px;
}

.about-hero ul{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 63px;
  color: #fff;
  font-size: 20px;
}

.about-hero ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.about-hero ul li img{
  display: block;
}

h1.page-header{
  color: #fff
}

h1.page-header br{
  display: block;
}

/**/
.service-hero{
  width: 100%;
  max-width:1039px;
  margin: auto;
  margin-bottom: 58px;
  margin-top: 15px;
  position: relative;  
  text-align: center;
}

.service-hero p.section-para{
  width: 100%;
  max-width: 962px;
  margin: auto;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

.service-hero p.section-para br{
  display: block;
}

.service-hero .features{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 834px;
  margin: auto;
  margin-top: 34px;
  margin-bottom: 40px;
}

.service-hero .features .item{
  background-color: rgba(255,255,255,0.14);
  border:solid 1px rgba(255,255,255,0.31);
  border-radius: 5px;
  padding: 11px 15px 16px 15px;
}

.service-hero .features .icon{
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  margin-bottom: 8px;
}

.service-hero .features p{
  color: #fff
}


/**/

.why-choose-hero{
  position: relative;
  width: 100%;
  max-width: 1252px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 50px;
}

.why-choose-hero .col-left{
  width: 100%;
  max-width: 779px;
  padding-bottom: 50px;
}

.why-choose-hero .col-right{
  width: 100%;
  max-width: 373px;
}

.why-choose-hero h2{
  color: #fff;
  margin-top: 25px;
  font-size: 26px;
  line-height: 60px;
  margin-bottom: 5px;
}

.why-choose-hero p{
  line-height: 40px;
  font-size: 22px;
  color: #fff
}



/**/
.bookfree-hero{
  width: 100%;
  max-width:1039px;
  margin: auto;
  margin-bottom: 58px;
  margin-top: 40px;
  position: relative;  
  text-align: center;
}

.bookfree-hero.mb-30{
  margin-bottom: 30px;
}

.bookfree-hero.mb-33{
  margin-bottom: 33px;
}

.bookfree-hero.mb-50{
  margin-bottom: 50px;
}

.bookfree-hero h2{
  line-height: 60px;
  color: #EFFF78;
  font-size: 26px;
}

.bookfree-hero p.section-para{
  width: 100%;
  max-width: 962px;
  margin: auto;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

.bookfree-hero p.section-para.w-1027{
  max-width: 1027px;
}

.bookfree-hero p.section-para br{
  display: block;
}

.bookfree-hero .features{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 834px;
  margin: auto;
  margin-top: 34px;
  margin-bottom: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}

.bookfree-hero .features .item{
  background-color: rgba(255,255,255,0.14);
  border:solid 1px rgba(255,255,255,0.31);
  border-radius: 5px;
  padding: 18px 15px 16px 15px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}

.bookfree-hero .features .icon{
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  margin-bottom: 8px;
}

.bookfree-hero .features h3{
  font-size: 22px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0
}

.bookfree-hero .features p{
  color: #fff
}




/**/

.home-section-1{
  position: relative;
  padding: 70px 0;
}

.home-section-1 h2{
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 5px;
}

.home-section-1 p.section-para{
  width: 100%;
  max-width: 1008px;
  margin: auto;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400
}

.home-section-1 .inner{
  max-width: 1340px;
  margin: auto;
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 88px;
}

.home-section-1 .inner .item{
  width: 100%;
  position: relative;
  padding: 14px 10px;
  padding-bottom: 25px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px, rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
}

.home-section-1 .inner .item h3{
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 11px;
}

.home-section-1 .inner .item .icon{
  height: 61px;
  width: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home-section-1 .inner .item .dont{
  position: absolute;
  top: 0;
  left: 0
}

.home-section-1 .inner .item ul.list{
  position: relative;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 20px;
}

.home-section-1 .inner .item ul.list li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;  
}

.home-section-1 .inner .item ul.list img{
  max-width: 27px;
}

/**/

.home-section-2{
  padding: 50px 0;
  position: relative;
  background: #FF4956;
  background: linear-gradient(90deg, rgba(255, 73, 86, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
} 

.home-section-2 h2{
  text-align: center;
  margin-bottom: 5px;
}

.home-section-2 h2 br{
  display: none;
}

.home-section-2 p.section-para{
  text-align: center;
  font-size: 22px;
}

.home-section-2 .inner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 73px;
  width: 100%;
  max-width: 1023px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 60px;
}

.home-section-2 .inner .item{
  background-color: #fff;
  padding: 20px 5px 20px 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 5px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 5px;
}

.home-section-2 .inner .item h3{
  margin-bottom: 5px;
}

.home-section-2 .inner .item .icon{
  width: 100%;
  max-width: 51.2px;
  align-items: center;
  justify-content: flex-start;
}

.home-section-2 .bookFreeBtn{
  width: 100%;
  max-width: 316px;
  margin: auto;
  background-color: #DD2928;
  color: #fff;
  height: 61px;
  align-items: center;
  justify-content: center;
  display: flex;
  column-gap: 10px;
  font-weight: 500;
  border-radius: 5px;
}

.home-section-2 .bookFreeBtn:hover{
  background-color: #77060B
}


/**/

.home-section-3{
  padding: 70px 0;
} 

.home-section-3 h2{
  text-align: center;
  margin-bottom: 5px;
}

.home-section-3 p.section-para{
  text-align: center;
  font-size: 22px;
  width: 100%;
  max-width: 752px;
  margin: auto;
}

.home-section-3 .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 00px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  margin-bottom: 0;
}

.home-section-3 .col-left{
  width: 100%;
  max-width: 650px;
}

.home-section-3 .col-right{
  width: 100%;
  max-width: 629px;
}

/**/
.process-features-area{
  max-width: 100%;
  position: relative;
}

.process-features-area .grid-1{
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  justify-content: space-between;
}

.process-features-area .item{
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding: 20px 55px 20px 55px;
  width: 48%;
  text-align: center;
}

.process-features-area .icon{
  margin: auto;
  display: flex;
  height: 100%;
  height: 102px;
  margin-bottom: 31px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 0
}

.process-features-area .seprator{
  width: 1px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(74, 74, 74, 1) 100%);
}

.process-features-area .seprator2{
  width: 1px;
  background: #FFF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(74, 74, 74, 1) 100%);
}

.sperator3{
  background: #807E7E;
  background: radial-gradient(circle, rgba(128, 126, 126, 1) 0%, rgba(128, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}



/**/

.home-section-4{
  padding: 50px 0;
  position: relative;
  background: #FF4956;
  background: linear-gradient(90deg, rgba(255, 73, 86, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
} 

.home-section-4 h2{
  text-align: center;
  margin-bottom: 5px;
}

.home-section-4 h2 br{
  display: none;
}

.home-section-4 p.section-para{
  text-align: center;
  font-size: 22px;
}

.home-section-4 .inner{
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  margin-top: 61px;
}

.home-section-4 ul.steps-area{
  width: 100%;
  max-width: 1026px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 22px;
}

.home-section-4 ul.steps-area li{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #6D210C;
  color: #EFFF78;
  font-weight: 700;
  font-size: 48px;
  position: relative;
}

.home-section-4 ul.steps-area li span{
  position: relative;
  z-index: 9
}

.home-section-4 ul.steps-area li:before{
  content: "";
  height: 2px;
  border-top: dotted 2px #6D210C;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 400px;
  z-index: 6
}

.home-section-4 ul.steps-area li:last-child:before{
  width: auto;
}

.home-section-4 ul.steps-area li:after{
  content: "";
  width: 22px;
  height: 18px;
  background-image: url(../img/step-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 190px;
  top: 50%;
  margin-top: -9px;
}

.home-section-4 ul.steps-area li:last-child:after{
  display: none;
}


.home-section-4 .steps-dailog{
  position: relative;
  width: 1200px;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 48px;
  grid-row-gap: 41px;
}

.home-section-4 .steps-dailog .item{
  background-color: #fff;
  padding: 24px 17px;
  text-align: center;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 5px 0px;
}

.home-section-4 .steps-dailog h3{
  margin-bottom: 5px;
  line-height: 30px;
}



/**/

.home-section-5{
  padding: 70px 0 72px 0;
  position: relative;
} 

.home-section-5 .inner{
  width: 100%;
  max-width: 1308px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 60px;
}

.home-section-5 .col-left{
  width: 100%;
  max-width: 500px;
}

.home-section-5 .col-right{
  width: 100%;
  max-width: 696px;
}

.home-section-5 .section-title{
  display: inline-block;
  color: #6D210C;
  font-size: 16px;
  line-height: 30px;
  background-color: #EFFF78;
  border:solid 1px #6D210C;
  border-radius: 5px;
  padding: 4px 21px;
  margin-bottom: 10px;
}

.home-section-5 .commitment-tile{
  box-shadow: rgba(99, 99, 99, 0.25) 0px 0px 14px 0px;
  border-radius: 10px;
  padding: 22px 26px;
  margin-top: 35px;
  position: relative;
  text-align: left
}

.home-section-5 .commitment-tile:after{
  content: "";
  height: 186px;
  width: 136px;
  background-image: url(../img/home-commitment.svg);
  position: absolute;
  bottom: -5px;
  right: 26px;
}

.home-section-5 .commitment-tile h3{
  margin-bottom: 22px;
}

.home-section-5 .commitment-tile ul.list{
  position: relative;
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
  text-align: left
}

.home-section-5 .commitment-tile ul.list li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  line-height: 30px;  
}

.home-section-5 .commitment-tile ul.list li .icon{
  width: 100%;
  max-width: 23px;
}

.home-section-5 .commitment-tile ul.list li .icon img{
  display: block;
}



/**/

.home-section-6{
  padding: 50px 0 70px 0;
  position: relative;
  background: #FF4956;
  background: linear-gradient(90deg, rgba(255, 73, 86, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
} 

.home-section-6 h2{
  margin-bottom: 25px;
}

.home-section-6 img.review-stars{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.home-section-6 p.section-para{
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  text-align: center;
}

.home-section-6 .inner{
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 50px;
  max-width: 1238px;
}

.home-section-6 .item{
  padding: 25px;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(119, 6, 11, 1) 100%);
  border-radius: 10px;
}
.home-section-6 .item .item-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
  column-gap: 20px;
}

.home-section-6 .item .item-header h3{
  color: #fff;
  font-size: 26px;
}

.home-section-6 .item .item-header p.city{
  color: #FBCC02
}

.home-section-6 .item .item-header .left-col{
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items:center;
  justify-content: flex-start;
  column-gap: 15px;
}

.home-section-6 .item .item-header .avatar{
  height: 64px;
  width: 64px;
  border-radius: 4px;
  background-size: cover;
  flex-wrap: wrap;
  flex-shrink: 0
}

.home-section-6 .item .item-header img{
  display: block;
}

.home-section-6 .item p{
  color: #fff
}

.home-section-6 .item p br{
  display: block;
}


/**/

.single-service-1{
  position: relative;
  padding: 70px 0;
}

.single-service-1 p.section-para{
  font-size: 22px;
  text-align: center;
}

.single-service-1 h3{
  margin-top: 50px;
  text-align: center;
}

.single-service-1 .features{
  width: 100%;
  max-width: 944px;
  margin: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 25px;
}

.single-service-1 .features .item{
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.25) 0px 0px 15px 0px;
  position: relative;
  padding: 25px 45px 25px 50px;
  background-color: #fff;
  overflow: hidden;
}

.single-service-1 .features .item:before{
  width: 11px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  background-color: #000
}


/**/

.single-service-2{
  position: relative;
}

.single-service-2 h2{
  margin-bottom: 12px;
}

/**/

.single-service-3{
  padding: 37px 0 70px 0;
  position: relative;
  background: #FF4956;
  background: linear-gradient(90deg, rgba(255, 73, 86, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);  
} 

.single-service-3 .inner{
  display: flex;
  flex-direction: column;
  grid-row-gap: 25px;
}

.single-service-3 .item{
  padding: 25px;
  box-shadow: rgba(99, 99, 99, 0.25) 0px 0px 10px 0px;
  border-radius: 10px;
  background-color: #fff
}

.single-service-3 h2{
  margin-bottom: 15px;
}

.single-service-3 p.highlighttxt{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single-service-3 div.highlightcard{
  background-color: #FDFFEC;
  border:solid 1px #CADB4B;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px;
}

.single-service-3 div.highlightcard:last-child{
  margin-bottom: 0
}

.single-service-3 ul.list{
  position: relative;
  line-height: 30px;
  margin-left: 10px;
  margin-bottom: 25px;
}

.single-service-3 ul.list li{
  position: relative;
  padding-left: 15px;
  line-height: 30px;
}

.single-service-3 ul.list li:before{
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  margin-top: -2px;
}


/**/

.book-free-1{
  padding: 70px 0;
  position: relative;
}

.book-free-1 .inner{
  max-width: 737px;
  margin: auto;
}

.book-free-1 h2{
  margin-bottom: 5px;
}

.book-free-1 p.section-para{
  font-size: 22px;
  max-width: 674px;
  margin: auto;
}

.book-free-1 p.section-para br{
  display: none;
}

.book-free-1 form{
  background-color: #681700;
  border-radius: 12px;
  padding: 45px 40px 16px 40px;
  margin-top: 35px;
}

.book-free-1 .grid-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 22px;
}

.book-free-1 .form-group{
  margin-bottom: 22px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.book-free-1 .form-control{
  width: 100%;
  box-sizing: border-box;
  height: 61px;
  font-family: "Afacad", sans-serif;
  font-size: 18px;
  padding: 15px;
  border:0;
  color: #000;
  border-radius: 7px;
}

.book-free-1 .form-control.text-area{
  min-height: 188px;
  resize: none;
}

.book-free-1 .form-control::placeholder {
  color: #000;
}
.book-free-1 .form-control:focus {
  color:#000;
}

.book-free-1 .bookFreeBtnSubmit{
  height: 61px;
  border-radius: 7px;
  background-color: #EFFF78;
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border:0;
  font-weight: 700;
  font-family: "Afacad", sans-serif;
  font-size: 22px;
  cursor: pointer;
  color: #6D210C;
  margin-bottom: 6px;
  margin-top: -8px;
}

.book-free-1 .bookFreeBtnSubmit:hover{
  background-color:var(--primary);
  color:#fff;
}


/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv{
  position: relative;
}
.selectdiv:after {
  content: '';
  background-image: url(../img/polygon.svg); 
  background-repeat: no-repeat;
  right: 21px; 
  top: 24px;
  position: absolute;
  pointer-events: none;
  width: 28px;
  height: 10px;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #000;
  border:0;
  border-radius: 2px;
  font-size: 18px;
  padding: 15px;
  padding-right: 50px;
  -ms-word-break: normal;
  word-break: normal;
  font-family: "Afacad", sans-serif;
  box-sizing: border-box;
  border-radius: 7px;
}

.selectdiv select:focus{
  box-shadow: none !important;
}

.book-free-1 .note{
  display: flex;
  align-items: flex-start;
  column-gap: 9px;
}

.book-free-1 .note p{
  color: #fff;
  line-height: 25px;
  font-size: 16px;
}

.book-free-1 .note  img{
  margin-top: 4px;
}

/**/

.book-free-2 {
  background: #FF4956;
  background: linear-gradient(90deg, rgba(255, 73, 86, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);  
  padding: 50px 0;
}

.book-free-2 p.section-para{
  font-size: 22px;
  line-height: 35px;
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.book-free-2 .inner{
  display: flex;
  max-width: 935px;
  margin: auto;
  grid-row-gap: 26px;
  margin-top: 40px;
  flex-direction: column;
}

.book-free-2 .item{
  padding: 17px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.25) 0px 0px 10px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 15px;
  width: 100%;
}

.book-free-2 .item .icon{
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6D210C;
  border-radius: 9px;
  flex-shrink: 0;
  flex-wrap: wrap;
  margin-top: 2px;
}

.book-free-2 .item h3{
  font-weight: 600
}



/**/

.privacy-page{
  padding: 50px 0 70px 0;
  position: relative;
}

.privacy-page h2{
  line-height: 168.5%;
}

.privacy-page p{
  margin-bottom: 25px;
}

.privacy-page p.mb-0{
  margin-bottom: 0
}

.privacy-page .font-size-22px{
  font-size: 22px;
}


.privacy-page ul.list{
  position: relative;
  line-height: 30px;
  margin-left: 10px;
}
.privacy-page ul.list li{
  position: relative;
  padding-left: 15px;
  line-height: 30px;
}

.privacy-page ul.list li:before{
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.privacy-page .grid-row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}



.privacy-page .contactBtn{
  width: 100%;
  min-width: 222px;
  background-color: #DD2928;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  column-gap: 15px;
  font-size: 22px;
  font-weight: 600;
  height: 61px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  margin-top: 20px;
}

.privacy-page .contactBtn:hover{
  background-color: #000
}


/**/

.contact-1{
  padding: 70px 0;
  position: relative;
}

.contact-1 .inner{
  max-width: 100%;
  max-width: 1320px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
}

.contact-1 .inner .col-left{
  width: 100%;
  max-width: 555px;
}

.contact-1 .inner .col-right{
  width: 100%;
  max-width: 738px;
}

.contact-1 h2{
  margin-bottom: 10px;
}

.contact-1 p.content-para{
  font-size: 22px;
}

.contact-1 ul.features{
  margin-top:38px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-row-gap: 36px;
  flex-direction: column;
  flex-wrap: wrap;
}

.contact-1 ul.features li{
  position: relative;
  display: flex;
  column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-1 ul.features .icon{
  width: 46px;
  height: 48px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-wrap: wrap;
  background-color: #6D210C;
  margin-top: 5px;
}

.contact-1 ul.features h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700
}

.contact-1 form{
  background-color: #FFE7E7;
  border-radius: 12px;
  padding: 45px 40px 39px 40px;
}

.contact-1 .grid-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 22px;
}

.contact-1 .form-group{
  margin-bottom: 22px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.contact-1 .form-control{
  width: 100%;
  box-sizing: border-box;
  height: 59px;
  font-family: "Afacad", sans-serif;
  font-size: 18px;
  padding: 15px;
  border:0;
  color: #000;
  border-radius: 7px;
  border:solid 1px #CFCFCF;
}

.contact-1 .form-control.text-area{
  min-height: 188px;
  resize: none;
}

.contact-1 .form-control::placeholder {
  color: #000;
}
.contact-1 .form-control:focus {
  color:#000;
}

.contact-1 .submitBtn{
  height: 61px;
  border-radius: 7px;
  background-color: #6D210C;
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border:0;
  font-weight: 700;
  font-family: "Afacad", sans-serif;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  margin-bottom: 6px;
  margin-top: -8px;
}

.contact-1 .submitBtn:hover{
  background-color:#000;
  color:#fff;
}

.contact-1 .note{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 6px;
  margin-top: 10px;
  width: 100%;
}

.contact-1 .note p{
  color: #000;
  line-height: 25px;
  font-size: 16px;
}

.contact-1 .note img{
  margin-top: 2px;
}


/**/

.review-1{
  padding: 70px 0;
  position: relative;
}

.review-1 .inner{
  width: 100%;
  max-width: 1140px;
  margin: auto;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row-gap: 25px;
  flex-direction: column;
}

.review-1 .item{
  background-color: #fff;
  padding: 17px 90px 20px 26px;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 0px 15px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 25px;
  width: 100%;
  border-radius: 8px;
}

.review-1 .item .avtar{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-size: cover;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.review-1 .item .review-header{
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.review-1 .item .review-header h3{
  font-size: 22px;
}

.review-1 .item .review-header .city{
  color: #8C8C8C;
  font-size: 18px;
  border-left:solid 1px #8C8C8C;
  padding-left: 8px;
}

.review-1 .item .review-header img{
  display: block;
}

/**/


.review-2{
  padding: 40px 0;
  position: relative;
  background: #FF4956;
  background: linear-gradient(90deg, rgba(255, 73, 86, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);  
}

.review-2 .inner{
  width: 100%;
  max-width: 904px;
  margin: auto;
  text-align: center;
}

.review-2 h2{
  margin-bottom: 10px;
}

.review-2 p{
  margin-bottom: 25px;
}

.review-2 .reviewBtn{
  width: 100%;
  max-width: 656px;
  height: 61px;
  margin: auto;
  background-color: #6D210C;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: block;
  line-height: 61px;
  border-radius: 5px;
}
.review-2 .reviewBtn:hover{
  background-color: #DD2928
}





/**/

.faq-1{
  padding: 70px 0 0 0;
  position: relative;
}

.faq-1 h2{
  margin-bottom: 40px;
}

.faq-1 .tile{
  width: 100%;
  max-width: 959px;
  margin:auto;
  margin-bottom: 53px;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 0px 15px 0px;
  padding: 35px 29px 45px 29px;
  border-radius: 8px;
}

.faq-1 .tile:last-child{
  margin-bottom: 0
}

.faq-1 .item{
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 30px;
}

.faq-1 h3{
  margin-bottom: 10px;
}

.faq-1 hr{
  border:0;
  height: 1px;
  background-color: #C5C5C5;
  margin-top: 42px;
  margin-bottom:25px;
}

/**/

.not-found-page{
  padding: 61px 0 91px 0
}


.not-found-page .inner{
  display: flex;
  width: 100%;
  max-width: 1238px;
  margin: auto;
  column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
}


 .not-found-page .col-left{
  width: 100%;
  max-width: 415px;
  margin-top: 36px;
 }

 .not-found-page .col-right{
  width: 100%;
  max-width: 677px;
 }


.not-found-page h1{
  font-size: 110px;
  line-height: 140px;
  font-family: "Amarante", serif;
  font-weight: 400;
  margin-bottom: 8px;
}

.not-found-page h2{
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 35px;
}

.not-found-page p{
  margin-bottom: 27px;
}

.not-found-page .backBtn{
  width: 100%;
  max-width: 265px;
  background-color: #6D210C;
  height: 46px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  column-gap: 25px;
}

.not-found-page .backBtn:hover{
  background-color: #000
}




.blog-list{
  padding:70px 0 0 0;
}

.blog-list .inner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 70px;  
}

.blog-list .blog-main-img{
  border-radius: 25px;
  margin-bottom: 22px;
}

.blog-list h2{
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 7px;
  font-weight: 600
}

.blog-list .readmore{
  margin-top: 25px;
  display: inline-block;
  width: 88px;
  background-color: #F23812;
  color: #fff;
  text-align: center;
  height: 34px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  column-gap: 7px;
}

.blog-list .readmore:hover{
  background-color: #6D210C;
}

/**/


/**/

ul.pagination{
  margin: 0;
  padding: 0;
  margin: auto;
  margin-top: 90px;
  text-align: center;
  margin-bottom: 20px;
}

ul.pagination li{  
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}

ul.pagination li a{
  background-color: #fff;
  height: 53px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  border-radius: 4px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  color: #6D210C;
  border:solid 1px #6D210C;
  font-size: 26px;
}

ul.pagination li a:hover{
  background-color:#6D210C;
  color: var(--white);
  border-color: #6D210C
}

ul.pagination li a.active{
  background-color:#6D210C;
  color: var(--white);
  border-color: #6D210C;
  font-weight: 400
}

ul.pagination li a.prev, ul.pagination li a.next{
  background-color: #FFF2F2;
  font-weight: 700;
  padding-right: 27px;
  padding-left: 27px;
}

ul.pagination li a.prev:hover, ul.pagination li a.next:hover{
  background-color: #6D210C;
  font-weight: 700
}




.blog-details{
  position: relative;
  padding: 30px 0 90px 0
}

.blog-details .detailsinner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 30px;
}
.blog-details .col-1{
  width: 765px;
}
.blog-details .col-2{
  width: 497px;
}

.blog-details .detailscard{
  width: 100%;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: var(--white);
}

.blog-details .detailscard .p-15{
  padding:16px 24px;
}
.blog-details .detailscard p{
  color: var(--text-color);
  margin-bottom: 35px;
  line-height: 32px;
}

.blog-details .detailscard h2{
  font-size: 28px;
  line-height:40px;
  margin-bottom: 10px;
  font-family: "Afacad", sans-serif;
}

.blog-details .detailscard h3{
  font-size: 24px;
  line-height:35px;
  margin-bottom: 6px;
  font-family: "Afacad", sans-serif;
}


.blog-details .detailscard img.w-100{
  width: 100%;
  display: block;
}

.blog-details .detailscard ol.numbers1{
  margin-left: 40px;
}

.blog-details ol.numbers1 li{
  margin-left: 10px;
  padding-left: 5px;
  list-style: decimal !important;
  margin: 10px 0;
}

.blog-details .detailscard ul.checkicon{
  margin-left: 40px;
}

.blog-details ul.checkicon li{
  margin-left: 10px;
  padding-left: 5px;
  list-style: none;
  margin: 10px 0;
  position: relative;
}

.blog-details ul.checkicon li:before{
  content: "";
  background-image: url(../img/arrow-dark-fill.svg);
  height: 15px;
  width: 15px;
  background-size: cover;
  position: absolute;
  top: 4px;
  left: -19px;
  margin-top: 4px;
}

.blog-details blockquote{
  background-color: #FFF4F4;
  padding:17px 19px;
  line-height: 32px;
  color: var(--text-color);
  font-style: italic;
  border-radius: 0;
  margin: 34px 0 0 0;
  margin-bottom: 20px;
  font-size: 18px;
}



.blog-details .sidebarcard{
  width: 100%;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 1px 1px 5px 1px;
  background-color: var(--white);
  padding: 20px;
  margin-bottom:50px;
}


.sidebarsticky{
  position: sticky !important;
  top: 20px;
}

.blog-details .sidebarcard h5{
  font-family: "Afacad", sans-serif;
  font-size: 28px;
  border-bottom: solid 1px #E6D1D8;
  padding-bottom: 15px;
  color: var(--black);
  margin-bottom: 25px;
  line-height: 49px;
}

.blog-details .sidebarcard ul.servicesmenu{
  margin: 0;
  padding: 0;
  background-color: #77060B ;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 400
}

.blog-details .sidebarcard ul.servicesmenu li{
  border-bottom: dotted 1px #DBC5C5;
  padding: 0;
  line-height: normal;
  margin: 0;
}

.blog-details .sidebarcard ul.servicesmenu li:last-child{
  border: 0
}

.blog-details .sidebarcard ul.servicesmenu li:before{
  display: none;
}

.blog-details .sidebarcard ul.servicesmenu li a{
  display: block;
  padding: 12px 20px;
  color: var(--white)
}

.blog-details .sidebarcard ul.servicesmenu li a:hover{
  background-color: var(--white);
  color: #263238
}


.blog-details .sidebarcard ol{
  list-style: none;
  counter-reset: steps;
}

.blog-details .sidebarcard  ol li{
  margin-left: 10px;
  padding-left: 40px;
  counter-increment: steps;
  margin: 20px 0;
  margin-bottom: 25px;
  font-size: 18px;
  position: relative;
  line-height: 35px;
}

.blog-details .sidebarcard  ol li::before {
  content: counter(steps);
  background:#77060B;
  color: white;
  width: 23px;
  height: 25px;
  border-radius: 2px;
  display: inline-grid;
  place-items: center;
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 5px;
  line-height: 18px;
}

.blog-details .sidebarcard  ol ol li::before {
  background: #FFE6E8;
  color: var(--black);
  font-weight: 600
}



/**/

ul.faqlist{
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 25PX !important; 
}

ul.faqlist li{
  margin-bottom: 25px;
  padding-left: 0;
  margin-left: 45px;
  position: relative;
}

ul.faqlist li:before{
  display: none;
  padding-left: 0;
}

ul.faqlist li span{
  max-width: 33px;
  position: absolute;
  top: 1px;
  left: -45px
}

ul.faqlist li span img{
  width: 100%;
}

ul.faqlist h4{
  font-size: 28px;
  margin-bottom: 10px;
  padding-top: 3px;
  color: #000;
  font-family: "Afacad", sans-serif;
  font-weight: 700
}




/**/


.cta{
  padding: 70px 0 80px 0;
  position: relative;
}

.cta.bg{
  background-color: #FDF5F4
}

.cta .inner{
  width: 100%;
  max-width: 965px;
  margin: auto;
  text-align: center;
}

.cta .cta-icon{
  height: 80px;
  width: 80px;
  margin: auto;
  border-radius: 50%;
  background-color: #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta h2{
  margin-bottom: 25px;
}

.cta p.section-para{
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: 100%;
  max-width: 654px;
  margin: auto;
  margin-bottom: 35px;
}

.cta .btn-area{
  max-width: 620px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px
}

.cta .btn-area .contactBtn{
  width: 100%;
  max-width: 239px;
  border:solid 2px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  column-gap: 15px;
  font-size: 22px;
  font-weight: 600;
  height: 61px;
  border-radius: 5px;
  box-sizing: border-box;
}

.cta .btn-area .contactBtn:hover{
  background-color: #EFFF78
}

.cta .btn-area .freeQouteBtn{
  width: 100%;
  background-color: #DD2928;
  height: 61px;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  display: flex;
  color: #fff;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 600
}

.cta .btn-area .freeQouteBtn:hover{
  background-color: #6A0106
}


/**/

.about-section-1{
  background: #FF4956;
  background: linear-gradient(90deg, rgba(255, 73, 86, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
  position: relative;
  padding: 50px 0;
}

.about-section-1 h2{
  margin-bottom: 5px;
}

.about-section-1 p.section-para{
  font-size: 22px;
  max-width: 760px;
  margin: auto;
}

.about-section-1 .features{
  max-width: 1026px;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.about-section-1 .features .item{
  background-color: #fff;
  border-radius: 10px;
  padding: 19px 25px 30px 25px;
  box-shadow: rgba(99, 99, 99, 0.25) 0px 0px 14px 0px;
  text-align: center;
}

.about-section-1 .features .item .icon{
  min-height: 102px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section-1 .features .item img{
  display:block;
  margin: auto;
}
.about-section-1 .features h3{
  margin-bottom: 5px;
}


/**/

.about-section-2{
  position: relative;
  padding: 62px 0 65px 0;
}

.about-section-2 .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1293px;
  margin: auto;
  column-gap: 30px;
}

.about-section-2 h2{
  margin-bottom: 5px;
}

.about-section-2  p.section-para{
  font-size: 22px;
}

.about-section-2 .col-left{
  width: 100%;
  max-width: 570px;
}

.about-section-2 .col-right{
  width: 642px;
}

.about-section-2 ul.list{
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 25px;
  width: 100%;
  
}

.about-section-2 ul.list li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
}

.about-section-2 ul.list li .icon{
  width: 100%;
  max-width: 28px;
  text-align: center;
}

.about-section-2 ul.list li .icon img{
  display: block;
  margin: auto;
}


/**/

.about-section-3{
  background: #FF4956;
  background: linear-gradient(90deg, rgba(255, 73, 86, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
  position: relative;
  padding: 50px 0 70px 0;
}

.about-section-3 h2{
  margin-bottom: 5px;
}

.about-section-3 h2 br{
  display: none;
}

.about-section-3  p.section-para{
  font-size: 22px;
  width: 100%;
  max-width: 1008px;
  margin: auto;
}

.about-section-3 .inner{
  width: 100%;
  max-width: 935px;
  margin: auto;
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-row-gap: 25px;
}


.about-section-3 .item{
  background-color: #fff;
  border-radius: 10px;
  padding:16px;
  box-shadow: rgba(99, 99, 99, 0.25) 0px 0px 18px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 16px;
  text-align: left
}

.about-section-3 .item .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  flex-shrink: 0;
  flex-wrap: wrap;
  background-color: #6D210C;
  border-radius: 50%;
}

.about-section-3 .item .icon img{
  display: block;
}

.about-section-3 .item h3{
  font-weight: 600;
}

.about-section-3 .item p{
  text-align: left
}



/**/

.why-choose-1{
  position: relative;
  padding: 50px 0 0 0;
  background: #EFFF78;
  background: linear-gradient(90deg, rgba(239, 255, 120, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
}

.why-choose-1 .inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 50px;
}

.why-choose-1 .col-left{
  width: 100%;
  max-width: 645px;
}

.why-choose-1 .col-right{
  width: 100%;
  max-width: 533px;
  margin-top: 15px;
}

.why-choose-1 h2{
  margin-bottom: 5px;
}

.why-choose-1 p.section-para{
  font-size: 22px;
}

.why-choose-1 .main-img{
  margin-top: 45px;
  width: 100%;
  max-width: 544px;
  float: right
}

.why-choose-1 .img-none{
  display: none;
}

.why-choose-1 .img-block{
  display: block;
}


.why-choose-1 ul.featureslist{
  margin-top: 22px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  grid-row-gap: 30px;
}

.why-choose-1 ul.featureslist li{
  padding: 2px 0 0 25px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.why-choose-1 ul.featureslist li:before{
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #C7C7C7;
  content: ""
}

.why-choose-1 ul.featureslist  h4{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px;
  color: #6D210C;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}


/**/

.footer{
  position: relative;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(119, 6, 11, 1) 100%);
  padding: 30px 0 0 0;
  color: #fff
}

.footer p{
  color: #fff;
  max-width: 285px;
}

.footer .inner{
  position: relative;
  display: flex;
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding-bottom: 111px;
}

.footer .logo{
  display: block;
  min-width: 265px;
}

.footer .feature{
  width: 100%;
  max-width: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.footer .feature .item{
  background-color: rgba(255,255,255,0.22);
  height: 100px;
  border-radius: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px;
  padding-bottom: 5px;
  flex-direction: column;
  font-size: 18px;
}
.footer .feature .item .icon{
  height: 100%;
  height: 42px;
}

.footer .inner .col:nth-child(1){
  margin-left: 0;
  width: 343px;
}

.footer .inner .col:nth-child(2){
  margin-left: 59px;
  width: 141px;
}

.footer .inner .col:nth-child(3){
  width: 152px;
  margin-left: 76px;
}

.footer .inner .col:nth-child(4){
  width: 140px;
  margin-left: 50px;
}

.footer .inner .col:nth-child(5 ){
  width: 327px;
  margin-left: 66px;
  margin-top: 0;
}


.footer h2{
  font-size: 26px;
  font-family: "Afacad", sans-serif;
  line-height: 30px;
  margin-bottom:20px;
}

.footer ul.ftr-links{
  display: block;
}

.footer ul.ftr-links li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 35px;
  column-gap:5px;
  margin-bottom: 5px;
}

.footer ul.ftr-links li span{
  width: 100%;
  max-width: 24px;
}

.footer ul.ftr-links li span img{
  display: block;
}

.footer ul.ftr-links a{
  color: #fff;
}
.footer ul.ftr-links a:hover{
  color: #EFFF78;
}

.footer .footer-cta{
  padding: 23px 14px 14px 14px;
  border-radius: 7px;
  text-align: center;
  margin-top: 0px;
  background-color: rgba(255,255,255,0.22);
}

.footer .footer-cta h3{
  font-family: "Afacad", sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}

.footer .footer-cta p{
  color: #fff;
  line-height: 24px;
  margin-bottom: 23px;
}

.footer .footer-cta .book-btn{
  height: 56px;
  font-size: 22px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #EFFF78;
  font-weight: 700;
  border-radius: 7px;
  column-gap: 10px;
  color: #6D210C;
  margin-top: 40px;
}

.footer .footer-cta .book-btn:hover{
  background-color: #fff
}

.footer ul.social{
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 19px
}

.footer ul.social li{
  height: 46px;
  width: 46px;
  background-color: #E3FDCB;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer ul.social li img{
  display: block;
}

.copyright{
  background-color:rgba(255,255,255,0.22);
  padding: 5px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}



/** Thank you Popup 8*/

.thanks-inner{
    background-color: white;
    width:699px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    margin: auto;
    text-align: center;
    padding:27px 44px 0px 27px;
    box-sizing: border-box;
    position: relative;   
}


.thankyou-popup{    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    text-align: center;
}

.thankyou-popup img{
    width: 517px;
    margin: auto;
    display: block;
    margin-bottom: 17px;
    left: 30px;
    position: relative;
}

.close-popup{
  height: 20px;
  width: 20px;
  background-color: transparent;
  border:0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 50px;
}

.close-popup img{
  width: 100%;
}


.thankyou-popup h2{
  font-size: 48px;
  margin-bottom: 5px;
  color: var(--black);
  font-weight: 700;
  line-height: 64px;
}

.thanks-heading{
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.thankyou-popup p.content-para{
  max-width: 648px;
  margin: auto;
  margin-bottom: 29px;
}

.overlay-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 999;
}





@media (max-width: 425.9px) {

h1{
  line-height: 45px;
  font-size: 36px;
  letter-spacing: -1px
}

h2{
  line-height: 43px;
  font-size: 32px;
  margin-bottom: 10px;
}

h3{
  line-height: 30px;
  font-size: 26px;
}

h4{
  line-height: 35px;
  font-size: 22px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}


 /**/

ul.pagination li{  
  display: inline-block;
  margin: 0 13px;
  padding: 0;
}


ul.pagination li a{
  background-color: #fff;
  height: 38px;
  padding-left: 15px;
  padding-right: 15px ;
  font-size: 18px;
  font-weight: 400 !important
}

ul.pagination li:first-child{
  display: block;
  max-width: 176px;
  margin:23px auto;
  margin-top: 0
}
ul.pagination li:last-child{
  display: block;
  max-width: 176px;
  margin:23px auto;
  margin-bottom: 0
}



 /**/

.mobileMenubar {
  display: block;
}

.main-navbar{
  position: relative;
  display: none;
}

 /**/

.home-header{
  padding-bottom: 50px;
}
.home-header .home-hero-caption{
  margin-top: 53px;
  flex-direction: column;
  text-align: center;
  grid-row-gap: 50px;
}
.home-header .home-hero-caption .col-left{
  max-width: 382px;
  margin: auto;
}
.home-header .home-hero-caption .col-right{
  max-width: 276px;
  margin: auto;
}
.home-header .home-hero-caption .hero-title{
  display: none;
}
.home-header .home-hero-caption p.section-para{
  max-width: 331px;
  margin: auto;
  margin-bottom: 50px;
}
.home-header .home-hero-caption ul.features{
  width: 100%;
  max-width: 247px;
  margin: auto;
  margin-bottom: 40px;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  grid-row-gap: 50px;
}


.herobtnArea{
  max-width: 327px;
  margin: auto;
  flex-direction: column;
  grid-row-gap: 25px;
  margin-bottom: 21px;
}


.home-header .home-hero-caption .hero-btm{
  align-items: center;
  max-width: 345px;
  margin: auto;
  justify-content:center;
  column-gap: 20px;
  text-align: left;
}

.home-header .home-hero-caption .hero-btm div{
  width: auto;
  line-height: 20px;
}

/**/



/**/

.inner-page-header{
  position: relative;
}

.inner-page-header:before{
  width:78px;
  height:168px;
  background-image: url(../img/inner-pages-hero-web-mob.svg);  
}
.inner-page-header:after{
  width:85px;
  height:354px;
  top:112px;
  background-image: url(../img/inner-pages-hero-rbg-elements-mob.svg);
}
.inner-page-header2:before{
  width:45px;
  height:90px;
  position: absolute;
  top: 132px;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-page-header2:after{
  display: none;
}

.inner-page-header3:before, .inner-page-header3:after{
  display: none;
}


.inner-page-hero{
  margin-top: 55px;
}

.inner-page-hero h1{
  margin-bottom: 15px;
}

/**/

.about-hero{
  max-width: 345px;
  margin-bottom: 50px;
}

.about-hero .innercard{
  border-radius:14px;
  padding: 25px 11px 20px 11px; 
  margin-bottom: 15px;
}
.about-hero .innercard h2{
  max-width: 313px;
  margin-bottom: 31px;
}
.about-hero .innercard h3{
  line-height: 35px;
  margin-bottom: 5px;
}

.about-hero ul{
  display: grid; 
  grid: auto auto / auto auto; 
  grid-gap: 0;
  flex-wrap: wrap;
  grid-row-gap: 20px;
  justify-content: space-between;
}

.about-hero ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}

.about-hero ul li:nth-child(1){
  width: 150px;
}

.about-hero ul li:nth-child(2){
  width: 135px;
}

.about-hero ul li:nth-child(3){
  width: 100%;
  grid-column: 1 / span 2;
}


h1.page-header {
  margin-bottom: 0
}
h1.page-header br{
  display: none;
}

/**/
.service-hero{
  max-width:347px;
  margin-bottom: 50px;
  margin-top: 15px;
}

.service-hero p.section-para{
  max-width: 345px;
}

.service-hero p.section-para br{
  display: none;
}

.service-hero .features{
  display: flex;
  flex-direction: column;
  grid-row-gap: 25px;  
  max-width: 198px;
  margin-top: 60px;
  margin-bottom: 40px;
}



/**/

.why-choose-hero{
  max-width: 345px;
  margin: auto;
  flex-direction: column;
  text-align: center;
}

.why-choose-hero h1{
  text-align: center!important;
  line-height: 70px;
}

.why-choose-hero ul.breadcrumb{
  text-align: center!important;
}


.why-choose-hero .col-left{
  max-width: 779px;
  padding-bottom: 50px;
}

.why-choose-hero .col-right{
  display: none;
}

.why-choose-hero h2{
  color: #fff;
  margin-top: 25px;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 10px;
}


/**/
.bookfree-hero{
  max-width:324px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.bookfree-hero h2{
  line-height:35px;
}

.bookfree-hero p.section-para{
  max-width: 324px;
  line-height: 35px;
}

.bookfree-hero p.section-para br{
  display: none;
}

.bookfree-hero .features{
  display: flex;
  flex-direction: column;
  grid-row-gap: 25px;
  max-width: 222px;
  margin-top: 25px;
  margin-bottom: 0;
}

/**/

.home-section-1{
  position: relative;
  padding: 70px 0;
}

.home-section-1 h2{
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 5px;
}

.home-section-1 p.section-para{
  max-width: 342px;
}

.home-section-1 .inner{
  max-width: 345px;
  margin: auto;
  margin-top: 25px;
  flex-direction: column;
  grid-row-gap: 25px;
}

.home-section-1 .inner .item {
  padding-left: 25px;
  padding-right: 25px;
}

.home-section-1 .inner .item h3{
  flex-direction: column;
  margin-bottom: 25px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-section-1 .inner .item .icon{
  height: 61px;
  width: 61px;
  margin-bottom: 10px;
}

.home-section-1 .inner .item ul.list{
  position: relative;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  grid-row-gap: 19px;
}

.home-section-1 .inner .item ul.list li{
  align-items: flex-start;
}

.home-section-1 .inner .item ul.list img{
  margin-top: 5px;
}


/**/

.home-section-2{
  padding: 50px 0;
} 

.home-section-2 h2{
  text-align: center;
  max-width: 378px;
  margin: auto;
  margin-bottom: 5px;
}

.home-section-2 h2 br{
  display: block;
}

.home-section-2 .inner{
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
  max-width: 345px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.home-section-2 .inner .item{
  background-color: #fff;
  padding: 20px 15px 20px 20px;
  column-gap: 10px;
}



/**/

.home-section-3{
  padding: 70px 0;
} 

.home-section-3 h2{
  max-width: 284px;
  margin: auto;
}

.home-section-3 p.section-para{
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  width: 100%;
  max-width: 345px;
  margin: auto;
}

.home-section-3 .inner{
  flex-direction: column-reverse; 
  grid-row-gap: 64px;
  max-width: 327px;
  margin: auto;
  margin-bottom: 0;
}

.home-section-3 .col-left{
  max-width: 327px;
  margin: auto;
}

.home-section-3 .col-right{
  margin: auto;
  max-width: 262px;
}

.process-features-area .grid-1{
  display: flex;
  flex-direction: column;
}
.process-features-area .item{
  flex-direction: column;
  padding: 20px 25px 20px 25px;
  width: 100%;
  text-align: center;
  display: block;
}

.process-features-area .icon{
  margin: auto;
  display: flex;
  flex-direction: column;
}


.process-features-area p{
  text-align: center;
}
.process-features-area .seprator{
  display: none;
}

.process-features-area .seprator2{
  display: none;
}

.sperator3{
  display: none;
}


/**/

.home-section-4 p.section-para{
  text-align: center;
  font-size: 22px;
  max-width: 336px;
  margin: auto;
  line-height: 35px;
}

.home-section-4 .inner{
  display: flex;
  max-width: 338px;
  margin: auto;
  margin-top: 61px;
  align-items: center;
  flex-direction: initial;
  column-gap: 16px;
}

.home-section-4 ul.steps-area{
  width: 100%;
  max-width: 57px;
  margin: auto;
  flex-direction: column;
  grid-row-gap: 119px;
}

.home-section-4 ul.steps-area li{
  display: flex;
  flex-direction: column;
  height: 57px;
  width: 57px;
  font-size: 30px;
}

.home-section-4 ul.steps-area li:before{
  height: 200px;
  border-left: dotted 2px #6D210C;
  position: absolute;
  top: 5%;
  margin-left: -2px;
  left: 50%;
  width: 2px;
}

.home-section-4 ul.steps-area li:last-child:before{
  width: 2px;
  height: 0
}

.home-section-4 ul.steps-area li:after{
  rotate: 90deg;
  left: 50%;
  margin-left: -13px;
  top: 125px;
}
.home-section-4 .steps-dailog{
  position: relative;
  width: 100%;
  max-width: 264px;
  margin: auto;
  display: flex;
  flex-direction: column;
}


/**/

.home-section-5{
  padding: 70px 0 70px 0;
  text-align: center;
} 

.home-section-5 .inner{
  flex-direction: column-reverse;
  grid-row-gap: 50px;
}


.home-section-5 .col-left{
  width: 100%;
  max-width: 280px;
  margin: auto;
}

.home-section-5 .col-right{
  max-width: 345px;
  margin: auto;
}

.home-section-5 .commitment-tile{
  padding-bottom: 220px;
}

.home-section-5 .commitment-tile:after{
  right: auto;
  left: 87px;
}

.home-section-5 .commitment-tile ul.list li{
  align-items: flex-start;
}

.home-section-5 .commitment-tile ul.list li .icon{
  margin-top: 5px;
}


/**/

.home-section-6{
  padding: 50px 0;
} 

.home-section-6 h2{
  margin: auto;
  max-width: 314px;
}

.home-section-6 .inner{
  margin: auto;
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
  margin-top: 35px;
  max-width: 345px;
}

.home-section-6 .item{
  padding: 25px;
  padding-right: 18px;
}

.home-section-6 .item .item-header{
  flex-direction: column;
  margin-bottom: 14px;
  column-gap: 20px;
}


.home-section-6 .item .item-header .left-col{
  margin-bottom: 22px;
}

.home-section-6 .item p br{
  display: none;
}


/**/

.about-section-1{
  padding: 70px 0;
}

.about-section-1 h2{
  margin-bottom: 4px;
}

.about-section-1 .features{
  max-width: 345px;
  margin-top:25px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
}


/**/

.about-section-2{
  padding: 50px 0 102px 0;
}

.about-section-2 .inner{
  flex-direction: column;
  grid-row-gap: 35px;
}

.about-section-2 h2{
  margin-bottom: 9px;
}

.about-section-2 .col-left{
  max-width: 339px;
  margin: auto;
}

.about-section-2 .col-right{
  width: 292px;
  margin: auto;
}

.about-section-2 ul.list li{
  align-items: flex-start;
}

.about-section-2 ul.list li .icon{
  margin-top: 3px;
}



/**/

.about-section-3{
  padding: 50px 0 50px 0;
}

.about-section-3 h2{
  margin-bottom: 0;
}

.about-section-3 h2 br{
  display: block;
}

.about-section-3  p.section-para{
  max-width: 333px;
}

.about-section-3 .inner{
  max-width:345px;
  grid-row-gap: 20px;
  margin-top: 25px
}


.about-section-3 .item{
  align-items: flex-start;
}



/**/

.single-service-1 {
  padding-bottom: 44px;
}
.single-service-1 h2{
  max-width: 321px;
  margin: auto;
  margin-bottom: 0
}

.single-service-1 p.section-para{
  max-width: 340px;
  margin: auto;
  line-height: 35px;
}

.single-service-1 h3{
  max-width: 350px;
  margin: auto;
  margin-top: 35px;
}

.single-service-1 .features{
  max-width: 345px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
}

.single-service-1 .features .item{
  padding: 25px 15px 25px 45px;
}


/**/

.single-service-2{
  position: relative;
}

.single-service-2 h2{
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-bottom: 12px;
}

.single-service-2 p.section-para{
  max-width: 300px;
  margin: auto;
}



/**/

.why-choose-1{
  padding: 25px 0 0 0;
  margin-bottom: 70px;
}

.why-choose-1 .inner{
  flex-direction: column;
}

.why-choose-1 .col-left{
  max-width: 352px;
  margin: auto;
}

.why-choose-1 .col-right{
  width: 100%;
  max-width: 352px;
  margin: auto;
  margin-top: 25px;
}

.why-choose-1 h2{
  margin-bottom: 5px;
}
.why-choose-1 .main-img{
  margin: auto;
  margin-top: 50px;
  width: 100%;
  max-width: 326px;
  float: none
}

.why-choose-1 .img-none{
  display: block;
}

.why-choose-1 .img-block{
  display: none;
}

/**/

.book-free-1{
  padding: 70px 0;
}

.book-free-1 .inner{
  max-width: 345px;
}

.book-free-1 h2{
  margin-bottom: 5px;
}

.book-free-1 p.section-para{
  font-size: 22px;
  max-width: 674px;
  margin: auto;
}

.book-free-1 p.section-para br{
  display: block;
}

.book-free-1 form{
  padding: 20px;
}

.book-free-1 .grid-row{
  display: flex;
  flex-direction: column;
}



/**/

.book-free-2 {
  padding: 50px 0;
}

.book-free-2 .inner{
  max-width: 345px;
  margin-top: 40px;
}

.book-free-2 h2{
  width: 100%;
  max-width: 279px;
  margin: auto;
}

.book-free-2 .item{
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 16px;
}



/**/

.privacy-page .grid-row{
  flex-direction: column;
}

.privacy-page .contactBtn{
  margin-top:0px;
}



/**/

.contact-1{
  padding: 70px 0;
}

.contact-1 .inner{
  max-width: 340px;
  flex-direction: column;
  grid-row-gap: 50px;
}

.contact-1 p.content-para{
  font-size: 22px;
}
.contact-1 form{
  padding:20px;
}

.contact-1 .grid-row{
  column-gap: 15px;
  flex-direction: column;
}

.contact-1 .form-group{
  margin-bottom: 15px;
}

.contact-1 .note{
  align-items: flex-start;
  column-gap: 6px;
}
.contact-1 .note img{
  margin-top: 4px;
}


/**/

/**/

.review-1{
  padding: 70px 0;
  position: relative;
}

.review-1 .inner{
  max-width: 345px;
  margin: auto;
  margin-top: 35px;
}

.review-1 .item{
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;

}


.review-1 .item .review-header{
  margin-bottom: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -65px;
  left: 90px;
  width: 100%;
  max-width: 180px;
  flex-wrap: wrap;
}

.review-1 .item .review-header .star{
  width: 200px;
}

.review-1 .item .review-header img{
  display: block;
  clear: both;
  margin-bottom: 8px;
}

.review-1 .item h3{
  display: inline-flex;
  font-size: 18px;
}


.review-1 .item .review-header .city{
  font-size: 16px;
}


/**/
.review-2{
  padding: 25px 0;
}

.review-2 .inner{
  max-width: 327px;
}



/**/

.faq-1 h2{
  margin-bottom: 25px;
}

.faq-1 .tile{
  width: 100%;
  max-width: 345px;
  margin:auto;
  margin-bottom: 50px;
  padding: 18px 10px 15px 10px;
  border-radius: 8px;
}

.faq-1 .tile:last-child{
  margin-bottom: 0
}

.faq-1 .item{
  column-gap: 10px;
  padding-right: 34px;
}

.faq-1 .item img{
  max-width: 35px;
  margin-top: 3px;
}



/**/
.not-found-page{
  padding: 50px 0 70px 0
}


.not-found-page .inner{
  display: flex;
  width: 100%;
  max-width: 292px;
  flex-direction: column-reverse;
}


 .not-found-page .col-left{
  margin-top: 0;
  text-align: center;
 }

.not-found-page h1{
  font-size: 64px;
}


.not-found-page p{
  margin-bottom: 36px;
}

.not-found-page .backBtn{
  margin: auto;
}



.blog-list{
  padding:70px 0 0 0;
}

.blog-list .inner{
  display: flex;
  flex-direction: column;
  max-width: 332px;
  margin: auto;
  text-align: center;
  grid-row-gap:35px;  
}

.blog-list .readmore {
  margin: auto;
  margin-top: 25px;
  position: relative;

}


/**/

.cta{
  padding: 70px 0 70px 0;
}
.cta .cta-icon{
  height: 72px;
  width: 72px;
}

.cta h2{
  max-width: 342px;
  margin: auto;
  margin-bottom: 19px;
}

.cta h2 br{
  display: none;
}

.cta p.section-para{
  flex-direction: column;
  max-width:324px;
  margin-bottom:50px;
  grid-row-gap: 10px;
}

.cta .btn-area{
  max-width:327px;
  grid-row-gap: 30px;
  flex-direction: column;
}

.cta .btn-area .contactBtn {
  max-width: 100%;
}




/**/

.inner-page-hero h1.blogheader{
  font-size: 28px;
  line-height: 44px;
}

.blog-details{
  position: relative;
}
.blog-details .detailsinner{
  flex-direction: column;
  grid-row-gap: 40px
}
.blog-details .col-1{
  width: 100%;
}
.blog-details .col-2{
  width: 100%;
}


/**/

ul.faqlist h4{
  font-size: 24px;
  line-height: 30px;
}


.blog-details .sidebarcard ul.servicesmenu{
  font-size: 20px;
}



/**/

.footer{
  padding: 26px 0 0 0;
}

.footer .inner{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.footer p{
  color: #fff;
  max-width: 100%;
}

.footer h2{
  font-size: 26px;
  margin-bottom:20px;
}

.footer .inner .col{
  margin-bottom: 10px;
}

.footer .inner .col:nth-child(1){
  margin-left: 0;
  width: 100%;
  order: 4;
  margin-top: 40px;
}

.footer .inner .col:nth-child(2){
  margin-left: 0;
  width: 55%;
  order: 1;
}

.footer .inner .col:nth-child(3){
  margin-left: 0;
  width: 40%;
  order: 2;
}

.footer .inner .col:nth-child(4){
  margin-left: 0;
  width: 100%;
  order: 3
}

.footer .inner .col:nth-child(5){
  margin-left: 0;
  order: 5;
  width: 100%;
  margin-top: 50px;
}

.footer .footer-cta {
  max-width: 100%;
}



/** Thank you Popup 8*/

.thanks-inner{
    width:320px;
}

.thankyou-popup img{
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 17px;
    left: 20px;
    position: relative;
}

.thankyou-popup h2{
  font-size: 32px;
}

.close-popup{
  right: 35px;
  top: 15px;
}





}

@media (min-width: 426px) and (max-width: 767.9px) {

h1{
  line-height: 45px;
  font-size: 36px;
}

h2{
  line-height: 43px;
  font-size: 32px;
  margin-bottom: 10px;
}

h3{
  line-height: 30px;
  font-size: 26px;
}

h4{
  line-height: 35px;
  font-size: 22px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}


 /**/

ul.pagination li{  
  display: inline-block;
  margin: 0 13px;
  padding: 0;
}


ul.pagination li a{
  background-color: #fff;
  height: 38px;
  padding-left: 15px;
  padding-right: 15px ;
  font-size: 18px;
  font-weight: 400 !important
}

ul.pagination li:first-child{
  display: block;
  max-width: 176px;
  margin:23px auto;
  margin-top: 0
}
ul.pagination li:last-child{
  display: block;
  max-width: 176px;
  margin:23px auto;
  margin-bottom: 0
}


 /**/

.mobileMenubar {
  display: block;
}

.main-navbar{
  position: relative;
  display: none;
}

 /**/

.home-header{
  padding-bottom: 50px;
}
.home-header .home-hero-caption{
  margin-top: 53px;
  flex-direction: column;
  text-align: center;
  grid-row-gap: 50px;
}
.home-header .home-hero-caption .col-left{
  max-width: 400px;
  margin: auto;
}
.home-header .home-hero-caption .col-right{
  max-width: 345px;
  margin: auto;
}
.home-header .home-hero-caption .hero-title{
  display: none;
}
.home-header .home-hero-caption p.section-para{
  max-width: 400px;
  margin: auto;
  margin-bottom: 50px;
}
.home-header .home-hero-caption ul.features{
  width: 100%;
  max-width: 327px;
  margin: auto;
  margin-bottom: 40px;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  grid-row-gap: 50px;
}


.herobtnArea{
  max-width: 327px;
  margin: auto;
  flex-direction: column;
  grid-row-gap: 25px;
  margin-bottom: 21px;
}


.home-header .home-hero-caption .hero-btm{
  align-items: center;
  max-width: 345px;
  margin: auto;
  justify-content:center;
  column-gap: 50px;
  text-align: center;
}

.home-header .home-hero-caption .hero-btm div{
  width: auto;
}


/**/

.inner-page-header{
  position: relative;
}

.inner-page-header:before{
  width:78px;
  height:168px;
  background-image: url(../img/inner-pages-hero-web-mob.svg);
}
.inner-page-header:after{
  width:85px;
  height:354px;
  top:112px;
  background-image: url(../img/inner-pages-hero-rbg-elements-mob.svg);
}

.inner-page-header2:before{
  width:45px;
  height:90px;
  position: absolute;
  top: 132px;
  background-repeat: no-repeat;
  background-size: cover;
}


.inner-page-header2:after{
  display: none;
}

.inner-page-header3:before, .inner-page-header3:after{
  display: none;
}


.inner-page-hero{
  margin-top: 55px;
}

.inner-page-hero h1{
  margin-bottom: 15px;
}


/**/

.about-hero{
  max-width: 345px;
  margin-bottom: 50px;
}

.about-hero .innercard{
  border-radius:14px;
  padding: 25px 11px 20px 11px; 
  margin-bottom: 15px;
}
.about-hero .innercard h2{
  max-width: 313px;
  margin-bottom: 31px;
}
.about-hero .innercard h3{
  line-height: 35px;
  margin-bottom: 5px;
}

.about-hero ul{
  display: grid; 
  grid: auto auto / auto auto; 
  grid-gap: 0;
  flex-wrap: wrap;
  grid-row-gap: 20px;
  justify-content: space-between;
}

.about-hero ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}

.about-hero ul li:nth-child(1){
  width: 150px;
}

.about-hero ul li:nth-child(2){
  width: 135px;
}

.about-hero ul li:nth-child(3){
  width: 100%;
  grid-column: 1 / span 2;
}


/**/

h1.page-header {
  max-width: 400px;
  margin: auto;
  margin-bottom: 5px;
}
h1.page-header br{
  display: none;
}

/**/
.service-hero{
  max-width:347px;
  margin-bottom: 50px;
  margin-top: 15px;
}

.service-hero p.section-para{
  max-width: 400px;
}

.service-hero p.section-para br{
  display: none;
}

.service-hero .features{
  display: flex;
  flex-direction: column;
  grid-row-gap: 25px;  
  max-width: 280px;
  margin-top: 60px;
  margin-bottom: 40px;
}

/**/


/**/

.about-hero{
  max-width: 400px;
  margin-bottom: 50px;
}

.about-hero .innercard{
  border-radius:14px;
  padding: 25px 11px 20px 11px; 
  margin-bottom: 15px;
}
.about-hero .innercard h2{
  max-width: 313px;
  margin-bottom: 31px;
}
.about-hero .innercard h3{
  line-height: 35px;
  margin-bottom: 5px;
}





/**/

.why-choose-hero{
  max-width: 400px;
  flex-direction: column;
  text-align: center;
  margin: auto;
}

.why-choose-hero h1{
  text-align: center!important;
  line-height: 70px;
}

.why-choose-hero ul.breadcrumb{
  text-align: center!important;
}


.why-choose-hero .col-left{
  max-width: 779px;
  padding-bottom: 50px;
  margin: auto;
}

.why-choose-hero .col-right{
  display: none;
}

.why-choose-hero h2{
  color: #fff;
  margin-top: 25px;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 10px;
}


/**/
.bookfree-hero{
  max-width:380px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.bookfree-hero h2{
  line-height:35px;
}

.bookfree-hero p.section-para{
  max-width: 400px;
  line-height: 35px;
}

.bookfree-hero p.section-para br{
  display: none;
}

.bookfree-hero .features{
  display: flex;
  flex-direction: column;
  grid-row-gap: 25px;
  max-width: 260px;
  margin-top: 25px;
  margin-bottom: 0;
}

/**/



/**/

.home-section-1{
  position: relative;
  padding: 70px 0;
}

.home-section-1 h2{
  width: 100%;
  max-width:420px;
  margin: auto;
  text-align: center;
  margin-bottom: 5px;
}

.home-section-1 p.section-para{
  max-width: 420px;
}

.home-section-1 .inner{
  max-width: 420px;
  margin: auto;
  margin-top: 25px;
  flex-direction: column;
  grid-row-gap: 25px;
}

.home-section-1 .inner .item {
  padding-left: 25px;
  padding-right: 25px;
}

.home-section-1 .inner .item h3{
  flex-direction: column;
  margin-bottom: 25px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-section-1 .inner .item .icon{
  height: 61px;
  width: 61px;
  margin-bottom: 10px;
}

.home-section-1 .inner .item ul.list{
  position: relative;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  grid-row-gap: 19px;
}

.home-section-1 .inner .item ul.list li{
  align-items: flex-start;
}

.home-section-1 .inner .item ul.list img{
  margin-top: 5px;
}


/**/

.home-section-2{
  padding: 50px 0;
} 

.home-section-2 h2{
  text-align: center;
  max-width: 378px;
  margin: auto;
  margin-bottom: 5px;
}

.home-section-2 h2 br{
  display: block;
}

.home-section-2 p.section-para{
  text-align: center;
  font-size: 22px;
  max-width: 440px;
  margin: auto;
}

.home-section-2 .inner{
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
  max-width: 380px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.home-section-2 .inner .item{
  background-color: #fff;
  padding: 20px 15px 20px 20px;
  column-gap: 10px;
}



/**/

.home-section-3{
  padding: 70px 0;
} 

.home-section-3 h2{
  max-width: 284px;
  margin: auto;
}

.home-section-3 p.section-para{
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  width: 100%;
  max-width: 345px;
  margin: auto;
}

.home-section-3 .inner{
  flex-direction: column-reverse; 
  grid-row-gap: 64px;
  max-width: 380px;
  margin: auto;
  margin-bottom: 0;
}

.home-section-3 .col-left{
  max-width: 380px;
  margin: auto;
}

.home-section-3 .col-right{
  margin: auto;
  max-width: 262px;
}

.process-features-area .grid-1{
  display: flex;
  flex-direction: column;
}
.process-features-area .item{
  flex-direction: column;
  padding: 20px 25px 20px 25px;
  width: 100%;
  text-align: center;
  display: block;
}

.process-features-area .icon{
  margin: auto;
  display: flex;
  flex-direction: column;
}


.process-features-area p{
  text-align: center;
}
.process-features-area .seprator{
  display: none;
}

.process-features-area .seprator2{
  display: none;
}

.sperator3{
  display: none;
}



/**/
/**/

.home-section-4 p.section-para{
  text-align: center;
  font-size: 22px;
  max-width: 336px;
  margin: auto;
  line-height: 35px;
}

.home-section-4 .inner{
  display: flex;
  max-width: 338px;
  margin: auto;
  margin-top: 61px;
  align-items: center;
  flex-direction: initial;
  column-gap: 16px;
}

.home-section-4 ul.steps-area{
  width: 100%;
  max-width: 57px;
  margin: auto;
  flex-direction: column;
  grid-row-gap: 119px;
}

.home-section-4 ul.steps-area li{
  display: flex;
  flex-direction: column;
  height: 57px;
  width: 57px;
  font-size: 30px;
}

.home-section-4 ul.steps-area li:before{
  height: 200px;
  border-left: dotted 2px #6D210C;
  position: absolute;
  top: 5%;
  margin-left: -2px;
  left: 50%;
  width: 2px;
}

.home-section-4 ul.steps-area li:last-child:before{
  width: 2px;
  height: 0
}

.home-section-4 ul.steps-area li:after{
  rotate: 90deg;
  left: 50%;
  margin-left: -13px;
  top: 125px;
}
.home-section-4 .steps-dailog{
  position: relative;
  width: 100%;
  max-width: 264px;
  margin: auto;
  display: flex;
  flex-direction: column;
}



/**/

.home-section-5{
  padding: 70px 0 70px 0;
  text-align: center;
} 

.home-section-5 .inner{
  flex-direction: column-reverse;
  grid-row-gap: 50px;
}


.home-section-5 .col-left{
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.home-section-5 .col-right{
  max-width: 420px;
  margin: auto;
}

.home-section-5 .commitment-tile{
  padding-bottom: 220px;
}

.home-section-5 .commitment-tile:after{
  right: auto;
  left: 87px;
}

.home-section-5 .commitment-tile ul.list li{
  align-items: flex-start;
}

.home-section-5 .commitment-tile ul.list li .icon{
  margin-top: 5px;
}



/**/

.home-section-6{
  padding: 50px 0;
} 

.home-section-6 h2{
  margin: auto;
  max-width: 314px;
}

.home-section-6 .inner{
  margin: auto;
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
  margin-top: 35px;
  max-width: 420px;
}

.home-section-6 .item{
  padding: 25px;
  padding-right: 18px;
}

.home-section-6 .item .item-header{
  flex-direction: column;
  margin-bottom: 14px;
  column-gap: 20px;
}


.home-section-6 .item .item-header .left-col{
  margin-bottom: 22px;
}

.home-section-6 .item p br{
  display: none;
}



/**/

.single-service-1 {
  padding-bottom: 50px;
}
.single-service-1 h2{
  max-width: 400px;
  margin: auto;
  margin-bottom: 0
}

.single-service-1 p.section-para{
  max-width: 400px;
  margin: auto;
  line-height: 35px;
}

.single-service-1 h3{
  max-width: 380px;
  margin: auto;
  margin-top: 35px;
}

.single-service-1 .features{
  max-width: 400px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
}

.single-service-1 .features .item{
  padding: 25px 45px 25px 45px;
}




/**/

.single-service-2{
  position: relative;
}

.single-service-2 h2{
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 12px;
}

.single-service-2 p.section-para{
  max-width: 400px;
  margin: auto;
}


/**/

.why-choose-1{
  padding: 25px 0 0 0;
  margin-bottom: 70px;
}

.why-choose-1 .inner{
  flex-direction: column;
}

.why-choose-1 .col-left{
  max-width: 440px;
  margin: auto;
}

.why-choose-1 .col-right{
  width: 100%;
  max-width: 440px;
  margin: auto;
  margin-top: 25px;
}

.why-choose-1 h2{
  margin-bottom: 5px;
}
.why-choose-1 .main-img{
  margin: auto;
  margin-top: 50px;
  width: 100%;
  max-width: 380px;
  float: none
}

.why-choose-1 .img-none{
  display: block;
}

.why-choose-1 .img-block{
  display: none;
}


/**/

.book-free-1{
  padding: 70px 0;
}

.book-free-1 .inner{
  max-width: 380px;
}

.book-free-1 h2{
  margin-bottom: 5px;
}

.book-free-1 p.section-para{
  font-size: 22px;
  max-width: 674px;
  margin: auto;
}

.book-free-1 p.section-para br{
  display: block;
}

.book-free-1 form{
  padding: 25px;
}

.book-free-1 .grid-row{
  display: flex;
  flex-direction: column;
}




/**/

.book-free-2 {
  padding: 50px 0;
}

.book-free-2 .inner{
  max-width: 380px;
  margin-top: 40px;
  grid-row-gap: 16px;
}

.book-free-2 h2{
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.book-free-2 p.section-para{
  font-size: 22px;
  line-height: 35px;
  width: 100%;
  max-width: 345px;
  margin: auto;
}


.book-free-2 .item{
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 15px;
}



/**/

.privacy-page .grid-row{
  flex-direction: column;
}

.privacy-page .contactBtn{
  margin-top:0px;
}



/**/

.contact-1{
  padding: 70px 0;
}

.contact-1 .inner{
  max-width: 440px;
  flex-direction: column;
  grid-row-gap: 50px;
}

.contact-1 p.content-para{
  font-size: 22px;
}
.contact-1 form{
  padding:20px;
}

.contact-1 .grid-row{
  column-gap: 15px;
  flex-direction: column;
}

.contact-1 .form-group{
  margin-bottom: 15px;
}

.contact-1 .note{
  align-items: flex-start;
  column-gap: 6px;
}
.contact-1 .note img{
  margin-top: 4px;
}


/**/

.review-1{
  padding: 70px 0;
  position: relative;
}

.review-1 .inner{
  max-width: 345px;
  margin: auto;
  margin-top: 35px;
}

.review-1 .item{
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;

}


.review-1 .item .review-header{
  margin-bottom: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
  left: 90px;
  width: 100%;
  max-width: 230px;
}

.review-1 .item .review-header .star{
  width: 200px;
}

.review-1 .item .review-header img{
  display: block;
  clear: both;
  margin-bottom: 8px;
}

.review-1 .item h3{
  display: inline-flex;
}


.review-1 .item .review-header .city{
}



/**/
.review-2{
  padding: 35px 0;
}

.review-2 .inner{
  max-width: 400px;
}




/**/

.faq-1 h2{
  margin-bottom: 25px;
}

.faq-1 .tile{
  width: 100%;
  max-width: 400px;
  margin:auto;
  margin-bottom: 50px;
  padding: 18px 10px 15px 10px;
  border-radius: 8px;
}

.faq-1 .tile:last-child{
  margin-bottom: 0
}

.faq-1 .item{
  column-gap: 10px;
  padding-right: 34px;
}

.faq-1 .item img{
  max-width: 35px;
  margin-top: 3px;
}



/**/
.not-found-page{
  padding: 50px 0 70px 0
}


.not-found-page .inner{
  display: flex;
  width: 100%;
  max-width: 350px;
  flex-direction: column-reverse;
}


 .not-found-page .col-left{
  margin-top: 0;
  text-align: center;
 }

.not-found-page h1{
  font-size: 75px;
}


.not-found-page p{
  margin-bottom: 36px;
}

.not-found-page .backBtn{
  margin: auto;
}



.blog-list{
  padding:70px 0 0 0;
}

.blog-list .inner{
  display: flex;
  flex-direction: column;
  max-width: 380px;
  margin: auto;
  text-align: center;
  grid-row-gap:35px;  
}

.blog-list .readmore {
  margin: auto;
  margin-top: 25px;
  position: relative;

}



/**/

.cta{
  padding: 70px 0 70px 0;
}
.cta .cta-icon{
  height: 72px;
  width: 72px;
}

.cta h2{
  max-width: 440px;
  margin: auto;
  margin-bottom: 19px;
}

.cta h2 br{
  display: none;
}

.cta p.section-para{
  flex-direction: column;
  max-width:340px;
  margin-bottom:50px;
  grid-row-gap: 10px;
}

.cta .btn-area{
  max-width:380px;
  grid-row-gap: 30px;
  flex-direction: column;
}

.cta .btn-area .contactBtn {
  max-width: 100%;
}


/**/

.about-section-1{
  padding: 70px 0;
}

.about-section-1 h2{
  margin-bottom: 4px;
}

.about-section-1 p.section-para{
  max-width: 500px;
}

.about-section-1 .features{
  max-width: 400px;
  margin-top:25px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
}


/**/

.about-section-2{
  padding: 50px 0 90px 0;
}

.about-section-2 .inner{
  flex-direction: column;
  grid-row-gap: 35px;
}

.about-section-2 h2{
  margin-bottom: 9px;
}

.about-section-2 .col-left{
  max-width: 400px;
  margin: auto;
}

.about-section-2 .col-right{
  width: 380px;
  margin: auto;
}

.about-section-2 ul.list li{
  align-items: flex-start;
}

.about-section-2 ul.list li .icon{
  margin-top: 3px;
}


/**/

.about-section-3{
  padding: 50px 0 50px 0;
}

.about-section-3 h2 br{
  display: block;
}

.about-section-3  p.section-para{
  max-width: 400px;
}

.about-section-3 .inner{
  max-width:380px;
  grid-row-gap: 20px;
  margin-top: 25px
}


.about-section-3 .item{
  align-items: flex-start;
}


/**/

.inner-page-hero h1.blogheader{
  font-size: 28px;
  line-height: 44px;
}

.blog-details{
  position: relative;
}
.blog-details .detailsinner{
  flex-direction: column;
  grid-row-gap: 40px
}
.blog-details .col-1{
  width: 100%;
}
.blog-details .col-2{
  width: 100%;
}


/**/

ul.faqlist h4{
  font-size: 24px;
  line-height: 30px;
}


.blog-details .sidebarcard ul.servicesmenu{
  font-size: 20px;
}



/**/

.footer{
  padding: 26px 0 0 0;
}

.footer .inner{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.footer p{
  color: #fff;
  max-width: 100%;
}

.footer h2{
  font-size: 26px;
  margin-bottom:20px;
}

.footer .inner .col{
  margin-bottom: 10px;
}

.footer .inner .col:nth-child(1){
  margin-left: 0;
  width: 100%;
  order: 4;
  margin-top: 40px;
}

.footer .inner .col:nth-child(2){
  margin-left: 0;
  width: 55%;
  order: 1;
}

.footer .inner .col:nth-child(3){
  margin-left: 0;
  width: 40%;
  order: 2;
}

.footer .inner .col:nth-child(4){
  margin-left: 0;
  width: 100%;
  order: 3
}

.footer .inner .col:nth-child(5){
  margin-left: 0;
  order: 5;
  width: 100%;
  margin-top: 50px;
}

.footer .footer-cta {
  max-width: 100%;
}



/** Thank you Popup 8*/

.thanks-inner{
    width:420px;
}

.thankyou-popup img{
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 17px;
    left: 20px;
    position: relative;
}


.thankyou-popup h2{
  font-size: 32px;
}


.close-popup{
  right: 35px;
  top: 15px;
}




}

@media (min-width: 768px) and (max-width: 1024.9px) {

h1{
  line-height: 55px;
  font-size: 44px;
  letter-spacing: -1px;
}

h2{
  line-height: 45px;
  font-size: 34px;
}

h3{
  line-height: 30px;
  font-size: 26px;
}

h4{
  line-height: 40px;
  font-size: 22px;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}


 /**/

.mobileMenubar {
  display: block;
}

nav.mobilemenu {
  width: 100%;
  max-width: 579px;
  height: 100%;
}
.main-navbar{
  position: relative;
  display: none;
}


nav.mobilemenu .whychooseBtn{
  width: 100%;
  max-width: 299px; 
  margin-right: auto;
  margin-left: auto;
}

nav.mobilemenu .contactBtn {
  width: 100%;
  max-width: 299px; 
  margin-right: auto;
  margin-left: auto;
}

 /**/

.home-header{
  padding-bottom: 50px;
}
.home-header .home-hero-caption{
  margin-top: 53px;
  flex-direction: column;
  text-align: center;
  grid-row-gap: 50px;
}

.home-header .home-hero-caption h1{
  margin-bottom: 10px;
}
.home-header .home-hero-caption .col-left{
  max-width:708px;
  margin: auto;
}
.home-header .home-hero-caption .col-right{
  max-width: 345px;
  margin: auto;
}
.home-header .home-hero-caption .hero-title{
  display: none;
}
.home-header .home-hero-caption p.section-para{
  max-width: 627px;
  margin: auto;
  margin-bottom: 40px;
}
.home-header .home-hero-caption ul.features{
  margin: auto;
  margin-bottom: 25px;
}

.herobtnArea{
  margin: auto;
  margin-bottom: 12px;
}

.home-header .home-hero-caption .hero-btm {
  margin: auto;
}


/**/




.inner-page-header{
  position: relative;
}

.inner-page-header:before{
  width:116px;
  height:251px;
  top: 149px;
  background-image: url(../img/inner-pages-hero-web-tab.svg);
}
.inner-page-header:after{
  width:219px;
  height:506px;
  top:116px;
  background-image: url(../img/inner-pages-hero-rbg-elements-tab.svg);
}

.inner-page-header2:before{
  width:180px;
  height:180px;
  position: absolute;
  top: 86px;
  background-image: url(../img/inner-pages-hero-tab2.svg);
  background-repeat: no-repeat;
  left: 0;
}


.inner-page-header2:after{
  display: none;
}

.inner-page-header3:before, .inner-page-header3:after{
  display: none;
}


.inner-page-hero{
  margin-top: 78px;
}

.inner-page-hero h1{
  margin-bottom: 15px;
}

/**/


.about-hero{
  max-width: 708px;
  margin-bottom: 50px;
  margin-top:30px;
}

.about-hero .innercard{
  border-radius:22px;
  padding: 35px 36px 45px 36px; 
  margin-bottom: 15px;
}
.about-hero .innercard h2{
  max-width: 602px;
  margin-bottom: 20px;
}
.about-hero .innercard h3{
  line-height: 60px;
  margin-bottom: 0;
}



/**/

h1.page-header {
  max-width: 687px;
  margin: auto;
  margin-bottom: 5px;
}
h1.page-header br{
  display: none;
}

/**/
.service-hero{
  max-width:664px;
  margin-bottom: 50px;
  margin-top: 15px;
}

.service-hero p.section-para{
  max-width: 590px;
}

.service-hero p.section-para br{
  display: none;
}

.service-hero .features{
  grid-column-gap: 35px;
  grid-row-gap: 25px;  
  max-width: 664px;
  margin-top: 40px;
  margin-bottom: 50px;
}

/**/



/**/

.why-choose-hero{
  max-width: 721px;
  flex-direction: column;
  text-align: center;
  margin: auto;
}

.why-choose-hero h1{
  text-align: center!important;
  line-height: 70px;
}

.why-choose-hero ul.breadcrumb{
  text-align: center!important;
}


.why-choose-hero .col-left{
  max-width: 700px;
  padding-bottom: 50px;
  margin: auto;
}

.why-choose-hero .col-right{
  display: none;
}

.why-choose-hero h2{
  color: #fff;
  margin-top: 25px;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 10px;
}


/**/
.bookfree-hero{
  max-width:708px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.bookfree-hero h2{
  line-height:60px;
}

.bookfree-hero p.section-para{
  max-width: 652px;
  line-height: 35px;
}

.bookfree-hero p.section-para br{
  display: none;
}

.bookfree-hero .features{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 17px;
  margin-top: 50px;
  margin-bottom: 0;
}

.bookfree-hero .item{
  background-color: #63272A !important
}


/**/




/**/

.home-section-1{
  position: relative;
  padding: 70px 0;
}

.home-section-1 h2{
  width: 100%;
  max-width:600px;
  margin: auto;
  text-align: center;
  margin-bottom: 5px;
}

.home-section-1 p.section-para{
  max-width: 659px;
}

.home-section-1 .inner{
  max-width: 626px;
  margin: auto;
  margin-top: 35px;
  flex-direction: column;
  grid-row-gap: 25px;
}

.home-section-1 .inner .item {
  padding-left: 15px;
  padding-right: 15px;
}



/**/

.home-section-2{
  padding: 50px 0;
} 

.home-section-2 h2{
  text-align: center;
  margin-bottom: 5px;
}

.home-section-2 h2 br{
  display: none;
}

.home-section-2 p.section-para{
  text-align: center;
  font-size: 22px;
  max-width: 608px;
  margin: auto;
  line-height: 40px;
}

.home-section-2 .inner{
  max-width: 700px;
  margin: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-section-2 .inner .item{
  background-color: #fff;
  padding: 20px 5px 20px 15px;
  column-gap: 5px;
}



/**/

.home-section-3{
  padding: 70px 0;
} 

.home-section-3 h2{
  text-align: center;
  margin-bottom: 5px;
}

.home-section-3 p.section-para{
  max-width: 534px;
  line-height: 40px;
}

.home-section-3 .inner{
  flex-direction: column-reverse;
  width: 100%;
  margin-top: 30px;
  max-width: 650px;
  grid-row-gap: 83px;
  margin-bottom: 0;
}

.home-section-3 .col-left{
  width: 100%;
  max-width: 650px;
}

.home-section-3 .col-right{
  width: 100%;
  max-width: 629px;
}




/**/

.home-section-4 p.section-para{
  text-align: center;
  font-size: 22px;
  margin: auto;
  line-height: 35px;
}

.home-section-4 .inner{
  display: flex;
  max-width: 420px;
  margin: auto;
  margin-top: 61px;
  align-items: center;
  flex-direction: initial;
  column-gap: 66px;
}

.home-section-4 ul.steps-area{
  width: 100%;
  max-width: 90px;
  margin: auto;
  flex-direction: column;
  grid-row-gap: 91px;
}

.home-section-4 ul.steps-area li{
  display: flex;
  flex-direction: column;
  height: 90px;
  width: 90px;
}

.home-section-4 ul.steps-area li:before{
  height: 200px;
  border-left: dotted 2px #6D210C;
  position: absolute;
  top: 5%;
  margin-left: -2px;
  left: 50%;
  width: 2px;
}

.home-section-4 ul.steps-area li:last-child:before{
  width: 2px;
  height: 0
}

.home-section-4 ul.steps-area li:after{
  rotate: 90deg;
  left: 50%;
  margin-left: -13px;
  top: 140px;
}
.home-section-4 .steps-dailog{
  position: relative;
  width: 100%;
  max-width: 264px;
  margin: auto;
  display: flex;
  flex-direction: column;
}



/**/

.home-section-5{
  padding: 70px 0 70px 0;
  text-align: center;
} 

.home-section-5 h2{
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}

.home-section-5 .inner{
  flex-direction: column-reverse;
  grid-row-gap: 50px;
}


.home-section-5 .col-left{
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.home-section-5 .col-right{
  max-width: 696px;
  margin: auto;
}


.home-section-5 .commitment-tile ul.list li{
  align-items: flex-start;
}

.home-section-5 .commitment-tile ul.list li .icon{
  margin-top: 5px;
}




/**/

.home-section-6{
  padding: 50px 0;
} 

.home-section-6 h2{
  margin: auto;
  margin-bottom: 15px;
}

.home-section-6 .inner{
  margin: auto;
  display: flex;
  flex-direction: column;
  grid-row-gap: 25px;
  margin-top: 35px;
  max-width: 594px;
}

.home-section-6 .item{
  padding: 25px;
  padding-right: 18px;
}




/**/

.single-service-1 {
  padding-bottom:70px;
}
.single-service-1 h2{
  max-width: 594px;
  margin: auto;
  margin-bottom: 5px
}

.single-service-1 p.section-para{
  max-width: 556px;
  margin: auto;
  line-height: 40px;
}

.single-service-1 h3{
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
}

.single-service-1 .features{
  max-width: 548px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
}

.single-service-1 .features .item{
  padding: 25px 45px 25px 45px;
}




/**/

.single-service-2{
  position: relative;
}

.single-service-2 h2{
  width: 100%;
  max-width: 560px;
  margin: auto;
  margin-bottom: 12px;
}

.single-service-2 p.section-para{
  max-width: 560px;
  margin: auto;
}




/**/

.why-choose-1{
  padding: 50px 0 0 0;
  margin-bottom: 70px;
}

.why-choose-1 .inner{
  flex-direction: column;
}

.why-choose-1 .col-left{
  max-width: 636px;
}

.why-choose-1 .col-right{
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-top: 25px;
}

.why-choose-1 h2{
  margin-bottom: 5px;
}
.why-choose-1 .main-img{
  margin: auto;
  margin-top: 50px;
  width: 100%;
  max-width: 544px;
  float: none
}

.why-choose-1 .img-none{
  display: block;
}

.why-choose-1 .img-block{
  display: none;
}




/**/

.book-free-2 {
  padding: 50px 0;
}

.book-free-2 .inner{
  max-width: 708px;
  margin-top:50px;
  grid-row-gap: 25px;
}

.book-free-2 h2{
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.book-free-2 p.section-para{
  font-size: 22px;
  line-height: 35px;
  width: 100%;
  max-width: 100%;
  margin: auto;
}


.book-free-2 .item{
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 15px;
}




/**/

.privacy-page .grid-row{
  flex-direction: column;
}

.privacy-page .contactBtn{
  margin-top:0px;
}



/**/

.contact-1{
  padding: 70px 0;
}

.contact-1 .inner{
  max-width: 708px;
  flex-direction: column;
  grid-row-gap: 50px;
}

.contact-1 .inner .col-left{
  max-width: 100%;
}

.contact-1 p.content-para{
  font-size: 22px;
}
.contact-1 form{
  padding:25px;
}

.contact-1 .note{
  align-items: flex-start;
  column-gap: 12px;
  text-align: left;
}

.contact-1 .note p{
  font-size: 22px;
  line-height: 40px;
}
.contact-1 .note img{
  margin-top: 8px;
}




.review-1 .item{
  background-color: #fff;
  padding: 17px 20px 20px 26px;
}




/**/
.review-2{
  padding: 25px 0 40px 0;
}

.review-2 .inner{
  max-width: 569px;
}

.review-2 .reviewBtn{
  max-width: 520px;
}




/**/

.faq-1 h2{
  margin-bottom: 30px;
}

.faq-1 .tile{
  width: 100%;
  max-width: 708px;
  margin:auto;
  margin-bottom: 50px;
  padding: 35px 22px 35px 22px;
  border-radius: 8px;
}

.faq-1 .tile:last-child{
  margin-bottom: 0
}

.faq-1 .item{
  column-gap: 10px;
  padding-right: 34px;
}

.faq-1 hr{
  border:0;
  height: 1px;
  background-color: #C5C5C5;
  margin-top: 18px;
  margin-bottom:26px;
}




/**/
.not-found-page{
  padding: 68px 0 70px 0
}


.not-found-page .inner{
  display: flex;
  width: 100%;
  max-width: 487px;
  flex-direction: column-reverse;
}


 .not-found-page .col-left{
  margin-top: 0;
  text-align: center;
  max-width: 100%;
  margin-top: 36px;
 }

.not-found-page h1{
  font-size: 96px;
}


.not-found-page p{
  margin-bottom: 36px;
}

.not-found-page .backBtn{
  margin: auto;
}




.blog-list .inner{
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 75px;
  grid-row-gap: 50px;
  max-width: 708px;
  margin: auto;
}

.blog-list .readmore {
  margin-top: 25px;
}

.blog-list .item:last-child{
  display: none;
}




/**/

.cta{
  padding: 70px 0 70px 0;
}

.cta .btn-area{
  max-width: 620px;
}

.cta .cta-icon{
  height: 72px;
  width: 72px;
}

.cta h2{
  max-width: 612px;
  margin: auto;
  margin-bottom: 19px;
}



/**/

.about-section-1{
  padding: 70px 0;
}

.about-section-1 h2{
  margin-bottom: 10px;
}

.about-section-1 p.section-para{
  max-width: 655px;
  line-height: 40px;
}

.about-section-1 .features{
  max-width: 498px;
  margin-top:25px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
}




/**/

.about-section-2{
  padding: 50px 0 90px 0;
}

.about-section-2 .inner{
  flex-direction: column;
  grid-row-gap: 43px;
}

.about-section-2 h2{
  margin-bottom: 9px;
}

.about-section-2 .col-left{
  max-width: 768px;
  margin: auto;
}

.about-section-2 .col-right{
  width: 642px;
  margin: auto;
}



/**/

.about-section-3{
  padding: 50px 0 50px 0;
}

.about-section-3 h2 br{
  display: none;
}

.about-section-3  p.section-para{
  max-width: 726px;
  line-height: 40px;
}

.about-section-3 .inner{
  max-width:591px;
  grid-row-gap: 35px;
  margin-top: 25px
}


.about-section-3 .item{
  align-items: flex-start;
}




/**/

.inner-page-hero h1.blogheader{
  font-size: 30px;
  line-height: 48px;
}

.blog-details{
  position: relative;
}
.blog-details .detailsinner{
  flex-direction: column;
  grid-row-gap: 40px
}
.blog-details .col-1{
  width: 100%;
}
.blog-details .col-2{
  width: 100%;
}




/**/


.footer{
  padding: 26px 0 0 0
}
.footer p{
  color: #fff;
  max-width: 340px;
}

.footer .inner{
  display: grid; 
  grid: auto auto / auto auto auto ; 
  grid-gap: 0;
  flex-wrap: wrap;
  padding-bottom: 30px;
}


.footer h2{
  font-size: 20px;
  margin-bottom:10px;
}

.footer .inner .col{
  margin-bottom: 10px;
}

.footer .inner .col:nth-child(1){
  margin-left: 0;
  order: 4;
  grid-column: 1 / span 2;
  width: 400px;
  margin-top: 35px
}

.footer .inner .col:nth-child(2){
  margin-left: 0;
  order: 1;
  width: 150px;  
}

.footer .inner .col:nth-child(3){
  margin-left: 100px;
  order: 2;
  width: auto;

}

.footer .inner .col:nth-child(4){
  margin-left: 100px;
  order: 3;
  width: auto;
}

.footer .inner .col:nth-child(5){
  margin-left: 0;
  order: 5;  
  margin-left: 0px;
  width: 100%;
  margin-top: 35px;
}

.footer .footer-cta {
  max-width: 100%;
}




}

@media (min-width: 1025px) and (max-width: 1280.9px) {
h1{
  line-height: 55px;
  font-size: 42px;
  letter-spacing: -1px;
}

h2{
  line-height: 45px;
  font-size: 34px;
}

h3{
  line-height: 30px;
  font-size: 26px;
}

h4{
  line-height: 40px;
  font-size: 22px;
}

.container {
  padding-right: 30px;
  padding-left: 30px;
}

.navbar .nav ul{
  font-size: 18px;
}
.navbar .nav ul li{
  padding-right: 20px;
}
.navbar .nav ul li:nth-child(6){
  padding-right: 15px;
}
.navbar .nav .btn-area{
  column-gap:10px;
}

.dropdown:before{
  top: 15px;
  right: 7px;  
}


.whychooseBtn{
  width: 140px;
}
.bookBtn{
  width: 180px;
}

.home-header .home-hero-caption{
  margin-top: 50px;
  column-gap: 60px;
}


.home-header .home-hero-caption .col-left{
  width: 100%;
  max-width: 779px;
}

.home-header .home-hero-caption .col-right{
  width: 100%;
  max-width: 320px;
}

/**/

.inner-page-header:before{
  width:116px;
  height:251px;
  top: 149px;
  background-image: url(../img/inner-pages-hero-web-tab.svg);
}
.inner-page-header:after{
  width:219px;
  height:506px;
  top:116px;
  background-image: url(../img/inner-pages-hero-rbg-elements-tab.svg);
}

.inner-page-header2:before{
  width:180px;
  height:180px;
  position: absolute;
  top: 86px;
  background-image: url(../img/inner-pages-hero-tab2.svg);
  background-repeat: no-repeat;
  left: 0;
}


.inner-page-header2:after{
  display: none;
}

.inner-page-header3:before, .inner-page-header3:after{
  display: none;
}



/**/

.why-choose-hero{
  max-width: 800px;
  flex-direction: column;
  text-align: center;
  margin: auto;
}

.herobtnArea.why-choose{  
  max-width: 469px;
  margin: auto;
  column-gap: 25px;
  margin-top: 50px;
}

.why-choose-hero h1{
  text-align: center!important;
  line-height: 70px;
}

.why-choose-hero ul.breadcrumb{
  text-align: center!important;
}


.why-choose-hero .col-left{
  max-width: 779px;
  padding-bottom: 70px;
  margin: auto;
}

.why-choose-hero .col-right{
  display: none;
}

.why-choose-hero h2{
  color: #fff;
  margin-top: 25px;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 10px;
}



/**/

.home-section-1 .inner{
  max-width: 980px;
  margin: auto;
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 28px;
}



.home-section-3 .col-left{
  width: 100%;
  max-width: 480px;
}

.home-section-3 .col-right{
  width: 100%;
  max-width: 680px;
}

.process-features-area .item{
  padding: 20px 45px 20px 45px;
}




.home-section-4 ul.steps-area{
  max-width: 800px;
}

.home-section-4 ul.steps-area li:before{
  width: 250px;
}

.home-section-4 ul.steps-area li:last-child:before{
  width: auto;
}

.home-section-4 ul.steps-area li:after{
  left: 155px;
}

.home-section-4 .steps-dailog{
  position: relative;
  width: 100%;
  max-width: 940px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}

.home-section-4 .steps-dailog .item{
  background-color: #fff;
  padding: 24px 17px;
  text-align: center;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 5px 0px;
}

.home-section-4 .steps-dailog h3{
  margin-bottom: 5px;
  line-height: 30px;
}



/**/

.home-section-5{
  padding: 70px 0 70px 0;
} 


.home-section-5 .inner{
  column-gap: 30px;
}

.home-section-5 .col-left{
  width: 100%;
  max-width: 390px;
  margin: auto;
}

.home-section-5 h2{
  max-width: 500px;
}

.home-section-5 .col-right{
  max-width: 696px;
}


.home-section-5 .commitment-tile ul.list li{
  align-items: flex-start;
}

.home-section-5 .commitment-tile ul.list li .icon{
  margin-top: 5px;
}


.home-section-6 .inner{
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 50px;
  max-width: 980px;
}




/**/

.why-choose-1{
  position: relative;
  padding: 50px 0 0 0;
  background: #EFFF78;
  background: linear-gradient(90deg, rgba(239, 255, 120, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
}

.why-choose-1 .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
}

.why-choose-1 .col-left{
  width: 100%;
  max-width: 645px;
}

.why-choose-1 .col-right{
  width: 100%;
  max-width: 533px;
  margin-top: 0;
  padding-bottom: 35px;
}





.footer{
  padding: 26px 0 0 0
}

.footer .inner{
  display: grid; 
  grid: auto auto / auto auto auto ; 
  grid-gap: 0;
  flex-wrap: wrap;
}


.footer h2{
  font-size: 20px;
  margin-bottom:10px;
}

.footer .inner .col{
  margin-bottom: 10px;
}

.footer .inner .col:nth-child(1){
  margin-left: 0;
  order: 4;
  grid-column: 1 / span 2;
  width: 400px;
  margin-top: 35px
}

.footer .inner .col:nth-child(2){
  margin-left: 0;
  order: 1;
  width: 150px;  
}

.footer .inner .col:nth-child(3){
  margin-left: 100px;
  order: 2;
  width: auto;

}

.footer .inner .col:nth-child(4){
  margin-left: 100px;
  order: 3;
  width: auto;
}

.footer .inner .col:nth-child(5){
  margin-left: 0;
  order: 5;  
  margin-left: 0px;
  width: 100%;
  margin-top: 30px;
}

.footer .footer-cta {
  max-width: 100%;
}




}

@media (min-width: 1281px) and (max-width: 1440px)  {



}




/*

@media (max-width: 575px) {}
@media (min-width: 576px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) { }
@media (min-width: 992px) and (max-width: 1440px) { }
@media (min-width: 1440px) and (max-width: 1920px) { }

*/


