@font-face {
    font-family: Gotham;
    src: url(../fonts/GothamMedium.ttf);
}

@font-face {
    font-family: Gotham1;
    src: url(../fonts/Gotham-Light.otf);
}

@font-face {
    font-family: Gotham2;
    src: url(../fonts/GothamLight.ttf);
}

@font-face {
    font-family: Gotham3;
    src: url(../fonts/GothamMedium.ttf);
}

@font-face {
    font-family: Gotham4;
    src: url(../fonts/Gotham-Bold.otf);
}

html,
body {
    height: 100%;
    font-family: 'Gotham1', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    vertical-align: baseline;
    background: #ffffff;
    color: #444444;
    /*overflow-x: hidden;*/
}

a.navbar-brand img {
    width: 250px;
}

div#titleList ul {
    width: 100%;
}

div#titleList ul li a {
    white-space: break-spaces;
}

.round-shape-one {
    width: 20px;
    height: 20px;
    border: 3px solid #20b2aa;
    border-radius: 50%;
    position: absolute;
    top: 15%;
    left: 36%;
    animation: animationFramesOne 15s infinite linear;
}

.section-two-shap {
    position: absolute;
    top: 69%;
    left: 5%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #20b2aa;
    border-radius: 25px;
    animation: animationFramesTwo 18s infinite linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham', sans-serif;
    color: #222222;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

p {
    line-height: 1.6;
    margin: 0 0 20px 0;
}

a {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main_header{
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 11;
    transition: all 0.5s;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.header_divider{
    height:130px;
}
.navbar_top li a.sign-up {
    background: linear-gradient(to right, #5b80b7 0%, #49a7b1 100%);
    color: #fff;
    border-radius: 30px;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px !important;
    padding: 0 !important;
    margin: 5px 15px 0 0px;
}

.navbar_top a.login {
    background-color: #ededed;
    border-radius: 50px;
    width: 120px;
    height: 40px;
    text-align: center;
    color: #000;
    line-height: 40px !important;
    padding: 0px !important;
    margin: 5px 0;
}

header ul.nav.navbar-nav li a:hover,
header ul.nav.navbar-nav li a:focus {
    color: #3cbfad;
    background-color: transparent !important;
}

nav.navbar.navbar_top ul li a.sign-up:hover {
    /* color: #000;
    border: 2px solid #000;*/
    color: #525352;
    background-color: #eee !important;
}

nav.navbar.navbar_top ul li a.login:hover {
    background: linear-gradient(to right, #5b80b7 0%, #49a7b1 100%) !important;
    color: #fff;
}

input:focus {
    outline: unset;
}

header ul li a {
    color: #000
}

nav.navbar.navbar_top {
    height: 70px;
    margin-bottom: 0;
}

nav.navbar.navbar_bottom {
    height: 50px;
    margin-bottom: 0;
}

nav.navbar.navbar_bottom .navbar-collapse {
    padding: 0;
}

nav.navbar.navbar_bottom ul li a {
    padding: 20px 0px;
}

nav.navbar.navbar_top ul {
    margin: 10px 0 0 0;
}

nav.navbar.navbar_bottom ul li a,
nav.navbar.navbar_top ul li a {
    font-size: 13px;
    padding: 10px 25px 22px 0;
    /*color: #525352;*/
    color: #000;
    font-weight: 600;
}

nav.navbar.navbar_top ul li a.sign-up {
    color: #fff;
}

nav.navbar.navbar_bottom ul li svg,
nav.navbar.navbar_top ul li svg {
    margin: -6px 0px;
    width: 25px;
    height: 25px;
    fill: #525352;
}

nav.navbar.navbar_bottom ul li a:hover svg,
nav.navbar.navbar_top ul li a:hover svg {
    fill: #3cbfad;
}

.navbar_bottom ul li a span,
nav.navbar.navbar_top ul li a span {
    padding: 0 8px;
}

nav.navbar.navbar_top ul li a {
    line-height: 35px;
}

header nav ul li:hover,
header nav ul li a:hover {
    background: transparent !important;
}

.banner {
    /* background: url('../img/banner.jpg'); */
    background: url(../img/bca-banner.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 500px;
    /* margin-top: 130px; */
    position: relative;
}
/* section.top-banner-askme {
    margin-top: 130px;
} */

.search-container {
    padding: 25% 0 0;
    width: 100%;
}
.banner_animated_img_right {
    margin: 25px 0px 0 40px;
}
.banner_animated_img_left {
    margin-left: 50px;
}

.search-container input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding: 8px 4px 4px 40px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0); */
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 15%), 0 0px 20px 0 rgb(0 0 0 / 15%);
    border: unset;
}

.search-container button {
    position: absolute;
    right: 18px;
    background-color: unset;
    border: unset;
    margin: 14px 0;
}

.search-container input[type="text"]:focus {
    outline-style: none;
}

.search-container button:focus,
button:focus {
    outline-style: none;
}

.search-container ::placeholder {
    font-weight: normal;
    color: #5253527a;
}

div#myDropdown {
    position: absolute;
    background-color: #4161aa;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.13);
    z-index: 1;
}

.form_content_section img {
    width: 300px;
}

div#myDropdown:after {
    content: "";
    border-bottom: 12px solid #4161aa;
    border-right: 12px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -12px;
    left: 30px;
    z-index: 10;
    margin: 0 0 0 25px;
}

div#myDropdown a {
    display: block;
    padding: 4px 8px;
    line-height: 24px;
    color: #fff;
}

.asd_profile button {
    border-radius: 50px;
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    color: #fff;
    border: unset;
    padding: 2px;
    margin: 8px 0 0;
}

.asd_profile button img {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 3px;
}

.asd_profile button.dropbtn i {
    padding: 6px;
    font-weight: bold;
}

a.cart i {
    padding: 13px 14px !important;
    background-color: #fdb916 !important;
    color: #fff;
    border-radius: 50px;
    position: relative;
    margin: -2px 0px;
}

a.cart i {
    color: #fff;
    font-size: 14px;
}

a.cart span {
    position: absolute;
    background-color: #3cbfad;
    border-radius: 50px;
    padding: 0 !important;
    line-height: 24px;
    color: #fff;
    font-size: 10px;
    right: 18px;
    width: 24px;
    height: 24px;
    text-align: center;
}

li.dropdown.asd_profile {
    margin: 0 20px 0px 0px;
}

section.sector {
    background-color: #f8f8f8;
    padding: 50px 0 40px 0;
}

.sector_img_hover {
    display: none;
}

.sector_details:hover svg {
    display: block;
    fill: #fdb916;
}

.sector_details:hover .sector_img_normal {
    display: none;
}

.sector_details {
    width: 100%;
    height: 150px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 25px 0;
}

.sector_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #676767;
    margin: 0 auto;
}

.sector_img img,
.sector_img_hover {
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0px auto;
    position: relative;
    top: 12px;
}

.sector_details h4 {
    color: #676767;
    font-size: 16px;
    padding: 12px 0;
}


/*.sector_details:hover .sector_img {
    background-color: #fdb916;
}*/

.section_head h2 {
    font-weight: bold;
    letter-spacing: 1.4px;
}

.section_head h2 {
    position: relative;
    z-index: 1;
}

.section_head h2:before {
    border-top: 15px solid #fdb916;
    content: "";
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 64px;
    z-index: -1;
}

.show_all_button {
    position: absolute;
    right: 16px;
    border: 2px solid #5e74c0;
    /* padding: 10px; */
    border-top-left-radius: 25px;
    background-color: #5e74c0;
    width: 110px;
    text-align: right;
    top: 10px;
}

.show_all_button a {
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.section_head p {
    color: #888888b5;
    font-weight: normal;
}

section.question {
    background-color: #6073b8;
    height: 150px;
    padding: 32px;
}

section.our_database {
    padding: 50px 0 40px 0;
    background-color: #f8f8f8;
}

section.our_database button {
    background-color: #3cbfad;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}

a#notification {
    margin: 0 0 0px -14px;
}

section.question h3 {
    color: #fff;
    text-align: center;
}

section.question a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 1px solid #3cbfad;
    width: 130px;
    background-color: #3cbfad;
    border-radius: 20px;
    padding: 4px;
    height: 35px;
    line-height: 25px;
}

a#order {
    position: relative;
    top: 95px;
}

.our_database_flow {
    padding: 50px 0 50px;
}

section.question img {
    position: absolute;
    top: -59px;
}

section.news {
    padding: 50px 0 40px 0;
}


/*.inner_news img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; 
}*/

.inner_news img {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #e5e5e5;
}

.share {
    padding: 12px;
}

.inner_news a.view_more {
    color: #fff;
    background-color: #f1c155;
    padding: 6px 8px 6px 8px;
    margin: 0 15px;
    font-size: 12px;
}

.inner_news {
    padding: 0px 0px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.inner_news h5 {
    font-size: 16px;
    padding: 20px 0 0 0;
    font-weight: bold;
}

.inner_news p {
    color: #3a3a3ab5;
    font-weight: normal;
    text-align: justify;
    padding: 0 15px;
    font-size: 12px;
}

.inner_news a {
    color: #ea71a5;
}

.inner_news h2 {
    padding: 8px 15px;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

span.msg {
    float: right;
}

.share span {
    color: #888888b5;
}

section.downlaod {
    background-color: #40b8af;
    height: 150px;
    padding: 32px;
    margin-top: 60px;
}

section.downlaod img {
    position: absolute;
    top: -48px;
}

section.downlaod h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

section.downlaod a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 1px solid #fdb916;
    width: 130px;
    background-color: #fdb916;
    border-radius: 20px;
    padding: 4px;
    height: 35px;
    line-height: 25px;
}

section.calender {
    padding: 50px 0 40px 0;
    background-color: #f8f8f8;
}

section.calender h2 {
    font-weight: bold;
    padding: 30px 0 0;
    color: #646464;
}

section.calender p {
    color: #888888b5;
}

button.checkout_product:hover {
    color: #fff;
}

section.calender a {
    color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #5d73c0;
    width: 130px;
    background-color: #5d73c0;
    border-radius: 20px;
    padding: 4px;
    height: 35px;
    line-height: 25px;
}

.shorting_by {
    /*background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    color: #fff !important;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 50px;
    height: 40px;
    border: 1px solid #d4d3d3;
    color: #ededed;
    padding: 3px 8px 3px 20px;
}

.shorting_by option {
    color: #666;
    /*background-color: #5b80b7;*/
}

button.buy-now-new {
    border: 2px solid #51bcc7;
    border-radius: 25px;
    padding: 7px 15px;
    background-color: WHITE;
    font-weight: 700;
    font-family: unset;
    font-size: 13px;
    color: #000;
}

a.buy-now {
    border: 2px solid #51bcc7;
    border-radius: 25px;
    padding: 10px 15px;
    background-color: WHITE;
    font-weight: bold;
    font-family: unset;
    font-size: 13px;
    position: relative;
    /* top: 8px; */
    color: #000;
    margin: 0 5px;
}

a.buy-now:hover,
.add-to-cart button:hover {
    background-color: #51bcc7;
    color: #fff;
}

.related-product-section .buy-now {
    background-color: #5e73c2;
    color: white;
    border-radius: 30px;
    border: none;
    padding: 5px 17px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.select_wrap {
    position: relative;
}

.checkout_details label.asd_check {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin-top: 0;
}

.checkout_details .asd_check .checkmark {
    background-color: #ffb830;
}

.asd_check input:checked~.checkmark {
    background-color: #ffb830 !important;
}

.checkout_details .asd_check:hover input~.checkmark {
    background-color: #40b8af !important;
}

.checkout_details .asd_check .checkmark:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
}

.select_wrap:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 22px;
    position: absolute;
    top: 3px;
    right: 20px;
    color: #666;
    pointer-events: none;
}

