html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    padding: 0;
    margin: 0;
}

a.link {
    text-decoration: none !important;
}

ul li {
    list-style: none;
}

a:focus,
a:hover,
a:active {
    outline: medium none !important;
}

.block {
    float: left;
    width: 100%;
}

.sectionmargin50 {
    margin: 50px 0;
}

body {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 16px !important;
    background: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #77d1cc;
}

.flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.transition {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

.vertical-align-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.whitecolor {
    color: #fff;
}


/* ----------Header CSS---------- */

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
*/

.fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 111;
}

.fixedheader ul li a {
    color: #000;
    font-size: 18px;
}

header.fixedheader .logodiv img {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    top: -22px;
}

header.fixedheader .header-menucontainer {
    height: 55px;
}

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.hamburger-menu ul li > button {
    border-radius: 0;
    border: none;
    padding: 5px 10px;
    color: #006868;
    background: transparent;
    font-size: 25px;
}

.hamburger-menu ul li > button:focus {
    outline: none;
}

.header-menucontainer {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 90px;
}

.loginsignupdiv ul li,
.hamburger-menu ul li {
    display: inline-block;
    padding: 0 10px;
}

.hamburger-menu ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.hamburger-menu ul li:first-child {
    padding: 0;
}

.logodiv img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 15px auto;
    text-align: center;
}


/* ----------End Header CSS---------- */


/* ----------Banner CSS---------- */

.banner-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    background-image: url("../images/home-banner/video/home-banner.jpg");
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
}

.full-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    opacity: .8;
}

.bannercontent h1 {
    font-size: 50px;
}

.bannercontent h2 {
    padding: 5px 0 0;
}

.bannercontent h2 .highlite_text {
    color: #79d0ce;
    font-weight: bold;
}

.main-search .searchdiv {
    position: relative;
}

.main-search {
    display: table;
    width: 550px;
    margin: auto;
}

.main-search .btn {
    background-color: #006867;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    height: 100%;
    padding: 0 20px;
}

.bannercontent {
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.main-search .form-control {
    height: 45px;
    border: none;
    border-radius: 0;
}

.main-search .form-control:focus {
    box-shadow: none;
}

.mainlinks {
    margin: 5px 0;
}

.mainlinks ul {
    display: table;
    margin: auto;
}

.mainlinks ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    /*    float: left;*/
}

.mainlinks ul li:first-child::after {
    content: none;
}

.mainlinks ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #fff;
    left: 0;
    right: 0;
    height: 65%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/* -------Scrool Down Section-------- */

.scroll-down {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 50px;
}

.scroll-down a {
    color: #fff;
}

.scroll-animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-transition: none;
    transition: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-12px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

.scroll-animate {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


/* -------Laws Section-------- */

.lawssection {
    min-height: 65vh;
    height: auto;
    background: url("../images/laws-section-bg/laws-bg.png") top center repeat-x;
}

h3.heading {
    font-size: 30px;
}

.paddingtopbottom20 {
    padding: 20px 0;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.paddintopbottom40 {
    padding: 40px 0;
}

.paddintopbottom20 {
    padding: 20px 0;
}

.paddintop40 {
    padding-top: 40px;
}

.lawssection {
    color: #fff;
    position: relative;
}

.laws-section-container {
    background-color: #1A3141;
    padding: 20px 0;
    max-height: 245px;
    height: 245px;
    position: relative;
}

.laws-section-container .laws-icon i {
    margin: auto;
    font-size: 30px;
    font-weight: bold;
}

.laws-section-container .laws-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

.laws-section-container h4 {
    padding: 20px 0;
    text-transform: capitalize;
}

.laws-section-container a,
.statewisecontainer a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    margin-top: 20px
}

.laws-section-container a::before,
.statewisecontainer a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background-color: #006967;
    width: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    height: 100%;
    border-radius: 5px;
}

.laws-section-container a span,
.statewisecontainer a span {
    position: relative;
    z-index: 1;
}

.laws-section-container a:hover span,
.statewisecontainer a:hover span {
    color: #fff;
}

.laws-section-container a:hover,
.statewisecontainer a:hover {
    border-color: #006967;
}

.laws-section-container a:hover::before,
.statewisecontainer a:hover::before {
    width: 100%;
}

.statewisecontainer summary {
    margin: 0 auto 20px;
}

@media(min-width:768px) {
    .statewisecontainer summary {
        width: 55%;
    }
}

.laws-section-container:hover .laws-icon {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    color: #006967;
    border-color: #006967;
}

