@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


html,
body {
	height: auto;
	max-width: 100%;
	min-width: 100%;
	background: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	padding-right: 0px !important;
}

p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #555;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #4b5460;
}

a:focus {
	outline: none;
}

a:focus {
	outline: none;
}

a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
}

hr {
	border-top: 1px solid #333;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	text-shadow: none;
	background: #ff8b26;
	color: #fff;
}

::-moz-selection {
	text-shadow: none;
	background: #ff8b26;
	color: #fff;
}

a,
input,
select,
textarea,
img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.hidden {
	display: none !important;
}

.show {
	display: block !important;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.nopad {
	padding: 0 !important;
}

.nopadl {
	padding-left: 0;
}

.nopadr {
	padding-right: 0;
}

.nomar {
	margin: 0;
}

.nomarl {
	margin-left: 0;
}

.nomarr {
	margin-right: 0;
}

.porel {
	position: relative;
}

.main-wrapper {
	width: 100%;
	height: 0 auto;
	overflow: hidden;
}

/** Basic css end here **/

/* banner css start */
.main-banner-image {
	position: relative;
}

section.practitioner-search-section ul {
    list-style: none;
    padding:0;
    margin:15px 0 15px 15px;
    margin-left:0 !important;
}
section.practitioner-search-section ul li {
       list-style: none !important;
    font-size: 15px;
    position: relative;
    color: #434343;
    padding-left: 25px;
    margin: 10px 0 !important;
}
section.practitioner-search-section ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #f37a34;
}
.main-banner-image img {
	width: 100%;
	background-repeat: no-repeat;
	top: 0px;
	height: 870px;
	object-fit: cover;
}

.main-banner-text h1 {
	color: #666666;
	margin-bottom: 9px;
	font-size: 66px;
	font-weight: 900;
	text-transform: uppercase;
}

.main-banner-text p,
.main-banner-text h2 {
	line-height: 40px;
	color: #666666;
	font-size: 27px;
	font-weight: 500;
}

.main-banner-btn {
	margin-top: 25px;
}

.solid-btn {
	background: #ff8b26;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 22px 87px 22px 22px;
	margin-right: 12px;
	border-radius: 8px;
	transition: 0.6s ease all;
	position: relative;
	display: inline-block;
	font-weight: 500;
	transition: 0.6s ease all;
}

.right-arrow-section {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-14%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.6s ease all;
}

.right-arrow-section i {
	color: #666666;
	transition: 0.6s ease all;
	font-size: 18px;
}

.solid-btn:hover {
	background: #666666;
	color: #fff;

}

.solid-btn:hover .right-arrow-section {
	background: #ff8b26;
}

.solid-btn:hover .right-arrow-section i {
	color: #fff;
}

.non-solid-btn {
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	padding: 10px 34px;
	border-radius: 5px;
	transition: 0.6s ease all;
}

.non-solid-btn:hover {
	background: #FF0034;
	color: #fff;
	border: 1px solid transparent;

}

.home-page-main-banner {
	position: relative;
	z-index: 9;
}

.home-page-banner-inner-section {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.infor-section {
	display: flex;
	align-items: center;
	width: 264px;
}

.infor-section h5 {
	font-size: 27px;
	font-weight: 600;
	color: #666666;
}
.change-text-section{
	border: 1px solid #ff8b26;
	padding: 12px 15px;
	border-radius: 8px;
	margin-left: 10px;
	overflow: hidden;
}
.infor-section h4,
.infor-section span {
    font-size: 18px;
	font-weight: 700;
	color: #ff8b26;
	text-transform: uppercase;
	line-height: 23px;
	text-align: center;
	display: block;
}

.banner-inner-section {
	position: relative;
}

.banner-inner-section img {
	width: 714px;
	height: 526px;
	object-fit: cover;
}

.image-div {
	position: absolute;
	width: 340px;
	height: 264px;
	background: #ff8b26;
	bottom: -21px;
	right: 9px;
	z-index: -1;
}

/* banner css end */

/* Featured-Services-section css start */
.Featured-Services-section {
	margin: 120px 0px;
}

.center-text {
	text-align: center;
}

.center-text h3,
.center-text h2 {
	color: #666666;
	font-size: 42px;
	font-weight: 700;
}

/* featured faq css */
.accordion button .icon {
    display: inline-block;
    position: absolute;
    bottom: 14px;
    right: 11px;
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 22px;
    z-index: 5;
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 11px;
    left: 3px;
    width: 14px;
    height: 2px;
    background: #fff;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 15px;
    background: #fff;
  }
  
  .accordion button[aria-expanded='true'] {
	color: #03b5d2;
  }
  .accordion button[aria-expanded='true'] .icon::after {
	width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
    max-height: 20em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
  }
  .accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
	font-size: 1rem;
	font-weight: 300;
	margin: 2em 0;
  }
  .accordion-title{
	text-align: left;
  }
  .accordion button{
	background: transparent;
  }
  .accordion{
	padding: 30px;
  }
