:root {
  --white: #ffffff;
  --black2: #111111;
  --lightcyan:#f3fbfe;
  --transparent: transparent;
}
@media screen and (max-width:767px) {  
  .contact_details ul li span i {
    padding: 5px;
  }
  .contact_details ul li {
    display: block;
  }
  .left-side-content li {
    padding-bottom: 10px;
  }
  .contact_details{
    text-align: center;
    padding: 12px 0;
  }
  .top_bar_link {
    float:unset;
    margin-top:5px;
  }
  #header .social,#header .contact {
    border-bottom: solid 1px #ebebeb;
  }
  .social-icons,.phone_number p,.tab-content,.testimonial_box {
    text-align: center;
  }
  .header-search form.search-form {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .phone_number p {
    border-right: none;
  }
  .header-search input.search-field{
    border: solid 1px #ccc;
  }
  .header-search input.search-field {
    width: 60%;
  }
  .home.page-template .nav_wrap_border {
    border-bottom: solid 1px #ebebeb;
    padding: 25px 0;
  }
  #slider .carousel-caption.d-none.d-md-block {
    display: block !important;
  }
  #slider h2 {
    font-size: 14px;
  }
  #slider p,#testimonials blockquote:before,#testimonials blockquote:after {
    display:none;
  }
  #slider .inner_carousel h2 small {
    letter-spacing: 5px;
  }
  #slider a.theme_button {
     padding: 9px 10px; 
    margin-top: 0px;
    font-size: 10px;
  }
  #slider .inner_carousel h2 small{
    margin-bottom: 9px;
  } 
  li.nav-item h4{
    font-size:12px!important;
  }
  .news_content input[type="email"]{
    width:100%;
  }
  .news_content input[type="submit"] {
    margin:0px auto;
    display: table;
    margin-top: 25px;
    width:50% !important;
  }
  #testimonials blockquote{
    padding:0px;
  }
  .section-heading:after,.section-heading:before{
    margin: 20px auto;
  }
  .section-heading{
    text-align:center;
  }
  #about-tab .section-heading h3{
    font-size:1.62rem;
  }
  #our_partners .section-heading.text-left{
    text-align: center !important;
  }
  #footer,#footer h3,#footer ul li{
    text-align: center;
  }
  #footer h3:before,#footer h3:after{
    margin:auto;
    margin-bottom:20px;
    margin-top:20px;
  }
}
@media screen and (max-width: 991px) {
  .home.page-template #header {
    position: static;
  }
  #slider h2{
    font-size:28px;
  }
  .slider-box{
    top:52%;
  }
  li.nav-item h4{
    font-size:15px;
  }
  .top_bar_link {
    float: none !important;
    display: table;
    margin: 10px auto;
  }
 .news_content input[type="email"]{
  width:70%;
}
.news_content input.wpcf7-form-control.wpcf7-submit{
  width:25%;
}
.socialbox a{
  border:none;
}
}@media screen and (min-width: 992px) and (max-width:1200px) {
  .phone_number p {
    font-size: 16px;
  }
  #slider h2 {
    font-size: 20px;
  }
  li.nav-item h4{
    font-size:14px;
  }
}
@media screen and (max-width: 1024px){
  .list_outer {
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .top_bar_btn a.theme_button {
    position: static;
    top: 0;
    transform: unset;
  }
  .headerbar {
      display: block;
      margin: 0;
  }
.hamburger {
      padding: 10px;
  }
.main-header .side-navigation {
      display: none
  }
.side-navigation,
.side-navigation li {
    padding: 0;
    display: block
    }
.side-navigation ul li a {
    padding: 10px;
    display: block;
    color: #ffffff;
    border-bottom: 1px #303030 solid;
    background: 0 0!important;
    text-align: left
  }
amp-sidebar#sidebar1 {
    background: #111;
    width: 250px
  }
  #sidebar1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: .5s
  }
  .side-navigation ul li ul, .side-navigation ul li ul ul {
      display: block !important;
  }
  .side-navigation ul ul {
      background: transparent !important;
  }
  .side-navigation ul ul {
      position: static;
      width: 100%;
      box-shadow: none;
  }
  .side-navigation ul ul li {
      background: transparent !important;
  }
  .side-navigation ul ul li{
      display: block;
  }
  .side-navigation ul ul li{
    padding:0px;
  }
  .side-navigation ul.sub-menu li a:before{
    content: none;
  }  
  .innermenubox {
    position: static;
  }  
  .top_bar_btn{
    padding:0;
  }
  .side-navigation ul ul li{
    border-bottom:none;
    padding:5px 18px;
  } 
  iframe {
    width: 100%;
    height: auto;
  }
  .innermenubox {
    position: static;
    padding-bottom: 10px;
  }
  .top_bar_btn{
    padding:0;
  }
  #how-we-work .work-box:before{
    right: -12px;
    border-left: 43px solid #2b3546;
  }
  .side-navigation ul>li.menu-item-has-children>a:after{
    margin-top:0;
  }
}