                                            /*== GENERAL CSS ==*/
                                            #slide-1{
                                                position:relative;
                                            }
                                            .banner-wrap .read-more{
                                                width:100%;
                                                position:absolute;
                                                bottom:50;
                                                text-align:center;
                                            }
                                            .slide-readmore{
                                                color: #fff;
                                                background: #080;
                                                padding: 4px 26px;
                                                border-radius: 4px;
                                            }
                                            
                                            *,
                                            a,
                                            img,
                                            ul,
                                            ol {
                                                list-style: none;
                                                padding: 0px;
                                                margin: 0px;
                                                outline: none;
                                                border: none;
                                            }
                                            
                                            *:focus,
                                            a:focus {
                                                border: none;
                                                outline: none;
                                            }
                                            
                                            body,
                                            a,
                                            input,
                                            #products ul li {
                                                text-decoration: none;
                                                -webkit-transition: all 200ms linear;
                                                -moz-transition: all 200ms linear;
                                                -ms-transition: all 200ms linear;
                                                -o-transition: all 200ms linear;
                                                transition: all 200ms linear;
                                            }
                                            
                                            textarea {
                                                resize: none;
                                                overflow: hidden;
                                                font-family: 'Montserrat', sans-serif!important;
                                            }
                                            
                                            input,
                                            select {
                                                border: none;
                                                outline: none;
                                                font-family: 'Montserrat', sans-serif;
                                            }
                                            
                                            input[type=submit],
                                            input[type=button],
                                            input[type=reset] {
                                                background: #00a651;
                                                color: #eecb56;
                                                text-transform: uppercase;
                                                font-size: 15px;
                                            }
                                            
                                            input[type=submit]:hover,
                                            input[type=button]:hover,
                                            input[type=reset]:hover {
                                                background: #00a651;
                                                color: #fff;
                                            }
                                            
                                            a:focus,
                                            a:hover {
                                                color: #fff;
                                                text-decoration: none;
                                            }
                                            
                                            .button {
                                                color: #fff;
                                                font-size: 14px;
                                                background: #3dabff;
                                                text-transform: uppercase;
                                                min-width: 260px;
                                                border-radius: 5px;
                                                display: inline-block;
                                                padding: 16px;
                                                font-weight: 400;
                                                text-align: center;
                                            }
                                            
                                            .button:hover {
                                                background: #444444;
                                            }
                                            /* General CLASSES */
                                            
                                            body {
                                                font-family: 'Montserrat', sans-serif;
                                                background: #f0f0f0;
                                            }
                                            
                                            h1,
                                            h2,
                                            h3,
                                            h4,
                                            h5,
                                            h6 {
                                                font-family: 'Montserrat', sans-serif;
                                            }
                                            
                                            .container {
                                                max-width: 1170px;
                                                margin: 0 auto;
                                                position: relative;
                                            }
                                            
                                            .floatLeft {
                                                float: left!important;
                                            }
                                            
                                            .floatRight {
                                                float: right!important;
                                            }
                                            
                                            .alignLeft {
                                                text-align: left!important
                                            }
                                            
                                            .alignRight {
                                                text-align: right!important;
                                            }
                                            
                                            .alignCenter {
                                                text-align: center!important;
                                            }
                                            
                                            .noMargin {
                                                margin: 0px !important;
                                            }
                                            
                                            .txt-center {
                                                text-align: center !important;
                                            }
                                            
                                            .dispalyInline {
                                                display: inline;
                                            }
                                            
                                            #jqcheck {
                                                background: #fff9d7;
                                                text-align: center;
                                                color: #333;
                                                padding: 10px 0px;
                                                font-size: 13px;
                                                font-weight: bold;
                                                width: 100%;
                                                font-family: 'Montserrat', sans-serif!important;
                                            }
                                            
                                            #jqcheck img {
                                                margin: 0px 5px -3px;
                                            }
                                            
                                             ::selection {
                                                background: #00a651;
                                                color: #fff;
                                                text-shadow: none;
                                            }
                                            
                                             ::-webkit-scrollbar {
                                                width: 10px;
                                                height: 10px;
                                            }
                                            
                                             ::-webkit-scrollbar-button:start:decrement,
                                             ::-webkit-scrollbar-button:end:increment {
                                                display: none;
                                            }
                                            
                                             ::-webkit-scrollbar-track-piece {
                                                background-color: #ecedf1;
                                                -webkit-border-radius: 0px;
                                                border-left: 1px solid #888;
                                            }
                                            
                                             ::-webkit-scrollbar-thumb:vertical {
                                                -webkit-border-radius: 0px;
                                                background: #00a651;
                                            }
                                            
                                            .my-custom-scrollbar {
                                                position: relative;
                                                height: 424px;
                                                overflow-x: hidden;
                                            }
                                            
                                            .table-wrapper-scroll-y {
                                                display: block;
                                            }
                                            
                                            .mt-30 {
                                                margin-top: 30px;
                                            }
                                            
                                            .mb-50 {
                                                margin-bottom: 50px;
                                            }
                                            
                                            .head-main {
                                                font-size: 21px;
                                                color: #00a651;
                                                font-weight: 600;
                                                margin: 0 0 40px 0;
                                                text-transform: uppercase;
                                                border-bottom: 1px solid #dadada;
                                                padding-bottom: 15px;
                                            }
                                            
                                            .head-main span {
                                                font-weight: 700;
                                            }
                                            
                                            .pt30 {
                                                padding-top: 30px;
                                            }
                                            
                                            .pd30 {
                                                padding-bottom: 30px;
                                            }
                                            
                                            .slick-dotted.slick-slider {
                                                margin-bottom: 0!important;
                                            }
                                            
                                            .slick-prev {
                                                background-image: url(../images/left-arrow.png);
                                                left: -5%;
                                                width: 22px;
                                                height: 34px;
                                                background-repeat: no-repeat;
                                            }
                                            
                                            .slick-next {
                                                background-image: url(../images/right-arrow.png);
                                                right: -5%;
                                                width: 22px;
                                                height: 34px;
                                                background-repeat: no-repeat;
                                            }
                                            
                                            .slick-dots {
                                                margin-top: -30px;
                                            }
                                            
                                            .slick-dots .slick-active button {
                                                background: #3e7fb2;
                                            }
                                            
                                            .slick-dots li button {
                                                background: #000;
                                            }
                                            
                                            .header-top {
                                                background: #fbfbfb;
                                                width: 100%;
                                                z-index: 99;
                                                position: relative;
                                                padding: 15px 0 5px 0;
                                            }
                                            
                                            .header-top h6 {
                                                font-size: 15px;
                                                font-weight: 500;
                                                color: #000;
                                                letter-spacing: 1px;
                                                margin: 30px 0px 0px 0px;
                                            }
                                            
                                            .header-top .logo img {
                                                width: 200px;
                                                height: 65px;
                                            }
                                            
                                            .fixed {
                                                position: fixed;
                                                background: white;
                                                width: 100%;
                                                transition: 0.3s;
                                            }
                                            
                                            .social-icon {
                                                margin-top: 27px;
                                                float: left;
                                            }
                                            
                                            .social-icon li {
                                                display: inline-block;
                                                margin-right: 15px;
                                            }
                                            
                                            .social-icon li:last-child {
                                                margin-right: 0px;
                                            }
                                            
                                            .header {
                                                padding: 3px 0px 5px 0px;
                                                background: url(../images/background.jpg)no-repeat;
                                                background-position: 50% 50%;
                                                background-size: cover;
                                            }
                                            
                                            .header ul {
                                                text-align: center;
                                            }
                                            
                                            .header ul li {
                                                display: inline-block;
                                                padding: 10px;
                                                position: relative;
                                                border-bottom: 2px solid transparent;
                                                padding-bottom: 5px;
                                            }
                                            
                                            .header ul li:last-child {
                                                padding-right: 0px;
                                            }
                                            
                                            .header ul li a {
                                                font-size: 13px;
                                                font-weight: 500;
                                                color: #fff;
                                                text-transform: uppercase;
                                            }
                                            
                                            .header ul li i {
                                                color: white;
                                                margin-left: 4px;
                                            }
                                            /** .header ul li:hover{border-bottom: 2px solid #04b359;padding-bottom: 5px;}
.header ul li:hover a{color:#04b359;} */
                                            
                                            .header ul li:hover .dropdown-menu {
                                                display: block;
                                            }
                                            
                                            .header ul li .dropdown-menu {
                                                text-align: left;
                                            }
                                            
                                            .dropdown-menu>li>a {
                                                color: #04b359!important;
                                            }
                                            
                                            .dropdown-menu>li>a:focus,
                                            .dropdown-menu>li>a:hover {
                                                background-color: transparent;
                                                color: #969696;
                                            }
                                            
                                            .dropdown-menu>li:hover {
                                                border-bottom: 2px solid transparent!important;
                                            }
                                            
                                            .back-img {
                                                height: 500px;
                                                background-repeat: no-repeat;
                                                background-position: center;
                                                background-size: 100% 100%;
                                            }
                                            
                                            .home-slider .slick-dotted.slick-slider {
                                                margin-bottom: 10px;
                                            }
                                            
                                            .branch-loc {
                                                background: url(../images/background.jpg)no-repeat;
                                                background-position: 50% 50%;
                                                background-size: cover;
                                                padding: 25px 0px 15px 0px;
                                            }
                                            
                                            .branch-loc h5 {
                                                color: white;
                                                font-size: 21px;
                                                font-weight: 700;
                                            }
                                            
                                            .branch-loc p {
                                                color: white;
                                                font-size: 18px;
                                                font-weight: 400;
                                                margin: 10px 40px 0px 0px;
                                                ;
                                                float: left;
                                            }
                                            
                                            .branch-loc select {
                                                background: transparent;
                                                border: 1px solid white;
                                                height: 40px;
                                                font-size: 16px;
                                                font-weight: 400;
                                                float: left;
                                                width: 75%;
                                            }
                                            
                                            .branch-loc .cus-btn {
                                                font-size: 18px;
                                                font-weight: 600;
                                                color: #038f47;
                                                background: white;
                                                padding: 9px 60px;
                                                display: inline-block;
                                                border-radius: 15px;
                                            }
                                            
                                            .main-content {
                                                background: #f0f0f0;
                                                padding: 40px 0px 0px;
                                            }
                                            
                                            .main-content .content-box {
                                                background: #ffffff;
                                                padding-left: 35px;
                                                padding-right: 35px;
                                            }
                                            
                                            .content-box .tab {
                                                border-bottom: 1px solid #dadada;
                                                padding-bottom: 15px;
                                                text-align: center;
                                                margin-bottom: 20px;
                                            }
                                            
                                            .content-box .tablinks {
                                                font-size: 16px;
                                                color: #00a651;
                                                font-weight: 500;
                                                padding: 8px 22px;
                                                text-transform: uppercase;
                                                border-radius: 0px 0px 20px 20px;
                                                border-left: 1px solid #00a651;
                                                border-right: 1px solid #00a651;
                                                border-bottom: 1px solid #00a651;
                                                border-top: 1px solid transparent;
                                                background: transparent;
                                            }
                                            
                                            .content-box .tablinks.active {
                                                background: #00a651;
                                                color: white;
                                                border: 1px solid transparent;
                                            }
                                            
                                            .content-box .tablinks span {
                                                font-weight: 700;
                                            }
                                            
                                            .content-box .inner-box {
                                                margin-bottom: 60px;
                                                width: 100%;
                                                display: inline-block;
                                                box-shadow: 0px 2px 12px 8px #efefef;
                                                position: relative;
                                            }
                                            
                                            .content-box .inner-box .tab-img {
                                                width: 150px;
                                                height: 125px;
                                                margin-right: 20px;
                                                float: left;
                                                background-repeat: no-repeat;
                                                background-size: cover;
                                                background-position: center;
                                            }
                                            
                                            .content-box .inner-box h5 {
                                                font-size: 19px;
                                                font-weight: 500;
                                                color: #00a651;
                                                text-transform: uppercase;
                                            }
                                            
                                            .content-box .inner-box p {
                                                font-size: 11px;
                                                color: #acacac;
                                                font-weight: 600;
                                                line-height: 18px;
                                                padding-right: 25px;
                                                margin: 0;
                                            }
                                            
                                            .content-box .inner-box .read-more {
                                                font-size: 12px;
                                                color: #00a651;
                                                font-weight: 500;
                                                padding: 6px 24px;
                                                border-radius: 0px 0px 10px 10px;
                                                border-left: 1px solid #00a651;
                                                border-right: 1px solid #00a651;
                                                border-bottom: 1px solid #00a651;
                                                border-top: 1px solid transparent;
                                                position: absolute;
                                                right: 10px;
                                                bottom: -30px;
                                            }
                                            
                                            .content-box .inner-box .read-more i {
                                                margin-left: 10px;
                                            }
                                            
                                            .content-box .inner-box:last-child {
                                                margin-bottom: 125px;
                                            }
                                            
                                            .content-box .select-box {
                                                display: inline-block;
                                                width: 100%;
                                            }
                                            
                                            .content-box .select-box label {
                                                color: #969696;
                                                font-size: 14px;
                                                font-weight: 500;
                                                margin-top: 5px;
                                                width: 30%;
                                                float: left;
                                            }
                                            
                                            .content-box .select-box select,
                                            .content-box .select-box input {
                                                color: #969696;
                                                font-size: 14px;
                                                font-weight: 500;
                                                margin-top: 5px;
                                                border: 1px solid #969696;
                                                background: transparent;
                                                border-radius: 0px!important;
                                                width: 69%;
                                                display: inline-block;
                                                height: 40px;
                                                margin-bottom: 15px;
                                                padding: 7px 15px;
                                            }
                                            
                                            .content-box .select-box [type=button] {
                                                font-size: 15px;
                                                font-weight: 700;
                                                background: #038f47;
                                                color: white;
                                                display: inline-block;
                                                width: 70%;
                                                float: right;
                                                height: 45px;
                                                text-transform: capitalize;
                                            }
                                            
                                            .content-box table tr {
                                                border-bottom: 1px solid #000;
                                            }
                                            
                                            .content-box table tr th {
                                                padding: 10px;
                                                background: #29833b;
                                                color: white;
                                                font-size: 22px;
                                                font-weight: 500;
                                                text-transform: uppercase;
                                            }
                                            
                                            .content-box table tr td {
                                                padding: 10px 35px;
                                                color: #000;
                                                font-size: 20px;
                                                font-weight: 500;
                                                text-align: center;
                                            }
                                            
                                            .content-box table tr td img {
                                                margin-right: 8px;
                                            }
                                            
                                            .content-box table {
                                                margin: 0 auto;
                                            }
                                            
                                            .content-box.campaign {
                                                padding: 25px 30px;
                                                margin-top: 25px;
                                                float: left;
                                            }
                                            
                                            .campaign-box .img {
                                                float: left;
                                                width: 50%;
                                            }
                                            
                                            .campaign-box .img img {
                                                width: 100%;
                                                height: 150px;
                                            }
                                            
                                            .campaign-box .cont {
                                                float: left;
                                                width: 48%;
                                                margin-left: 2%;
                                            }
                                            
                                            .campaign-box .cont h6 {
                                                font-size: 15px;
                                                color: #00a651;
                                                font-weight: 400;
                                                text-transform: uppercase;
                                                margin: 0;
                                            }
                                            
                                            .campaign-box .cont p {
                                                font-size: 9px;
                                                color: #acacac;
                                                font-weight: 400;
                                                line-height: 20px;
                                                margin-bottom: 10px;
                                                display: inline-block;
                                            }
                                            
                                            .campaign-box .cont a {
                                                font-size: 10px;
                                                color: #00a651;
                                                font-weight: 400;
                                                border: 1px solid #00a651;
                                                border-radius: 5px;
                                                padding: 6px 20px;
                                            }
                                            
                                            .campaign-box .cont a i {
                                                margin-left: 6px;
                                            }
                                            
                                            .inner-tab {
                                                margin-bottom: 30px;
                                            }
                                            
                                            .parnter-sec {
                                                background: #fff;
                                                padding-top: 40px;
                                                padding-bottom: 40px;
                                                margin-bottom: 40px;
                                            }
                                            
                                            .parnter-sec .item {
                                                text-align: center;
                                            }
                                            
                                            .parnter-sec .item img {
                                                margin: 0 auto;
                                            }
                                            
                                            .services {
                                                background: url(../images/serv-bg.jpg)no-repeat;
                                                height: 855px;
                                                background-size: cover;
                                                padding: 60px 0px 30px;
                                                margin: 50px 0px;
                                                box-sizing: content-box;
                                                background-attachment: fixed;
                                            }
                                            
                                            .serv-inner {
                                                background-repeat: no-repeat;
                                                background-size: cover;
                                                background-position: center;
                                                height: 350px;
                                                width: 100%;
                                                position: relative;
                                            }
                                            
                                            .serv-inner .overlay {
                                                background: #2c74a2a1;
                                                width: 100%;
                                                height: 350px;
                                                position: absolute;
                                                top: 0;
                                                bottom: 0;
                                                margin: 0 auto;
                                                opacity: 0.6;
                                                display: none;
                                                transition: 0.2s;
                                            }
                                            
                                            .serv-inner:hover .overlay {
                                                display: block;
                                            }
                                            
                                            .serv-inner .serv-content {
                                                position: absolute;
                                                left: 30px;
                                                bottom: 40px;
                                            }
                                            
                                            .serv-inner .serv-content h6 {
                                                font-size: 23px;
                                                font-weight: 700;
                                                margin: 20px 0px 0px 0px;
                                                color: white;
                                                text-transform: uppercase;
                                            }
                                            
                                            .testi {
                                                background: #fff;
                                                padding: 40px 60px;
                                                margin-bottom: 40px;
                                            }
                                            
                                            .testi-content {
                                                text-align: center;
                                                margin-top: 20px;
                                                height:53%;
                                            }
                                            
                                            .testi-content img {
                                                -webkit-filter: grayscale(100%);
                                                filter: grayscale(100%);
                                                width: 75px;
                                                height: 75px;
                                                border-radius: 50%;
                                                border: 3px solid #969696;
                                                margin: 0 auto;
                                            }
                                            
                                            .testi-content h5 {
                                                font-size: 18px;
                                                font-weight: 700;
                                                color: #979797;
                                                margin: 10px 0px;
                                            }
                                            
                                            .testi-content h6 {
                                                font-size: 15px;
                                                font-weight: 600;
                                                color: #969696;
                                                margin: 0px;
                                            }
                                            
                                            .testi-content p {
                                                font-size: 11px;
                                                font-weight: 600;
                                                color: #acacac;
                                                margin: 10px 0px;
                                                line-height: 24px;
                                            }
                                            
                                            .testi .slick-dots {
                                                margin-top: 0px;
                                            }
                                            
                                            .testi .slick-dots .slick-active button {
                                                background: #038f47;
                                            }
                                            
                                            .testi .slick-dots li button {
                                                background: #c5c5c5;
                                            }
                                            
                                            .map-section {
                                                border-radius: 5px;
                                                border: 5px solid white;
                                                margin-bottom: 40px;
                                                position: relative;
                                            }
                                            
                                            .map-inner {
                                                position: absolute;
                                                top: 20px;
                                                width: 100%;
                                            }
                                            
                                            .search-loc {
                                                background: #00a651;
                                                padding: 5px 15px;
                                                border-radius: 3px;
                                                margin-bottom: 5px;
                                            }
                                            
                                            .search-loc h4 {
                                                font-size: 16px;
                                                color: white;
                                                font-weight: 400;
                                                text-transform: uppercase;
                                            }
                                            
                                            .search-inner {
                                                background: white;
                                                padding: 30px 20px;
                                            }
                                            
                                            .search-inner h6 {
                                                font-size: 14px;
                                                color: #969696;
                                                font-weight: 500;
                                                margin: 0px 0px 5px 0px;
                                            }
                                            
                                            .search-inner select {
                                                border: 1px solid #969696;
                                                color: #969696;
                                                font-size: 14px;
                                                font-weight: 400;
                                                background: transparent;
                                                width: 100%;
                                                height: 40px;
                                                margin-bottom: 10px;
                                            }
                                            
                                            .search-inner [type=button] {
                                                font-size: 18px;
                                                font-weight: 600;
                                                background: #038f47;
                                                color: white;
                                                display: inline-block;
                                                width: 100%;
                                                height: 45px;
                                                text-transform: capitalize;
                                            }
                                            
                                            .newsletter {
                                                background: #ffffff;
                                                padding-top: 40px;
                                                padding-bottom: 40px;
                                                margin-bottom: 40px;
                                            }
                                            
                                            .newsletter h5 {
                                                color: #038f47;
                                                font-size: 20px;
                                                font-weight: 500;
                                                margin: 0;
                                                text-transform: uppercase;
                                                margin-top: 15px;
                                            }
                                            
                                            .newsletter h5 span {
                                                font-weight: 700;
                                            }
                                            
                                            .newsletter [type=text] {
                                                background: transparent;
                                                border: 1px solid #969696;
                                                height: 45px;
                                                color: #969696;
                                                font-size: 16px;
                                                font-weight: 400;
                                                float: left;
                                                width: 70%;
                                                padding: 12px 10px;
                                            }
                                            
                                            .newsletter [type=button] {
                                                font-size: 18px;
                                                font-weight: 600;
                                                background: #038f47;
                                                color: white;
                                                display: inline-block;
                                                width: 200px;
                                                margin-left: 20px;
                                                height: 45px;
                                            }
                                            
                                            footer {
                                                background: url(../images/footer-bg.jpg)no-repeat;
                                                background-position: 50% 50%;
                                                background-size: cover;
                                                padding-top: 40px;
                                                padding-bottom: 40px;
                                            }
                                            /* .ftr-logo {
                                    width: 70%;
                                } */
                                            
                                            footer p {
                                                font-size: 12px;
                                                font-weight: 500;
                                                color: white;
                                                margin: 20px 0px;
                                                line-height: 25px;
                                            }
                                            
                                            footer h5 {
                                                font-size: 11px;
                                                font-weight: 700;
                                                color: white;
                                                margin: 10px 0;
                                            }
                                            
                                            footer h6 {
                                                font-size: 14px;
                                                font-weight: 400;
                                                color: white;
                                                margin: 0;
                                            }
                                            
                                            footer h4 {
                                                font-size: 16px;
                                                font-weight: 700;
                                                color: white;
                                                margin: 0px 0 20px;
                                                text-transform: uppercase;
                                            }
                                            
                                            footer .ftr li {
                                                padding: 4px 0px;
                                            }
                                            
                                            footer .ftr li i {
                                                margin-right: 6px;
                                            }
                                            
                                            footer .ftr li a {
                                                font-size: 11px;
                                                font-weight: 500;
                                                color: white;
                                            }
                                            
                                            footer .mt-40 {
                                                margin-top: 40px;
                                            }
                                            
                                            footer .social-icon {
                                                margin-top: 0px;
                                                float: left;
                                                padding-left: 50px;
                                            }
                                            
                                            footer .social-icon li a {
                                                color: white;
                                            }
                                            
                                            .copyright {
                                                background: #e3e3e3;
                                                padding: 20px 0px;
                                            }
                                            
                                            .copyright p {
                                                color: #038f47;
                                                font-size: 14px;
                                                font-weight: 400;
                                                margin: 0;
                                            }
                                            
                                            .copyright p a {
                                                font-weight: 600;
                                                color: #038f47;
                                            }
                                            
                                            .inner-bg {
                                                background-repeat: no-repeat;
                                                height: 350px;
                                                width: 100%;
                                                background-size: contain;
                                                margin-top: 20px;
                                                background-position: center;
                                            }
                                            
                                            .inner-content {
                                                background: #f0f0f0;
                                                padding-top: 50px;
                                                padding-bottom: 50px;
                                            }
                                            
                                            .near-br {
                                                border-bottom: 1px dashed #000;
                                                padding-bottom: 30px;
                                                display: inline-block;
                                                width: 100%;
                                                background: white;
                                                padding: 30px 0px;
                                            }
                                            
                                            .near-br h5 {
                                                color: #000;
                                                font-size: 21px;
                                                font-weight: 700;
                                                margin: 10px 0px 0px 0px;
                                            }
                                            
                                            .near-br p {
                                                color: #000;
                                                font-size: 15px;
                                                font-weight: 400;
                                                margin: 30px 0px 0px 0px;
                                            }
                                            
                                            .near-br h6 {
                                                color: #000;
                                                font-size: 17px;
                                                font-weight: 400;
                                                margin: 10px 40px 0px 0px;
                                                ;
                                                float: left;
                                            }
                                            
                                            .near-br select {
                                                background: transparent;
                                                border: 1px solid #000;
                                                height: 40px;
                                                color: #000;
                                                font-size: 16px;
                                                font-weight: 400;
                                                float: left;
                                                width: 60%;
                                            }
                                            
                                            .inner-content .content-box {
                                                background: #fff;
                                                padding: 25px;
                                                margin-top: 40px;
                                            }
                                            
                                            .content-box h6 {
                                                font-size: 19px;
                                                font-weight: 500;
                                                color: #00a651;
                                                text-transform: uppercase;
                                            }
                                            
                                            .content-box.branches-content h6 {
                                                font-size: 19px;
                                                font-weight: 500;
                                                color: #00a651;
                                                text-transform: uppercase;
                                                margin-bottom: 40px;
                                                float: left;
                                            }
                                            
                                            .content-box.branches-content select {
                                                background: transparent;
                                                border: 1px solid #000;
                                                height: 40px;
                                                color: #000;
                                                font-size: 16px;
                                                font-weight: 400;
                                                float: left;
                                                width: 60%;
                                                margin-left: 30px;
                                            }
                                            
                                            .content-box p {
                                                font-size: 15px;
                                                color: #acacac;
                                                font-weight: 400;
                                                line-height: 22px;
                                                margin: 0px 0px 20px 0px;
                                            }
                                            
                                            .sidebar li:first-child {
                                                background: #00a651;
                                                text-align: center;
                                            }
                                            
                                            .sidebar li:first-child a {
                                                color: white;
                                            }
                                            
                                            .sidebar li {
                                                border: 1px solid #acacac;
                                                padding: 10px;
                                            }
                                            
                                            .sidebar li a {
                                                color: #acacac;
                                                font-weight: 600;
                                                line-height: 22px;
                                                font-size: 15px;
                                            }
                                            
                                            .sidebar li p {
                                                color: #acacac;
                                                font-weight: 400;
                                                line-height: 22px;
                                                font-size: 15px;
                                            }
                                            
                                            .sidebar li span {
                                                width: 100%;
                                                text-align: right;
                                                display: inline-block;
                                            }
                                            
                                            .comp-form label {
                                                color: #969696;
                                                font-size: 14px;
                                                font-weight: 500;
                                                margin-top: 5px;
                                                width: 30%;
                                                float: left;
                                            }
                                            
                                            .comp-form select,
                                            .comp-form input,
                                            .comp-form textarea {
                                                color: #969696;
                                                font-size: 14px;
                                                font-weight: 500;
                                                margin-top: 5px;
                                                border: 1px solid #969696;
                                                background: transparent;
                                                border-radius: 0px!important;
                                                width: 69%;
                                                display: inline-block;
                                                height: 40px;
                                                margin-bottom: 15px;
                                                padding: 7px 15px;
                                            }
                                            
                                            .comp-form textarea {
                                                height: 150px;
                                            }
                                            
                                            .comp-form [type=button] {
                                                font-size: 15px;
                                                font-weight: 700;
                                                background: #038f47;
                                                color: white;
                                                display: inline-block;
                                                width: 20%;
                                                float: right;
                                                height: 45px;
                                                text-transform: capitalize;
                                            }
                                            
                                            .btn-submit: {
                                                font-size: 15px;
                                                font-weight: 700;
                                                background: #038f47;
                                                color: white;
                                                display: inline-block;
                                                width: 20%;
                                                float: right;
                                                height: 45px;
                                                text-transform: capitalize;
                                            }
                                            
                                            .associate-sec {
                                                width: 100%;
                                                float: left;
                                                margin-bottom: 40px;
                                            }
                                            
                                            .associate-sec img {
                                                float: left;
                                                margin-right: 20px;
                                            }
                                            
                                            .associate-sec:nth-child(2) img {
                                                float: right;
                                                margin-right: 20px;
                                            }
                                            
                                            .branches-content .bg-white {
                                                background-color: #fff;
                                                border-radius: 4px;
                                                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
                                                padding: 10px 15px;
                                            }
                                            
                                            .branches-content h4 {
                                                font-size: 28px;
                                                font-weight: 500;
                                                color: #00a651;
                                                text-transform: uppercase;
                                                margin-bottom: 50px;
                                            }
                                            
                                            .branches-content h5 {
                                                font-size: 15px;
                                                font-weight: 500;
                                                color: #969696;
                                            }
                                            
                                            .branches-content h5 span {
                                                font-size: 15px;
                                                font-weight: 700;
                                                color: #000;
                                                letter-spacing: 1px;
                                                line-height: 24px;
                                            }
                                            
                                            .branches-content .locate-btn {
                                                font-size: 18px;
                                                font-weight: 600;
                                                background: #038f47;
                                                color: white;
                                                display: inline-block;
                                                padding: 12px 40px;
                                                border-radius: 3px;
                                                float: right;
                                            }
                                            
                                            .branches-content .locate-btn i {
                                                margin-right: 10px;
                                            }
                                            
                                            .gallery-sec .gallery-btn {
                                                font-size: 18px;
                                                font-weight: 600;
                                                background: #038f47;
                                                color: white;
                                                padding: 15px 50px;
                                                text-align: center;
                                                display: inline-block;
                                            }
                                            
                                            .gallery-img {
                                                height: 350px;
                                                width: 100%;
                                                background-repeat: no-repeat;
                                                background-size: cover;
                                                background-position: center;
                                            }
                                            
                                            .news-inner .content {
                                                background-color: #fff;
                                                border-radius: 4px;
                                                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
                                                padding: 10px 15px;
                                                display: inline-block;
                                            }
                                            
                                            .news-inner .back-img {
                                                height: 250px;
                                                width: 100%;
                                                background-repeat: no-repeat;
                                                background-size: cover;
                                                background-position: center;
                                            }
                                            
                                            .news-inner h6 {
                                                font-size: 15px;
                                                font-weight: 500;
                                                color: #00a651;
                                            }
                                            
                                            .news-inner p {
                                                font-size: 15px;
                                                font-weight: 500;
                                                color: #969696;
                                            }
                                            
                                            .news-inner .see-all {
                                                font-size: 15px;
                                                font-weight: 500;
                                                color: #969696;
                                                float: right;
                                            }
                                            
                                            .news-inner .see-all i {
                                                margin-left: 10px;
                                            }
                                            
                                            #clockdiv {
                                                color: #fff;
                                                display: inline-block;
                                                font-weight: 400;
                                                text-align: center;
                                                font-size: 30px;
                                                background: #04b359;
                                                margin: 0 auto;
                                                width: 100%;
                                            }
                                            
                                            #clockdiv>div {
                                                padding: 20px;
                                                display: inline-block;
                                            }
                                            
                                            #clockdiv div>span {
                                                padding: 15px;
                                                display: inline-block;
                                            }
                                            
                                            .smalltext {
                                                padding-top: 5px;
                                                font-size: 16px;
                                            }
                                            
                                            .coin-box {
                                                background: #26231e;
                                                padding: 50px;
                                            }
                                            
                                            .coin-box h6 {
                                                font-size: 30px;
                                                font-weight: 700;
                                                letter-spacing: 1px;
                                                line-height: 24px;
                                                margin-bottom: 30px;
                                                color: #efc84d;
                                            }
                                            
                                            .coin-box p {
                                                font-size: 15px;
                                                font-weight: 500;
                                                color: #fff;
                                            }
                                            
                                            .get-started {
                                                padding-top: 60px;
                                                padding-bottom: 60px;
                                                background: grey;
                                            }
                                            
                                            .get-started h3 {
                                                font-size: 34px;
                                                font-weight: 700;
                                                letter-spacing: 1px;
                                                line-height: 24px;
                                                color: #efc84d;
                                                text-align: center;
                                                margin-bottom: 50px;
                                            }
                                            
                                            .get-started h3:after {
                                                content: '';
                                                width: 100px;
                                                height: 2px;
                                                background: #fff;
                                            }
                                            
                                            .get-started h4 {
                                                color: white;
                                                font-size: 36px;
                                                font-weight: 700;
                                            }
                                            
                                            .get-started h5 {
                                                color: #efc84d;
                                                font-size: 20px;
                                                font-weight: 500;
                                            }
                                            
                                            .get-started p {
                                                font-size: 16px;
                                                color: white;
                                                font-weight: 400;
                                            }
                                            
                                            .dash {
                                                display: block;
                                                background-color: #f47521;
                                                width: 35px;
                                                height: 5px;
                                                margin: 4px 0px;
                                                transition: 0.4s;
                                                z-index: 999;
                                            }
                                            
                                            .act .dash1 {
                                                -webkit-transform: rotate(-45deg) translate(-5px, 4px);
                                                transform: rotate(-45deg) translate(-7px, 4px);
                                                background-color: #f47521;
                                                position: relative;
                                            }
                                            
                                            .act .dash2 {
                                                opacity: 0;
                                            }
                                            
                                            .act .dash3 {
                                                -webkit-transform: rotate(45deg) translate(-7px, -7px);
                                                transform: rotate(45deg) translate(-7px, -7px);
                                                position: relative;
                                                background-color: #f47521;
                                            }
                                            
                                            .mnu a#pull {
                                                left: 10px;
                                            }
                                            
                                            .mnu a#pull {
                                                display: none;
                                                position: relative;
                                                color: #fff;
                                                top: -55px;
                                                padding: 0px;
                                                font-size: 13px;
                                                float: right;
                                            }
                                            
                                            @media (max-width: 767px) {
                                                .mnu a#pull {
                                                    display: block;
                                                    z-index: 100;
                                                }
                                                .TopNav {
                                                    position: fixed;
                                                    top: 0;
                                                    transition: all 0.7s ease;
                                                    -webkit-transition: all 0.3s linear;
                                                    -moz-transition: all 0.3s ease-in-out;
                                                    -o-transition: all 0.3s ease-in-out;
                                                    width: 100%;
                                                    left: -100%;
                                                    margin: 0 auto;
                                                    height: 100%;
                                                    background: #059A6E;
                                                    padding: 70px 60px;
                                                    z-index: 99;
                                                }
                                                .TopNav.acc {
                                                    left: 0%;
                                                    z-index: 99;
                                                    overflow: auto;
                                                }
                                                .header-top h6,
                                                .header-top .social-icon {
                                                    display: none;
                                                }
                                                @media only screen and (max-width: 767px) {
                                                    .slick-arrow {
                                                        margin-left: 10%;
                                                    }
                                                }
                                                @media only screen and (max-width: 767px) {
                                                    .slick-next {
                                                        margin-right: 10%;
                                                    }
                                                }
                                                @media only screen and (max-width: 767px) {
                                                    .newsletter h5 {
                                                        color: #038f47;
                                                        font-size: 20px;
                                                        font-weight: 500;
                                                        margin: 0;
                                                        text-transform: uppercase;
                                                        margin-top: 15px;
                                                        text-align: center;
                                                        padding-bottom: 10px;
                                                    }
                                                }
                                                @media only screen and (max-width: 767px) {
                                                    .newsletter [type=text] {
                                                        background: transparent;
                                                        border: 1px solid #969696;
                                                        height: 45px;
                                                        color: #969696;
                                                        font-size: 16px;
                                                        font-weight: 400;
                                                        float: left;
                                                        width: 100%;
                                                        padding: 12px 10px;
                                                        text-align: center;
                                                    }
                                                }
                                                @media only screen and (max-width: 767px) {
                                                    .newsletter [type=button] {
                                                        font-size: 18px;
                                                        font-weight: 600;
                                                        background: #038f47;
                                                        color: white;
                                                        display: inline-block;
                                                        width: 200px;
                                                        margin-left: 63px;
                                                        height: 45px;
                                                        margin-top: 10px;
                                                    }
                                                }
                                                @media only screen and (max-width: 767px) {
                                                    .comp-form [type=button] {
                                                        font-size: 15px;
                                                        font-weight: 700;
                                                        background: #038f47;
                                                        color: white;
                                                        display: inline-block;
                                                        width: 45%;
                                                        float: right;
                                                        height: 45px;
                                                        text-transform: capitalize;
                                                    }
                                                }
                                                @media only screen and (max-width: 767px) {
                                                    .branch-loc select {
                                                        background: transparent;
                                                        border: 1px solid white;
                                                        height: 40px;
                                                        color: white;
                                                        font-size: 16px;
                                                        font-weight: 400;
                                                        float: left;
                                                        width: 100%;
                                                    }
                                                }
                                                @media only screen and (max-width: 767px) {
                                                    .branch-loc .cus-btn {
                                                        font-size: 18px;
                                                        font-weight: 600;
                                                        color: #038f47;
                                                        background: white;
                                                        padding: 9px 60px;
                                                        display: inline-block;
                                                        border-radius: 15px;
                                                        margin-top: 10px;
                                                    }
                                                }
                                                @media only screen and (max-width: 767px) {
                                                    .back-img {
                                                        height: 200px;
                                                        background-repeat: no-repeat;
                                                        background-position: center;
                                                        background-size: 100% 100%;
                                                    }
                                                }
                                                @media only screen and (max-width: 767px) {
                                                    .services {
                                                        padding-bottom: 429%;
                                                    }
                                                    .mob-set {
                                                        padding-top: 5%;
                                                    }
                                                }
                                                /* @media screen and (max-width: 767px) {
                                                    .inner-map {
                                                        padding-bottom: 266px !important;
                                                    }
                                                } */
                                                /* //side form// */
                                                40% {
                                                    opacity: 0.5;
                                                    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
                                                }
                                                100% {
                                                    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
                                                    -moz-transform: scale(1.5);
                                                    opacity: 0;
                                                }
                                            }
                                            
                                            @keyframes sonarEffect {
                                                0% {
                                                    opacity: 0.3;
                                                }
                                                40% {
                                                    opacity: 0.5;
                                                    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
                                                }
                                                100% {
                                                    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
                                                    transform: scale(1.5);
                                                    opacity: 0;
                                                }
                                            }
                                          