/* Large Tablet Devices */
@media only screen and (max-width : 1900px) {
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/


  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/


}

@media only screen and (max-width : 1800px) {
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/


  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/


}

@media only screen and (max-width : 1700px) {
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/


  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/


}

@media only screen and (max-width : 1600px) {
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/


  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/


}

@media only screen and (max-width : 1500px) {
  /*Header Area*/

  /*Nav Area*/
  .page_nav ul li {
    margin: 0 8px;
  }

  /*Banner Area*/

  /*Middle Area*/


  /*Main Area*/
  main {
    width: 44%;
  }

  main .h1_title {
    font-size: 45px;
  }

  /*Bottom Area*/

  /*Footer Area*/


}

@media only screen and (max-width : 1400px) {

  /*Header Area*/
  .head_info {
    font-size: 16px;
    justify-content: start;
  }

  .social_media {
    margin-left: 15px
  }

  .page_nav ul li {
    margin: 0 0px;
  }

  /*Nav Area*/
  .page_nav ul li a {
    padding: 0 33.6px;
  }

  /*Banner Area*/

  /*Middle Area*/


  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/
  .footer_nav ul li a {
    padding: 0 10.9px 0;
  }
}

@media only screen and (max-width : 1300px) {

  /*Header Area*/
  .social_media {
    margin-left: -27px;
  }

  .header_info ul {
    display: flex;
    justify-content: start;
    gap: 60px;
    padding-left: 20px;
  }

  /*Nav Area*/
  .page_nav ul li a {
    padding: 0 27.7px;
  }

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/
  .sidebar_img figure img {}

  main {
    width: 47%;
  }

  /*Bottom Area*/
  .card h3 {
    font-size: 20px;
  }

  /*Footer Area*/
  .footer_nav ul li a {
    padding: 0 3.9px 0;
  }
}

@media only screen and (max-width : 1200px) {

  /*Header Area*/
  .main_logo {
    width: 15%;
  }

  .gtrans {
    right: 30px;
  }

  .header_info ul li a {
    display: block;
  }

  .social_media {
    margin-left: -94px;
  }

  /*Nav Area*/
  .page_nav ul li a {
    padding: 0 21.3px;
  }

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/
  main .h1_title {
    font-size: 40px;
  }

  /*Bottom Area*/
  .service-box h2 {
    font-size: 20px;
  }

  .blog_holder:first-child .blog-img {
    right: -37px;
  }

  .blog_holder:last-child .blog-img {
    right: -71px;
  }

  .blog_holder {
    overflow: hidden;
  }

  .blog_card_con {
    width: 320px;
  }


  /*Footer Area*/
  .footer_nav ul li {
    margin: 0 36px;
  }
}

@media only screen and (max-width : 1090px) {

  html,
  body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* Webkit */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10  */
  }

  /*Header Area*/
  .header_info ul li a {
    display: block;
  }

  .social_media {
    margin-left: -150px;
  }

  .header_info ul {
    gap: 100px;
  }

  /*Nav Area*/
  .page_nav ul li a {
    padding: 0 17.3px;
  }

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/
  main .h1_title {
    font-size: 38px;
  }

  /*Bottom Area*/
  .btm2_info h2 {
    font-size: 45px;
  }

  .btm2_p {
    width: 49%;
  }

  .btm2_box {
    padding-left: 10px;
  }

  .card-number {
    font-size: 50px;
  }

  .card-header {
    padding: 28px 20px;
  }

  .card-body {
    padding: 25px 15px;
  }

  .card-footer a::after {
    top: 57%;
  }

  .card-footer a {
    width: 70%;
  }

  .blog_p {
    width: 63%;
  }

  /*Footer Area*/
  .footer_nav ul li {
    margin: 0 30px;
  }
  .contact_info {width: 40%;}
}

