﻿/* ==========================================================================
   TABLET STİLLERİ
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1368px) {
    .aboutus_image img,
    .aboutpage_aboutus_image img {
        height: 450px !important;
        width: 500px !important;
    }

    .banner-section-image img {
        width: 480px !important;
        height: 510px !important;
    }

    .slider-part {
        display: flex;
        justify-content: center;
    }

    .get_in_touch_section .get_in_touch_video .video_img {
        top: 200px !important;
    }

    .pricing_plans_box_lower_portion, .second_lower_portion, .third_lower_portion {
        padding: 50px 20px 20px 20px !important;
    }
}


/* ==========================================================================
   TELEFON STİLLERİ
   ========================================================================== */
@media (max-width: 767px) {
    .aboutus_image img,
    .aboutpage_aboutus_image img {
        height: 450px !important;
        width: 500px !important;
    }

    .banner-section-image img {
        width: 300px !important;
        height: 330px !important;
    }

    .slider-part {
        display: flex;
        justify-content: center;
    }

    .get_in_touch_content_wrapper {
        padding: 50px 25px;
    }

    /* Mobilde video ikonu için de bir yükseklik verelim ki formun altında ezilmesin */
    .get_in_touch_section .col-lg-6.d-flex {
        min-height: 300px;
    }

    .subscribe_background_image {
        padding: 55px 30px 40px !important;
    }

    #carouselExampleControls .carousel-control-next,
    #carouselExampleControls .carousel-control-prev {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        top: 70px !important;
    }

    .pricing_plans_box_lower_portion ul li {
        font-size: 13px !important;
    }
}