/* featured faq css end*/
.faq-blocks{
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 22px;

	
}
.faq-blocks::after{
	content: url(../images/faq-corner-div-image.png);
	display: block;
	position: absolute;
	right: 0;
    bottom: -5px;

}
.accordion-title h4{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 18px;
}
.accordion-title p,
.accordion p{
	font-weight: 500;
	/* font-size: 18px; */
	/* line-height: 30px; */
	color: #000;
}
.faq-icon{
	height: auto;
	background: #ffe9c9;
	position: relative;
	padding: 0px 50px;
	border-radius: 8px 0px 0px 8px;

}
.faq-icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.accordion-content h6{
	/* color: #666666; */
	font-size: 19px;
	font-weight: 600;
}
.accordion-content-list ul li{
	display: flex;
	align-items: baseline;
	margin-bottom: 18px;
}
.accordion-content-list-icon i{
	color: #ff8b26;
	font-size: 16px;
}
.accordion-content-list-text h5,
.accordion-content-list-text span{
	color: #000;
	/* font-size: 19px; */
	font-size: 15px;
	/* font-weight: 400; */
	font-weight: 500;
	margin-left: 8px;
	display: block;
}
.accordion-content-total-list-section{
	margin-top: 15px;
}
.featured-service-faq-section{
	margin-top: 60px;
}
/* Featured-Services-section css end */

/* why-choose-us-section css start */
.why-choose-us-section{
	margin: 120px 0px;
	background: #ffe9c9;
	padding: 120px 0px;
}
.why-choose-us-list-text h4{
    font-size: 30px;
    font-weight: 700;
    color: #666666;
    position: relative;
    margin-left: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.why-choose-us-list-text h4::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translate(-50%, -50%);
    background: #ff8b26;
    width: 9px;
    height: 33px;
}
.why-choose-us-list-text p{
	color: #4f4f4f;
	/* font-size: 19px; */
	/* line-height: 25px; */
	font-weight: 400px;
}
.why-choose-us-head-text-section h4,
.why-choose-us-head-text-section h3{
	font-size: 42px;
	color: #666666;
	font-weight: 900;
	margin-bottom: 12px;
}
.why-choose-us-head-text-section p{
	color: #666666;
	/* font-size: 19px; */
	font-weight: 500;
	/* line-height: 26px; */
}
.col-border-section{
	border-right: 2px solid #ff8b26;
}
.choose-us-icon-text-section a{
	display: flex;
	align-items: baseline;
    margin-bottom: 20px;
}
.choose-us-contact-icon i{
	color: #ff8b26;
	font-size: 23px;
	transition: 0.6s ease all;
}
.choose-us-contact-text h6,
.choose-us-contact-text span{
	color: #666666;
	/* font-size: 23px; */
	font-size: 15px;
	font-weight: 500;
	margin-left: 8px;
	transition: 0.6s ease all;

}
.choose-us-icon-text-section a:hover .choose-us-contact-icon i{
	color: #666666;
}
.choose-us-icon-text-section a:hover .choose-us-contact-text h6,
.choose-us-icon-text-section a:hover .choose-us-contact-text span{
	color: #ff8b26;
}
.choose-us-contact-information-section{
	margin-top: 70px;
}
.choose-us-logo img{
	width: 370px;
	height: 179px;
	object-fit: contain;
}
.choose-us-logo-ph-section{
	margin-left: 50px;
}
/* why-choose-us-section css end */

/* About-Us-section css start */
.About-Us-section{
	margin: 120px 0px;
}
.about-us-image{
    width: 590px;
	height: 477px;
	position: relative;
	z-index: 2;
}
.about-us-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-us-image::after{
    content: '';
    display: block;
    position: absolute;
    width: 250px;
    height: 190px;
    background: #ff8b26;
    bottom: -23px;
    right: -23px;
    z-index: -1;
}
.about-us-image::before{
    content: '';
    display: block;
    position: absolute;
    width: 250px;
    height: 190px;
    background: #ff8b26;
    top: -23px;
    left: -23px;
    z-index: -1;
}
.about-list-ul ul li{
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
}
.about-list-icon i{
	color: #ff8b26;
	font-size: 18px;
}
.about-list-text h6,
.about-list-text span{
	color: #666666;
	/* font-size: 16px; */
	font-size: 15px;
    font-weight: 600;
	margin-left: 8px;
}
.about-us-text-section h4{
	color: #666666;
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 12px;
}
.about-us-text-section p{
	color: #666666;
	/* font-size: 16px; */
	/* line-height: 27px; */
	/* font-weight: 600; */
}
.about-us-list-section{
	margin-top: 30px;
}
/* About-Us-section css end */
/* contact-us-section css start */
.contact-us-section{
	margin: 120px 0px 0px 0px;
	background: url(../images/contact-us-section-background-image.jpg);
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 120px 0px;
}
.contact-us-contact-information-section .choose-us-contact-icon i{
	font-size: 17px;
}
.contact-us-contact-information-section .choose-us-contact-text h6,
.contact-us-contact-information-section .choose-us-contact-text span{
	/* font-size: 17px; */
	font-weight: 600;
	color: #5a5a5a;
}
.contact-us-section-logo img{
	width: 213px;
	height: 111px;
	object-fit: contain;
}
.choose-us-contact-text h5{
	font-size: 20px;
	color: #5a5a5a;
	font-weight: 600;
	margin-left: 8px;
	margin-bottom: 8px;
}
.contact-us-contact-information-section{
	background: #ffe9c9;
	height: 534px;
	width: 100%;
    padding: 50px 76px;

}
.contact-information-col-section{
	position: relative;
	z-index: 2;
}
/* .contact-information-col-section::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 40px;
    left: -8px;
    background: #ff8b26;
    width: 342px;
    height: 324px;
    z-index: -1;
} */
.choose-us-section-icon-text-section{
	margin-top: 40px;
}
.choose-us-section-icon-text-section .choose-us-icon-text-section a{
    margin-bottom: 35px;
}
.contact-us-form-head-text h4{
	color: #fff;
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 12px;
}
.contact-us-form-head-text p{
	/* font-size: 20px; */
	font-weight: 500;
	color: #fff;
	/* line-height: 35px; */
}
.contact-us-section-input-section input{
	width: 100%;
	background: transparent;
	border: 2px solid #b9b9b9;
	padding: 20px 15px;
	border-radius: 10px;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
}
.contact-us-section-input-section input::placeholder{
	color: #fff;
	font-size: 17px;
	font-weight: 300;
}
.contact-us-section-input-section {
	margin-bottom: 10px;
}
.contact-us-section-input-section textarea{
	width: 100%;
	background: transparent;
	border: 2px solid #b9b9b9;
	padding: 20px 15px;
	border-radius: 10px;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
    height: 150px !important;

}
.contact-us-section-input-section textarea::placeholder{
	color: #fff;
	font-size: 17px;
	font-weight: 300;
}
.contact-us-section-submit-btn{
	font-size: 27px;
	text-transform: uppercase;
	font-weight: 900;
}
/* contact-us-section css end */

