html{overflow-x:hidden;scroll-behavior:smooth}
body{position:relative;background:#fff;margin:0;padding:0!important;font-family: 'Satoshi-Regular';font-weight:400;color:#646464;overflow-x:hidden}
*{box-sizing:border-box}
p{font-size:16px;line-height: 1.5;color:#141414;margin:0}
#myBtn{display:none;position:absolute;bottom:20px;right:30px;z-index:99;font-size:36px;line-height: 36px;border:none;outline:0;background:#ef3e42;color:#fff;cursor:pointer;padding:0;width:60px;height:60px;border-radius:100%}
#myBtn:hover{background-color:#000}
a,a:focus,a:hover{text-decoration:none!important;transition:ease-in-out .3s}
a{color:#0055A4}
button:focus{box-shadow:none!important}
ul{padding:0;margin:0;list-style: none;}
img{max-width:100%;transition:ease-in-out .3s;width:auto;height:auto;object-fit: cover;}
::placeholder{color:#000!important}
button:focus{outline:0!important}
.black_txt{color:#000!important}
.blackL_txt{color:#2a2e32!important}
.white_txt{color:#fff!important}
.blue_txt{color:#0055A4!important}
.gray_txt{color:#66696c!important}
.red_txt{color:#ef3e42!important}
.gray_bg{background: #f6f7f8;}
h1, h2, h3, h4, h5, h6{color: #000;font-family: 'Satoshi-Medium';}
.custom_btn, .contact_form .gform_wrapper.gravity-theme .gform_footer input[type="submit"], .connect_modal .gform_legacy_markup_wrapper .gform_footer input[type="submit"], .contact_form .gform_wrapper.gravity-theme .gform_footer input[type="submit"], .contact_form .gform_legacy_markup_wrapper .gform_footer input[type=submit], .contactForm .gform_footer input[type="submit"] {
    color: #fff !important;
    background: #ef3e42;
    border-radius: 60px;
    border: 2px solid #ef3e42;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    transition: ease-in-out .3s;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    white-space: nowrap;
    min-width: 205px;
}
.outline_btn {
    background: #fff;
    border-color: #000;
    color: #000 !important;
}
.custom_btn img {
    margin-left: 10px;
    max-width: 20px;
    filter: invert(1);
	display: inline-block !important;
}
.outline_btn img{filter:inherit;}
.outline_btn:hover img {
    filter: invert(1);
}
.custom_btn:hover, .blue_btn {background: #0055a4;border-color: #0055a4;color:#fff !important;}

.btn_group .custom_btn:not(:last-child) {
    margin-right: 10px;
}
.container{max-width:1350px}
.topBar {
    background: #0055a4;
}
.topBar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_btn {
    display: flex;
    padding: 10px 0;
}
.call_btn {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
	padding: 5px;
}
.top_btn a:last-child {
    font-family: 'Satoshi-Medium';
}
.top_btn a:not(:last-child) {
    margin-right: 15px;
}
.call_btn img {
    margin-right: 7px;
}
.call_btn:hover {
    color: #ef3e42;
}
.top_btn .call_btn:hover {
    background: #fff;
    color: #0055a4;
    border-radius: 4px;
}
.call_btn i {
    font-size: 24px;
    margin-right: 5px;
}
.header_sec .social_icon {
    position: relative;
    padding: 10px 0;
}
.header_sec .social_icon:before {
    content: "";
    display: block;
    background: #ef3e42;
    width: 5000px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    transform: skew(-33deg);
}
.social_icon a {
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #fff;
    position: relative;
}
.social_icon a .bx-youtube {
    font-size: 35px;
}
.social_icon a:not(:last-child){
    margin-right: 10px;
}

.header_sec {
    transition: ease-in-out .2s;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}
.header_sticky, .single-pag-cls {
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.header_sticky .top_bar{display:none}
.paddTB_100 {padding: 100px 0;}
.header_sec .navbar{background:none!important;padding:10px 0}
.navbar-brand{margin:0;padding:0;max-width:215px;}
.navbar-brand img {
    position: relative;
    z-index: 99;
	width:180px;
}
.header_sticky .navbar-brand{margin:0}
.header_sec .navbar .nav-item{transition:ease-in-out .3s;}
.header_sec .navbar .navbar-nav .nav-link {
    padding: 5px;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 16px;
}
.header_sec .navbar .nav-item.dropdown .nav-link {
    padding-right: 15px;
}
.header_sec .navbar .navbar-nav .nav-link:hover, .header_sec .navbar .navbar-nav .active .nav-link, .header_sec .navbar .dropdown:hover > .plus_icon {
    color: #ef3e42;
}
.header_sec .dropdown-menu {
    min-width: 185px;
    margin: 0;
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0 5px;
}
.header_sec .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}
.header_sec .dropdown-menu .dropdown-item {
    line-height: 15px;
    font-size: 14px;
    padding: 7px 5px;
    color: #141414 !important;
    transition: ease-in-out .2s;
    white-space: normal;
}
.header_sec .dropdown-menu .dropdown-item:hover, .header_sec .navbar .navbar-nav .nav-link:hover {
    background: #0055A4;
    color: #fff !important;
}
.header_sec .plus_icon {
    position: absolute;
    top: 4px;
    right: 8px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
.header_sec .navbar-nav .dropdown-toggle::after{display: none;}
/* Banner CSS Start here */
.bnr_sec {
    position: relative;
    background: #fff url(../img/bnr_bg.webp) no-repeat center/cover;
    padding: 140px 0 80px;
}
.bnrMt{margin-top: 55px;}
.google_tate {
    background: #F7F7F7;
    padding: 8px 20px;
    color: #0055a4;
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    border-radius: 30px;
    display: none;
}
.google_tate span span {
    font-family: 'Satoshi-Bold';
    color: #ef3e42;
}
.google_tate i {
    color: #FF9F00;
    font-size: 24px;
    vertical-align: middle;
}
.google_tate i:not(:last-child) {
    margin-right: -3px;
}
.header-content .bnr_txt {
    position: relative;
}
.header-content .bnr_txt .bnr_icon {
    position: absolute;
    top: -22px;
    right: 0;
}
.main_head {
    font-size: 80px;
    margin-bottom: 30px;
    font-family: 'Satoshi-Bold';
	color: #ef3e42;
}
.main_head span.blue {
	color: #0055A4;
}
.main_head span.red{color:#ef3e42;}
.main_head i {
    font-family: 'Satoshi-Medium';
    display: inline-block;
}
.bnrP_txt {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.header-content p {
    color: #141414;
    font-size: 20px;
    line-height: 1.5;
}
.btn_group{margin-top: 30px;}
.bnrImg_box {
    max-width: 651px;
}
.client_testi span {
    display: inline-block;
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 100%;
    overflow: hidden;
}
.client_testi span img, .customer_img img {
    width: 100%;
    height: 100%;
}
.client_testi span:not(:first-child) {
    margin-left: -10px;
}
.testi_bx h4 {
    color: #26202E;
    font-weight: 700;
    margin: 20px 0 10px;
    font-size: 22px;
}
.testi_bx a {
    color: #000;
    font-size: 14px;
}
.testi_bx a img {
    width: 10px;
    vertical-align: 2px;
}
.bnrLeft_box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 450px;
    max-width: 350px;
    margin-left: auto;
    background: url(../img/rating_bg.webp) no-repeat;
    border-radius: 18px;
    overflow: hidden;
    padding: 20px 15px 20px 135px;
}
.rating_bx, .client_testi {
    background: #fff;
    border-radius: 14px;
    padding: 15px 10px;
}
.rating_bx h3 {
    font-family: 'Satoshi-Medium';
    font-size: 30px;
    margin-bottom: 12px;
    color: #000;
}
.rating_bx h3 img {
    vertical-align: -1px;
}
.rating_bx p {
    color: #505050;
    font-size: 12px;
    line-height: 1.5;
}
.client_testi {
    display: flex;
    border-radius: 40px;
    padding: 5px 10px;
    max-width: 170px;
}
.bnrRight_box {
    border: 7px solid #fff;
    border-radius: 18px;
    overflow: hidden;
}
.header-content p a {
    display: inline-block;
}
.bnrP_txt img {
    width: auto !important;
}
/* Banner-sec CSS End here */

/* Marquee-sec CSS Start here */
.marquee_sec {
    background: #0055A4;
    padding: 20px 0;
}
.marquee-row h3 {
    font-size: 40px;
    color: #fff;
    margin: 0;
}
.marquee-row h3 img {
    margin:0 25px 0 10px;
}
.marquee-row{
  width: 100%;
  overflow-x: hidden;
}
.marquee-block, .marquee-block2{
  position:relative;
  display: flex;
  width: 100%;  
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
.marquee-item-list, .marquee-item-list2{
 display: inline-flex;
 flex-wrap: nowrap;
}
.marquee-item-list li, .marquee-item-list2 li{
width: 100%;
list-style: none;
padding-right: 30px;
font-size: 40px;
white-space: nowrap
}
.marquee1{animation-name: marquee1;}
.marquee2{animation-name: marquee2;}
@keyframes marquee1 {
  0% { left: 0; }
  100% {left: -100%;}
}
@keyframes marquee2 {
  0% { left: 0; }
  100% {left: -100%;}
}
.marquee-item-list li, .marquee-item-list2 li, .marquee-row h3 {
    height: 50px;
}
/* Marquee-sec CSS End here */

/* About-sec CSS Start here */
.whatWeDo_sec {
    padding: 150px 0 100px;
}
.whatWeImg_box {
    position: relative;
    align-items: end;
    margin-bottom: 20px;
}
.whatWeImg_box2, .whatWeImg_box{
	flex-wrap: wrap;
    justify-content: space-between;
}
.proTeam_img {
    position: absolute;
    top: -70px;
    left: 22%;
}
.whatWeImg1 {
    width: 40%;
    height: 350px;
    border-radius: 60px 18px 18px;
    overflow: hidden;
}
.whatWeImg2 {
    width: 58%;
    border-radius: 18px 60px 18px 18px;
    overflow: hidden;
    height: 244px;
}
.whatWeImg3 {
    height: 400px;
    width: 40%;
    border-radius: 18px 18px 18px 60px;
    overflow: hidden;
}
.whatWeImg4 {
    width: 73%;
    border-radius: 18px 18px 60px 18px;
    overflow: hidden;
    position: relative;
    height: 287px;
}
.whatWeImg4 i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 58px;
    height: 40px;
    color: #FF0302;
    z-index: 9;
    font-size: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
}
.head_box {
    margin-bottom: 50px;
}
.small_head {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    background: #F7F7F7;
    display: inline-block;
    font-family: 'Satoshi-Medium';
    padding: 3px 10px;
    border-radius: 30px;
    border: 1px solid #fff;
}
.head_box h2 {
    margin: 0 0 15px;
    font-size: 54px;
    font-family: 'Satoshi-Bold';
}
.head_box h2 span{
    font-family: 'Satoshi-MediumItalic';
    color: #0055A4;
}
.head_box p {
    font-size: 18px;
}
.request_list li {
    display: flex;
    align-items: center;
}
.request_list li:not(:last-child){
    margin-bottom: 25px;
}
.request_list li span {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: #0055A4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.req_txt h3 {
    font-size: 26px;
    font-family: 'Satoshi-Medium';
}
.req_txt p {
    font-size: 14px;
}
/* About-sec CSS End here */

/* Service-sec CSS Start here */
.service_sec {
    /* background: url(../img/srvc_bg.webp) no-repeat;
    background-size: 100%;
    background-position: center top; */
    padding-bottom: 150px;
    position: relative;
}
.service_sec:before {
    content: "";
    display: block;
    width: 130%;
    height: 100%;
    background: #ebf1f8;
    background-image: linear-gradient(#ebf1f8, #f8fafd);
    position: absolute;
    top: 0;
    border-radius: 100%;
    left: -15%;
    right: 0;
    margin: auto;
}
.service_sec .container {
    position: relative;
    z-index: 9;
}
.custom_row > div {
    margin-bottom: 24px;
}
.service_box {
    background: #fff;
    border-radius: 22px;
    padding: 30px 10px 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.service_box > div {
    width: 100%;
}
.service_box:hover {
    background: #0055A4;
}
.service_txt {
    padding: 0 10px;
}
.service_txt h3 {
    font-size: 32px;
    font-family: 'Satoshi-Bold';
}
.service_txt p {
    font-size: 14px;
    margin: 15px 0 10px;
}
.read_more {
    font-size: 14px;
    font-family: 'Satoshi-Medium';
    color: #000;
}
.read_more i {
    vertical-align: middle;
    font-size: 24px;
}
.service_box:hover .service_txt * {
    color: #fff;
}
.srvc_img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    height: 340px;
}
.srvc_img:after {
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    bottom: -80px;
    right: -70px;
    background: #fff;
    transform: rotate(45deg);
}
.service_box:hover .srvc_img:after{
    background: #0055A4;
}
.srvc_img > img {
    height: 100%;
    width: 100%;
}
.arrow_btn {
    background: #0055A4;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.service_box:hover .arrow_btn {
    background: #fff;
    color: #0055A4 !important;
}
.bg_none{background: none;}
/* Service-sec CSS End here */
/* About-sec CSS Start here */
.head_box p {
    margin-top: 30px;
}
/* About-sec CSS End here */

/* Choose-sec CSS Start here */
.choose_sec {
    background: #ECF2F8 url(../img/bnr_bg.webp) no-repeat;
    background-position: center top;
    border-radius: 100px;
    background-size: 100%;
}
.choose_box, .review_box {
    background: #fff;
    height: 100%;
    border-radius: 18px;
    border: 2px solid rgb(215 215 215 / 70%);
    padding: 40px 30px;
}
.choose_box h3 {
    font-size: 32px;
    margin: 40px 0 20px;
}
.choose_box p {
    font-size: 18px;
    color: rgb(0 0 0 / 80%);
    line-height: 1.6;
}
.choose_icon {
    height: 106px;
}
/* Choose-sec CSS End here */
/* Children-sec CSS Start here */
.child_sec{padding: 60px 0 50px;}
.dark_span span {color: inherit;}
.child_img {
    height: 320px;
    overflow: hidden;
    border-radius: 18px;
}
.child_img img {
    height: 100%;
}
.owl-dots, .owl-nav {
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}
.owl-dots button {
    width: 27px;
    height: 27px;
    border:1px solid transparent;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.owl-dots button span {
    width: 11px;
    height: 11px;
    background: #BBB;
    border-radius: 100%;
}
.owl-dots button.active{
    border:1px solid #000;
}
.owl-dots button.active span{background: #000;}
.owl-dots button:not(:last-child) {
    margin-right: 8px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #fff url(../img/next_arrow.svg) no-repeat;
    background-position: center;
    border-radius: 100%;
    font-size: 0;
    margin: 0 5px;
    border: 1px solid #000;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background: #0055A4 url(../img/next_arrow2.svg) no-repeat;
    background-position: center;
    border: 1px solid #0055A4;
}
.owl-carousel .owl-nav button.owl-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
/* Children-sec CSS End here */
/* Testimonials css start here */
.testiTab .nav-pills .nav-link {
    display: flex;
    align-items: center;
    background: #F9F9F9;
    padding: 13px 20px;
    border-radius: 18px;
    border: 1px solid transparent;
    cursor: pointer;
}
.testiTab .nav-pills .nav-link.active, .testiTab .nav-pills .nav-link:hover{border: 1px solid #0d6efd;}
.testiTab .nav-pills .nav-link:not(:last-child) {
    margin-bottom: 10px;
}
.testiTab_img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin-right: 20px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
}
.testiTab_name h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.testiTab_name img {
    max-height: 42px;
}
.tab_box {
    background: #0055A4;
    border-radius: 18px;
    padding: 30px 20px 30px 30px;
    display: flex;
    align-items: center;
	height: 620px;
}
.testi_box {
    margin-right: 20px;
}
.testi_box p {
    font-family: 'Satoshi-Medium';
    font-size: 22px;
    color: #fff;
}
.testi_name {
    margin-top: 50px;
}
.testi_box h4 {
    font-size: 24px;
    color: #fff;
}
.testi_name small {
    font-size: 14px;
    color: #fff;
}
.testi_img {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.testi_img img {
    width: 100%;
    height: 100%;
	object-position: top;
}
.testimage, .testiTab .nav {
    position: relative;
    order: 1;
}
.quote {
    width: 90px;
    height: 90px;
    background: #EF3E42;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -7px;
    color: #fff;
    font-weight: 100;
    font-size: 48px;
}

/* Testimonials css end here */

.video_img {
    border-radius: 20px;
    overflow: hidden;
}
/* Review-sec CSS Start here */
.review_sec {
    padding: 60px 10px 50px;
}
.review_box {
    padding: 30px 20px 30px 30px;
}
.star i {
    color: #FFC633;
    font-size: 28px;
}
.review_box h4 {
    font-size: 26px;
    font-family: 'Satoshi-Bold';
    margin: 15px 0;
}
.review_box h4 img {
    width: 23px !important;
    display: inline-block !important;
    height: 23px;
    vertical-align: -1px;
}
.review_box p {
    color: rgb(0 0 0 / 60%);
    font-size: 18px;
    max-height: 240px;
    overflow-y: auto;
}

/* Review-sec CSS End here */
/* Coupon-sec CSS Start here */
.coupon_list li:not(:last-child) {
    margin-bottom: 15px;
}
.coupon_list h3 {
    font-size: 20px;
}
.coupon_list li span {
    width: 70px;
    height: 70px;
    min-width: 70px;
}
/* Coupon-sec CSS End here */
.red_bg{background: #EF3E42;}
.logo_sec h2 {
    font-size: 34px;
}
.logoSlider .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Video css start here */
.video_modal .modal-dialog {
    max-width: 765px;
}
.video_modal .modal-body {
    padding: 15px 15px 10px;
}
.btn-close {
    position: absolute;
    z-index: 9;
    right: -20px;
    top: -20px;
    opacity: inherit!important;
    width: 30px;
    height: 30px;
    background-color: #ededed;
    border-radius: 100%;
}
.video_modal iframe {
    width: 100%;
    height: 100%;
}
.video_sec p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 0;
}
/* Video css end here */

/* Footer CSS Start here */
.footer_sec{background:rgba(0, 85, 164, 1);padding:70px 0}
.footer_sec .social_icon a {
    border: none;
    width: 40px;
    padding: 13px 5px;
}
.footer_logo p {
    margin: 30px 0 5px;
}
.footr_head {
    font-size: 26px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
}
.footer_sec a, .footer_sec p{font-size:14px;color:#d6d6d6;line-height:normal}
.footer_menu ul li:not(:last-child) {
    margin-bottom: 20px;
}
.footer_menu a {
    color: #fff;
    font-size: 13px;
    display: block;
}
.footer_adrs {
    display: flex;
}
.footer_adrs .fa {
    color: #fff;
    width: 20px;
    text-align: center;
    margin: 3px 10px 0 0;
}
.footer_adrs {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.footer_adrs p, .footer_adrs a {
    font-size: 13px;
    color: #fff;
}
.footer_menu a:hover, .copy_right p a:hover {
    color: #ef3e42;
}
.carrier_logo img:not(:last-child) {
    margin-bottom: 30px;
}
.google_yelp img {
    max-width: 145px;
    margin: 3px;
}
.footer_sec .social_icon a {
    border: none;
    width: 40px;
    padding: 13px 5px;
    background: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0055a4;
    border-radius: 50%;
}
.footer_sec .social_icon a i {
    font-size: 22px;
}
.footer_sec a, .footer_sec p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    line-height:25px;
}
.footer_logo p {
    margin: 30px 0;
    max-width: 370px;
    font-size: 16px;
}
.main_links ul li a {
    font-family: 'Satoshi-Medium';
}
.footer_adrs i {
    font-size: 32px;
    color: #fff;
    min-width: 50px;
}
.footer_sec .social_icon a:hover{
    background: #ef3e42;
	color:#fff;
}
.copy_right {
    background: rgba(0, 85, 164, 1);
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #fff;
}
.copy_right p {
    margin-bottom: 10px;
}
.copy_right p, .copy_right p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}
/* Footer CSS end here */

/* Services-page CSS start here */
.srvc_bnr {
    background-color: #EEF4F9;
    padding: 170px 0 90px;
}
.srvc_bnr .google_tate {
    background: #fff;
}
.srvc_bnr .main_head i, .page_bnr .main_head i {
    display: inline;
    color: #0055A4;
}
.srvcbnrImg:before {
    content: "";
    display: block;
    width: 100%;
    height: 568px;
    background: #0055A4;
    border-radius: 0 100px 0 100px;
    position: absolute;
    max-width: 480px;
    right: 0;
    top: 0;
    transform: rotate(14deg);
}
.srvcbnrImg_box {
    position: relative;
    max-width: 480px;
    max-width: 520px;
    margin-left: auto;
    border-radius: 14px 100px 14px 100px;
    overflow: hidden;
    height: 568px;
}
.srvcbnrImg_box img {
    width: 100%;
    height: 100%;
}
.srvcbnrImg .rating_bx {
    position: absolute;
    bottom: -10px;
    left: 50px;
    max-width: 200px;
}
.paddTB_70{padding: 70px 0;}
.imdSrvc_box {
    padding-bottom: 222px;
    position: relative;
}
.imdSrvc_box .free_estimate{
    position: absolute;
    top: 8%;
    right: 14%;
    z-index: 9;
}
.client_served, .comfort_badge, .free_estimate {
    display: none;
}
.imdSrvc_img {
    position: relative;
    height: 530px;
}
.imdSrvcImg {
    width: 66%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
}
.imdSrvcImg:last-child {
    width: 65%;
    position: absolute;
    top: 42%;
    right: 3%;
    border-radius: 15px 86px;
}
.imdSrvcImg img, .squre_img img {
    height: 100%;
    width: 100%;
}


.client_served .google_tate, .client_served .client_testi {
    background: none;
    padding: 0;
}
.client_served {
    max-width: 190px;
    border-radius: 10px;
    padding: 20px 8px 10px 0;
    position: relative;
    z-index: 99;
    background: #fff;
}
.client_served .google_tate div {
    margin: 10px 0 20px;
}
.client_served p, .client_served .google_tate span {
    font-size: 19px;
    vertical-align: middle;
}
.client_served .client_testi span {
    width: 55px;
    height: 55px;
    min-width: 55px;
}
.client_served .client_testi span:not(:first-child) {
    margin-left: -28px;
}
.client_served .client_testi span:last-child{
    background: #EAEAEA;
    font-size: 13px;
    color: #464646;
    font-family: 'Satoshi-Medium';
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
.head_box h3 {
    margin-top: 30px;
}
.srvc_content p, .srvc_content h3, .srvc_content ul, .srvc_content ol, .srvc_content h4, .srvc_content h5 {
    margin: 0 0 20px;
}
.srvc_content ul {
    list-style: disc;
    padding-left: 22px;
	text-align: left;
}
.srvc_content li {
    font-size: 18px;
    color: #000;
    font-family: 'Satoshi-Medium';
    line-height: 1.6;
    margin-bottom: 5px;
}
.srvc_content ol li {
    margin-bottom: 8px;
}
.custom_btn .bxr {
    vertical-align: -4px;
    font-size: 22px;
}
.squreImg_box .comfort_badge {
    position: absolute;
    top: -50px;
    left: 0;
}
.squreImg_box {
    padding-top: 20px;
}
.squreImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.squre_img {
    width: 48.5%;
    height: 368px;
    border-radius: 86px 4px;
    overflow: hidden;
    margin-bottom: 12px;
}
.squre_img:nth-child(2), .squre_img:nth-child(3) {
    border-radius: 4px 86px;
}
.squre_img:nth-child(2), .squre_img:nth-child(4) {
    margin-top: -70px;
}

.customer_sec{
    padding: 100px 0;
    background-size: cover;
}
.customer_row {
    margin: 0 -30px;
}
.customer_row > div {
    padding: 0 30px;
}
.customer_box{position: relative;}
.customer_box span {
    color: #0055A4;
    font-size: 40px;
    font-family: 'Satoshi-BoldItalic';
    display: none;
    margin-bottom: 20px;
}
.customer_Txt h3 {
    font-size: 38px;
}
.customer_Txt p {
    font-size: 18px;
    font-family: 'Satoshi-Light';
    margin: 20px 0 30px;
}
.customer_img {
    height: 290px;
    border-radius: 80px 12px;
    overflow: hidden;
    width: 100%;
}
.guarantee_logo {
    position: absolute;
    bottom: -80px;
    left: -48px;
}
.review_lightBg{padding: 100px 10px;}
.review_lightBg .review_box {
    background: #EBF2F7;
}
/* Services-page CSS end here */

/* Customer-comments-page CSS start here */
.estimate_sec {
    padding: 100px 0;
    border-radius: 0;
    background:#0055A4 url(../img/estimate_bg.webp) no-repeat center/cover;
}
.custom_contnr {
    max-width: 1170px;
}
.media_img {
    border: 5px solid #fff;
    min-width: 200px;
    max-width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(137, 139, 143, 0.4);
}
.media_img img {
    width: 100%;
    height: 100%;
}
.light_txt * {
    color: #fff;
}
.estimate_sec h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.6;
}
.estimate_sec h2 {
    margin: 0 0 20px;
}
.media_box h2 {
    margin: 0 !important;
    color: #fff;
}
/* Customer-comments-page CSS end here */

/* Blog page CSS start here */
.blog_bnr .srvcbnrImg_box, .blog_bnr .srvcbnrImg:before {
    /*height: 480px;*/
}
.blog_box {
    border-radius: 5px;
    background: #f6f7f8;
    position: relative;
    height: 100%;
}
.blog_img {
    overflow: hidden;
}
.blog_box:hover img {
    /*transform: scale(1.1);*/
}
.blog_box .custom_btn {
    font-weight: 400;
    padding: 3px 10px;
    min-width: 100px;
    position: absolute;
    right: 20px;
    top: 15px;
    background: #0055A4;
    border-color: #0055A4;
	width: auto;
	display: none;
}
.blog_content {
    padding: 30px 30px 15px;
    border-bottom: 1px solid #ccc;
}
.blog_content h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}
.blog_content h6 a {
    color: #222;
}
.blog_content p {
    font-size: 15px;
    line-height: 22px;
    color: #4e4e4e;
}
.date_box span:not(:last-child) {
    margin-right: 10px;
}
.date_box span {
    font-size: 14px;
    color: #636363;
}
.read_box {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.read_more {
    font-weight: 500;
    font-size: 14px;
}
.read_more:hover{color: #ef3e42;}
.media_blog .blog_box {
    display: flex;
    height: auto;
}
.media_blog .blog_box:not(:last-child) {
    margin-bottom: 24px;
}
.media_blog .blog_img {
    width: 50%;
    min-width: 53%;
    height: 250px;
}
.media_blog .blog_img img {
    width: 100%!important;
    object-fit: cover;
    height: 100%;
    object-position: top left;
}
.blogPost_right > div:not(:last-child) {
    margin-bottom: 20px;
}
.blog_page .blog_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}
.blog_page .blog_img {
    height: 260px;
}
.search_blog form {
    display: flex;
}
.search_blog .form-control {
    border-radius: 30px 0 0 30px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding: 15px;
    border: 1px solid #e4e4e4;
    width: calc(100% - 62px);
    box-shadow: none;
}
.search_blog .search_btn {
    border: none;
    padding: 7px 20px;
    font-size: 24px;
    background: #0055A4;
    color: #fff;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
}
.latest_blog {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 30px;
}
.latest_blog h4 {
    font-size: 24px;
    font-weight: 600;
}
.latest_blog .d-flex {
    margin-bottom: 10px;
    align-items: center;
}
.latest_blog .flex-shrink-0 img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    transition: all ease-in-out .5s;
    object-fit: cover;
}
.latest_blog .flex-grow-1 h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.latest_blog .flex-grow-1 span {
    font-size: 13px;
}
.blogPost_right > div:not(:last-child){margin-bottom:20px;}
.pagination {
    margin-top: 20px;
}
.pagination .page-link, .pagination .page-numbers {
    color: #ef3e42;
    font-size: 20px;
    padding: 5px 15px;
    border: 1px solid #dee2e6;
}
.pagination .page-numbers:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination .page-numbers:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current{
    color:#fff;
    background-color: #ef3e42;
    border-color: #ef3e42;
}
.service_menu {
    border-radius: 20px;
    background-color: #f6f7f8;
    padding: 25px 25px;
}
.service_menu h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}
.service_menu li {
    list-style: none;
}
.service_menu li:not(:last-child){margin-bottom: 15px;}
.service_menu li a {
    display: block;
    border-radius: 23px;
    background: #fff;
    padding: 10px 10px;
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
.service_menu li a span {
    margin-left: auto;
    font-size: 13px;
}
.service_menu li.active a, .service_menu li a:hover{
    background: #0055A4;
    color: #fff;
}
.service_menu li a, .service_menu li a:before{
    display: flex;
    align-items: center;
}
.service_menu li a:before {
    content: "\f2a1";
    font-family: boxicons !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: flex;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 25px;
    height: 25px;
    background: #ef3e42;
    border-radius: 100%;
    color: #fff;
    margin-right: 10px;
    justify-content: center;
    font-size: 18px;
}
.service_menu li.active a:before, .service_menu li a:hover:before{
    background: #fff;
    color: #ef3e42;
}
/* Blog-page css end here */
/* Page css start here */
.page_bnr {
    background-color: #EEF4F9;
    padding: 170px 0 100px;
}
.page_bnr .srvcbnrImg_box, .page_bnr .srvcbnrImg:before {
    /* height: 350px; */
}
/* Odd-Even CSS */
.lRC_sec .container > .row:not(:last-child){margin-bottom: 100px;}
.lRC_sec .container > .row:nth-child(even) .srvcbnrImg:before{left: 0;}
.lRC_sec .container > .row:nth-child(even) .lRC_img.srvcbnrImg_box {
    margin-left: 0;
}
/* Page css end here */

#lightgallery li { padding:8px; position:relative;}
#lightgallery li img {
    cursor: pointer;
    border: 1px solid #0055a4;
    object-position: top center;
}
/* Eats-page CSS Start here */
.eat_tab ul {
    justify-content: center;
    margin-bottom: 40px;
}
.eat_tab ul li:not(:last-child) {
    margin-right: 10px;
}
.eat_tab .nav-pills .nav-link {
    border-radius: 200px;
    border: 1px solid #EAEAEA;
    background: #EAEAEA;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
}
.eat_tab .nav-pills .nav-link.active {
    background: #0055a4;
    color: #fff;
}
#pills-tabContent h4 {
    color: #0055a4;
}
/* Eats-page CSS End here */

/* Area-we-serve-page CSS start here */
.area_sec{
    background:#f9f9f9 url(../img/area_bg.webp) no-repeat center;
    background-position: center left;
}
.area_list:not(:last-child){margin-bottom: 50px;}
.area_list h3 {
    background: url(../img/loc_icon.webp) no-repeat;
    color: #ef3e42;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    padding: 10px 0 10px 30px;
    background-position: left top 7px;
    background-size: 20px;
}
.area_list ul {
    padding-left: 30px;
    list-style: none;
}
.area_list li a {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 45px;
}
.area_list li a:hover{color: #ef3e42;}
.area_list li a::before {
    content: "\f298";
    font-family: boxicons !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-weight: 600;
    margin-right: 2px;
    vertical-align: -4px;
}
.loc_bnr {
    position: relative;
}
.loc_bnr:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(rgb(235 241 248 / 85%), rgb(248 250 253 / 0%));
    position: absolute;
    top: 0;
    left: 0;
}
.loc_bnr .container {
    position: relative;
    z-index: 9;
}
.loc_bnr .bnr_txt {
    padding: 0;
}
.loc_bnr .main_head, .loc_bnr h1 {
    font-size: 60px;
}
/* Area-we-serve-page CSS End here */
.allService_sec::before {
    opacity: 0;
}
.allService_sec .service_box:not(:hover), .allService_sec .service_box:not(:hover) .srvc_img:after {
    background: #ebf1f8;
}

/* Contact-sec CSS start here */
.contact_sec {
    background:#fff url(../img/contact_bg.webp) no-repeat center/cover;
}
.contact_form .form-group {
    margin-bottom: 20px;
}
.contact_form .gform_wrapper.gravity-theme .gform_fields{grid-row-gap: 22px;}
.contact_form .form-control, .contact_form .gform_wrapper.gravity-theme .gfield input, .contact_form .gform_wrapper.gravity-theme .gfield select, .contact_form .gform_wrapper.gravity-theme .gfield textarea, .contactForm .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contactForm .gform_legacy_markup_wrapper textarea.medium, .contact_form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact_form .gform_legacy_markup_wrapper select, .contact_form .gform_legacy_markup_wrapper textarea.medium, .employment_form  .contact_form .gform_legacy_markup_wrapper select {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px 20px;
    color: #232323;
    font-weight: 600;
    font-size: 16px;
	margin: 0;
	outline: none;
}
.contact_form .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 30px;
    padding: 0;
    justify-content: center;
}
.contact_form textarea.form-control, .contact_form .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 150px;
}
.contact_form .custom_btn, .contact_form .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    min-width: 250px;
}
.contact_form .custom_btn:hover, .contact_form .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover, .map_form .contactForm .gform_footer input[type="submit"]:hover, .connect_modal .gform_legacy_markup_wrapper .gform_footer input[type="submit"]:hover, .contact_form .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover {
    background: #fff;
    color: #ef3e42 !important;
}
/* Contact-sec CSS end here */

/* Contact-page css start here */
.help_box {
    background: #f7f7f7;
    padding: 60px 20px;
    height: 100%;
    text-align: center;
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    cursor: pointer;
}
.contact_page .row > div:nth-child(2) .help_box, .help_box:hover {background: #0055A4;}
.contact_page .row > div:nth-child(2) .help_box h4, .contact_page .row > div:nth-child(2) .help_box a, .help_box:hover a, .help_box:hover p, .help_box:hover h4 {
    color: #fff;
}
.help_box span {
    background: #ef3e42;
    font-size: 38px;
    min-width: 70px;
    height: 70px;
    max-width: 70px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
}
.help_box h4 {
    font-weight: 700;
    font-size: 26px;
    margin: 20px 0 10px;
    color: #0055A4;
}
.help_box p, .help_box a {
    color: #1c1c1c;
}
.map_form .contactForm {
    padding: 40px 70px;
    background: #0055A4;
}
.map_form .contactForm li {
    padding: 0 !important;
}
.map_box, .map_box iframe {
    height: 100%;
}
.map_box iframe {
    min-height: 350px;
}
.contactForm h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.map_form .contactForm h2 {
    color: #fff;
}
.contactForm .gform_footer {
    text-align: center;
}

.map_form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
}
.map_form label.gform-field-label.gform-field-label--type-sub {
    display: none !important;
}


/* Modal-Form css start here */
.connect_modal .modal-dialog {
	max-width: 450px;
}
.connect_modal .modal-header {
    background: #154785;
    padding: 15px;
    border-radius: 4px 4px 0 0;
    position: relative;
    justify-content: center;
}
.connect_modal .modal-title {
    color: #fff;
    font-size: 24px;
}
.connect_modal .btn-close {
    background-color: #fff;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
}
.connect_modal .modal-body {
    padding: 30px;
}
.connect_modal span.name_first label, .connect_modal .modal-body .gform_body ul.gform_fields li label.gfield_label, p.gform_required_legend {
    display: none !important;
}
.connect_modal .modal-body .gform_body ul.gform_fields li {
    margin: 0 0 10px;
    padding: 0;
}
.connect_modal .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin: 0;
}
.connect_modal .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding: 0;
}
.connect_modal .contact_form .gform_wrapper.gravity-theme .gfield input, .connect_modal .contact_form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact_form .gform_legacy_markup_wrapper select, .connect_modal .contact_form .gform_legacy_markup_wrapper textarea.medium, .contact_form .gform_legacy_markup_wrapper textarea.medium {
    padding: 10px 15px;
    color: #232323;
    font-weight: 600;
    font-size: 14px;
}
.connect_modal .gform_wrapper.gravity-theme .gfield textarea.medium, .contact_form .gform_legacy_markup_wrapper textarea.medium {
    height: 100px;
	font-size: 14px;
    padding: 10px 15px;
}
.connect_modal #gform_wrapper_20.gform_wrapper ul.gform_fields li#field_20_3, #gform_wrapper_20.gform_wrapper ul.gform_fields li#field_20_4 {
    width: 48.5%;
    float: left;
    clear: none;
}
.connect_modal #gform_wrapper_20.gform_wrapper ul.gform_fields li#field_20_4 {
    float: right;
}
.connect_modal #gform_wrapper_20.gform_wrapper ul.gform_fields li#field_20_3 input, #gform_wrapper_20.gform_wrapper ul.gform_fields li#field_20_4 input {
    width: 100%;
}
.connect_modal .gform_legacy_markup_wrapper {
    margin: 0;
}
.connect_modal .contact_form .gform_legacy_markup_wrapper select {
    padding: 10px 15px !important;
    margin: 0 !important;
}
.connect_modal .modal-body .gform_body ul.gform_fields li.gfield--type-time input, .connect_modal .modal-body .gform_body ul.gform_fields li.gfield--type-time select {
    padding: 10px !important;
}
.connect_modal .gform_legacy_markup_wrapper .gform_footer {
    text-align: center;
    margin: 0;
    padding: 0;
}
.connect_modal .gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
    margin: 0;
    background: #0055A4;
    border: 1px solid #0055A4;
    color: #fff;
    padding: 10px 30px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
	min-width:180px
}
.connect_modal .contact_form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px;
}
.connect_modal .contact_form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
}
.connect_modal .modal-body .gform_body ul.gform_fields li .gform-grid-col {
    margin-top: 8px;
    min-height: inherit !important;
}
.connect_modal .modal-body .gform_body ul.gform_fields li .ginput_full {
    display: block;
}
/* Modal-Form css end here */
.file_upload input[type="file"] {
    width: 100% !important;
}
.employment_form .gform_wrapper.gravity-theme .gfield_label, .file_upload .ginput_container span {
    color: #fff;
}
.employment_form .gform_wrapper.gravity-theme .ginput_container_address span:not(:first-child), .contact_form .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 12px;
}
.playNow_img {
    max-width: 300px;
}


.schedule_form {
    padding: 30px;
    background: #0055A4;
    border-radius: 20px;
}
.schedule_form .head_box a {
    color: #fff;
    text-decoration: underline !important;
}
.schedule_form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.contact_form input[type="radio"] {
    width: 17px;
    height: 17px;
    margin-top: 1px !important;
}
.schedule_form select {
    border-radius: 4px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    padding: 15px 20px !important;
    color: #232323 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin: 0 !important;
}
.ginput_container_address .gform-grid-col {
    margin-top: 20px !important;
    display: block;
}
.light_txt select option {
    color: #232323;
}
.gform_legacy_markup_wrapper .gform_footer {
    padding: 0 !important;
    text-align: center;
}
/* Contact-page css end here */
.srvcbnrImg_left {
    max-width: 480px;
}
.single-pag-cls~.blog_bnr {
    margin-top: 156px;
    text-align: center;
}
.page-specials #lightgallery li img {
    border: none;
}
.logo_sec {padding-left: 5px !important;padding-right: 5px !important;}
.logo_sec .container{max-width: 100%;padding: 0;}
.gform_legacy_markup_wrapper .gform_validation_errors>h2, .gform_legacy_markup_wrapper .validation_message, .gform_legacy_markup_wrapper div.validation_error {
    color: #EF3E42 !important;
    padding: 0 !important;
    border: none !important;
}
.gform_legacy_markup_wrapper div.validation_error {
    border-color: #EF3E42 !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required, .gform_legacy_markup_wrapper li.gfield.gfield_error {
    background: none !important;
    border: none !important;
}
.loc_cst_con_sec h2 {font-size: 33px;}
.blogL_dtl .mejs-container {
    margin-bottom: 20px;
}
.page-id-70 .srvcbnrImg_box img {
    object-position: left;
}

.youtube_btn {
    background: #ef3e42;
    color: #fff !important;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 28px;
    line-height: 46px;
	vertical-align: middle;
}
.customer_dtl iframe {
    width: 100%;
    object-fit: cover;
}
.ti-verified-by.ti-verified-by-row {display: none !important;}
.page-id-69 .srvcbnrImg_box img, .page-id-34 .srvcbnrImg_box img, .page-id-62 .srvcbnrImg_box img  {
    object-position: top;
}
.area_bnr .main_head {
    font-size: 40px;
}

/* FAQ CSS */
.accordion{counter-reset: my-sec-counter;}
.accordion-item {
    position: relative;
    border: none;
}
.accordion-item:not(:last-child){margin-bottom: 15px;}
.accordion-header {
    margin-bottom: 0;
}
.collapse_box .accordion-button {
    padding: 15px 15px 15px 60px;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    font-weight: 600;
    border-radius: 8px 8px 0 0 !important;
    background: #ebebeb;
}
.collapse_box .accordion-button:not(.collapsed){background: #0055a4;color: #fff;}
.collapse_box .accordion-button:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    background: #0055a4;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #fff;
    left: 15px;
    top: 0;
    bottom: 0;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    z-index: 9;
    margin: auto;
}
.collapse_box .accordion-button:not(.collapsed):before{
    background: #fff;
    color: #0055a4;
}
.accordion-button::after {
    content: "\f292";
    background: none !important;
    display: inline-block;
    font-family: boxicons !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0055a4;
    font-size: 32px;
    line-height: 20px;
}
.collapse_box .accordion-button:not(.collapsed)::after{
    color: #fff;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.hide_shape:before {
    display: none !important;
}
.date-reveiw input {
    width: 100% !important;
}
.google_review img {
    max-width: 200px;
}
.area_bnr h1 {
    color: #000;
}
.copy_right a img {
    max-width: 150px;
}