section.publication {
    padding: 50px 0 40px 0;
    background-color: #fff;
}

.publication_inner h3 {
    margin: 0px;
    font-size: 15px;
    text-align: center;
    /* color: #6c6c6c; */
    color: #000;
    padding: 20px 0 0px;
    /* 
   white-space:nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    height: 64px;
}

.publication_inner h4 {
    font-size: 16px;
    text-align: center;
    color: #6c6c6c;
}

.publication_inner h4 span {
    color: #c5c5c5;
    /*font-size: 14px;*/
    text-decoration: line-through;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.publication_inner {
    padding: 30px 0 0;
}

button.checkout_product {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    padding: 15px 30px;
    border-radius: 50px;
    border: unset;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
}

button.checkout_product:hover {
    background: #40b8af;
}

footer {
    background-color: #262626;
    color: #fff;
    padding: 40px 0 20px 0;
    border-top: 2px solid #fdb916;
}

footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

footer ul li a {
    color: #898989;
}

footer ul li {
    padding-bottom: 10px;
}

ul.social li {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #000;
    text-align: center;
    line-height: 35px;
    margin: 20px 5px 0 0;
}

footer ul li a:hover {
    color: #fdb916;
}

section.foter_bottom {
    background-color: #2f3130;
    text-align: center;
}

section.foter_bottom p {
    margin: 0;
    padding: 10px;
    color: #666;
}

.newsletter input[type="email"],
.newsletter select {
    width: 100%;
    height: 50px;
    background-color: #181818;
    border: 1px solid #666;
    margin-bottom: 22px;
    padding: 0 0px 0 10px;
    color: #666;
}

.newsletter span {
    color: #666;
    line-height: 25px;
}

.newsletter span b {
    color: #ada8a8;
}

.newsletter input[type="submit"] {
    width: 100%;
    height: 45px;
    background-color: #464646;
    border: unset;
    border-left: 2px solid #fff;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 17px;
}

ul.social h4 {
    color: #898989;
    margin: 30px 0 0;
}

section.gallery {
    background-color: #6073b8;
    height: 150px;
    padding: 32px;
}

section.gallery img {
    position: absolute;
    top: -48px;
}

section.gallery h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

section.gallery a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 1px solid #fdb916;
    width: 130px;
    background-color: #fdb916;
    border-radius: 20px;
    padding: 4px;
    height: 35px;
    line-height: 25px;
}

section.video {
    padding: 50px 0 40px 0;
    background-color: #fff;
}

.video_inner span {
    color: #999;
    /* padding: 10px 0; */
    padding: 0px 0 10px;
}

.video_inner p {
    padding: 10px 0;
}

.video_inner img {
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
}

.video_inner video,
.video_inner iframe {
    background-color: #000;
}

.video_tittle p {
    padding: 0 !important;
    margin-bottom: 0;
    font-weight: 600;
}

.all_notification:after {
    content: "";
    background: url(../img/15.png);
    width: 100%;
    height: 100px;
    display: block;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    right: -14px;
    top: -32px;
}

.all_order:after {
    content: "";
    background: url(../img/15.png);
    width: 100%;
    height: 100px;
    display: block;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    right: -14px;
    top: 64%;
}

.all_other:after {
    content: "";
    background: url(../img/16.png);
    width: 100%;
    height: 100px;
    display: block;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    right: -14px;
    top: 50%;
}

.all_order {
    margin: 70% 0 0 0;
}

section.our_database button {
    background-color: #3cbfad;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    border: unset;
    width: 130px;
    height: 35px;
}

.left_notification button,
.right_classification button {
    margin: 0 auto;
    display: block;
}

button#order,
button#other {
    position: absolute;
    bottom: -120px;
    right: 36px;
}

button#notification,
button#classification {
    margin: -4px 0 0 22px;
}

a.tax_notification,
a.circular {
    position: absolute;
    display: block;
    width: 100%;
    top: -38px;
    color: #666;
}

a.circular {
    text-align: right;
    left: 68px;
}

a.rate_notification {
    position: absolute;
    top: 40px;
    color: #666;
}

a.regular_order {
    color: #666;
    position: absolute;
    margin: -25px 0;
}

a.press_release {
    color: #666;
    position: absolute;
    margin: -42px 0;
}

a.diffcult_order {
    position: relative;
    bottom: -46px;
    color: #666;
}

a.press_release {
    color: #666;
    position: absolute;
    top: 85px;
    right: 0px;
}

.all_classification:after {
    content: "";
    background: url(../img/16.png);
    width: 100%;
    height: 100px;
    display: block;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    right: 15px;
    top: -30px;
}

.all_other:after {
    content: "";
    background: url(../img/16.png);
    width: 100%;
    height: 100px;
    display: block;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    right: 15px;
    top: 90px;
}

a.case_law {
    color: #666;
    position: absolute;
    top: 86px;
    right: 0;
}

a.advance_ruling {
    color: #666;
    position: absolute;
    top: 162px;
    right: 0;
}

.inner_tax {
    background-color: #fdb916;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    border: unset;
    width: 130px;
    height: 35px;
    margin: -8px 0;
    text-align: center;
    line-height: 34px;
}


/*side bar*/

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.set>a {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    display: block;
    border-radius: 50px;
    font-size: 18px;
    padding: 0px 10px 0px 30px;
    /* font-family: var(--font-family); */
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a i {
    float: right;
    margin-top: 6%;
    font-size: 20px;
    font-weight: bold;
}

.set>a.active {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    color: #fff;
    border-radius: 50px;
}

.set .content {
    background-color: transparent;
    /* border-bottom: 1px solid #ddd;*/
    display: none;
}

.set .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.st_img {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 6px 0 0px -22px;
}

.content ul.eco li {
    /*background-color: #f5f5f5;
    margin: 10px 0;*/
    border-radius: 50px;
    padding: 10px 25px;
    color: #676767;
    font-weight: bold;
}

.content ul.eco li.active {
    color: #fff;
}

.set_tittle {
    display: inline-block;
    position: absolute;
    top: 13px;
    margin: 0 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 13px;
}

.st_img img {
    margin: 0 auto;
    text-align: center;
    display: block;
    vertical-align: middle;
    padding: 10px 0;
    width: 20px;
}

.dashboard_inner h2 {
    font-size: 18px;
}

.accordion-container {
    padding: 42px 0 0 0;
    /*width: 72%;
    float: right;*/
}

.sidebar-news {
    /*background-color:#e8e8e8; */
    height: auto;
}

ul.side_search li {
    display: inline-block;
    padding: 7px 12px 7px 12px;
    background-color: #fff;
    border-radius: 50px;
    margin: 7px 5px;
}

ul.side_search {
    padding: 10px 0;
}

ul.side_search li a {
    color: #676767;
    font-weight: bold;
    font-size: 14px;
}

ul.side_search li.active {
    background-color: #fec20a !important;
}

ul.side_search li.active a {
    color: #fff;
}

ul.side_search li:hover {
    background-color: #fec20a !important;
}

ul.side_search li:hover a {
    color: #fff !important;
}


/*side bar*/


/* ask me page css*/


/*.top-banner-askme{
background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);

background-repeat: no-repeat;
background-size: auto;
width: 100%;
height: auto;

}*/

.top-banner-askme h2 {
    color: white;
    /*
margin-top: 10%;*/
    margin: 4% 0;
}

a.back-home {
    background-color: #fdb915;
    border: 2px solid #fdb915;
    position: absolute;
    right: 40px;
    top: 14px;
    width: 100px;
    height: 35px;
    line-height: 31px;
    color: #fff;
    border-radius: 50px;
}

a.back-home:hover {
    border: 2px solid #fdb915;
    background-color: transparent;
    color: #fdb915;
}

a.back-home i {
    font-weight: bold;
    padding: 0 4px 0px 0px;
}

.top-banner-askme p {
    color: white;
}

.ask-search-container {
    padding: 3% 0;
    width: 50%;
}

.ask-search-container input {
    width: 90%;
    height: 45px;
    border-radius: 50px;
    padding: 4px 8px 4px 20px;
    background-color: #68ccc0;
    border: 1px solid #63d4c7;
    color: white;
}

.ask-search-container ::placeholder {
    color: white;
    font-weight: lighter;
}

img.search_input {
    position: absolute;
    margin: 10px 0 0 -41px;
}

.ask-search-container button {
    width: 260px;
    position: absolute;
    right: 16%;
    height: 45px;
    border-radius: 50px;
    padding: 4px 8px 4px 20px;
    border: 1px solid #63d4c7;
    color: white;
    text-align: left;
    background: linear-gradient(to right, #6ac8c0 27%, #6fc0c157 87%);
}

.ask-search-container button img {
    color: white;
    position: absolute;
    right: 15px;
    top: 13px;
    width: 14px;
}

.center-askme {
    height: auto;
    max-width: 100%;
}

.backimage img {
    margin-top: 15px;
    width: auto;
    padding-left: 45px;
}

.leftside-askme {
    background-color: #ededed;
    height: 1000px;
    padding: 5px 5px 5px 5px;
}

.rightside-askme {
    background-color: white;
    margin-top: 3%;
    height: auto;
    /*padding:10px 45px 10px 45px;*/
    padding: 10px 0px 10px 45px;
}

.sidedrop {
    border-bottom: 2px solid #5e74c0;
}

.sidedrop .nav-justified>li>a {
    color: #7d8084;
    font-weight: bold;
}

.sidedrop .active {
    background-color: #5e74c0;
}

.sidedrop .nav-justified .active a {
    color: white;
}

.sidedrop .nav-justified .active a:hover {
    color: #5e74c0;
}

.rightcenter {
    background-color: #f5f5f5;
    height: auto;
    margin-bottom: 25px;
    padding: 15px 15px 0px 15px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgb(0 0 0 / 4%);
}

p.result_search {
    margin: 0;
    padding: 20px 0;
}

p.ansques a {
    background-color: #5e74c0;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    top: 8px;
    position: relative;
    text-shadow: unset;
}

.rightcenter img {
    border-radius: 50%;
    /* margin-left: 12%; */
    /* margin-top: 48%; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0); */
    height: 40px;
    width: 40px;
}

.rightcenter h3 {
    /*color: #3cbfad;*/
    margin: -5px 0px;
    color: #000;
    /*text-transform: capitalize;*/
    font-size: 18px;
}


/*.rightcenter p{ 
color:#888888b5;
}*/

.rightcenter h6 {
    font-size: 13px;
    font-weight: normal;
    padding: 3px 0 0;
    color: #6e6e6e;
    margin-bottom: 0;
    text-transform: capitalize;
}

.agree {
    margin-top: 5%;
}

.rightcenter .agree a {
    color: #fff;
    background-color: #20B2AA;
    height: 30px;
    width: auto;
    display: block;
    padding: 4px;
    margin: 0 6px 0px 0px;
}

.rightcenter .agree a:hover,
.rightcenter .agree a:focus {
    background-color: #20B2AA;
    color: white !important;
}

.ans-footer ul {
    /* float: right;*/
    margin: 0 0 10px;
}

.rightcenter .activate a {
    background-color: #ff7361;
    color: white;
}

.rightcenter .activate a:hover {
    background-color: #ff7361;
    color: #fff;
}

.rightcenter .center-para p {
    width: 100%;
    font-weight: lighter;
    padding: 0px 24px 0;
    font-family: 'Gotham2', sans-serif;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    padding: 10px 24px 5px;
    letter-spacing: 0.4px;
    margin-bottom: 0px;
}

.answer h5 {
    color: #6e6e6e;
    font-size: 14px;
    margin: 0;
}

hr {
    border: 0;
    margin-top: 13px;
}

.rightcenter hr {
    margin-bottom: 5px;
    border-top: 1px solid #e0e0e4;
}

.rightcenter h4 {
    font-size: 20px;
    color: #6e6e6e;
    padding: 15px 10px 10px 20px;
}

.answer img {
    height: 40px;
    border-radius: 50%;
    margin-left: 25%;
    margin-top: 1px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0);*/
}


/*.rightcenter .answer a{
    color: white;
    background-color: #3cbfad;
    height: 30px;
    width: 90px;
    display: block;
    text-align: center;
    line-height: 30px;
}*/

.answer p {
    margin-bottom: 0;
}

.center-para {
    padding: 5px 0 25px;
}

.rightcenter2 {
    background-color: #f8f8f8;
    height: auto;
    margin-top: 5%;
}

.rightcenter2 h3 {
    margin-top: 5%;
    color: #3cbfad;
}

.rightcenter2 p {
    margin-top: -20px;
    color: #888888b5;
}

.rightcenter2 .agree a {
    color: black;
    background-color: lightgrey;
    height: 30px;
    width: 70px;
    display: block;
    padding: 4px;
    margin: 0 auto;
}

.rightcenter2 .agree a:hover {
    background-color: red;
    color: white;
}

.rightcenter2 .activate a {
    background-color: red;
    color: white;
}

.rightcenter2 .activate a:hover {
    background-color: red;
    color: black;
}

.rightcenter2 .center-para p {
    width: 90%;
    margin-top: 1px;
    margin-left: 35px;
    font-weight: lighter;
    text-align: justify;
}

.rightcenter2 h4 {
    font-size: 18px;
    color: #6e6e6e;
    padding: 0px 10px 10px 20px;
}

.rightcenter2 .answer img {
    border-radius: 50%;
    margin-left: 25%;
    margin-top: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0);
}