/* footer css start */
.footer{
	padding: 40px 0px;
	background: #ececf1;
}
.copy-right-text p{
	color: #333333;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0px;
}
.footer-link ul{
	text-align: right;
}
.footer-link ul li{
	display: inline-block;
	padding: 0px 15px;
}
.footer-link ul li a{
	color: #333333;
	font-size: 17px;
	font-weight: 600;
}
.footer-link ul li span{
	color: #333333;
	font-size: 17px;
	font-weight: 600;
}
.footer-link ul li a:hover{
	color: #ff8b26;
}
.active-footer-link{
	color: #ff8b26 !important;
}
/* footer css end */

.for-responsive-section{
	display: none;
}

/* advisory-services-section css start */
.advisory-services-section{
	background: #fff;
	padding: 0px !important;
}
.col-padding-section{
	padding-left: 80px;
}
.service-section-header-text{
	text-align: center;
}
.service-section-header-text h3{
	font-weight: 700;
	font-size: 42px;
	color: #666666;
	margin-bottom: 15px;
}
.service-section-header-text p{
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	font-weight: 500;
}
.services-center-text-section{
	margin-bottom: 70px;
}
.advisory-services-section .why-choose-us-list-text{
    margin-bottom: 50px;

}
.advisory-services-section .why-choose-us-list-text p {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 30px;
}
/* advisory-services-section css end */

/* Customizations section css start */
.Benefits-list .about-list-ul{
	margin-top: 25px;
}

/* Customizations section css end */

/* careers page css start */
/* practitioner-search-section css start */

.filter-section-text h4{
	margin-bottom: 13px;
	color: #000;
	font-weight: 600;
}
.accordion-checkbox label{
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 15px;
	margin-left: 18px;
}
.inner-content{
	border: 1px solid #e9e9e9;
	padding: 15px 15px;
	border-top: 3px solid rgb(26, 29, 59);
}
/* accordion css start */
/* .para-hide {
	display: none;
  } */
  

  
  .btn-toggle-show i {
    font-size: 19px;
    transition: .3s ease;
  }
  
  .rotate {
	transform: rotate(180deg);
  }
  
  .accordion {
	background: none;
	margin-bottom: 0.5rem;
	transition: .3s ease;

  }
  
.btn-toggle-show {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: transparent;
	transition: .3s ease;
	padding: 15px 15px !important;
	border: 1px solid rgb(255, 140, 0);
  }
  

  
.btn-toggle-show span {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
  }
  
  .p-1 {
	padding: 1rem;
  }
  
  .accordion:last-child {
	  margin: 0;
  }
