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

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Bold.eot');
    src: url('../fonts/Graphik-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Bold.woff2') format('woff2'),
        url('../fonts/Graphik-Bold.woff') format('woff'),
        url('../fonts/Graphik-Bold.svg#Graphik-Bold') format('svg'),
        url('../fonts/Graphik-Bold.html') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.eot');
    src: url('../fonts/Graphik-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff'),
        url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg'),
        url('../fonts/Graphik-Regular.html') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Semibold.eot');
    src: url('../fonts/Graphik-Semiboldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff'),
        url('../fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg'),
        url('../fonts/Graphik-Semibold.html') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg'),
        url('../fonts/Gilroy-Bold.html') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg'),
        url('../fonts/Gilroy-Regular.html') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.eot');
    src: url('../fonts/Gilroy-Heavyd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff'),
        url('../fonts/Gilroy-Heavy.svg#Gilroy-Heavy') format('svg'),
        url('../fonts/Gilroy-Heavy.html') format('truetype');
    font-weight: 900;
    font-style: normal;
}
:root {
  --main-color-blue: #44D9E6;
  --second--color-yellow:#F2C224;
  --graphik:'Graphik';
  --gilroy:'Gilroy';
  --inter:'Inter';
}
body {
    font-family: var(--inter) !important;
    font-size: 18px;
    color: #000000 !important;
    margin: 0px;
}
body a{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    box-shadow: none;
    color: var(--main-color-blue);
}
body a:hover{
    text-decoration: none;
    color: #0D9DAA;
}
img {
    vertical-align: middle;
    border-style: none;
    height: auto;
    max-width: 100%;
}
body .container{
    max-width: 1140px;
}
p {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 1.5;
    margin-bottom: 18px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #222222;
    font-family: var(--gilroy);
    margin-bottom: 20px !important;
}
.h1_heading {
    color: #3D4242;
    font-family: var(--gilroy);
    font-size: 50px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    line-height: 1;
}
.h2_heading {
    font-family: var(--gilroy);
    font-size: 54px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    color: #3D4242;
}
.blue-btn {
    color: #FFFFFF !important;
    background-color: #44D9E6;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 35px 15px 35px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    text-align: center;
}
.wi-100 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.mb-20{
    margin-bottom: 20px;
}
.section-pb-60{
    /*padding-bottom: 60px;*/
}
.section-ptb {
    padding: 80px 0;
} 
.clearfix{
    content: "";
    display: table;
    clear: both;
}
.yellow-btn {
    border-radius: 30px 30px 30px 30px !important;
    padding: 15px 35px 15px 35px !important;
    background: var(--second--color-yellow) !important;
    color: #fff !important;
    display: inline-block;
    line-height: 1;
    text-align: center;
}
.sub-heading-txt {
    font-size: 18px;
    font-family: var(--gilroy);
}
.text-blue{
    color:var(--main-color-blue);
}
.text-yellow{
    color:var(--second--color-yellow);
}
.mobile-display , .mobile-row{
    display: none !important;
}
/*-===== Header =====*/
.header_main .navbar-collapse {
    justify-content: flex-end;
}
.header_main .navbar-nav .nav-item a {
    font-family: var(--graphik);
    text-transform: uppercase;
    padding: 0px 14px;
    color: #26292a;
    font-weight: 600;
}
.header_main .navbar-nav .nav-item .yellow-btn{
    padding: 11px 26px 11px 26px !important;
}
.header_main .navbar-nav .nav-item {
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}
.menu-btn {
    margin: 0px 20px;
}
.navbar-logo {
    display: flex;
}
.header_main .navbar-toggler {
    border: none;
    padding: 0.35em;
}
.header_main .navbar-toggler:focus{
    box-shadow: none;
}
/*======lp bannder start=====*/
.lp-banner-section .container {
    max-width: 1327px;
}
.banner-top-img{
    margin-left: -40px;
}
.header_main .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}
.lp-banner-section{
    background: url('../images/slide.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
   padding: 100px 0px 230px 0px;
}
.banner_main_title {
    color: #3D4242;
    font-family: var(--gilroy);
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}
.banner_sub_title {
    color: #444A4A;
    font-family: var(--graphik);
    font-size: 23px;
    line-height: 1;
    margin-bottom: 30px;
}
.border_btn {
    font-family: var(--graphik);
    font-size: 17px;
    font-weight: 600;
    color: #262727 !important;
    background-color: #00000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #44D9E6;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 35px 15px 35px;
    line-height: 1;
    display: inline-block;
    text-align: center;
}
.border_2btn {
    font-family: var(--graphik);
    font-size: 17px;
    font-weight: 600;
    color: #44D9E6 !important;
    background-color: #00000000;
    border-radius: 30px 30px 30px 30px;
    padding: 19px 35px 15px 35px;
    text-align: center;
    line-height: 1;
}
.banner_btn {
    display: flex;
    width: 100%;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.lp-banner-section .lp-banner_main{
    display: table;
    width: 100%;
    min-height: inherit;
}
.lp-banner-section .lp-banner-main-content{
    display: table-cell;
    vertical-align: middle;
}
.lp-banner-text.lp-inner-text-main p{
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.30;
    margin: 0 0 30px;
}
.banner_btn a:not(:last-child){
    margin-right: 15px;
}
@media only screen and (max-width: 700px){
    .banner_btn a:not(:last-child){
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 389px){
    .border_btn{
        padding: 15px 15px 15px 15px;
        font-size: 15px;
    }
}
/*========review section=====*/
.review-section {
    background: #EEEEEF;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.jet-testimonials-item {
    margin-top: -163px;
}
.jet-testimonials__item-inner {
    background-color: #FFFFFF;
    margin: 75px 10px 10px 10px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 11%);
    height: auto !important;
}
.jet-testimonials__content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 25px;
}
.jet-testimonials__figure img {
    margin-top: -75px !important;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.jet-testimonials__icon {
    align-self: flex-end;
    font-size: 40px;
    text-align: center;
    margin: 5px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.jet-testimonials__icon .jet-testimonials__icon-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -80px 0px 0px 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.jet-testimonials__icon .fa-yelp {
    color: #dc0000;
}
.jet-testimonials__icon  .fa-google {
    color: #fbbb00;
}
.jet-testimonials__comment {
    align-self: center;
    text-align: center;
    color: #383B3B;
    font-family: var(--graphik);
    font-style: italic;
    width: 79%;
    background-color: #00000000;
    padding: 25px 15px 10px 15px;
    border-radius: 5px 5px 5px 5px;
    font-size: 17px;
}
.jet-testimonials__rating {
    color: #EB0601;
    font-size: 20px;
}
.jet-testimonials__name {
    align-self: center;
    text-align: center;
    font-family: var(--graphik);
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.jet-testimonials__position {
    align-self: center;
    text-align: center;
    color: #626767;
    font-family: var(--graphik);
    font-size: 16px;
}
.jet-testimonials__instance .jet-slick-dots li span {
    background-color: #00000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #44D9E6;
}
.jet-testimonials-item .slick-dots li button:before {
    content: "" !important;
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    padding: 0;
    background-color: #00000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #44D9E6;
    opacity: 1;
}
.jet-testimonials-item .slick-dots .slick-active button:before{
    background-color: #44D9E6;
}
.jet-testimonials-item  .slick-dots {
    bottom: -45px;
}
/*====== fed-up-with-section ======*/
.large-width {
    max-width: 600px !important;
}
.fed-up-with-section{
    background: #EEEEEF;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 80px;
}
.main-heading {
    display: inline-block;
    width: 100%;
}
.left-image-box {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.image-box-img {
    margin: 0;
    padding: 20px;
    display: block;
    border: 2px solid #44d9e6;
    border-radius: 100%;
    text-align: center;
    height: 115px;
    width: 115px;
    margin-right: 35px;
    float: left;
}
.image-box-content {
    overflow: hidden;
}
.image-box-title {
    font-size: 22px;
    font-weight: bold;
}
.image-box-description {
    margin-bottom: 0px;
    font-size: 15px;
}
.title-btn {
    margin-top: 26px;
    display: inline-block;
    width: 100%;
}
.btn-above-title {
    font-family: var(--gilroy);
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1
}
.title-btn .yellow-btn {
    font-size: 22px !important;
    padding: 12px 24px !important;
}
/*====== before after-section ======*/
.before-after-section {
    background-image: url(../images/texture2.png) !important;
}
.before-after-side{
    margin-bottom: 40px;
}
.comparison {
    width: 100%;
    /*min-height: 430px;*/
    padding-bottom: 83%;
    overflow: hidden; 
    position: relative;
}
.comparison-bottom{
    /*min-height: 286px;*/
    padding-bottom: 83%;
}
.comparison-figure { 
  position: absolute;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0; 
}
.divisor { 
    position: absolute;
    width: 50%; 
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    bottom: 0; height: 100%;
    overflow: hidden;
    background-size: cover;
}
.divisor::before {
    top: 0;
}
.divisor::after {
    bottom: 0;
}
.divisor::before, .divisor::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 6px;
    height: calc(50% - 25px);
    background: var(--main-color-blue);
    z-index: 3;
}
.handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    background-color: #F2C224;
    border-radius: 50%;
}
.handle::before,.handle::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.handle::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.handle::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.comparison-input{
    -webkit-appearance:none;
    -moz-appearance:none;
    position: absolute;
    top: 50%; left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px); 
    z-index: 2;
}
.comparison-input:focus, .comparison-input:active {
    border: none;
    outline: none;
}
.comparison-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
}
.comparison-input::-moz-range-track {
    -moz-appearance:none;
    height:15px;
    width: 100%;
    background-color: transparent; 
    position: relative;
    outline: none;    
}
.jx-label {
    font-family: var(--graphik);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 6px 15px 6px 15px;
    display: inline-block;
    background-color: rgba(0,0,0,.7);
    color: #fff;
}
.after-lable {
    float: right;
}
.before-after-section .title-btn {
    text-align: center;
}
.white-btn-title {
    color: #FFFFFF;
    font-family: var(--gilroy);
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 1;
}
.white-btn {
    font-family: var(--graphik);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #575F60 !important;
    background-color: #FFFFFF;
    border-radius: 34px 34px 34px 34px;
    font-size: 18px;
    padding: 20px 40px;
    display: inherit;
    line-height: 1;
}
.before-after-section .sub-heading-txt {
    font-family: var(--graphik);
}
/*=======how-it-works-section=====*/
.how-it-works-section , .FAQ-section{
    background-image: url(../images/work-bg1.jpg) !important;
    background-size: cover;
}
.how-it-works-section .main-heading {
    text-align: center;
}
.how-it-works-section .sub-heading-txt {
    font-family: var(--inter-var);
    color: #585d5d;
}
.FAQ-section .accordion-card .accordion-btn[aria-expanded="true"] i:before {
    content: "\f068" !important;
}
.works-box {
    display: inline-block;
    text-align: center;
    padding: 20px;
}
.works-heading {
    font-family: var(--gilroy);
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #3d4242;
}
.how-it-works-section .h2_heading {
    font-size: 46px;
}
.works-detail {
    font-size: 18px;
    color: #585d5d;
    font-family: var(--graphik);
}
.how-it-works-section .btn-above-title {
    color: #202323;
    font-size: 30px;
}
.how-it-works-section .yellow-btn {
    padding: 15px 35px 15px 35px !important;
    font-size: 18px !important;
}
.how-it-works-section .title-btn a , .choose-den-section .title-btn a{
    margin: 0px 10px;
}
.first-consultation-img {
    width: inherit;
}
.first-consultation-section .sub-heading-txt {
    font-family: var(--inter-var);
}
/*=======first consultation section=====*/
.first-consultation-section {
    background-image: url(../images/bg-consult.jpg) !important;
    background-size: cover;
    background-position: bottom 29% right;
}
.first-consultation-section .h2_heading {
    font-size: 52px;
}
/*======= creator section=====*/
.creator-img {
    width: 100%;
}
.creator-img img {
    height: auto;
    max-width: 100%;
}
.creator-section .h2_heading , .FAQ-section .h2_heading{
    font-size: 70px;
}
.creator-section p {
    color: #3d4242;
}
.creator-section .title-btn .btn-above-title {
    text-transform: inherit;
}
.creator-section .yellow-btn , .creator-section .blue-btn {
    padding: 15px 35px 15px 35px !important;
    font-size: 15px !important;
}
.creator-section .title-btn .blue-btn {
    margin: 0px 10px 0px 0px;
}
.creator-section .yellow-btn  {
    margin: 0px 10px;
}
.creator-section .title-btn {
    margin-top: 20px;
}
/*======= FAQ section=====*/
.accordion-btn {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    position: relative;
}
.FAQ-section .accordion-card {
    background: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    border-radius: 10px;
}
.FAQ-section .accordion-card .accordion-btn {
    padding: 25px;
}
.FAQ-section .accordion-card .faq-content {
    padding: 0px 25px 0px 25px;
}
.FAQ-section .accordion-card .accordion-btn {
    padding: 25px;
    font-size: 18px;
    font-family: var(--graphik);
    color: var(--main-color-blue);
    font-weight: 600;
}
.FAQ-section  .accordion-content p {
    font-family: var(--graphik);
    color: #3d4242;
}
.FAQ-section .accordion-card i {
    padding: 7px 9px;
    border: 2px solid #44d9e6;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.FAQ-section  .main-heading {
    margin: 30px 0px 20px 0px;
}
.FAQ-section .accordion-card:last-child {
    margin-bottom: 0px;
}
/*======= choose-den-section=====*/
.choose-den-section {
    background-image: url(../images/bgf1.jpg) !important;
    background-size: cover;
    background-position: bottom 29% right;
}
.choose-den-section .h2_heading {
    font-size: 76px;
}
.choose-den-section .h2_heading strong {
    color: #000;
}
.choose-den-section .title-btn .white-btn {
    padding: 15px 35px 15px 35px;
    color: var(--main-color-blue) !important;
    font-weight: 600;
    font-size: 20px;
}
.choose-den-section .title-btn .border_btn {
    color: #fff !important;
    font-size: 20px;
    border-color: #ffffff;
    font-weight: 600;
    padding: 13px 35px 13px 35px;
}
.choose-den-section .title-btn .border_btn:hover {
    color: #0D9DAA !important;
    border-color: #0D9DAA;
}
.blank-den-section {
    background: #EEEEEF;
}
/*======= footer-section=====*/
.site-footer {
    background: #0d1213;
}
.footer-section , .footer-botom-sec {
    border-bottom: 2px solid #171919;
}
.footer-section .h2_heading {
    font-size: 70px;
    color: #E4F1F3;
}
.footer-section .main-heading p {
    color: #FFFFFF;
    font-family: var(--gilroy);
    font-weight: bold;
    letter-spacing: 1.9px;
}
.form-group {
    margin-bottom: 10px;
}
.lp-section1-form .form-group input {
    background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    min-height: 40px;
    line-height: 1.4;
    padding: 15px 18px;
}
.lp-section1-form .form-group input::placeholder {
    color: #8C8D8E;
}
.lp-sec-btn-full button {
    border-radius: 20px 20px 20px 20px;
    width: 100%;
    background-color: #44D9E6;
    color: #ffffff;
    border: none;
}
.lp-sec-btn-full button {
    border-radius: 20px 20px 20px 20px;
    width: 100%;
    background-color: #44D9E6;
    color: #ffffff;
    border: none;
    min-height: 40px;
}
.lp-sec-btn-full button:hover {
    text-decoration: underline;
}
.logo-col p {
    color: #CCD6D8;
    font-size: 14px;
    font-family: var(--gilroy);
}
.footer-title {
    color: #FFFFFF;
    font-family: var(--gilroy);
    font-size: 28px;
    font-weight: bold;
}
.footer-link ul {
    padding: 0px;
    list-style: none;
}
.footer-link ul li {
    font-family: var(--graphik);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.footer-link ul li a {
    color: #CCD6D8;
}
.footer-contact .contact-text {
    color: #CCD6D8;
    font-family: var(--gilroy);
    font-size: 18px;
    margin-bottom: 20px;
}
.center_link {
    font-size: 18px !important;
    text-decoration: underline !important;
    color: var(--main-color-blue) !important;
}
.contact_btn .yellow-btn {
    font-size: 13px !important;
    padding: 10px 28px 10px 28px;
}
.contact_btn .btn-above-title {
    font-size: 28px;
    line-height: 1;
}
.align-item-buttom {
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
}
.footer-copyright p {
    color: #B3B3B3;
    font-family: var(--graphik);
}
.footer-copyright {
    padding: 10px 0px;
}
/*======= responsive =====*/
@media only screen and (max-width: 1245px){
    .fed-up-with-section .title-btn .yellow-btn {
        margin-bottom: 40px;
    }
    .h1_heading {
            font-size: 46px !important;
    }
    .title-btn .yellow-btn {
        font-size: 19px !important;
    }
    .mobile-mb-20 {
        margin-bottom: 20px !important;
    }
    .choose-den-section .h2_heading {
        font-size: 70px;
    }
    .footer-section .h2_heading {
        font-size: 56px;
    }
    .contact_btn .title-btn .yellow-btn {
        font-size: 13px !important;
    }
    

}
@media screen and (min-device-width: 768px) and (max-device-width: 1245px) {
/*     .header_main .navbar-nav .nav-item:last-child {
        width: 100%;
        margin: 0;
    } */
    .header_main .navbar-nav .nav-item {
        width: auto;
        float: left;
    }
    .header_main .navbar-nav .nav-item {
        display: inline-block;
        float: left;
        width: auto;
    }
    .navbar-nav {
        display: inline-block;
        width: 100%;
    }
}
@media only screen and (max-width: 992px){
    .header_main .navbar-nav .nav-item .yellow-btn{
        font-size: 14px;
        padding: 10px !important;
    }
}
@media only screen and (max-width: 767px){
    .navbar-toggler[aria-expanded="true"] .fa-align-justify{
        display: none;
    }
    .navbar-toggler[aria-expanded="false"] .fa-window-close{
        display: none;
    }
    .mobile-mb-20{
        margin-bottom: 20px !important;
    }
    .banner_main_title {
        font-size: 45px;
        text-align: center;
    }
    .banner_sub_title {
        text-align: center;
        font-size: 20px;
    }
    .banner-top-img {
        margin-left: 0px;
        text-align: center;
    }
    .banner_btn {
        justify-content: center;
    }
    .lp-banner-section {
        background: url(../images/home-mobile.jpg);
        background-position: bottom center;
        background-size: cover !important;
        padding: 30px 0px 250px 0px;
    }
    .header_main .container {
        flex-direction: column;
        justify-content: space-between;
    }
    .header_main .navbar-brand {
        margin: 0px;
    }
    .header_main .navbar-toggler span {
        color: #494c4f;
        font-size: 22px;
    }
    .header_main .navbar-nav .nav-item a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        line-height: 1;
    }
    .header_main .navbar-nav .nav-item {
        border-bottom: 1px solid #c4c4c4;
    }
    .header_main .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    .header_main .navbar-nav .nav-item .yellow-btn {
        margin: 10px 0px;
    }
    .desktop-display , .mobile-hide , .desktop-row{
        display: none !important;
    }
    .mobile-display , .mobile-row{
        display: block !important;
    }
    .h1_heading {
        font-size: 38px !important;
    }
    .fed-up-with-section .sub-heading-txt , .footer-section .main-heading p{
        font-size: 14px;
    }
    .image-box-img {
        height: 100px;
        width: 100px;
    }
    .image-box-title {
        line-height: 1.2;
    }
    .how-it-works-section .title-btn , .before-after-side .main-heading , .footer-botom-sec{
        text-align: center;
    }
    .fed-up-with-section {
        padding-bottom: 40px;
    }
    .first-consultation-section .title-btn .yellow-btn {
        font-size: 19px !important;
    }
    .h2_heading {
        font-size: 36px;
    }
    .white-btn-title , .first-consultation-section .btn-above-title{
        font-size: 24px;
    }
    .first-consultation-section {
        background-position: bottom right !important;
        background-repeat: no-repeat;
        background-size: 193% auto;
        padding: 30px 0px 345px 0px !important;
    }
    .creator-section .h2_heading , .footer-section .h2_heading{
        font-size: 46px;
    }
    .section-ptb {
        padding: 50px 0;
    }
    .FAQ-section .h2_heading {
        font-size: 40px;
        word-break: break-word;
    }
    .FAQ-section .accordion-card .accordion-btn {
        padding: 25px 50px 25px 25px;
    }
    .choose-den-section .h2_heading {
        font-size: 37px;
    }
    .choose-den-section .title-btn .white-btn , .choose-den-section .title-btn .border_btn{
        font-size: 17px;
    } 
    .align-item-buttom {
        display: block;
    }
    div#navbarNav {
        width: 100%;
    }
    .comparison-main.mobile-row .slick-track {
            display: flex;
    }
    .comparison-main.mobile-row .slick-arrow {
        bottom: -50px;
        top: auto !important;
    }
    .comparison-main.mobile-row .slick-prev.slick-arrow {
         left: calc(47% - 30px);
    }
    .comparison-main.mobile-row .slick-next {
        right: calc(47% - 30px);
    }
    .comparison-main.mobile-row {
        margin-bottom: 40px;
    }
    .comparison-main.mobile-row .slick-prev:before, .comparison-main.mobile-row .slick-next:before{
        font-size: 30px;
    }

}
@media (max-width: 475px) {
    .creator-section .yellow-btn {
        width: 100%;
    }
    .creator-section .title-btn .blue-btn , .creator-section .yellow-btn{
        margin: 0px;
    }
    .image-box-img {
        height: 62px;
        width: 62px;
        margin-right: 10px;
    }
}
@media (min-width: 768px) {
    .creator-left-col {
        width: 46.14% !important;
    }
    .creator-right-col {
        width: 53.86% !important;
    }
}