.nightanimation {
    background-image: url('../images/laws-section-bg/day.jpg');
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1;
    background-position: bottom center;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.statewisecontainer {
    position: absolute;
    left: 0;
    right: 0;
    /*    bottom: 120px;*/
}

.clouds {
    background-image: url(../images/laws-section-bg/cloud.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    /*
animation: bgmove 30s ease-in-out infinite;
-webkit-animation: bgmove 30s ease-in-out infinite;
-moz-animation: bgmove 30s ease-in-out infinite;
*/
    top: 0;
    z-index: -1;
}

@keyframes bgmove {
    0% {
        background-position: -400px bottom;
    }
    50% {
        background-position: 400px bottom;
    }
    100% {
        background-position: 800px bottom;
    }
}

-webkit-@keyframes bgmove {
    0% {
        background-position: -400px bottom;
    }
    50% {
        background-position: 400px bottom;
    }
    100% {
        background-position: 800px bottom;
    }
}

.latestnews-container {}

.darkbg {
    background-color: #006967;
}

.latestnews-container .posrelative {
    position: relative;
}

.latestnews-container .news-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#blog-landing {
    position: relative;
}

.white-panel {
    position: absolute;
}

.white-panel:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.latestnews-container .news-div {
    background-color: #fff;
    color: #223746;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.datecountrydiv h4 {
    font-size: 13px !important;
    margin-bottom: 10px;
}

.latestnews-container .news-details {
    padding: 50px 20px;
}

.latestnews-container .news-details h3 {
    font-size: 22px;
    letter-spacing: 1px;
}

.latestnews-container .news-details h4 {
    font-size: 20px;
    color: #006665;
    padding: 10px 0 15px;
}

.latestnews-container .news-details summary {
    font-size: 18px;
    padding-bottom: 25px;
    color: #000;
}

.latestnews-container .news-details a.whitecolor {
    /*
	color: #fff;
    border-color: #fff;
*/
    text-transform: uppercase;
}

.latestnews-container .news-details a.whitecolor:hover {
    border-color: #006665;
}

.latestnews-container .news-details a {
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #006665;
    color: #006665;
    position: relative;
}

.latestnews-container .news-details a span {
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.latestnews-container .news-details a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #006665;
    width: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.news-details.block.text-center.adjustpaddingforreadmore {
    padding-bottom: 10px;
}

.latestnews-container .news-details a:hover::before {
    width: 100%;
}

.latestnews-container .news-details a:hover span {
    color: #fff;
}

.latestnews-container .bx-wrapper .bx-pager {
    position: relative;
    bottom: 0;
}

.latestnews-container .bx-wrapper {
    margin: 0 auto 0;
}

.latestnews-container .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 5px solid transparent;
    left: 0;
    background: transparent;
}

.latestnews-container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #78d0cd;
    border-color: #78d0cd;
}

.testimonials-container {}

.lightbg {
    background-color: #d1d4d3;
}

.blacktext {
    color: #000;
}

.testimonial-slider-container {
    padding: 70px 0;
    background-color: #006967;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

.testimoials-div summary {
    margin: 0 auto 30px;
    font-size: 20px;
    display: table;
    position: relative;
}

.testimonial-slider-container .testimoials-div summary::before {
    /*content: "\f10d";*/
    position: relative;
    left: -10px;
    top: -5px;
    font-family: fontAwesome;
}

.testimonial-slider-container .testimoials-div summary::after {
    /*content: "\f10e";*/
    position: absolute;
    right: -10px;
    bottom: -5px;
    font-family: fontAwesome;
}

.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.testimonial-slider-container .bx-wrapper .bx-pager,
.testimonial-slider-container .bx-wrapper .bx-controls-auto {
    position: relative;
    bottom: 0;
}

.testimonial-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #fff;
}

.bx-wrapper {
    margin: 0 auto 0 !important;
}

.testimoials-div h6 strong {
    display: block;
}

@media(min-width:768px) {
    .testimoials-div summary {
        width: 80%;
    }
}

.darkwhite {
    background-color: #f5f5f5;
}

.tutorial-container .tutorialsdiv {
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .1);
    border-color: rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.tutorial-container .bx-wrapper .bx-viewport {
    height: 350px !important;
}

.tutorial-container .tutorialimage {
    max-height: 225px;
    height: 205px;
    overflow: hidden;
}

.tutorial-container .tutorialimage img {
    float: left;
    width: 100%;
}

.tutorial-container .tutorialsdiv:hover .tutorialimage img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.tutorial-container .tutorialsdiv:hover {
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .3);
}

.tutorial-container .tutorialsdiv .tutorial-description h3 {
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 0;
    letter-spacing: 2px;
    color: #006967;
}

.tutorial-container .tutorialsdiv .tutorial-description {
    padding: 20px 10px;
}

.tutorial-container .tutorialsdiv .tutorial-description h5.pull-right a {
    color: #76cfd2;
    font-weight: bold;
}

.tutorial-container .bx-wrapper .bx-controls-direction a {
    background-image: url('../resources/bxslider/images/left-right-controls.png');
    width: 26px;
    height: 42px;
}

.tutorial-container .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: 6px -6px !important;
}

.tutorial-container .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -32px -5px !important;
}

.tutorial-container .bx-wrapper .bx-pager,
.tutorial-container .bx-wrapper .bx-controls-auto {
    position: relative;
    bottom: 0;
}