/* accordion css end */
.categories-button ul li{
	margin-bottom: 15px;
}
.categories-button ul li a{
	color: #000;
	font-size: 16px;
}
.categories-button ul li a:hover{
	color: rgb(255, 140, 0);
}
.categories-button{
	margin-top: 15px;
}
.search-input input{
	width: 100%;
	padding: 15px 95px 15px 15px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.search-user-all-section{
	border: 1px solid #e9e9e9;
	border-radius: 20px;
	margin-top: 30px;
	max-height: 600px;
    overflow-y: auto;
}
.search-input{
	position: relative;
}
.search-icon-button a{
	position: absolute;
	right: 0;
}
.search-icon{
	width: 50px;
	height: 47px;
	background: #ff8b26;
	border-radius: 0px 10px 10px 0px;
	position: relative;
}
.search-icon i{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	font-size: 16px;
}
.us-only-button{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.us-only-text{
	color: rgb(26, 29, 59);
	font-weight: bold;
	font-size: 14px;
}
.search-section{
	margin-bottom: 22px;
}
.search-user-devider{
	width: 100%;
	height: 1px;
	background: #e9e9e9;
}
.user-profile-user-name-section {
	display: flex;
	align-items: center;
}
.user-image img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid rgb(255, 140, 0);
    object-fit: cover;
}
.user-profile-text{
	margin-left: 0px;

}
.user-profile-text h4 {
	color:rgb(26, 29, 59);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.user-profile-text h5 {
    color: #784f17;
	margin-bottom: 5px;
	font-size: 17px;
}
.user-profile-text h6 {
	color: #ff8c00;
	font-size: 16px;
}
.user-section{
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.user-section:last-child{
	border-bottom: none;
}
.user-pera-section p{
	font-size: 15px;
	color: #4f4f4f;
    line-height: 27px;
    margin-top: 12px;
}


.user-slider-button span{
	border-radius: 50px;
	background-color:#008026;
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-align: center;
    color: #FFFFFF;
    padding: 10px 23px;
    display: inline-block;
    transition: ease-in-out .4s;
	width: 100%;
}
.search-cancel-button a{
    position: absolute;
	right: 63px;
    top: 14px;
}
.cancel-icon{
	width: 20px;
	height: 20px;
	background: #ccc;
	border-radius: 50px;
	position: relative;
}
.cancel-icon i{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%)
}

.filter-for-responsive{
	background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 30px 0px;
    top: 0;
    z-index: 999;
    display: none;
    overflow: auto;
    padding-bottom: 120px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.show-filter{
    color: #000 !important;
    font-size: 20px;
    text-decoration: none !important;
}
.filterration-show-hide-section{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    border-top: 1px solid #ff8c00;
    z-index: 9999;
    display: none;
}

/* custom checkbox css start */
.accordion-checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
  }
  
  .accordion-checkbox label {
	position: relative;
	cursor: pointer;
  }
  
  .accordion-checkbox label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #ff8c00;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 11px;
	margin-top: -4px;
	border-radius: 2px;
  }
  
  .accordion-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
	top: 2px;
	left: 7px;
    width: 6px;
    height: 10px;
    border: solid rgb(26, 29, 59);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

/* custom checkbox css end */

.country-details select{
	width: 100%;
	border-bottom: 1px solid transparent;
	/* padding: 15px 0px; */
    font-size: 17px;
	color: #333333;
	font-weight: 500;
}

/* coustom select div */
.country-details {
    position: relative;
    width: 100%;
  }
  
  /*To remove button from IE11, thank you Matt */
  .country-details select::-ms-expand {
	   display: none;
  }
  
  .country-details:after {
	content: '>';
	font: 25px "Consolas", monospace;
	color: #008026;
	font-weight: 600;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 9px;
    top: 9px;
	padding: 0 0 2px;
	/*left line */
	
	position: absolute;
	pointer-events: none;
  }
  
  .country-details select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.75;
    color: #008026;
    background-color: #ffffff;
	border: 2px solid #ff8c00;
	padding: 10px 15px;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
  }
  .country-details optgroup{
	color: #ff8c00;
  }
  .country-details option{
	color: #000;
  }
/* coustom select div end */
/* practitioner-search-section css end */


/* details page css start */
.practitioners-details-section{
	padding: 50px 0px;
}
.business-details-text h4{
	color: #784f17;
    font-size: 20px;
    font-weight: 600;
}
.business-details{
	padding: 25px 15px;
	border-radius: 20px;
	border: 1px solid #e9e9e9;
	background: #f9f6f1;
	margin-top: 30px;
	position: relative;
}
.business-details-text p{
	font-size: 16px;
	color: rgb(101, 101, 101);
	margin-bottom: 10px;
}
.business-details-text h5{
	color: #784f17;
	font-size: 18px;
}
.business-details-text{
	margin-left: 0px;
	margin-top: 15px;
}
.business-categories .categories-text{
	padding: 8px 15px;
	color: rgb(26, 29, 59);
	border-radius: 7px;
	transition: 0.6s ease all;
	font-size: 14px;
	border: 1px solid #c1c1c1;
	display: inline-block;
}
.business-categories{
	margin-top: 12px;
}
.details-page-share-btn{
	text-align: right;
}
.details-page-share-btn a{
	background: #ff8b26;
	padding: 11px 25px;
	color: #fff;
	font-size: 15px;
	transition: 0.6s ease all;
	border-radius: 7px;
}
.details-page-share-btn a:hover{
	background: #666666;
}
/* details page accordian css start */

.details-tab, .wc-accordion {
	margin-top: 0px;
	background: #fff;
	/* box-shadow: 0px 7px 16px rgba(56, 114, 202, 0.2); */
	padding: 20px 15px;
	border-radius: 7px;
}
.details-tab .details-accordion, .wc-accordion .details-accordion {
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	border-radius: 0px;
	background: none;
	display: flex;
	font-size: 20px;
	justify-content: space-between;
	align-items: center;
	text-decoration: none !important;
	outline: none;
	border: none;
	color: #784f17;
	font-weight: 600;
}
.details-tab .active, .wc-accordion .active, .details-tab .details-accordion:hover, .wc-accordion .details-accordion:hover {
	background-color: none;
}
.details-tab .details-accordion:focus, .wc-accordion .details-accordion:focus {
	text-decoration: underline;
}
/* .details-tab .active i, .wc-accordion .active i {
	transform: rotate(90deg);
} */
.details-tab .panel, .wc-accordion .panel {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition-duration: 400ms;
	transition-property: max-height, visibility;
	transition-delay: 0, 400ms;
}
.panel.open {
	visibility: visible;
	transition-duration: 400ms;
	transition-property: max-height, visibility;
	transition-delay: 400ms, 0;
}
.closed .vertical {
	transition: all 0.4s ease-in-out;
	transform: rotate(-90deg);
}
.closed .horizontal {
	transition: all 0.4s ease-in-out;
	transform: rotate(-90deg);
	opacity: 1;
}
.active {
	opacity: 1;
}
.active .vertical {
	transition: all 0.4s ease-in-out;
	transform: rotate(90deg);
}
.active .horizontal {
	transition: all 0.4s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}