@media only screen and (max-width : 1024px) {

  /* header */
  .main_logo {
    width: 12%;
  }

  .social_media {
    margin-left: -162px;
  }

  /* Nav Area Sub-Menu Style */
  .page_nav ul li.menu-item-has-children>span {
    display: block;
    font-size: 15px;
    right: -21px;
    top: 0;
    position: absolute;
  }

  .page_nav ul li:hover>ul {
    display: none;
  }

  .wow {
    animation: none !important;
  }

  .animated {
    animation: none !important;
  }

  .page_nav ul li a {
    padding: 0 16px;
  }

  .fa {
    margin-top: 33px;
  }

  /*banner*/
  .box_skitter {
    top: 0 !important;
  }

  /* middle area */

  /* main-area */
  main {
    width: 50%;
  }

  .sidebar {
    width: 49%;
  }

  /* bottom */

  /* footer */
  .footer_nav ul li {
    margin: 0 28px;
  }
}

@media only screen and (max-width : 1000px) {
  .faq h6::before {right: -30px; }
  .faq div {  padding: 25px 90px 10px 30px; }
  .ds_none {
    display: none !important;
  }

  .bxs_wrap {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
  }

  .bxs_wrap section {
    width: 48%;
  }

  /*Header Area*/

  header {
    z-index: 555;
    padding: 20px 25px 66px;
    border-bottom: none;
    background: #fff;
  }


  .header_con {
    min-height: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: unset;
    width: unset;
    left: 0;
    background: none;
  }

  .header_con::before {
    display: none;
  }

  .main_logo {
    position: static;
    transform: none;
    width: 50%;
    margin-top: 40px;
  }

  .main_logo img {}

  .header_info ul {
    display: block;
  }

  .head_info {
    display: block;
    color: var(--bodyColor);
  }

  .header_info {
    display: block;
    text-align: right;
    padding-bottom: 7px;
    left: 0;
  }

  .header_info h2 {
    color: var(--bodyColor);
  }

  .header_info:before {
    filter: brightness(0) saturate(100%) invert(5%) sepia(15%) saturate(1453%) hue-rotate(341deg) brightness(94%) contrast(87%);
    display: block;
    position: static;
    transform: unset;
    margin: 0 0 5px;
  }

  .header_info ul li:first-child::before {
    display: block;
    position: static;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(358deg) brightness(105%) contrast(105%);
    transform: none;
  }

  .header_info ul li:last-child::before {
    display: block;
    position: static;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(358deg) brightness(105%) contrast(105%);
    transform: none;
  }

  .header_info ul li a[href^="tel:"] {
    display: table;
    margin-left: auto;
  }

  .social_media {
    position: static;
    text-align: right;
    display: block;
  }

  .social_media ul li {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(358deg) brightness(105%) contrast(105%);
  }

  .social_media h3 {
    color: var(--bodyColor);
  }

  .gtrans_holder {
    position: absolute;
    right: 0;
    bottom: -26px;
  }

  .gtrans {
    right: 0;
  }

  blockquote::after,
  blockquote::before,
  q::after,
  q::before {
    display: none;
  }

  /*Nav Area*/
  #nav_area {
    background: var(--priColor);
  }

  .page_nav {
    width: 100%;
    float: none;
    clear: both;
    height: auto;
    transition: none;
    padding: 25px 15px;
    margin: 0 auto 0;
    background: var(--priColor);
  }

  .page_nav ul {
    margin: 0;
    padding: 0 5px;
    text-align: center;
  }

  .page_nav ul li {
    width: 32%;
    margin: 5px 3px;
  }

  .page_nav ul li a {
    margin: 0;
  }

  .page_nav ul li:after {
    display: none;
  }

  .page_nav ul li a {
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 60px;
    height: auto;
    padding: 0 15px !important;
    color: #fff;
  }

  .page_nav ul li a:hover,
  .page_nav ul li a:active,
  .page_nav ul li.current_page_item>a {
    text-decoration: none;
    background: var(--secColor);
    border: 1px solid transparent;
    color: #fff;
  }

  .page_nav ul li.menu-item-has-children>span {
    right: 0;
    top: 15px;
  }

  .page_nav ul ul,
  .page_nav ul ul li,
  .page_nav ul ul li a {
    width: 100%;
  }

  .page_nav ul ul li {
    margin: 0 !important
  }

  .page_nav ul ul li a {
    padding: 0 15px !important;
  }

  .fa {
    margin-top: -3px;
  }

  /*Banner Area*/
  #banner {
    padding: 0;
    margin-top: 0;
  }

  .bnr_con {
    min-height: 0;
    padding: 0;
  }

  .box_skitter {
    display: none;
  }

  .slider {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
    transform: none;
    margin-top: 0;
  }

  .rslides {
    display: block;
  }

  .rslides.mobile {
    display: none;
  }

  .bnr_info {
    width: 100%;
    max-width: 100%;
    position: static;
    padding: 45px 25px;
    text-align: center;
    transform: none;
    background: var(--priColor);
    display: block;
  }

  .banner_text {
    width: 100%;
    max-width: unset;
  }

  .bnr_info a {
    margin: 30px auto 0;
  }

  .rslides2 {
    display: none;
  }

  /*NON-HOME*/
  .non_ban_img {
    width: 185%;
    margin-left: -40%;
    transform: none;
  }

  /*Middle Area*/
  #middle {
    background: none;
  }

  .mid1_boxes.wow.fadeInUp.animated {
    position: static;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    row-gap: 40px;
  }

  .mid1_boxes section {
    width: 45%;
  }

  /*Main Area*/

  #main_area {
    padding: 40px 25px;
    margin: 0;
    min-height: 0;
  }

  .main_con {
    min-height: 0;
    padding: 0;
  }

  main,
  .sidebar {
    float: none;
    margin: auto;
    width: 100%;
  }

  .intro_txt {
    width: 100%;
  }

  main {
    max-width: 100%;
    color: var(--bodyColor);
  }

  .sidebar_img {
    display: none;
  }

  .sidebar_img2 {
    display: none;
  }

  /*Bottom Area*/
  #bottom1 {
    padding: 40px 25px;
  }

  .btm1_con {
    min-height: 0;
    padding: 0;
  }

  .btm1_boxes {
    justify-content: center;
    flex-wrap: wrap;
  }

  .btm1_boxes section {
    width: 100%;
  }

  .btm1_info2 {
    width: 50%;
  }

  .btm1_info_con {
    display: block;
    color: #fff;
  }

  .btm1_info2 {
    width: 100%;
    padding-top: 20px;
  }

  .btm1_btn {
    margin: 35px 0;
  }

  .container {
    display: block;
  }

  .service-box {
    max-width: 100%;
  }

  #bottom2 {
    padding: 40px 25px;
  }

  .btm2_con {
    padding: 0;
    min-height: 0;
  }

  .btm2_img figure {
    display: none;
  }

  .btm2_side_img {
    display: none;
  }

  .btm2_box {
    margin: 0 auto;
  }

  .btm2_side_con {
    width: 100%;
  }

  #bottom2 {}

  .btm2_sideboxes {
    position: static;
    max-width: unset;
    padding: 0;
    float: none;
  }

  .btm2_info::before {
    top: 0;
    transform: translateX(-50%);
    right: 0;
    left: 50%;
    bottom: 0;
  }

  .btm2_info h2 {
    color: var(--bodyColor);
  }

  .btm2_info p {
    color: var(--bodyColor);
    padding: 0;
  }

  .btm2_info {
    max-width: unset;
    width: unset;
  }

  .btm2_info {
    text-align: center;
    color: #fff;
    position: relative;
    padding: 40px 0;
  }

  .btm2_info a {
    margin: 30px auto 0;
  }


  #bottom3 {
    height: auto;
    background: #fff;
  }

  .btm3_con {
    transform: none;
    bottom: 0;
    padding: 40px 0;
    min-height: 0;
  }

  .card h3::after {
    right: 25px;
  }

  .card-footer a {
    width: 100%;
  }

  .card-header {
    display: block;
  }

  .blog_header_flex {
    display: block;
  }

  .blog_p {
    width: 100%;
    max-width: 100%;
  }

  .blog_btn {
    margin: 35px 0;
  }

  .blog_holder:first-child .blog-img {
    right: 0;
  }

  .blog_holder:last-child .blog-img {
    right: 0;
  }

  .blog_card_con {
    width: 100%;
    max-width: 100%;
  }



  .btm5_holder {
    max-width: 100%;
  }

  .btm5_con {
    padding: 40px 25px;
    min-height: 0;
  }

  #bottom5 {
    background: none;
  }

  .blog-posts {
    flex-direction: column;
    gap: 45px;
    position: relative;
    width: 100%;
    align-content: center;
    align-items: center;
  }

  .footer_nav {}

  .footer_nav ul {
    display: block;
    margin: 20px 0 0;
  }

  .footer_nav ul li {
    margin: 5px 0;
  }

  .footer_nav ul li:first-child {
    margin: 5px 0;
  }

  .copyright {
    padding: 0;
  }

  .btmform form .txtmessage {
    width: 100%;
  }

  .btmform form {
    justify-content: center;
    flex-direction: column;
    column-gap: 20px;
  }

  .btmform form .form_fullname,
  .btmform form .form_email {
    width: 100%;
  }

  .captcha-box {
    width: 100%;
    margin: auto;
  }

  .btmform form .form_btn {
    margin: auto;
  }

  .captcha_submit {
    width: 100%;
    margin: 0;
    flex: unset;
    justify-content: center;
    gap: 15px;
    align-items: center;
  }

  .captcha-box {
    margin: 0;
  }

  .btmform form .form_btn {
    margin: 0;
  }



  footer {}

  .footer_top {
    height: auto;
    padding: 40px 25px;
    border-bottom: 5px solid #fff;
  }

  .footer_top_con {
    min-height: 0;
    padding: 0;
    display: block;
  }

  .footer_holder {}

  .footer_holder {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: space-evenly;
  }


  .footer_logo_con {
    left: 0;
    right: 0;
    margin: 0;
    max-width: unset;
    width: unset;
  }

  .footer_logo {
    text-align: center;
    max-width: unset;
  }

  .footer_btm {
    height: auto;
    padding: 40px 25px;
  }

  .footer_btm_con {
    min-height: 0;
    padding: 0;
  }

  .contact_info {
    text-align: center;
  }

  .contact_info ul {}

  .contact_info ul li {
    padding: 0;
    display: block;
    margin-top: 20px;
    font-size: 20px;
  }

  .contact_info ul li:before {
    display: block;
    position: static;
    margin: 0 auto 10px;
  }



  .map_con {
    padding-top: 40px;
    left: 0;
    right: 0;
    margin: 0;
    max-width: unset;
    width: unset;
  }

  .footer_nav {
    text-align: center;
  }

  .footer_nav ul {
    text-align: center;
  }

  .footer_nav ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 5px 0;
  }

  .footer_nav ul li a {
    color: white;
    border: 1px solid #fff;
    margin: 5px;
    padding: 15px 10px;
    line-height: initial;
    border-radius: 5px;
  }

  .footer_nav ul li a:hover,
  .footer_nav ul li a:active,
  .footer_nav ul li.current_page_item a {
    text-decoration: none;
    background: var(--secColor);
    border: 1px solid transparent;
    color: var(--bodyColor);
  }

  .footer_nav ul li:after {
    display: none;
  }

  .footer_nav span {
    color: #fff;
  }

  .footer_nav h2 {
    color: #fff;
  }

  .copyright {
    float: none;
    margin: 25px auto;
    text-align: center;
    position: static;
  }


  /* Non Home */

  .cards {
    width: 100%;
  }

  .mission_vision {
    margin: 0;
  }

  .serv_boxes section {
    width: 100%;
  }

  .serv_boxes {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .service_boxes>section:nth-child(1)>div:nth-child(2)>div:nth-child(1)>div:nth-child(1)>p:nth-child(2) {
    padding-bottom: 68px;
  }
}

