/* ---------------------------all responsive css code here-------------------------- */
@media(max-width:1200px)
{
    .contact-info
    {
        padding: 20px;
    }
    .about_heading h2
    {
        font-size: 35px;
    }
}
@media (min-width:769px) and (max-width:1024px) {
    .banner{
        padding: 100px 0;
    }
    .form-shadow{
        padding: 5px;
    }
    .banner h2{
        font-size: 48px;
    }
    .about h2{
        font-size: 38px;
    }
}
@media(max-width:1024px)
{
    .newslatter form input
    {
        width: 100% ;
    }
}
@media(max-width:767px){

    .about_box
    {
        margin-left: 0px !important;
        padding: 20px !important;
    }
    .about_heading h2
    {
        font-size: 30px !important;
    }
    .owl-dots
    {
        margin-top: 20px !important;
    }
    .slider-text
    {
        width: 100% !important;
        padding: 30px !important; 
    }
    .slider-bg
    {
        height: 450px !important;
        
    }
    .faq_section .accordion-button h4
    {
        font-size: 16px !important;
    }
    .faq_section .accordion-body p
    {
        font-size: 16px !important;
    }
    .test_heading
    {
        text-align: center;
    }
    .testi_main_heading
    {
        text-align: center;
    }
    .newslatter
    {
        padding: 20px !important;
    }
    .newslatter form input
    {
        width: 100% !important;
    }
    .newslatter form button
    {
        right: 0px !important;
    }
    .common-btn
    {
        width: 120px !important;
    }
    .subscribe_box .common-btn
    {
        min-width: 140px !important;
    }
    .contact-info
    {
        margin-left: 0px !important;
    }
    .about_box
    {
        margin-top: 20px;
    }
    .test_heading::before
    {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .faq_heading
    {
        text-align: center;
        position: relative !important;
    }
    .faq_heading::after
    {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .contact_send_btn
    {
        text-align: center !important;
    }
    .offcanvas-end
    {
        width: 300px !important;
    }


    
    .contact_heading_title
    {
        text-align: center !important;
        position: relative !important;
    }
    .contact_heading_title::after
    {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .get_touch_txt , .get_description
    {
        text-align: center;
    }
    .about_heading
    {
        text-align: center;
    }
    .about_heading h5::after
    {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    #about-us
    {
        padding-bottom: 90px;
        scroll-margin-top:50px;
    }
    .about_img
    {
        height: 350px !important;
    }
    #contact-us
    {
        scroll-margin-top: 60px;
    }
    #banner-slider.owl-theme .owl-nav button.owl-prev span , #banner-slider.owl-theme .owl-nav button.owl-next span
    {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}
@media (min-width:426px) and (max-width:768px) {
    .navbar-toggler:focus{
        box-shadow:none;
    }
    .offcanvas-header button:focus{
        box-shadow:none !important;
    }
    .navbar-toggler i{
        color:#ffb200;
    }
    header ul li a{
        color:black !important;
        text-align: end;
    }
    .banner{
        padding: 100px 0;
    }
    .banner h2{
        font-size: 40px;
    }
    .form-shadow{
        padding: 5px;
    }
    .heading h2{
        font-size: 30px;
    }
    .about ul li{
        font-size: 16px;
    }
    /* .owl-carousel .owl-nav{
        display: none;
    } */
    .pt-4{
        padding-top: 0 !important;
    }
    .service-box{
        height: 210px;
        margin-bottom: 25px;
    }
    .box{
        padding: 20px 0;
    }
    .newslatter form input{
        width: 100%;
    }
    .newslatter form button{
        right: 0;
    }
    
}
@media(max-width:480px)  {
    .about_heading h2 {

        font-size: 25px !important;
    }
    .navbar-brand img{
        width: 130px;
    }
    
}

@media (min-width:320px) and (max-width:425px) {
    /* .owl-dot{
        display: none !important;
    } */
    /* .owl-nav{
        display: none !important;
    } */
    .navbar-toggler:focus{
        box-shadow:none !important;
    }
    .navbar-toggler i{
        color:#ffb200;    
    }
    .navbar-brand img{
        width: 130px;
    }
    .banner{
        padding: 100px 0;
    }
    .banner h2{
        font-size: 30px;
    }
    .form-select{
        border:none !important;
        margin: 10px 0;
    }
    .form-icon input{
        border:none !important;
    }
    .form-shadow{
        background-color:transparent;
    }
    .form-icon i{
        left: 7px;
    }
    .banner p{
        padding: 0 !important;
    }
    .about h2{
        font-size: 30px;
    }
    .about ul li{
        font-size: 16px;
    }
    .space{
        margin-top: 25px;
    }
    .bg{
        text-align: center;
    }
    .contact-info{
        margin-left: 0;
    }
    .newslatter{
        padding: 20px 10px;
    }
    .newslatter  form input{
        width: 100%;
    }
    .newslatter form button{
        right: 0;
    }
    .pad-top{
        padding-top: 70px;
    }
    header ul li a{
        color:black !important;
        text-align: end;
    }
    .offcanvas-header button:focus{
        box-shadow:none !important;
    }
}

