/* Globle variable */
@font-face {
    font-family: 'Aksana';
    src: url('../fonts/Aksana.woff') format('woff');
}

:root {
    --primary: #565554;
    --white: #ffffff;
    --black: #000000;
    --light-pink: #d39ba3;
    --green: #40826d;
    --light-gray: #dce1da;
    --font-family: futura-pt, sans-serif;
    --aksana-font: 'Aksana';
    --heading-rotated: rotate(-5.41deg);
}

body {
    color: var(--black);
    margin: 0;
    font-family: var(--font-family);
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* Font Nav active 
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
*/
img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: var(--black);
}

a:hover {
    color: var(--green);
}

a:focus,
button:hover,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.container {
    width: 90%;
    max-width: 1720px;
    margin: auto;
}

.header .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-evenly;
}

.logo img {
    height: 200px;
    transition: all 0.5s ease-out;
}

.top_right {
    display: flex;
    gap: 35px;
    justify-content: end;
    align-items: center;
}

.phone a {
    color: var(--green);
    font-size: 22px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;
}

.phone a:hover {
    color: var(--green);
}

.icons {
    display: flex;
    gap: 25px;
}

.icon {
    height: 30px;
    display: flex;
    align-items: center;
}

.navbar {
    padding-right: 0;
}

/* .icons a {
    margin-left: 20px;
} */

/* .phone {
    float: right;
    clear: both;
    margin-bottom: 15px;
    margin-top: 18px;
} */

/* .icons {
    clear: both;
    display: flex;
    align-items: flex-end;
} */

.theme-btn {
    background: var(--light-pink);
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 30px;
}

.theme-btn a {
    color: var(--white);
}

.theme-btn:hover {
    background: var(--green);
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 30px;
    font-size: 20px;
    font-weight: 500;
}

.icon:hover svg path,
.phone a:hover svg path {
    fill: var(--green);
}

.navbar-nav li.active a {
    color: var(--green);
}

/* .banner {
    background: var(--light-yello);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    min-height: 650px;
} */
.main-banner {
    position: relative;
    display: flex;
    align-items: center;
}

.banner_text {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 966px;
    padding-left: 200px;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-right: 80px;
}

.banner_text.text_right {
    right: 0;
}