.circle-animation {
	position: relative;
	flex: 0 0 30px;
}
.circle-animation .horizontal {
	position: absolute;
	background-color:#784f17;
	width: 20px;
	height: 3px;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -1px;
}
.circle-animation .vertical {
	position: absolute;
	background-color: #784f17;
	width: 3px;
	height: 20px;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -10px;
}
.panel p{
	font-size: 16px;
    color: rgb(101, 101, 101);
    line-height: 30px;
    margin-top: 17px;
}
/* details page accordian css end */

.credentials-list li{
	list-style: inside !important;
	font-size: 18px;
	padding: 10px 0px;
    color: rgb(26, 29, 59);
}
.credentials-list{
	margin-top: 17px;
}
.panel h4{
	color: rgb(26, 29, 59);
	font-weight: bold;
    margin-top: 50px;
	margin-left: 2px;
}
.details-tab-section{
	margin-top: 0px;
}
.color-span{
	color: rgb(255, 140, 0);
	font-size: 18px;
	font-weight: 600;
}

/* right hand side bar contact css start */
.location-icon-text a{
	display: flex;
	padding: 0px 12px 20px 0px;
	align-items: center;
	/* background: #f9f9fa; */
}
.location-icon-text .visit-link-section{
	display: flex;
	align-items: center;
	background: #fff;
	margin-left: 20px;
	padding: 5px 15px;
	border-radius: 5px;
}
.location-first-section a{
	border-radius: 20px 20px 0px 0px;
}
.right-hand-adress-bar{
	border-radius: 20px;
}
.location-text p{
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 15px;
    color: rgb(26, 29, 59);
}
.location-icon i{
	font-size: 16px;
	transition: 0.6s ease all;
    color: #727272;
}
.location-icon-text a:hover .location-icon i{
	color:#55370c;
}
.social-contact a{
	color: rgb(255, 140, 0);
	font-size: 20px;
	margin-right: 15px;
	transition: 0.6s ease all;
}
.social-contact a:hover{
	color: rgb(26, 29, 59);
}
.social-contact{
	padding: 20px 18px;
	border-bottom: 1px solid #e9e9e9;
}
.side-bar-contact-input input{
	color: #000;
	border: 1px solid #ababab;
	padding: 15px 15px;
	border-radius: 7px;
	width: 100%;
}
.side-bar-contact-input {
	margin-bottom: 15px;
}
.side-bar-contact-link{
	padding: 20px 15px;
}
.side-bar-contact-input textarea{
	color: #000;
	border: 1px solid #ababab;
	padding: 15px 15px;
	border-radius: 7px;
	width: 100%;
}
.side-bar-contact-input button{
	background: #008026;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 16px 0px;
	border-radius: 7px;
	font-size: 16px;
	transition: 0.6s ease all;
}
.side-bar-contact-input button:hover{
	background: #01541a;
}
.right-hand-adress-bar{
    padding: 16px 12px;
}
/* right hand side bar contact css end */

.details-accordion i{
	color: #ff8c00;
}
.business-details-text i{
    color: #727272;
}
.form-headline h5{
	color: rgb(26, 29, 59);
	font-size: 18px;
	margin-bottom: 12px;
}
.panel i{
	color: rgb(255, 140, 0);
}

