/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
 .buttons, .button-widget-open{
    font-size: 10px !important;
    padding: 5px 6px !important;
    width: 110px !important;
    text-transform: none !important;
}
#top-header b {
	font-size: 16px;
}
  
.menu2020 {
    margin-left: 40px;
  }

.inb h2 {
    font-size: 24px;
    margin-bottom: 6px;
}
.inb p {
    font-size: 14px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  #logo img {
    height: 54px;
}

#menu_2020 ul {
	display: table;
}

#menu_2020 li {
    display: table-row;
    width: 100%;
    margin: 1px 0;
    text-align: center;
}
  
.menu2020 {
    margin-left: 40px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
#menu2020 ul {
	display: table;
}

#menu2020 li {
    display: table-row;
    width: 100%;
    margin: 1px 0;
    text-align: center;
}
.owl-nav {
	display: none;
}

.owl-dots {
    bottom: -4px;
    left: 10px;
}

.headsection {
    grid-template-columns: repeat(1, 1fr);
}
.main-item {
    width: 100%;
  }
.block-item {
    width: 100%;
  }
#menu_2020.nav {
    background-color: antiquewhite;
    text-align: left;
    display: grid;
	}
	
#menu_2020 li {
    border-bottom: solid 2px rgba(255,255,255,0.25);
    padding: 8px 0;
}
  
.conf-20 {
    font-size: 16px;
    display: grid;
    grid-template-columns: auto;
}
    .checkbox input {
    margin-left: -24px !important;
}

  /* Extra Small Devices, Phones */
@media only screen and (max-width : 480px)
  .main-news h4 {
    font-size: 13px;
}
  
  .checkbox input {
    margin-left: -24px !important;
}
  
.agree {
    left: -208px;
  }
  
.agree-text {
	padding: 0 20px;
}
   
  
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
 
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

  .agree {
    left: -162px;
  }
  
.agree-text {
	padding: 0 20px;
}
  
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

  .agree {
    left: -208px;
  }

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .main-news h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.main-quote {
    min-height: 351px;
  }
}