@media only screen and (max-width : 800px) {
  .faq h6::before {     right: -45px;   }
  .faq div { line-height: 23px; }
  .show-text {   padding: 20px 1px 5px 20px !important; }
  .faq h6 { padding: 3px 20px 12px; }
  /* Header Area */
  header {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px 25px 80px;
    z-index: 15;
  }

  .main_logo {
    max-width: 50%;
    background: none;
    width: unset;
    height: unset;
    margin-top: 0;
  }

  .head_info {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    float: none;
  }

  .header_info {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    float: none;
  }

  .header_info ul {
    padding-left: 0;
  }

  .header_info ul li {
    margin-bottom: 15px;
  }

  .header_info ul li a[href^="tel:"] {
    display: table;
    margin: 0 auto;
  }

  .social_media {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .gtrans_holder {
    right: auto;
    left: 50%;
    width: 82px;
    height: 36px;
    transform: translateX(-50%);
    bottom: -48px;
  }

  .gtrans {
    top: 0;
  }

  /* Nav Area*/
  #nav_area {
    padding: 25px 15px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid rgba(149, 157, 165, 0.2);
  }

  .nav_toggle_button {
    display: block;
    position: relative;
  }

  .page_nav {
    width: 280px;
    position: fixed;
    top: 0;
    right: -280px;
    height: 100%;
    transition: all 0.7s ease;
    overflow-y: auto;
    padding: 0 0 30px;
    opacity: 0;
    float: none;
    clear: both;
    z-index: 250;
  }

  .page_nav ul {
    margin: 0;
    padding: 25px 15px;
  }

  .page_nav ul li {
    width: 100%;
    display: block;
    margin: 0 auto 5px;
  }

  .page_nav ul ul {
    width: 100%;
    position: relative;
    transition: none;
  }

  .page_nav ul ul li {
    border: none;
    width: 100%;
  }

  .page_nav ul ul ul {
    width: 100%;
    position: relative;
    transition: none;
    right: 0;
  }

  .page_nav ul ul ul li:last-child a {
    line-height: 30px;
  }

  .page_nav ul ul li:last-child ul {
    width: 100%;
    right: 0;
  }

  .page_nav ul ul li a:hover,
  .page_nav ul li.current_page_item ul li a:hover,
  .page_nav ul ul li.current_page_item a {}

  .page_nav ul ul a,
  .page_nav ul li.current_page_item ul li a {
    padding: 0 20px;
  }

  /* Toggle Style */
  .toggle_right_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    transition: all 0.7s ease;
  }

  .toggle_nav_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .toggle_right_cont {
    visibility: visible;
    background: rgba(0, 0, 0, 0.9);
  }

  nav.toggle_right_style {
    right: 0;
    opacity: 1;
    z-index: 45;
  }

  .logo_slide_right {
    display: block;
    float: left;
    width: calc(100% - 90px);
  }

  .menu_slide_right {
    display: block;
    text-align: left;
    padding: 20px 10px;
    background: #fff;
    position: relative;
  }

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/

  /*Bottom Area*/

  .btm3_boxes {
    flex-wrap: wrap;
  }

  /*Footer Area*/
  .footer_nav ul li {
    width: 48%;
  }

  .footer_pp {
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .footer_pp:before,
  .footer_comp:after {
    display: none;
  }

  .copyright q {
    display: none;
  }

  .footer_pp {
    display: block;
    margin: 5px;
  }

  .contact_info {
    max-width: unset;
    width: unset;
  }

  .captcha_disclaimer {
    flex-direction: column-reverse;
    gap: 20px;
  }

  /* Other */
  .thumb_right_dd,
  .thumb_left_dd {
    width: 250px;
  }

  .col3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .sitemap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

}

