/* Large devices (large desktops & laptops, 1200px and up) */
@media (min-width: 1200px) {
   
}
/* Medium devices (landscape tablets & medium desktops, from 992px to 1199px) */
@media (min-width: 992px) and (max-width:1199px) {
   



}

/* Small devices (portrait tablets & small desktops, from 768px to 991px) */
@media (min-width: 768px) and (max-width:991px) {
    
}

/* Extra small devices (landscape phones & portrait tablets, 767px and down) */
@media (max-width:767px) {
    
}


@media (max-width: 580px) {

}


@media (max-width: 480px) {

}

@media (max-width: 320px) {

}








/*===========================================
    Bootstrap Media Queries
===========================================*/


@media (min-width: 1500px) {
    .secondSection-left-in p{
        font-size: 18px;
        color: #1f5386;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .secondSection-left-in p span{
        font-family: 'Futura Md BT';
        font-weight: 500;
        font-size: 20px;
    }



    .middleSection-data-in p{
        font-size: 18px;
        padding-left: 60px;
        padding-right: 60px;
    }



}



/* Large devices (Desktops & Labtops) */

@media (min-width: 1200px) and (max-width: 1499px) {
    
}


/* Medium devices (Landscape Tablets & Medium Desktops) md */

@media (min-width: 992px) and (max-width: 1199px)  {
    

    

}


/* Small devices (Portrait Tablets & Small Desktops) sm */

@media (min-width: 768px) and (max-width: 992px) {
    

    .image-fresh-left-in{
        height: 300px;
        
    }

    .contact-inner{
        margin-top: 40px;
    }

    .header-noor{
        display: block;
    }

    

   

    #contact-02{
        padding-top: 50px;
    }

    #home {
        height:auto;
        
    }

    .about-us{
        position: relative;
        top: 0;
        left: 0;
        
        transform: none;
    }



    #contact-02 {
        padding-top: 0px;
    }

    .form-fields{
        text-align: center;
    }

    .error-message{
        
        text-align: center;
    }


    #contact-02{
        margin-bottom: 50px;
    }







    #contact-01 {
    margin-top: 20px;
}


#contact-02 {
        margin-bottom: 20px;
    }


}


/* Extra small devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
   
    
   .image-fresh-left-in{
        height: 300px;
        
    }

    .contact-inner{
        margin-top: 40px;
    }

    .header-noor{
        display: block;
    }




#contact-02 {
        margin-bottom: 20px;
    }

   


}


@media (max-width: 580px) {

    footer img {
        max-width: 150px;
    }

    .header-links-logo .left-footer{
        display: none;
    }

    .header-links-logo .text-right{
        width: 100%;
        text-align: center;
    }

     .about-us{
        margin-top: 0;
    }

    .contact-inner {
        margin-top: 30px;
    }

    .red-box-out {
    padding: 30px 15px 0px 15px;
}

.gray-box-out {
    padding: 30px 15px 0px 15px;
}

}




/* Extra small devices (Portrait Phones & Smaller Devices) */

@media (max-width: 480px) {
    #contact-01 p{
        width: 320px;
    }

    .form-group input{
        width: 320px;
    }

    .form-country{
        width: 320px;
    }

    .form-group{
        width: 320px;
        display: inline-block;
    }

    .form-fields{
        text-align: center;
    }

    .error-message{
        width: 320px;
        display: inline-block;
        text-align: center;
    }

    .input-group{
        width: 320px;
        display: inline-block;
        text-align: left;
    }

    .form-message{
        width: 320px;
    }

    .send-button{
        width: 320px;
        display: inline-block;
    }

   

    


    .header-noor-left img {
        width: 260px;
    }

    h2{
        font-size: 16px;
    }

    li{
        font-size: 14px;
    }

    #contact-02 {
        padding-top: 0px;
    }

    .owl-theme .owl-dots .owl-dot span {
        border-radius: 0;
        width: 30px !important;
        margin: 0px 5px;
    }

    .fac-in img{
        width: 70px;
    }

    

    .footer-social a {
        margin: 0 15px;
        display: inline-block;
    }

    .footer-social a:first-child {
        margin-right: 15px;
        margin-left: 0;
    }



    footer img {
        max-width: 120px;
    }


    .form-group .tacbox input{
        width: auto;
    }

}


/* Extra small devices (Portrait Phones & Smaller Devices) */

@media (max-width: 320px) {
    
    
    
    
}






