.rightcenter2 .answer a {
    color: white;
    background-color: #3cbfad;
    height: 30px;
    width: 80px;
    display: block;
    padding: 4px;
    margin: 0 auto;
}

.rightcenter2 img {
    border-radius: 50%;
    margin-left: 15%;
    margin-top: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0);
    height: 70px;
}

.rightcenter2 .answer img {
    height: 45px;
    border-radius: 50%;
    margin-left: 25%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0);
}

.rightcenter2 hr {
    margin-bottom: 5px;
    border-top: 1px solid #f0f0f3;
}

.rightcenter2 .ans-footer a {
    margin-right: 2px;
}

.rightcenter2 .ans-footer ul li a {
    background-color: #f8f8f8;
    width: auto;
    margin-left: 10px;
    margin-top: -5px;
}

.rightcenter2 .ans-footer ul li a img {
    margin-left: 3px;
    height: 10px;
    width: 20px;
    box-shadow: none;
}

.ans-footer p {
    color: #5e74c0;
    margin-top: 0px;
    font-size: 13px;
}

.ans-footer ul li {
    display: inline-flex;
    margin: 0 6px;
    width: auto;
    line-height: 12px;
    font-size: 14px;
}

.ans-footer ul li i {
    padding: 0 8px 0 0;
}

.sidedrop ul li a:hover {
    background-color: #5e74c0;
}

.sidedrop ul li:hover a,
.sidedrop ul li.active:hover a {
    color: #fff !important;
}

.ans-footer {
    padding: 10px;
}


/*end of ask me css*/


/*style news page section*/

.banner-gradient {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
}

.news-search-container {
    padding: 8% 0;
    width: 60%;
}

.news-search-container input {
    width: 90%;
    height: 45px;
    border-radius: 50px;
    padding: 4px 8px 4px 20px;
    background-color: #20B2AA;
    border: 1px solid white;
    color: white;
    opacity: 0.5;
}

.news-search-container ::placeholder {
    color: white;
    font-weight: lighter;
}

.news-search-container button {
    width: 90%;
    height: 45px;
    border-radius: 50px;
    padding: 4px 8px 4px 20px;
    background-color: #20B2AA;
    border: 1px solid white;
    color: white;
    opacity: 0.5;
}


/*jssor slider loading skin spin css*/

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

div#jssor_1 {
    width: 100% !important;
}

.news-list {
    margin: 40px 0 0;
}


/*jssor slider arrow skin 106 css*/

.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora106 .c {
    fill: #fff;
    opacity: .3;
}

.jssora106 .a {
    fill: none;
    stroke: #000;
    stroke-width: 350;
    stroke-miterlimit: 10;
}

.jssora106:hover .c {
    opacity: .5;
}

.jssora106:hover .a {
    opacity: .8;
}

.jssora106.jssora106dn .c {
    opacity: .2;
}

.jssora106.jssora106dn .a {
    opacity: 1;
}

.jssora106.jssora106ds {
    opacity: .3;
    pointer-events: none;
}


/*jssor slider thumbnail skin 101 css*/

.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
}

.jssort101 .p .cv {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    box-sizing: border-box;
    z-index: 1;
}

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

.jssort101 .p:hover .cv {
    background-color: rgba(0, 0, 0, 6);
    opacity: .35;
}

.jssort101 .p:hover.pdn {
    padding: 0;
}

.jssort101 .p:hover.pdn .cv {
    border: 2px solid #fff;
    background: none;
    opacity: .35;
}

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t,
.jssort101 .p:hover .t {
    opacity: 1;
}

.sidebar-news .sidebar-dropdown {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    width: 300px;
    height: 50px;
    border-radius: 25px;
    padding: 15px;
    color: white;
}

.sidebar-news .sidebar-dropdown .dropdown-toggle {
    color: white;
    padding: 50px;
}

.sidebar-news .sidebar-dropdown .dropdown-toggle .glyphicon-chevron-down {
    padding-left: 30px;
}

.sidebar-news .sidebar-dropdown .dropdown-toggle1 {
    color: white;
    padding: 50px;
}

.sidebar-news .sidebar-dropdown .dropdown-toggle1 .glyphicon-chevron-down {
    padding-left: 30px;
}

span.glyphicon.glyphicon-search {
    align-items: left;
    float: left;
    background-color: white;
    color: #3cbfad;
    height: 30px;
    width: 30px;
    padding: 8px;
    border-radius: 25px;
    margin: -6px;
}

.sidebar-news .sidebar-dropdown .dropdown-toggle .glyphicon-chevron-down {
    /* padding-left: 30px; */
    float: right;
    padding: 4px;
}

.sidedrop ul li a {
    font-size: 13px;
}

span.glyphicon.glyphicon-list-alt {
    align-items: left;
    float: left;
    background-color: white;
    color: #3cbfad;
    height: 30px;
    width: 30px;
    padding: 8px 7px;
    border-radius: 25px;
    margin: -6px;
}

.sidebar-news .sidebar-dropdown .dropdown-toggle .glyphicon-chevron-down {
    /* padding-left: 30px; */
    float: right;
    padding: 4px;
}

.main-section-news {
    padding: 30px;
}

.news-image h3 {
    color: white;
}

.main-section-news .news-image {
    background-image: url(../img/news_image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    margin: 15px 0;
}

.image-text {
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.6);
    /* Black background with 0.5 opacity */
    color: #f1f1f1;
    padding: 20px;
    position: absolute;
    width: 40%;
    right: 70px;
    height: 100%;
}

.related-product-section.news_post {
    margin: 10% 0px;
}

.news_post h5 {
    padding: 0 0 15px;
}

.download h3 {
    font-size: 16px;
    text-align: center;
}

.download {
    margin: 40px 0 0 0;
}

a.download_news {
    color: #fff;
    border: unset;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    padding: 10px 0;
    border-radius: 50px;
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 180px;
}

a.download_news:hover,
.follow:hover {
    color: #fff;
}

