/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
 
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

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

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    
    /*body{
        background:orange;
    }*/
    

    
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
 
 .navbar-toggler-icon i {
    color: #fff;
    font-size: 1.7em;
}

.slider-caption h1 {
    font-size: 2.2em;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0.3em;
    font-weight: 600;
}

.maincontent h3 {
    padding-bottom: 0.7em;
    font-size: 1.7em;
    font-weight: 600;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}

ul.itemenu{
    display: none;
}

.footer_sec iframe{
    display: none;
}

.slider-caption{
    padding: 3em 0;
}

.footer_sec {
    width: 100%;
    padding: 2em 0;
    background: #003e46;
    padding-bottom: 2em;
}

.header-sec .navBar a.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0.6em 0.9em;
    border-bottom: 1px solid #fff;
}

.header-sec .navBar a.chatNow {
    background: #23c0d3;
    padding: 0.6em 1.8em;
    margin: 0.9em 0em;
    border-radius: 6px;
    border-bottom: none;
}

label.label_changing .file_changing {
    width: 100%;
}

.dropdown-menu.MegaMenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0;
}
.dropdown-menu.MegaMenu {
    min-width: 100%;
    left: 0;
    top: 0;
    box-shadow: 2px 2px 2px #3333;
    border-radius: 15px;
    border-bottom: 5px solid #003E47;
}
.dropdown-menu.MegaMenu ul li {
    border-right: none;
    flex: 1;
}

}

@media (min-width: 375px) and (max-width: 667px) {
    
 .navbar-toggler-icon i {
    color: #fff;
    font-size: 1.7em;
}

.slider-caption h1 {
    font-size: 2.2em;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0.3em;
    font-weight: 600;
}

.maincontent h3 {
    padding-bottom: 0.7em;
    font-size: 1.7em;
    font-weight: 600;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}

ul.itemenu{
    display: none;
}

.footer_sec iframe{
    display: none;
}

.slider-caption{
    padding: 3em 0;
}

.footer_sec {
    width: 100%;
    padding: 2em 0;
    background: #003e46;
    padding-bottom: 2em;
}

.header-sec .navBar a.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0.6em 0.9em;
    border-bottom: 1px solid #fff;
}

.header-sec .navBar a.chatNow {
    background: #23c0d3;
    padding: 0.6em 1.8em;
    margin: 0.9em 0em;
    border-radius: 6px;
    border-bottom: none;
}


label.label_changing .file_changing {
    width: 100%;
}

.dropdown-menu.MegaMenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0;
}
.dropdown-menu.MegaMenu {
    min-width: 100%;
    left: 0;
    top: 0;
    box-shadow: 2px 2px 2px #3333;
    border-radius: 15px;
    border-bottom: 5px solid #003E47;
}
.dropdown-menu.MegaMenu ul li {
    border-right: none;
    flex: 1;
}

}