.latestnews-container .bx-wrapper .bx-pager.bx-default-pager a,
.tutorial-container .bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #78d0cd;
}

.tutorial-container .bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #74d3cb;
}

.leftrightimage {
    position: relative;
}

.news-details.padding0 {
    padding: 0;
}

.aboutusbg {
    background-image: url("../images/home-left-right-bg/about-us-bg.jpg");
}

.calculator {
    background-image: url('../images/home-left-right-bg/supply1.jpg');
}
.calculator1{
     background-image: url('../images/home-left-right-bg/12.jpg');
}

.calculatorbg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.calculator-content h3 {
    font-size: 25px;
}

.calculator-content {
    padding: 100px 20px;
}

.calculator-content p {
    margin-bottom: 10px;
    text-align: justify;
    line-height: 25px;
}

.calculator-content summary {
    padding: 20px 0;
    text-align: justify;
    line-height: 25px;
}

.playstore-download .btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: initial;
    padding: 5px 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.widthplaystoreicon {
    width: 100px;
    height: 30px;
}

.playstore-download .btn:hover::before {
    left: 0;
}

.artcles-asign-minheight .articles {
    min-height: 270px !important;
}

.articles-container .articles {
    background-color: #fff;
    padding: 30px;
    min-height: 200px;
    border: 1px solid #e9edef;
    position: relative;
    margin-bottom: 25px;
}

.articles-container .articles:hover {
    box-shadow: 0 2px 25px #e1e1e1;
}

.articles-container .articles > h4 {
    font-weight: bold;
    font-size: 20px;
}

.articles-container .articles > summary {
    padding: 20px 0;
}

.articles-container .articles > h5 span {
    font-weight: bold;
}

.articles-container .articles .articles-div-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0 30px;
}

.articles-container .articles .articles-div-footer h4 a {
    text-transform: uppercase;
    font-weight: bold;
    color: #006967;
}

.articles-container .articles::before {
    content: "";
    position: absolute;
    left: 0;
    height: 45px;
    width: 4px;
    background-color: #006967;
}

.playstore-download .btn > span {
    position: relative;
    z-index: 11;
    display: block;
}

.playstore-download .btn:hover {
    border-color: #7fcdd3;
}

.playstore-download .btn::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #7fcdd3;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #22a0d0;
    height: 100%;
    border-radius: 3px;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

.downloadapp {
    background-color: #006967;
    background-image: url('../images/app_download_bg.png');
}

.downloadapp .row.flex-container {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.download-content h5 {
    font-size: 16px;
    padding: 15px 0;
}

.download-content h4 {
    font-size: 25px;
}

.download-app-image img {
    display: inline;
}

.download-app-image {
    text-align: center;
}

.footerdiv {
    background-color: #f1f1f1;
    padding-bottom: 0;
}

@-moz-keyframes cityscape {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1398px 0
    }
}

@-webkit-keyframes cityscape {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1398px 0
    }
}

@-o-keyframes cityscape {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1398px 0
    }
}

@-ms-keyframes cityscape {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1398px 0
    }
}

@keyframes cityscape {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -1398px 0
    }
}

@-moz-keyframes lamposts {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -697px 0
    }
}

.footerdiv-bg {
    background-image: url('../images/footer/footer-bg.png');
    height: 60px;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-name: cityscape;
    animation-timing-function: linear;
}

.copyright-container {
    padding: 15px 0 55px;
    background-color: #1e2020;
}

.footer-left-container p {
    font-size: 12px;
    line-height: 20px;
}