.image-text a {
    background-color: #20B2AA;
    padding: 13px 20px;
    position: relative;
    top: 12px;
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.image-text h3 {
    color: #ffff;
    font-size: 24px;
    letter-spacing: 0.4px;
}

.box-sections {
    padding-top: 10px;
}

.box-sections p {
    color: grey;
    line-height: 15px;
    font-size: 12px;
    padding: 5px 0;
}

.image_box {
    margin: 10px 0;
}

.news_all_inner {
    box-shadow: 0 4px 49px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
    padding-bottom: 30px;
    margin: 20px 0;
    height: 600px;
}

.news_grid_inner p {
    margin: 0;
}

.news_single img {
    width: 100%;
    height: 500px;
}

.news_all {
    margin: 30px 0 0 0;
}

.news_all_inner a.more {
    background-color: #20B2AA;
    margin: 0 10px;
    padding: 8px 12px;
    position: relative;
    top: 12px;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.news_all_inner p,
.news_all_inner h4 {
    padding: 10px;
}

.news_all_inner h4 {
    margin: 0;
}

.news_all_inner p {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0px;
}

.image_box img {
    /*width: 100%;
    height: 160px;*/
    max-width: 100%;
    max-height: 100%;
    height: 200px;
    width: 100%;
}
.news_grid_img h4 {
    padding-top: 0 !important;
}
.text_box {
    padding: 10px;
}

.text_box h4 {
    padding: 10px 0;
    margin-bottom: 0px;
}


/*.text_box .news_grid_img {
    float: left;
    width: 50%;
    text-align: end;
}*/

.text_box p.date_para {
    float: right;
    margin-top: 10px;
}

.news_all_inner .news_grid_img img {
    width: 50px;
    height: 50px;
}

.news_all_inner .news_grid_img {
    padding: 15px 6px;
}

.text_box .inline {
    float: left;
    width: 50%;
    padding-top: 10px;
}

.text_box p {
    text-align: justify;
    padding: 0px;
    margin: 0px;
    line-height: 1.5;
    color: grey;
    font-size: 14px;
    word-break: break-all;
}

div#my-pics .item img,
div#my-pics1 .item img {
    width: 100%;
    height: 200px;
}

.carousel-indicators {
    bottom: -12px !important;
}

.text_box p i {
    color: grey;
    font-weight: lighter;
    font-size: 0.9em;
}


/*.dropdown-menu{
        left: -16px;
        margin:13px 0;
        box-shadow: unset;
        border: unset;
}

.dropdown-menu li {
    color: grey!important;
    padding: 3px;
    text-align:left;
    min-width: 300px;
    margin: 13px 0 0;
    border-radius: 15px;
    height: 35px;
    border: 1px solid black;
    border: 1px solid rgba(0,0,0,.15);
    background-color:white;
}

.dropdown-menu>li>a 
{   
    color: #afa6a6;
}
.open>.dropdown-menu {
    display: block;
    background-color: transparent;
}*/

.sidebar-news-2 {
    padding-top: 220px;
}

.asd_badge a {
    padding: 7px 12px 7px 12px;
    color: grey;
    border-radius: 40px;
    line-height: 45px;
    background-color: #fff;
}

.asd_badge a:hover {
    background-color: #f5c518;
}

.asd_badge a:active {
    background-color: #f5c518;
}

.asd_news {
    padding: 13% 0;
}

.asd_news button img {
    width: 16px;
}

div#main {
    display: none;
}

div#mySidenav {
    display: none;
}


/*style news page section*/


/*video page*/

.asd_product button {
    background-color: #5e73c2;
    color: white;
    border-radius: 30px;
    border: none;
    padding: 5px 17px;
    margin: 0 auto;
    display: block;
    font-size: 12px;
}

.main_text ul {
    float: right;
}

.main_text ul li {
    display: inline-block;
    padding: 0 0px 0 25px;
}

.main_text ul li a i {
    padding: 0 2px 0 0px;
}

.main_text ul li a {
    color: #919191;
    font-weight: bold;
    font-size: 14px;
}

.asd_banner .share_image img {
    /* position: absolute;*/
    margin: 20% 0;
}

.asd_banner .backimage img {
    position: absolute;
    margin: 22% 0;
}


/*video page*/

.forgot_password {
    padding: 15% 0 0 !important;
    text-align: center;
}


/*range slider*/

.range-slider {
    *zoom: 1;
    margin: 20px 0;
    padding-top: 3.5em;
    position: relative;
    text-align: center;
}

.range-slider:before,
.range-slider:after {
    content: " ";
    display: table;
}

.range-slider:after {
    clear: both;
}

@media (min-width: 640px) {
    .range-slider {
        padding-top: 3.5em;
    }
}

@media (min-width: 1024px) {
    .range-slider {
        padding-top: 3.5em;
    }
}

.range-slider .track {
    bottom: 15px;
    height: 6px;
    left: 0;
    margin-bottom: -3px;
    position: absolute;
    width: 0;
    z-index: 50;
}

@media (min-width: 640px) {
    .range-slider .track {
        bottom: 19px;
    }
}

@media (min-width: 1024px) {
    .range-slider .track {
        bottom: 19px;
    }
}

.range-slider .track--full {
    background: #aaa;
    width: 100%;
}

.range-slider .track--included {
    background: #fdb916;
    border-radius: 3px;
}

.range-slider .slider-thumb {
    background: #3cbfad;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    display: block\9;
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
    z-index: 101;
}

.publication_btn button:hover {
    background-color: #58efff;
    color: #fff;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .range-slider .slider-thumb {
        display: block;
    }
}

@media (min-width: 640px) {
    .range-slider .slider-thumb {
        height: 30px;
        width: 30px;
    }
}

@media (min-width: 1024px) {
    .range-slider .slider-thumb {
        height: 30px;
        width: 30px;
    }
}

.range-slider [type=range] {
    -webkit-appearance: none;
    background: none;
    height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 75;
}

@media (min-width: 640px) {
    .range-slider [type=range] {
        height: 30px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range] {
        height: 30px;
    }
}

.range-slider [type=range]:focus {
    outline: none;
}

.range-slider [type=range]::-moz-focus-outer {
    border: 0;
}

.range-slider [type=range]:first-of-type {
    float: left;
    margin-bottom: -30px;
}

@media (min-width: 640px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -30px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -30px;
    }
}

.range-slider [type=range]:last-of-type {
    float: right;
    margin-bottom: 0;
}

.range-slider [type=range]::-webkit-slider-runnable-track {
    background: none;
    border: 0;
    height: 6px;
    z-index: -1;
}

.range-slider [type=range]::-ms-fill-lower {
    background: none;
    border: 0;
}

.range-slider [type=range]::-ms-fill-upper {
    background: none;
    border: 0;
}

.range-slider [type=range]::-ms-track {
    background: transparent;
    border: 0;
    border-color: transparent;
    color: transparent;
    height: 6px;
    z-index: -1;
}

.range-slider [type=range]:focus::-ms-fill-lower {
    background: none;
    border: 0;
}

.range-slider [type=range]:focus::-ms-fill-upper {
    background: none;
    border: 0;
}

.range-slider [type=range]::-moz-range-track {
    -moz-appearance: none;
    background: none;
    border: 0;
    height: 6px;
    z-index: -1;
}

.range-slider [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #3cbfad;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin-top: -12px;
    outline: 0;
    pointer-events: all;
    position: relative;
    width: 20px;
    z-index: 100;
}

@media (min-width: 640px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 20px;
        margin-top: -12px;
        width: 20px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 20px;
        margin-top: -12px;
        width: 20px;
    }
}

.range-slider [type=range]::-ms-thumb {
    background: #3cbfad;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin-top: 0;
    pointer-events: all;
    position: relative;
    width: 20px;
    z-index: 100;
}

@media (min-width: 640px) {
    .range-slider [type=range]::-ms-thumb {
        height: 20px;
        width: 20px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]::-ms-thumb {
        height: 20px;
        width: 20px;
    }
}

.range-slider [type=range]::-moz-range-thumb {
    -moz-appearance: none;
    background: #3cbfad;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin-top: -12px;
    pointer-events: all;
    position: relative;
    width: 20px;
    z-index: 100;
}

@media (min-width: 640px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 20px;
        margin-top: -12px;
        width: 20px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 20px;
        margin-top: -12px;
        width: 20px;
    }
}

.range-slider .output,
.range-slider output {
    background: transparent;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    height: 2.5em;
    left: 50%;
    line-height: 2.5em;
    padding: 0 0.75em;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, 0);
}


/*range slider*/


/*Dashboard*/

.dashboard_inner {
    padding: 38px 20px 50px;
}

.dashboard_inner h2:after {
    content: "";
    border-bottom: 4px solid #20b2aa;
    display: block;
    width: 60px;
    margin: 6px 0;
}

.dbox {
    position: relative;
    background: linear-gradient(to bottom, #49a7b1 0%, #5b80b7 100%);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
}

.dbox__icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.dbox__icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #fda299;
    background: rgb(32, 178, 170);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}

.dbox__icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #20b2aa;
    background: rgb(32, 178, 170);
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}

.dbox__icon>i {
    background: #20b2aa;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.dbox__body {
    padding: 50px 20px;
}

.dbox__count {
    display: block;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
}

.dbox__title {
    font-size: 16px;
    color: #FFF;
    color: rgba(255, 255, 255, 0.81);
}

.dbox__action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}

.dbox__action__btn {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .5px;
    color: #000;
    box-shadow: 0 3px 5px #d4d4d4;
}

.dbox__action__btn:hover {
    background-color: #20b2aa;
    color: #fff;
}


/*Dashboard*/


/*Profile*/

.dashboard_inner .tab {
    overflow: hidden;
    background-color: #f5f5f5;
}

div#genral h4,
#Password h4 {
    padding: 15px 0 0;
}


/* Style the buttons inside the tab */

.dashboard_inner .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}


/* Change background color of buttons on hover */

.dashboard_inner .tab button:hover {
    background-color: transparent;
    color: #20b2aa;
}


/* Create an active/current tablink class */

.dashboard_inner .tab button.active {
    background-color: transparent;
    color: #20b2aa;
    border-bottom: 2px solid #20b2aa;
}


/* Style the tab content */

.dashboard_inner .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: unset;
}

div#genral button,
#Password button,
button.add_new,
div#Address button,
div#Personal button {
    /*width: 120px;*/
    background-color: #40b8af;
    color: #ffff;
    border: unset;
    height: 40px;
    font-size: 18px;
    margin: 10px 0;
}

div#genral input,
#Password input,
.dashboard_inner input.form-control,
select#Language,
select#publisherType,
input#DateofPublication,
input#law_coverage_date {
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #cecece;
    margin-top: 5px;
    height: 40px;
    color: #000;
}

div#genral input:focus,
#Password input:focus,
.dashboard_inner input:focus {
    outline: unset;
    border-color: unset;
}


/*Profile*/


/*Add News*/

.dashboard_inner h2 span a {
    font-size: 16px;
    float: right;
    margin: 12px 0 0;
    color: #fff;
    background-color: #20b2aa;
    padding: 5px 14px;
    border-radius: 10px;
    letter-spacing: 0.5px;
}

.dashboard_inner table thead {
    background-color: #20b2aa;
    color: #fff;
}

.dashboard_inner table thead tr th {
    padding: 15px;
}

.dashboard_inner table tr td button {
    background-color: #20b2aa;
    border: unset;
    /*width: 30px;
    height: 30px;*/
    color: #fff;
    margin: 0 auto 7px;
    text-align: center;
    display: block;
    border-radius: 50px;
    display: inline-block;
}

ul.eco li.active {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
}

ul.eco li.active a {
    color: #fff;
}

textarea {
    width: 100%;
    height: 150px;
}

.dashboard_inner table tr td.status button {
    border: unset;
    width: 100%;
    height: 30px;
    color: #fff;
    margin: 0 auto 7px;
    text-align: center;
    display: block;
    border-radius: 50px;
    display: block;
    background-color: unset;
}

button.Pending {
    background-color: #fdb916 !important;
}

