.top-header-main .container{
    max-width: 1360px;
}
.main-navbar-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.logo-left a img{
    max-width: 257px;
    width: 100%;
}
.navbar-cnt .custom-menu-class ul {
    display: flex;
    align-items: center;
}
.navbar-cnt .custom-menu-class ul#menu-menu-1 {
    margin-top: 0px;
}
.right-call a img{
    max-width: 32px;
    width: 100%;
}
.right-call a {
    font-size: 21px;
    color: #00275a;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}
.right-call a:hover{
    color: #cd0001;
}
.navbar-cnt .custom-menu-class ul#menu-menu-1 li{
    padding: 0px 15px;
}
.navbar-cnt .custom-menu-class ul#menu-menu-1 li a{
    font-size: 17.5px;
    color: #00275a;
    font-weight: normal;
    font-family: "Roboto Condensed", sans-serif;
    position: relative;
}
.navbar-cnt .custom-menu-class ul#menu-menu-1 li a::after{
    content: "";
    background: #cd0001;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    transition: all 350ms ease;
}
.navbar-cnt .custom-menu-class ul#menu-menu-1 li a:hover::after{
    width: 100%;
}
.why-choose-main .container-fluid{
    padding: 0px;
}
.why-choose-main .container-fluid .row{
    margin: 0px;
}
.why-choose-main .container-fluid .col-md-5{padding: 0px;width: 39%;}
.why-choose-main .container-fluid .col-md-7{padding: 0px;width: 61%;}
.why-choose-main{background: #d9e6f1;}
.right-mobile-hum-icon{display: none;}
.mobile-icon {
    width: 40px;
    height: 26px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    border: none;
}
.navbar-toggler-line {
    width: 100%;
    height: 2px;
    background: #00275a;
}
.why-left{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.why-in{
    max-width: 360px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: 60px;
}
.why-right{
    min-height: 613px;
    position: relative;
}
.why-right img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.v-start{
    align-items: flex-start;
}
.v-center{
    align-items: center;
}
.v-end{
    align-items: flex-end;
}

.why-in h1{
    text-align: left;
    font-size: 63px;
    color: #cd0001;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: none;
    letter-spacing: 0px;
    font-family: "Roboto Condensed", sans-serif;
    padding-bottom: 28px;
    margin-bottom: 24px;
    position: relative;
}
.why-in h1 span{
    font-size: 28px;
    font-weight: normal;
    display: block;
    color: #00275a;
}
.line{
    width: 124px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
}
.line::before{
    content: "";
    width: 82px;
    height: 3px;
    display: block;
    background: #80abcf;
}
.line::after{
    content: "";
    width: 35px;
    height: 3px;
    display: block;
    background: #80abcf;
}
.why-in p{
    padding: 0px;
    font-size: 17.5px;
    line-height: 1.6;
    margin-bottom: 45px;
}
.why-in a{
    font-size: 17.5px;
    color: #ffffff;
    background: #00275a;
    padding: 18px 35px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.why-in a:hover{
    background: #cd0001;
}
.why-in a::after{
    content: "";
    background: transparent;
    border-right: 3px solid #cd0001;
    border-bottom: 3px solid #cd0001;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 7px;
    left: 7px;
    z-index: -1;
}
.our-services-left h2{
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
    max-width: 235px;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
}
.our-services-left a{
    color: #ffffff;
    font-size: 17.5px;
    display: inline-block;
    padding: 18px 28px;
    border: 3px solid #cd0001;
    position: relative;
}
.our-services-left a:hover{
    background: #cd0001;
}
.our-services-left a::after{
    content: "";
    background: transparent;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    width: 100%;
    height: 100%;
    top: 12px;
    left: 12px;
    position: absolute;
}
.our-services-main{
    padding: 52px 0px;
    position: relative;
    background: #00275a url('../img/services-box-ptn.jpg') no-repeat center;
    background-size: cover;
}
.our-services-main .container{
    max-width: 1275px;
    width: 100%;
}
.our-services-left{
    max-width: 300px;
    width: 100%;
}
.our-services-item{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 300px);
}
.our-services-card{
    width: 46.2%;
    display: flex;
}
.icon img{
    max-width: 84px;
    width: 100%;
    height: auto;
}
.our-services-card .icon{
    max-width: 84px;
    width: 100%;
}
.det-info{
    width: calc(100% - 84px);
    padding-left: 24px;
}
.det-info h3{
    font-size: 28px;
    color: #80abcf;
    font-weight: bold;
    letter-spacing: 0px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0px;
    line-height: 38px;
}
.det-info p{
    font-size: 17.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
.treatments-and-services-main{
    background: #d9e6f1;
    padding: 80px 0px;
}
.treatments-services{
    display: inline-block;
    background: #d9e6f1;
    padding: 0px 11px;
    position: relative;
}
.treatments-in-top{
    text-align: center;
    position: relative;
}
.treatments-services h4{
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5px;
    color: #cd0001;
    letter-spacing: 0px;
    font-family: "Roboto Condensed", sans-serif;
}
.treatments-services p{
    padding: 0px;
    font-size: 17.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
}
.treatments-and-services-main .container{
    max-width: 1275px;
    width: 100%;
}
.line-text{
    position: absolute;
    top: 26px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.line-text::before{
    content: "";
    width: 33px;
    height: 3px;
    display: block;
    background: #80abcf;
}
.line-text::after{
    content: "";
    width: 33px;
    height: 3px;
    display: block;
    background: #80abcf;
}
.line-text span{
    width: 92.6%;
    height: 3px;
    display: block;
    background: #80abcf;
}
.service-box-item-card{
    display: flex;
}
.service-box-item-card .right-image{
    width: 700px;
}
.service-box-item-card .left-content{
    width: 45%;
    background: url('../img/box-ptn-bg.jpg') no-repeat center bottom;
    background-size: cover;     width: calc(100% - 700px);
}

.treatments-and-services-list .service-box-item-card:nth-child(odd){
    flex-direction: row-reverse;
}
.left-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
	justify-content: center;
}
.inner-cnt-info{
    max-width: 420px;
    width: 100%;
    position: relative;
    margin-right: 0;
}
.right-image {
    position: relative;
    min-height: 613px;
}
.right-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
}
.service-media-inner{
    max-width: 730px;
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: auto;
}

.treatments-and-services-list .service-box-item-card:nth-child(odd) .service-media-inner{
    margin-left: 0px;
    margin-right: auto;
}

.inner-cnt-info h2{
    font-size: 62px;
    color: #ffffff;
    font-weight: bold;
    line-height: 56px;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 13px;
}
.inner-cnt-info ul li{
    position: relative;
    font-size: 24px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    line-height: 1.40;
    padding-left: 20px;
}
.inner-cnt-info ul li::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #cd0001;
}
.inner-cnt-info p{
    font-size: 24px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    line-height: 1.40;
}
.service-box-item-card:nth-child(even) .left-content{
    justify-content: flex-start; justify-content: center;
}
.service-box-item-card:nth-child(even) .left-content .inner-cnt-info{
    margin-left: 0;
    margin-right: 0px;
}
.service-box-item-card:nth-child(even) .left-content {
    background-position: right;
}
.adr-upimage-main{
    min-height: 492px;
    position: relative;
}
.adr-upimage-main img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
.insurances-we-accept-main{
    padding: 58px 0px;
}
.insurances-we-accept-main .container{
    max-width: 1275px;
    width: 100%;
}
.insurances-we-accept-block{
    display: flex;
    align-items: center;
}
.insurances-left{
    max-width: 352px;
    width: 100%;
}
.insurances-right{
    width: calc(100% - 352px);
}
.insurances-left h3{
    font-size: 50px;
    color: #cd0001;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 25px;
    max-width: 235px;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
}
.insurances-left p{
    font-size: 17.5px;
    color: #00275a;
    font-family: "Roboto", sans-serif;
    padding: 0px;
    line-height: 1.6;
    margin-bottom: 28px;
}
.insurances-left a{
    color: #ffffff;
    font-size: 17.5px;
    display: inline-block;
    padding: 18px 58px;
    background: #00275a;
    border: 3px solid #00275a;
    font-family: "Roboto Condensed", sans-serif;
    position: relative;
}
.insurances-left a::after{
    content: "";
    background: transparent;
    border-bottom: 3px solid #cd0001;
    border-right: 3px solid #cd0001;
    width: 100%;
    height: 100%;
    top: 12px;
    left: 12px;
    position: absolute;
}
.insurances-left a:hover{
    background: #cd0001;
    border-color: #cd0001;
}
.insurances-logo-items ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}
.insurances-logo-items ul li{
    flex: 1 0 18%;
    text-align: center;
}
.adr-info-main{
    padding: 75px 0px;
}
.adr-info-block{
    display: flex;
    justify-content: space-between;
}
.adr-info-block .adr-item-card:last-child{
    border-right: none;
}
.adr-item-card{
    text-align: center;
    width: 100%;
    padding: 0px 15px;
}
.adr-item-card h4{
    font-size: 50px;
    color: #00275a;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
}
.adr-item-card p{
    font-size: 17.5px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding: 0px;
    line-height: 1.7;
    margin-bottom: 37px;
}
.adr-item-card a.button{
    color: #ffffff;
    font-size: 17.5px;
    display: inline-block;
    padding: 18px 58px;
    background: #00275a;
    border: 3px solid #00275a;
    font-family: "Roboto Condensed", sans-serif;
    position: relative;
}
.adr-item-card a.button::after{
    content: "";
    background: transparent;
    border-bottom: 3px solid #cd0001;
    border-right: 3px solid #cd0001;
    width: 100%;
    height: 100%;
    top: 12px;
    left: 12px;
    position: absolute;
}
.adr-item-card a.button:hover{
    background: #cd0001;
    border-color: #cd0001;
}
.adr-links a.call-btn{
    font-size: 21px;
    color: #00275a;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.adr-links a.call-btn img{
    max-width: 32px;
    width: 100%;
}
.adr-links a{
    font-size: 17.5px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding: 0px;
    line-height: 1.7;
    display: inline-block;
    margin-bottom: 40px;
    color: #000000;
}
.adr-info-main .container{
    max-width: 1275px;
    width: 100%;
}
.adr-info-block .adr-item-card{
    border-right: 1px solid rgba(128, 171, 207, 0.5);
}
.adr-item-card.last-item p{
    margin-bottom: 0px;
}
.site-footer{
    background: url('../img/services-box-ptn.jpg') no-repeat center;
    background-size: cover;
    padding: 45px 0px;
}
.footer-wds-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo img{
    max-width: 193px;
    width: 100%;
    height: auto;
}
.site-footer .container{
    max-width: 1275px;
    width: 100%;
}

