@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

@font-face {
    font-family: 'Circular Std Book';
    src: url('../fonts/CircularStd-Book.eot');
    src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircularStd-Book.woff2') format('woff2'),
        url('../fonts/CircularStd-Book.woff') format('woff'),
        url('../fonts/CircularStd-Book.ttf') format('truetype'),
        url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    overflow-x: hidden;
}

.vactr {
    align-items: center;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1260px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,
.row>* {
    
    padding-left: 15px;
    padding-right: 15px;
}

body .vmiddle {
    vertical-align: middle!important;
}

.primary-btn,
.secondary-btn {
    margin-bottom: 0px!important;
}

.primary-btn a {
    border-radius: 26px!important;
    background-color: #F2A221!important;
    color: #fff!important;
    padding: 16px 28px!important;
    position: relative!important;
    border:  1px solid transparent!important;
    font-size: 16px!important;
}

.primary-btn a:hover {
    border-color: #F2A221!important;
    background-color: transparent!important;
    color: #F2A221!important;
}

.secondary-btn a {
    border-radius: 26px!important;
    padding: 16px 28px!important;
    position: relative!important;
    border:  1px solid #F2A221!important;
    font-size: 16px!important;
    border-color: #F2A221!important;
    background-color: transparent!important;
    color: #F2A221!important;
}

.secondary-btn a:hover {
    background-color: #F2A221!important;
    border:  1px solid #F2A221!important;
    color: #FFF!important;
}

p {
    font-size: 17px;
    color: #767676;
}

h1 {
    font-size: 52px;
    font-weight: 600;
    color: #FFFFFF;
}

h2 {
    font-size: 56px;
    font-weight: 600;
    color: #231F20;
}

h3 {
    font-size: 40px;
    font-weight: 600;
    color: #231F20;
    margin-bottom: 15px;
}

h4 {
    font-size: 26px;
    font-weight: 600;
    color: #231F20;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    color: #231F20;
}

h6 {
    font-size: 14px;
    font-weight: 400;
    color: #231F20;
}


#main {
    margin-top: 0px;
}

.navbar-brand img {
    height: inherit;
}


a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.easy-notification-bar {
    padding-top: 2px!important;
    padding-bottom: 2px!important
}

.easy-notification-bar svg {
    widows: 16px;
    height: 16px;
}

.easy-notification-bar .easy-notification-bar-message a{
    margin-left: 16px;
}

.has-easy-notification-bar #header {
    top: 30px;
}

.home #header {
    background-color: rgb(255 255 255 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

body.has-easy-notification-bar #header.head-fixed  {
    top: 29px;
}

#header.head-fixed {
    box-shadow: 0px 3px 16px #00000012;
    position: fixed;
    top: 0px;
    background-color: #fff!important;
    animation: headerAnimation linear forwards .5s;
}

@keyframes headerAnimation{
  from{
    transform: translateY(-100px);
  }
  to{
    transform: translateY(0);
  }
}

#header {
    padding: 15px 0;
    background-color: #fff;
    position: absolute;
    transition: all 0.3s ease-in-out !important;
}

#header .container {
    max-width: 1421px;
}


#header .navbar-nav {
    align-items: center;
    margin-left: auto!important;
}

#header .navbar-nav li {
    margin: 0 11px;
    font-size: 16px;
}

#header .navbar-nav > li:nth-last-child(2) {
    margin-right: 0px;
    font-family: 'Circular Std Book';
}

#header .navbar-nav > li:nth-last-child(2) a {
    border-radius: 26px;
    background-color: #F2A221;
    color: #fff;
    padding: 12px 29px;
    position: relative;
    top: -2px;
    border:  1px solid transparent;
}

#header .navbar-nav > li:nth-last-child(2) a:hover {
    border-color: #F2A221;
    background-color: transparent;
    color: #171717;
}

#header .navbar-nav > li:nth-last-child(3) {
    margin-left: 60px;
    font-family: 'Circular Std Book';
}

#header .navbar-nav li:nth-last-child(3) a {
    font-size: 20px;
    font-weight: 600;
}

.call-icon {
    /* Icon styling here */
    width: 27px;
    height: 27px;
    background: url(../images/call-icon.svg) no-repeat center top;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

#header .navbar-nav .nav-link {
    color: #171717;
    padding: 0px;
}

#header .navbar-nav .nav-link:hover{
    color: #F2A221
}

#header .dropdown-toggle:after {
    vertical-align: middle;
}

.banner .primary-btn {
    border-radius: 26px!important;
    background-color: #F2A221!important;
    color: #fff!important;
    padding: 10px 34px!important;
    border: 1px solid transparent;
    font-size: 16px!important;
    font-family: 'Source Serif Pro', serif!important;

}

.banner .primary-btn:hover {
    border: 1px solid #fff!important;
    background-color: transparent!important;
    color: #fff!important;
    padding: 10px 34px!important;
}

.banner .secondary-btn {
    border-radius: 26px!important;
    background-color: transparent!important;
    color: #fff!important;
    padding: 10px 34px!important;
    border: 1px solid #fff!important;
    font-size: 16px!important;
    font-family: 'Source Serif Pro', serif!important;
} 

.banner .secondary-btn:hover {
    border-radius: 26px!important;
    background-color: #F2A221!important;
    color: #fff!important;
    padding: 10px 34px!important;
    border: 1px solid transparent!important;
    font-size: 16px!important;
    font-family: 'Source Serif Pro', serif!important;
}

.banner .banner-hd {
    position: relative;
}

.banner .banner-hd:after {
        content: '';
    background: url(../images/heart.svg) no-repeat center top;
    width: 32px;
    height: 26px;
    display: inline-block;
}

.banner #rev_slider_1_1_wrapper .ares .tp-bullet {
    height: 4px;
    border-radius: 26px;
}

.banner #rev_slider_1_1_wrapper .ares.tp-bullets:hover .tp-bullet-title {
    display: none!important;
}

.services-sec #services-slider .owl-stage-outer {
    clip-path: inset( -100vw -100vw 0 -1vw );
    overflow: visible;
}

.services-sec .prev,
.services-sec .next {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}

.services-sec .item {
    box-shadow: 0px 3px 20px #96969629;
    background-color: #fff;
}

.services-sec .owl-stage {
    padding-bottom: 30px;
}

.services-sec .item-icon {
    margin-bottom: 29px;
}

.services-sec .item h4 {
    margin-bottom: 14px;
}

.services-sec .item-name {
    padding-left: 24px;
}

.services-sec .item-link {
    padding-bottom: 31px;
    padding-left: 24px;
}

.services-sec .item-link a {
    color: #F2A221;
    font-size: 16px;
    font-weight: 600;
}


.services-sec .item-link a i {
    font-size: 12px;
    margin-left: 7px;
    transition: all 0.3s ease;
}

.services-sec .item:hover {
    background: #F2A221;
}

.services-sec .item:hover h4,
.services-sec .item:hover .item-link a  {
    color: #fff;
}

.services-sec .item .item-link a:hover i{
    margin-left: 20px;
}

.bg-sec > .wpb_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    border-radius: 34px;
    padding: 15px 89px 15px 0;
    background-color: #FFF4E3;
}

.cta-sec-call {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px!important;
    
}

.cta-sec-call p {
    font-size: 15px;
    font-weight: 400;
    color: #231F20;
    line-height: 1;
    margin-left: 24.5px;
    margin-top: 15px;
}

.cta-sec-call p a {
    color: #231F20;
    font-weight: 600;
    font-size: 20px;

}

.hme-cont .wpb_single_image {
    height: 61px;
    margin-bottom: 20px;
}

.testimonial-sec .item {
    text-align: center;
}


.testimonial-sec .item .item-content p {
    font-size: 34px;
    color: #231F20;
    margin-bottom: 32px;
}

.testimonial-sec .item .item-content p.text {
	height: 250px; 
	overflow: hidden;
}

.testimonial-sec .item .item-dt {
    text-align: center;
}

.testimonial-sec .item .item-dt > div {
    margin-bottom: 11px;
}

.testimonial-sec .item .item-dt img {
    display: inline-block;
    max-width: 100%;
    width: 67px;
    height: 67px;
    border-radius: 50%;
}

#testimonial-slider {
    position:   relative;
}

#testimonial-slider:before {
    content: '';
    width:  55px;
    height: 36px;
    background: url('../images/quotation.svg') no-repeat center top;
    position:   absolute;
    left:  0px;
    right:  0px;
    top: -47px;
    margin: auto;
    display: none;
}

#testimonial-slider .owl-nav {
    display: block;
}


#testimonial-slider .owl-nav button {
    font-size: 0px;
    background: transparent;
    color: #bfbfbf;
    position: absolute;
    top: 0px;
    bottom: 118px;
    margin: auto;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background-position: center top;
    background-repeat: no-repeat;
}

#testimonial-slider .owl-nav button.owl-prev {
    left: -160px;
    background-image: url(../images/arrow-t-left.svg);
}