.b_img {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

.banner_text h1 {
    font-size: 72px;
    color: var(--light-pink);
    margin-bottom: 70px;
}

.banner_text p {
    font-size: 30px;
}

.content_wrap {
    margin: 60px auto 45px;
}

.cta {
    background: var(--light-pink);
    color: var(--white);
    padding: 75px 0;
}

.cta-containent {
    float: right;
}

.main-heading {
    /* max-width: 620px; */
    font-size: 90px;
    margin-right: 50px;
    font-family: var(--aksana-font);
    font-weight: 400;
    transform: var(--heading-rotated);
    color: var(--green);
}

.cta-containent .main-heading {
    color: var(--white);
}

.cta-containent p {
    font-size: 36px;
    line-height: 48px;
    max-width: 560px;
    margin-left: 70px;
    margin-top: 50px;
}

.btn-circle {
    width: 328px;
    height: 328px;
    background: var(--green);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid var(--white);
    font-size: 90px;
    line-height: 106px;
    color: var(--white);
    font-family: var(--aksana-font);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn-circle:hover {
    text-decoration: none;
    color: var(--white);
}

.service-wrap {
    margin: 180px auto;
    text-align: center;
}

.service-container {
    margin-top: 170px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

/* .service-box {
    display: flex;
    /* width: 328px;
    height: 328px; *
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 4px solid var(--light-gray); *
    border-radius: 50%;
    /* transition: all 0.3s ease; *
} */

.service-box {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-btn {
    background: var(--green);
    color: var(--white);
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
    border: 4px solid var(--green);
}

.service-btn:hover {
    background: var(--white);
    text-decoration: none;
}

.service-box h4 {
    font-size: 26px;
    line-height: 48px;
    max-width: 260px;
    text-align: center;
    margin-bottom: 0;
    color: var(--white);
}

.service-content {
    /* display: none; */
    /* transition: all 5s ease; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* opacity: 0;
    height: 0; */
    background: var(--light-pink);
    position: absolute;
    top: 0;
    opacity: 0;
}


.service-box.current-post .service-box .service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 2s ease;
}

.service-box:hover .service-content,
.service-box.current-post .service-box .service-content {
    background: var(--light-pink);
    transform: translateY(-35px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.service-box:hover .service-image,
.service-box:hover .service-heading {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* 
.service-box:hover {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
} */



.service-heading h4 {
    font-size: 27px;
    line-height: 48px;
    text-align: center;
    color: var(--green);
    width: 100%;
    margin-top: 20px;
    max-width: unset !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* .service-box:hover h4 {
    color: var(--white);
    margin-bottom: 30px;
} */
.service-box.current-post .service-heading,
.service-box.current-post .service-image {
    opacity: 0;
}

.service-box.current-post .service-btn,
.service-box.current-post:hover .service-btn {
    display: none;
}

.service-box.current-post .service-content {
    opacity: 1;
    transform: translateY(-35px);
}

.service-box.current-post h4 {
    color: var(--white);
}

.service-box.current-post:hover h4 {
    margin: 0;
}

.service-box:hover .service-btn {
    display: block;
}

.about-me-wrap {
    margin: 165px auto;
}

.about-containt {
    margin-left: 50px;
}

.about-containt .main-heading {
    margin-bottom: 75px;
}

.main-btn {
    padding: 10px 20px;
    background: var(--light-pink);
    border-radius: 5px;
    color: var(--white);
    display: inline-block;
}

.main-btn:hover {
    background: var(--green);
    color: var(--white);
    text-decoration: none;
}

.about-me-wrap .main-btn {
    margin-top: 85px;
}

.testi-slider {
    margin-top: 115px;
}

.slider-section {
    padding: 175px 0 160px;
    background: var(--light-gray);
}

.testi-slider h4 {
    font-family: var(--font-family);
    font-size: 30px;
    color: var(--green);
    margin-bottom: 40px;
}

.testi-slider p {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--font-family);
}

.content-body {
    max-width: 730px;
    margin: auto;
}

.slider-section .main-heading {
    text-align: center;
}

.carousel-control-next {
    opacity: 1 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: url(../img/right.png);
    width: 40px;
    height: 40px;
}

.carousel-control-prev-icon {
    transform: rotate(-180deg);
}

.carousel-control-prev,
.carousel-control-nex {
    opacity: 1 !important;
}

.carousel-indicators {
    bottom: -40px !important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: var(--green);
    border-radius: 50%;
}

.feeling-social {
    text-align: center;
    padding: 170px 0;
}

.footer {
    padding-top: 110px;
    background: var(--light-pink);
}

.footer-logo {
    max-width: 328px;
    margin-bottom: 50px;
}

.social-media svg {
    width: 30px;
    margin-right: 20px;
}

.social-media svg path {
    fill: var(--white);
}

input[type="text"],
textarea {
    border: 1px solid black;
    border-radius: 5px;
    color: #555;
    font-size: 24px !important;
}

input[type="text"] {
    height: 60px;
}

textarea {
    height: 120px !important;
}

.contact-form .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    width: 100%;
}

.contact-form input[type="submit"] {
    background: var(--green);
    color: var(--white);
    border-radius: 5px;
    border: 2px solid var(--green);
    font-size: 24px;
    font-weight: 500;
    padding: 12px 25px;
}

.contact-form input[type="submit"]:hover {
    background: var(--white);
    color: var(--green);
}

.bottom-panel {
    background: var(--black);
    color: var(--white);
}

.bottom-panel .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-top: 35px;
}

.bottom-panel a {
    color: var(--white);
}

.bottom-panel a:hover {
    text-decoration: none;
    color: var(--light-pink);
}

.bottom-panel p {
    margin: 0;
}

.social-media {
    display: flex;
}

.banner_text .main-heading {
    text-align: center;
}

.banner_img,
.banner_img img {
    width: 100%;
}

.post_box img {
    width: 100%;
    height: auto;
}



.flip-box {
    background-color: transparent;
    perspective: 1000px;
    height: 600px;
    overflow: hidden;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: var(--green);
    color: #fff;
}

.flip-box-back {
    background-color: var(--green);
    color: var(--white);
    transform: rotateY(-180deg);
    display: flex;
    align-items: center;
}

.service_section .col-sm-4 {
    margin-bottom: 30px;
}

.flip-box-inner h2 {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    text-shadow: 0px 2px 3px #333;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flip-box-front>h3 {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    line-height: 30px;
    color: var(--green);
}

.flip-box-front1:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
}

.flip-box-back h3 {
    text-transform: uppercase;
    font-size: 26px;
}

.flip-box-back a.custome_btn {
    background: var(--white);
    color: #666;
}

.flip-box-back a.custome_btn:after {
    color: #666;
}

.flip-box .flip-box-front>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flip-box-wrap {
    padding-top: 100px;
}

/* sticky header */

.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 -6px 10px 5px rgb(0 0 0 / 10%);
}

.header.sticky .logo img {
    height: 100px;
}

.header {
    transition: all 0.5s ease-out;
    background: #fff;
}

.about-me-wrap.reverse .about-containt {
    margin-right: 50px !important;
    margin-left: 0;
}

.price-box .theme-btn {
    margin-left: 0;
    padding: 8px 20px;
}

.price-box .theme-btn:hover {
    color: #ffffff !important;
}

.price-box h4 {
    font-size: 35px;
    line-height: 42px;
}

.single-service-wrap .left-content {
    margin-bottom: 50px;
}

.price-box .price {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: #40826d;
}

.single-service-wrap {
    padding: 100px 0 120px;
}

.single-service-wrap .price-box {
    border-bottom: 1px solid rgba(31, 31, 31, .15);
    ;
    padding-bottom: 45px;
    margin-bottom: 40px;
}

.single-service-wrap .price-box:last-child {
    border: 0;
    padding-bottom: 0;
}

.flip-box-back .hover_content {
    padding: 0 30px;
}

/* .flip-box-back .main-btn {
    border: 1px solid #d39ba3;
} */

.flip-box-back .main-btn:hover {
    color: var(--green) !important;
    background: var(--white);
}

.breadcrumb-section {
    background: var(--light-gray);
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-item.active {
    color: var(--green);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--green);
}

.breadcrumb-item a:hover {
    text-decoration: none;
}

.contact-details svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    min-width: 30px;
}

.contact-details svg path {
    fill: var(--light-pink);
}

.contect-section {
    padding: 100px 0;
}

.contect-section .main-heading,
.news-wrap .main-heading {
    text-align: center;
    margin-bottom: 100px;
}

.contact-details a {
    margin-bottom: 15px;
}

.contact-details a:hover {
    text-decoration: none;
}

.location {
    display: flex;
}

.get-cta {
    background: var(--light-gray);
    color: var(--black);
}

.get-cta .cta-containent .main-heading {
    color: var(--green);
}

.faq-section {
    padding: 100px 0;
}

.faq-section .main-heading {
    text-align: center;
    margin-bottom: 100px;
}

.cta.right_bar {
    padding: 55px 0;
    position: sticky;
    top: 100px;
}

.cta.right_bar .cta-containent p {
    margin-left: 0;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
}

.cta.right_bar .main-heading {
    text-align: center;
    margin-bottom: 50px;
    font-size: 50px;
    margin-right: 0;
}

.cta.right_bar .btn-circle {
    width: 200px;
    height: 200px;
    font-size: 60px;
    line-height: 76px;
}

.cta.right_bar .cta-containent-mobile {
    display: none;
}

.accordion>.card .card-header {
    border: 0;
    background-color: var(--light-gray);
    border-radius: 0;
}

.accordion>.card .card-header button {
    color: var(--green);
    text-decoration: none;
    font-size: 26px;
}

.accordion>.card .card-header button:hover {
    text-decoration: none;
}

.accordion>.card {
    border: 0;
    border-radius: 0;
    margin-bottom: 12px;
}

.card-body {
    border: 1px solid var(--light-gray);
}

.news-wrap {
    padding: 100px 0 0;
}

.news-wrap .col-sm-4 {
    margin-bottom: 30px;
}

.post_box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-body {
    padding: 20px;
    border: 1px solid var(--green);
    border-top: 0;
    height: 100%;
}

.post-body h3 {
    line-height: 28px;
    font-size: 22px;
    min-height: 60px;
}

.post-body p {
    font-size: 22px;
    line-height: 28px;
}

.post-body .main-btn {
    padding: 5px 20px;
    font-size: 20px;
}

.post-body h3 a:hover {
    text-decoration: none;
}

.accordion .card .card-header button::after {
    content: '+';
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 25px;
}

.accordion .card .card-header.active-acc button::after {
    content: '_';
    top: 5px;
}

.content-block {
    max-width: 1000px;
    margin: auto;
    padding-top: 80px;
}

.services .service-wrap {
    margin: 100px auto 180px;
}

.services .service-wrap .service-container {
    margin-top: 120px;
}

.main_menu {
    display: flex;
    justify-content: end;
}

.main_menu .main-btn {
    margin-left: 30px;
}

.modal.show .modal-dialog {
    transform: none;
    max-width: 1000px;
}

.social-icons {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.single-resources-wrap img {
    width: 100%;
    height: auto;
}

.featured_img {
    margin-bottom: 15px;
}

.single-resources-wrap .resources_post {
    transform: unset;
    margin-right: 0;
    margin-bottom: 45px;
}

.single-resources-wrap {
    padding: 100px 0;
}

.rel-post {
    margin: 20px auto 30px;
    font-size: 34px;
    text-transform: capitalize;
    color: var(--green);
}

.btn-circle:hover {
    background: var(--light-gray);
    transform: translateY(-35px);
    border: 4px solid var(--green);
    color: var(--green);
}


/* banner */

body.single-services .main-banner,
body.about .main-banner {
    height: 600px;
}

body.single-services .banner_img img,
body.about .banner_img img {
    height: 600px;
    object-fit: cover;
    object-position: top center;
}

body.single-services .banner_text .main-heading,
body.about .banner_text .main-heading {
    font-size: 70px;
}

body.single-services .banner_text h1,
body.about .banner_text h1 {
    font-size: 42px;
    margin-bottom: 50px;
}

body.single-services .banner_text,
body.about .banner_text {
    width: 50%;
    padding-left: 110px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 80px;
}

.btn-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.about-me-wrap.reverse .main-btn {
    margin-top: 0;
}

.social-feed {
    padding-top: 60px;
}


.navbar-expand-lg .navbar-nav .menu-item-has-children .dropdown-toggle.nav-link {
    display: inline-block;
    padding: 0;
    padding-right: 30px;
}

.navbar-expand-lg .navbar-nav .menu-item-has-children .nav-link {
    display: inline-block;
    padding-right: 10px;
}

.navbar-expand-lg .navbar-nav .menu-item-has-children .dropdown-toggle::after {
    vertical-align: 0.125em;
}

.dropdown-menu li {
    width: 20%;
    float: left;
    padding: 20px 0 20px;
}

.navbar-nav .menu-item.menu-item-64 .dropdown-menu li {
    width: 25%;
}

.dropdown-menu .menu-item:hover,
.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    padding: 60px 40px;
}

.dropdown,
.navbar {
    position: static;
}

.dropdown-menu li .dropdown-item {
    display: flex;
    /* width: 250px;
    height: 250px; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 2px solid var(--light-gray); */
    border-radius: 50%;
    transition: all 0.3s ease;
    text-align: center;
    margin: auto;
    color: var(--green);
    font-size: 26px;
    line-height: 34px;
}

.dropdown-menu li .dropdown-item:hover {
    /* background: var(--light-pink); */
    transform: translateY(-35px);
    /* color: #fff; */
}

.dropdown-menu li .dropdown-item img {
    border: 5px solid var(--light-gray);
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.service-image,
.service-content {
    width: 323px;
    height: 323px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid var(--light-gray);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* .service-content {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
} */

.service-image img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
}

/*.single-services .banner_text {
    right: 0;
}*/


.offer_wrap {
    max-width: 700px;
    position: fixed;
    border: 0;
    right: 0;
    z-index: 99;
    bottom: 0;
    display: flex;
    align-items: center;
    background: var(--light-pink);
    color: #fff;
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
}

.close_offer {
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 30px;
}

.offer_thum {
    width: 200px;
}

.offer_details {
    width: calc(100% - 200px);
    padding: 10px 20px;
    line-height: 20px;
    font-size: 18px;

}

.offer_details h4 {
    font-family: var(--aksana-font);
    font-weight: 400;
    font-size: 20px;
    margin: 5px 0;
}

.offer_wrap #gform_3 {
    margin-top: 15px;
}

.hideoffer {
    display: none !important;
}

.offer_wrap input[type="text"] {
    height: 40px;
}

.offer_wrap .gform_wrapper.gravity-theme {
    font-size: 20px;
    margin: 0;
}

.offer_wrap .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 10px 0 0;
}