.copyright-info-main{
    text-align: center;
}
.copyright-info-main ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.copyright-info-main ul li{
    font-size: 14.5px;
    color: #80abcf;
    font-family: "Roboto", sans-serif;
    padding: 0px 11px;
}
.copyright-info-main ul li a{
    font-size: 14.5px;
    color: #80abcf;
    font-family: "Roboto", sans-serif;
}
.copyright-info-main ul li a:hover{
    color: #cd0001;
}
.copyright-info-main{
    margin-top: 28px;
    padding-top: 38px;
    border-top: 1px solid rgba(128, 171, 207, 0.5);
}
.footer-address p{
    color: #ffffff;
    text-align: center;
    font-size: 17.5px;
    line-height: 31px;
    font-family: "Roboto", sans-serif;
    padding: 0px;
}
.footer-call a{
    font-size: 21px;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-call a img {
    max-width: 32px;
    width: 100%;
}
.off-canvas {
  padding: 60px 20px 30px;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 300;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transition: transform .7s ease 0s;
  -webkit-transition: transform .7s ease 0s;
  background: #ffffff;
}
.is-open .off-canvas {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transition: transform .5s cubic-bezier(.34,.95,.27,.98) 0s;
}
.closebtn.mobilemenu {
  position: absolute;
  top: 35px;
  right: 25px;
  width: 40px;
  height: 40px;
}
.menu_mobile .closebtn::before, .menu_mobile .closebtn::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 18px;
  width: 40px;
  height: 2px;
  transform: rotate(45deg);
  background: #00275a;
}
.menu_mobile .closebtn::after {
  transform: rotate(-45deg);
}
.mobile-call{
    margin-top: 20px;
    text-align: center;
}
.mobile-call a{
    font-size: 21px;
    color: #00275a;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.mobile-call a img{
    max-width: 32px;
}
.mobile-call a:hover{
    color: #cd0001;
}
