#testimonial-slider .owl-nav button.owl-next {
    right: -160px;
    background-image: url(../images/arrow-t-right.svg);
}


:focus-visible {
    outline: none;
 }
 

 body .contact-sec {
    background-position: center top!important;
    background-repeat: repeat-x;
 }

 .contact-sec > .wpb_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    border-radius: 34px;
    background-color: #FFF4E3;
    padding: 15px 0;
}

.contact-sec p {
    font-size: 18px;
    font-weight: 600;
    color: #231F20;
    padding-left: 46px;
    position: relative;
}

.contact-sec p img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.contact-sec p strong {
    font-weight: 600;
    font-size: 20px;
}

.contact-sec p a {
    color: #231F20;
}

#footer {
    background-color: #242424;
    padding: 73px 0 56px 0;
}

#footer a:hover {
    color: #F0981E;
}

#footer p {
    font-size: 16px;
    color: #AAAAAA;
    margin-top: 0px;
    margin-bottom: 30px;
}

#footer .f-1 img {
    margin-bottom: 30px;
}

#footer .f-1 .textwidget+.textwidget p {
    position: relative;
    padding-left: 45px;
}

#footer .f-1 .textwidget+.textwidget p strong {
    font-weight: 600;
    color: #fff;
}

#footer .f-1 .textwidget+.textwidget p img {
    position: absolute;
    margin: 0px;
    left: 0px;
}

#footer h3 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 17px;
}

#footer ul {
    padding: 0px;
    margin: 0px;
}

#footer ul li {
    list-style: none;
    font-size: 16px;
    padding: 5px 0;
    color: #aaaaaa;

}

#footer ul li a,
#footer .menu-item a[aria-current=page] {
    color: #aaaaaa;
}

#footer ul.cnt-info li {
    padding-left: 26px;
    position: relative;
}

#footer ul.cnt-info li img {
    position: absolute;
    left: 0px;
    top: 10px;
}

#footer .cta {
    margin-top: 15px;
}

#footer .cta .emergency-icon {
    background: url('../images/first-aid-kit.svg') no-repeat center top;
    width: 19px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#footer .cta .bills-icon {
    background: url('../images/money.svg') no-repeat center top;
    width: 19px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

#footer .cta .primary-btn,
#footer .cta .secondary-btn {
    display: inline-block;
    margin-bottom: 8px!important;
}

#footer .cta .primary-btn a {
    display: inline-block;
    font-size: 14px!important;
    padding: 10px 44px!important;
}

#footer .cta a i {
    margin-right: 6px;
}

#footer .cta .secondary-btn a {
    border-radius: 26px!important;
    background-color: transparent!important;
    color: #F2A221!important;
    position: relative!important;
    border:  1px solid #F2A221!important;
    font-size: 14px!important;
    padding: 10px 42px!important;
    display: inline-block!important;
}

#footer .social {
    text-align: center;
    background: #242424;
    margin: 65px 0 37px 0;
    position: relative;
}

/*#footer .social:before {
    content: '';
    background-color: #363636;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: -1;
    left: 0px;
}*/

#footer .social li {
    display: inline-block;
    margin-left: 4px;
}

#footer .social li:first-child {
    margin-left: 0px;
}

#footer .social li a{
    width: 35px;
    height: 35px;
    background: #171717;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .social li a:hover {
    background: #F2A221;
    color: #fff;
}

#footer .copy p {
    margin-bottom: 0px;
}

#footer .copy p a {
    color: #F2A221;
}

#footer .copy .comp a {
    color: #aaaaaa;
}

@media screen and (max-width: 1440px) {
    #header .navbar-nav li {
        margin: 0 10px;
    }

    #footer .copy p {
        font-size: 15px;
    }
}

.inner-header {
    margin-top: 113px;
    background: #e1e1e1;
    background-size: cover;
    background-position: center top;
    height: 471px;
    display: flex;
    align-items: center;
    background-image: url('../images/inner-banner.jpg');
}

.inner-header h1 {
    margin-bottom: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1;
    width: 550px;
}

.inner-header h1 br {
    display: none;
}

.breadcrumbs .container > div{
    border-bottom: 1px solid #EBE7EB;
}

.breadcrumbs p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #F2A221;
    padding: 22px 0;
}

.breadcrumbs p br {
    display: none;
}

.breadcrumbs p a {
    color: #242424;
}

.breadcrumbs p a:hover {
    color: #F2A221;
}

.breadcrumbs i {
    color: #242424;
    margin: 0 11px;
    position: relative;
    bottom: -1px;
}

.list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list ul li {
    font-size: 20px;
    color: #767676;
    font-weight: 600;
    margin: 14px 0;
    padding-left: 33px;
    position: relative;
}

.list ul li strong {
	font-weight: 400;
}

.list.list-abt ul {
	margin: 20px 0;
}

.list ul li:before {
    background: url('../images/li-bullet.svg') no-repeat center top;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 5px;
    left: 0px;
    content: '';
}

.list ul li:first-child {
    margin-top: 0px;
}

.list ul li:last-child {
    margin-bottom: 0px;
}

.bg-sec.img-abs-r > .wpb_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-right: 0px;
}

.bg-sec.img-abs-r .col-r {
    position: absolute;
    right: 20px;
    bottom: 0px;
}

.com-bx .wpb_single_image {
    background-color: #FFF4E3;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.com-bx h4 {
    min-height: 53px;
}

.com-bx p {
    color: #F2A221;
    font-weight: 600;
}

.com-bx p a {
    color: #f2a221;
    position: relative;
}


.com-bx p a:focus {
	color: #f2a221;
}

.com-bx p a:hover {
    opacity: 1!important;
}

.com-bx p a:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    margin-left: 7px;
}

.com-bx > .vc_column-inner > .wpb_wrapper{
    box-shadow: 0px 3px 20px #96969629;
}

.com-bx .comm-bx-txt > .vc_column-inner > .wpb_wrapper {
   padding: 33px 24px; 
   background-color: #fff;
   border: 2px solid #fff;
   border-top: 0px;
}

.com-bx:hover .comm-bx-txt > .vc_column-inner > .wpb_wrapper {
    border-color: #F2A221;
    border-top: 0px;
}

.com-bx:hover p a {
    color: #231F20;
}

.com-bx-sec .vc_row.wpb_row {
    display: flex;
    justify-content: center;
}

.careers-bt-cta {
    overflow: visible!important;
}

.careers-bt-cta .col-r {
    position: absolute;
    bottom: 0px;
    right: 8%;
}

.career-box {
    box-shadow: 0px 3px 20px #96969629;
    border-radius: 10px;
    padding: 40px 27px;
    border: 1px solid transparent;
    margin-bottom: 30px;
}

.career-box:hover {
    border-color: #F2A221;
}

.career-box .cat-career {
    font-size: 14px;
    color: #F2A221;
    margin-bottom: 20px;
}

.career-box h4 {
    margin-bottom: 22px;
}

.career-box .location {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right:  40px;
    color: #231F20;
    vertical-align: middle;
    margin-bottom: 30px;
}

.career-box .location i {
    color: #F2A221;
    margin-right: 11px;
}

.career-box .type {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right:  40px;
    color: #231F20;
    vertical-align: middle;
    margin-bottom: 30px;
}

.career-box .secondary-btn a {
    display: inline-block;
}

.single-career .inner-header {
    display: none;
}

.single-career .breadcrumbs {
    margin-top: 113px;
}

.career-dt {
    padding-top: 80px;
    position: relative;
}

.career-dt .col-r {
    position: absolute;
    top: 82px;
    right: 0px;
}

.career-dt .dep-name p {
    font-size: 16px;
    color: #F2A221;
    margin-bottom: 20px;
}

.career-dt .job-title h3 {
    margin-bottom: 15px;
}

.career-dt .job-dt {
    margin-bottom: 50px;
}

.career-dt .job-dt .location,
.career-dt .job-dt .type {
    font-size: 16px;
    color: #363636;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #F6F6F6;
    border-radius: 4px;
    margin-bottom: 0px;
    padding: 8px 20px;
}

