/* Responsve Styling */

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .responsive_menu {
        display: block;
    }
    
    .banner--Maininner {
        min-height: 24vh !important;
    }
    .con_detail_hme ul {
        width: 100%;
    }
    
    .main_getStarted {
    transform: translate(-50%, -50%);
}
    .heading--alt {
        font-size: 50px !important;
    }
    .responsive_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main_responsive {
       background-color: #ffffff;
        padding: 10px 0;
    }
    
    .res_logo .img__contain {
       filter: unset;
    }
    
    .header {
        display: none;
    }
    .res_logo {
        width: 155px;
        height: auto;
    }
    .res_menuBtn {
        font-size: 50px;
        color: var(--c5);
        position: relative;
        right: 10px;
        top: 10px;
    }
    .banner--alt {
        padding: 40px 0;
    }
    .sub_head {
        font-size: 20px;
    }
    .banner__con .heading {
        font-size: 24px;
        line-height: 34px;
    }
    .banner__con p {
        width: 100%;
        font-size: 12px;
        margin: 10px 0;
    }
    .banner__con .heading br {
        display: none;
    }
    .banner_btns {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    .banner_btns a {
        width: 100%;
        text-align: center;
        margin: 5px auto;
        font-size: 17px;
        padding: 14px;
    }
    
    .banner__con {
    padding-top: 20px;
}
    .banner_formBox {
        width: 100%;
        animation: none;
        margin: 20px 0 0;
        padding: 30px 20px;
    }
    .banner_formBox:before {
        display: none;
    }
    .banner_formBox:after {
        display: none;
    }
    .banner_formHead {
        width: 100%;
        margin: 0 0 20px;
        font-size: 22px;
    }
    .about_imgMain:before {
        display: none;
    }
    .about_imgMain:after {
        display: none;
    }
    .about_img {
        width: 100%;
        padding-bottom: 30px;
    }
    .about_img img {
        border-radius: 20px;
        border: none;
    }
    .about {
        padding: 60px 0;
    }
    .dots_img {
        display: none;
    }
    .heading {
        font-size: 22px;
        margin: 10px 0;
        width: 100%;
        margin: 0 auto 10px;
    }
    .para {
               margin: 10px 0;
        font-size: 16px;
        line-height: 26px;

    }
    .input_feild :is(input, textarea) {
        font-size: 12px;
    }
    .about--alt {
        z-index: 0;
        margin: 0;
    }
    .accordion-button {
        font-size: 14px !important;
        line-height: 18px;
        padding: 10px !important;
        margin: 0 !important;
    }
    .accordion-item {
        margin: 10px 0;
    }
    .about_imgMain--alt {
        margin: 20px 0 0;
    }
    .services {
        margin: 0px 0 0;
        padding: 40px 0;
    }
    .line {
        display: none;
    }
    .service_boxMain:before {
        display: none;
    }
    .service_boxMain:after {
        display: none;
    }
    .service_boxMain {
        padding: 40px 0;
    }
    .serv_head {
        font-size: 16px;
    }
    .service__btns {
        display: block;
        text-align: center;
    }
    .service__btns a {
             width: 90%;
        margin: 5px;
        font-size: 17px;

    }
    .port_top:before {
        display: none;
    }
    .port__con .para {
        width: 100%;
        font-size: 16px;
    }
    .port_img {
                width: 100%;
        height: 68vh;
        margin: 0 auto;
        display: inline-block;
    }
    .port_item {
        text-align: center;
    }
    .get_book {
        display: none;
    }
    .getin_head {
               font-size: 18px;
        line-height: 28px;
        width: 100%;
        margin: 0 0;
        text-align: center;
    }
    .getInBtns {
        display: block;
        margin: 10px 0;
        text-align:center;
    }
    .getintouch_main {
        padding: 0;
    }
    .getInBtns a {
        text-align: center;
        width: 90%;
        margin: 5px 0;
        font-size: 16px;
    }
    
    .get_banner{
            height: 55vh;
    }
    
    .getintouch_main{
        min-height: 65vh;
    }
    
    .satisfy_img {
            width: 100%;
            margin: 0 0 20px;
            height: 300px;
    }
    .satisfy_img img {
        border-radius: 50px !important;
    }
    .sub_heading {
        font-size: 13px;
    }
    .book_img {
        display: none;
    }
    .menu__btns a {
                width: 90%;
        font-size: 19px;
        margin: 5px 0;
    }
    .menu__btns {
        display: block;
        text-align: center;
        margin: 0 0 20px;
    }
    .testimonial {
        padding: 40px 0;
    }
    .footer_logo {
        width: 100%;
    }
    .footer_mian h5 {
        font-size: 16px;
    }
    .footer_menu li a {
        font-size: 12px;
    }
    .footer_cont li {
        text-align: center;
    }
    ul.footer_cont {
        margin: 0 0 10px 0 !important;
    }
    .copy_con p:nth-child(1) {
        margin: 0 auto 10px;
        font-size: 12px;
    }
    .privacy {
        justify-content: center;
    }
    .footer_cont li a {
        font-size: 12px;
    }
    .privacy li a {
        font-size: 12px;
    }
    .accordion-body p {
                font-size: 16px;
    }
    .banner {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .responsive_menu {
        display: block;
    }
    .con_detail_hme ul {
        width: 100%;
    }
    .banner--Maininner {
        min-height: 40vh;
    }
    .heading--alt {
        font-size: 50px !important;
    }
    .responsive_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main_responsive {
        background-color: #000;
        padding: 10px 0;
    }
    .header {
        display: none;
    }
    .res_logo {
        width: 155px;
        height: auto;
    }
    .res_menuBtn {
        font-size: 30px;
        color: #fff;
    }
    .banner--alt {
        padding: 40px 0;
    }
    .sub_head {
        font-size: 20px;
    }
    .banner__con .heading {
        font-size: 24px;
        line-height: 34px;
    }
    .banner__con p {
        width: 100%;
        font-size: 12px;
        margin: 10px 0;
    }
    .banner__con .heading br {
        display: none;
    }
    .banner_btns {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    .banner_btns a {
        width: 49%;
        text-align: center;
        margin: 5px auto;
        font-size: 12px;
        padding: 8px;
    }
    .banner_formBox {
        width: 70%;
        animation: none;
        margin: 20px auto;
        padding: 30px 20px;
    }
    .banner_formBox:before {
        display: none;
    }
    .banner_formBox:after {
        display: none;
    }
    .banner_formHead {
        width: 100%;
        margin: 0 0 20px;
        font-size: 22px;
    }
    .about_imgMain:before {
        display: none;
    }
    .about_imgMain:after {
        display: none;
    }
    .about_img {
        width: 63%;
        height: 250px;
        margin: 20px auto;
    }
    .about_img img {
        border-radius: 20px;
        border: none;
    }
    .about {
        padding: 60px 0;
    }
    .dots_img {
        display: none;
    }
    .heading {
        font-size: 23px;
        margin: 10px 0;
    }
    .para {
        margin: 10px 0;
        font-size: 12px;
        line-height: 19px;
    }
    .input_feild :is(input, textarea) {
        font-size: 12px;
    }
    .about--alt {
        z-index: 0;
        margin: 0;
    }
    .accordion-button {
        font-size: 14px !important;
        line-height: 18px;
        padding: 10px !important;
        margin: 0 !important;
    }
    .accordion-item {
        margin: 10px 0;
    }
    .about_imgMain--alt {
        margin: 20px 0 0;
    }
    .services {
        margin: -25px 0 0;
        padding: 40px 0;
    }
    .line {
        display: none;
    }
    .service_boxMain:before {
        display: none;
    }
    .service_boxMain:after {
        display: none;
    }
    .service_boxMain {
        padding: 40px 0;
    }
    .serv_head {
        font-size: 16px;
    }
    .service__btns {
        display: block;
        text-align: center;
    }
    .service__btns a {
        width: 47%;
        margin: 5px;
        font-size: 13px;
    }
    .port_top:before {
        display: none;
    }
    .port__con .para {
        width: 100%;
        font-size: 12px;
    }
    .port_img {
        width: 70%;
        height: 43vh;
        margin: 0 auto;
        display: inline-block;
    }
    .port_item {
        text-align: center;
    }
    .get_book {
        display: block;
        width: 460px;
        right: -200px;
    }
    .getin_head {
        font-size: 20px;
        line-height: 28px;
        width: 63%;
        margin: 0 0;
    }
    .getInBtns {
        display: block;
        margin: 10px 0;
        width: 70%;
    }
    .getintouch_main {
        padding: 0;
        overflow: hidden;
        min-height: 85vh;
        margin-top: -57px;
    }
    .getInBtns a {
        text-align: center;
        width: 44%;
        margin: 5px 0;
        font-size: 8px !important;
    }
    .satisfy_img {
        width: 70%;
        margin: 0 auto 20px;
        height: 300px;
    }
    .satisfy_img img {
        border-radius: 50px !important;
    }
    .sub_heading {
        font-size: 13px;
    }
    .book_img {
        display: none;
    }
    .menu__btns a {
        width: 49%;
        font-size: 13px;
        margin: 5px 0;
    }
    .menu__btns {
        display: block;
        text-align: center;
        margin: 0 0 20px;
    }
    .testimonial {
        padding: 40px 0;
    }
    .footer_logo {
        width: 100%;
    }
    .footer_mian h5 {
        font-size: 16px;
    }
    .footer_menu li a {
        font-size: 12px;
    }
    .footer_cont li {
        text-align: center;
    }
    ul.footer_cont {
        margin: 0 0 10px 0 !important;
    }
    .copy_con p:nth-child(1) {
        margin: 0 auto 10px;
        font-size: 12px;
    }
    .privacy {
        justify-content: center;
    }
    .footer_cont li a {
        font-size: 12px;
    }
    .privacy li a {
        font-size: 12px;
    }
    .accordion-body p {
        font-size: 12px;
    }
    .banner {
        padding: 40px 0;
    }
    .main_boxes .col-md-4 {
    width: 50%;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
       .responsive_menu {
        display: block;
    }
    .get_book img {
    object-fit: fill;
}

.getInBtns a {
    font-size: 8px;
}
    .con_detail_hme ul {
        width: 100%;
    }
    .banner .row {
    align-items: center !important;
}
    .banner--Maininner {
        min-height: 40vh;
    }
    .heading--alt {
        font-size: 50px !important;
    }
    .responsive_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main_responsive {
        background-color: #000;
        padding: 10px 0;
    }
    .header {
        display: none;
    }
    .res_logo {
        width: 155px;
        height: auto;
    }
    .res_menuBtn {
        font-size: 30px;
        color: #fff;
    }
    .banner--alt {
        padding: 40px 0;
    }
    .sub_head {
        font-size: 20px;
    }
    .banner__con .heading {
        font-size: 24px;
        line-height: 34px;
    }
    .banner__con p {
        width: 100%;
        font-size: 12px;
        margin: 10px 0;
    }
    .banner__con .heading br {
        display: none;
    }
    .banner_btns {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    .banner_btns a {
        width: 49%;
        text-align: center;
        margin: 5px auto;
        font-size: 12px;
        padding: 8px;
    }
    .banner_formBox {
        width: 100%;
        animation: none;
        margin: 20px auto;
        padding: 30px 20px;
    }
    .banner_formBox:before {
        display: none;
    }
    .banner_formBox:after {
        display: none;
    }
    .banner_formHead {
        width: 100%;
        margin: 0 0 20px;
        font-size: 22px;
    }
    .about_imgMain:before {
        display: none;
    }
    .about_imgMain:after {
        display: none;
    }
    .about_img {
        width: 100%;
        height: 320px;
        margin: 20px auto;
    }
    .about_img img {
        border-radius: 20px;
        border: none;
    }
    .about {
        padding: 60px 0;
    }
    .dots_img {
        display: none;
    }
    .heading {
        font-size: 23px;
        margin: 10px 0;
    }
    .para {
        margin: 10px 0;
        font-size: 12px;
        line-height: 19px;
    }
    .input_feild :is(input, textarea) {
        font-size: 12px;
    }
    .about--alt {
        z-index: 0;
        margin: 0;
    }
    .accordion-button {
        font-size: 14px !important;
        line-height: 18px;
        padding: 10px !important;
        margin: 0 !important;
    }
    .accordion-item {
        margin: 10px 0;
    }
    .about_imgMain--alt {
        margin: 20px 0 0;
    }
    .services {
        margin: -25px 0 0;
        padding: 40px 0;
    }
    .line {
        display: none;
    }
    .service_boxMain:before {
        display: none;
    }
    .service_boxMain:after {
        display: none;
    }
    .service_boxMain {
        padding: 40px 0;
    }
    .serv_head {
        font-size: 16px;
    }
    .service__btns {
        display: block;
        text-align: center;
    }
    .service__btns a {
        width: 47%;
        margin: 5px;
        font-size: 13px;
    }
    .port_top:before {
        display: none;
    }
    .port__con .para {
        width: 100%;
        font-size: 12px;
    }
    .port_img {
        width: 70%;
        height: 43vh;
        margin: 0 auto;
        display: inline-block;
    }
    .port_item {
        text-align: center;
    }
    .get_book {
        display: block;
        width: 388px;
        height: 441px;
        right: -110px;
    }
    .getin_head {
        font-size: 20px;
        line-height: 28px;
        width: 60%;
        margin: 0 0;
    }
    .getInBtns {
        display: block;
        margin: 10px 0;
        width: 71%;
    }
    .getintouch_main {
        padding: 
 0;
        overflow: hidden;
        min-height: 84vh;
        margin-top: -44px;
    }
    .getInBtns a {
        text-align: center;
        width: 44%;
        margin: 5px 0;
        font-size: 13px;
    }
    .satisfy_img {
        width: 70%;
        margin: 0 auto 20px;
        height: 300px;
    }
    .satisfy_img img {
        border-radius: 50px !important;
    }
    .sub_heading {
        font-size: 13px;
    }
    .book_img {
        display: none;
    }
    .menu__btns a {
        width: 49%;
        font-size: 13px;
        margin: 5px 0;
    }
    .getInBtns a {
    font-size: 8px;
}
    .menu__btns {
        display: block;
        text-align: center;
        margin: 0 0 20px;
    }
    .testimonial {
        padding: 40px 0;
    }
    .footer_logo {
        width: 100%;
    }
    .footer_mian h5 {
        font-size: 16px;
    }
    .footer_menu li a {
        font-size: 12px;
    }
    .footer_cont li {
        text-align: center;
    }
    ul.footer_cont {
        margin: 0 0 10px 0 !important;
    }
    .copy_con p:nth-child(1) {
        margin: 0 auto 10px;
        font-size: 12px;
    }
    .privacy {
        justify-content: center;
    }
    .footer_cont li a {
        font-size: 12px;
    }
    .privacy li a {
        font-size: 12px;
    }
    .accordion-body p {
        font-size: 12px;
    }
    .banner {
        padding: 40px 0;
    }
    .main_boxes .col-md-4 {
    width: 50%;
}
.slick-dots {
    display: none;
}

.footer .col-md-8 {
    width: 100% !IMPORTANT;
}
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .banner__con .heading {
    font-size: 35px;
}
.port_img {
    height: 72vh;
}
.nav_menu li a {
    font-size: 16px;
    gap: 0px;
}
    .nav_menu {gap: 24px;}

.banner_formBox {
    width: 100%;
}
.menu__btns a {
    width: 30%;
}
.banner__con p {
    width: 91%;
    font-size: 17px;
}

.banner {
    min-height: 106vh !important;
}

.banner_formBox:before {
    width: 600px;
    height: 530px;
    top: 44%;
    right: -70px;
    background-size: cover;
}

.heading {
    font-size: 28px;
}


.service__btns a {
    width: 30%;
}
.footer .col-md-8 {
    width: 100%;
}
.port_img {
    height: 21vh;
}
}
@media only screen and (min-width: 1366px) and (max-width: 1400px) {
    .nav_menu {
    gap: 25px;
}

.nav_menu li a {
    font-size: 14px;
}

.banner__con .heading {
        font-size: 37px;
        line-height: 45px;
}

.banner__con p{
    width: 85%;
    font-size: 17px;
}

.banner_formBox:before{
    width: 600px;
    height: 530px;
        background-size: cover;
}

.banner_formBox textarea {
    height: 120px;
}

.banner_formBox input {
    height: 47px;
}

.heading {
    font-size: 36px;
}

.port_img {
    width: 100%;
    height: 23vh;
}

.getin_head {
    font-size: 25px;
    line-height: 40px;
    width: 50%;
}

}

@media (max-width: 1600px) {
    
.banner{
    min-height: 118vh;
}

.banner--Maininner {
    min-height: 70vh !important;
}

.banner_formBox textarea {
    height: 110px;
}

.banner_formBox input {
    height: 45px;
}

.banner__con p {
    font-size: 18px;
    width: 90%;
}
    
}


@media (max-width: 567px) {
    
    .banner--Maininner {
        min-height: 23vh !important;
    }
    
    .heading--alt {
        font-size: 30px !important;
    }
    
    .input_feild {
    text-align: center;
}


.menuscript_cont p {
    margin: 10px auto 20px;
    width: 100%;
}

.test_slider {
    margin-top: 30px;
}

.testimonial h3.test_head.heading {
    width: 90%;
}

.mobile__number{
    display: block;
}

.copy_right {
    padding: 20px 0 90px;
}
    
}