@media (max-width: 1280px) {
    .logo-left a img{max-width: 195px;}
    .main-navbar-top{padding-left: 15px;padding-right: 15px;}
    .our-services-main .container{max-width: 1250px;}
    .site-footer .container{max-width: 1250px;}
    .adr-info-main .container{max-width: 1250px;}
    .insurances-we-accept-main .container{max-width: 1250px;}
    .why-in{max-width: 405px;}
    .inner-cnt-info{max-width: 515px;}
}

@media (max-width: 1024px) {
    .navbar-cnt{display: none;}
    .main-navbar-top{padding: 10px 15px;}
    .logo-left a img{    max-width: 155px;}
    .right-call{display: none;}
    .right-mobile-hum-icon{display: block;}
    .why-choose-main .container-fluid .row .col-md-5{width: 100%;}
    .why-choose-main .container-fluid .row .col-md-7{width: 100%;}
    .why-choose-main .container-fluid{padding: 0px 15px;}
    .why-choose-main .container-fluid .col-md-5{width: 100%;}
    .why-choose-main .container-fluid .col-md-7{width: 100%;}
    .why-choose-itin{flex-direction: column-reverse;}
    .why-left{padding: 40px 15px;justify-content: center;}
    .why-right{min-height: 400px;}
    .why-in h1{font-size: 34px;}
    .why-in h1 span{font-size: 20px;margin-top: 5px;}
    .why-in p{font-size: 15.5px;}
    .our-services-left{max-width: none;margin-bottom: 40px;text-align: center;}
    .our-services-left h2{font-size: 34px;max-width: none;}
    .our-services-item{width: 73%;flex-wrap: wrap;margin: 0 auto;}
    .our-services-card .icon{margin: 0 auto;}
    .our-services-card{width: 46%;flex-wrap: wrap;text-align: center;}
    .our-services-left a{font-size: 15.5px;padding: 14px 24px;}
    .det-info{width: 100%;padding-left: 0px; padding-top: 20px; padding-bottom: 0px;}
    .service-box-item-card{flex-wrap: wrap;}
    .service-box-item-card .right-image{width: 100%}
    .service-box-item-card .left-content{width: 100%;}
    .insurances-left{max-width: none;text-align: center;}
    .insurances-right{width: 100%;}
    .adr-info-block{flex-wrap: wrap;justify-content: space-around;}
    .footer-wds-block{flex-wrap: wrap;}
    .adr-info-block .adr-item-card{border-bottom: 1px solid rgba(128, 171, 207, 0.5); border-right: 0px; margin-bottom: 30px; padding-bottom: 35px;width: 42%;}
    .adr-item-card.last-item{border-bottom: 0px;margin-bottom: 0px;}
    .adr-upimage-main{min-height: 460px;}
    .insurances-left h3{max-width: none;font-size: 34px;}
    .insurances-left p{font-size: 15.5px;}
    .insurances-right{padding-top: 40px;}
    .insurances-logo-items ul li{flex: 1 0 20%;}
    .insurances-left a{font-size: 15.5px;padding: 14px 40px;}
    .inner-cnt-info{margin-right: 0px;padding: 40px 20px;margin: 0 auto;max-width: 720px;}
    .inner-cnt-info h2{font-size: 36px;line-height: 36px;}
    .inner-cnt-info ul li{font-size: 16px;line-height: 1.8;}
    .inner-cnt-info ul li::before {top: 11px;}
    .right-image{min-height: 550px;}
    .service-box-item-card:nth-child(2n) .left-content .inner-cnt-info{margin-left: 0px;margin: 0 auto;}
    .treatments-and-services-main{padding: 30px 0px;}
    .treatments-services h4{font-size: 34px;}
    .treatments-services p{font-size: 15.5px;}
    .icon img{max-width: 48px;}
    .det-info h3{font-size: 24px;}
    .det-info p{font-size: 14.5px;}
    .why-in{margin-right: 0px;margin-right: auto;max-width: 720px;}
    .adr-info-main {padding: 45px 0px;}
    .adr-item-card h4{font-size: 34px;line-height: 34px;}
    .adr-item-card p{font-size: 15.5px;}
    .adr-item-card a.button{font-size: 15.5px;padding: 14px 40px;}
    .adr-links a.call-btn{margin-bottom: 12px;font-size: 18px;}
    .adr-links a{margin-bottom: 25px;font-size: 15.5px;}
    .footer-logo{margin-bottom: 0px;}
    .footer-address{padding-bottom: 0px;}
    .footer-address p{font-size: 15.5px;}
    .footer-call a{font-size: 18px;}
    .site-footer{padding: 30px 0px;}
    .copyright-info-main{margin-top: 20px;padding-top: 24px;}
    .copyright-info-main ul li{font-size: 12.5px;}
    .copyright-info-main ul li a{font-size: 12.5px;}
}