.copy-link-copy-details-btn{
	text-align: center;
	margin: 20px 0px;
}
.copy-link-copy-details-btn a{
	border-radius: 7px;
    background-image: -moz-linear-gradient( 0deg, rgb(230,81,0) 0%, rgb(255,152,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(230,81,0) 0%, rgb(255,152,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(230,81,0) 0%, rgb(255,152,0) 100%);
    font-size: 15px;
    color: rgb(255, 255, 255);
    color: #FFFFFF;
    padding: 12px 30px;
    display: inline-block;
    transition: ease-in-out .4s;
	margin: 9px 15px;
}
.copy-modal-text{
	text-align: center;
	width: 100%;
	color: rgb(26, 29, 59);
	font-size: 25px;
}
.copy-modal-text i{
	color: #008026;
}
.copy-email-button {
	background: #008026;
    padding: 11px 25px !important;
    color: #fff;
    font-size: 15px;
    transition: 0.6s ease all;
    border-radius: 7px;
    border: 1px solid transparent !important;
    outline: none !important;
}
.copy-email-button:hover{
	background: #01541a;
}
.single-job-location {
    position: relative;
	display: flex;
	justify-content: space-between;
	padding-bottom: 17px;
}
.visit-link-btn{
    margin-left: 6px;

}
.visit-link-btn a{
    padding: 11px 3px;
    color: #ff8c00;
    font-size: 16px;
    transition: 0.6s ease all;
    border-radius: 7px;
	font-weight: 600;
}
.visit-link-btn a:hover{
	color: #ae6710;
}
.active-user-section{
	background: #f9f6f1;
	border-radius: 20px 20px 0px 0px;
}
.first-user-section{
	border-bottom: 1px solid #e9e9e9 !important;
}

.details-header-text{
	font-size: 20px;
    display: block;
    margin-bottom: 22px;
	color: #784f17;
	font-weight: 600;
}
.open p{
	font-size: 15px;
	color: #4f4f4f;
    line-height: 27px;
}
.details-header-text i{
    color: #727272;
}
/* .company-name-text{
	color: rgb(26, 29, 59) !important;
	font-weight: 600;
	font-size: 20px;
} */

.company-name-text{
	color: #000 !important;
}
.company-name-visit-link-section{
	display: flex;
	align-items: center;
    margin: 10px 0px;
}
/* details page css end */

/* careers page css end*/


/* our-client-section css start */
.our-client-section {
	background: url(../images/our-client-background-image.png);
	width: 100%;
	height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 120px 0px;
	background-attachment: fixed;
}

.client-logo-image {
	width: 100%;
	height: 96px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.client-logo-image img {
	width: 169px !important;
	object-fit: contain;
}

/* owl custom css start */
.our-client-logo-slider .owl-theme .owl-dots,
.owl-theme .owl-nav {

	-webkit-tap-highlight-color: transparent;
}

.our-client-logo-slider .owl-dots button {
	border: none !important;
	outline: none !important;
}

.our-client-logo-slider .owl-theme .owl-dots .owl-dot span {
	background: #fff !important;

}

.our-client-logo-slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #d58a29 !important;
}

.our-client-logo-slider .owl-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -46%;
}

.our-client-logo-slider .owl-nav button {
	border: none !important;
	outline: none !important;
}

.our-client-logo-slider .owl-prev {
	position: absolute;
	top: 20%;
	transform: translate(-50%);
	font-weight: bolder !important;
	color: #5c5c5c !important;
	font-size: 15px !important;
	width: 50px;
	height: 50px;
	background: #fff !important;
	border-radius: 50px !important;
}

.our-client-logo-slider .owl-next {
	position: absolute;
	top: 20%;
	transform: translate(-50%);
	font-weight: bolder !important;
	color: #5c5c5c !important;
	font-size: 15px !important;
	width: 50px;
	height: 50px;
	background: #fff !important;
	border-radius: 50px !important;
}

.our-client-logo-slider .owl-prev {
    left: -75px;
}

.our-client-logo-slider .owl-next {
	right: -122px;
}

.our-client-logo-slider .owl-prev:hover {
	background: #fff !important;
}

.our-client-logo-slider .owl-next:hover {
	background: #fff !important;
}

/* owl custom css end*/
.our-client-top-text-section{
	text-align: center;
	margin-bottom: 22px;
}
.our-client-top-text-section .center-text h3{
	color: #fff;
}
/* our-client-section css end*/


/* client-says-section css start */
.client-says-section{
	padding: 120px 0px 0px 0px;
}
.client-says-card-section{
	background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(26, 11, 91, 0.15);
    padding: 30px;
	height: 298px;
}
.client-says-slider .item{
    padding: 30px 11px 30px 30px;

}
.client-says-card-center-text{
	text-align: center;
}
.client-says-card-center-text h5,
.client-says-card-center-text .testimonials-heading-text{
    font-size: 22px;
    color: #3069b5;
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.client-says-card-center-text h6,
.client-says-card-center-text span{
	color: #f37b28;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 22px;
	display: block;
}
.client-says-card-center-text p{
	/* font-size: 16px; */
    color: #282828;
    /* line-height: 30px; */
    /* margin-bottom: 19px; */
    margin-bottom: 0;
	font-style: italic;
}

/* owl custom css start */
.client-says-slider .owl-theme .owl-dots,
.owl-theme .owl-nav {

	-webkit-tap-highlight-color: transparent;
}

.client-says-slider .owl-dots button {
	/* border: none !important; */
	outline: none !important;
	border: 1px solid #000 !important;
    width: 20px;
    height: 20px;
    border-radius: 50px;
	margin: 0px 5px;
}

.client-says-slider .owl-dots .owl-dot span {
    background: #fff !important;
	margin: 4px;
}
.client-says-slider .owl-dots .owl-dot:hover span {
    background: #000 !important;
}
.client-says-slider .owl-dots .owl-dot.active span{
	background: #000 !important;
}
.client-says-slider .owl-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -10%;
}

.client-says-slider .owl-nav button {
	border: none !important;
	outline: none !important;
}

/* owl custom css end*/

/* client-says-section css end */


/* home page blog section css start */
/* Latest-insights-section css start */
.Latest-insights-section{
	background: #f5f5f5;
	padding: 120px 0px;
	margin: 120px 0px;
}

.blog-card {
    background-color: #fff;
    border-radius: 15px;
    margin-top: 50px;
	transition: 0.6s ease all;
	height: 424px;
	margin-bottom: 22px;
}
.blog-card .blog-img {
    margin-top: -60px;
    transform: translateY(0px);
    transition: 0.6s ease all;
    width: 100%;
	height: 263px;
	object-fit: cover;
	border-radius: 10px;
}
.Latest-insights-card-body{
	padding: 25px 25px;
}
.card-content h5,
.card-content span {
    font-size: 18px;
    color: #404040;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 15px;
	display: block;
}
.card-content p{
	color: #404040;
	/* font-size: 16px; */
	/* line-height: 24px; */
}
.blog-card:hover{
    box-shadow: 0px 4px 15px rgba(26, 11, 91, 0.15);
}
.blog-card:hover .blog-img{
    transform: translateY(-16px)!important;
}
.Latest-insights-image-text-section{
	margin-top: 60px;
}


.view-all-insight-btn{
	text-align: center;
	margin-top: 30px;
}
/* Latest-insights-section css end*/
/* home page blog section css end*/

/* blog details page css start */

/* article-details-page-section css start */

.practitioner-search-section {
    padding: 50px 0px;
      margin-top: 150px;
    background: #f5f5f5;
}
.bg_shadow {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.37);
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
}
.bg_shadow .blog-text h1 {
    color: #f27a33;
        font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.blog-text h2 {
    font-size: 20px;
    line-height: 30px;
    color: #f37b28;
    font-weight: 600;
}
.blog-right-bar {
    margin-top: 0 !important;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.37);
    border-radius: 12px;
    padding: 10px 20px;
    margin-bottom: 40px;
}
.article-details-page-section{
	margin-top: 120px;
 }	