.career-dt .job-dt .location i {
    color: #F2A221;
    font-size: 12px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.career-dt .wp-content {
    margin-bottom: 120px;
}

.career-dt .wp-content h3 {
    margin-bottom: 15px!important;
}

.career-dt .wp-content .wpb_content_element {
    margin-bottom: 50px;
}

.career-dt .wp-content ul {
    padding: 0px;
    margin: 0px 0 1em 0;
    list-style: none;
}

.career-dt .wp-content ul li {
    font-size: 17px;
    padding-left: 21px;
    position: relative;
    margin: 0 0 10px 0;
    color: #767676;
}

.career-dt .wp-content ul li:before {
    content: '';
    background: url(../images/career-li.svg) no-repeat center top;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 10px;
    height: 8px;
}

.team-box {
    margin: 0 0 56px 0;
    text-align: center;
}

.team-box .team-img {
    margin-bottom: 12px;
}

.team-box .team-img img {
	max-width: 100%;
}

.team-box .cat-team {
    font-size: 17px;
    color: #F2A221;
    font-weight: 600;
    margin-bottom: 7px;
}

.team-box h4 {
    margin-bottom: 4px;
}

.team-box .info p {
    font-weight: 600;
    margin-bottom: 0px;
}

.team-filter {
    text-align: center;
    margin-bottom: 61px;
}

.team-filter ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.team-filter ul li {
    display: inline-block;
    margin: 0 9px 15px;
    border-radius: 26px;
    padding: 14px 28px;
    position: relative;
    border:  1px solid #F2A221;
    font-size: 16px;
    border-color: #F2A221;
    background-color: transparent;
    color: #F2A221;
    cursor: pointer;
    transition: all 0.3s ease;
}

.team-filter ul li.selected,
.team-filter ul li:hover{
    background-color: #F2A221;
    border:  1px solid #F2A221;
    color: #FFF;
}

#team-slider .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    width: 42px;
    height: 42px;
    font-size: 0px;
}

#team-slider .owl-nav {
    display: block;
}


#team-slider .owl-nav button {
    font-size: 0px;
    background: transparent;
    color: #bfbfbf;
    position: absolute;
    top: 0px;
    bottom: 118px;
    margin: auto;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background-position: center top;
    background-repeat: no-repeat;
}

#team-slider .owl-nav button.owl-prev {
    left: -70px;
    background-image: url(../images/arrow-team-left.svg);
}

#team-slider .owl-nav button.owl-next {
    right: -70px;
    background-image: url(../images/arrow-team-right.svg);
}


#recent-slider .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    width: 42px;
    height: 42px;
    font-size: 0px;
}

#recent-slider .owl-nav {
    display: block;
}


#recent-slider .owl-nav button {
    font-size: 0px;
    background: transparent;
    color: #bfbfbf;
    position: absolute;
    top: 0px;
    bottom: 118px;
    margin: auto;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background-position: center top;
    background-repeat: no-repeat;
}

#recent-slider .owl-nav button.owl-prev {
    left: -70px;
    background-image: url(../images/arrow-team-left.svg);
}

#recent-slider .owl-nav button.owl-next {
    right: -70px;
    background-image: url(../images/arrow-team-right.svg);

}

#recent-slider .item {
    position: relative;
    padding-bottom: 139px;
}

#recent-slider .item .item-thumb img {
    height: 271px;

}

#recent-slider .item-content {
    position: absolute;
    margin: 0px auto;
    bottom: 25px;
    width: 90%;
    left: 0px;
    right: 0px;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 20px #96969629;
}

#recent-slider .item-content h6 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #231F20;
}

#recent-slider .item-content p {
    margin-bottom: 20px;
}

#recent-slider .item-content .item-link a {
    color: #F2A221;
    font-size: 16px;
    font-weight: 600;
}


#recent-slider .item-content .item-link a i {
    font-size: 12px;
    margin-left: 7px;
    transition: all 0.3s ease;
}

.services-sec.srv-pg .item {
    margin-bottom: 60px;
}


.srv-pg-how-sec .bx > .vc_column-inner > .wpb_wrapper {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 20px #96969629;
    padding: 30px;
    min-height: 413px;
    transition: backgound 0.3s ease;
}

.srv-pg-how-sec .bx.up {
    position: relative;
    top: -30px;
}

.srv-pg-how-sec .bx .wpb_single_image {
    margin-bottom: 24px;

}

.srv-pg-how-sec .bx h6 {
    color: #F2A221;
    margin-bottom: 5px;
}

.srv-pg-how-sec .bx h4 {
    margin-bottom: 15px;
}

.srv-pg-how-sec .bx p {
    font-size: 16px;
}

.srv-pg-how-sec .wpb_text_column {
    margin-bottom: 0px;
}

.srv-pg-how-sec .bx:hover > .vc_column-inner > .wpb_wrapper {
    background-color: #F2A221;
}

.srv-pg-how-sec .bx:hover h6,
.srv-pg-how-sec .bx:hover h4,
.srv-pg-how-sec .bx:hover p {
    color: #fff;
}

body .side-by-side-content {
    padding-top: 120px!important;
    padding-bottom: 120px!important;
}

body .side-by-side-content.ptpx-0 {
    padding-top: 0px!important;
}

.side-by-side-content .vc_row {
    display: flex;
    align-items: center;
}

.side-by-side-content .wpb_single_image {
    margin-bottom:0px!important;
}

.side-by-side-content h3 {
    margin-bottom: 15px;
}

.side-by-side-content .wpb_text_column {
    margin-bottom: 30px!important;
}

.srv-rehab-bx .bx {
    padding-bottom: 215px;
}

.srv-rehab-bx .bx .bx-bt > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    box-shadow: 0px 3px 20px #96969629;
    border-radius: 10px;
    padding: 35px 25px 27px 25px;
    position: absolute;
    top: -65px;
    width: 86%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    height: 195px;
}

.srv-rehab-bx .bx h4 {
    font-size: 20px;
    color: #F2A221;
    margin-bottom: 10px;
}

.srv-rehab-bx .bx .bx-bt .wpb_text_column {
    height: 98px;
    overflow-y: scroll;
}

.srv-rehab-bx .vc_row {
    display: flex;
    justify-content: center;
}

.srv-dt > .vc_row  > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background-color: #fff;
    box-shadow: 0px 3px 50px #96969624;
    padding: 120px 155px 0px 230px;
}

.srv-dt h3 {
    padding-top: 20px;
    margin-bottom: 60px;
}

.srv-dt .wpb_text_column {
    margin-bottom: 0px!important;
}

.srv-dt p {
    color: #F2A221;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.srv-dt ul li {
    font-size: 17px;
    color: #767676;
    padding-bottom: 10px;
}

.srv-dt ul {
    padding: 0px 0 22px 20px;
    margin: 0px;
}

.srv-tab-sec .vc_tta-tabs-container {
    width: 280px;
    float: left;
}

.srv-tab-sec .vc_tta-panels {
    background-color: #f8f8f8!important;
    height: 585px;
    border: 1px solid #E6E6E6;
}

.srv-tab-sec .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
    padding-right:1px;
    margin-top: 0px;
    margin-left: 0px;
}

.srv-tab-sec .vc_tta.vc_general .vc_tta-tab {
    width: 100%;
    display: block;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
}

.srv-tab-sec .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    border: 0px;
    border-left: 5px solid transparent;
    display: block;
    height: 114px;
    display: flex;
    align-items: center;
    padding: 0px 28px;
    font-size: 20px;
    font-weight: 600;
    color: #231F20;
    background-color: #f8f8f8;
}

.srv-tab-sec .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a,
.srv-tab-sec .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a:focus, 
.srv-tab-sec .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a:hover {
    color: #F2A221;
    border-left-color: #F2A221;
    background-color: #f8f8f8;
}

.srv-tab-sec .vc_tta.vc_general .vc_tta-panel-body {
    padding: 46px;
    height: 490px;
    overflow: hidden;
}

.srv-tab-sec .vc_tta.vc_general .vc_tta-panel-body strong {
    color: #231F20;
    font-weight: 600;
}

.srv-tab-sec .vc_tta.vc_general .vc_tta-panel-body ul {
    margin: 0px;
    padding: 0px;
}

.srv-tab-sec .vc_tta.vc_general .vc_tta-panel-body ul li {
    font-size: 17px;
    color: #767676;
    margin-bottom: 10px;
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.srv-tab-sec .vc_tta.vc_general .vc_tta-panel-body ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #F2A221;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 8px;
}

.srv-urgent-bx-sec .srv-urgent-bx > .vc_column-inner > .wpb_wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 50px 40px;
    margin-bottom: 30px;
}

.srv-urgent-bx-sec .srv-urgent-bx .vc_row {
    display: flex;
    align-items: center;
}

.srv-urgent-bx-sec .srv-urgent-bx h4 {
    font-size: 22px;
    font-weight: 600;
    color: #231F20;
    margin-bottom: 16px!important;
}

.srv-urgent-bx-sec .srv-urgent-bx p a {
    color: #f2a221;
    position: relative;
}

.srv-urgent-bx-sec .srv-urgent-bx p a:hover {
    opacity: 1!important;
}

.srv-urgent-bx-sec .srv-urgent-bx p a:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    margin-left: 7px;
}

.srv-bx-dt-sec .vc_col-sm-2 {
    width: 20%;
}

.srv-bx-dt-sec .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: #FFFFFF 0% 0% no-repeat;
    box-shadow: 0px 3px 50px #96969624;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    display: flex;
    padding: 24px;
    margin-bottom: 25px;
}


.srv-bx-dt-sec h4 {
    font-size: 22px;
    line-height: 36px;
    color: #F2A221;
}

.sec-pet-sl img{
    max-width: initial!important;
    position: absolute;
    right: 0px;
    top: -130px;
}

