/* Responsive Css */


@media only screen and (max-width: 1749px){



}


@media only screen and (max-width: 1499px){

  .main-header .outer-box{
    padding: 0px 30px;
  }

  .header-top .outer-container{
    padding: 4px 10px;
  }

}


@media only screen and (max-width: 1399px){

  .main-header .menu-right-content .support-box{
    /*display: none;*/
  }

}


@media only screen and (max-width: 1382px){
  .main-header .menu-right-content .support-box{
    padding: 5px 0px 5px 20px;
  }
  
  .main-header .menu-right-content .support-box img {
    width: 110px;
  }

  .main-menu .navigation > li {
    margin: 0px 4px;
    margin-top: -12px;
  }

  .main-menu .navigation > li > a {
    padding: 35px 6px;
    font-size: 14px;
  }

}


@media only screen and (max-width: 1200px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .main-header .logo-box{
    padding: 15px 0px;
  }

  .header-top .info-list li{
    margin-right: 30px;
  }

  .rtl .header-top .info-list li{
    margin-left: 30px;
  }

	.header-mid-fixed .fixed-title h1 {
		font-size: 20px;
    padding: 5px 30px;
    letter-spacing: 4px;
	}

	.main-menu .navigation > li {
		margin: 0px 6px;
		margin-top: 0px;
	}

	.main-header .menu-right-content {
		position: relative;
		display: flex;
		align-items: center;
		margin-top: -28px;
	}
	
	.main-header .menu-right-content .support-box img {
		width: 125px;
	}

}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){

	.header-mid-fixed .fixed-title{
		position: relative;
		width: 100%;
		top: 0px;
	}
	
	.header-mid-fixed .fixed-title h1 {
		font-size: 18px;
		padding: 10px 15px;
	}

	.main-header .menu-right-content {
		position: relative;
		display: flex;
		align-items: center;
    justify-content: center;
		margin-top: 0px;
	}
	
	.main-header .menu-right-content .support-box img {
    width: 110px;
	}

  .sec-title h2 br{
    /*display: none;*/
  }

  .header-top .top-inner{
    display: block;
    text-align: center;
  }

  .header-top .info-list li,
  .header-top .social-links li{
    float: none;
  }

  .sec-title p br{
    display: none;
  }

  .main-footer .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .footer-menu{
    display: block;
    text-align: center;
  }

  .main-footer .footer-menu .logo-box{
    margin-bottom: 20px;
  }

  .main-footer .footer-menu{
    padding: 37px 40px;
	border-radius: 50px;
    margin-top: 20px;
  }

  .main-footer .footer-menu .menu-list li{
    margin-right: 20px;
  }

  .main-footer .footer-menu .menu-list{
    justify-content: center;
  }


}


@media only screen and (max-width: 767px){
	.main-header .outer-box .logo-box img {
		width: 109px;
	}
	
	.main-header .menu-right-content .support-box {
    margin-right: 25px;
    padding-right: 20px;    
    display: flex;
    align-items: center;
    justify-content: center;
  }

	.main-header .menu-right-content .support-box img {
		width:100px;
	}
	
	.main-header .menu-right-content .support-box:before {
    right: -8px;
}
	
	.estd-dual {
		font-size: 18px;
	}

.menu-area .mobile-nav-toggler {
    display: block;
    padding: 6px;
    margin-left: 12px;
}

	.header-mid-fixed .fixed-title{
		position: relative;
		width: 100%;
		top: 14px;
	}
	
	.header-mid-fixed .fixed-title h1 {
		font-size: 15px;
		padding: 10px 15px;
	}

  .sec-title h2{
    font-size: 28px;
    line-height: 36px;
  }

  .sec-pad{
    padding: 50px 0px 30px 0px;
  }

      .header-top .outer-container {
        display: none !important;
      }



}

@media only screen and (max-width: 599px){

  .main-header .outer-box{
    padding: 0px 15px;
  }

  .main-footer .footer-menu .menu-list{
    display: block;
  }

  .main-footer .footer-menu .menu-list li{
    margin: 0px;
    margin-bottom: 20px;
    display: block;
  }

  .main-footer .footer-menu .menu-list li:last-child{
    margin-bottom: 0px;
  }
}


  @media only screen and (max-width: 575px){
    .main-header .menu-right-content .support-box {
      margin-right: 35px;
      padding-right: 20px;    
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .estd-dual {
      font-size: 18px;
  }
    .main-header .menu-right-content .support-box img {
      width: 80px;
  }
}


@media only screen and (max-width: 499px){

  .mobile-menu{
    width: 100%;
  }

  .main-header .menu-right-content{
    /*display: none;*/
  }
  
  .main-header .menu-right-content .support-box{
    padding: 5px 0px 5px 25px;
  }

  .header-style-three .header-lower .outer-box{
    padding-left: 15px;
    padding-right: 15px;
  }

  


}




















