@font-face{
    font-family: "Gilroy-Regular";
    src: url("../../fonts/children/Gilroy/Gilroy-Regular.ttf");
}
@font-face{
    font-family: "Gilroy-Medium";
    src: url("../../fonts/children/Gilroy/Gilroy-Medium.ttf");
}
@font-face{
    font-family: "Gilroy-SemiBold";
    src: url("../../fonts/children/Gilroy/Gilroy-SemiBold.ttf");
}
@font-face{
    font-family: "Gilroy-Bold";
    src: url("../../fonts/children/Gilroy/Gilroy-Bold.ttf");
}
@font-face{
    font-family: "Gilroy-ExtraBold";
    src: url("../../fonts/children/Gilroy/Gilroy-ExtraBold.ttf");
}
@font-face{
    font-family: "Intelo-Regular";
    src: url("../../fonts/children/Intelo/Intelo-Regular.ttf");
}
@font-face{
    font-family: "Intelo-SemiBold";
    src: url("../../fonts/children/Intelo/Intelo-SemiBold.ttf");
}
@font-face{
    font-family: "Intelo-Bold";
    src: url("../../fonts/children/Intelo/Intelo-Bold.ttf");
}
@font-face{
    font-family: "Intelo-ExtraBold";
    src: url("../../fonts/children/Intelo/Intelo-ExtraBold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Gilroy-ExtraBold";
    text-transform: capitalize;
}

p,
ul{
    font-family: "Gilroy-Regular";
    margin: 0;
    padding: 0;
    list-style: none;
}

span,
input,
textarea,
a,
button{
    font-family: "Gilroy-Bold";
    margin: 0;
    padding: 0;
}

a:hover{
    color: inherit;
}

a.popup-btn {
    background: #4ac495;
    color: #fff;
}

body{
    overflow-x: hidden;
    background: #FEFEFE;
    font-family: "Gilroy-Regular";
}

main{
    overflow: hidden;
}

a,
button,
input,
textarea:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.form-group input[type=number]{
  -moz-appearance: textfield;
}
@keyframes bounce2{
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}
@keyframes zoom-in-zoom-out{
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
}
/*Website Custom Style Css For Single Items Start Here*/
/*Heading & Para Style Css*/
.heading-one{
    font-size: 58px;
    line-height: 64px;
}
.heading-two{
    font-size: 54px;
    line-height: 60px;
}
.heading-three{
    font-size: 46px;
    line-height: 52px;
}
.heading-four{
    font-size: 38px;
    line-height: 44px;
}
.heading-five{
    font-size: 24px;
    line-height: 30px;
}
.heading-six{
    font-size: 20px;
    line-height: 26px;
}
p{
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}
li{
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
}
/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons{
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons a.popup-btn,
.website-main-buttons a.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 16px;
    width: 175px;
    height: 45px;
    border-radius: 0;
    padding: 10px 10px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    border-radius:30px;
    /*animation: bounce2 2s ease infinite;*/
}
/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header{
    background: transparent;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all .3s ease-in-out;
}
header.sticky{
    background: #fff;
    box-shadow: 0 0 20px -5px #b2b2b2;
}
header nav.navbar{
    padding: 10px 0px;
    align-items: center;
    position: inherit;
}
header nav.navbar .navbar-brand{
    padding: 0px 0;
    margin: 0;
}
header nav.navbar .navbar-brand .logo{
    width: 150px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
}
header .navbar-toggler{
    background-color: #fff;
}
header .navbar-toggler:focus{
    box-shadow: none;
}
header .navbar-expand-lg .navbar-collapse{
    justify-content: center;
    flex-direction: column;
    align-items: end;
    margin: 0 0 0 20px;
}
header .navbar-collapse .navbar-main-nav{
    display: flex;
    align-items: center;
    gap: 120px;
}
header .navbar-main-nav ul.navbar-nav{
    width: 100%;
    justify-content: center;
    margin: 0 10px 0 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item{
    margin: 0 10px 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #10476e;
    font-size: 18px;
    line-height: 24px;
    padding: 25px 0px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link:hover{
    color: #4ac495;
}
header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown{
    position: inherit;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle::after{
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 5px;
    border: none;
    display: block;
}
header .navbar-nav .nav-item ul.dropdown-menu{
    background: #FEFEFE;
    top: 82px;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 0px;
    box-shadow: 0 15px 45px -20px #10476e;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    display: flex;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: flex;
}
header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show{
    display: flex;
}
header .navbar-nav .nav-item ul.dropdown-menu li{
    padding: 0;
    margin: 0;
    width: 100%;
    border-right: 1px solid #f3f3f3;
}
header .navbar-nav .nav-item ul.dropdown-menu li:last-child{
    border-right: none;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    background: #4ac495;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 7px 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    display: block;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double{
    display: flex;
    flex-wrap: wrap;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a{
    width: 50%;
    border-right: 1px solid #f3f3f3;
}
header .navbar-nav .nav-item ul.dropdown-menu li a{
    color: #10476e;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    border-radius: 0;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}
header .navbar-nav .nav-item ul.dropdown-menu li a i{
    color: #4ac495;
    font-size: 12px;
    font-weight: 700;
    margin: 0 5px 0 0;
}
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus, 
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover{
    background: #10476e;
    color: #fff;
}
header nav.navbar .website-main-buttons{
    justify-content: center;
    margin: 0;
}
header nav.navbar .website-main-buttons button.popup-btn{
    background: #4ac495;
    color: #fff;
    border: 2px solid #4ac495;
}
header nav.navbar .website-main-buttons button.popup-btn:hover{
    background: transparent;
    color: #4ac495;
    transform: scale(0.9);
}
header nav.navbar .website-main-buttons a.call-btn{
    background: transparent;
    color: #10476e;
    border: 2px solid #10476e;
}
header nav.navbar .website-main-buttons a.call-btn:hover{
    background: #10476e;
    color: #4ac495;
    transform: scale(0.9);
}
header nav.navbar .website-main-buttons a.call-btn i{
    margin: 0 0 0 5px;
    transform: rotate(-45deg);
}
/*Header Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Css Start Here*/
section.banner-main-child-sec{
    background-image: url(../../../assets/images/banner-main-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding: 250px 0 50px;
    position: relative;
    z-index: 1;
}
.banner-main-child-sec::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f0f0f0;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

.banner-balloon-img img {
    width: 300px;
}

.banner-plane-img img {
    width: 1200px;
}

.banner-main-child-sec .banner-main-content{}
.banner-main-content .heading-one{
    color: #10476e;
    margin: 0 0 20px;
    font-size: 65px;
    line-height: 70px;
}
.banner-main-content p{
    color: #10476e;
}
.banner-main-content .website-main-buttons{
    margin: 30px 0 20px;
}
.banner-main-content .website-main-buttons button.popup-btn{
    background: transparent;
    color: #10476e;
    border: 2px solid #10476e;
    border-radius: 30px;
    width: 250px;
    height: 60px;
    transition: .5s ease-out;
}
.banner-main-content .website-main-buttons button.talk-btn {
    background: #10476e;
    color: #fff;
    border: 2px solid #10476e;
    border-radius: 30px;
    width: 250px;
    height: 60px;
    transition: .5s ease-out;
}
.banner-main-content .website-main-buttons button.popup-btn:hover{
    background: #10476e;
    color: #fff;
    transform: scale(0.9);
}
.banner-main-content .website-main-buttons button.talk-btn:hover {
    background: #4ac495;
    color: #fff;
    border: 2px solid #4ac495;
    transform: scale(0.9);
}
.banner-main-content .banner-brands{
    margin: 20px 0;
}
.banner-brands span{
    color: #10476e;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
    display: block;
}
.banner-brands .banner-brands-items{
    display: flex;
    align-items: center;
}
.banner-brands .banner-brands-items img{
    width: 125px;
    height: 40px;
    object-fit: scale-down;
    margin: 0 15px 0 0;
    filter: brightness(1) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(61deg) brightness(117%) contrast(101%);
}
.banner-main-child-sec .banner-main-img{
    margin: 0 10px;
}
.banner-main-img img{
    width: 100%;
}
.banner-main-img .banner-review-box{
    background: #ffffff6e;
    width: 83%;
    padding: 10px 20px;
    margin: -95px 0 0 auto;
    border-radius: 20px;
    position: relative;
}
.banner-review-box .review-box-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}
.review-box-head ul.review-box-img{
    display: flex;
    align-items: center;
}
ul.review-box-img li{
    position: relative;
    margin: 0 -15px 0 0;
    border-radius: 100%;
    border: 3px solid #fff;
}
ul.review-box-img li:last-child::before{
    content: "21+";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0px;
    background: #870210c7;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    display: block;
    text-align: center;
    z-index: 1;
}
ul.review-box-img li img{
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.review-box-head .rating-stars-icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 5px 0;
}
.rating-stars-icon img{
    width: 20px;
    height: 20px;
    margin: 0 2px 0px 0;
}
.banner-review-box .review-box-content{}
.review-box-content p{
    color: #10476e;
    min-height: 120px;
    max-height: 120px;
    overflow-y: auto;
    padding-right: 20px;
}
section.banner-main-child-sec.banner-editing-child-sec{
    background: url(../../images/children/bg-img/banner-bg.png)no-repeat;
    background-size: cover;
    background-position: 100% 6%;
    min-height: 100vh;
}
section.banner-main-child-sec.banner-editing-child-sec.form-sec{
    background: url(../../images/children/bg-img/bg-2.png)no-repeat;
    background-position: center center;
    background-size: cover;
    align-content: center;
}
.banner-main-child-sec .banner-main-content .heading-two{
    color: #10476e;
}
.banner-main-content .heading-two span {
    color: #4ac495;
}
section.banner-main-child-sec.banner-editing-child-sec.promise-sec{
    background: url(../../images/children/bg-img/promise-bg.png)no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 750px;
}
.banner-main-content .website-main-buttons button.call-btn{
    background: #4ac495;
    color: #fff;
    border: 2px solid #4ac495;
    border-radius: 30px;
    width: 250px;
    height: 60px;
    transition: .5s ease-out;
}
.banner-main-content .website-main-buttons button.call-btn:hover {
    background: #10476e;
    border: 2px solid #10476e;
    transform: scale(0.9);
}
section.testimonials-wrap {
    background: #DCF5FC;
    padding: 50px 0 100px;
}
.testimonials-main-box {
    background: #fff;
    padding: 30px 25px;
    border-radius: 40px;
    position: relative;
}

.testimonials-heading .heading-two {
    font-size: 80px;
    line-height: 85px;
    color: #4ac495;
    font-family: 'Intelo-Regular';

}

.testimonials-main-box::after {
    content: ' ';
    background: url(../images/elements/testi-border.png) no-repeat;
    background-size: auto;
    background-position: center center;
    position: absolute;
    bottom: -2px;
    left: -5px;
    width: 75px;
    height: 78px;
}

.testi-main-img img {
    width: 100%;
    margin-left: 15px;
}

.testi-name p {
    font-size: 16px;
    margin: 0;
}

.testi-name .heading-four {
    font-size: 32px;
    margin: 0;
}

.testi-review-info {
    margin-bottom: 15px;
}

.testi-review-info .testi-pfp-img>img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin: 0 10px 0 0;

}

.additional-featured-brands {
    background: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0px 0px 20px -15px;
}

section.portfolio-wrap {
    background: #F8FBFF;
    padding: 60px 0 100px;
}

.portfolio-wrap .portfolio-main .heading-two {
    font-family: 'Intelo-Regular';
    color: #10476e;
}

.portfolio-wrap .portfolio-main .inner-slider .items-img .thumb-inner {
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    filter: drop-shadow(13px 37px 5px rgba(0, 0, 0, 0.2));
}

.portfolio-wrap .portfolio-main .heading-two span {
    color: #4ac495;
    font-family: 'Intelo-Regular';
}

.portfolio-wrap .portfolio-main-head {
    margin-bottom: 50px;
}

section.bandown-brands-wrap.bandown-brands-editing.brands-featured {
    background: #F8FBFF;
    padding: 40px 0;
}
.banner-main-child-sec.banner-editing-child-sec .banner-main-content .heading-one,
.banner-main-child-sec.banner-publishing-sec .banner-main-content .heading-one,
.banner-main-child-sec.banner-marketing-sec .banner-main-content .heading-one{
    color: #10476e;
    font-family: 'Intelo-Regular';
}
.banner-main-child-sec.banner-editing-child-sec .banner-main-content p,
.banner-main-child-sec.banner-publishing-sec .banner-main-content p,
.banner-main-child-sec.banner-marketing-sec .banner-main-content p{
    color: #10476e;
}
.banner-main-child-sec.banner-editing-child-sec .banner-brands span,
.banner-main-child-sec.banner-publishing-sec .banner-brands span,
.banner-main-child-sec.banner-marketing-sec .banner-brands span{
    color: #fff;
}
section.banner-main-child-sec.banner-marketing-sec{
    background-image: url(../../../assets/images/banner-marketing-bg.webp);
    background-position: 100% -7%;
    padding: 9rem 0;
}
section.banner-main-child-sec.banner-publishing-sec{
    background-image: url(../../../assets/images/banner-publishing-bg.webp);
}
section.banner-main-child-sec.banner-about-sec{
    background-image: url(../../../assets/images/banner-about-bg.webp);
}
/*Book Editing Form Css Start*/
.banner-editing-form{
    background: #fff;
    width: 80%;
    border-radius: 0;
    box-shadow: 0 0px 15px -5px #fff;
    padding: 20px 20px;
    margin: 0 auto;
    opacity: 0.9;
}
.banner-editing-form h4{
    color: #4ac495;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 10px;
}
.banner-editing-form form{}
.selceted-box#step2{
    display: none;
}
.banner-editing-form form .form-group{
    margin: 0 0 5px;
}
.banner-editing-form form .form-group label{
    background: #FBFBFB;
    color: #10476e;
    font-size: 16px;
    line-height: 22px;
    padding: 0 5px;
    position: relative;
    bottom: -14px;
    left: 10px;
}
.banner-editing-form form .form-group.phone-inpt {
    display: grid;
    position: relative;
    margin-top: 30px;
}

.banner-editing-form form .form-group.phone-inpt label {
    position: absolute;
    top: -15px;
    z-index: 7;
    height: 20px;
    min-height: 20px;
}
.banner-editing-form form .form-group select{
    font-family: "SF-Pro-Display-Regular";
    background-color: #FBFBFB;
    color: #b2b2b2;
    border: 2px solid #E9E7E7;
    font-size: 16px;
    width: 100%;
    padding: 15px 30px 10px 10px;;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
.banner-editing-form form .form-group select option{
    color: #10476e;
}
.banner-editing-form form .form-group input{
    font-family: "SF-Pro-Display-Regular";
    background-color: #FBFBFB;
    color: #10476e;
    border: 2px solid #E9E7E7;
    font-size: 16px;
    width: 100%;
    padding: 15px 10px 10px 10px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.banner-editing-form form .form-group input::placeholder{
    color: #b2b2b2;
}
.banner-editing-form form .form-group textarea{
    font-family: "SF-Pro-Display-Regular";
    background-color: #FBFBFB;
    color: #10476e;
    border: 2px solid #E9E7E7;
    font-size: 16px;
    width: 100%;
    height: 100px;
    padding: 15px 10px 10px 10px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    resize: none;
}
.banner-editing-form form .form-group textarea::placeholder{
    color: #b2b2b2;
}
.banner-editing-form form .form-group button.submit-btn{
    background: #4ac495;
    color: #fff;
    border: 2px solid #4ac495;
    font-size: 18px;
    width: 175px;
    height: 45px;
    border-radius: 0px;
    padding: 8px 10px;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.banner-editing-form form .form-group button.submit-btn:hover{
    background: #10476e;
    color: #4ac495;
    border: 2px solid #10476e;
    transform: scale(0.9);
}
.banner-editing-form form .step-form-btns{
    display: flex;
    align-items: center;
}
.banner-editing-form form .step-form-btns button.next-btn{
    background: #10476e;
    color: #fff;
    border: 2px solid #10476e;
    font-size: 18px;
    width: 175px;
    height: 45px;
    border-radius: 0px;
    padding: 8px 10px;
    margin: 20px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.banner-editing-form form .step-form-btns button.next-btn:hover{
    color: #4ac495;
    border: 2px solid #4ac495;
    transform: scale(0.9);
}
.banner-editing-form form .step-form-btns button.previous-btn{
    background: #10476e;
    color: #fff;
    border: 2px solid #10476e;
    font-size: 18px;
    width: 175px;
    height: 45px;
    border-radius: 0px;
    padding: 8px 10px;
    margin: 20px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.banner-editing-form form .step-form-btns button.previous-btn:hover{
    color: #4ac495;
    border: 2px solid #4ac495;
    transform: scale(0.9);
}
/*Book Editing Form Css Here*/
/*Banner Published Form Css*/
.banner-inner-published-form{
    background: #ffffffd9;
    width: 80%;
    border-radius: 0;
    box-shadow: 0 0px 15px -5px #fff;
    padding: 20px 20px;
    margin: 0 auto;
}
.banner-inner-published-form h4{
    font-family: 'Intelo-SemiBold';
    color: #10476e;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 15px;
}
.banner-inner-published-form .form-group{
    margin: 0 0 10px;
}
.banner-inner-published-form .form-group.form-group-last{
    margin: 0;
}
.banner-inner-published-form .form-group .form-select{
    font-family: "Intelo-Regular";
    background-color: #FBFBFB;
    color: #10476e;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    border: 2px solid #E9E7E7;
    outline: none;
    box-shadow: none;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
}
.banner-inner-published-form .form-group-select{
    margin: 10px 0;
}
.banner-inner-published-form .form-group-select .heading-six{
    font-family: "Intelo-SemiBold";
    color: #10476e;
    margin: 0 0 10px;
}
.banner-inner-published-form .form-group-select .form-check-flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check{
    margin: 0 5px 7px;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-input{
    background-color: #FBFBFB;
    border: 1px solid #E9E7E7;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-input:checked[type=checkbox]{
    background-color: #4ac495;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label{
    font-family: "Intelo-Regular";
    color: #10476e;
    font-size: 16px;
    cursor: pointer;
}
.banner-inner-published-form .form-group input{
    font-family: "Intelo-Regular";
    background: #FBFBFB;
    color: #10476e;
    font-size: 16px;
    width: 100%;
    height: 45px;
    border: 2px solid #E9E7E7;
    border-radius: 0px;
    padding: 10px 8px;
}
.banner-inner-published-form .form-group input::placeholder{
    color: #b2b2b2;
    font-size: 16px;
}
.banner-inner-published-form .form-group button.submit-btn{
    font-family: "Intelo-Bold";
    background: #4ac495;
    color: #fff;
    border: #4ac495;
    font-size: 18px;
    width: 100%;
    height: 47px;
    border-radius: 7px;
    padding: 8px 10px;
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.banner-inner-published-form .form-group button.submit-btn:hover{
    background: #10476e;
    color: #4ac495;
    border: 2px solid #10476e;
    transform: scale(0.9);
}
/*Banner Published Form Css*/
/*Banner Main Section Css End Here*/

/*Banner Down Brands Section Css Start Here*/
section.bandown-brands-wrap{
    background-image: url(../../../assets/images/brands-down-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
    padding: 30px 0;
}
.bandown-brands-heading .heading-four {
    font-size: 40px;
    line-height: 46px;
    color: #4ac495;
    margin-bottom: 25px;
}
.bandown-brands-wrap .bandown-brands-inner{}
.bandown-brands-inner .heading-four{
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
}
.bandown-brands-inner .bandown-brands-item{}
.bandown-brands-item .slick-arrow{
    display: none !important;
}
.bandown-brands-item .brands-item-img{
    margin: 0 10px;
}
.brands-item-img img{
    height: 50px;
    object-fit: scale-down;
    margin: 0 auto;
}
/*Banner Down Brands Section Css End Here*/

/*Before After Section Css Start Here*/
section.before-after-wrap{
    background: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.before-after-wrap .before-after-inner{}
.before-after-slider .slick-arrow{
    position: absolute;
    bottom: 0;
    background: none;
    border: none;
    font-size: 0px;
}
.before-after-slider .slick-prev{
    display: none !important;
}
.before-after-slider .slick-next{}
.before-after-slider .slick-next::before{
    content: 'Next \f061';
    font-family: "Font Awesome 6 Pro", "SF-Pro-Display-Medium";
    background: #4ac495;
    color: #fff;
    border: 2px solid #4ac495;
    font-size: 14px;
    font-weight: 600;
    width: 150px;
    height: 35px;
    border-radius: 0;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    letter-spacing: 3px;
    transition: all .3s ease-in-out;
}
.before-after-slider .slick-next:hover::before{
    background: transparent;
    color: #4ac495;
}
.before-after-inner .before-after-box{
    margin: 0 10px;
}
.before-after-box .before-after-content{}
.before-after-content .heading-three{
    color: #10476e;
    margin: 0 0 20px;
}
.before-after-content p{
    color: #10476e;
}
.before-after-box .before-after-images{
    display: flex;
    align-items: center;
    justify-content: center;
}
.before-after-images .before-img{
    width: 275px;
    margin: 0 10px;
    position: relative;
}
.before-after-images .before-img::after{
    content: 'Before';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    background-color:black;
}
.before-after-images .before-img img{}
.before-after-images .after-img{
    width: 275px;
    margin: 0 10px;
    position: relative;
}
.before-after-images .after-img::after{
    content: 'After';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    background-color:black;
}
.before-after-images .after-img img{}
/*Before After Section Css End Here*/

/*FAQS Section Css Start Here*/
section.faqs-sec-wrap{
    background: #FFFFFF;
    padding: 50px 0;
}
.faqs-sec-wrap .faqs-sec-head{
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
}
.faqs-sec-head .heading-two{
        color: #4ac495;
    margin: 0 0 10px;
    font-family: 'Intelo-Regular';
}
.faqs-sec-head p{
    color: #10476e;
    margin: 0 0 10px;
}
.faqs-sec-wrap .faqs-sec-item{}
.faqs-sec-item .accordion .accordion-item{
    margin: 0 0 0px;
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #10476e;
}
.faqs-sec-item .accordion .accordion-item .accordion-header{}
.faqs-sec-item .accordion-item .accordion-header button.accordion-button{
   font-family: 'Gilroy-Regular';
    background: transparent;
    color: #10476e;
    font-size: 22px;
    line-height: 30px;
    box-shadow: none;
    border-radius: 0px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    margin: 0;
}
.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed){
    color: #4ac495;
}
.faqs-sec-item .accordion-item .accordion-header .accordion-button::after{
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    background-image: none;
    background: transparent;
    color: #10476e;
    font-size: 24px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 0px;
    text-align: center;
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}
.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
    /* content: '\f068'; */
    /*font-family: 'Font Awesome 6 Pro';*/
    color: #4ac495;
    font-size: 20px;
    transform: rotate(-90deg);
}
.faqs-sec-item .accordion-item .accordion-collapse{}
.faqs-sec-item .accordion-item .accordion-collapse .accordion-body{
    font-family: "Gilroy-Regular";
    background: transparent;
    color: #888888;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 10px 10px;
    border-radius: 0px;
}
/*FAQS Section Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css End Here -----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Css Start Here */
footer.footer-main-sec {
    background-color: #10476e;
    position: relative;
    z-index: 10;
}
.footer-main-sec .footer-top {
    padding: 50px 0 20px 0;
}
.footer-top .footer-links-area {
    margin: 0 0 20px;
    border-right: 1px solid #f3f3f3;
    height: 100%;
}
.footer-top .footer-links-area.footer-links-area-last{
    border-right: none;
}
.footer-links-area .heading-six{
    color: #4ac495;
    margin: 0 0 20px 0;
}
.footer-links-area .footer-services-nav-links{
    display: flex;
    justify-content: space-between;
}
.footer-services-nav-links ul.footer-nav-links{
    margin: 0 20px 0 0;
}
.footer-links-area ul.footer-nav-links li{
    margin: 0 0 10px 0;
}
.footer-links-area ul.footer-nav-links a{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    transition: all .3s ease-in-out;
    display: block;
}
.footer-links-area ul.footer-nav-links a:hover{
    color: #4ac495;
}
.footer-top .footer-brands-area{
    margin: 20px 0;
}
.footer-brands-area .footer-brands-logos{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.footer-brands-area .footer-brands-logos img{
    width: 125px;
    height: 75px;
    object-fit: contain;
    margin: 0 10px 0;
}
.footer-brands-area .footer-dmc-logos{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.footer-brands-area .footer-dmc-logos img{
    margin: 0 10px 0;
}
.footer-top .footer-disclaimer-area p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}
.footer-top .footer-disclaimer-area p b{
    color: #4ac495;
}
.footer-main-sec .footer-middle{
    background: #4ac495;
    padding: 20px 0;
}
.footer-middle .footer-logo-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo-area .footer-logo{
    width: 150px;
}
.footer-logo-area .footer-info{}
.footer-logo-area .footer-info ul{
    text-align: center;
}
.footer-logo-area .footer-info ul li{
    margin: 0 0 5px;
}
.footer-logo-area .footer-info ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    display: block;
    transition: all .3s ease-in-out;
}
.footer-logo-area .footer-info ul li a:hover{
    color: #10476e;
}
.footer-logo-area ul.footer-social-links{
    display: flex;
    align-items: center;
}
ul.footer-social-links li{
    margin: 0 5px 0;
}
ul.footer-social-links li a{
    color: #fff;
    font-size: 22px;
    display: block;
    transition: all .3s ease-in-out;
}
ul.footer-social-links li a:hover{
    color: #10476e;
}
ul.footer-social-links li a img{
    filter: invert(1);
    width: 22px;
    transition: all .3s ease-in-out;
}
ul.footer-social-links li a:hover img{
    filter: unset;
}
.footer-disclaimer-area{
    margin: 20px 0 0;
}
.footer-disclaimer-area p{
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.footer-disclaimer-area p b{
    color: #10476e;
}
.footer-main-sec .footer-bottom{
    padding: 10px 0;
}
.footer-bottom .footer-copyright{
    text-align: center;
}
.footer-copyright p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
/* Footer Css End Here */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1899px){

/*Header Responsive Css Start Here*/
header .navbar-nav .nav-item ul.dropdown-menu li:first-child{
    width: 175%;
}
/*Header Responsive Css End Here*/
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 54px;
    line-height: 60px;
}
.heading-two{
    font-size: 48px;
    line-height: 54px;
}
.heading-three{
    font-size: 40px;
    line-height: 46px;
}
.heading-four{
    font-size: 32px;
    line-height: 38px;
}
.heading-five{
    font-size: 20px;
    line-height: 26px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 16px;
    width: 160px;
    padding: 10px 5px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header .navbar-expand-lg .navbar-collapse{
    margin: 0 0 0 10px;
}
header .navbar-main-nav ul.navbar-nav li.nav-item{
    margin: 0 5px 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    font-size: 16px;
    line-height: 22px;
}
header .navbar-nav .nav-item ul.dropdown-menu li:first-child{
    width: 175%;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    font-size: 16px;
    line-height: 22px;
}
header nav.navbar .website-main-buttons button.popup-btn{
    width: 150px;
}
header nav.navbar .website-main-buttons a.call-btn{
    width: 150px;
}
/*Header Responsive Css End Here*/


/**************************************************************************
 ------------- Illustration LP Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

.banner-main-content .heading-one {
    font-size: 54px;
    line-height: 60px;
}

.banner-balloon-img img {
    width: 150%;
}
.banner-plane-img img {
    width: 100%;
}
.bandown-brands-heading .heading-four{
    font-size: 38px;
    line-height: 42px;
}

section.banner-main-child-sec.banner-editing-child-sec.form-sec{
    padding: 50px 0;
}
.banner-main-child-sec .banner-main-content .heading-two{
    font-size: 54px;
    line-height: 60px;
}


section.portfolio-wrap{
    padding: 10px 0 50px;
}

.portfolio-main-head .heading-two {
    font-size: 54px;
    line-height: 60px;
}
.portfolio-main-head .heading-two span {
    color: #4ac495;
}

section.testimonials-wrap {
    padding: 10px 0 70px;
}
.testimonials-heading .heading-two{
    font-size: 40px;
    line-height: 45px;
}

.testi-name .heading-four {
    font-size: 25px;
}

.testi-rating {
    margin-bottom: 20px;
}
.testi-main-img img{
    width: 180px;
    margin: 0;
}

section.banner-main-child-sec.banner-editing-child-sec.promise-sec {
    padding: 50px 0 750px;
}

.faqs-sec-head .heading-two {
    font-size: 54px;
    line-height: 60px;
}

/**************************************************************************
 -------------- Illustration LP Responsive Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/


}
@media only screen and (min-width: 992px) and (max-width: 1199px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 48px;
    line-height: 54px;
}
.heading-two{
    font-size: 42px;
    line-height: 48px;
}
.heading-three{
    font-size: 36px;
    line-height: 42px;
}
.heading-four{
    font-size: 30px;
    line-height: 36px;
}
.heading-five{
    font-size: 20px;
    line-height: 26px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    padding: 10px 5px;
    margin: 0 5px 5px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar .navbar-brand .logo{
    width: 120px;
}
header .navbar-expand-lg .navbar-collapse{
    margin: 0 0 0 10px;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item{
    margin: 0 5px 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    font-size: 16px;
    line-height: 22px;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    font-size: 16px;
    line-height: 22px;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double{
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a{
    width: 100%;
    border-right: none;
}
header nav.navbar .website-main-buttons button.popup-btn{
    width: 150px;
}
header nav.navbar .website-main-buttons a.call-btn{
    width: 150px;
}
header .navbar-collapse .navbar-main-nav {
    gap: 30px;
}
/*Header Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
.banner-brands .banner-brands-items img{
    width: 100px;
    margin: 0 5px 10px;
}
.banner-main-img img{
    width: 75%;
}
.banner-main-img .banner-review-box{
    width: 85%;
    margin: -55px 0 0 auto;
}
.rating-stars-icon img{
    width: 15px;
    height: 15px;
}
/*Book Editing Form Responsive Css Start*/
.banner-editing-form{
    width: 100%;
}
.banner-editing-form form .form-group label{
    font-size: 14px;
    line-height: 20px;
}
.banner-editing-form form .form-group select{
    font-size: 14px;
}
.banner-editing-form form .form-group input{
    font-size: 14px;
}
.banner-editing-form form .form-group textarea{
    font-size: 14px;
}
.banner-editing-form form .form-group button.submit-btn{
    font-size: 16px;
}
.banner-editing-form form .step-form-btns button.next-btn{
    font-size: 16px;
}
.banner-editing-form form .step-form-btns button.previous-btn{
    font-size: 16px;
}
/*Book Editing Form Responsive Css Here*/
/*Banner Published Form Responsive Css*/
.banner-inner-published-form{
    width: 100%;
}
.banner-inner-published-form .form-group .form-select{
    font-size: 14px;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label{
    font-size: 14px;
}
.banner-inner-published-form .form-group input{
    font-size: 14px;
}
.banner-inner-published-form .form-group input::placeholder{
    font-size: 14px;
}
.banner-inner-published-form .form-group button.submit-btn{
    font-size: 16px;
}
/*Banner Published Form Responsive Css*/
/*Banner Main Section Responsive Css End Here*/

/*Before After Section Responsive Css Start Here*/
.before-after-slider .slick-arrow{
    bottom: -25px;
}
.before-after-box .before-after-content{
    margin: 0 0 20px;
}
/*Before After Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/





/**************************************************************************
 ------------- Illustration LP Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

.banner-main-content .heading-one {
    font-size: 50px;
    line-height: 55px;
}

.banner-balloon-img img {
    width: 150%;
}
.banner-plane-img img {
    width: 100%;
}
.bandown-brands-heading .heading-four{
    font-size: 38px;
    line-height: 42px;
}

section.banner-main-child-sec.banner-editing-child-sec.form-sec{
    padding: 50px 0;
}
.banner-main-child-sec .banner-main-content .heading-two{
    font-size: 50px;
    line-height: 55px;
}


section.portfolio-wrap{
    padding: 10px 0 50px;
}

.portfolio-main-head .heading-two {
    font-size: 50px;
    line-height: 55px;
}
.portfolio-main-head .heading-two span {
    color: #4ac495;
}

section.testimonials-wrap {
    padding: 10px 0 70px;
}
.testimonials-heading .heading-two{
    font-size: 40px;
    line-height: 45px;
}

.testi-name .heading-four {
    font-size: 25px;
}

.testi-rating {
    margin-bottom: 20px;
}
.testi-main-img img{
    width: 180px;
    margin: 0;
}

section.banner-main-child-sec.banner-editing-child-sec.promise-sec {
    padding: 50px 0 750px;
}

.faqs-sec-head .heading-two {
    font-size: 50px;
    line-height: 55px;
}

/**************************************************************************
 -------------- Illustration LP Responsive Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/




/*Footer Responsive Css Start Here*/
.footer-top .footer-links-area{
    height: inherit;
    padding: 0 20px 0;
}
.footer-top .footer-links-area.footer-links-area-last{
    border-right: 1px solid #f3f3f3;
}
/*Footer Responsive Css End Here*/
}
@media only screen and (min-width: 768px) and (max-width: 991px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 48px;
    line-height: 54px;
}
.heading-two{
    font-size: 42px;
    line-height: 48px;
}
.heading-three{
    font-size: 36px;
    line-height: 42px;
}
.heading-four{
    font-size: 30px;
    line-height: 36px;
}
.heading-five{
    font-size: 20px;
    line-height: 26px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    flex-wrap: wrap;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    width: 160px;
    padding: 10px 5px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 10px 0;
    background: #10476e;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
    justify-content: center;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
}
header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown{
    position: relative;
}
header .navbar-nav .nav-item ul.dropdown-menu{
    top: 0;
    left: 0;
    display: none;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    display: grid;
}
header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show{
    display: grid;
}
header .navbar-nav .nav-item ul.dropdown-menu li{
    border-right: none;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double{
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a{
    width: 50%;
}
header nav.navbar .website-main-buttons{
    margin: 10px 0;
    flex-wrap: wrap;
    gap:20px;
}
header nav.navbar .website-main-buttons a.call-btn{
    color: #fff;
    border: 2px solid #fff;
}
/*Header Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
section.banner-main-child-sec{
    padding: 120px 0 50px;
}
.banner-main-child-sec .banner-main-content{
    text-align: center;
}
.banner-brands .banner-brands-items{
    flex-wrap: wrap;
    justify-content: center;
}
.banner-brands .banner-brands-items img{
    margin: 0 5px 10px;
}
.banner-main-child-sec .banner-main-img{
    text-align: center;
}
.banner-main-img img{
    width: 75%;
}
.banner-main-img .banner-review-box{
    width: 75%;
    margin: -35px auto;
    padding: 10px 15px;
}
.rating-stars-icon img{
    width: 15px;
    height: 15px;
}
.banner-review-box .review-box-content{
    text-align: center;
}
/*Book Editing Form Responsive Css Start*/
.banner-editing-form .heading-four{
    text-align: center;
}
.banner-editing-form h4{
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}
.banner-editing-form form .form-group label{
    font-size: 14px;
    line-height: 20px;
}
.banner-editing-form form .form-group select{
    font-size: 14px;
}
.banner-editing-form form .form-group input{
    font-size: 14px;
}
.banner-editing-form form .form-group textarea{
    font-size: 14px;
}
.banner-editing-form form .form-group button.submit-btn{
    font-size: 16px;
    margin: 30px auto 0;
}
.banner-editing-form form .step-form-btns{
    justify-content: center;
}
.banner-editing-form form .step-form-btns button.submit-btn{
    margin: 20px 0 0 0;
}
.banner-editing-form form .step-form-btns button.next-btn{
    font-size: 16px;
}
.banner-editing-form form .step-form-btns button.previous-btn{
    font-size: 16px;
}
/*Book Editing Form Responsive Css Here*/
/*Banner Published Form Responsive Css*/
.banner-inner-published-form{
    width: 75%;
}
.banner-inner-published-form h4{
    font-size: 22px;
    line-height: 28px;
}
.banner-inner-published-form .form-group .form-select{
    font-size: 14px;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label{
    font-size: 14px;
}
.banner-inner-published-form .form-group input{
    font-size: 14px;
}
.banner-inner-published-form .form-group input::placeholder{
    font-size: 14px;
}
.banner-inner-published-form .form-group button.submit-btn{
    font-size: 16px;
}
/*Banner Published Form Responsive Css*/
/*Banner Main Section Responsive Css End Here*/

/*Before After Section Responsive Css Start Here*/
section.before-after-wrap{
    padding: 30px 0 75px;
}
.before-after-slider .slick-arrow{
    bottom: -50px;
    left: 0;
    right: 0;
}
.before-after-slider .slick-next::before{
    margin: 0 auto;
}
.before-after-box .before-after-content{
    margin: 0 0 20px;
    text-align: center;
}
/*Before After Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/




/**************************************************************************
 ------------- Illustration LP Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

.banner-main-content .heading-one {
    font-size: 42px;
    line-height: 47px;
}

.banner-balloon-img img {
    width: 150%;
}
.banner-plane-img img {
    width: 100%;
}
.bandown-brands-heading .heading-four{
    font-size: 34px;
    line-height: 39px;
}

section.banner-main-child-sec.banner-editing-child-sec.form-sec{
    padding: 50px 0;
}
.banner-main-child-sec .banner-main-content .heading-two{
    font-size: 42px;
    line-height: 47px;
}

.banner-main-child-sec .banner-main-content br {
    display: none;
}
.banner-inner-published-form .form-group.form-group-last{
    display: flex;
    justify-content: center;
}

section.portfolio-wrap{
    padding: 10px 0 50px;
}

.portfolio-main-head .heading-two {
    font-size: 42px;
    line-height: 47px;
}
.portfolio-main-head .heading-two span {
    color: #4ac495;
}

section.testimonials-wrap {
    padding: 10px 0 70px;
}
.testimonials-main-box{
    margin-bottom: 25px;
}
.testimonials-heading .heading-two{
    font-size: 40px;
    line-height: 45px;
}

.testi-name .heading-four {
    font-size: 25px;
}

.testi-rating {
    margin-bottom: 20px;
}
.testi-main-img img{
    width: 180px;
    margin: 0;
}

section.banner-main-child-sec.banner-editing-child-sec.promise-sec {
    padding: 50px 0 750px;
}

.faqs-sec-head .heading-two {
    font-size: 42px;
    line-height: 47px;
}

/**************************************************************************
 -------------- Illustration LP Responsive Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/






/*Footer Responsive Css Start Here*/
.footer-top .footer-links-area{
    height: inherit;
    padding: 0 20px 0;
}
.footer-top .footer-links-area.footer-links-area-last{
    border-right: 1px solid #f3f3f3;
}
/*Footer Responsive Css End Here*/

}
@media only screen and (min-width: 576px) and (max-width: 767px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 48px;
    line-height: 54px;
}
.heading-two{
    font-size: 42px;
    line-height: 48px;
}
.heading-three{
    font-size: 36px;
    line-height: 42px;
}
.heading-four{
    font-size: 30px;
    line-height: 36px;
}
.heading-five{
    font-size: 20px;
    line-height: 26px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    flex-wrap: wrap;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    width: 160px;
    padding: 10px 5px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 10px 0;
    background: #10476e;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
    justify-content: center;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
}
header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown{
    position: relative;
}
header .navbar-nav .nav-item ul.dropdown-menu{
    top: 0;
    left: 0;
    display: none;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    display: grid;
}
header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show{
    display: grid;
}
header .navbar-nav .nav-item ul.dropdown-menu li{
    border-right: none;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double{
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a{
    width: 50%;
}
header nav.navbar .website-main-buttons{
    margin: 10px 0;
    flex-wrap: wrap;
    gap:20px;
}
header nav.navbar .website-main-buttons a.call-btn{
    color: #fff;
    border: 2px solid #fff;
}
/*Header Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
section.banner-main-child-sec{
    padding: 120px 0 50px;
}
.banner-main-child-sec .banner-main-content{
    text-align: center;
}
.banner-brands .banner-brands-items{
    flex-wrap: wrap;
    justify-content: center;
}
.banner-main-slider{
    display:none;
}
.banner-brands .banner-brands-items img{
    margin: 0 5px 10px;
}
.banner-main-child-sec .banner-main-img{
    text-align: center;
}
.banner-main-img img{
    width: 90%;
}
.banner-main-img .banner-review-box{
    width: 100%;
    padding: 10px 15px;
    margin: -35px 0 0 auto;
}
.rating-stars-icon img{
    width: 15px;
    height: 15px;
}
.banner-review-box .review-box-content{
    text-align: center;
}
/*Book Editing Form Responsive Css Start*/
.banner-editing-form{
    width: 90%;
}
.banner-editing-form h4{
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}
.banner-editing-form form .form-group label{
    font-size: 14px;
    line-height: 20px;
}
.banner-editing-form form .form-group select{
    font-size: 14px;
}
.banner-editing-form form .form-group input{
    font-size: 14px;
}
.banner-editing-form form .form-group textarea{
    font-size: 14px;
}
.banner-editing-form form .form-group button.submit-btn{
    font-size: 16px;
    margin: 20px auto 0;
}
.banner-editing-form form .step-form-btns{
    justify-content: center;
}
.banner-editing-form form .step-form-btns button.submit-btn{
    margin: 20px 0 0 0;
}
.banner-editing-form form .step-form-btns button.next-btn{
    font-size: 16px;
}
.banner-editing-form form .step-form-btns button.previous-btn{
    font-size: 16px;
}
/*Book Editing Form Responsive Css Here*/
/*Banner Published Form Responsive Css*/
.banner-inner-published-form{
    width: 100%;
}
.banner-inner-published-form h4{
    font-size: 22px;
    line-height: 28px;
}
.banner-inner-published-form .form-group .form-select{
    font-size: 14px;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label{
    font-size: 14px;
}
.banner-inner-published-form .form-group input{
    font-size: 14px;
}
.banner-inner-published-form .form-group input::placeholder{
    font-size: 14px;
}
.banner-inner-published-form .form-group button.submit-btn{
    font-size: 16px;
}
/*Banner Published Form Responsive Css*/
/*Banner Main Section Responsive Css End Here*/

/*Before After Section Responsive Css Start Here*/
section.before-after-wrap{
    padding: 30px 0 75px;
}
.before-after-slider .slick-arrow{
    bottom: -50px;
    left: 0;
    right: 0;
}
.before-after-slider .slick-next::before{
    margin: 0 auto;
}
.before-after-box .before-after-content{
    margin: 0 0 20px;
    text-align: center;
}
/*Before After Section Responsive Css End Here*/

/*FAQS Section Responsive Css Start Here*/
section.faqs-sec-wrap{
    padding: 30px 0;
}
.faqs-sec-wrap .faqs-sec-head{
    width: 100%;
    margin: 0 auto 30px;
}
.faqs-sec-item .accordion-item .accordion-header button.accordion-button{
    font-size: 20px;
    line-height: 26px;
}
.faqs-sec-item .accordion-item .accordion-collapse .accordion-body{
    font-size: 16px;
    line-height: 22px;
}
/*FAQS Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/




/**************************************************************************
 ------------- Illustration LP Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

.banner-main-content .heading-one {
    font-size: 36px;
    line-height: 40px;
}

.banner-main-content .website-main-buttons button.popup-btn,
.banner-main-content .website-main-buttons button.talk-btn{
    width: 200px;
}
.banner-balloon-img img {
    width: 150%;
}
.banner-plane-img img {
    width: 100%;
}
.bandown-brands-heading .heading-four{
    font-size: 30px;
    line-height: 35px;
}

section.banner-main-child-sec.banner-editing-child-sec.form-sec{
    padding: 50px 0;
}
.banner-main-child-sec .banner-main-content .heading-two{
    font-size: 36px;
    line-height: 40px;
}

.banner-main-child-sec .banner-main-content br {
    display: none;
}
.banner-inner-published-form .form-group.form-group-last{
    display: flex;
    justify-content: center;
}

section.portfolio-wrap{
    padding: 10px 0 50px;
}

.portfolio-main-head .heading-two {
    font-size: 36px;
    line-height: 40px;
}
.portfolio-main-head .heading-two span {
    color: #4ac495;
}

section.testimonials-wrap {
    padding: 10px 0 70px;
}

.testimonials-main-box{
    margin-bottom: 25px;
}
.testimonials-heading .heading-two{
    font-size: 40px;
    line-height: 45px;
}

.testi-name .heading-four {
    font-size: 25px;
}

.testi-rating {
    margin-bottom: 20px;
}
.testi-main-img img{
    width: 250px;
    margin: 0;
}

section.banner-main-child-sec.banner-editing-child-sec.promise-sec {
    padding: 50px 0 750px;
}

.faqs-sec-head .heading-two {
    font-size: 36px;
    line-height: 40px;
}

/**************************************************************************
 -------------- Illustration LP Responsive Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/




/*Footer Responsive Css Start Here*/
.footer-top .footer-links-area{
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #3D3D3D;
    height: inherit;
    text-align: center;
}
.footer-links-area .footer-services-nav-links{
    flex-direction: column;
    justify-content: center;
}
.footer-services-nav-links ul.footer-nav-links{
    margin: 0;
}
.footer-brands-area .footer-brands-logos{
    flex-wrap: wrap;
    justify-content: center;
}
.footer-brands-area .footer-brands-logos img{
    width: 100px;
    margin: 0 10px 10px;
}
.footer-brands-area .footer-dmc-logos{
    justify-content: center;
}
.footer-brands-area .footer-dmc-logos img{
    margin: 0 5px 0;
}
.footer-top .footer-disclaimer-area{
    text-align: center;
}
.footer-middle .footer-logo-area{
    flex-direction: column;
    justify-content: center;
}
.footer-logo-area .footer-logo{
    margin: 0 0 10px;
}
.footer-logo-area .footer-info{
    margin: 0 0 10px;
}
/*Footer Responsive Css End Here*/
}
@media only screen and (min-width: 300px) and (max-width: 575px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
.heading-one{
    font-size: 34px;
    line-height: 45px;
}
.heading-two{
    font-size: 24px;
    line-height: 32px;
}
.heading-three{
    font-size: 29px;
    line-height: 42px;
}
.heading-four{
    font-size: 21px;
    line-height: 36px;
}
.heading-five{
    font-size: 20px;
    line-height: 26px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
}
li{
    font-size: 16px;
    line-height: 22px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    flex-wrap: wrap;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    width: 150px;
    padding: 10px 5px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar .navbar-brand .logo{
    width: 120px;
}
header .navbar-expand-lg .navbar-collapse{
    margin: 10px 10px 0;
    background: #10476e;
}
header .navbar-collapse .navbar-main-nav{
    flex-direction: column;
    justify-content: center;
}
header .navbar-main-nav ul.navbar-nav{
    margin: 0;
}
header .navbar-main-nav ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
}
header .navbar-main-nav ul.navbar-nav li.nav-item.dropdown{
    position: relative;
}
header .navbar-nav .nav-item ul.dropdown-menu{
    top: 0;
    left: 0;
    display: none;
}
header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu{
    display: none;
}
header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show{
    display: grid;
}
header .navbar-nav .nav-item ul.dropdown-menu li{
    border-right: none;
}
header .navbar-nav .nav-item ul.dropdown-menu li span{
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double{
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}
header .navbar-nav .nav-item ul.dropdown-menu li .dropdown-menu-double a{
    width: 100%;
    border-right: none;
}
header nav.navbar .website-main-buttons{
    margin: 10px 0;
    flex-wrap: wrap;
    gap:20px;
}
header nav.navbar .website-main-buttons a.call-btn{
    color: #fff;
    border: 2px solid #fff;
}
/*Header Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
section.banner-main-child-sec{
    padding: 120px 0 50px;
}
.banner-main-child-sec .banner-main-content{
    text-align: center;
} 
.banner-brands .banner-brands-items{
    flex-wrap: wrap;
    justify-content: center;
}
.banner-main-slider{
    display:none;
}
.banner-brands .banner-brands-items img{
    margin: 0 5px 10px;
}
.banner-main-child-sec .banner-main-img{
    text-align: center;
}
.banner-main-img img{
    width: 90%;
}
.banner-main-img .banner-review-box{
    width: 100%;
    padding: 10px 15px;
    margin: -35px 0 0 auto;
}
ul.review-box-img li{
    margin: 0 -20px 0 0;
}
.rating-stars-icon img{
    width: 15px;
    height: 15px;
}
.banner-review-box .review-box-content{
    text-align: center;
}
/*Book Editing Form Responsive Css Start*/
.banner-editing-form{
    width: 100%;
}
.banner-editing-form h4{
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}
.banner-editing-form form .form-group label{
    font-size: 12px;
    line-height: 18px;
    left: 2px;
}
.banner-editing-form form .form-group select{
    font-size: 14px;
}
.banner-editing-form form .form-group input{
    font-size: 14px;
}
.banner-editing-form form .form-group textarea{
    font-size: 14px;
}
.banner-editing-form form .form-group button.submit-btn{
    font-size: 16px;
    margin: 20px auto 0;
}
.banner-editing-form form .step-form-btns{
    justify-content: center;
}
.banner-editing-form form .step-form-btns button.submit-btn{
    margin: 20px 0 0 0;
}
.banner-editing-form form .step-form-btns button.next-btn{
    font-size: 16px;
}
.banner-editing-form form .step-form-btns button.previous-btn{
    font-size: 16px;
}
/*Book Editing Form Responsive Css Here*/
/*Banner Published Form Responsive Css*/
.banner-inner-published-form{
    width: 100%;
}
.banner-inner-published-form h4{
    font-size: 22px;
    line-height: 28px;
}
.banner-inner-published-form .form-group .form-select{
    font-size: 12px;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check{
    width: 100%;
}
.banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label{
    font-size: 14px;
}
.banner-inner-published-form .form-group input{
    font-size: 14px;
}
.banner-inner-published-form .form-group input::placeholder{
    font-size: 14px;
}
.banner-inner-published-form .form-group button.submit-btn{
    font-size: 16px;
}
/*Banner Published Form Responsive Css*/
/*Banner Main Section Responsive Css End Here*/

/*Before After Section Responsive Css Start Here*/
section.before-after-wrap{
    padding: 30px 0 75px;
}
.before-after-slider .slick-arrow{
    bottom: -40px;
    left: 0;
    right: 0;
}
.before-after-slider .slick-next::before{
    margin: 0 auto;
}
.before-after-box .before-after-content{
    margin: 0 0 20px;
    text-align: center;
}
.before-after-box .before-after-images{
    flex-wrap: wrap;
}
.before-after-images .before-img{
    margin: 0 10px 10px;
}
.before-after-images .after-img{
    margin: 0 10px 10px;
}
/*Before After Section Responsive Css End Here*/

/*FAQS Section Responsive Css Start Here*/
section.faqs-sec-wrap{
    padding: 30px 0;
}
.faqs-sec-wrap .faqs-sec-head{
    width: 100%;
    margin: 0 auto 30px;
}
.faqs-sec-item .accordion-item .accordion-header button.accordion-button{
    font-size: 20px;
    line-height: 26px;
}
.faqs-sec-item .accordion-item .accordion-collapse .accordion-body{
    font-size: 16px;
    line-height: 22px;
}
/*FAQS Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/



/**************************************************************************
 ------------- Illustration LP Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

.banner-main-content .heading-one {
    font-size: 30px;
    line-height: 35px;
}

.banner-main-content .website-main-buttons button.popup-btn,
.banner-main-content .website-main-buttons button.talk-btn{
    width: 200px;
}
.banner-balloon-img img {
    width: 150%;
}
.banner-plane-img img {
    width: 100%;
}
.bandown-brands-heading .heading-four{
    font-size: 25px;
    line-height: 30px;
}

section.banner-main-child-sec.banner-editing-child-sec.form-sec{
    padding: 50px 0;
}
.banner-main-child-sec .banner-main-content .heading-two{
    font-size: 30px;
    line-height: 35px;
}

.banner-main-child-sec .banner-main-content br {
    display: none;
}
.banner-inner-published-form .form-group.form-group-last{
    display: flex;
    justify-content: center;
}

section.portfolio-wrap{
    padding: 10px 0 50px;
}

.portfolio-main-head .heading-two {
    font-size: 30px;
    line-height: 35px;
}
.portfolio-main-head .heading-two span {
    color: #4ac495;
}

section.testimonials-wrap {
    padding: 10px 0 70px;
}
.testimonials-main-box{
    margin-bottom: 25px;
}
.testimonials-heading .heading-two{
    font-size: 40px;
    line-height: 45px;
}

.testi-name .heading-four {
    font-size: 25px;
}

.testi-rating {
    margin-bottom: 20px;
}
.testi-main-img img{
    width: 200px;
    margin: 0;
}

section.banner-main-child-sec.banner-editing-child-sec.promise-sec {
    padding: 50px 0 750px;
}

.faqs-sec-head .heading-two {
    font-size: 30px;
    line-height: 35px;
}

/**************************************************************************
 -------------- Illustration LP Responsive Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/




/*Footer Responsive Css Start Here*/
.footer-top .footer-links-area{
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #3D3D3D;
    height: inherit;
    text-align: center;
}
.footer-links-area .footer-services-nav-links{
    flex-direction: column;
    justify-content: center;
}
.footer-services-nav-links ul.footer-nav-links{
    margin: 0;
}
.footer-brands-area .footer-brands-logos{
    flex-wrap: wrap;
    justify-content: center;
}
.footer-brands-area .footer-brands-logos img{
    width: 100px;
    margin: 0 10px 10px;
}
.footer-brands-area .footer-dmc-logos{
    justify-content: center;
}
.footer-brands-area .footer-dmc-logos img{
    margin: 0 5px 0;
}
.footer-top .footer-disclaimer-area{
    text-align: center;
}
.footer-middle .footer-logo-area{
    flex-direction: column;
    justify-content: center;
}
.footer-logo-area .footer-logo{
    margin: 0 0 10px;
}
.footer-logo-area .footer-info{
    margin: 0 0 10px;
}
/*Footer Responsive Css End Here*/
}