.fq-bx-sec .bx > .vc_column-inner > .wpb_wrapper {
    box-shadow: 0px 6px 20px #9696961C;
    background-color: #fff;
    border-radius: 18px;
    min-height: 170px;
    margin-bottom: 64px;
    position: relative;
    display: flex;
    padding-left: 70px;
    padding-right: 70px;
    align-items: center;
    position: relative;
}

.fq-bx-sec .bx > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  display: block;
}


.fq-bx-sec .bx > .vc_column-inner > .wpb_wrapper .wpb_single_image+.wpb_single_image {
  display: none;
}

.fq-bx-sec .bx:hover > .vc_column-inner > .wpb_wrapper {
    background-color:   #F2A221;
}

.fq-bx-sec .bx:hover > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  display: none;
}

.fq-bx-sec .bx:hover > .vc_column-inner > .wpb_wrapper .wpb_single_image+.wpb_single_image {
  display: block;
}

.fq-bx-sec .bx:hover > .vc_column-inner > .wpb_wrapper {
    background-color:   #F2A221;
}

.fq-bx-sec .bx:hover h4,
.fq-bx-sec .bx:hover p {
    color:  #fff;
}


.fq-bx-sec .bx > .vc_column-inner > .wpb_wrapper:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 22px solid #fff;
    position: absolute;
    bottom: -22px;
    right: 65px;
}

.fq-bx-sec .bx h4 {
    margin-bottom: 12px;
}

.fq-bx-sec .wpb_text_column {
    margin-bottom: 0px;
}

.form-bg > .vc_column-inner > .wpb_wrapper {
    box-shadow: 0px 3px 20px #96969629;
    border-radius: 10px;
    background: #fff;
    padding: 40px;
}

.form input,
.form textarea,
.form select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EEEBEB;
    border-radius: 5px;
    padding: 14px 16px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    color: #231F20;
}

.form textarea {
    height: 134px;
    resize: none;
}

.form select {
    height: 51px;
}

.form input[type="submit"] {
    width:auto!important;
    border-radius: 26px!important;
    background-color: #F2A221!important;
    color: #fff!important;
    padding: 14px 28px!important;
    position: relative!important;
    border:  1px solid transparent!important;
    font-size: 16px!important;
}

.form button{
    width:auto!important;
    border-radius: 26px!important;
    background-color: #F2A221!important;
    color: #fff!important;
    padding: 14px 28px!important;
    position: relative!important;
    border:  1px solid transparent!important;
    font-size: 16px!important;
}

.form button:disabled {
    opacity: 0.5;
}

.form h5 {
    font-weight: 600;
    margin-bottom: 30px;
}

.form hr {
    border-top: 1px solid #E3E3E3;
    margin: 50px 0;
    padding: 0px;
}

.form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #231F20;
  opacity: 1; /* Firefox */
}

.form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #231F20;
}

.form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #231F20;
}

.form .wpcf7-spinner {
    width: 19px;
    height: 19px;
    margin: 15px 7px;
    position: relative;
    position: absolute;
}

.form .row>* {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.form .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.pet-resource-txt-nav a {
    font-size: 22px;
    color: #BBB9B9;
    font-weight: 400;
    margin: 0 48px;
    position: relative;
}



.pet-resource-txt-nav a:after {
    content: '';
    background: transparent;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.pet-resource-txt-nav a:hover,
.pet-resource-txt-nav a.active {
    color: #F2A221;
}

.pet-resource-txt-nav a:hover:after,
.pet-resource-txt-nav a.active:after {
    background: #F2A221;   
}


.pet-resource-txt-nav p {
    padding-bottom: 5px;
    border-bottom: 1px solid #E6E6E6;
}

.p-res-sec .com-bx {
    margin-bottom: 60px;
}

.p-res-sec .com-bx h4 {
    min-height: auto;
    margin-bottom: 15px!important;
}

.p-res-sec .com-bx p {
    color: #767676;
    font-size: 15px;
}

.p-res-sec .com-bx .comm-bx-txt > .vc_column-inner > .wpb_wrapper {
    min-height: 285px;
    padding-bottom: 12px;
}


.p-res-sec .com-bx .wpb_text_column {
    margin-bottom:  30px!important;
}


.content-policies #main h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.content-policies #main .wpb_text_column {
    margin-bottom: 50px;
}

.no-inner-banner .inner-header{
    display: none;
}

.no-inner-banner .breadcrumbs {
    margin-top: 150px;
}

.seminar-pg-sec .bx {
    margin-bottom: 70px;
}

.seminar-pg-sec .bx h5 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

.seminar-pg-sec .bx .date {
    font-size: 93px;
    letter-spacing: -7.44px;
    color: #F2A221;
    margin-bottom: 0px;
    line-height: 93px;
}

.seminar-pg-sec .bx h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.seminar-pg-sec .bx .wpb_text_column {
    margin-bottom: 30px;
}

.seminar-pg-sec .bx .event-venue {
    margin-bottom: 20px;
}

.seminar-pg-sec .bx .event-time {
    margin-bottom: 0px;
}

.seminar-pg-sec .bx .event-venue p {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 49px;
}

.seminar-pg-sec .bx .event-venue img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.seminar-pg-sec .bx .event-time p {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 49px;
}

.seminar-pg-sec .bx .event-time img {
    position: absolute;
    left: 0px;
    top: -9px
}

.cont-dt-sec p {
    font-size: 18px;
    color: #231F20;
    font-weight: 600;
    position: relative;
    padding-left: 44px;
}

.cont-dt-sec p img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.cont-dt-sec p strong {
    font-size: 20px;
    font-weight: 600;
}

.cont-dt-sec p a {
    color: #231F20;
}

.cont-dt-sec p a.clr {
    color: #F2A221;
    text-decoration: underline;
}

.form-altr {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}

.form-altr input,
.form-altr textarea {
    border:  1px solid #E3E3E3;
    border-radius: 5px;
    color: #231F20;
    width: 100%;
    padding: 12px 21px;
    margin-bottom: 20px;
    font-size: 16px;
}

.form-altr textarea {
    resize: none;
    height: 185px;
}

.form-altr input[type="submit"] {
    width:auto!important;
    border-radius: 26px!important;
    background-color: #F2A221!important;
    color: #fff!important;
    padding: 14px 28px!important;
    position: relative!important;
    border:  1px solid transparent!important;
    font-size: 16px!important;
    margin-bottom: 0px!important;
}

.form-altr .wpcf7-spinner {
    width: 19px;
    height: 19px;
    margin: 15px 7px;
    position: relative;
    position: absolute;
}

.thanks-pg .inner-header,
.thanks-pg .breadcrumbs,
.error404 .inner-header,
.error404 .breadcrumbs {
    display: none;
}


.thanks-pg #main p {
    font-size: 22px;
    color: #767676;
}

.wpcf7 .wpcf7-stripe .wpcf7-form-control {
    display: block;
    background: #fff;
    padding: 16px 12px;
    border: 1px solid #EEEBEB;
}

.error404 #main .error404 {
    padding: 180px 0 160px 0;
    text-align: center;
}

.error404 #main .error404 figure {
    margin-bottom: 50px;
}

.error404 #main .error404 h1 {
    font-size: 60px;
    color: #231F20;
    font-weight: 600;
    margin-bottom: 24px;
}

.error404 #main .error404 p {
    font-size: 22px;
    margin-bottom: 40px;
}

.page-id-696 {
    background-color: #f9f9f9;
}

.testi-pg-sec {
    column-count: 2;
    column-gap: 30px;
    margin-top: 30px;
}

.testi-pg-sec .item-box {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 54px;
    break-inside: avoid;
}

.testi-pg-sec .item-bx {
    box-shadow: 0px 6px 20px #9696961C;
    border-radius: 18px;
    padding: 50px;
    position: relative;
    background-color: #fff;
}

.testi-pg-sec .item-bx:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 22px solid #fff;
    position: absolute;
    bottom: -22px;
    right: 65px;
}

.testi-pg-sec .item-bx .item-content {
    margin-bottom: 20px;
}


.testi-pg-sec .item-bx .item-dt {
    display: flex;
    align-items: center;
}

.testi-pg-sec .item-bx .item-dt:after {
    content: '';
    display: block;
    clear: both;
}


.testi-pg-sec .item-bx .item-dt > div {
    float: left;
    margin-right: 10px;
    width: 67px;
    overflow: hidden;
}

.testi-pg-sec .item-bx .item-dt > div img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
}

.testi-pg-sec .item-bx .item-dt h5 {
    font-size: 20px;
    font-weight: 600;
    color: #F2A221;
}

.testi-pg-sec .item-bx .item-dt h5 span {
    color: #231F20;
    font-size: 17px;
    font-weight: 400;
    display: block;
}

body.blog #main {
    padding-top: 120px!important;
    padding-bottom: 90px!important;
}

.fea-post {
    margin-bottom: 60px;
}