button.Cancelled {
    background-color: #ff4545 !important;
}

button.approve {
    background-color: #20b2aa !important;
}


/*Add News*/


/*Extra css*/

div#carousel img {
    width: 100%;
    height: 100px;
}

.publication_inner img {
    width: 100%;
    height: 200px;
}

span.invalid-feedback {
    background-color: #fdb915;
    color: #fff;
    position: absolute;
    right: 16%;
    margin: 5px 0px;
    padding: 4px 16px;
    border-radius: 20px;
}

.help-block {
    background-color: #fdb915;
    color: #fff;
    position: absolute;
    right: 16%;
    margin: -10% 0px;
    padding: 4px 16px;
    border-radius: 20px;
}


/* carousel */

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}


/* Previous button  */

.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #40b8af;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 16%;
    opacity: 1;
}


/* Next button  */

.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #40b8af;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 16%;
    opacity: 1;
}


/* Changes the position of the indicators */

.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the colour of the indicators */

.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

p.asd_auth a:after {
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    content: "\f105";
    color: #51bcd1;
    margin: 0px 0;
    width: 28px;
    font-weight: bold;
    text-align: center;
}

.asd_auth a:last-child:after {
    display: none;
}

.para-auther button {
    background-color: #fdb916;
    width: auto;
    border-radius: 8px;
    height: 30px;
    border: none;
    color: #fff;
    padding: 2px 8px;
}

.para-auther.asd_auth a {
    font-size: 14px;
    font-weight: bold;
}


/* End carousel */

a.reset,
#button {
    color: #fdb916;
    font-size: 16px;
    font-weight: bold;
}

.filter span {
    float: right;
}

.filter h3 {
    margin: 0;
}

div#genral .asd_check {
    margin: 20px 0;
}

.rating {
    float: left;
}

.rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    width: 1em;
    /* padding:0 .1em; */
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 32px;
    /* line-height:1.2; */
    color: #ddd;
}

.rating:not(:checked)>label:before {
    content: '★ ';
}

.rating>input:checked~label {
    color: yellow;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: yellow;
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: yellow;
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

div#write_review input[type="submit"] {
    background: linear-gradient(to right, #5b80b7 0%, #49a7b1 100%);
    color: #fff;
    border: unset;
    height: 40px;
    margin: 15px 0 0;
    border-radius: 50px;
    width: 150px;
}

.review-item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin-bottom: 25px;
}

.review-item h4 {
    margin: 5px 0;
}

.review-item .star-rating {
    padding: 5px 0;
}

.review-item p {
    margin: 0;
}

small.review-date {
    color: #51bcc7;
    font-weight: bold;
    padding: 5px 0;
}

.review-item .caption small {
    font-size: 14px;
    font-weight: bold;
}

.review-item .caption small a {
    color: #49a7b1;
}

div#write_review textarea {
    outline: unset;
}

div#myCarousel .item img {
    width: 100%;
    height: 500px;
    padding-bottom: 0;
}

a.left.carousel-control,
a.right.carousel-control {
    background-image: none;
}

a.left.carousel-control,
a.right.carousel-control {
    background-image: none;
    color: #51bcc7;
    opacity: 1;
    text-shadow: unset;
}

span.glyphicon.glyphicon-chevron-left,
span.glyphicon.glyphicon-chevron-right {
    background-color: #e2dfdf;
    border-radius: 50%;
    font-size: 14px;
    padding: 8px 0;
    text-shadow: unset;
}

.Subscribe {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.18);
    padding: 10px;
}

.Subscribe h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3cbfad;
    text-align: center;
    padding: 15px 0 0;
}

.Subscribe input {
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #cecece;
}

.Subscribe input[type="submit"] {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    color: #fff;
    border: unset;
    width: 150px;
    margin: 15px auto;
    display: block;
}

.news_details h2 {
    padding: 10px 0;
    margin-bottom: 0;
}

.news_details img {
    /* width: 100%;
        height: 500px;*/
    /*padding-bottom: 20px;*/
}

.answer .description {
    padding: 20px;
}

.blog-top-meta {
    padding-bottom: 10px;
}

.blog-top-meta span {
    padding-right: 20px;
    font-weight: bold;
}

.blog-top-meta span i {
    padding-right: 10px;
    color: #20b2aa;
}

.share_news a {
    font-weight: bold;
    font-size: 16px;
    color: #40b8af;
}

.share_news a i {
    padding-right: 10px;
}

.comments-section {
    padding: 0;
}

.comments-section .title {
    /*margin-bottom: 20px;*/
    font-size: 16px;
    font-weight: 700;
}

.comments-section .comment-wrapper {
    margin: 0 0 20px;
    padding: 0;
}

a#load_more {
    font-weight: bold;
    font-size: 14px;
    background-color: #5e73c2;
    padding: 10px 15px;
    border-radius: 25px;
    color: #fff;
    line-height: 1.6;
}

.comments-section .comment-item {
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.comment-item:last-child {
    margin-bottom: 0;
}

.comment-item .comment-thumb {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.comment-item .comment-content {
    position: relative;
    width: calc(100% - 70px);
    padding-left: 10px;
    transition: all 0.3s;
}

.comment-thumb img {
    border-radius: 50%;
    height: 70px;
}

.comment-content h5.sub-title a,
.comment-content h5.sub-title {
    font-size: 16px;
    text-transform: capitalize;
    color: #20b2aa;
    margin-bottom: 0;
}

.comment-content span {
    color: #000;
    font-weight: bold;
}

.comment-content p {
    padding: 8px 0 0;
    margin-bottom: 0;
}

.leave-comment input,
.leave-comment textarea {
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #cecece;
    margin-top: 17px;
    width: 100%;
}

.leave-comment .cmn-btn {
    color: #fff;
    width: 180px;
    border: unset;
    height: 50px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
}

.comment_leave {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    color: #fff !important;
    text-shadow: unset;
    padding: 15px 30px;
    border-radius: 50px;
}

.leave-comment textarea {
    /*     margin-bottom: 20px;*/
}

.leave-comment h3 {
    font-size: 18px;
    font-weight: bold;
}

.form-control:focus {
    box-shadow: unset;
    border: unset !important;
    border: 1px solid #cecece !important;
}

.user_profile {
    background-color: #eae7e7;
    padding: 20px;
    text-align: center;
    margin-top: 60px;
}

.user_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px auto;
}

.user_profile h4 {
    margin: 10px 0 20px;
}

.user_profile h3 {
    margin-bottom: 8px;
}

.followers_inner {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
    padding: 10px 20px;
    margin: 20px 0;
}

.followers_inner img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.followers_inner h3 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}

a.friend_list:hover,
.add_friend:hover {
    color: #fff;
}

a.follow,
.add_friend {
    /*background-color: #5e73c2;
    color: #fff;
    display: inline-block;
    width: 100px;
    height: 35px;
    border-radius: 50px;
    line-height: 35px;
    margin: 0 auto 0 8px;
    font-size: 13px;
    font-weight: bold;*/
    background-color: #5e73c2;
    color: #fff;
    display: inline-block;
    /* width: 85px; */
    padding: 8px 10px;
    /* height: 35px; */
    border-radius: 50px;
    /* line-height: 35px; */
    margin: 0 4px 0 0;
    font-size: 12px;
    font-weight: bold;
}

.ask_meta ul li {
    display: inline-block;
    padding: 0 15px 10px 0px;
}

.ask_meta ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.ask_meta ul li a i {
    padding: 0 6px 0 0;
    font-size: 18px;
    color: #40b8af;
}

.user_answer_profile {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.add_comment .ask_meta:last-child {
    margin-bottom: 0;
}

.answer_show {
    padding-bottom: 20px;
}

.written_opinion {
    background-color: #eae7e7;
    padding: 20px;
    margin: 45px 0 20px;
    text-align: center;
}

.written_opinion i {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.related_question h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.related_question ul li {
    line-height: 1.6;
    padding-bottom: 10px;
}

.related_question ul li a {
    color: #000;
    margin-bottom: 10px;
}

.related_question ul li a i {
    color: #40b8af;
    font-size: 20px;
    font-weight: bold;
}

a.question {
    color: #40b8af;
    font-size: 18px;
    font-weight: bold;
}

.answer_profile {
    width: 8%;
    height: auto;
    float: left;
}

.profile_title {
    width: 92%;
    height: auto;
    float: left;
}

.answer_profile img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin: 3px 0;
}

.profile_title h4 {
    margin-bottom: 0;
    padding-top: 8px;
    color: #5e74c0;
    font-size: 15px;
}

.comment_answer {
    background-color: #f6f6f6;
    padding: 10px;
}

.add_comment p b {
    color: #5e74c0;
}

.comment_answer {
    background-color: #f6f6f6;
    padding: 10px;
    margin-top: 50px;
}

.comment_answer .answer_profile img {
    width: 45px;
    height: 45px;
    margin-top: 10px;
}

.comment_answer .user_answer_profile {
    margin-bottom: 0;
}

.comment_answer input.form-control {
    width: 70%;
    height: 40px;
    float: left;
    border-radius: 50px;
}

.comment_answer input[type="submit"] {
    width: 22%;
    height: 40px;
    float: left;
    margin: 0 0 0 20px;
    background-color: #40b8af;
    border: unset;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
}

.comment_answer .user_answer_profile {
    height: 70px;
}

.add_comment img {
    width: 6%;
    height: 44px;
    float: left;
    border-radius: 100%;
}

.add_comment p {
    text-align: justify;
    padding: 0 20px;
    margin-bottom: 10px;
    width: 88%;
    float: left;
    word-break: break-all;
}

.second_inner_com {
    width: 94%;
    float: left;
    margin-bottom: 15px;
}

div#ncomments-section .add_comment p {
    margin-bottom: 3px;
}

.add_comment .ask_meta {
    padding: 0 8px;
    margin: 20px 0;
}

.add_comment ul li ul {
    padding: 0 0 0 60px;
}

.add_comment .ask_meta ul li {
    padding-bottom: 0;
}

.add_comment ul {
    padding-left: 40px;
}

.all_answer h3:after {
    margin: 10px 0 0 0;
    content: "";
    border-bottom: 1px solid #ccc;
    display: block;
}

.add_comment {
    padding: 10px;
}

#linkshare .dropdown-menu {
    padding: 20px;
    margin: 10px;
    background-color: #f8f8f8;
    border: unset;
    width: 300px;
}

#linkshare .dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #f8f8f8;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 15px!important;
    z-index: 10;
}

.brown_btn:hover {
    background-color: #654321 !important
}

.red_btn:hover {
    background-color: #ff0202 !important;
}

.green_btn:hover {
    background-color: green !important;
}

#linkshare .dropdown-menu button {
    top: 10px;
    position: relative;
    font-weight: bold;
    background-color: #3cbfad;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 10px;
}

.video_inner {
    height: 300px;
    margin: 15px 0;
}

