@media only screen and (min-width: 1920px) {
    .sub-banner:after {
        bottom: 0;
    }
}
@media only screen and (max-width: 1900px) {
    /* bannner responsive start here */
    .banner-main-section {
        background-position-y: 0;
        height: 750px;
    }
    .banner-main-section::after {
        bottom: -1px;
        background-position-x: 50%;
    }
    .top-to-bottom-banner-btn a {
        bottom: -45px;
    }
    .sub-banner {
        background-position-y: 0;
    }
    .sub-banner:after {
        bottom: -1px;
    }
    /* bannner responsive end here */
}
@media only screen and (max-width: 1600px) {
    /* bannner responsive start here */
    .sub-banner {
        background-position-y: 0;
        padding: 160px 0 240px;
    }
    .banner-main-section {
        background-position-y: 0;
        height: 650px;
    }
    h1 {
        font-size: 64px;
    }
    .banner-inner-con span {
        font-size: 28px;
        line-height: 38px;
    }
    .banner-inner-con p {
        font-size: 18px;
        line-height: 26px;
    }
    .top-to-bottom-banner-btn a {
        bottom: -30px;
    }
    /* bannner responsive end here */
    /* experience section responsive start here */
    h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .experience-inner-con {
        gap: 80px;
        margin-bottom: 70px;
        grid-template-columns: 40% 52%;
    }
    .experience-img-con {
        padding-top: 0;
    }
    .experience-text-con > p {
        margin-bottom: 20px;
    }
    .experience-text-con ul li {
        padding-left: 30px;
        margin-bottom: 8px;
    }
    .experience-text-con ul li i {
        left: 0;
        top: 4px;
    }
    .experience-text-con ul {
        margin-bottom: 25px;
    }
    .padding-bottom {
        padding-bottom: 110px;
    }
    .padding-top {
        padding-top: 110px;
    }
    /* counter section start*/
    .customer-counter-box {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    /* counter section end*/
    /* experience section responsive start here */
    /* benefits section responsive start here */
    .benefits-inner-section {
        gap: 80px;
        grid-template-columns: 43% 50%;
    }
    .benefits-left-con .generic-title {
        margin-bottom: 25px;
    }
    .benefits-left-con > p {
        margin-bottom: 20px;
    }
    .benefits-left-con ul {
        gap: 10px;
        margin-bottom: 25px;
        grid-template-columns: 44% 45%;
    }
    .single-benefit-box h4 {
        margin-bottom: 10px;
    }
    .single-benefit-box {
        padding: 30px 25px 29px;
    }
    .benefits-right-con {
        gap: 20px;
        grid-template-columns: 48% 48%;
        padding-top: 0;
    }
    /* benefits section responsive end here */
    /* calendar section responsive start here */
    .plan-calendar-section .generic-title {
        margin-bottom: 60px;
    }
    /* calendar section responsive end here */
    /* guides section responsive start here */
    .best-guides-section .generic-title {
        margin-bottom: 60px;
    }
    .guide-box figure img{
        width: 100%;
    }
    .guide-box figure {
        width: 220px;
        height: 220px;
        margin: 0 auto 30px;
    }
    .guide-box {
        padding: 35px 30px 30px;
    }
    .guide-box span {
        margin-bottom: 7px;
    }
    .guide-box p {
        margin-bottom: 20px;
    }
    /* guides section responsive end here */
    /* faq section responsive start here */
    .generic-title h2 {
        margin-bottom: 15px;
    }
    .faq-section .generic-title {
        margin-bottom: 60px;
    }
    .faq-cards-con .card {
        margin-bottom: 30px;
    }
    .faq-form-con ul li input, .faq-form-con ul li select, .faq-form-con ul li textarea {
        height: 54px;
    }
    .testimonial-section .generic-title {
        margin-bottom: 60px;
    }
    /* faq section responsive end here */
    /* guest section responsive start here */
    .guest-box p {
        line-height: 26px;
    }
    /* guest section responsive end here */
    .sponsors-inner-con ul li {
        height: 140px;
    }
    /* footer section responsive start here */
    .footer-inner-con figure {
        margin-bottom: 20px;
    }
    .footer-section {
        padding: 90px 0 70px;
    }
    /* footer section responsive end here */
}
@media only screen and (max-width: 1440px) {
    .testimonial1-section .testimonial-inner-con .owl-carousel .owl-nav .owl-prev {
        left: -20px;
    }
    .testimonial1-section .testimonial-inner-con .owl-carousel .owl-nav .owl-next {
        right: -20px;
    }
    
    /* banner section responsive start here */
    .banner-main-section {
        background-position-y: 0;
        height: 560px;
    }
    .top-to-bottom-banner-btn a {
        bottom: -33px;
    }
    h1 {
        font-size: 56px;
    }
    .banner-inner-con span {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .banner-inner-con p {
        margin-bottom: 25px;
    }
    .padding-top {
        padding-top: 100px;
    }
    .padding-bottom {
        padding-bottom: 100px;
    }
    /* banner section responsive end here */
    /* experience section responsive start here */
    .experience-img-con figure img{
        width: 100%;
    }
    .experience-inner-con {
        gap: 70px;
        margin-bottom: 60px;
        grid-template-columns: 40% 54%;
    }
    .generic-title h2 {
        margin-bottom: 13px;
    }
    .generic-title {
        margin-bottom: 25px;
    }
    .experience-text-con > p {
        margin-bottom: 15px;
    }
    h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .customer-counter-inner-sec {
        grid-template-columns: 21% 21% 21% 21%;
        justify-content: center;
    }
    /* experience section responsive end here */
    /* benefits section responsive start here */
    .benefits-left-con .generic-title h2 br{
        display: none;
    }
    .benefits-left-con > p {
        margin-bottom: 15px;
    }
    .benefits-inner-section {
        gap: 60px;
        grid-template-columns: 44% 50%;
    }
    /* benefits section responsive end here */
    /* calendar section responsive start here */
    .plan-calendar-section .generic-title {
        margin-bottom: 50px;
    }
    /* calendar section responsive end here */
    /* guides section responsive start here */
    .best-guides-section .generic-title {
        margin-bottom: 50px;
    }
    /* guides section responsive end here */
    /* faq section responsive start here */
    .faq-cards-con .card-header .btn-link{
        border: 0;
    }
    .faq-section .generic-title {
        margin-bottom: 50px;
    }
    .form-main-con {
        padding: 30px 30px 35px 30px;
    }
    /* faq section responsive end here */
    /* testimonial section responsive start here */
    .testimonial-section .generic-title {
        margin-bottom: 50px;
    }
    .testimonial-inner-con .btn-wrap .prev-btn {
        left: -43px;
    }
    .testimonial-inner-con .btn-wrap .next-btn {
        right: -43px;
    }
    /* testimonial section responsive end here */
    /* journey section responsive start here */
    .journey-section .generic-title h2 {
        margin-bottom: 25px;
    }
    /* journey section responsive end here */
    /* sponsors section responsive start here */
    .sponsors-inner-con ul li {
        height: 130px;
    }
    /* sponsors section responsive end here */
    /* footer section responsive start here */
    .footer-section {
        padding: 80px 0 60px;
    }
    .footer-inner-con figure {
        margin-bottom: 15px;
    }
    .footer-inner-con p {
        line-height: 26px;
        margin-bottom: 25px;
    }
    .copyright-con {
        gap: 15px;
    }
    .copyright-con p {
        padding-left: 0;
    }
    .copyright-section {
        padding: 20px 0 25px;
    }
    /* footer section responsive end here */
}
@media only screen and (max-width: 1199px) {
    p {
        font-size: 17px;
    }
    .header-main-con .navbar .navbar-nav {
        gap: 18px;
        margin-right: 20px;
    }
    .not-found-title h2 {
        font-size: 170px;
        line-height: 170px;
        margin-bottom: 12px;
    }
    /* header section responsive start here */
    .header-main-con .navbar-brand figure img{
        object-fit: contain;
        width: 200px;
    }
    .header-main-con .navbar {
        padding: 10px 0;
    }
    /* header section responsive start here */
    /* banner section responsive end here */
    .banner-main-section {
        height: 470px;
    }
    .top-to-bottom-banner-btn a {
        bottom: -44px;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner-inner-con h1 {
        margin-bottom: 10px;
    }
    .banner-inner-con span {
        font-size: 22px;
        line-height: 28px;
    }
    .banner-inner-con p {
        margin-bottom: 20px;
    }
    .banner-main-section::after {
        height: 95px;
    }
    /* bannner section responsive end here */
    /* experience section responsive start here */
    .experience-inner-con {
        gap: 70px;
        margin-bottom: 60px;
        grid-template-columns: 42% 50%;
    }
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .generic-title h2 {
        margin-bottom: 10px;
    }
    .generic-title p {
        font-size: 18px;
        line-height: 24px;
    }
    .generic-title {
        margin-bottom: 20px;
    }
    body {
        font-size: 17px;
        line-height: 25px;
    }
    .experience-text-con ul li {
        padding-left: 28px;
        margin-bottom: 2px;
    }
    .experience-img-con .years-con {
        font-size: 36px;
        line-height: 46px;
    }
    .padding-bottom {
        padding-bottom: 90px;
    }
    .padding-top {
        padding-top: 90px;
    }
    /* experience section responsive end here */
    /* counter section responsive start here */
    .customer-counter-box .count {
        font-size: 32px;
        line-height: 36px;
    }
    .customer-counter-inner-sec {
        grid-template-columns: 22% 22% 22% 23%;
    }
    .client-details-outer-box {
        padding-top: 0;
    }
    .customer-counter-box small {
        font-size: 22px;
        line-height: 22px;
        top: -8px;
        right: 4px;
    }
    /* counter section responsive end here */
    /* benefits section responsive start here */
    .benefits-left-con .generic-title {
        margin-bottom: 15px;
    }
    .benefits-left-con ul {
        gap: 3px;
        margin-bottom: 20px;
    }
    .generic-btn a {
        font-size: 16px;
        line-height: 16px;
        padding: 15px 32px;
    }
    .generic-btn a i{
        font-size: 16px;
    }
    .benefits-inner-section {
        gap: 30px;
        grid-template-columns: 44% 53%;
    }
    .single-benefit-box figure img {
        width: 60px;
        height: 66px;
        object-fit: contain;
    }
    /* benefits section responsive end here */
    /* calendar section responsive start here */
    .plan-calendar-section .generic-title {
        margin-bottom: 40px;
    }
    .fc-unthemed th {
        padding: 14px;
        font-size: 15px;
    }
    /* calendar section responsive end here */
    /* guides section responsive start here */
    .best-guides-section .generic-title {
        margin-bottom: 40px;
    }
    .guide-box figure {
        width: 200px;
        height: 200px;
        margin: 0 auto 25px;
    }
    .guide-box p {
        line-height: 25px;
    }
    .best-guides-inner-con {
        gap: 25px;
        grid-template-columns: 31.5% 31.5% 31.5%;
    }
    .guide-box {
        padding: 30px 25px 25px;
    }
    .guide-box:hover {
        transform: translateY(-15px);
    }
    /* guides section responsive end here */
    /* faq section responsive start here */
    .faq-inner-con::after {
        width: 80px;
        height: 80px;
        right: -20px;
        top: -20px;
    }
    .faq-section .generic-title {
        margin-bottom: 40px;
    }
    .faq-cards-con .card-header .btn-link {
        padding: 18px 40px 18px 20px;
        font-size: 17px;
    }
    .faq-cards-con .card-header h4 .btn::after, .faq-cards-con .card-header h4 .btn.collapsed::after {
        font-size: 14px;
        right: 15px;
        top: 33px;
    }
    .faq-cards-con .card-header .btn-link.collapsed {
        padding: 18px 40px 18px 20px;
    }
    .faq-cards-con .card-body {
        padding: 0 40px 20px 21px;
        font-size: 15px;
        line-height: 23px;
    }
    .faq-cards-con .card {
        margin-bottom: 20px;
    }
    .form-main-con {
        padding: 18px 25px 30px 18px;
    }
    .faq-form-con ul li input, .faq-form-con ul li select, .faq-form-con ul li textarea {
        padding: 10px 15px;
        height: 46px;
    }
    .faq-form-con ul li textarea {
        padding: 14px 15px;
    }
    /* faq section responsive end here */
    /* testimonial section responsive start here */
    .testimonial-section .generic-title {
        margin-bottom: 40px;
    }
    .testimonial-section .testimonial-inner-con .owl-carousel .owl-item .guest-img figure img{
        width: 100%;
    }
    .testimonial-section .testimonial-inner-con .owl-carousel .owl-item .guest-img .quote-img img{
        width: auto;
    }
    .testimonial-section .testimonial-inner-con .owl-carousel .owl-stage-outer {
        border-radius: 10px;
    }
    .testimonial-inner-con .btn-wrap .prev-btn {
        left: -19px;
        z-index: 3;
    }
    .testimonial-inner-con .btn-wrap .next-btn{
        right: -19px;
        z-index: 3;
    }
    .guest-img figure {
        margin-bottom: 30px;
    }
    .guest-box .start-img {
        margin-bottom: 15px;
    }
    .guest-box p {
        line-height: 25px;
    }
    /* testimonial section responsive end here */
    /* journey section responsive start here */
    .journey-section .generic-title p {
        margin-bottom: 12px;
    }
    .journey-section .generic-title h2 {
        margin-bottom: 20px;
    }
    /* journey section responsive end here */
    /* footer section responsive start here */
    .footer-section {
        padding: 70px 0 50px;
    }
    .footer-inner-con p {
        line-height: 25px;
        margin-bottom: 20px;
    }
    .footer-inner-con figure {
        margin-bottom: 12px;
    }
    .footer-social-links ul {
        gap: 10px;
    }
    /* footer section responsive end here */
}
@media only screen and (max-width: 991px) {
    .single-benefit-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .benefits-right-con {
        gap: 15px;
    }
    .faq-cards-con .card-header .btn-link.collapsed {
        padding: 16px 40px 15px 20px;
    }
    .faq-cards-con .card-header .btn-link {
        word-break: break-all;
        white-space: normal;
    }
    p {
        font-size: 16px;
    }
    .coming-soon-con h2 {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 20px;
    }
    .not-found-title p {
        margin-bottom: 30px;
    }
    .not-found-title span {
        font-size: 28px;
        margin-bottom: 20px;
        letter-spacing: 8px;
    }
    .not-found-title h2 {
        font-size: 140px;
        line-height: 140px;
    }
    #button {
        width: 72px;
        height: 72px;
        right: 30px;
    }
    /* header section responsive start here */
    /* cross-button */
    .header-main-con .dropdown-item {
        padding: 8px 26px 8px;
    }
    .navbar-toggler {
        right: -3px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0px;
        width: 30px;
        position: absolute;
    }
    .navbar-collapse {
        z-index: 2;
        right: 0;
        top: 74px;
        width: 100%;
        position: absolute;
        border-radius: 10px;
        border: 1px solid #ccc;
        background: var(--primary-color);
    }
    .header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 0;
        width: 100%;
        position: relative;
    }
    .navbar-toggler:focus {
        outline: none;
    }
    .navbar-toggler .navbar-toggler-icon:nth-child(1),
    .navbar-toggler .navbar-toggler-icon:nth-child(3) {
        -webkit-transition: transform .35s ease-in-out;
        -moz-transition: transform .35s ease-in-out;
        -o-transition: transform .35s ease-in-out;
        transition: transform .35s ease-in-out;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(1) {
        position: absolute;
        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        left: 0px;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(2) {
        height: 12px;
        visibility: hidden;
        background-color: transparent;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(3) {
        position: absolute;
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        left: 0px;
    }

    .navbar-toggler-icon {
        float: left;
        width: 90%;
        height: 3px;
        margin: 3px 0px;
        background: var(--accent);
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .navbar-nav {
        padding: 0;
        margin: 0;
    }

    .navbar-collapse .show .navbar-nav:last-child {
        padding-right: 10px !important;
    }

    .navbar-btn {
        clip-path: none;
        padding: 15px 20px 15px 20px;
        text-align: center;
        border-radius: 0;
        left: 0;
    }

    /* cross button */
    .header-main-con .nav-btns {
        position: absolute;
        right: 37px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-main-con .navbar-brand figure img {
        width: 190px;
    }
    .header-main-con .navbar .navbar-nav {
        gap: 14px;
        margin-right: 0;
        padding: 0;
        border-bottom: 1px solid #ddd7d785;
        border-radius: 10px;
    }
    .header-main-con .navbar-nav li:first-child {
        margin-top: 15px;
    }
    .header-main-con .navbar .navbar-nav li:last-child {
        border-bottom: none;
    }
    .header-main-con .navbar .navbar-nav li{
        border-bottom: 1px solid #ddd7d785;
        line-height: 16px;
    }
    .header-main-con .navbar-light .navbar-nav .nav-link {
        color: var(--button-color);
        padding-bottom: 14px !important;
        padding-right: 25px !important;
        padding-left: 25px !important;
        line-height: 14px;
        font-size: 14px;
    }
    .header-main-con .navbar-light .navbar-nav .nav-link.active{
        color: var(--accent);
    }
    /* header section responsive end here */
    /* banner section responsive start here */
    .banner-main-section {
        height: 390px;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-inner-con span {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 3px;
    }
    .banner-inner-con p {
        font-size: 16px;
        line-height: 24px;
    }
    .generic-btn a {
        font-size: 14px;
        padding: 14px 24px;    
    }
    .top-to-bottom-banner-btn a {
        bottom: -36px;
    }
    /* banner section responsive end here */
    /* experience section responsive start here */
    .experience-inner-con {
        gap: 20px;
        margin-bottom: 40px;
        grid-template-columns: 47% 50%;
    }
    .exp-years {
        right: 0;
        bottom: 132px;
    }
    .experience-text-con ul {
        text-align: left;
        margin: 0 auto 20px;
        display: table;
    }
    .experience-img-con {
        margin: 0 auto;
    }
    .experience-img-con .years-con span {
        font-size: 22px;
        line-height: 22px;
    }
    .experience-img-con .years-con {
        font-size: 30px;
        line-height: 38px;

    }
    .customer-counter-box {
        justify-content: left;
    }
    .customer-counter-inner-sec {
        grid-template-columns: 48% 48%;
    }
    .experience-text-con > p {
        margin-bottom: 10px;
    }
    /* experience section responsive end here */
    /* benefits section responsive start here */
    .benefits-inner-section {
        text-align: left;
        grid-template-columns: 44.4% 53%;
        gap: 15px;
    }
    .single-benefit-box {
        padding: 20px 15px;
    }
    .benefits-left-con ul {
        gap: 1px 30px;
        margin-bottom: 20px;
        text-align: left;
        justify-content: center;
        grid-template-columns: 44% 49%;
    }
    .benefits-left-con ul li {
        padding-left: 20px;
        font-size: 14px;
    }
    .padding-top {
        padding-top: 70px;
    }
    .padding-bottom {
        padding-bottom: 70px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .generic-title p {
        font-size: 17px;
        line-height: 22px;
    }
    .benefits-left-con > p {
        margin-bottom: 10px;
    }
    .generic-title {
        margin-bottom: 15px;
    }
    /* benefits section responsive end here */
    /* guides section responsive start here */
    .best-guides-section .generic-title {
        margin-bottom: 30px;
    }
    .best-guides-inner-con {
        gap: 15px;
        grid-template-columns: 31.8% 31.8% 31.8%;
    }
    .guide-box figure {
        width: 150px;
        height: 150px;
        margin: 0 auto 20px;
    }
    .guide-box {
        padding: 25px 20px 25px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .guide-box h4 {
        margin-bottom: 4px;
    }
    .guide-box p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .guide-box ul {
        gap: 15px;
    }
    /* guides section responsive end here */
    /* faq section responsive start here */
    .faq-inner-con {
        gap: 20px;
        grid-template-columns: 54.3% 42.8%;
    }
    .faq-inner-con::after{
        display: none;
    }
    .faq-section .generic-title {
        margin-bottom: 30px;
    }
    .form-box .submit-btn button {
        padding: 12px 16px;
        font-size: 14px;
    }
    .form-box .submit-btn{
        text-align: center;
    }
    .faq-form-con ul li select {
        background-position-x: 98%;
    }
    /* faq section responsive end here */
    /* testimonial section responsive start here */
    .testimonial-section .generic-title {
        margin-bottom: 30px;
    }
    .testimonial-section .testimonial-inner-con .owl-carousel .owl-item .guest-img .quote-img img {
        width: 24px;
    }
    .testimonial-section .testimonial-inner-con .owl-carousel .owl-item .guest-img .quote-img {
        width: 50px;
        height: 50px;
    }
    .guest-img figure {
        margin-bottom: 20px;
    }
    .testimonial-section .testimonial-inner-con .owl-carousel .owl-item img {
        width: 100px;
    }
    .guest-box p {
        line-height: 24px;
    }
    body {
        font-size: 16px;
        line-height: 24px;
    }
    /* testimonial section responsive end here */
    /* journey section responsive start here */
    .journey-section .generic-title p {
        margin-bottom: 10px;
    }
    .journey-section .generic-title h2 {
        margin-bottom: 15px;
    }
    /* journey section responsive end here */
    /* sponsors section responsive start here */
    .sponsors-inner-con ul li {
        height: 100px;
    }
    .sponsors-inner-con ul li figure img{
        width: 70%;
    }
    /* sponsors section responsive end here */
    /* footer section responsive start here */
    .footer-section {
        padding: 50px 0 40px;
    }
    .footer-inner-con p {
        line-height: 24px;
    }
    .copyright-con {
        gap: 10px;
        font-size: 14px;
    }
    /* footer section responsive end here */
}
@media only screen and (max-width: 767px) {
    .top-to-bottom-banner-btn a {
        width: 70px;
        height: 70px;
    }
    .top-to-bottom-banner-btn a span {
        font-size: 10px;
        line-height: 12px;
    }
    .faq-inner-con {
        gap: 20px;
        grid-template-columns: 100%;
    }
    .benefits-inner-section {
        text-align: center;
        grid-template-columns: 100%;
        gap: 20px;
    }
    .experience-text-con {
        text-align: center;
    }
    .generic-btn a i {
        font-size: 14px;
    }
    .header-support-btn a {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 12px 11px;
    }
    .chat-btn a {
        padding: 13px 14px 12px;
        font-size: 14px;
        line-height: 16px;
    }
    /* banner section responsive start here */
    .banner-main-section::after {
        height: 60px;
    }
    .top-to-bottom-banner-btn a {
        bottom: -43px;
    }
    .banner-inner-con {
        text-align: center;
    }
    .banner-main-section {
        height: 360px;
    }
    h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .banner-inner-con span {
        font-size: 18px;
        line-height: 24px;
    }
    .banner-inner-con p {
        font-size: 15px;
        line-height: 22px;
    }
    /* banner section responsive end here */
    /* experience section responsive start here */
    .experience-img-con {
        width: 300px;
    }
    .experience-img-con .years-con {
        font-size: 32px;
        line-height: 42px;
    }
    .exp-years small {
        font-size: 12px;
    }
    .exp-years {
        width: 170px;
        right: -30px;
        bottom: 30px;
    }
    .experience-inner-con {
        gap: 20px;
        margin-bottom: 35px;
        grid-template-columns: 100%;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .generic-title {
        padding: 0 30px;
        margin-bottom: 10px;
    }
    .generic-title p {
        font-size: 16px;
        line-height: 20px;
    }
    .experience-text-con ul {
        margin: 0 auto 15px;
    }
    /* experience section responsive end here */
    /* counter section responsive start here */
    .customer-counter-box .count {
        font-size: 28px;
        line-height: 34px;
    }
    .customer-counter-inner-sec {
        grid-template-columns: 48% 46%;
    }
    .padding-top {
        padding-top: 60px;
    }
    .padding-bottom {
        padding-bottom: 60px;
    }
    /* counter section responsive end here */
    /* benefits section responsive start here */
    .benefits-left-con ul {
        gap: 5px 20px;
        margin-bottom: 15px;
        grid-template-columns: 32% 35%;
    }
    .generic-title h2 {
        margin-bottom: 7px;
    }
    .benefits-left-con .generic-title {
        margin-bottom: 12px;
    }
    .single-benefit-box {
        padding: 25px 18px 25px;
    }
    .single-benefit-box figure img {
        width: 50px;
        height: 56px;
    }
    .single-benefit-box h4 {
        margin-bottom: 4px;
    }
    .single-benefit-box p {
        font-size: 15px;
        line-height: 22px;
    }
    /* benefits section responsive end here */
    /* calendar section responsive start here */
    .plan-calendar-section .generic-title {
        margin-bottom: 25px;
    }
    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 10px;
    }
    #calendar button {
        font-size: 15px;
    }
    .fc-unthemed th {
        padding: 10px;
        font-size: 14px;
    }
    .fc-day-grid-event {
        padding: 4px 1px;
        font-size: 10px;
    }
    /* calendar section responsive end here */
    /* guides section responsive start here */
    .best-guides-section .generic-title {
        margin-bottom: 25px;
    }
    .best-guides-inner-con {
        gap: 20px;
        grid-template-columns: 48% 48%;
    }
    .guide-box {
        margin: 0 auto;
    }
    /* guides section responsive end here */
    /* faq section responsive start here */
    .faq-cards-con .card-header .btn-link {
        padding: 13px 35px 13px 20px;
        font-size: 16px;
    }
    .faq-cards-con .card-header .btn-link.collapsed {
        padding: 13px 35px 13px 20px;
    }
    .faq-cards-con .card-header h4 .btn::after, .faq-cards-con .card-header h4 .btn.collapsed::after {
        right: 15px;
        top: 26px;
    }
    .faq-cards-con .card {
        margin-bottom: 15px;
    }
    .faq-section .generic-title {
        margin-bottom: 25px;
    }
    .faq-form-con ul li input, .faq-form-con ul li select, .faq-form-con ul li textarea {
        height: 40px;
    }
    .faq-form-con ul li textarea {
        padding: 10px 15px;
    }
    .form-box .submit-btn button {
        padding: 10px 20px;
        font-size: 14px;
    }
    /* faq section responsive end here */
    /* testimonial section responsive start here */
    .testimonial-section .generic-title {
        margin-bottom: 25px;
    }
    .guest-box {
        padding: 25px 60px 30px;
    }
    .generic-btn a {
        font-size: 14px;
        padding: 12px 20px;
    }
    .sponsors-inner-con ul li {
        height: 90px;
    }
    /* testimonial section responsive end here */
    /* footer section responsive start here */
    .footer-inner-con p br{
        display: none;
    }
    .footer-section {
        padding: 40px 0 30px;
    }
    .footer-inner-con figure {
        margin-bottom: 10px;
    }
    .copyright-con {
        display: block;
        text-align: center;
    }
    .copyright-con a {
        margin: 0 8px;
    }
    .copyright-section {
        padding: 15px 0 13px;
    }
    .footer-social-links ul li a {
        width: 40px;
        height: 40px;
    }
    /* footer section responsive end here */
}
@media only screen and (max-width: 575px) {
    .generic-title h2 br{
        display: none;
    }
    .guest-box .start-img {
        margin-bottom: 5px;
    }
    h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .best-guides-inner-con {
        grid-template-columns: 100%;
    }
    p {
        font-size: 14px;
    }
    .top-to-bottom-banner-btn a span {
        font-size: 10px;
        line-height: 12px;
    }
    #button {
        width: 62px;
        height: 62px;
        right: 20px;
    }
    #button::after {
        font-size: 14px;
    }
    /* header section responsive start here */
    .header-main-con .nav-btns .header-support-btn{
        display: none !important;
    }
    .chat-btn a {
        padding: 9px 11px;
    }
    .chat-btn a i{
        font-size: 12px;
        line-height: 12px;
    }
    /* header section responsive end here */
    /* banner section responsive start here */
    .banner-main-section::after {
        height: 50px;
    }
    .banner-inner-con p {
        line-height: 20px;
    }
    .single-benefit-box p {
        line-height: 20px;
    }
    .guide-box p {
        line-height: 20px;
    }
    .top-to-bottom-banner-btn a {
        bottom: -35px;
    }
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .banner-inner-con span {
        font-size: 16px;
        line-height: 22px;
    }
    .generic-btn a {
        padding: 10px 14px;
    }
    .generic-btn a i {
        font-size: 12px;
    }
    .top-to-bottom-banner-btn a {
        gap: 5px;
        width: 70px;
        height: 70px;
    }
    .banner-main-section {
        height: 320px;
    }
    /* banner section responsive end here */
    /* experience section responsive start here */
    .experience-section{
        padding-top: 80px !important;
    }
    .experience-img-con {
        width: 260px;
    }
    .experience-img-con .years-con {
        font-size: 30px;
        line-height: 40px;
    }
    .exp-years {
        width: 160px;
        padding: 9px 16px;
    }
    .experience-inner-con {
        gap: 15px;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .generic-title p {
        font-size: 16px;
        line-height: 22px;
    }
    .experience-text-con ul {
        width: 320px;
    }
    .customer-counter-inner-sec {
        grid-template-columns: 46% 46%;
        gap: 30px 20px;
    }
    .customer-counter-box {
        gap: 10px;
        flex-direction: column;
    }
    .client-details-outer-box {
        text-align: center;
    }
    /* experience section responsive end here */
    /* benefits section responsive start here */
    .padding-bottom {
        padding-bottom: 50px;
    }
    .padding-top {
        padding-top: 50px;
    }
    .benefits-left-con ul {
        grid-template-columns: 100%;
        width: 190px;
        margin: 0 auto 15px;
    }
    .benefits-left-con .generic-title {
        margin-bottom: 10px;
    }
    .benefits-right-con {
        grid-template-columns: 100%;
    }
    .single-benefit-box {
        width: 330px;
        margin: 0 auto;
    }
    /* benefits section responsive end here */
    /* calendar section responsive start here */
    #calendar button {
        font-size: 14px;
    }
    .fc-unthemed th {
        padding: 6px;
        font-size: 14px;
    }
    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        font-size: 14px;
    }
    .fc-day-grid-event {
        font-size: 11px;
    }
    /* calendar section responsive end here */
    /* guides section responsive start here */
    .best-guides-section .generic-title {
        margin-bottom: 20px;
    }
    /* guides section responsive end here */
    /* faq section responsive start here */
    .faq-section .generic-title {
        margin-bottom: 20px;
    }
    .faq-cards-con .card-header .btn-link {
        padding: 13px 30px 13px 20px;
        white-space: normal;
    }
    .faq-cards-con .card-body {
        font-size: 14px;
        padding: 0 30px 20px 21px;
        line-height: 22px;
    }
    .faq-inner-con {
        gap: 25px;
    }
    .form-main-con {
        padding: 25px 20px 25px 20px;
    }
    .faq-form-con ul li input, .faq-form-con ul li select, .faq-form-con ul li textarea {
        padding: 10px 10px;
    }
    .faq-form-con ul li select {
        background-position-x: 97%;
    }
    .faq-form-con ul li label {
        margin-bottom: 8px;
    }
    .faq-form-con ul li {
        margin-bottom: 15px;
    }
    /* faq section responsive end here */
    /* testimonial section responsive start here */
    .testimonial-section .generic-title {
        margin-bottom: 20px;
    }
    .testimonial-inner-con .btn-wrap .prev-btn {
        left: -13px;
    }
    .testimonial-inner-con .btn-wrap .next-btn {
        right: -13px;
    }
    .guest-box {
        padding: 20px 40px 20px;
    }
    .guest-box p {
        line-height: 20px;
    }
    /* testimonial section responsive end here */
    /* sponsors section responsive start here */
    .sponsors-inner-con ul {
        grid-template-columns: 50% 50%;
    }
    .sponsors-inner-con ul li:nth-child(even){
        border-right: 0;
    }
    /* sponsors section responsive end here */
    /* footer section responsive start here */
    .footer-inner-con p {
        line-height: 20px;
        margin-bottom: 15px;
    }
    .copyright-con {
        font-size: 13px;
    }
    /* footer section responsive end here */
    body {
        font-size: 14px;
        line-height: 20px;
    }
}