.footer-left-container ul {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.footer-left-container ul li {
    float: left;
    padding: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    display: -webkit-flex;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #000;
    color: #000;
}

.footer-left-container ul li a {
    margin: auto;
}

.footer-right-container {
    text-align: right;
    color: #000;
    font-size: 14px;
}

.footer-right-container h5 {
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 10px;
}

.footer-right-container ul li {
    line-height: 26px;
    font-size: 14px;
}

.footerquicklinks ul li {
    display: inline-block;
    position: relative;
}

.footer-right-container ul li a.selected {
    color: #77d1cc;
}

.footerquicklinks {
    text-align: center;
}

.footerquicklinks ul li a {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.footerquicklinks ul li:last-child::after {
    content: none;
}

.footerquicklinks ul li::after {
    content: '\f192';
    font-family: fontAwesome;
    display: inline-block;
    padding: 0 10px;
    border: none;
    font-size: 10px;
}

aside {
    position: fixed !important;
    z-index: 111;
    background-color: #fff;
    width: 225px;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: scroll;
    padding: 20px 10px;
    background-color: #006967;
}

.scrollbar-path-vertical .scrollbar-handle {
    /*    height: 60px !important;*/
}

.scrollbar-content ul li h5 {
    text-transform: uppercase;
    padding: 5px 0;
    text-align: center;
}

aside .closebtn {
    position: fixed;
    left: 200px;
    top: 0;
    background-color: #006967;
    width: 25px;
    text-align: center;
    height: 25px;
    display: flex;
    display: -webkit-flex;
    z-index: 1;
}

aside .closebtn a {
    cursor: pointer;
    margin: auto;
}

aside .closebtn a:focus {
    color: #77d1cc;
}

.scrollbar-content ul li a {
    transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
    -0-transition: all 0.35s ease-in;
    letter-spacing: 0px;
}

.scrollbar-content ul li a:focus,
.scrollbar-content ul li a:hover {
    color: #7acbd0;
    letter-spacing: 1px;
}

.scrollbar-content ul li a.hassubmenu:after {
    content: "\f107";
    font-family: fontAwesome;
    float: right;
}

.scrollbar-content ul li a,
.scrollbar-content ul li {
    float: left;
    width: 100%;
    cursor: pointer;
}

.scrollbar-content ul li a.selected {
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.hiddenmenu {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.hiddenfooter {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
}

.fixedfooter {
    position: fixed;
    bottom: 0;
    background-color: #006967;
    padding: 10px 0;
    z-index: 1;
}

.fixedfooter * {
    box-sizing: border-box;
}

.fixedfooter ul li {
    display: inline;
    width: 33.33%;
    float: left;
    text-align: center;
}

.fixedfooter ul li a i {
    padding-right: 10px;
    font-size: 20px;
}

.fixedfooter ul li a {
    position: relative;
    cursor: pointer;
}

.fixedfooter ul li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    right: 0;
    width: 0;
    background-color: #78d0cd;
    transition: all 0.35s ease-in;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
}

.fixedfooter ul li a:hover::after {
    width: 100%;
}

.contact-us-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 111;
    display: flex;
    display: -webkit-flex;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}

.show-contact-us-popup {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.contact-us-popup .contact-form {
    width: 35%;
    text-align: center;
    margin: auto;
    background-color: #000;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

.contact-us-popup .contact-form .closemodal {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}

.contact-us-popup .contact-form h5 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-us-popup .contact-form .form-control {
    border-radius: 0;
    border-width: 0 0 1px 0;
    background-color: transparent;
    box-shadow: none;
}

.contact-us-popup .contact-form .form-control:focus {
    border-color: #5cb85c;
}


/* -----Inner Pages------- */

.inner-banner-container {
    height: 50vh;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutus-bg {
    background-image: url('../images/inner-banner/about-us-banner.jpg');
}

.inner-banner-container h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.news-section-page-container .news-div {
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .1);
    border-color: rgba(0, 0, 0, 0.5);
    background-color: #fff;
    padding: 10px;
}

.news-section-page-container .news-div h4 {
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
}

.news-section-page-container .news-div summary {
    font-size: 13px;
    padding-bottom: 15px;
    text-align: justify;
}


/* ---About Us Page Container---- */

.about-us-container summary {
    margin: 0 0 20px;
}

.about-us-container .values-div figure {
    margin: 0 auto 15px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    display: -webkit-flex;
}

.about-us-container .values-div figure img {
    margin: auto;
}

.about-us-container .values-div h5 {
    letter-spacing: 2px;
    font-size: 16px;
    text-align: center;
    color: #006a67;
    padding: 15px 0;
}

.greenbg {
    background-color: #006967;
}

.mission-container summary {
    display: table;
    margin: 0 auto;
}


/*Laws Page Container*/

.heading-navs ul {
    margin: auto;
    display: table;
}

.heading-navs ul li {
    display: inline;
    float: left;
    padding: 0 55px;
}

.heading-navs ul li a {
    padding: 10px 0;
    float: left;
    position: relative;
    letter-spacing: 2px;
}

.heading-navs ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0px;
    background-color: #006967;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.heading-navs ul li a:hover {
    color: #006967;
}

.heading-navs ul li a:hover::after {
    width: 100%;
}

.laws-container-header {
    -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
}

.acts-listing-container .panel-heading {
    background-color: transparent;
    padding: 0;
    border: none;
}

.acts-listing-container .panel {
    border: none;
    box-shadow: none;
}

.acts-listing-container .panel-heading .panel-title {
    padding: 10px 0;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 0;
    cursor: pointer;
}

.acts-listing-container .panel-heading .panel-title {
    background-color: #006b68;
    color: #fff;
    padding: 10px;
}

.acts-listing-container .panel-heading .collapsed .panel-title {
    background-color: transparent;
    color: #000;
    padding: 10px;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel:last-child .panel-title {
    border-bottom: 1px solid #ddd;
}

.acts-listing-container .panel-body ul li {
    padding: 5px 0;
    position: relative;
}

.acts-listing-container .panel-body ul li:before {
    content: "\f101";
    font-family: fontAwesome;
    padding-right: 10px;
}

.acts-listing-container .panel-body ul li a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.acts-listing-container .panel-body ul li a:hover {
    padding-left: 10px;
}

.acts-listing-container .panel-heading .collapsed .panel-title::after {
    content: "\f105";
    font-family: fontAwesome;
    float: right;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.acts-listing-container .panel-heading .panel-title::after {
    content: "\f105";
    font-family: fontAwesome;
    float: right;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.fixedmenu {
    position: fixed;
    top: 55px;
    background-color: #fff;
    z-index: 1;
    left: 0;
    right: 0;
}

.law-details-header {
    padding: 10px 0;
    box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.law-details-header h4 {
    font-weight: bold;
    color: #006967;
}

.law-details-header summary {
    margin: 0 auto;
    text-align: center;
    display: table;
}

.law-details-content h3 {
    font-weight: bold;
    font-size: 20px;
    color: #006967;
}

.law-details-content h4 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
}

.law-details-content ul li {
    position: relative;
    line-height: 26px;
}

.law-details-content ul li ul {
    padding-left: 20px;
}

.law-details-content ul li:before {
    content: "\f138";
    font-family: fontAwesome;
    padding-right: 10px;
    color: #006967;
}

.acts-forms-container thead tr td {
    font-weight: bold;
    color: #fff;
    background-color: #006967;
    text-align: center;
}

.acts-forms-container tbody tr td a {
    position: relative;
}

.acts-forms-container tbody tr td:first-child a::after {
    content: "\f1c1";
    font-family: fontAwesome;
    float: right;
    position: relative;
    color: #006967;
    font-weight: normal;
}

.acts-forms-container tbody tr td:first-child a {
    color: #006967;
    font-weight: bold;
    font-size: 12px;
}

.acts-forms-container tbody tr td:first-child {
    font-size: 12px;
}

.states-wise-laws-container {
    margin-bottom: 10px;
}

.states-wise-laws-container img {
    width: 135px;
    margin: 0 auto;
    display: table;
}

.states-wise-laws-container iframe {
    border: none;
    overflow: hidden;
    width: 135px;
    margin: 0 auto;
    display: table;
    height: 135px;
}

.states-wise-laws-container h5 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-height: 32px;
}

.notification-container .nav.nav-pills li a {
    background-color: #006967;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.notification-container .nav-pills > li.active > a,
.notification-container .nav-pills > li.active > a:focus,
.notification-container .nav-pills > li.active > a:hover {
    color: #000 !important;
    background-color: #79d0cd !important;
}

.notification-container .table {
    margin-top: 20px;
}

.notification-container .table tr td {
    vertical-align: middle;
}

.notification-container .table thead tr {
    text-align: center;
    font-weight: bold;
}

.notification-container .table thead tr td {
    background-color: #006967;
    color: #fff;
}

.notification-container .nav-pills > li + li {
    margin-left: 0px;
}

.notification-content > h5 {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    background-color: #006a68;
    padding: 13px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}

.notification-content > h5:after {
    content: "\f107";
    font-family: fontAwesome;
    float: right;
    position: relative;
    right: 10px;
}

.newsdetailscontainer summary img {
    max-width: 270px;
    width: 100%;
    padding: 0 10px 5px 0;
}


/*Breadcrum Container*/

.breadcrum {
    /*  box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.25);*/
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 10px 0;
}

.breadcrum ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.breadcrum ul li:after {
    content: "\f105";
    padding: 0 10px;
    font-family: fontAwesome;
    font-size: ;
    color: #0a6e6e;
    font-weight: bold;
}

.breadcrum ul li:last-child::after {
    content: none;
}

.breadcrum ul li a:hover {
    color: #0a6e6e;
}

.breadcrum ul li:last-child a {
    pointer-events: none;
}

.tutorial-videos {
    margin-bottom: 20px;
}

button:focus,
html input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    outline: none !important;
}

.whitebg {
    background-color: #fff
}

.sectionpadding20 {
    padding: 20px 20px;
}

.contactusform {
    position: relative;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.contact-address {
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #0a6e6e;
    height: 80%;
    color: #fff;
    text-align: left;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.contact-address ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.contact-address ul li h4 {
    text-transform: uppercase;
}

.contact-address ul li h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}

.contact-address ul li {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 15px;
    text-align: center;
}

.address-icon i {
    margin: auto;
    font-size: 16px;
}

.address-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-flex;
    display: -webkit-inline-flex;
    margin-bottom: 5px;
}

.formdiv h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding-top: 40px;
}

.formdiv h5 {
    text-transform: capitalize;
    padding: 5px 0;
    letter-spacing: 1px;
}

.formdiv .form-control {
    border-width: 0 0 1px 0;
    border-radius: 0;
    box-shadow: none;
    border-color: #0a6e6e;
    resize: none;
}

.formdiv .form-group .btn {
    border-radius: 0;
    background-color: #0a6e6e;
    color: #fff;
    border: 1px solid #0a6e6e;
}

.selectstyling select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../resources/images/arrow_img.png) no-repeat;
    background-position: 98% center;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dfdddd;
    width: 100%;
    height: 34px;
    padding: 0 5px;
}

.sortingdiv .selectstyling {
    max-width: 25%;
    width: 100%;
}

.rate-finder-container .form-control {
    border-radius: 0;
}

.rate-finder-container .form-group label {
    font-size: 14px;
}

.rate-finder-container .btn {
    border-radius: 0;
    background-color: #006967;
    color: #fff;
    border: 1px solid #006967;
}

.rate-finder-container .btn:hover {
    background-color: transparent;
    color: #006967;
}

.displaydetails h5 {
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
    font-size: 22px;
    color: #006967;
}

.displaydetails {
    display: none;
}

select::-ms-expand {
    display: none;
}

select:focus::-ms-value {
    background: transparent;
    color: inherit;
}

.rate-finder-container {
    width: 50%;
    margin: 0 auto;
    display: table;
    background-color: #f1f1f1;
    padding: 20px;
}

.gst-calculator {
    width: 70%;
    margin: 0 auto;
    display: table;
    background-color: #f1f1f1;
    padding: 20px;
}

.results-for-gst-calculator {
    width: 70%;
    margin: 0 auto;
    display: table;
}

.displaydetails label {
    font-weight: normal;
}

.ratefindermargin {
    display: table;
    margin: 0 auto;
}

.laws-results {
    width: 120px;
    height: 120px;
    display: flex;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #006967;
    margin: 0 auto;
}

.center-align {
    margin: auto;
    color: #fff;
}

.priviledge-member-menu {
    margin-top: 60px;
    background-color: #006967;
    color: #fff;
    text-align: center;
}

.priviledge-member-menu ul {
    display: table;
    margin: 0 auto;
}

.priviledge-member-menu .nav-pills > li + li {
    margin-left: 0;
}

.priviledge-member-menu .nav-pills > li.active > a,
.priviledge-member-menu .nav-pills > li.active > a:focus,
.priviledge-member-menu .nav-pills > li.active > a:hover,
.priviledge-member-menu .nav > li > a:hover {
    color: #FFF;
    background-color: transparent;
}

.priviledge-member-menu .nav-pills > li {
    padding: 0 20px;
}

.priviledge-member-menu .nav-pills > li > a {
    border-radius: 0;
    padding: 15px 0px;
    position: relative;
}

.priviledge-member-menu .nav-pills > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 6px;
    background-color: #000;
    left: 0;
    right: 0;
    width: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.priviledge-member-menu .nav-pills > li > a:hover::after {
    width: 100%;
}

.priviledge-member-menu .nav-pills > li.active > a::after {
    width: 100%;
}

.profile-details-update-form .form-control {
    border-radius: 0;
    border-width: 0 0 1px 0;
    box-shadow: none;
    border-style: dotted;
    resize: none;
}

.profile-details-update-form .form-control:focus {
    border-color: #006967;
}

.profile-details-update-form .btn {
    border-radius: 0;
    background-color: #006967;
    color: #fff;
    border: 2px solid #006967;
    padding: 5px 25px;
}

.profile-details-update-form .btn:hover {
    background-color: transparent;
    color: #006967;
    border-color: #006967;
}

.customer-container .table thead tr td {
    background-color: #006967;
    color: #fff;
}

.customer-container table tr td input[disabled] {
    border: 1px solid transparent;
    background-color: transparent;
    text-align: center;
}

.customer-container table tr td input {
    text-align: center;
}

.customer-container table tr {
    position: relative;
}

.customer-container table tr td {
    vertical-align: middle;
}

.customer-container table tr td a {
    cursor: pointer;
}

.customer-container .table thead tr td.adaabsolutebtn {
    position: relative;
    z-index: 1;
    background-color: #79D0CD;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.customer-container .table thead tr td.adaabsolutebtn a:hover {
    color: #000;
}

.priviledge-member-menu h5 {
    text-transform: uppercase;
    padding: 12px 0;
    position: relative;
    cursor: pointer;
}

.priviledge-member-menu h5:after {
    content: "\f107";
    font-family: fontAwesome;
    font-size: 18px;
    float: right;
    position: relative;
    right: 32px;
}

.acts-forms-container .table tbody tr td {
    vertical-align: middle;
}


/* ========FAQS============ */

.faqs .panel .panel-heading .panel-title {
    position: relative;
    padding: 15px 0 15px;
    border-width: 1px 0 0px 0;
    border-style: solid;
    border-color: #ddd;
    cursor: pointer;
}

.faqs .panel-group .panel + .panel {
    margin-top: 0;
    margin: 0;
}

.faqs .panel .panel-heading .panel-title::after {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

.faqs .panel .panel-heading .panel-title::after {
    transform: rotate(90deg);
}

.faqs .panel .panel-heading .collapsed .panel-title::after {
    transform: rotate(0deg);
}

.faqs .panel-default > .panel-heading {
    background-color: transparent;
    padding: 0;
    border: none;
}

.faqs .panel-group .panel {
    border-radius: 0;
}

.faqs .panel-default {
    border-color: transparent;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.faqs .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faqs .panel-body b {
    font-size: 20px;
    padding: 10px 0;
    display: block;
}

.faqs ul li,
.terms-conditions-container ul li {
    list-style: none;
    line-height: 25px;
    position: relative;
}

.faqs ul li::before,
.terms-conditions-container ul li:before {
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 8px;
}

.terms-conditions-container ul li:before {
    position: absolute;
    left: -10px;
}

.spacebetween {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.account-profile-picture .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    right: auto;
    padding: 0;
    border-radius: 0;
    top: 43px;
}

.dropdown i {
    color: #78d1cf;
    font-size: 15px;
    padding-left: 10px;
}

.dropdown a {
    cursor: pointer;
    color: #78d1cf;
    font-weight: bold;
}

.account-profile-picture .dropdown-menu li {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
}

.account-profile-picture .dropdown-menu li:first-child a {
    border-bottom: none;
}

.account-profile-picture .dropdown-menu li a {
    padding: 5px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
}

@media(min-width:320px) and (max-width:767px) {
    .logodiv img {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
    }
    .bannercontent h1 {
        font-size: 26px;
    }
    .main-search {
        width: 90%;
    }
    .mainlinks ul li {
        font-size: 16px;
        float: none;
    }
    .text-animation {
    
    font-size: 22px !important;
}
    
    .laws-section-container {
        margin-bottom: 30px;
    }
    .statewisecontainer {
        position: relative;
        bottom: 0;
        float: left;
        width: 100%;
        background-color: #006967;
    }
    .latestnews-container .news-image {
        position: relative;
        height: 160px;
    }
    .lawssection {
        height: inherit;
    }
    .latestnews-container .news-details {
        padding: 20px 20px;
    }
    .latestnews-container .news-details h3 {
        font-size: 15px;
    }
    .latestnews-container .news-details h4 {
        font-size: 18px;
        padding: 5px 0 10px;
    }
    .latestnews-container .news-details summary {
        font-size: 13px;
    }
    .testimoials-div summary {
        font-size: 18px;
    }
    .testimonial-slider-container .testimoials-div summary::after {
        right: 0;
    }
    .tutorial-container .tutorialsdiv:hover .tutorialimage img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    .tutorial-container .tutorialimage {
        max-height: initial;
        height: initial;
    }
    .calculatorbg {
        position: relative;
        height: 250px;
    }
    .aboutusbg {
        float: left !important;
        width: 100%;
    }
    .footer-right-container {
        text-align: center;
        padding: 20px 0;
    }
    .footer-left-container {
        text-align: center;
    }
    .footer-left-container ul {
        float: none;
        width: initial;
        display: table;
        margin: 20px auto 0;
    }
    .copyright-container {
        font-size: 16px;
    }
    .notification-content > ul {
        display: none;
    }
    .laws-container-header {
        display: none;
    }
    .contact-address,
    .contact-address ul {
        position: relative;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        float: left;
        width: 100%;
        left: 0;
        top: initial;
        height: initial;
        padding: 10px;
    }
    .displaydetails .col-xs-12 {
        float: left;
        width: 33.333%;
    }
    .rate-finder-container {
        width: 100%;
    }
    .sortingdiv .selectstyling {
        max-width: 50%;
    }
    .priviledge-member-menu ul {
        display: none;
    }
    .priviledge-member-menu .nav-pills > li {
        width: 100%;
    }
    .priviledge-member-menu .nav-pills > li > a {
        padding: 10px 0px;
    }
    .gst-calculator,
    .results-for-gst-calculator {
        width: 100%;
    }
}

@media(min-width:240px) and (max-width:479px) {
    .downloadapp .row.flex-container {
        flex-direction: column;
        -webkit-flex-direction: column;
        text-align: center;
    }
    .download-app-image img {
        margin-top: 20px;
    }
    .displaydetails .col-xs-12 {
        float: left;
        width: 100%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .main-search {
        display: table;
        width: 80%;
    }
    .calculator-content {
        color: #fff;
    }
    .calculatorbg {
        background-color: rgba(0, 0, 0, 0.6);
        background-blend-mode: multiply;
    }
    .contact-address,
    .contact-address ul {
        position: relative;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        float: left;
        width: 100%;
        left: 0;
        top: initial;
        height: initial;
        padding: 10px;
    }
    .rate-finder-container {
        width: 70%;
    }
    .sortingdiv .selectstyling {
        max-width: 33.333%;
    }
    .gst-calculator,
    .results-for-gst-calculator {
        width: 90%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .main-search {
        width: 65%;
    }
}

@media(min-width:240px) and (max-width:479px) {
    .states-wise-laws-container h5 {
        font-size: 10px;
    }
}

@media(min-width:768px) {
    .mission-container summary {
        width: 80%;
    }
    .law-details-header summary {
        width: 80%;
    }
}

.pdf-icon-right {
    margin-left: 30px;
    cursor: pointer;
}

.white-text {
    color: white;
}

.nomargin {
    margin: 0;
}

.gst-calculator .form-control {
    border-radius: 0;
    box-shadow: none;
}

.gst-calculator .form-control:focus {
    border-color: #006967;
}

.gst-calculator button[type="submit"] {
    background-color: #006967;
    border-radius: 0;
}

.profile-pic-showcase {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background-size: cover;
}

.uploadimage .btn {
    position: absolute;
    top: 0;
    right: 0;
}

.uploadimage {
    position: relative;
}

@media(min-width:240px) and (max-width:767px) {
    .uploadimage-container {
        flex-direction: column;
        -webkit-flex-direction: column;
        text-align: center;
    }
    .profile-pic-showcase {
        margin: 0 auto;
    }
    .uploadimage .btn {
        position: relative;
    }
}

.well-sm {
    padding: 15px;
}

.radio-btn-css {
    display: inline-block;
    margin: 0 0 0 32px;
}

.radio-btn-css .gs_radio {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    vertical-align: middle;
}

.well .form-group {
    padding: 5px 0;
}

.well .form-control {
    border: 1px solid #ddd;
    box-shadow: 0 0 0, 0 0 0 inset;
    height: 45px;
    border-radius: 0;
    outline: 0;
    margin: 10px 0 0;
}

.radio-label-span {
    padding: 0 20px 0 4px;
}

.modal-body h3 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 12px 0 15px;
}

.form-control option {
    padding: 3px 0 !important;
}

#filter_result .table-responsive {
    /*height: 250px;*/
    overflow-x: auto;
    margin: 10px 0;
}

#filter_result h4 {
    font-size: 18px;
    font-weight: bold;
}

.result-right-css h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

#no-record-found {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.m-b {
    margin-bottom: 15px;
}


/* Ashwani */

ul ol {
    padding: 0 0 0 20px;
}

.footer-right-container li {
    width: 50%;
    float: left;
}

.registration_Details h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 3px 0;
}

.registration_Details ul li {
    list-style: inside;
}

.block.transition {
    background-color: #fff;
    color: #000 !important;
}

.whitecolor1 {
    color: #006868;
}

#scroll-down h4 {
    margin: 15px 0 10px 0;
    padding-left: 15px;
}