.video_url {
    width: 40%;
    height: 80px;
    float: left;
}

.video_content {
    width: 60%;
    float: left;
}

.related_video {
    width: 100%;
    height: 520px;
    padding: 20px;
}

.video_content h4 {
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 5px 20px 0;
    font-weight: bold;
}

.video_content p {
    margin: 0;
    padding: 7px 0;
}

.related_video_inner {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

.databse-add-btn .dropdown-menu.open {
    height: 250px;
}

.nav-scroller-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 30px;
}

.nav-scroller {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.nav-scroller-content {
    position: relative;
    display: flex;
    justify-content: space-around;
    float: left;
    width: min-content;
    min-width: 100%;
    transition: transform .4s ease-in-out;
}

.sub-cat-menu .nav-scroller-content {
    display: inherit !important;
}

.no-transition {
    transition: none;
}

.nav-scroller-item {
    display: block;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
    padding: .5rem;
}

.nav-scroller-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 1.25rem;
    transition: opacity .3s;
}

.nav-scroller-btn:not(.active) {
    opacity: 0;
    pointer-events: none;
}

.nav-scroller-btn--left {
    left: 0;
}

.nav-scroller-btn--right {
    right: 0;
}

.nav-scroller-wrapper button {
    background-color: #20b2aa !important;
    border-color: #20b2aa !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: unset;
    font-weight: bold;
    line-height: 15px;
    margin: 10px 0;
}

.nav-scroller-content a {
    margin: 0 10px;
    padding: 12px 0;
    font-size: 16px;
    text-transform: capitalize;
    color: grey;
    font-weight: 500;
}

.nav-scroller-wrapper button:focus {
    outline: unset !important;
    border-color: unset !important;
}

section.fullwidth {
    margin: 20px 0;
}

textarea {
    outline: none;
}

#field1 {
    padding: 0px 0px 20px 0px;
}

/*#myModal #popup-button div#field1 {
    display: block !important;
}*/

.top-bar button#prev-page,
.top-bar button#next-page {
    background-color: #51bcc7;
    border: unset;
    color: #fff;
}

.textLayer {
    border: 2px solid #000;
}

.top-bar button {
    position: absolute;
    top: 50%;
}

.news_all_inner img {
    width: 100%;
    height: 230px;
}

.asd_product {
    height: 400px;
}

.cat-div ul.dropdown-menu.inner.selectpicker {
    height: 200px;
}

.top-bar button#next-page {
    right: 38%;
}


/*Extra css*/


/*Calender css*/

section.calendar_full {
    padding: 40px 0 0;
}

.calendar_full .filter {
    padding: 7px 0 22px 0;
    margin: -12px 0 0 0;
}

.calendar_full button.btn.dropdown-toggle.selectpicker.btn-default,
.calendar_full .calendar_btn .btn {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    display: block;
    border-radius: 50px;
    font-size: 16px;
    padding: 0px 15px 0px 30px;
    /* font-family: var(--font-family); */
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff !important;
    width: 100%;
}

.calendar_full .bootstrap-select .btn:focus,
.calendar_btn .btn:focus {
    outline: unset !important;
    border: unset;
}


/*.calendar_full input.form-control.yearpicker::placeholder {
    color: #fff;
}*/

.fc-button-group button {
    background-color: #20B2AA !important;
    background-image: unset;
    color: #fff;
    border-color: #fff;
}

.calendar_btn button {
    height: 45px;
}

div#eventAdd .modal-footer button,
#eventEdit .modal-footer button {
    background-color: #20B2AA;
    border: unset;
    width: 110px;
    display: inline-block;
    height: 35px;
    color: #fff;
    margin: 0 0 0 15px;
    text-align: center;
}

section.calendar_full .set .publication_input {
    padding: 10px;
}

section.calendar_full .fc-unthemed td.fc-today {
    color: #fff;
}

.fc-unthemed td.fc-today {
    background: #5b80b7;
    color: #fff;
}

.fc-past,
.fc-other-month {
    /*background: #f1f1f1;*/
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    font-size: 16px;
    float: unset !important;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    padding: 30px 0 0 0;
}

th.fc-day-header.fc-widget-header {
    background: #5b80b7;
    color: #fff;
    padding: 12px;
}

div#eventAdd input,
#eventEdit input {
    width: 100%;
    padding: 0px 20px;
    border-radius: 25px;
    border: 1px solid #cecece;
    margin-top: 0;
    height: 45px;
    color: #000;
}

input.select2-search__field {
    width: 100% !important;
}

div#eventAdd textarea.form-control,
#eventEdit textarea.form-control {
    border-radius: 30px;
}

.event_bg,
.event_bg:focus {
    padding: 0 !important;
    border: unset !important;
}