.fea-post .cont {
    background-color: #FFF4E3;
    padding: 30px;
    height: 100%;
}

.fea-post .pl-0 {
    padding-left: 0px!important;
}

.fea-post .fea-badge {
    color: #F2A221;
    font-size: 16px;
    padding: 8px 20px;
    background-color: #fff;
    margin-bottom: 60px;
    display: inline-block;
}

.fea-post h6 {
    font-size: 16px;
    color: #F2A221;
}

.fea-post h6 span {
    color: #231F20;
}

.fea-post .date {
    position: relative;
    padding-left: 44px;
}

.fea-post .date:before {
    content: '';
    width: 23px;
    height: 1px;
    background-color: #231F20;
    position: absolute;
    left: 8px;
    top: 8px;
}

.fea-post h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.fea-post p {
    font-size: 17px;
    color: #231F20;
    margin-bottom: 50px;
}

.fea-post a {
    font-size: 16px;
    color: #F2A221;
    font-weight: 600;
    margin-bottom: 30px;
}

.fea-post i {
    position: relative;
    right: -8px;
    top: 1px;
}

.card-post .post-thumbnail {
    margin-top: 0px;
}


.card-post h6 {
    font-size: 16px;
    color: #F2A221;
}

.card-post h6 span {
    color: #231F20;
}

.card-post h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-post a {
    font-size: 16px;
    color: #F2A221;
    font-weight: 600;
    margin-bottom: 30px;
}

.card-post i {
    position: relative;
    right: -8px;
    top: 1px;
    font-size: 14px;
}

.card-post {
    margin-bottom: 30px;
}

.blog #sidebar {
    width: 100%;

}

#sidebar .widget-title {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#sidebar .widget-area ul {
    list-style: none;
    padding: 0px;
    margin:  0px 0 30px 0;
}

#sidebar .widget-area ul li a {
    color: #231F20;
    font-size: 16px;
    position: relative;
}

#sidebar .widget-area ul li a:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: #F2A221;
}

#sidebar .widget-area ul li a:hover {
    color: #F2A221;
}

#sidebar .widget-area ul li {
    line-height: 1;
    padding: 5px 0;
}

#sidebar .widget-area .social {
    position: relative;
}


#sidebar .widget-area .social li {
    display: inline-block;
    margin-left: 4px;
    position: relative;
}

#sidebar .widget-area .social li:first-child {
    margin-left: 0px;
}

#sidebar .widget-area .social li a{
    width: 35px;
    height: 35px;
    background: #171717;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sidebar .widget-area .social li a:before {
    display: none;
}


#sidebar .widget-area .social li a:hover {
    background: #F2A221;
    color: #fff;
}

#sidebar .newsletter-sidebar {
    padding: 30px;
    background-color: #F2A221;
    border-radius: 5px;
    margin-bottom: 30px;
}

#sidebar .newsletter-sidebar h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
}

#sidebar .newsletter-sidebar p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}

#sidebar .newsletter-sidebar input {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 12px 15px 9px 15px;
    color: #fff;
    width: 100%;
    background: #FCB035;

}

#sidebar .newsletter-sidebar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#sidebar .newsletter-sidebar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#sidebar .newsletter-sidebar input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}




#sidebar .newsletter-sidebar input[type="submit"] {
    width: auto!important;
    border-radius: 26px!important;
    background-color: #fff!important;
    color: #F2A221!important;
    padding: 11px 25px!important;
    position: relative!important;
    border: 1px solid #fff!important;
    font-size: 16px!important;
    margin-top: 13px;
}

.archive .breadcrumbs {
    margin-bottom: 80px;
}

.page-header .page-title {
    font-size: 40px;
    color: #231F20;
    margin-bottom: 30px;
}

.single-post .inner-header {
    display: none;
}

.single-post .breadcrumbs {
    margin-top: 113px;
    margin-bottom: 80px;
}

.single-post {
    background-color: #F9F9F9;
}

.single-post #sidebar {
    display: none;
}

.single-post-dt {
    width: 80%;
    margin: 0px auto;
    background-color: #fff;
    padding: 70px 88px;
}

.single-post-dt .post-thumbnail {
    margin-bottom: 30px;
}

.single-post-dt .cat {
    text-align: center;
}

.single-post-dt .cat ul {
    display: inline-block;
    margin: 0px 0 20px 0;
    padding: 0px;
}

.single-post-dt .cat ul li {
    display: inline-block;
    color: #F2A221;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    margin: 0 15px;
}

.single-post-dt .cat ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #E9E9E9;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.single-post-dt .post-title {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.single-post-dt h6 {
    font-size: 16px;
    color: #F2A221;
    text-align: center;
    margin: 0 0 20px 0;
}

.single-post-dt h6 span {
    color: #AAAAAA;
}

.single-post-dt .date {
    position: relative;
    padding-left: 0;
}



.single-post-dt p {
    color: #1C2125;
}

.single-post-dt blockquote {
    background-color: #FFF4E3;
    border-radius: 4px;
    padding: 51px 44px;
    font-size: 22px;
    position: relative;
}

.single-post-dt blockquote p {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 0px;
}

.single-post-dt blockquote:before {
    content: '';
    position: absolute;
    top: -21px;
    width: 61px;
    right: 30px;
    background: url('../images/icon-quote-block.svg') no-repeat center top;
    height: 44px;
}

.single-post-dt .entry-meta hr {
    border: 0px;
    margin: 50px 0;
    border-top: 1px solid #959595;
}

.single-post-dt .entry-meta .tags {
    margin-bottom: 0px;
}

.post-share .addtoany_shortcode {
	margin-top: 5px;
}

.single-post-dt .entry-meta .tags a {
    display: inline-block;
    margin: 4px;
    color: #F2A221;
    font-size: 16px;
    border:  1px solid #E9E9E9;
    padding: 7px 19px;
    border-radius: 4px;

}

.single-post-dt .addtoany_list a span {
    border-radius: 50%!important;
    padding: 5px!important;
    width: 35px!important;
    height: 35px!important;
}

.single-post .previous-post,
.single-post .previous-post:hover,
.single-post .previous-post:focus,
.single-post .next-post,
.single-post .next-post:hover,
.single-post .next-post:focus {
    border: 0px!important;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
    color: #767676;
    background: transparent!important;
    box-shadow: 0px 0px 0px!important;
}

.single-post .previous-post .title {
    display: block!important;
}


.single-post .previous-post .arrow {
    text-align: left;
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 21px;
}


.single-post .next-post .arrow {
    text-align: right;
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 21px;
}

.single-post .post-dt-nav {
    width: 80%;
    margin: 50px auto;
}

.single-post .post-dt-nav .fl-lft {
    float: left;
}

.single-post .post-dt-nav .fl-right {
    float: right;
}

.single-post .post-dt-nav .post-navigation:after {
    content: '';
    clear: both;
    display: block;
} 

.post-type-archive-faq .inner-header {
    background-image: url('../images/faq-inner-banner.jpg');
}

.post-type-archive-faq #sidebar {
    display: none;
}

.post-type-archive-faq .col-md-8.col-sm-12 {
    width: 100%;
}

.faq-cat-bx {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #96969629;
    padding: 20px 0;
}

.faq-cat-bx h4 {
    padding: 0 20px;
    margin-bottom: 18px;
}

.faq-cat-bx ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.faq-cat-bx ul li {
    border-top: 1px solid #ededed;
    font-size: 16px;
    padding: 9px 20px;
}

.faq-cat-bx ul li a {
    color: #767676;
}

.faq-cat-bx ul li:first-child {
    border-top: 0px;
}


.faq-cat-bx ul li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: #F2A221;
}


.faq-cat-bx ul li a:hover {
    color: #f2A221;
}

.faq-dt h3 {
    font-size: 26px;
    font-weight: 600;
    color: #F2A221;
    margin-top: 40px;
}

.faq-dt h3:first-child {
    margin-top: 0px;
}

.faq-dt .acc-bx {
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
}



.faq-dt .acc-bx h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    position:   relative;
    cursor:     pointer;
}



.faq-dt .acc-bx h4:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    float:  right;
}

.faq-dt .acc-bx h4.active:after {
    content: '\f106';
}

.faq-dt .acc-bx p {
    margin: 0px;
}

.faq-dt .acc-bx ul li {
    font-size: 17px;
    color: #767676;
    padding: 10px 0;
    line-height: 1.4;
}

.faq-dt .acc-bx .dt {
    padding-top: 20px;
    display: none;
}

.post-type-archive-faq #main {
    padding-bottom: 120px;
}

.faq-dt .acc-bx:first-child .dt {
    display: block;
}

.dropdown-menu {
    background: #231F20;
    border-radius: 0px;
    width: 320px;
    top: 44px;
    left: 20px;
}

.dropdown-menu:before {
    width: 100%;
    content: '';
    height: 28px;
    position: absolute;
    top: -28px;
}


#header .navbar-nav li .dropdown-menu li {
    margin: 0px;
}

.dropdown-item {
    color: #D9D9D9!important;
    font-size: 16px!important;
    font-weight: 400!important;
    padding: 5px 22px;
    position: relative;
}


.dropdown-item br {
    display: none;
}

#header .navbar-nav li .dropdown-menu li:first-child:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #231F20;
    content: '';
    position: absolute;
    top: -9px;
    left: 18px;
}


.dropdown-item:hover {
    background-color: #F2A221;
    color: #fff!important;
}


body.nav-open-fix {
    position: fixed;
    width: 100%;
}

#header.nav-open {
    height: 100%;
    align-items: flex-start;
    background: #231F20;
    overflow-y: scroll;
    padding-bottom: 50px!important;
    position: fixed;
}

.navbar-brand img+img {
    display: none;
}

.navbar-toggler img+img {
    display: none;
}

#header.nav-open .navbar-brand img {
    display: none;
}

#header.nav-open .navbar-brand img+img {
    display: block;
}

#header.nav-open .navbar-toggler img {
    display: none;
}

#header.nav-open .navbar-toggler img+img {
    display: block;
}

.show-res {
    display: none;
}

.side-by-side-content .wpb_text_column.txt-single {
    margin-bottom: 0px!important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.form-step input,
.form-step textarea,
.form-step select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EEEBEB;
    border-radius: 5px;
    padding: 14px 16px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 25px;
    color: #231F20;
}

.form-step textarea {
    height: 134px;
    resize: none;
}

.form-step select {
    height: 51px;
}

.form-step input[type="submit"] {
    width:auto!important;
    border-radius: 26px!important;
    background-color: #F2A221!important;
    color: #fff!important;
    padding: 14px 28px!important;
    position: relative!important;
    border:  1px solid transparent!important;
    font-size: 16px!important;
}

.fieldset-cf7mls button{
    float: right;
    width:auto!important;
    border-radius: 26px!important;
    background-color: #F2A221!important;
    color: #fff!important;
    padding: 14px 28px!important;
    position: relative!important;
    border:  1px solid transparent!important;
    font-size: 16px!important;
    width: max-content!important;
}

.fieldset-cf7mls button.cf7mls_back{
    margin-right: 15px!important;
    background-color: #fff!important;
    color: #F2A221!important;
    border:  1px solid #F2A221!important;

}

.cf7mls-btns {
    display: flex;
    justify-content: flex-end;
}

.form-step button:disabled {
    opacity: 0.5;
}

.form-step h5 {
    font-weight: 600;
    margin-bottom: 30px;
}

.form-step hr {
    border-top: 1px solid #a6a6a6;
    margin: 22px 0 32px 0;
    padding: 0px;
}

.form-step ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959595;
  opacity: 1; /* Firefox */
}

.form-step :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #959595;
}

.form-step ::-ms-input-placeholder { /* Microsoft Edge */
  color: #959595;
}

.form-step .wpcf7-spinner {
    width: 19px;
    height: 19px;
    margin: 15px 7px;
    position: relative;
    position: absolute;
}

.form-step .row>* {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.form-step .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.form-step h6 {
    font-size: 16px;
    font-weight: 400;
    color: #F2A221!important;
    margin-bottom: 30px;
}

.form-step label {
    color: #231F20;
    font-size: 16px;
    margin-bottom: 5px;
}

.form-step input[type="radio"] {
    width: auto;
} 

.form-step .wpcf7-list-item.first {
    margin-left: 0px;
}

.form-step .wpcf7-list-item {
    margin-left: 20px;
}

.form-step .mtpx-13 {
    margin-top: 13px;
}

.contact-form-section.form img {
    max-width: 100%;
}

.brochures-quantity div#field2, .booklets-quantity div#field2, .cards-quantity div#field2 {
    display: flex;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    color: #7B7B7B;
    font-size: 13px;
    font-weight: 200;
}
.brochures-quantity div#field2 input, .booklets-quantity div#field2 input, .cards-quantity div#field2 input {
    width: 48%;
    text-align: end;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    color: #f4a220;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 0px;
}
.brochures-section .col-md-2, .booklets-section .col-md-2, .cards-section .col-md-2 {
    padding: 0 15px;
}
.brochures-section h3, .booklets-section h3, .cards-section h3 {
    font-size: 16px;
    color: #111111;
    font-weight: 500;
}
.brochures-quantity div#field2 br, .booklets-quantity div#field2 br, .cards-quantity div#field2 br {
    display: none;
}
.brochures-quantity .quatity-buttons, .booklets-quantity .quatity-buttons, .cards-quantity .quatity-buttons {
    background: #fff;
    padding: 5px 2px;
    border: solid 1px #E6E6E6;
    margin-left: 14px;
    width: 75px;
}

.brochures-quantity .quatity-buttons p, 
.booklets-quantity .quatity-buttons p, 
.cards-quantity .quatity-buttons p{
	margin-bottom: 0px;
}

.brochures-quantity div#field2 p, 
.booklets-quantity div#field2 p, 
.cards-quantity div#field2 p {
	margin-bottom: 0px;
}


.brochures-quantity .quatity-buttons a, .booklets-quantity .quatity-buttons a, .cards-quantity .quatity-buttons a {
    cursor: pointer;
    color: #444444;
    font-size: 14px;
    font-weight: 600 !important;
}

.sticky-img {
    padding-right: 0px!important;
}
    
.sticky-img img {
    max-width: 100%;
    height: 100%;
}
h4.prod-cat {
    font-size: 26px;
    margin: 20px 0;
}


.form-step input.wpcf7-not-valid, 
.form-step textarea.wpcf7-not-valid, 
.form-step select.wpcf7-not-valid {
	border: 1px solid #f00;
}

.form-step .wpcf7-not-valid-tip {
	display: none!important;
}

.nosp-p p {
	margin-bottom: 0px;
}

#wpcf7-f1197-o1 input.wpcf7-not-valid,
#wpcf7-f1197-o1 textarea.wpcf7-not-valid {
	border-color: #f00!important;
}

#wpcf7-f1197-o1 .wpcf7-not-valid-tip{
	display: none!important;
}

.yith-faqs-search {
    float: right;
    width: 70%;
    padding-top: 0px;
    border: 0px;
}

ul.yith-faqs-categories {
    width: 30%;
    float: left;
    margin: 0px;
    padding-right: 50px;
}



#yith-faqs-container {
    float: right;
    width: 70%;
}

.yith-faqs-search-container {
    width: 100%;
    background: #F8F8FA;
    border-radius: 4px;
    height: 55px;
    border: 0px;
    margin-top: -29px;
}

.yith-faqs-search-input input, .yith-faqs-search-input input:focus {
    background: #f8f8fa;
    height: 55px!important;
    outline: none;
}

.yith-faqs-search-button button {
    width: 55px;
    height: 55px;
    padding: 0;
    font-size: 18px;
    background: transparent;
    color: #afafaf;
    outline: 0;
    border: 0px;
    border-radius: 0;
    text-align: left;
}

.yith-faqs-item {
    border-radius: 0;
    padding: 9px 0px;
    margin: 0 0 10px 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #E5E5E6;
}

.yith-faqs-title {
    height: auto;
    padding: 0px;
    min-height: 50px;
    padding-top: 20px;
    font-size: 20px;
    color: #082C54;
}

.yith-faqs-search-button button:hover {

    background: transparent;
    color: #afafaf;
}

ul.yith-faqs-categories li {
    width: 100%;
    position: relative;
    padding-left: 22px;
}

ul.yith-faqs-categories li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 2px;
	top: 15px;
	color: #F2A221;
}


ul.yith-faqs-categories li a {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    color: #767676;
    padding: 11px 0;
    font-size: 16px;
}

ul.yith-faqs-categories li a.active, 
ul.yith-faqs-categories li a:hover {
    color: #F2A221;
    background-color: transparent;
    border-color: #40A2B3;
    font-weight: 400;
}

.yith-faqs-title .icon {
    outline: 0;
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
    padding: 9px;
    text-align: center;
    font-size: 28px;
    line-height: 14px;
    width: 33px;
    height: 33px;
    color: #000000;
    border-radius: 50%;
    float: right;
    margin-top: -6px;
    margin-right: 20px;
}

.yith-faqs-link {
    display: none;
}

.yith-faqs-title {
    height: auto;
    padding: 0px;
    min-height: 50px;
    padding-top: 20px;
    font-size: 18px;
    color: #231F20;
    padding-bottom: 20px;
    line-height: 1.5;
    padding-left: 0px;
    padding-right: 72px!important;
}

.yith-faqs-content {padding-left: 0!important;padding-left: 25px;padding-bottom: 20px;padding-right: 35px!important;}


.yith-faqs-item.active {
    background: transparent;
}

.yith-faqs-item.active .yith-faqs-title .icon {
    background: #fff;
}
.search .page-header .page-title {
	font-size: 24px;
}
@media screen and (max-width:1180px) {
    .form h5 {margin-bottom: 10px;}
    .brochures-quantity .quatity-buttons, .booklets-quantity .quatity-buttons, .cards-quantity .quatity-buttons {margin-bottom: 15px;}
    .vc_column-inner.vc_custom_1656389398120 { 
        padding-top: 50px !important;
        padding-right: 25px !important;
        padding-bottom: 50px !important;
        padding-left: 25px !important;
        margin-bottom: 25px;
    }
    #header .navbar-nav > li:nth-last-child(2) { display: none; }
    .srv-dt > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper { padding: 120px 80px 120px 80px; }
    .srv-tab-sec .vc_tta.vc_general .vc_tta-panel-body {padding: 0; height: unset;}
}
@media screen and (max-width:820px) and(min-width:768px) and (orientation: portrait) {
    .vc_column-inner.vc_custom_1656389452053{
        padding-left: 25px !important;
    }
    .vc_section.vc_custom_1656387937572{
        padding-top: 50px !important;
    }
    .vc_column-inner.vc_custom_1656388261986 {
        margin-top: 30px;
    }
    .event-date.vc_col-sm-2 {
        width: 16.66666667% !important;
    }
    .event-picture.vc_col-sm-4 {
        width: 33.33333333% !important;
    }
    .event-deets.vc_col-sm-6 {
        width: 50% !important;
    }
}
@media screen and (max-width: 1023px) { 

    body.has-easy-notification-bar #header {
        top:  55px;
    } 

    body.has-easy-notification-bar #header.head-fixed {
        top:  55px;
    }

    .easy-notification-bar .easy-notification-bar-message a {
        display: block;
    }

    #rev_slider_1_1_wrapper .ares.tp-bullets {
        transform: translateY(-40px)!important;
        left: 0px!important;
        right: 0px;
        margin: auto;
    }

    .navbar-brand img {
        height: 44px;
    }

    #header {
        padding: 11px 0;
    }

    #navbar {
        border-top: 1px solid #6f6f6f;
        padding-top: 20px;
        margin-top: 20px;
    }

    #header .navbar-nav li {
        display: block;
        /* width: 100%; */
        text-align: left;
        margin: 12px 30px!important;
    }


    #header .navbar-nav .nav-link {
        color: #fff;

    }

    .dropdown-toggle:after {
        float: right;
        margin: 9px 0 0 10px;
    }

    #header .navbar-nav > li:nth-last-child(2) {
        margin-top: 57px!important;
    }

    #header .navbar-nav > li:last-child a {
        display: inline-block;
    }

    .services-sec #services-slider .owl-stage-outer {
        overflow: hidden;
    }

    h2, h3 {
       font-size: 30px;
    }

    h4 {
       font-size: 22px;
    }

    p br {
        display: none!important;
    }

    #services-slider .owl-item img {
        height: auto;
    }

    #services-slider h4 {
        font-size: 16px;
    }

    .btn-srv-slide {
        margin-bottom: 25px;
    }

    body .services-sec {
        padding-bottom: 0px!important;
    }

    .bg-sec > .wpb_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
        padding-right: 20px;
    }

    .bg-sec  .bg-sec-col-lft-txt {
        padding-left: 20px;
        padding-bottom: 35px;
        padding-top: 20px!important;
    }

    .bg-sec  .bg-sec-col-lft-txt br {
        /* display: block!important; */
    }

    .bg-sec .row-main {
        padding-right: 0px!important;
    }

    body .hme-cont {
        padding-top: 60px!important;
        padding-bottom: 0px!important;
    }

    body .testimonial-sec {
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }

    .testimonial-sec .item .item-content p {
        font-size: 20px;
    }

    .testimonial-sec .item .item-content {
        padding: 0 50px;
    }

    #testimonial-slider .owl-nav button.owl-prev {
        left: 0px;
    }
    
    #testimonial-slider .owl-nav button.owl-next {
        right: 0px;
    }

    #testimonial-slider .owl-nav button {
        bottom: 208px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-size: 100%;
    }

    body .contact-sec {
        padding-bottom: 60px!important;
    }

    .contact-sec .vc_row.vc_row-flex {
        flex-direction: column-reverse;
    }

    .contact-sec .vc_row.vc_row-flex .vc_col-sm-6:nth-child(2) {
        padding: 60px 23px 0 23px;
    }

    .contact-sec h3 {
        text-align: center!important;
    }

    .our-facility-sec h3 {
        text-align: center!important;
    }

    .hide-res {
        display: none!important;
    }

    .show-res {
        display: block;
    }

    #footer p br {
        display: block!important;
    }

    #footer .f-3 {
        padding: 25px 15px;
    }

    #footer .social {
        margin: 35px 0 37px 0;
    }

    #footer .copy p {
        text-align: center;
    }

    #footer .copy .comp {
        padding-top: 15px;
    }

    #footer {
        padding: 60px 0 20px 0;
    }

    .inner-header {
        margin-top: 76px;
        height: 280px;
    }

    .inner-header h1 {
        font-size: 32px;
    }

    .inner-header h1 {
        width: 100%;
    }

    body .side-by-side-content {
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }

    body .ptpb-mob {
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }

    #team-slider .team-box {
        margin-bottom: 0px;
            padding: 0 43px;
    }

    body .team-sec {
        padding-top: 60px!important;
        padding-bottom: 50px!important;
    }

    #team-slider .owl-nav button {
        background-size: 100%;
        width: 30px!important;
        height: 30px!important;
    }

    #team-slider .owl-nav button.owl-prev {
        left: 0px;
    }

    #team-slider .owl-nav button.owl-next {
        right: 0px;
    }

    .bg-sec.img-abs-r .col-r {
        position: static;
    }

    .bg-sec h2 {
        font-size: 30px!important;
    }

    .bg-sec .vc-row-pd {
        padding-top: 60px!important;
        padding-bottom: 0px!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    body .abt-news-events {
        /* padding-bottom: 0px!important; */
    }

    #recent-slider .owl-nav button {
        width: 30px!important;
        height: 30px!important;
        background-size: 100%!important;
    }

    #recent-slider .owl-nav button.owl-prev {
        left: 0px;
    }

    #recent-slider .owl-nav button.owl-next {
        right: 0px!important;
    }

    #recent-slider .item {
        padding-left: 43px;
        padding-right: 43px;
    }

    #recent-slider .item-content {
        width: 64%;
    }

    .ult-modal-input-wrapper.ult-adjust-bottom-margin.video-icon {
        margin-top: 30px;
    }

    .com-bx {
        margin-bottom: 15px;
    }

    body .com-bx-sec {
        padding-top: 60px!important;
        padding-bottom: 50px!important;
    }

    .com-bx-sec .vc_row.wpb_row {
        display: block;
    }

    body .vc_custom_1654387335069 {
        margin-bottom: 0px!important;
    }

    body .careers-bt-cta .col-r {
        position: static;
    }

    body .careers-bt-cta {
        padding: 40px 0!important;
    }

    body .careers-bt-cta img {
        margin-top: 20px;
    }

    .career-dt .col-r {
        position: relative;
    } 

    body .vc_custom_1656640223976 {
        padding: 0px!important;
    }

    body .vc_custom_1656640885787 {
        padding: 20px!important;
    }

    .team-filter ul li {
        display: inline-block;
        margin: 9px 9px;
        border-radius: 26px;
        padding: 9px 17px;
        position: relative;
        border: 1px solid #F2A221;
        font-size: 16px;
        border-color: #F2A221;
        background-color: transparent;
        color: #F2A221;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 44%;
        vertical-align: top;
    }

    .fea-post img {
        max-width: 100%;
        height: auto;
    }

   .fea-post .pl-0 {
        padding-left: 15px!important;
    }

   .fea-post {
        margin: 0px;
        margin-bottom: 60px;
    }
    
   body .vc_custom_1656340172323 {
        margin-bottom: 20px!important;
    }
    
    .services-sec .item-icon img {
        width: 100%;
        height: auto;
    }

    .services-sec .item h4 br {
        display: none;
    }

    .srv-pg-how-sec .bx.up {
        position: static;
        top: 0px;
        margin: 20px 0;
    }

    body .vc_custom_1655944408935 {
        padding: 40px 20px!important;
    }

    body .vc_custom_1655944408935 .wpb_single_image {
        margin-bottom: 20px!important
    }
    

    .side-by-side-content .vc_row {
        display: block!important;
    }

    .side-by-side-content .wpb_single_image {
        margin-top: 20px;
    }

    .srv-dt > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
        padding: 0px 15px 0px 15px;
    }

    br {
        display: none;
    }

    body .vc_custom_1658918611050 {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .srv-rehab-bx .vc_row {
        display: block;
    }

    .srv-tab-sec .vc_tta.vc_general .vc_tta-panel-body {
        padding: 20px;
        height: auto;
    }

    .srv-tab-sec .vc_tta.vc_general .vc_tta-panel-body img {
        margin: 0px 0px 20px 0;
        float: left;
    }

    .srv-tab-sec .vc_tta-panels {
        height: auto!important;
    }

    .srv-bx-dt-sec .vc_col-sm-2 {
        width: 100%;
    }

    .fq-bx-sec .bx > .vc_column-inner > .wpb_wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .fq-bx-sec .bx .wpb_single_image  {
        margin-bottom: 20px!important;
    }

    .sticky-img {
        padding-right: 15px!important;
    } 

    .single-post-dt {
        width: 90%;
        margin: 0px auto;
        background-color: #fff;
        padding: 20px;
    }


}

@media only screen and (max-width: 1023px) and (min-width: 768px)  {
	#header .container {
		display: block;
	}
	
	#navbar {
        border-top: 1px solid #6f6f6f;
        padding-top: 20px;
        margin-top: 20px;
        display: block!important;
    }
	
	.navbar-brand {
		width: 100%;
		text-align: center;
		display: block;
	}
	
	#header .navbar-nav > li:last-child {
		display: none;
	}
	
	#slider-1-slide-1-layer-3 {
		/* display: none!important; */
	}
	
	
	#header .navbar-nav li {
        margin: 0px 9px!important;
        font-size: 15px;
	}
	
	#header .navbar-nav {
        align-items: center;
        margin-left: auto!important;
        margin-right: auto;
        justify-content: center;
        gap: 15px;
    }
	
	#header .navbar-nav > li:nth-last-child(2) {
		display: none;
	}
	
	#header .navbar-nav .nav-link {
		color: #000;
	}
	
	.bg-sec .bg-sec-col-lft-txt .vc_btn3.vc_btn3-size-md {
		margin-bottom: 20px;
	}
	
	
     .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%!important;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {

        width: 100%!important;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {

        width: 100%!important;
    }
}
@media screen and (max-width:1024px){
    #header .navbar-nav > li:last-child a { padding: 12px 22px; }
}
@media screen and (max-width:767px) and (orientation: portrait) {
    #slider-1-slide-1-layer-3,
    #slider-1-slide-6-layer-3,
    #slider-1-slide-7-layer-3{
        height: 50px!important;
        line-height: 30px!important;
    }
}
@media screen and (max-width:990px){
    #post-209 img.ult-align-right{
        float: unset !important;
        margin: 0 auto;
    }
}
@media screen and (max-width:767px){
    .vc_section.vc_custom_1656594383336{
        background-image: unset !important;
    }
	
	.yith-faqs-search {
		width: 100%;
		float: none!important;
	}
	
	ul.yith-faqs-categories {
		width: 100%!important;
		float: none!important;
	}
	
	#yith-faqs-container {
		width: 100%;
		float: none;
		padding-top: 0px;
	}
	
	body .vc_custom_1675700176565 {
		padding-top: 60px!important;
		padding-bottom: 40px!important;
	}
	
    .vc_section.vc_custom_1656594383336 p{
        color: #000;
    }
    .list.list-abt li br, .contact-sec p br {
        display: block !important;
    }
    .sec-pet-sl img{
        max-width: 100% !important;
        position: unset;
        margin-bottom: 15px;
    }
    .vc_section.vc_custom_1656376940275, .vc_row.vc_custom_1658834431686 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .single-post-dt .cat ul li:first-child {
        margin-left: 0;
    }
    .single-post-dt .cat ul li:last-child {
        margin-right: 0;
    }
    .testi-pg-sec {
        column-count: 1;
    }
    .seminar-pg-sec .bx h3 { margin-top: 15px; }
	
	.no-inner-banner .breadcrumbs {
		margin-top: 70px;
	}
	
	body .vc_custom_1656388914137 {
		padding: 60px 15px 60px 15px!important;
	}
	
	body .vc_custom_1656389452053 {
		padding-left :15px!important;
	}
	
	body .vc_custom_1656306594871 .vc_btn3-container.vc_btn3-right,
	body .vc_custom_1656306722655 .vc_btn3-container.vc_btn3-right{
		text-align : left!important;
		padding-top: 15px;
	}
	
	body .vc_custom_1656349609563 {
		margin-bottom: 25px!important;
	}
	
	.cont-dt-sec p strong {
		display: block;
	}
	
	body .vc_custom_1654230759657 {
		margin-bottom: 40px!important;
	}
	
	body .vc_custom_1656375737390 {
		margin-bottom: 15px!important;
	}
	
	.side-by-side-content .wpb_single_image.vc_custom_1656375748711 {
		margin-bottom: 15px!important;
	}
	
	.seminar-pg-sec .bx .event-date h5 {
		margin-bottom: 15px;
	}
	
	.brochures-quantity .quatity-buttons, .booklets-quantity .quatity-buttons, .cards-quantity .quatity-buttons {
		margin-bottom: 0px;
	}
	
	.brochures-quantity div#field2 input, .booklets-quantity div#field2 input, .cards-quantity div#field2 input {
		text-align: center;
	}
	
	.brochures-quantity div#field2, .booklets-quantity div#field2, .cards-quantity div#field2 {
		margin-bottom: 15px;
	}
	
/* 	ppc page mobile */
	.page-id-2999 h2.vc_custom_heading.vc_do_custom_heading {
    font-size: 26px !important;
}
.col-align .wpb_wrapper {
    flex-direction: column;
}
.head-col .wpb_wrapper {
    justify-content: flex-end;
    gap: 0px !important;
    align-items: flex-start !important;
    flex-direction: column;
    margin-top: 30px;
}
.head-col .aio-icon-description.ult-responsive {
    font-size: 18px !important;
}
	.ppc-box .com-bx {
    margin-bottom: 0px !important;
}
	.ppc-footer ul.social {
    justify-content: flex-start !important;
    padding-left: 0px;
}
	.fot-row2 p {
    text-align: center !important;
}
	.head-col {
    display: none !important;
}
	.head-logo {
    text-align: center !important;
}
	.ppc-banner {
    background-position: right !important;
}
	.ppc-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000009e;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ppc-content {
    z-index: 9;
}
	.ppc-sec2
 {
    margin: 10px 0px !important;
}
	.page-id-2999 .vc_btn3.vc_btn3-size-md
 {
    font-size: 16px !important;
    padding: 14px 30px !important;
}
	.page-id-2999 {
    overflow-x: hidden;
}


}


/* ppc landing page start */
	.page-id-2999 .vc_btn3.vc_btn3-size-md
 {
    font-size: 16px !important;
    padding: 14px 30px !important;
}
.page-id-2999 section.inner-header {
    display: none;
}
.page-id-2999 header {
    display: none;
}
.page-id-2999 .breadcrumbs {
    display: none;
}
.page-id-2999 footer#footer {
    display: none;
}
div#popmake-3119 {
    background: #ffe1be;
}
.ppc-footer ul.social {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}
.head-col .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
	    align-items: center;
}
.head-col .vc_btn3-container {
    margin-bottom: 0px;
}
.col-align .wpb_wrapper {
    display: flex;
    gap: 30px;
}
.scroll-img {
    margin-top: -40px;
}
.contact-sec > .cnt-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 0px !important;
}
.ppc-box .com-bx .comm-bx-txt > .vc_column-inner > .wpb_wrapper {
    min-height: 110px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offerbox-card {
    margin-bottom: 30px;
    position: relative;
}
.offerbox-card.swiper-slide {
	width: 32%;
}

.offerbox-image-wrap {
    position: relative;
    overflow: hidden;
}

.offerbox-image-wrap img {
    width: 100%;
    display: block;
	border-radius: 30px;
	    height: 250px;
    object-fit: cover;
	
}


.offerbox-toggle {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 2px 12px;
    cursor: pointer;
    z-index: 3;
    border-radius: 50px;
    font-size: 20px;
}


.offerbox-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  background: #EFA121;
    color: #000000;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
		border-radius: 30px;
	font-size: 18px;
    font-weight: 400;
}

.offerbox-text.visible {
    opacity: 1;
    visibility: visible;
}

.offerbox-title {
   font-size: 24px;
    margin-top: 15px;
}

.offerbox-link {
  display: flex;
    align-items: center;
    margin-top: 10px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.offerbox-arrow-img {
    width: 20px;
    height: auto;
    margin-right: 8px;
    display: inline-block;
}
.ppc-banner {
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.offerbox-slider .swiper-button-next,
.offerbox-slider .swiper-button-prev {
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.offerbox-slider .swiper-button-prev,
.offerbox-slider .swiper-button-next {
    display: none !important;
}

@media screen and (max-width:767px){
	.offerbox-slider .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0px;
		        justify-content: unset;
}
	.offerbox-slider .swiper-button-prev, .offerbox-slider .swiper-button-next {
    display: flex !important;
}
	.offerbox-slider .swiper-button-next:after, .offerbox-slider .swiper-button-prev:after {
    font-size: 10px;
    color: #efa121;
    font-weight: bold;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.offerbox-card.swiper-slide {
    width: 30% !important;
}
}
/* ppc landing page end */