.articles-details-page-image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center center;
}
.news-bar h5 {
    font-size: 25px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.news-bar h5:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #ff8b26;
    margin-top: 5px;
}
.news-bar ul li a:hover {
    color: #ff8b26;
}
.news-bar ul li a {
    font-size: 16px;
    display: flex;
    color: #000;
	line-height: 22px;
}
.news-bar ul li {
    display: block;
    margin-bottom: 20px;
}
.news-bar ul li a i {
    margin-right: 5px;
    margin-top: 5px;
}
.news-bar {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 15px;
}
.blog-text {
    padding: 20px 0;
}
.blog-text h1 {
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
    line-height: 30px;
	font-weight: 600;
}
.blog-text p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #7c7c7c;
}
.blog-text h2 {
    font-size: 17px;
    color: #000;
	font-weight: 600;
}
.blog-text h3 {
    font-size: 17px;
    color: #000;
	font-weight: 600;
}
/* article-details-page-section css end */
/* blog details page css end*

/* HEAVY EQUIPMENT page css start */
.why-choose-us-list-text ul{
	margin-left: 15px;
	list-style-image: url('../images/check-circle-icon.png');
}
.why-choose-us-list-text ul li{
    color: #4f4f4f;
    /* line-height: 24px; */
    font-weight: 500;
    margin-bottom: 18px;
	/* font-size: 16px; */
	font-size: 15px;
}
/* HEAVY EQUIPMENT page css end*/


/*15/02/2024*/

/*hero section banner */
.contact_us_hero .contact-us-information-form-section input{
    padding:14px 8px!important;
}
.contact_us_hero .contact-us-section-input-section textarea{
    padding:14px 8px!important;
    height:100px!important;
}


/*infor_consulting_service section */
.infor_consulting_service{
    background:#f5f5f5;
    margin:0px!important;
    padding:120px 0;
}
 .faq_section ul {
    padding-left: 15px;
}
.custom_faq ol {
    margin-left: 15px;
    padding-left: 15px;
}
.custom_faq ol li {
    list-style-type: decimal;
    color: #4f4f4f;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    font-size: 16px;
}
.infor_consulting_services p{
    font-weight:400;
}
 .infor_consulting_service .blog-card {
    height: calc(100% - 60px);
}

.our_feature .our_feature_grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    text-align:center;
    gap:32px;
    border-radius: 10px ;
}
.our_feature .our_feature_grid h5,
.our_feature .our_feature_grid span{
    margin-bottom:0px;
    
}
.our_feature .our_feature_grid .card-content {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 16px;
    padding: 30px;
}
.our_feature .our_feature_grid .card-content img{
    margin-bottom:24px;
}


.custom_faq .accordion_btn {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    position: relative;
   
}
.custom_faq .accordion_wrapper {
    margin-bottom: 16px;
}