.viewmore {
    border: 1px solid #fff;
    padding: 5px 10px;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.registration_text_Block {
    text-align: justify;
    width: 100% !important;
}

.registration_Details {
    width: 70%;
    float: left;
    padding-right: 50px;
}

.sidenav-box {
    width: 30%;
    float: left;
    position: sticky;
    position: -webkit-sticky;
    /*overflow: hidden;*/
    height: 300px;
    top: 55px;
}

.section.fixedfooter.block.hidden-xs.whitecolor.transition {
    color: #000;
}

h5 {
    margin-top: 10px;
}

@keyframes color-animation {
    0% {
        color: #f80404;
    }
    50% {
        color: #fdf902;
    }
    75% {
        color: #006867
    }
    100% {
        color: #fff;
    }
}

.text-animation {
    width: 100%;
    height: 100%;
    
    font-size: 25px;
    
}

.adjustmaxheight {
    overflow-y: scroll;
    max-height: 200px;
}

.text-right {
    text-align: right;
    position: relative;
}

.side_animation {
    position: absolute;
    right: -120px;
    top: 0;
}

.side_animation {
    background-color: transparent;
    -webkit-animation-name: example1;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    animation-name: example1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes example1 {
    0% {
        right: -120px
    }
    25% {
        right: -140px
    }
    50% {
        right: -120px
    }
    100% {
        right: -140px
    }
}


/* Standard syntax */

@keyframes example1 {
    0% {
        right: -120px
    }
    25% {
        right: -140px
    }
    50% {
        right: -120px
    }
    100% {
        right: -140px
    }
}

.modal-header {
    color: #000;
}

.h200 {
    min-height: 200px;
}

.block.footerquicklinks.paddintopbottom40 {
    color: #000;
}

.note-para {
    margin-bottom: 20px;
}

.tut_txtBox{
    background-color: #fff;
    height: 100px;
}

.tut_img img {
    width: 100%;
}

.blackecolor {
    color: #000;
    font-size: 18px;
}

.dropdown.blackecolor a {
    cursor: pointer;
    color: #000;
}

.dropdown.blackecolor i {
    color: #000;
    font-size: 15px;
    padding-left: 10px;
}

.tutorial-container .news-details {
    padding: 0px 20px;
}

.testimonial-container {
  border: 3px solid #ddd;
  background-color: #006967;
  border-radius: 35px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, .3), -15px -15px 15px rgba(0, 0, 0, .3);
}

.testimonial-container::after {
  content: "";
  clear: both;
  display: table;
}


.white-panel .news-div {
  height: 275px;
}


@media (max-width: 500px) {
  .testimonial-container {
      text-align: center;
  }
  
}

@media(max-width:768px) {
    .white-panel .news-div {
        height: 353px;
    }		

    .white-panel {
        position: relative;
        margin: 20px 0px;
    }

    .white-panel .news-div img {
        width: 300px;
        height: 180px;
    }
}