@media (max-width: 767px) {
    .navbar-cnt{display: none;}
    .main-navbar-top{padding: 0px 15px;}
    .logo-left a img{    max-width: 155px;}
    .right-call{display: none;}
    .right-mobile-hum-icon{display: block;}
    .why-choose-main .container-fluid .row .col-md-5{width: 100%;}
    .why-choose-main .container-fluid .row .col-md-7{width: 100%;}
    .why-choose-main .container-fluid{padding: 0px 15px;}
    .why-choose-main .container-fluid .col-md-5{width: 100%;}
    .why-choose-main .container-fluid .col-md-7{width: 100%;}
    .why-choose-itin{flex-direction: column-reverse;}
    .why-left{padding: 40px 15px;justify-content: center;}
    .why-right{min-height: 400px;}
    .why-in h1{font-size: 34px;}
    .why-in h1 span{font-size: 20px;margin-top: 5px;}
    .why-in p{font-size: 15.5px;}
    .our-services-left{max-width: none;margin-bottom: 40px;text-align: center;}
    .our-services-left h2{font-size: 34px;max-width: none;}
    .our-services-item{width: 100%;flex-wrap: wrap;}
    .our-services-card .icon{margin: 0 auto;}
    .our-services-card{width: 100%;flex-wrap: wrap;text-align: center;}
    .our-services-left a{font-size: 16.5px;padding: 16px 24px;}
    .det-info{width: 100%;padding-left: 0px; padding-top: 20px; padding-bottom: 40px;}
    .service-box-item-card{flex-wrap: wrap;}
    .service-box-item-card .right-image{width: 100%}
    .service-box-item-card .left-content{width: 100%;}
    .insurances-left{max-width: none;text-align: center;}
    .insurances-right{width: 100%;}
    .adr-info-block{flex-wrap: wrap;}
    .footer-wds-block{flex-wrap: wrap;justify-content: center;}
    .adr-info-block .adr-item-card{border-bottom: 1px solid rgba(128, 171, 207, 0.5); border-right: 0px; margin-bottom: 30px; padding-bottom: 35px;}
    .adr-item-card.last-item{border-bottom: 0px;margin-bottom: 0px;}
    .adr-upimage-main{min-height: 180px;}
    .insurances-left h3{max-width: none;font-size: 34px;}
    .insurances-left p{font-size: 15.5px;}
    .insurances-right{padding-top: 40px;}
    .insurances-logo-items ul li{flex: 1 0 50%;}
    .insurances-left a{font-size: 15.5px;padding: 14px 40px;}
    .inner-cnt-info{margin-right: 0px;padding: 40px 20px;}
    .inner-cnt-info h2{font-size: 36px;line-height: 36px;}
    .inner-cnt-info ul li{font-size: 16px;line-height: 1.8;}
    .inner-cnt-info ul li::before {top: 11px;}
    .right-image{min-height: 400px;}
    .service-box-item-card:nth-child(2n) .left-content .inner-cnt-info{margin-left: 0px;}
    .treatments-and-services-main{padding: 30px 0px;}
    .treatments-services h4{font-size: 34px;}
    .treatments-services p{font-size: 15.5px;}
    .icon img{max-width: 48px;}
    .det-info h3{font-size: 24px;}
    .det-info p{font-size: 14.5px;}
    .why-in{margin-right: 0px;margin-right: auto;}
    .adr-info-main {padding: 45px 0px;}
    .adr-item-card h4{font-size: 34px;line-height: 34px;}
    .adr-item-card p{font-size: 15.5px;}
    .adr-item-card a.button{font-size: 15.5px;padding: 14px 40px;}
    .adr-links a.call-btn{margin-bottom: 12px;font-size: 18px;}
    .adr-links a{margin-bottom: 25px;font-size: 15.5px;}
    .footer-logo{margin-bottom: 20px;}
    .footer-address{padding-bottom: 30px;}
    .footer-address p{font-size: 15.5px;}
    .footer-call{width: 100%;text-align: center;}
    .footer-call a{display: inline-flex;font-size: 18px;}
    .site-footer{padding: 30px 0px;}
    .copyright-info-main{margin-top: 20px;padding-top: 28px;}
    .copyright-info-main ul li{font-size: 12.5px;}
    .copyright-info-main ul li a{font-size: 12.5px;}


    .mobile-logo a{display: inline-block;}
    .mobile-logo{text-align: center;margin-bottom: 20px;}
    .mobile-logo a img{max-width: 220px;}
    .navbar-list-mobile{text-align: center;}
    .navbar-list-mobile .custom-menu-class ul li{line-height: 34px;}
    .navbar-list-mobile .custom-menu-class ul li a{font-size: 17.5px; color: #00275a; font-weight: normal; font-family: "Roboto Condensed", sans-serif; position: relative;}
    

}