.custom_faq .accordion_item {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    margin-left:24px;
}
.accordion_wrapper .accordion_btn{
    font-size: 30px;
    font-weight: 700;
    color: #666666;
    position: relative;
    margin-left: 24px;
    margin-bottom: 0px;
    margin-top: 15px;
    line-height: 36px;
    background: transparent;
    border-bottom: 1px solid #ff8b26;
    padding-bottom: 12px;
}
.accordion_wrapper .accordion_btn.active{
    margin-bottom:12px;
}
.accordion_wrapper .accordion_btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translate(-50%, -50%);
    background: #ff8b26;
    width: 9px;
    height: 33px;
}
.accordion_wrapper .accordion_btn::after {
    content: '\002B';
    color: #ff8b26;
    font-weight: bold;
    position: absolute;
    top: calc(50% - 26px);;
    right: 18px;
    line-height:36px;
}
.accordion_wrapper .accordion_btn.active:after{
    content: "\2212";
}
.custom_faq ul{
    padding-left: 15px;
}
.custom_faq{
    margin-bottom:0px!important;
}
.contact_us_hero .contact-us-information-form-section {
    max-width: 100%;
    margin: 0 auto;
}
.banner_form_wrapper{
    position:relative;
}
.contact_us_hero .image-div {
    right: -11px!important;
}
.contact_us_hero .main-banner-btn {
    margin-top: 0px;
    padding-bottom: 5px;
}
.contact_us_hero .contact-us-information-form-section {
    padding: 16px 30px;
}
.inner_page  .home-page-banner-inner-section .align-items-md-center {
        padding-top: 75px;
}
.inner_page  .main-banner-image img {
    height: 640px;
}
.our_feature {
    padding:100px 0 0;
}
.client-says-section_wrapper .client-says-section {
    padding: 120px 0px 120px 0px;
    background:#f5f5f5
}
.contact_us_hero .contact-us-form-head-text h4 {
    margin-bottom: 16px;
}
.infor_consulting_service h3,
.infor_consulting_service h2 {
    margin-bottom: 12px;
}
.custom_Featured_Services h3 {
    margin-bottom: 12px;
}
.column_count{
    column-count: 3;
}
.infor_consulting_service .blog-img-wrapper {
    margin-top: -60px;
    transform: translateY(0px);
    transition: 0.6s ease all;
    width: 100%;
    height: 263px;
    object-fit: cover;
    border-radius: 10px;
}
.infor_consulting_service .blog-img-wrapper .blog-img{
    margin-top: 0px;
    transform: translateY(0px);
    transition: 0.6s ease all;
    width: 100%;
    height: 100%;
    object-fit: unset;
    border-radius: 10px;
}
/*22/02/2024 */
.contact_us_hero .contact-us-information-form-section span.wpcf7-not-valid-tip {
    display: none;
}
.contact_us_hero .contact-us-information-form-section .contact-us-section-submit-btn {
    font-size: 20px;
    padding: 8px 16px!important;
}
.contact_us_hero .contact-us-information-form-section input.wpcf7-not-valid {
    border-color: #dc3232;
}
.contact_us_hero .wpcf7-response-output {
    color: #721c24!important;
    background-color: #f8d7da;
    border-color: #f5c6cb!important;
    padding: 8px 16px!important;
    font-size: 16px;
    border-radius: 6px;
}

.custom_list_count{
    column-count: 2;
}
.accordion_wrapper .accordion_btn p {
    margin-bottom: 0px;
}
.contact_us_hero .contact-us-section-input-section,.contact_us_hero .main-banner-btn {
    transition: none;
    visibility: visible!important;
    animation-duration: 0s!important;
}
.contact_us_hero .contact-us-information-form-section .main-banner-btn p {
    text-align: left;
}
@media (max-width: 1499.98px){
	.inner_page .main-banner-image img {
	    height: 490px;
	}
}

@media (max-width: 1440.98px){
.accordion_wrapper .accordion_btn {
    font-size: 25px;
    line-height:30px;
}
.client-says-section_wrapper .client-says-section {
    padding: 60px 0px;
}
.contact_us_hero .contact-us-information-form-section input {
    padding: 8px 14px!important;
}

}

@media (max-width: 1199.98px){
.accordion_wrapper .accordion_btn {
    font-size: 20px;
    line-height:24px;
}
/*.infor_consulting_service .blog-card .blog-img {*/
/*    height: 170px;*/
/*}*/
}
@media (max-width: 991.98px){
    .contact_us_hero .main-banner-image img {
    height: 665px;
}
.contact_us_hero .contact-us-information-form-section input {
    padding: 10px 16px!important;
}
.contact_us_hero p {
    margin-bottom: 0.5rem;
}
.contact_us_hero .contact-us-information-form-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.client-says-section_wrapper .client-says-slider .item {
    padding: 30px 30px 30px 30px;
}

}

@media (max-width: 767.98px){
    .contact_us_hero .main-banner-image img {
    height: 820px;
}
.contact_us_hero .contact-us-information-form-section input {
    padding: 10px 16px!important;
}
.contact_us_hero p {
    margin-bottom: 0.5rem;
}
.contact_us_hero .contact-us-information-form-section {
    max-width: 400px;
    margin: 0 auto;
}
.our_feature .our_feature_grid{
    grid-template-columns:1fr 1fr;
}
.column_count{
    column-count: 2;
}
.accordion_wrapper .accordion_btn {
    padding-right:40px;
}
.custom_list_count{
    column-count: 1;
}
/*.infor_consulting_service .blog-card .blog-img {*/
/*    height: 263px;*/
/*}*/
.accordion_wrapper .accordion_btn p {
    line-height: 20px;
}
}

@media (max-width: 575.98px){
.accordion_wrapper .accordion_btn {
    font-size: 18px;
    margin-left: 16px;
    padding-right:40px;
}
.accordion_wrapper .accordion_btn::after{
    font-size:26px;
}
.accordion_wrapper .accordion_btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translate(-50%, -50%);
    background: #ff8b26;
    width: 6px;
    height: 33px;
}
.contact_us_hero .main-banner-image img {
    height: 800px;
}
.contact_us_hero .contact-us-information-form-section input {
    padding: 10px 6px!important;
     transition: none;
}
.contact_us_hero p {
    margin-bottom: 0.5rem;
}
.contact_us_hero .contact-us-information-form-section {
    max-width: 320px;
    margin: 0 auto;
}
.client-says-section_wrapper .client-says-section {
    padding: 60px 0px 60px 0px;
   
}
.our_feature .our_feature_grid{
    grid-template-columns:1fr;
}
.our_feature {
    padding: 60px 0;
}
.contact_us_hero .banner-inner-section{
    animation-duration: 0ms!important;
}
.contact_us_hero .contact-us-section-input-section,.contact_us_hero .main-banner-btn {
    transition: none;
    visibility: visible!important;
    animation-duration: 0s!important;
}
.contact_us_hero .wpcf7-spinner{
    margin:0 16px;
}

}