/* Smartphones */
@media only screen and (max-width : 600px) {
  .faq div {     padding: 25px 20px 10px 20px;   }
  .faq h6::before {     right: 10px;   }
  .show-text {     padding: 20px 1px 5px 1px !important; font-size: 16px;  }
  .faq h6 {   padding: 3px 85px 12px 15px;  }
  /*Header Area*/
  header {
    padding: 0;
  }

  .header_info ul li:last-child a::before {
    display: none;
  }

  .header_info ul li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
  }

  .header_info ul li:first-child:before {
    filter: brightness(0) saturate(100%) invert(97%) sepia(79%) saturate(11%) hue-rotate(205deg) brightness(103%) contrast(103%);
  }

  .header_info ul li:last-child:before {
    filter: brightness(0) saturate(100%) invert(97%) sepia(79%) saturate(11%) hue-rotate(205deg) brightness(103%) contrast(103%);
  }

  header {
    padding: 0;
  }

  .header_info::before {
    filter: unset;
  }

  .head_info {
    color: #fff;
  }

  .h1_hdng {
    font-size: 18px;
  }

  .h1_nonhome {
    font-size: 18px;
  }

  .logo_slide_right {
    display: none;
  }

  .nav-menu {}

  .header_info ul li {
    border: 0;
    padding: 0;
    margin: 10px 0;
  }

  .menu_slide_right small {
    display: none;
  }

  .header_info ul li a {
    border: 0;
    color: #fff !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-transform: lowercase;
    padding-bottom: 10px !important;
  }

  .social_media {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    margin-top: 0;
  }

  .social_media ul li a {
    border: 0;
    padding: 0 !important;
  }

  .social_media ul li a:hover {
    border: 0;
    text-decoration: underline;
    background: unset;
  }

  .social_media ul {
    display: flex;
    border: 0;
    padding: 0;
    margin: 0;
    gap: 15px;
  }

  .mobile_swap {
    display: flex;
    justify-content: center;
    min-height: 400px;
  }

  .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    position: static;
  }

  .gt-lang-code {
    position: static;
  }

  .gt-lang-code {
    right: unset !important;
    display: inline-block !important;
  }

  nav.toggle_right_style {
    top: 0;
  }

  .menu_slide_right {}

  .header_info {
    text-align: center;
    width: 100%;
  }

  .page_nav ul li a:active,
  .page_nav ul li a:hover,
  .page_nav ul li.current_page_item>a {
    color: #fff;
  }

  .page_nav ul li a {
    border-radius: 5px;
    line-height: 37px;
    height: auto;
    border: none
  }

  .social_media ul li {
    margin: 0 !important;
  }

  .gtrans_holder {
    bottom: 0;
  }

  .gtrans {
    width: 100%;
  }

  .gt_float_switcher .gt_options.gt-open {
    max-width: 100%;
  }

  .hamburger-box {
    width: 45px;
    height: 4px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 25px;
    border-radius: 0;
    right: 0;
  }

  .menu_slide_right .hamburger-inner,
  .menu_slide_right .hamburger-inner::before,
  .menu_slide_right .hamburger-inner::after {
    background: var(--bodyColor);
  }

  .menu_slide_right {
    background: none;
  }

  .header_info ul li::before {
    display: block !important;
    position: static !important;
  }

  .social_media ul li {
    display: inline-block !important;
    border: 0;
  }

  .social_media ul li {
    filter: brightness(0) saturate(100%) invert(97%) sepia(79%) saturate(11%) hue-rotate(205deg) brightness(103%) contrast(103%);
  }

  .page_nav span {
    right: 0;
    display: none;
  }

  .header_info ul li a:hover {
    border: 0;
    text-decoration: underline;
    background: unset;
    bottom: 0;
    right: 0;
    order: 1;
    display: flex;
  }

  .social_media h2 {
    font-size: 0;
  }

  /*Nav Area*/
  #nav_area {
    border-bottom: 0;
  }

  .nav_toggle_button .hamburger-inner {
    width: 35px;
  }

  .nav_toggle_button .hamburger-inner::before,
  .nav_toggle_button .hamburger-inner::after {
    width: 35px;
    border-radius: 0;
  }

  .nav_toggle_button small {
    display: none;
  }

  .nav_toggle_button .hamburger-inner,
  .nav_toggle_button .hamburger-inner::after,
  .nav_toggle_button .hamburger-inner::before {
    background: var(--bodyColor);
  }

  .page_nav {
    background: var(--secColor);
  }

  .page_nav ul li a:hover,
  .page_nav ul li a:active,
  .page_nav ul li.current_page_item>a {
    border: none;
  }

  .page_nav ul li a[href^="tel:"] {
    display: table;
    width: auto;
    margin: 0 auto;
  }

  /*Banner Area*/
  .non_ban_img {
    width: 195%;
    margin-left: -47%;
  }

  .page_title {
    position: static;
    font-size: 30px;
  }

  .rslides.tablet {
    display: none;
  }

  .rslides.mobile {
    display: block;
  }

  .bnr_con {
    min-height: 0;
  }

  .slider::before {
    display: block;
    border-radius: 0;
  }

  .bnr_info {
    position: absolute;
    max-width: 668px;
    width: 100%;
    z-index: 3;
    background: none;
    bottom: 0;
    text-align: center;
    top: unset;
  }

  .bnr_info h2 {
    font-size: 45px;
  }

  .rslides1 {
    display: none;
  }

  .rslides2 {
    display: block;
  }

  .mid1_boxes section {
    width: 100%;
  }

  .bnr_info {}

  .bnr_info h2 {
    color: #fff;
    font-size: 35px;
  }

  .bnr_info h2 cite {
    color: #fff;
    font-size: 25px;
  }

  .bnr_info p {
    color: #fff;
  }

  .bnr_info a {
    margin: 30px auto;
  }

  /*Middle Area*/
  .card a {
    transform: none;
    position: relative;
    display: block;
    margin: 30px 0;
    right: 0;
    left: 0;
  }

  .card a::before {
    top: 54%;
    transform: none;
    transform: translate(-50%, -50%);
  }

  /*Main Area*/
  main .h1_title {
    font-size: 47px;
  }

  main {
    text-align: left;
  }

  /*Bottom Area*/


  .btm1_info h2 span {
    font-size: 48px;
  }

  .captcha_submit {
    flex-direction: column;
  }

  .btm1_info {
    text-align: left;
  }

  .btm1_p {
    text-align: left;
  }

  .box-container {
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
    background: unset;
    gap: 0;
  }

  .box-container-1 {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .btm1-container-2 {
    justify-content: center;
    flex-wrap: wrap;
  }

  .service-box {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .btm1_p {
    text-align: center;
    padding-top: 20px;
  }

  .blog-img {
    z-index: 1;
    height: 247px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    max-width: 400px;
  }

  .blog_holder {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
  }

  .blog-date {
    padding: 30px 30px;
  }

  .blog_heading {
    padding: 5px 10px 0 30px;
  }

  .blog-card {
    max-width: 100%;
  }

  .blog-img img {
    width: 100% !important;
    height: auto !important;
  }


  .btm2_box {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    min-height: 0;
    padding: 20px;
    text-align: center;
  }

  .btm2_heading {
    width: 100%;
    padding-bottom: 40px;
  }

  .btm2_button {
    width: 100%;
    margin: 0 auto;
  }

  .btm2_button a::after {
    font-size: 1.2rem;
  }

  .btm2_p {
    width: 100%;
    padding-bottom: 40px;
    line-height: 33px;
  }


  /*Footer Area*/

  .contact_info ul li {
    font-size: 18px;
  }

  .footer_nav ul li {
    display: block;
    width: 100%;
  }

  .footer_nav ul li a {
    margin: 5px auto;
  }

  .footer_holder {
    flex-direction: column;
  }

  .copyright {
    padding: 0 0 45px;
  }

  /*Others*/
  #wpadminbar {
    position: fixed !important;
  }

  .col2,
  .col3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .thumb_left_dd,
  .thumb_right_dd,
  .thumb_center_dd {
    display: none;
  }

  main .bullet {
    padding-left: 10px;
  }

  /*For (AddThis) Plugins*/
  .withAddThis_plugins {
    bottom: 48px;
  }

  .withAddThis_ftr_btm {
    padding: 0 10px 88px;
  }

  /*End (AddThis) Plugins*/

}

@media only screen and (max-width : 500px) {

  .bnr_info h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .bnr_info h2 cite {
    font-size: 20px;
  }

  .btm2_info h2 {
    font-size: 45px;
    line-height: 100%;
    padding-bottom: 20px;
  }

  .bnr_info {
    padding: 0 15px;
  }

  main .h1_title {
    font-size: 35px;
  }

  .btm1_info h2 {
    font-size: 42px;
  }

  .btm3_info h2 {
    font-size: 35px;
  }

  .contact_info h2 {
    font-size: 34px;
  }

  .bnr_info p span {
    display: inline-block;
  }

}