.offer_wrap #gform_submit_button_3 {
    background: var(--green);
    color: var(--white);
    border-radius: 5px;
    border: 2px solid var(--green);
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
}

.offer_wrap .gform_wrapper.gravity-theme * {
    font-size: 16px;
    margin-bottom: 0;
}

.offer_wrap #gform_submit_button_3:hover {
    background: var(--white);
    color: var(--green);
}


/* Responsive */



@media (max-width: 1810px) {

    .service-image,
    .service-content {
        width: 290px;
        height: 290px;
    }

    .carousel-control-prev {
        left: -15px;
    }

    .carousel-control-next {
        right: -15px;
    }

    .cta.right_bar .main-heading {
        font-size: 46px;
    }
}

@media (max-width: 1699px) {
    .banner_text h1 {
        font-size: 55px;
        margin-bottom: 60px;
    }

    .main-heading {
        font-size: 75px;
        margin-right: 40px;
    }

    .service-wrap {
        margin: 120px auto;
    }

    .service-container {
        margin-top: 100px;
    }

    .banner_text {
        width: 50%;
        padding-left: 130px;
    }

    .service-image,
    .service-content {
        width: 260px;
        height: 260px;
    }

    .service-box h4 {
        font-size: 28px;
        line-height: 38px;
        max-width: 230px;
    }

    .about-me-wrap {
        margin: 100px auto 120px;
    }

    .slider-section {
        padding: 120px 0 120px;
    }

    .carousel-control-prev {
        left: -55px;
    }

    .carousel-control-next {
        right: -55px;
    }

    .feeling-social {
        padding: 120px 0;
    }

    .service-box:hover h4 {
        margin-bottom: 15px;
    }

    .service-btn {
        padding: 0.3rem 25px;
        font-size: 20px;
    }

    .about-containt {
        margin-left: 30px;
    }

    .about-me-wrap.reverse .about-containt {
        margin-right: 30px !important;
        margin-left: 0;
    }

    .carousel-inner {
        width: 90%;
        margin: auto;
    }

    .cta.right_bar .main-heading {
        font-size: 42px;
    }

    /* new */
    .navbar-expand-lg .navbar-nav .nav-link {
        font-weight: 400;
    }

    input[type="text"],
    textarea,
    .contact-form input[type="submit"] {
        font-size: 20px !important;
        font-weight: 400;
    }

    .testi-slider p {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    body,
    .post-body p {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-form input[type="submit"] {
        padding: 8px 25px;
    }

    .dropdown-menu li .dropdown-item {
        width: 200px;
        height: 200px;
        font-size: 22px;
        line-height: 34px;
    }

    .navbar .dropdown-menu {
        padding: 40px 40px;
    }

    .social-feed {
        padding-top: 40px;
    }
}

@media (max-width: 1599px) {
    .banner_text {
        padding-left: 110px;
        padding-right: 80px;
    }

    .banner_text h1 {
        font-size: 50px;
        margin-bottom: 35px;
    }

    .service-box h4 {
        font-size: 25px;
        line-height: 32px;
        max-width: 200px;
    }

    .service-image,
    .service-content {
        width: 240px;
        height: 240px;
    }

    .main-heading {
        font-size: 65px;
        margin-right: 29px;
    }

    .service-container {
        margin-top: 80px;
    }

    .btn-circle {
        width: 300px;
        height: 300px;
        font-size: 70px;
        line-height: 90px;
    }

    .testi-slider {
        margin-top: 80px;
        margin-right: 50px;
    }

    .testi-slider h4 {
        margin-bottom: 25px;
    }

    .footer {
        padding-top: 90px;
    }

    .about-me-wrap .main-btn {
        margin-top: 70px;
    }

    .cta.right_bar .main-heading {
        margin-bottom: -20px;
        font-size: 38px;
    }

    .cta.right_bar .cta-containent p {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 28px;
    }

    .flip-box {
        height: 450px;
    }

    body.single-services .banner_img img,
    body.about .banner_img img,
    body.single-services .main-banner,
    body.about .main-banner {
        height: 500px;
    }

    body.single-services .banner_text h1,
    body.about .banner_text h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    body.single-services .banner_text .main-heading,
    body.about .banner_text .main-heading {
        font-size: 55px;
    }

    .butterfly_img {
        width: 50%;
    }

    .price-box img {
        max-width: 45%;
    }
}

@media (max-width: 1499px) {

    .contact-details a,
    .location {
        line-height: 30px;
    }

    .accordion>.card .card-header button {
        font-size: 22px;
    }

    .slider-section {
        padding: 100px 0;
    }

    .service-heading h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 1439px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.3rem 25px;
    }

    .service-wrap {
        margin: 90px auto;
    }

    .service-container {
        margin-top: 60px;
    }

    .service-image,
    .service-content {
        width: 225px;
        height: 225px;
    }

    .about-me-wrap {
        margin: 80px auto 90px;
    }

    .feeling-social,
    .faq-section,
    .contect-section,
    .slider-section,
    .single-service-wrap,
    .single-resources-wrap {
        padding: 90px 0;
    }

    .news-wrap {
        padding: 90px 0 0;
    }

    .cta.right_bar .main-heading {
        font-size: 35px;
    }

    .post-body h3 {
        font-size: 20px;
    }

    .services .service-wrap {
        margin: 90px auto;
    }

    .services .service-wrap .service-container {
        margin-top: 60px;
    }

    .flip-box-wrap {
        padding-top: 90px;
    }
}


@media (max-width: 1365px) {

    .banner_text h1 {
        font-size: 40px;
        margin-bottom: 26px;
    }

    .banner_text {
        padding-bottom: 50px;
    }

    .main-heading {
        font-size: 55px;
        margin-right: 25px;
    }

    .service-image,
    .service-content {
        width: 200px;
        height: 200px;
    }

    .service-box h4 {
        font-size: 20px;
        line-height: 28px;
        max-width: 165px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.3rem 18px;
    }

    .service-btn {
        padding: 0.2rem 15px;
        font-size: 16px;
        line-height: 25px;
    }

    .btn-circle {
        width: 250px;
        height: 250px;
        font-size: 60px;
        line-height: 75px;
    }

    .about-containt .main-heading {
        margin-bottom: 55px;
    }

    .about-me-wrap .main-btn {
        margin-top: 30px;
    }

    .cta-containent p {
        margin-left: 0;
    }

    .cta-containent p {
        font-size: 30px;
        line-height: 45px;
        max-width: 560px;
        margin-left: 0;
        margin-top: 40px;
    }

    .contect-section .main-heading,
    .news-wrap .main-heading,
    .faq-section .main-heading {
        margin-bottom: 60px;
    }

    .cta.right_bar .main-heading {
        font-size: 32px;
    }

    .cta.right_bar .btn-circle {
        width: 150px;
        height: 150px;
        font-size: 40px;
        line-height: 56px;
    }

    .cta.right_bar {
        padding: 35px 0;
    }

    .post-body {
        padding: 15px;
    }

    .left-content h2,
    .price-box h4 {
        font-size: 28px;
    }

    body.single-services .main-banner,
    body.about .main-banner,
    body.single-services .banner_img img,
    body.about .banner_img img {
        height: 450px;
    }

    body.single-services .banner_text .main-heading,
    body.about .banner_text .main-heading {
        font-size: 45px;
    }

    body.single-services .banner_text h1,
    body.about .banner_text h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    body.single-services .banner_text,
    body.about .banner_text {
        padding-bottom: 40px;
    }

    .dropdown-menu li .dropdown-item {
        width: 180px;
        height: 180px;
        font-size: 20px;
        line-height: 28px;
    }

    .dropdown-menu li .dropdown-item img {
        width: unset;
        height: unset;
    }

    .navbar .dropdown-menu {
        padding: 30px 30px;
    }

    .social-feed {
        padding-top: 30px;
    }

}

@media (max-width: 1279px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 18px;
    }

    .logo img {
        height: 160px;
    }

    .phone a {
        font-size: 20px;
    }

    form input::placeholder,
    form textarea::placeholder {
        font-size: 20px !important;
    }

    .banner_text {
        padding-left: 90px;
    }

    .about-containt .main-heading {
        margin-bottom: 40px;
    }

    .about-containt {
        margin-left: 15px;
    }

    .about-me-wrap.reverse .about-containt {
        margin-right: 15px !important;
        margin-left: 0;
    }

    .about-me-wrap .main-btn {
        margin-top: 10px;
    }

    .content-body {
        max-width: 460px;
        margin: auto;
    }

    .testi-slider {
        margin-right: 0px;
    }

    .carousel-control-next {
        right: -15px;
    }

    .carousel-control-prev {
        left: -15px;
    }

    .flip-box {
        height: 350px;
    }

    body.single-services .main-banner,
    body.about .main-banner,
    body.single-services .banner_img img,
    body.about .banner_img img {
        height: 400px;
    }

    body.single-services .banner_text h1,
    body.about .banner_text h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .social-feed {
        padding-top: 20px;
    }

    .service-heading h4 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 15px;
        font-size: 18px;
    }

    .logo img {
        height: 130px;
    }

    .service-image,
    .service-content {
        width: 175px;
        height: 175px;
    }

    .service-box h4 {
        font-size: 18px;
        line-height: 26px;
        max-width: 145px;
    }

    .footer {
        padding-top: 65px;
    }

    .main-heading {
        font-size: 50px;
        margin-right: 20px;
    }

    .service-wrap {
        margin: 70px auto;
    }

    .service-container {
        margin-top: 40px;
    }

    .about-me-wrap {
        margin: 60px auto 70px;
    }

    .slider-section {
        padding: 70px 0 70px;
    }

    .feeling-social {
        padding: 70px 0;
    }

    .cta-containent p {
        font-size: 26px;
        line-height: 40px;
    }

    .testi-slider h4 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .btn-circle {
        font-size: 55px;
        line-height: 70px;
    }

    .container {
        width: 96%;
    }

    .contact-details svg,
    .social-icons svg {
        width: 25px;
        height: 25px;
        min-width: 25px;
    }

    .contact-details svg {
        margin-right: 10px;
    }

    .contact-details a,
    .location {
        line-height: 24px;
    }

    .contact-details a,
    .location,
    input[type="text"],
    textarea {
        font-size: 17px;
    }

    .post-body h3 {
        font-size: 17px;
        line-height: 24px;
        min-height: 50px;
    }

    .cta.right_bar .main-heading {
        font-size: 28px;
    }

    .cta.right_bar .cta-containent p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .content-body {
        max-width: 400px;
        margin: auto;
    }

    body.single-services .banner_text,
    body.about .banner_text {
        width: 50%;
        padding-left: 60px;
        padding-top: 40px;
        padding-bottom: 30px;
        padding-right: 50px;
    }

    .dropdown-menu li .dropdown-item {
        width: 160px;
        height: 160px;
        font-size: 18px;
        line-height: 26px;
    }

    .navbar .dropdown-menu {
        padding: 25px 30px;
    }

}