.radio_cal {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio_cal input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.radio_cal .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.radio_cal:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.radio_cal input:checked~.checkmark {
    background-color: #20B2AA;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.radio_cal .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio_cal input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio_cal .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.fc-list-item-title a {
    color: #fff !important;
    font-weight: bold;
}

.fc-unthemed .fc-list-item:hover td {
    background-color: unset !important;
}

.fc-event-dot {
    display: none !important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-1+label span {
    font-size: 14px;
}

.inputfile-1+label {
    color: #fff;
    background-color: #40b8af;
}

.inputfile+label {
    max-width: 80%;
    border-radius: 30px;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

button.btn.green.add_new:hover {
    border: 1px solid;
}

ul.agree_btn li {
    background-color: #51bcc7;
    padding: 5px 10px;
}

ul.agree_btn li a,
ul.agree_btn li a i,
ul.agree_btn li a:focus {
    color: #fff;
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[data-tooltip]:before {
    position: absolute;
    bottom: 120%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: #20B2AA;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}


/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
    position: absolute;
    bottom: 120%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid #20B2AA;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/*Calender CSs*/


/*our service*/


/* Style the tab */

.service_memebership .tab {
    overflow: hidden;
    text-align: center;
}


/* Style the buttons inside the tab */

.service_memebership .tab button {
    background-color: inherit;
    /* float: left; */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.service_memebership {
    padding: 40px 0;
}

.service_memebership .tab {
    padding: 0px 0 20px;
}


/* Create an active/current tablink class */

.service_memebership .tab button.active {
    color: #40b8af;
    border-bottom: 2px solid #40b8af;
}


/* Style the tab content */

.service_memebership .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.section-title h4 {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}

.section-title h2 {
    font-size: 32px;
    text-transform: capitalize;
    margin: 15px 0;
    display: inline-block;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title p {
    font-weight: 300;
    font-size: 14px;
}

.black-bg .section-title h2,
.black-bg .section-title h4,
.black-bg .section-title p {
    color: #fff
}

.section-title h2:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #777;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
}

.section-title h2:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #e16038;
    border: darkblue;
    bottom: -1px;
    left: 50%;
    margin-left: -40px;
}

.section-title {
    margin-bottom: 70px;
}

.single-price {
    text-align: center;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%);
}

section.service_details p i {
    padding: 0 5px 0 0px;
}

section.service_details p span {
    padding: 0 12px 0 0px;
    font-size: 24px;
}

.price-title h4 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}

.price-tag {
    margin: 30px 0;
    background-color: #20B2AA;
    color: #000;
    padding: 10px 0;
}

.price-tag h3.rate {
    margin-bottom: 0px
}

.center.price-tag {
    background-color: tomato;
    color: #fff
}

.price-tag h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.price-tag h2 span {
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
}

.price-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-item ul li {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
    margin: 5px 0;
}

.price-item ul li:last-child {
    border-bottom: 0;
}

.single-price a {
    margin-top: 15px;
}

a.box-btn {
    background-color: #5b80b7;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    border-radius: 3px;
    font-size: 15px;
    transition: .3s;
    font-weight: bold;
}

a.box-btn:hover,
a.border-btn:hover {
    background-color: #d35400;
}

section.why_us,
section.contact_us {
    padding: 40px 0;
}

section.why_us h2:after {
    content: "";
    border-bottom: 4px solid #20B2AA;
    display: block;
    width: 100px;
    margin: 2px 0 0 5px;
}

section.why_us a {
    background-color: #20B2AA;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

section.contact_us i {
    color: #20B2AA;
    font-weight: bold;
    padding: 0 20px 0 0;
}

section.contact_us p {
    font-size: 16px;
    font-weight: bold;
}

section.contact_us h3:after {
    content: "";
    border-bottom: 3px solid #20B2AA;
    display: block;
    width: 80px;
    margin: 10px 0;
}

.social ul li a i {
    background-color: #20B2AA;
    padding: 0;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.social ul li {
    display: inline-block;
}

section.contact_us input {
    width: 100%;
    height: 40px;
    border: unset;
    box-shadow: unset;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

section.contact_us textarea {
    width: 100%;
    border: unset;
    box-shadow: unset;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

section.contact_us input:focus,
section.contact_us textarea:focus {
    outline: none;
    border: unset !important;
}

.contact_us input[type="submit"] {
    background-color: #20B2AA;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

section.contact_us iframe {
    margin-bottom: 50px;
}

div#linkshare .dropdown h4 {
    padding: 0;
    font-size: 18px;
    margin-bottom: 10px;
}


/*Our Service*/

ul.nav.nav-tabs li.active a {
    font-weight: bold;
    border: unset;
    background-color: #20B2AA;
    color: #fff !important;
    border-radius: 50px;
}

.tab_html ul {
    background-color: #f6f6f6;
    padding: 10px;
}

ul.nav.nav-tabs li a:hover {
    border-radius: 50px;
}

ul.nav.nav-tabs li a {
    font-size: 18px;
    color: #000;
}

section.service_details {
    background-color: unset;
    background: url(../img/publiction.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.service_banner {
    background-color: #fff;
}

.service_banner form {
    padding: 20px;
}

.service_banner h3 {
    background-color: #40b8af;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
}

.service_banner button {
    background-color: #40b8af !important;
    border: unset;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
}

.service_details button {
    background-color: #fff;
    border: unset;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 10px 30px;
}

#subscribe_now1 button.btn-primary {
    background-color: #337ab7;
    color: #fff;
}

section.service_details h2 {
    font-size: 36px;
    letter-spacing: 0.5px;
    padding-top: 60px;
}

section.service_details p {
    font-size: 22px;
    font-weight: bold;
}

section.how_gst {
    padding: 50px 0;
}

div#subscribe_now button {
    background-color: #40b8af;
    border: unset;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 15px auto;
    display: block;
}

#subscribe_now button.close {
    background-color: unset;
    color: #000;
    opacity: 1;
    font-size: 22px;
    margin: 0;
}

section.how_gst h2 {
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
}

.how_gst_inner {
    padding: 30px 0 0 0;
}

.how_gst_inner h3 {
    font-size: 22px;
    font-weight: bold;
}

.how_gst_inner h5 {
    color: #fdb916;
    font-size: 32px;
    margin-bottom: 10px;
}

.how_gst_inner img {
    width: 200px;
    margin: 40px auto;
}

.service_details_form {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%);
    background-color: #fff;
    padding-bottom: 20px;
}

.service_details_form h3 {
    background-color: #40b8af;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.service_details_form form {
    padding: 20px;
}

section.service_news {
    padding: 50px 0;
}

.service_news_inner {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 7%);
    margin: 10px 0;
    padding-bottom: 15px;
}

.service_news_inner a {
    color: #40b8af;
    font-weight: bold;
    margin: 10px;
}

.service_news_inner img {
    width: 100%;
    height: 200px;
}

.service_news_inner h4,
.service_news_inner p {
    margin: 10px;
}

section.service_news {
    padding: 50px 0;
}

.service_details_form button {
    background-color: #40b8af;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
}

section.service_details img {
    margin: 90px 0;
}

.how_gst_inner button {
    color: #fff;
    text-align: center;
    border: 1px solid #fdb916;
    width: 130px;
    background-color: #fdb916;
    border-radius: 20px;
    padding: 4px;
    height: 35px;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
}

.how_gst_inner h3:after {
    content: "";
    border-bottom: 4px solid #20B2AA;
    display: block;
    width: 100px;
    margin: 2px 0 0 5px;
}

section.service_counter {
    background-color: #40b8af;
    padding: 30px;
    margin: 40px 0;
}

.service_counter_inner i {
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}

.service_counter_inner {
    text-align: center;
}

.service_counter_inner h4 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}

.service_counter_inner p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.taxpanner_inner h4 {
    background-color: #40b8af;
    font-size: 18px;
    text-align: center;
    width: 40px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
    margin: 10px auto;
}

section.taxpanner {
    padding: 0 0 30px 0;
}

section.taxpanner h2 {
    padding-bottom: 40px;
}

.taxpanner_inner h3 {
    margin: 0;
    padding-bottom: 10px;
}

section.document .tab-content ul li {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

section.document ul li i {
    padding-right: 20px;
    color: #40b8af;
}

section.document h3 {
    padding: 30px 0;
}

section.document .tab-content ul li:last-child {
    padding-bottom: 0;
}

.taxpanner_inner {
    padding: 0 0 20px 0;
}

.document .tab-content {
    border: 1px solid #8080803d;
    border-top: 0;
    padding: 20px;
}


/*About us*/

section.about_us {
    padding: 50px 0;
}

section.about_us a {
    background-color: #40b8af;
    color: #fff;
    padding: 10px;
    position: relative;
    top: 20px;
    border-radius: 20px;
}

section.about_us h2:after,
section.testimonial h2:after {
    content: "";
    border-bottom: 4px solid #FDB908;
    width: 120px;
    display: block;
}

.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.our-team {
    padding: 0 0 40px;
    background: #ffffff00;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #40b8af;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 10%);
    margin-bottom: 25px;
    height: 312px;
}

section.team h2:after {
    content: "";
    border-bottom: 4px solid #fdb916;
    display: block;
    width: 70px;
    margin-bottom: 50px;
}

section.team {
    padding: 40px 0 80px;
    background-color: #f9f9f9;
}

.our-team:hover {
    border-bottom: 3px solid #fdb916;
}

.our-team .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #40b8af;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:before {
    height: 100%;
    background: #40b8af;
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:after {
    background: #fdb916;
}

.our-team .social li {
    margin: 0;
    background-color: #fdb916;
    border-radius: 50%;
}

.our-team .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .team-content {
    margin-bottom: 30px;
}

.our-team .title {
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding-top: 10px;
    margin: 0;
    background: #40b8af;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    bottom: 0;
    padding: 10px;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    padding-top: 0px;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    color: #fff;
    background: transparent;
}

.teti_inner img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    float: left;
    margin: 0 20px;
}

.teti_inner h4 {
    margin: 0;
    padding-top: 15px;
    color: #40b8af;
}

section.testimonial {
    padding: 50px 0 60px;
}

section.serice_banner {
    background-color: #f6f6f6;
    padding: 70px 0;
}

section.serice_banner h2 {
    padding-top: 60px;
    font-size: 42px;
}

section.serice_banner p {
    font-size: 18px;
    font-weight: bold;
}

section.serice_banner a {
    background-color: #20B2AA;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    position: relative;
    top: 30px;
    font-size: 18px;
    font-weight: bold;
}

.service_memebership .tab-content {
    padding: 20px;
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
}

.tab_html .nav-tabs {
    border: unset;
}

section.testimonial ol.carousel-indicators {
    bottom: -60px;
}

section.testimonial .carousel-indicators li {
    background-color: #40b8af;
}

section.testimonial .carousel-indicators .active {
    width: 13px;
    height: 13px;
}

.teti_inner {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 15px;
}


/*datepicker css*/

.datepicker {
    border: 1px solid #cecece !important;
    padding: 15px !important;
}

.datepicker1 {
    border: 2px solid #cecece !important;
    padding: 15px !important;
}

.star-field {
    color: red;
    font-size: 18px;
}

select#Language option,
select#publisherType option {
    background: #5b80b7;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.health_sector_part1 p strong {
    font-family: Gotham4;
}

div#linkshare .dropdown-menu {
    width: 300px;
}

.cart-page .panel-heading {
    background-color: #40b8af;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

input.razorpay-payment-button {
    background: linear-gradient(to right, #20B2AA 35%, #5b80b7 65%);
    border: unset;
    color: #fff;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
}

.cart-page .panel-default {
    border: unset;
    box-shadow: 0 4px 49px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
}

.news-list .row {
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1000px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .right_tog {
        display: none !important;
    }
    .collapse {
        display: none !important;
    }
    div#main,
    div#mySidenav {
        display: block !important;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        background: linear-gradient(to right, #5b80b7 0%, #49a7b1 100%);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 40px;
    }
    section.question img {
        position: absolute;
        top: -96px;
        width: 122px;
    }
    button#notification,
    button#classification {
        margin: -13px 0 0 -15px;
    }
    button#order,
    button#other {
        position: absolute;
        bottom: -74px;
        right: 0px;
    }
    .inner_tax,
    .all_notification:after {
        display: none;
    }
    section.downlaod img,
    section.gallery img {
        position: absolute;
        top: -110px;
        width: 90px;
    }
    .video_inner p {
        margin: 0;
    }
    /* new css start */
    a.navbar-brand img {
        width: 210px;
    }
    nav.navbar.navbar_bottom ul li svg,
    nav.navbar.navbar_top ul li svg {
        width: 12px;
        height: 22px;
    }
    nav.navbar.navbar_bottom ul li a,
    nav.navbar.navbar_top ul li a {
        font-size: 11px;
        padding: 10px 10px 22px 0;
    }
    .navbar_top li a.sign-up {
        width: 90px;
    }
    .navbar_top a.login {
        width: 90px;
    }
    section.question {
        padding: 32px 0;
    }
    section.gallery {
        padding: 32px 0;
    }
    section.downlaod {
        padding: 32px 0;
        margin-top: 0;
    }
    section.service_details h2 {
        padding-top: 0;
    }
    .service_details_form {
        margin-top: 40px;
    }
    section.serice_banner h2 {
        font-size: 42px;
    }
    section.serice_banner a {
        top: 0;
    }
    section.service_details {
        padding: 50px 0;
    }
    section.service_counter {
        padding: 30px 0;
    }
    .how_gst_inner img {
        margin: 0px auto;
    }
    .our_database_flow {
        padding: 50px 15px 50px;
    }
    .rightside-askme {
        padding: 10px 15px 10px 20px;
    }
    .publication_input button {
        margin: 10px 0;
    }
    .publication_input.upl-btn button {
        margin: 0px;
    }
    .set>a i {
        margin-top: 10px;
    }
    .qt {
        margin-left: 0px !important;
    }
    .health_tab div#askme .col-md-3 {
        width: 48% !important;
        margin: 7px !important;
        float: left;
    }
    .health_tab div#editorial .col-md-3,
    .health_tab div#gallery .col-md-3,
    .health_tab div#videos .col-md-3,
    .health_tab div#publications .col-md-3,
    .health_tab div#important-website .col-md-3 {
        width: 48% !important;
        margin: 7px !important;
        float: left;
    }
    .health_tab div#files-and-tools .col-md-3,
    .health_tab div#calendar .col-md-3 {
        width: 48% !important;
        margin: 7px !important;
        float: left;
    }
    .table_pub {
        padding-bottom: 20px;
    }
    .pagination {
        margin: 0 20px 0;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0em 1em;
    }
    div#data-list_paginate a {
        margin: 0px 3px 10px !important;
    }
    .dataTables_wrapper .dataTables_paginate {
        float: left !important;
    }
    a.cart span {
        right: 2px;
    }
    .content ul.eco li {
        padding: 8px 12px;
        font-size: 14px;
    }
    .dashboard_inner .tab button {
        padding: 10px 12px;
        font-size: 13px;
    }
    .table-responsive {
        overflow-x: auto!important;
    }
    /* new css end */
}

