@media screen and (max-width:1024px)
{  
    section#about, section#why-us, section#services {
        padding: 3rem 0;
    }
    .why-us .content {
        padding: none;
    }
}
@media screen and (max-width:768px)
{
    #header {
         padding: 14px 0;
    }
    .content p
    {
        width:100%;
    }
    section#about, section#why-us, section#services 
    {
        padding: 2rem 0 0 0;
    }
    section {
        padding: 60px 0 0 0;
    }
    .o-video > iframe {
        width: 100%;
        height: 100%;
    }
    .bd-example
    {
        display:none;
    }
    .bd-example-mobile
    {
        display:block !important;
    }
    .carousel-control-next ,.carousel-control-prev{
        display:none;
    }
    /*.about-details,.why-details
    {
        background: #fff;
        padding:20px;
    }
    .content img {
        width: 100%;
        background: #fff;
    }*/
}
 @media screen and (max-width:560px)
{
    .modal-title
    {
        justify-content: start;
    }
    .section-title h2 {
        font-size: 28px;
    }
    b h3 {
        font-size: 22px;
    }
    .services .icon-box .icon i
    {
     font-size: 28px;   
    }
    .services .icon-box h4 
     {
        font-size: 20px;   
    }
    .modal-title h2 {
        font-size: 16px;
    }
    .icon-box .knw-btn {
        font-size: 14px;
        padding:7px 12px;
    }
    .single-services
    {
        margin-bottom: 20px;
    }
    #footer .credits,#footer .copyright
    {
        padding:unset;
    }
    #footer .credits {
        padding-top: 4px !important;
    }
    button.control_prev, button.control_next {
        top: 50%;
    }
}
@media only screen and (max-width: 500px) and (min-width: 430px)
{
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
 @media screen and (max-width:425px)
{
    .bd-example-mobile {
        display: block !important;
        padding-top: 68px;
    }
    .carousel .carousel-item {
        height: 73vh;
        background-size: cover;
    }
    .section-title h2 {
        font-size: 24px;
    }
    b h3 {
        font-size: 18px;
    }
    .contact .info h4 {
        font-size: 18px;
    }
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .ba-we-love-subscribers-fab .wrap {
        line-height: 57px !important;
        left: 15px;
        top: -1px;
    }
}
 @media screen and (max-width:375px)
{
   
    .carousel .carousel-item {
        height: 64vh;
        background-size: cover;
    }
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media screen and (max-width:360px)
{
   
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media screen and (max-width:340px)
{

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}