@media (max-width: 1023px) {

    .theme-btn {
        margin-left: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 12px;
        font-size: 18px;
    }

    .phone a {
        font-size: 18px;
    }

    header svg {
        height: 20px;
        width: 20px;
    }

    .service-box h4 {
        font-size: 16px;
        line-height: 24px;
        max-width: 125px;
    }

    .service-btn {
        padding: 0.1rem 8px;
        font-size: 17px;
        line-height: 25px;
    }

    .banner_text {
        padding-left: 55px;
    }

    .banner_text h1 {
        font-size: 35px;
    }

    .btn-circle {
        font-size: 50px;
        line-height: 65px;
        width: 200px;
        height: 200px;
    }

    .cta {
        padding: 60px 0;
    }

    .footer {
        font-size: 16px;
    }

    .banner_text {
        padding-left: 75px;
    }

    .banner_text h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .contact-form input[type="submit"] {
        padding: 8px 25px;
    }

    .icons,
    .top_right {
        gap: 15px;
    }

    .testi-slider {
        margin-top: 60px;
        margin-right: 30px;
        margin-left: 20px;
    }

    .carousel-control-prev {
        left: -40px;
    }

    .carousel-control-next {
        right: -40px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }

    body.single-services .main-banner,
    body.about .main-banner,
    body.single-services .banner_img img,
    body.about .banner_img img {
        height: 350px;
    }

    body.single-services .banner_text h1,
    body.about .banner_text h1 {
        font-size: 25px;
    }

    .btn-wrap {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

}


@media (max-width: 991px) {
    .menu_bar span {
        display: block;
        width: 40px;
        height: 2px;
        transition: 200ms;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #000000;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: 0;
        margin-left: 0;
        border-radius: 100px;
        outline: 0;
    }

    .menu_bar.not-openmenu span:nth-child(1) {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .menu_bar.not-active span:nth-child(2) {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .menu_bar.not-active span:nth-child(3) {
        bottom: 0;
        transform: rotate(0);
    }

    .menu_bar.closemenu span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        transform: rotate(126deg);
    }

    .menu_bar.closemenu span:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .menu_bar.closemenu span:nth-child(3) {
        bottom: 15px;
        transform: rotate(-130deg);
    }

    .menu_bar span+span {
        margin-top: 10px;
    }

    a.menu_bar {
        margin-left: 15px;
        margin-top: -2px;
    }

    .navbar-toggler-icon {
        width: 40px;
        margin-top: 0;
    }

    .navbar-toggler {
        padding: 0;
        border: 0;
        border-radius: 0;
        outline: 0;
    }

    .navbar {
        justify-content: flex-end;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        width: 100%;
        background: #dce1da;
        height: 100%;
        padding: 0 20px 150px;
        top: 130px;
        z-index: 9;
        overflow-y: auto;
    }

    .scroll-block {
        overflow: hidden;
    }

    .navbar-nav li {
        margin-left: 0;
        margin-top: 15px;
    }

    .navbar-expand-lg .navbar-nav li.active .nav-link {
        color: #40826d;
    }

    /* .navbar-expand-lg .navbar-nav .nav-link {
       color: #ffffff;
    } */
    /* .navbar-expand-lg .navbar-nav {
        display: inline-flex;
    } */

    .header.sticky .navbar-collapse {
        top: 100px;
    }

    .main_menu .main-btn {
        margin-left: 30px;
        line-height: 32px;
    }

    .contect-section,
    .cta,
    .faq-section,
    .single-service-wrap,
    .single-resources-wrap {
        padding: 50px 0;
    }

    .contact-form input[type="submit"],
    .main_menu .main-btn {
        font-size: 18px;
        padding: 5px 15px;
    }

    .footer {
        padding-top: 50px;
    }

    .contact-details a,
    .location {
        line-height: 20px;
        word-wrap: anywhere;
    }

    .cta.right_bar .main-heading {
        font-size: 24px;
    }

    .post-body h3 {
        font-size: 16px;
    }

    .news-wrap {
        padding: 50px 0 0;
    }

    .news-wrap .main-heading,
    .faq-section .main-heading {
        margin-bottom: 30px;
    }

    body,
    .post-body p,
    .testi-slider p,
    input[type="text"],
    textarea,
    .contact-form input[type="submit"] {
        font-size: 18px;
    }


    .accordion>.card .card-header button {
        font-size: 20px;
    }

    .cta.right_bar .cta-containent {
        float: none;
    }

    .services .service-wrap {
        margin: 50px auto;
    }

    .flip-box-wrap,
    .content-block {
        padding-top: 50px;
    }

    .flip-box-back h3 {
        font-size: 20px;
    }

    .price-box h4,
    .left-content h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .single-resources-wrap .post-body .main-btn {
        font-size: 18px;
    }

    .dropdown-menu li {
        width: 100%;
        float: unset;
        padding: 0px 0 0px;
    }

    .dropdown-menu li .dropdown-item {
        width: 100%;
        height: 100%;
        border: 0;
        font-size: 18px;
        line-height: 26px;
        border-radius: 0;
        color: #000000;

    }

    .navbar .dropdown-menu {
        padding: 10px 30px 25px;
    }

    .dropdown-menu li .dropdown-item:hover {
        background: transparent;
        transform: translateY(0px);
        color: #000000;
    }

    .service-image,
    .service-content {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 899px) {
    .banner_text {
        padding-left: 50px;
        padding-right: 40px;
        padding-bottom: 35px;
    }

    .banner_text h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .main-heading {
        font-size: 40px;
        margin-right: 10px;
    }

    .service-image,
    .service-content {
        width: 135px;
        height: 135px;
        border: 5px solid var(--light-gray);
    }

    .cta-containent p {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .cta {
        padding: 50px 0;
    }

    .container {
        width: 100%;
    }

    .service-box h4 {
        max-width: 120px;
    }

    .service-btn {
        padding: 3px;
        font-size: 15px;
        line-height: 16px;
    }

    .service-wrap {
        margin: 60px auto;
    }

    .service-container {
        margin-top: 30px;
    }

    .about-me-wrap {
        margin: 50px auto 60px;
    }

    .slider-section {
        padding: 60px 0 60px;
    }

    .feeling-social {
        padding: 60px 0;
    }

    .carousel-inner {
        width: 85%;
    }

    .carousel-control-prev {
        left: -28px;
    }

    .carousel-control-next {
        right: -28px;
    }

    .testi-slider {
        margin-right: 15px;
    }

    input[type="text"] {
        height: 50px;
        padding: 5px 15px !important;
    }

    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 10px;
    }

    .footer {
        font-size: 15px;
    }

    .bottom-panel .container {
        margin-top: 20px;
    }

    .social-media svg {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }

    .cta.right_bar .main-heading {
        font-size: 21px;
    }

    .cta.right_bar .btn-circle {
        width: 120px;
        height: 120px;
        font-size: 30px;
        line-height: 36px;
    }

    body.single-services .banner_text,
    body.about .banner_text {
        padding-left: 40px;
    }

    body.single-services .banner_text .main-heading,
    body.about .banner_text .main-heading {
        font-size: 35px;
    }

    body.single-services .banner_text,
    body.about .banner_text {
        width: 50%;
        padding-left: 39px;
        padding-top: 30px;
        padding-bottom: 20px;
        padding-right: 50px;
    }
}


@media (max-width: 767px) {
    .service-container {
        flex-direction: column;
        align-items: center;
    }

    .service-image,
    .service-content {
        width: 200px;
        height: 200px;
    }

    .service-box h4 {
        font-size: 20px;
        line-height: 28px;
        max-width: 130px;
    }

    .service-btn {
        padding: 5px 15px;
        font-size: 18px;
        line-height: 25px;
    }

    .header .phone span {
        display: none;
    }

    .navbar-toggler-icon,
    .menu_bar span {
        width: 30px;
    }

    .menu_bar span+span {
        margin-top: 8px;
    }

    .logo img {
        height: 100px;
    }

    .navbar-collapse {
        top: 100px;
    }

    .menu_bar.closemenu span:nth-child(1) {
        top: 5px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.2rem 12px;
        font-size: 16px;
    }

    .service-wrap {
        margin: 50px auto;
    }

    .service-container {
        margin-top: 25px;
    }

    .about-me-wrap {
        margin: 40px auto 50px;
    }

    .slider-section {
        padding: 50px 0 50px;
    }

    .feeling-social {
        padding: 50px 0;
    }

    .cta {
        text-align: center;
    }

    .btn-circle {
        margin-top: 30px;
    }

    .cta-containent p {
        padding-top: 25px;
        margin: auto;
    }

    .about-containt {
        margin-left: 10px;
        margin-top: 20px;
    }

    .about-me-wrap.reverse .about-containt {
        margin-right: 10px !important;
        margin-left: 0;
    }

    .about-containt .main-heading {
        margin-bottom: 25px;
    }

    .footer {
        padding-top: 50px;
    }

    .footer-logo {
        max-width: 250px;
        margin-bottom: 25px;
    }

    .social-media {
        margin-bottom: 30px;
    }

    .contact-form .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        grid-column: span 12;
        -ms-grid-column-span: 12;
    }

    .contact-form form .spacer.gfield {
        display: none;
    }

    .contact-form input[type="submit"] {
        padding: 8px 40px;
    }

    .bottom-panel .container {
        flex-direction: column;
        padding: 15px;
        height: auto;
    }

    .cta.right_bar .cta-containent-mobile {
        display: block;
    }

    .cta.right_bar .cta-containent {
        display: none;
    }

    .cta.right_bar .cta-containent-mobile a {
        color: var(--white);
        font-weight: 500;
        font-size: 26px;
    }

    .cta.right_bar .cta-containent-mobile a:hover {
        text-decoration: none;
    }

    .cta.right_bar {
        padding: 5px 0;
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
        left: 0;
        top: unset;
    }

    .social-icons {
        margin-bottom: 40px;
    }

    .cta-containent {
        float: none;
    }

    .bottom-panel {
        padding-bottom: 45px;
    }

    /* .news-wrap .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
    } */

    .post-body {
        padding: 10px;
    }

    .testi-slider {
        margin-bottom: 20px;
    }

    .slider-section .side-img {
        margin-top: 20px;
    }

    .side-img {
        width: 100%;
    }

    .about-me-wrap.reverse .col-md-7 {
        order: 2;
    }

    .about-me-wrap.reverse .col-md-5 {
        order: 1;
    }

    .flip-box-back .hover_content {
        padding: 0 15px;
    }

    .flip-box-wrap {
        padding-top: 20px;
    }

    .service-box.current-post .service-content {
        transform: translateY(0px);
    }

    body,
    .post-body p,
    .testi-slider p,
    input[type="text"],
    textarea,
    .contact-details a,
    .location,
    .contact-form input[type="submit"] {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .dropdown-menu li .dropdown-item {
        font-size: 16px;
        line-height: 24px;
    }

    .navbar-nav li {
        margin-top: 10px;
    }

    .social-feed {
        padding-top: 10px;
    }

    .butterfly_img {
        width: 100%;
    }

    .price-box img {
        max-width: 100%;
    }

    .offer_wrap {
        align-items: flex-start;
        border: 0;
    }

    .offer_thum {
        width: 120px;
    }

    .offer_details {
        width: calc(100% - 80px);
        padding: 10px;
    }

    .offer_wrap #gform_submit_button_3 {
        padding: 0px 20px;
    }

    .offer_wrap .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
        grid-column: span 6;
    }

    .offer_wrap .gform_wrapper.gravity-theme .gform_fields {
        grid-gap: 5px;
    }

    .offer_wrap .gform_wrapper.gravity-theme .gform_fields fieldset {
        grid-column: span 12 !important;
    }

    .offer_wrap .gform_wrapper.gravity-theme .gform_fields fieldset .ginput_container {
        display: flex;
        flex-direction: row;
        align-items: self-start;
        gap: 5px;
        width: 100%;
    }

    .offer_wrap .gform_wrapper.gravity-theme .gform_fields fieldset .ginput_container input[type="checkbox"] {
        margin-top: 4px;
    }
}


@media (max-width:576px) {

    .banner_text h1 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    body.single-services .banner_text h1,
    body.about .banner_text h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banner_text {
        padding: 20px;
        width: 54%;
    }

    body.single-services .banner_text,
    body.about .banner_text {
        width: 54%;
        padding: 10px 20px;
    }

    .banner_text .main-heading,
    body.single-services .banner_text .main-heading,
    body.about .banner_text .main-heading {
        font-size: 20px;
    }

    body.single-services .main-banner,
    body.about .main-banner,
    body.single-services .banner_img img,
    body.about .banner_img img {
        height: auto;
    }

    .carousel-control-prev {
        left: -22px;
    }

    .carousel-control-next {
        right: -22px;
    }

    .cta-containent p {
        font-size: 16px;
        line-height: 24px;
    }

    .contect-section .main-heading,
    .news-wrap .main-heading {
        margin-bottom: 30px;
    }

    .main_menu .main-btn {
        margin-left: 10px;
        line-height: unset;
        height: 40px;
    }

    .accordion>.card .card-header button {
        font-size: 18px;
    }

    .flip-box {
        height: 450px;
    }
}

@media (max-width:425px) {
    .flip-box {
        height: 300px;
    }
}