@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1200px) {
  .visible-large {
    display: inherit !important;
  }
  .hidden-large {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  .main_wrap {
    max-width: 960px;
  }
  #rt-logo {
	max-width: 190px;
	height: 112px;
  }
  .rt-block.top_slogan_box {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding-top: 0;
  }
  .home_bottom_box .module-title h2::after {
	font-size: 15px;
	margin-top: -8px;
  }
  .home_bottom_box .module-title h2 {
    font-size: 20px;
  }
    .home_bottom_wrap .readmore {
    font-size: 15px;
  }
  .top_info h2, .title, .page-header h2, h2 {
    font-size: 24px;
  }
  h1 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  .box_providers {
	font-size: 18px;
  }
  .box_providers span {
	font-size: 24px;
  }
  .banner_upgrade_txt h2 {
	font-size: 75px;
  }
  .custom_business_title {
  	font-size: 45px;
  }
  

}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .main_wrap {
    max-width: 768px;
  }
  #rt-logo {
	max-width: 142px;
	height: 84px;
  }
  .rt-block.top_slogan_box {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    padding-top: 0;
  }
  .top_info h2 {
    font-size: 20px;
  }
  .top_info .lic_num {
    font-size: 10px;
  }
  .home_bottom_box .module-title h2::after {
	font-size: 15px;
	margin-top: -8px;
  }
  .home_bottom_box .module-title h2 {
    font-size: 20px;
  }
    .home_bottom_wrap .readmore {
    font-size: 15px;
  }
  .top_info h2, .title, .page-header h2, h2 {
    font-size: 24px;
  }
  h1 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  .box_providers {
	font-size: 18px;
  }
  .box_providers span {
	font-size: 24px;
  }
  .rsform.refer_contact_box .formResponsive .formHorizontal .formControlLabel {
	font-size: 12px;
  }
  .banner_upgrade_txt h2 {
	font-size: 55px;
  }
  .banner_upgrade_txt h3 {
	font-size: 25px;
	letter-spacing: 0;
  }
  .custom_business_title {
  	font-size: 45px;
  }
  
  #rt-footer {
	line-height: 100%;
  }
  .footer_logo img {
    max-width: 142px;
  }
  .footer_menu_box ul li a {
	margin-bottom: 8px;
  }
}

/** Mobile **/

@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-large {
    display: none !important;
  }
  #rt-logo {
    margin: 0 auto;
  }
  body .component-content .column-1,
  body .component-content .column-2,
  body .component-content .column-3 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  #gantry-totop {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .gantry-width-20,
  .gantry-width-25,
  .gantry-width-30,
  .gantry-width-33,
  .gantry-width-40,
  .gantry-width-50,
  .gantry-width-60,
  .gantry-width-66,
  .gantry-width-70,
  .gantry-width-75,
  .gantry-width-80 {
    width: 100%;
  }
  .row {
    display: block;
  }
  .row .cell {
    display: block;
    width: 100%;
  }
  .form-horizontal .control-group .control-label {
    float: none;
    width: auto;
    text-align: left;
  }
  .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  select {
    width: 100%;
  }
  .main_wrap {
    max-width: 480px;
  }
  .logo-block {
	padding: 10px;
  }
  #rt-logo {
	max-width: 190px;
	height: 112px;
  }
  #rt-footer .rt-container, #rt-header .rt-container {
	display: inherit;
	text-align: center;
  }
  #rt-header .rt-block.social_icons_box {
	padding: 0 15px;
	margin: 0 10px;
  }
  .rt-block.top_slogan_box {
	display: none;
  }
  .rt-block.top_info_box {
	text-align: center;
	padding: 10px;
  }
  .top_info img {
	max-width: 150px;
  }
  .top_info h2 {
	font-size: 18px;
	line-height: 110%;
	font-weight: 600;
  }
  .top_info .lic_num {
	font-size: 10px;
  }
  .banner_main_wrap .rt-block {
    height: auto;
    display: inline-block;
    vertical-align: top;
  }
  .banner_main_form {
    position: static;
  }
  .home_form_adv h2 {
    font-size: 35px;
  }
  .home_form_adv p {
    font-size: 20px;
  }
  .home_form_adv_price {
    font-size: 40px;
  }
  .form_title {
    font-size: 20px;
  }
  .home_bottom_box .module-title h2 {
    font-size: 20px;
  }
  .home_bottom_box .module-title h2::after {
	font-size: 15px;
	margin-top: -8px;
  }
  .home_bottom_wrap .readmore {
    font-size: 15px;
  }
  .title, .page-header h2, h2 {
    font-size: 24px;
  }
  h1 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  .box_providers {
	font-size: 18px;
  }
  .box_providers span {
	font-size: 24px;
  }
  .refer_contact_txt_box h2 {
	margin-top: 0;
  }
  .rsform.refer_contact_box .formResponsive .rsform-block.rsform-block-submit {
	text-align: left;
  }
  .contact_page_form {
    position: static;
  }
  .contact_page_form .form_title {
    font-size: 20px;
  }
  .rsform .formResponsive .formHorizontal .rsform-submit-button {
    font-size: 14px !important;
  }
  .sec_columns .gantry-width-spacer {
	position: relative;
	margin: 5px 15px;
  }
  .banner_upgrade_txt h2 {
	font-size: 35px;
  }
  .banner_upgrade_txt h3 {
	font-size: 20px;
	letter-spacing: 0;
  }
  .banner_upgrade_img {
	position: static;
  }
  .banner_upgrade_img img {
	max-height: 200px;
  }
  .banner_commercial_box_txt {
	position: static;
	font-size: 16px;
  }
  .custom_business_title {
  	font-size: 35px;
  }
  .gantry-width-block.equal-height-2 {
	height: auto !important;
	min-height: 315px;
  }
  .gantry-width-block.equal-height-1 {
	height: auto !important;
	min-height: 280px;
  }
  .row.custom_bg .gantry-width-spacer {
	margin: 15px;
  }
  
  
  .rt-block.footer_logo_box {
    padding: 10px 15px 0 15px;
    margin-bottom: 0;
  }
  .footer_logo img {
    max-width: 150px;
  }
  .rt-block.footer_menu_box {
	padding: 10px 15px;
	margin: 10px;
  }
  .footer_menu_box ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 5px;
  }
  .footer_menu_box ul li:last-child {
    margin-bottom: 0;
  }
  .footer_menu_box ul li a {
    margin: 0;
    padding: 0 !important;
    border-right: none;
    line-height: 100%;
    font-size: 16px;
}
  .rt-block.footer_copyright_box {
	margin: 0 10px 10px;
	padding: 0 15px 10px;
  }

}
@media only screen and (min-width: 481px) and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
  .main_wrap {
    max-width: 95%;
  }
  #rt-main .rt-container {
    width: 100%;
  }
}