@media only screen and (max-width:767px) {
    .singlr_box_inner span {
        font-size: 12px;
    }
    div#my-pics .item img,
    div#my-pics1 .item img {
        height: auto;
    }
    .inner_tax,
    .all_notification:after {
        display: none;
    }
    .rightcenter h3 {
        color: #3cbfad;
        margin: 10px 0 0;
        font-size: 18px;
    }
    .top-bar button#next-page {
        right: 0;
    }
    div#linkshare .dropdown-menu {
        width: 100%;
    }
    span.select2.select2-container.select2-container--default {
        width: 100%!important;
    }
    .related-product-section a.buy-now {
        width: 150px;
    }
    div#field1 input {
        padding: 0 0 0 2px!important;
    }
    .dashboard_inner .tab button {
        font-size: 12px;
    }
    .dashboard_inner h2 {
        font-size: 22px;
    }
    .dashboard_inner h2:after {
        width: 50px;
    }
    .range-slider .track {
        margin-bottom: 2px;
    }
    .publication_input input {
        margin: 0 0 18px;
    }
    .publication_btn button {
        width: 100px !important;
    }
    .publication_input img {
        display: none;
    }
    .asd_banner .backimage img {
        position: unset;
    }
    .form_content_section input {
        width: 90% !important;
    }
    .col_text img {
        height: 50px;
    }
    .col_text p {
        font-size: 14px;
    }
    .main_text ul {
        float: unset;
        text-align: center;
        padding: 15px 0 40px;
    }
    .main_text p {
        display: block;
        text-align: center;
        margin: 0;
    }
    .form_content_section img {
        padding: 42px 0 0;
    }
    a.side_but {
        background-color: #fdb916;
        width: 160px;
        margin: 10px auto;
        border-radius: 50px;
        text-align: center;
        padding: 0 !important;
        height: 40px;
        line-height: 40px;
    }
    div#main,
    div#mySidenav {
        display: block;
        height: 100vh;
    }
    .show_all_button {
        position: relative;
        right: 0;
        border: 2px solid #5e74c0;
        /* padding: 10px; */
        border-top-left-radius: 25px;
        background-color: #5e74c0;
        width: 100px;
        text-align: right;
        float: right;
        margin: 0 0 12px 0;
    }
    footer ul {
        padding-bottom: 30px;
    }
    footer {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        background: linear-gradient(to right, #5b80b7 0%, #49a7b1 100%);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 40px;
    }
    .rightside-askme {
        padding: 0 15px;
    }
    .sidenav a {
        padding: 8px 0;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        display: block;
        transition: 0.3s;
        text-align: center;
        font-weight: bold;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    #main {
        transition: margin-left .5s;
        padding: 16px;
        height: 100vh;
    }
    .right_tog {
        display: none;
    }
    .left_tog {
        /* position: absolute;
        right: 15px;
        top: -58px;*/
        display: none;
    }
    div#main {
        position: absolute;
        right: 0;
        top: 0;
    }
    nav.navbar.navbar_bottom {
        height: 0px;
        margin-bottom: 0;
        min-height: unset;
    }
    button.navbar-toggle.right_tog {
        top: 10px;
        right: -10px;
        z-index: 99999;
    }
    .banner {
        background: url(../img/banner.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 200px;
    }
    .search-container {
        padding: 4% 0;
    }
    .rightside-shared {
        padding: 0 !important;
    }
    a.login {
        color: #525352 !important;
    }
    .navbar_top ul li a svg {
        fill: #fdb916 !important;
    }
    span.icon-bar {
        background-color: #000;
    }
    section.question,
    section.downlaod,
    section.gallery {
        height: auto;
    }
    section.question img,
    section.our_database,
    section.downlaod img,
    section.gallery img {
        display: none;
    }
    .image img,
    .col-md-4.image {
        display: none;
    }
    .publication_inner img {
        margin: 0 auto;
        display: block;
        width: 150px;
        height: auto;
    }
    div#field1 {
        width: 100%;
    }
    .add-to-cart {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    section.calender h2 {
        font-size: 22px;
    }
    .ask-search-container {
        padding: 3% 0;
        width: 100%;
    }
    .ask-search-container input {
        width: 100%;
        display: block;
    }
    .ask-search-container button {
        width: 100%;
        right: 0;
        position: relative;
        margin: 15px auto 0;
        display: block;
    }
    img.search_input {
        margin: -30px 14px 0 0px;
        right: 16px;
    }
    .rightcenter img {
        margin-left: 0;
        /* margin-top: 6%; */
        /* height: auto; */
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .answer h5 {
        padding: 25px 0 5px;
    }
    .rightcenter .center-para p {
        word-break: break-all;
    }
    .answer h5 {
        padding: 0;
    }
    .ans-footer ul li {
        width: 44%;
        float: left;
        text-align: center;
    }
    .agree ul li {
        display: inline-block;
        margin: 0 0 10px 0;
    }
    .accordion-container {
        padding: 42px 0 0 0;
        width: 72%;
        margin: 0 auto;
        display: block;
        float: unset;
    }
    .main-section-news .news-image {
        background: unset;
    }
    .sidebar-news {
        padding-bottom: 20px;
    }
    .box-sections {
        margin: 0 auto;
        text-align: center;
    }
    span.invalid-feedback {
        right: 6%;
        margin: 1px 0px;
    }
    .help-block {
        background-color: #fdb915;
        color: #fff;
        position: absolute;
        right: 4px;
        margin: -16% 0px;
        padding: 4px 16px;
        border-radius: 20px;
        font-size: 12px;
    }
    .media-carousel .carousel-control.left,
    .media-carousel .carousel-control.right {
        display: none;
    }
    .top-banner-askme {
        background-size: cover !important;
    }
    .ask_title {
        margin: 0px 0 10px;
    }
    .rightcenter {
        padding: 15px;
    }
    /*#linkshare .dropdown-menu {
        width: 300px!important;
        left: -252%;
    }
    #linkshare .dropdown-menu:before{
        display: none;
    }*/
    #linkshare .dropdown-menu {
        width: auto !important;
    }
    .green {
        margin: 0 auto 30px !important;
        text-align: center;
        display: block;
    }
    .load-more-linkingcategory button {
        margin: 0 0 5px 0 !important;
    }
    section.include_health h2 {
        text-align: center;
    }
    .section_head h2:before {
        left: unset;
        right: unset;
    }
    .health_tab div#askme .col-md-3,
    .health_tab div#editorial .col-md-3,
    .health_tab div#gallery .col-md-3,
    .health_tab div#videos .col-md-3,
    .health_tab div#publications .col-md-3,
    .health_tab div#important-website .col-md-3,
    .health_tab div#calendar .col-md-3,
    .health_tab div#files-and-tools .col-md-3 {
        margin: 0 auto 20px !important;
    }
    .table-responsive {
        border: unset;
    }
    .table_pub_sno {
        min-height: 58px !important;
    }
    .table_pub h3 {
        margin: 0 !important;
    }
    .table_pub {
        padding-bottom: 15px;
    }
    div#data-list_paginate .active a {
        color: #fff !important;
    }
    .main-section-news {
        padding: 30px 15px;
    }
    .answer_profile {
        width: 13%;
    }
    .profile_title {
        width: 87%;
        padding: 0 0 0 15px;
    }
    .ask_meta .col-md-offset-6.col-md-6 {
        padding: 0;
    }
    iframe,
    video {
        width: 100%;
    }
    .qt {
        margin-left: 0 !important;
    }
    ul.eco {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .news_all_inner {
        height: auto;
        padding-bottom: 15px;
    }
    .news_single img {
        width: 100%;
        height: auto;
    }
    .add_comment ul {
        padding-left: 0;
    }
    .add_comment img {
        width: 12%;
    }
    .second_inner_com {
        width: 82%;
    }
    .add_comment ul li ul {
        padding: 0 0 0 50px;
    }
    .ask_meta ul li {
        display: inline-block;
        padding: 0 5px 10px 0px;
    }
    ul.second_comments li img {
        width: 15%;
    }
    .comment_answer {
        margin-top: 10px;
    }
    .comment_answer .answer_profile img {
        width: 38px;
        height: 35px;
        margin: 3px auto;
    }
    .comment_answer input.form-control {
        width: 65%;
        height: 30px;
    }
    .profile_title .form-group {
        margin-bottom: 5px;
    }
    .comment_answer input.form-control::placeholder {
        font-size: 10px;
    }
    .comment_answer input[type="submit"] {
        width: 30%;
        height: 29px;
        float: left;
        font-size: 12px;
        margin: 0 0 0 8px;
    }
    .calender_banner {
        height: auto !important;
    }
    .news_grid_inner {
        height: 225px !important;
    }
    p.cdate {
        font-size: 12px;
    }
    .video_slider div#jssor_1 {
        height: 150px !important;
    }
    .video_inner .col_text img {
        height: 52px;
    }
    .video_content h4 {
        padding: 5px 11px 0;
    }
    ul.agree_btn li {
        padding: 5px 10px;
    }
    .asd_product,
    .shared_slider {
        height: auto !important;
    }
    .tabs-section-product-detail .tab button h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .tabs-section-product-detail .tab button {
        width: 110px !important;
    }
    button.btn.btn-lg.btn-block.btn-success.green.checkout_product {
        margin-top: 20px !important;
    }
    .product_details_section1 {
        padding-top: 0 !important;
    }
    section.serice_banner h2 {
        padding-top: 0;
    }
    section.serice_banner img {
        margin-top: 80px;
    }
    section.service_details h2 {
        font-size: 32px;
        letter-spacing: 0.5px;
        padding-top: 0;
    }
    .dashboard_inner .tab button {
        padding: 10px 6px;
    }
}

@media only screen and (max-width:461px) {
    .navbar-toggle {
        padding: 9px 0px 9px 10px;
        margin-right: 0;
        margin-top: 2px;
    }
    a.navbar-brand img {
        width: 200px;
    }
    section.downlaod {
        margin-top: 0;
    }
    .search-container input {
        padding: 8px 4px 4px 20px;
    }
    .video_inner span {
        margin-top: -10px;
    }
    .service_details_form {
        margin-top: 15%;
    }
    section.serice_banner {
        padding: 25px 0;
    }
    section.serice_banner h2 {
        padding-top: 0px;
        font-size: 35px;
        line-height: 45px;
    }
    ul.nav.nav-tabs li a {
        font-size: 10px;
        padding: 8px 10px;
    }
    section.why_us,
    section.contact_us {
        padding: 0px 0 20px;
    }
    .news_grid_inner {
        height: 280px !important;
        margin-bottom: 0;
    }
    .accordion-container {
        width: 100%;
    }
    .set>a i {
        margin-top: 10px;
    }
    .rightcenter .answer a {
        margin-bottom: 15px;
    }
    .fc-toolbar .fc-right {
        float: left !important;
    }
    section.calendar_full {
        padding: 40px 0;
    }
    .askme_top_button {
        margin: 0 -15px !important;
    }
    .publication_input .form-control.shorting_by {
        margin-bottom: 15px;
    }
    .health_tab div#askme .col-md-3 {
        width: 100% !important;
    }
    .health_tab div#editorial .col-md-3,
    .health_tab div#gallery .col-md-3,
    .health_tab div#videos .col-md-3,
    .health_tab div#publications .col-md-3,
    .health_tab div#important-website .col-md-3 {
        width: 100% !important;
    }
    .health_tab div#files-and-tools .col-md-3,
    .health_tab div#calendar .col-md-3 {
        width: 100% !important;
    }
    .table_pub {
        padding-bottom: 20px;
    }
    .pagination {
        margin: 0px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0px 5px 2px!important;
    }
    div#data-list_paginate a {
        margin: 0 5px 12px !important;
        font-size: 14px;
    }
    .set .content {
        width: 100% !important;
    }
    .dashboard_inner .tab button {
        float: unset;
    }
    .eco .dropdown-menu {
        left: unset;
        right: 50px;
    }
    .dashboard_inner h2 span a {
        margin: 0;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        font-size: 10px;
    }
    .dashboard_inner h2 {
        font-size: 18px;
    }
    .text_box .inline {
        float: left;
        width: 73%;
        padding-top: 10px;
        font-size: 14px;
    }
}

button.dt-button,
div.dt-button,
a.dt-button {
    margin-bottom: 10px;
}

.database_input.database1_input1 input {
    height: 40px;
}

.database1_input1 img.database_input {
    position: absolute;
    margin: 10px 0 0 -40px;
}

div.dt-buttons {
    margin-left: 11px;
}