/* // Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .about .about-left-bottom {
        margin-top: 20px !important;
    }
    h1{
        font-size: 20px !important;
        line-height: 26px !important;
    }
    h2{
        font-size: 16px !important;
    }  
    header nav a.navbar-brand img{
        width: 50px !important;
    }
    header nav ul li a{
        font-family: 'Segoe UI Semibold';
        font-size: 14px !important;
        color: #f03aed !important;
    }
    .banner-section .married{
        padding: 0 20px !important;
    }

    .slider-section{
        width: 100% !important;
        background-color: #121b2c !important;
        padding-top: 70px !important;
    }
    .slider-section .single-slider {
        height: 400px !important;
    }
    .slider-section .single-slider .slider-content a {
        font-size: 16px !important;
    }
    .slider-section .single-slider .slider-content h2 {
        font-size: 30px !important;
    }
    .slider-section .single-slider .slider-content .we-married{
        margin: 0 auto;
        width: 80% !important;
    }
    .slider-section .single-slider .slider-content h4 {
        font-size: 16px !important;
    }
    .slider-section .single-slider .slider-content p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .slider-section .single-slider .slider-content a {
        margin-top: 10px !important;
        padding: 5px 10px !important;
    }
    .slider-section.owl-theme .owl-nav .owl-prev span {
        font-size: 30px !important;
    }
    .slider-section.owl-theme .owl-nav .owl-next span {
        font-size: 30px !important;
    }

    .special{
        padding: 30px 5px !important;
    }

    .app-section{
        padding: 30px 5px !important;
        text-align: center;
    }
    .app-section .app-img{
        margin-top: 20px !important;
    }
    .app-section .app-rat{
        margin-top: 25px !important;
    }
    .app-section .app-rat .logo-2 img{
        width: 30% !important;
    }
    .app-section .app-rat p{
        font-size: 14px !important;
    }

    .about {
        padding: 30px 0 !important;
    }
    .about .about-left-top {
        padding-right: 0 !important;
    }
    .about .about-left-bottom {
        padding-right: 0 !important;
    }
    .about .faq h2{
        font-size: 12px !important;
    }
    .about-right{
        text-align: center !important;
    }
    .about-right img{
        margin-top: 20px;
        width: 100% !important;
    }

    .add-banner h2{
        font-size: 13px !important;
    }
    .add-banner h2 span{
        font-size: 12px !important;
    }
    .add-banner p{
        font-size: 12px !important;
    }
    .add-banner .register-btn button{
        border: none;
        padding: 3px 5px;
        font-family: 'Segoe UI Bold';
        font-size: 11px;
        font-weight: 400;
        color: #f03aed;
        text-transform: uppercase;
        border-radius: 10px;
    }
}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    h1{
        font-size: 24px !important;
        line-height: 30px !important;
    }
    h2{ 
        font-size: 20px !important;
    }   
    header nav a.navbar-brand img{
        width: 60px;
    }
    header nav ul li a{
        font-family: 'Segoe UI Semibold';
        font-size: 14px !important;
        color: #f03aed !important;
    }

    .banner-section h2.couple{
        font-size: 50px !important;
    }
    .banner-section h4{
        font-size: 20px !important;
        letter-spacing: 3px !important;
    }
    .banner-section .married{
        padding: 0 30px !important;
    }
    .slider-section .single-slider {
        height: 550px !important;
    }

    .slider-section .single-slider .slider-content .we-married{
        margin: 0 auto;
        width: 60%;
    }
    .slider-section .single-slider .slider-content p {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        line-height: 30px;
        color: #fff;
    }
    .slider-section .single-slider .slider-content a {
        font-size: 16px !important;
    }
    .slider-section .single-slider .slider-content a:hover {
        background-color: #2fe8f5;
        color: #fff;
    }
    .slider-section .single-slider .slider-content h2 {
        font-size: 40px !important;
    }
    .slider-section .single-slider .slider-content h4 {
        padding: 5px 0 !important;
        margin-top: 10px !important;
        font-size: 20px !important;
    }
    .slider-section .single-slider .slider-content p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .slider-section .single-slider .slider-content a {
        margin-top: 10px !important;
        padding: 8px 20px !important;
        font-size: 14px !important;
    }
    .slider-section .single-slider {
        height: 550px !important;
    }
    .slider-section.owl-theme .owl-nav .owl-prev span {
        font-size: 50px !important;
    }
    .slider-section.owl-theme .owl-nav .owl-next span {
        font-size: 50px !important;
    }
    
    
    .app-section .app-img{
        margin-top: 20px !important;
    }
    .app-section .app-rat{
        margin-top: 40px !important;
    }
    .app-section .app-rat p{
        font-size: 14px !important;
    }

    .about .about-left-top {
        padding-right: 0 !important;
    }
    .about .about-left-bottom {
        padding-right: 0 !important;
    }
    .about .faq h2{
        font-size: 12px !important;
    }
    .about-right{
        text-align: center !important;
    }
    .about-right img{
        margin-top: 20px;
        width: 50% !important;
    }
}


/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .navbar-toggler {
        background-color: #ffffff;

    }
    .navbar-toggler-icon {
        color: #f03aed !important;
    }
    header nav a.navbar-brand img{
        width: 60px;
    }
    .header-nav {
        margin: 0 auto !important;
        text-align: center !important;
    }
    .header nav ul li {
        text-align: center;
    }
    header nav ul li a{
        font-family: 'Segoe UI Semibold';
        font-size: 16px !important;
        color: #f03aed !important;
    }
    .banner-section h2.couple{;
        font-size: 50px !important;
    }

    .banner-section .info-form{
        left: 8% !important;
    }
    .banner-section .married{
        padding: 0 30px !important;
    }
    .slider-section .single-slider .slider-content h2 {
        font-size: 40px !important;
    }
    .slider-section .single-slider .slider-content h4 {
        padding: 5px 0 !important;
        margin-top: 10px !important;
        font-size: 20px !important;
    }
    .slider-section .single-slider .slider-content p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .slider-section .single-slider .slider-content a {
        margin-top: 10px !important;
        padding: 8px 20px !important;
        font-size: 14px !important;
    }
    .slider-section .single-slider {
        height: 550px !important;
    }
    .slider-section.owl-theme .owl-nav .owl-prev span {
        font-size: 50px !important;
    }
    .slider-section.owl-theme .owl-nav .owl-next span {
        font-size: 50px !important;
    }
    .app-section .app-img{
        margin-top: 20px !important;
    }
    .app-section .app-rat{
        margin-top: 40px !important;
    }
    .app-section .app-rat p{
        font-size: 14px !important;
    }
}


/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    header nav a.navbar-brand img{
        width: 70px;
    }
    header nav ul li a{
        font-family: 'Segoe UI Semibold';
        font-size: 16px !important;
        color: #f03aed !important;
    }


    .banner-section .married{
        padding: 0 40px !important;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }