@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aladin&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden;
}

::-moz-selection {
 color: #fff;
 background: #333;
}
::selection {
    color: #fff;
    background: #333;
}

::-webkit-scrollbar-track {
 background-color: #cacaca;
}

::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
 background-color: #353535;
}
a {
    text-decoration: none !important;
}
.pdd {
    padding: 0 !important;
}
.home {
    width: 100%;
    margin: 0;
    border-top: 4px solid #1879ed;
    padding: 13px 0;
    z-index: 99;
    background: #fff;
    position: relative;
}
.fixheader {
    position: fixed;
    z-index: 999;
    border: none;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.1);
}
p {
    letter-spacing: .2px;
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 5px 0;
    color: #555;
}
.logo {
    padding: 0 !important;
}
.logo img {
    width: 180px;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.topright {
    margin: 14px 0;
    padding: 0 !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mainmenu {
    margin: 0;
    padding: 0;
    text-align: right;
}
.mainmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.mainmenu li a {
    font-family: 'Aladin', cursive;
    font-size: 15px;
    line-height: 35px;
    margin: 0;
    letter-spacing: 1px;
    padding: 0 14px;
    color: #333;
    display: block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.mainmenu li a:hover {
    color: #1879ed;
}
#side-menu-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    z-index: 99999;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#menu {
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: -6px;
    right: 0;
    background: none;
    border-radius: 100%;
    border: 2px solid transparent;
    width: 47px;
    height: 47px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
#menu.active {
    right: 234px;
    top: -32px;
    padding: 9px;
    background: #fff;
    border: 2px solid #ffffff;
    border-radius: 0;
}
#menu.active span, #menu.active span:before, #menu.active span:after {
    background: #333;
}
#menu span {
    top: 21px;
}
#menu span, #menu span:before, #menu span:after {
    cursor: pointer;
    height: 2px;
    width: 35px;
    margin: 0;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#menu span:before {
    -webkit-animation: undo-top .5s forwards;
    -moz-animation: undo-top .5s forwards;
    -o-animation: undo-top .5s forwards;
    animation: undo-top .5s forwards;
}
#menu span:after {
    bottom: -10px;
    -webkit-animation: undo-bottom .5s;
    -moz-animation: undo-bottom .5s;
    -o-animation: undo-bottom .5s;
    animation: undo-bottom .5s;
}
#menu.active span {
    background-color: transparent;
    width: 25px;
}
#menu.active span:before {
    top: 0;
}
#menu.active span:before {
    width: 25px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: top-x .5s forwards;
    -moz-animation: top-x .5s forwards;
    -o-animation: top-x .5s forwards;
    animation: top-x .5s forwards;
}
#menu.active span:after {
    width: 25px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: bottom-x .5s forwards;
    -moz-animation: bottom-x .5s forwards;
    -o-animation: bottom-x .5s forwards;
    animation: bottom-x .5s forwards;
}
 @-webkit-keyframes top-x {
 0% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
}
 @keyframes top-x {
 0% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
}
 @-webkit-keyframes bottom-x {
 0% {
 -webkit-transform: translateY(0) rotate(0);
 -moz-transform: translateY(0) rotate(0);
 -o-transform: translateY(0) rotate(0);
 transfrom: translateY(0) rotate(0);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
}
 @keyframes bottom-x {
 0% {
 -webkit-transform: translateY(0) rotate(0);
 -moz-transform: translateY(0) rotate(0);
 -o-transform: translateY(0) rotate(0);
 transfrom: translateY(0) rotate(0);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
}
 @-webkit-keyframes undo-top {
 0% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
}
 @keyframes undo-top {
 0% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
}
 @-webkit-keyframes undo-bottom {
 0% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transfrom: translateY(0px) rotate(0);
}
}
 @keyframes undo-bottom {
 0% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transfrom: translateY(0px) rotate(0);
}
}
#side-menu {
    display: block;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0px;
    width: 260px;
    background: #fff;
    padding: 15px 15px 15px 20px;
    z-index: 999999;
    -webkit-transform: translate(610px, 0px);
    -moz-transform: translate(610px, 0px);
    -o-transform: translate(610px, 0px);
    transform: translate(610px, 0px);
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3s ease-in-out;
}
#side-menu.active {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3s ease-in-out;
}
#side-menu .side-menuin {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
 #side-menu .side-menuin::-webkit-scrollbar-track {
 background-color: #e4e4e4;
}
 #side-menu .side-menuin::-webkit-scrollbar {
 width: 3px;
 background-color: #ffffff;
}
 #side-menu .side-menuin::-webkit-scrollbar-thumb {
 background-color: #052069;
}
#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 105;
    display: none;
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
}
#overlay.active {
    display: block;
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
}
.slide-banner {
    position: relative;
    padding: 0;
}
.slidetext {
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 9;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slidetext h3 {
    font-family: 'Aladin', cursive;
    font-size: 37px;
    line-height: 44px;
    color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: .4px;
    text-align: left;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    background-image: none !important;
    position: absolute;
    top: 38%;
    height: 38px;
    background: #fff;
    width: 25px;
    z-index: 99;
    padding: 12px 5px;
    opacity: .15;
    overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.slide-banner .carousel-control.left:hover, .slide-banner .carousel-control.right:hover {
    opacity: 1;
}
.slide-banner .carousel-control.left img, .slide-banner .carousel-control.right img {
    width: 100%;
    -webkit-filter: brightness(1) invert(1);
    -moz-filter: brightness(1) invert(1);
    -o-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.slide-banner .carousel-control.left {
    left: 0;
    border-radius: 0 5px 5px 0;
}
.slide-banner .carousel-control.right {
    right: 0;
    border-radius: 5px 0 0 5px;
}
.enquiry {
    padding: 25px;
    margin-top: -190px;
    z-index: 9;
    position: relative;
    background: #1879ed;
}
.enquiry h3 {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 18px 0;
    color: #fff;
}
.enquiry input, .enquiry textarea {
    padding: 10px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 50px;
    background: rgb(0 0 0 / 7%);
    box-sizing: border-box;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    letter-spacing: .8px;
    outline: none;
}
.enquiry textarea {
    height: 120px;
    margin: 0 0 7px 0;
}
.enquiry input[type=submit] {
    background: #ffffff;
    color: #1879ed;
    text-transform: uppercase;
    padding: 0 25px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    height: 40px;
}
 .enquiry form ::-webkit-input-placeholder {
 color: #fff;
}
 .enquiry form ::-moz-placeholder {
 color: #fff;
}
 .enquiry form :-ms-input-placeholder {
 color: #fff;
}
 .enquiry form :-moz-placeholder {
 color: #fff;
}
.about {
    padding: 45px 0 60px 0;
}
.title {
    font-family: 'Aladin', cursive;
    font-size: 30px;
    line-height: 36px;
    color: #333;
    margin: 0;
    padding: 0 0 15px 0;
    letter-spacing: .4px;
    text-align: center;
}
.about .title {
    text-align: left;
}
.about p {
    margin: 0;
    padding: 0 0 7px 0;
}
.ableft {
    padding: 0 10px 0 0 !important;
}
.abright {
    padding: 0 0 0 40px !important;
}
.abright img {
    width: 100%;
    margin: 35px 0 0 0;
}
.reasons {
    padding: 60px 0;
    background: url("../images/bg1.jpg") fixed;
    background-size: cover;
    text-align: center;
}
.reasons .title {
    color: #fff;
}
.reasons p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0 0 10px 0;
}
.reasons ul {
    margin: 10px 0 0 0;
    padding: 25px;
    position: relative;
    display: inline-block;
    background: rgb(255 255 255 / 10%);
}
.reasons ul:after {
    border: 5px solid #fff;
    border-left: none;
    left: auto;
    right: 0;
}
.reasons ul li {
    list-style: none;
    letter-spacing: .2px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 5px 0;
    color: #fff;
}
.remedies {
    padding: 60px 0 0 0;
}
.remleft {
    padding: 0 !important;
}
.remleft .title {
    text-align: left;
}
.remleft p {
    margin: 0;
    padding: 0;
}
.remleft ul {
    margin: 12px 0 0 0;
    padding: 0;
}
.remleft ul li {
    list-style: none;
    letter-spacing: .2px;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 5px 0;
    color: #555;
}
.remleft ul li svg {
    margin: 0 7px 0 0;
    color: #1879ed;
}
.remright {
    padding: 0 0 0 40px !important;
}
.remright img {
    width: 100%;
}
.services {
    padding: 60px 0;
    background: url("../images/bg2.jpg") fixed;
    background-size: cover;
}
.services .title {
    color: #fff;
}
.serbox {
    margin: 20px 15px;
}
.serbox img {
    width: 175px !important;
    margin: 0 auto 15px auto;
    border-radius: 100%;
    padding: 7px;
    border: 2px solid #fff;
    -webkit-transition: 1s;
    -moz-transition: .1s;
    -o-transition: 1s;
    transition: 1s;
}
.serbox:hover img {
    -webkit-transform: rotateY(369deg);
    -moz-transform: rotateY(369deg);
    -o-transform: rotateY(369deg);
    transform: rotateY(369deg);
}
.serbox h4 {
    letter-spacing: .2px;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    padding: 0 0 5px 0;
    color: #fff;
}
.serbox p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}
.services .owl-dots {
    display: none;
}
.services .owl-nav {
    bottom: 0;
    margin-top: 15px;
    width: 100%;
}
.services .owl-carousel .owl-nav button.owl-next, .services .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 30px;
    font-size: 46px;
    line-height: 30px;
    padding: 0 !important;
    outline: none;
    opacity: .6;
    color: #fff;
    background: none;
}
.services .owl-carousel .owl-nav button.owl-next:hover, .services .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}
.services .owl-carousel .owl-nav button.owl-next {
    right: 50%;
    margin-right: -33px;
}
.services .owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    margin-left: -33px;
}
.faqs {
    padding: 60px 0;
}
.faqs .title {
    text-align: left;
}
.faqleft {
    padding: 40px 30px !important;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12);
}
.faqleft ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.faqleft li {
    position: relative;
    margin: 55px 0 0 0;
    height: 4px;
    border-radius: 2px;
    background: #ccc;
}
.faqleft li .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1879ed;
    overflow: visible!important;
    border-radius: 2px;
    -webkit-transition: width 1.2s ease-in-out;
    -o-transition: width 1.2s ease-in-out;
    transition: width 1.2s ease-in-out;
}
.faqleft li .progress-percent {
    position: absolute;
    top: -28px;
    right: 0;
    background-color: #333;
    color: #f9f9f9;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 11px;
    border-radius: 2px
}
.faqleft li .progress-percent .counter {
    font-weight: 400;
    font-family: Lato, sans-serif
}
.progress-percent:after, .progress-percent:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}
.progress-percent:after {
    border-top-color: #333;
    border-width: 4px;
    left: 50%;
    margin-left: -4px
}
.progress-percent:before {
    border-top-color: #333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px
}
.faqleft li>span {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.faqright {
    padding: 0 0 0 50px !important;
}
.faqright .panel-group {
    margin: 15px 0 0 0;
}
.faqright .panel-group .panel+.panel {
    margin-top: 2px;
}
.faqright .panel-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    padding: 6px 0;
}
.faqright .panel-group .panel {
    border-radius: 0;
    border: none;
    background: #f7f7f7;
}
.faqright .panel-heading {
    cursor: pointer;
    background: #1879ed !important;
    border-radius: 0;
}
.faqright .panel-body {
    padding: 10px 20px;
}
.faqright p {
    padding: 0;
    margin: 0;
    text-align: left;
}
/*-----------------------------*/
.california {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.divcircle {
    width: 55%;
    position: absolute;
    top: 54%;
    left: 50%;
    z-index: -1;
    opacity: .1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.divcircle img {
    width: 100%;
}
.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
}
}
 @keyframes rotateme {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
.responsive-table {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    border: 2px solid #1879ed;
    margin: 20px 0 0 0;
    color: #333;
}
.responsive-table a, .responsive-table a:hover {
    color: #333;
}

@media (min-width: 48em) {
.responsive-table {
    font-size: .9em;
}
}

@media (min-width: 62em) {
.responsive-table {
    font-size: 1em;
}
}
.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 48em) {
.responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
}
.responsive-table thead th {
    background-color: #1879ed;
    border: 1px solid #ffffff;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 48em) {
.responsive-table tr {
    display: table-row;
}
}
.responsive-table th, .responsive-table td {
    padding: .5em;
    vertical-align: middle;
    border: 1px solid #fff;
}

@media (min-width: 30em) {
.responsive-table th, .responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 48em) {
.responsive-table th, .responsive-table td {
    display: table-cell;
    padding: .5em;
}
}

@media (min-width: 62em) {
.responsive-table th, .responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 75em) {
.responsive-table th, .responsive-table td {
    padding: .75em;
    background: none;
}
}
.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 48em) {
.responsive-table caption {
    font-size: 1.5em;
}
}
.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 62em) {
.responsive-table tfoot {
    font-size: .9em;
}
}

@media (min-width: 48em) {
.responsive-table tbody {
    display: table-row-group;
}
.responsive-table tbody:nth-of-type(even) {
    background: rgba(0, 0, 0, 0.03);
}
}
.responsive-table tbody tr {
    margin: 10px 0;
    border: 1px solid #ffffff;
    padding-bottom: 20px;
}
.responsive-table tbody tr:nth-child(even) {
    background: rgb(24 121 237 / 12%);
}

@media (min-width: 48em) {
.responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
}
}
.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
    background-color: #30a650;
    color: #fff;
}

@media (min-width: 48em) {
.responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
}
}
.responsive-table tbody td {
    text-align: center;
}

@media (min-width: 30em) {
.responsive-table tbody td {
    border-bottom: 0px solid #fff2cc;
}
}

@media (min-width: 48em) {
.responsive-table tbody td {
    text-align: center;
}
}
.responsive-table tbody td[data-type=currency] {
    text-align: right;
}
.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 13px;
    color: #333;
    display: none;
}

@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before {
    font-size: .9em;
}
}

@media (min-width: 48em) {
.responsive-table tbody td[data-title]:before {
    content: none;
}
}

@media only screen and (max-width: 768px) {
.home {
    padding: 7px 0;
}
.faqright .panel-title {
    padding: 0;
}
.faqleft {
    padding: 20px 15px !important;
}
.restable {
    height: 485px;
    padding: 0 5px 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
.responsive-table {
    border: 0px solid #1879ed;
    font-size: 13px;
    margin: 0;
}
.responsive-table tbody tr {
    margin: 0 0 10px 0;
    border: 1px solid #1879ed;
    padding: 0;
}
.responsive-table th, .responsive-table td {
    padding: 10px;
    border: 0px solid #fff;
}
}
.testimonials {
    padding: 60px 0;
    background: url(../images/bg3.jpg) fixed;
    background-size: cover;
}
.testimonials .title {
    text-align: left;
    color: #fff;
}
.tesbox {
    padding: 25px 30px;
    background: #fff;
    margin: 20px 0 0 0;
}
.tesbox img {
    width: 40px !important;
}
.tesbox p {
    padding: 0 0 5px 0;
    margin: 0;
}
.tesbox h4 {
    font-size: 15px;
    text-align: left;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0;
    color: #333;
}
.tesbox img {
    width: 50px !important;
    margin: -60px 0 6px -5px;
}
.tesbox h5 {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0;
    color: #666;
}
.testimonials .owl-dots {
    display: none;
}
.testimonials .owl-nav {
    bottom: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -42px;
}
.testimonials .owl-carousel .owl-nav button.owl-next, .testimonials .owl-carousel .owl-nav button.owl-prev {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    width: 30px;
    background: none;
    font-size: 43px;
    line-height: 30px;
    padding: 0 !important;
    outline: none;
    opacity: .6;
    color: #fff;
}
.testimonials .owl-carousel .owl-nav button.owl-next:hover, .testimonials .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}
.testimonials .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.testimonials .owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 35px;
}
footer {
    padding: 60px 0 0 0;
    background: url("../images/bg4.jpg") fixed;
    background-size: cover;
}
.footin {
    background: rgb(255 255 255 / 10%);
    padding: 0 !important;
}
.fbox1 {
    padding: 30px !important;
}
.fbox1 .title {
    font-size: 26px;
    text-align: left;
    color: #fff;
}
.fbox1 p {
    text-align: left;
    color: #ffffff;
    margin: 0;
    padding: 0 0 10px 0;
}
.fbox1 p a, .fbox1 p a:hover {
    color: #ffffff;
}
.fbox1 p svg {
    margin: 0 5px 0 0;
}
.fbox1 .description a, .fbox1 .description a:hover {
    color: #ffffff;
}
.fbox2 {
    padding: 0 !important;
    height: 300px;
}
.social {
    padding: 9px 0 0 0;
}
.social ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.social li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.social li a {
    display: block;
    color: #1879ed;
    background: #ffffff;
    font-size: 13px;
    width: 35px;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.social li a:hover {
    background: #1879ed;
    color: #ffffff;
}
.discl {
    padding: 20px !important;
    margin: 40px 0 0 0;
    border: 1px solid #ffffff;
}
.discl p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
}
.fcopy {
    margin: 50px 0 0 0;
    padding: 15px;
    background: rgb(0 0 0 / 35%);
}
.fcopy p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    opacity: .7;
}
.fcopy p a {
    color: #ffffff;
}
.to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    z-index: 9;
}
.to-top a.back-to-top {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 25px;
    background: #1879ed;
    opacity: 0.5;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.to-top a.back-to-top:hover {
    opacity: 1;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
.mainmenu li a {
    letter-spacing: .6px;
    padding: 0 10px;
}
.slidetext h3 {
    font-size: 25px;
    line-height: 32px;
}
.slide-banner:after {
    height: 60px;
}
.title {
    font-size: 25px;
    line-height: 32px;
}
.enquiry {
    padding: 17px;
    margin-top: -120px;
}
.reasons ul {
    width: 100%;
}
}

@media only screen and (max-width: 992px) {
.logo img {
    width: 130px;
}
#menu {
    top: -13px;
}
.mainmenu li {
    display: block;
}
.mainmenu li a {
    text-align: left;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.slide-banner:after {
    display: none;
}
.enquiry {
    padding: 17px;
    margin: 0 auto;
}
.abright img {
    display: none;
}
.abright {
    padding: 0 !important;
}
.ableft {
    padding: 0 !important;
    margin: 30px 0 0 0;
}
.ableft .title, .ableft p {
    text-align: center;
}
.about, .remedies, .faqs, .testimonials, .california, .reasons {
    padding: 35px 0;
}
.title {
    font-size: 23px;
    line-height: 28px;
}
.reasons ul:before, .reasons ul:after {
    display: none;
}
.reasons ul {
    padding: 0;
}
.remleft .title, .remleft p, .remleft ul li {
    text-align: center;
}
.serbox img {
    width: 120px !important;
}
.services {
    padding: 35px 0 60px 0;
}
.faqs .title {
    text-align: center;
}
.faqright {
    margin: 35px 0 0 0;
    padding: 0 !important;
}
footer {
    padding: 35px 0 0 0;
}
.fbox1 .title {
    font-size: 21px;
    text-align: center;
}
.fbox1 p, .social ul {
    text-align: center;
}
.fbox1 {
    padding: 20px !important;
    margin: 0 0 20px 0;
}
.fcopy {
    margin: 30px 0 0 0;
}
.discl {
    padding: 13px !important;
    margin: 30px 0 0 0;
}
}

@media only screen and (max-width: 768px) {
#menu.active {
    right: 245px;
}
.slidetext h3 {
    font-size: 15px;
    line-height: 20px;
}
.slidetext {
    top: 50%;
    left: 6%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    top: 50%;
    height: 26px;
    margin-top: -13px;
    width: 17px;
    padding: 10px 5px;
}
.title {
    font-size: 19px;
    line-height: 26px;
}
.about {
    padding: 20px 0;
}
p, .reasons ul li, .remleft ul li {
    font-size: 13px;
    line-height: 29px;
}
.serbox h4 {
    font-size: 14px;
}
.faqleft li>span, .faqright .panel-title {
    font-size: 13px;
    line-height: 22px;
}
.fcopy p {
    font-size: 11px;
}
.enquiry h3 {
    font-size: 14px;
}
.reasons ul li {
    border: 1px solid #fff;
    padding: 5px 10px;
    margin: 0 0 15px 0;
}
.reasons ul li:last-child {
    margin: 0;
}
}

@media only screen and (max-width: 480px) {
	#menu.active {
    top: -26px;
	}
.slidetext {
    top: 50%;
    padding: 5px 7px;
}
.slidetext h3 {
    font-size: 11px;
    line-height: 14px;
}
.tesbox {
    padding: 13px 20px;
}
}
