@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
    content: "\e003";
}

body {
    font-family: 'Open Sans', sans-serif;
    counter-reset: section;
}

body .bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
body .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0;
}

:focus {
    outline: none !important;
    box-shadow: none;
}

p {
    color: #000;
}

/*-------------------header--------------------*/
.topRow {
    padding: 10px 0 0;
}

.topRow .logo {
    max-width: 140px;
    display: inline-block;
    margin: 0px 0 0 -40px;
}

.user-login {
    padding: 0 25px 0 0;
}

.user-login ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

.user-login ul li {
    padding: 0 5px;
    display: block;
}

.user-login ul li a {
    color: #000;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    padding: 0 2px 2px;
    font-size: 12px;
    line-height: 1;
}

.user-login ul li a:hover {
    color: #5f3b48;
    border-bottom-color: #5f3b48;
}


.top-middle {
    width: 50%;
    background: #795453;
    height: 52px;
}

.topRow span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}

.topRow span strong {
    font-weight: 600;
}

.logo-img {
    position: relative;
    width: 305px;
    width: 250px;
}

.logo-img a {
    display: inline-block;
}

.logo-img span {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0px;
    bottom: -28px;
}

nav.navbar {
    /*padding: 20px 0 0;*/
    padding: 0;
}

nav.navbar .row {
    width: 100%;
    margin-left: 0;
}

.topRow .nav .nav-link {
    color: #fff;
}

.topRow .nav .nav-link:hover {
    color: #f9ac2e;
}

.navbar-nav.navhead li {
    border-left: 2px solid #8a6b6a;
}

.navbar-nav.navhead li:last-child {
    border-right: 2px solid #8a6b6a;
}

.navbar-nav.navhead .nav-link {
    color: #000;
    padding: 3px 25px;
    font-size: 18px;
}

.navbar-nav.navhead li.active .nav-link

/* , .navbar-nav.navhead .nav-link:hover  */
    {
    background: #5f3b48;
    color: #fff;
}

.bannerSection {
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.bannerSection.inner-banner {
    background-image: url('../images/banner-inner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
    min-height: 500px;
}

.bannerSection.default-country {
    background-image: url('../images/default-country-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/* .inner-banner.faq-banner{
	padding-bottom: 50px;
} */
.inner-banner.faq-banner .topColumn {
    padding: 150px 0 90px;
}

.bannerSection .container {
    position: relative;
}

.inner-banner .topColumn {
    padding: 50px 0 90px;
}

.topColumn {
    padding: 120px 0 230px;
    margin-top: 0;
    position: relative;
}

.topColumn h1 {
    text-transform: capitalize;
    font-size: 46px;
    color: #fff;
    margin-bottom: 0;
    text-shadow: none;
}

.topColumn p {
    font-size: 27px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 15px;
}

.btmColumn {
    margin-top: 20px;
}

.btmColumn h2 {
    font-size: 46px;
    color: #fff;
    text-shadow: none;
}

.navigation-btns {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: -70px;
}

.navigation-btns ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
}

.navigation-btns ul li {
    min-width: 220px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}

.navigation-btns ul li:last-child {
    margin-bottom: 0;
}

.navigation-btns ul li a h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.navigation-btns ul li a h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.navigation-btns ul li a {
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    background: #000;
    color: #fff;
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 3px 7px 7px -9px #222;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.navigation-btns ul li a::after {
    content: '';
    width: 80%;
    margin: 0 auto;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

/* #content { */
/* position: absolute; */
/* width: 300px; */
/* top: 25px; */
/* left: auto; */
/* right: 0; */
/* height: 0; */
/* z-index	:99; */
/* } */
.search-form {
    position: relative;
    width: 300px;
    margin-right: 15px;
}

.search-form input {
    width: 0;
    background: transparent;
    height: 40px;
    border-radius: 6px;
    border: 0;
    padding: 0 15px 0 15px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    position: absolute;
    float: right;
    right: 0;
}

.search-form input.search-open {
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    background: #f5f5f5;
}

.search-form button {
    position: absolute;
    right: 5px;
    top: 6px;
    background: transparent;
    border: 0;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    padding: 0;
}

.search-form button:focus {
    outline: none;
    box-shadow: none;
}

.card .card-header a::after {
    content: '-';
    float: left;
    left: 0px;
    position: absolute;
}

.card .card-header a.collapsed:after {
    content: '+';
    left: 0px;
    position: absolute;
}

/*-----------------faq------------*/
.accrdionList {
    margin-bottom: 40px;
    counter-reset: list;
}

.contentSection .card h5 {
    line-height: 25px;
    padding-left: 55px;
}

.contentSection .card h5::before {
    counter-increment: list;
    content: counter(list) "";
    font-size: 40px;
    color: #f79d01;
    font-weight: 500;
    position: absolute;
    top: 22px;
    left: 0;
}

.contentSection .card .card-header a::after {
    float: right;
    right: 0;
    left: auto;
    top: 25px;
    color: #f79d01;
    /*     font-weight: 700;
    font-size: 20px; */
    font-weight: 500;
    font-size: 24px;

}

.contentSection .card h5 a {
    font-size: 20px;
    color: #000;
    padding-right: 20px;
    display: inline-block;
}

.contentSection.guidSection .card-body ul li::before {
    content: '-';
    position: absolute;
    left: -15px;
}
.page-id-12 .contentSection.guidSection .card-body ul li::before {
    content: '';
   
}

.guidSection {
    padding: 60px 0;
}

.guidSection.home-contect-area {
    /* padding: 120px 0 60px; */
}

.guidSection .card {
    background: none;
    border: none;
    border-radius: 0;
}

.guidSection.contentSection .card-header {
    border-bottom: 1px solid #f79d01;
    padding: 20px 0;
}

.guidSection.contentSection .card-body {
    padding: 15px 50px;
}

.guidSection .card-header {
    background: none;
    border: none;
    position: relative;
    padding: .75rem 1.25rem .75rem 1.9rem;
}

.guidSection .card-header a {
    color: #5f3b48;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
}

.guidSection .card-body {
    padding: 0 30px;
}

.guidSection .card-body ul {
    padding: 0 15px;
    margin-bottom: 0;
}

.guidSection .card-body p {
    font-size: 16px;
    line-height: 25px;
}

.guidSection .card-body ul li {
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
}

.flexSearchItem {
    padding: 0 20px;
    margin: 0 0 80px;
}

.sidebar-add {
    background: #4472c4;
    height: 220px;
}

.bottom-add-wrap {
    margin: 50px 0;
}

.bottom-add-img {
    background: #4472c4;
    height: 180px;
}


.compheading {
    margin-bottom: 30px;
}

.compheading h2 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
}

.down-btns li {
    margin-left: 20px;
    text-align: center;
}

.down-btns li a {
    display: inline-block;
    text-decoration: none;
}

.accTabheading h2 {
    font-size: 30px;
    color: #f79d01;
    font-weight: 600;
}

.accTabheading .down-btns {
    margin-top: 8px;
    margin-left: 25px;
}

.accTabheading .down-btns .nav {
    display: flex;
}

.resource-sec {
    background: #e2997c;
    padding: 60px 0;
}

.resourse-block {
    position: relative;
}

.resource-sec h2 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.resourse-block img {
    width: 100%;
}

.hvr-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(226, 153, 124, 0.5);
    text-align: left;
    padding: 20px 30px;
}

.hvr-text a {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
}

.hvr-text a:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}

/*------------content-main-page-style---------*/

.paltform_points h6 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.paltform_points ul {
    counter-reset: list;
    list-style: none;
    padding: 0;
}

.paltform_points li {
    margin-bottom: 15px;
    display: table;
}

.paltform_points li span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
    font-size: 20px;
    line-height: 28px;
    color: #333;
}

.paltform_points li::before {
    counter-increment: list;
    content: counter(list) ".";
    color: #333;
    font-weight: bold;
    font-size: 20px;
}

.bgYellow {
    background: #f79d01 !important;
}

.bgRed {
    background: #cc3e0f !important;
}

.bgBlue {
    background: #2e75b6 !important;
}

.download-app {
    border-top: 1px solid #f79d01;
    border-bottom: 1px solid #f79d01;
    padding: 40px 0;
    margin: 20px 0;
}

.download-app a {
    background: #f79d01;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 300px;
    height: 46px;
    border-radius: 4px;
    line-height: 46px;
    padding: 0 20px;
    text-align: center;
    margin-right: 0;
    margin-left: auto;
    text-decoration: none;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
}

.download-app a:hover {
    background: #2e75b6;
    color: #fff;
}

.app-dis span {
    display: inline-block;
    padding-left: 35px;
    font-size: 18px;
}

/*------------country-style--------------*/
.layout_list {
    width: 140px;
}

.layout_list.large-btn {
    width: 300px;
    margin-left: 14px;
}

.law-selection h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 0.8;
}

.layout_list li a {
    display: block;
    width: 100%;
    border-radius: 6px;
    background: #000;
    color: #fff;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.layout_list li a::after {
    content: '';
    width: 80%;
    margin: 0 auto;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
}

.compare_layout .layout_list li a::after {
    bottom: 4px;
}

.compare_layout .layout_list h6 {
    font-size: 10px;
    text-align: left;
    margin: 0 0 6px;
}

.compare_layout .layout_list.large-btn h6 {
    padding: 0 20px;
    font-size: 20px;
    margin: 0 0 5px;
}

.compare_layout .layout_list.large-btn li a::after {
    display: block;
    bottom: 12px;
}

.selectvalue.selCompare+.selectvalue.selCompare {
    margin-top: 26px;
}

.layout_list.large-btn li a {
    padding: 28.5px 0;
}

.layout_list li a:hover {
    opacity: 0.8;
}

.layout_list li {
    margin-bottom: 14px;
}

.layout_list li:last-of-type {
    margin-bottom: 0;
}

.layout_list li h3 {
    font-size: 18px;
    margin: 0;
}

.layout_list.large-btn li h3 {
    font-size: 50px;
}

/* .dataList .card-header a { */
/* font-size: 18px;	 */
/* } */
.dataList .card-body ul li a {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.listpanel {
    margin-right: 40px;
}

.down-btns .nav {
    flex-wrap: nowrap;
}

.faqsection .card .card-header a.collapsed::after {
    top: 13px;
}

/*------------footer--------------*/
footer {
    background: #5f3b48;
    padding: 10px 0;
}

.error404 .new__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.ins-text {
    color: #fff;
}

footer span {
    color: #fff;
    font-size: 14px;
}


/*New Style*/
.selectvalue select {
    width: 250px;
}

.compareTwo .selectvalue select {
    width: 220px;
}

body .select2-dropdown {
    background-color: rgba(255, 176, 47, 0.97);
    border: 1px solid #ffb02f;
    border-radius: 8px;
    padding: 8px 5px 15px;
}

body .select2-container--open .select2-dropdown {
    top: -2px;
    border-radius: 8px !important;
}

body .select2-container--open .select2-dropdown--below {
    border-top: 1px solid #ffb02f;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 3px;
}

body .select2-container .select2-selection--single {
    height: 43px;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #444;
    line-height: 40px;
    padding-right: 45px;
}

body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

body .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-width: 1px 1px 1px 15px;
    border-radius: 8px !important;
    border-style: solid;
    border-color: #ffb02f;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffb02f transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    margin-left: -25px;
    margin-top: 3px;
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffb02f transparent;
    border-width: 0 10px 10px 10px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    color: #ffb02f;
    border-color: transparent;
    font-weight: 300;
    border-radius: 5px;
    padding: 5px 10px;
}

body .select2-results {
    height: 250px;
}

body .select2-results.mCustomScrollbar {
    padding: 10px 5px 0;
}

body .select2-results__options {
    padding-right: 10px;
}

body .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}

body .select2-results__options li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

body .select2-results__options li:hover,
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #111 !important;
    background: #fff !important;
    border-radius: 5px;
}

body .select2-results__options li:last-child {
    border-bottom: 0;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
body .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
body .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #ffb02f;
    border: 1px solid #fff;
}

body .mCSB_scrollTools .mCSB_draggerRail {
    background: #fff;
    border-radius: 10px;
}

/*bg sadc*/
.bgsadc .select2-container--default .select2-selection--single {
    border-color: #cc3e0f;
}

.bgsadc .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #cc3e0f transparent transparent transparent;
}

.bgsadc .select2-dropdown {
    background-color: rgba(204, 62, 15, 0.97);
    border: 1px solid #cc3e0f;
}

.bgsadc .select2-container--open .select2-dropdown--below {
    border-top: 1px solid #cc3e0f;
}

.bgsadc .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #cc3e0f transparent;
}

.bgsadc .select2-container--default .select2-search--dropdown .select2-search__field {
    color: #cc3e0f;
}

.bgsadc .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.bgsadc .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.bgsadc .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.bgsadc .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #cc3e0f;
}

/*bg compare*/
.bgcompare .select2-container--default .select2-selection--single {
    border-color: #2e75b6;
}

.bgcompare .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #2e75b6 transparent transparent transparent;
}

.bgcompare .select2-dropdown {
    background-color: rgba(46, 117, 182, 0.97);
    border: 1px solid #2e75b6;
}

.bgcompare .select2-container--open .select2-dropdown--below {
    border-top: 1px solid #2e75b6;
}

.bgcompare .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #2e75b6 transparent;
}

.bgcompare .select2-container--default .select2-search--dropdown .select2-search__field {
    color: #2e75b6;
}

.bgcompare .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.bgcompare .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.bgcompare .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.bgcompare .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #2e75b6;
}


.FundamentalModal .modal-dialog {
    max-width: 700px;
    margin: 3rem auto;
}

.FundamentalModal .modal-header {
    padding: 15px 30px 0;
}

.FundamentalModal .modal-header,
.FundamentalModal .modal-content {
    border-radius: 0;
    border: 0;
}

.FundamentalModal .modal-body {
    padding: 30px;
}

.FundamentalModal .modal-header .close {
    opacity: 1;
    font-size: 30px;
    line-height: 0.8;
}

.lawGuide-logo {
    text-align: center;
    max-width: 250px;
}

.lawGuide-logo img {
    max-height: 45px;
}

.lawGuide-logo h5 {
    font-size: 1.1vw;
    font-weight: 700;
}

.country-heading {
    margin: 45px 0;
    text-align: right;
}

.country-heading h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
}

.country-heading h5 {
    font-size: 14px;
    font-weight: 700;
}

.fundamental-content h1,
.fundamental-content h2,
.fundamental-content h3,
.fundamental-content h4,
.fundamental-content h5 {
    font-weight: 700;
}

.fundamental-content h3 {
    font-size: 20px;
}

.fundamental-content p {
    font-size: 14px;
}

.last-update {
    margin: 50px 0;
}

.last-update p {
    font-size: 14px;
    margin-bottom: 0;
}

.last-update p span {
    color: #f79d01;
}

.last-update p label {
    font-weight: 700;
    margin-bottom: 0;
}

.fundamental--footer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-contactt h6 {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1.3;
}

.footer-contactt label {
    font-weight: 700;
    margin: 0;
}

.fundamental--footer .down-btns p {
    margin: 0;
}

#myModal {
    background: rgba(247, 157, 1, 0.56);
}

.FundamentalModal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.dropdown-menu.show {
    max-height: 250px;
    min-width: 100% !important;
}

/*16-7-19 start*/
.sidebar-area {
    padding: 0 16px 0 65px;
}

/*Inner Pages*/

/*Compare Page*/
.innerSection .accTabheading h2,
.innerSection .card h5::before,
.innerSection .card .card-header a::after {
    color: #2e75b6;
}

.innerSection .card h5::before {
    display: none;
}

.innerSection .card .card-header a::after {
    right: inherit;
    top: 18px;
    /*left: 0;*/
}

.innerSection .card h5 {
    padding-left: 30px;
}

.innerSection .card h5 a {
    color: #2e75b6;
}

.guidSection.innerSection .card-body {
    padding: 15px 10px;
}

.guidSection.innerSection .card-header {
    border-bottom-color: #2e75b6;
    border-bottom: 0;
    padding-bottom: 0;
}

.table-content.compair-table {
    padding: 20px 0 20px;
	padding: 0;
}

.table-scroll {
    padding: 30px 0 0;
}

.table-content table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
}

.table-content tr:nth-child(even) {
    background-color: #fff;
}

.table-content.compair-table tr:nth-child(1) {
    border-top: 0;
}

.table-content.compair-table tr {
    border-bottom: 1px solid #2e75b6;
}

.table-content.compair-table tr td:first-child {
  font-size: 16px;
  padding-left: 0;
  width: 10%;
}

.table-content tr td:first-child {
    font-weight: 700;
    color: #000;
}

.table-content td,
.table-content th {
    border: 0;
    text-align: left;
    padding: 8px;
    font-size: 14px;
}

th.blue-td {
    background: #2e75b6;
    color: #fff;
    font-size: 39px;
    font-weight: 500;
    width: 25%;
    text-align: center;
    /*border-left: 5px solid #fff;*/
}

.table-scroll th:nth-child(2) {
    border-right: 5px solid #fff;
}

.table-content.compair-table tr td {
    padding: 20px;
}

.accordion-inner-btns.down-btns {
    text-align: right;
    margin: 50px 0 0;
}

.accordion-inner-btns.down-btns ul {
    display: inline-block;
}

.accordion-inner-btns.down-btns ul li {
    display: inline-block;
}

.accordion-inner-btns.down-btns ul li::before {
    display: none;
}

.page-template-sadc .map-detail {
    margin-top: 30px;
}

.map-detail p {
    color: #2e75b6;
    font-size: 15px;
    line-height: 20px;
}

.map-detail p a {
    color: #2e75b6;
}

/*Sadc Page*/
.sadcSection .table-scroll {
    padding: 0;
}

.sadcSection .table-content th img {
    width: 80px;
}

.sadcSection .table-content tr {
    border-bottom-color: #d24726;
}

.sadcSection .table-content.compair-table tr td {
    padding: 8px;	
    vertical-align: top;
}

.sadcSection .table-content.compair-table .table6 tr td {
	 width: 10%;
}


/*.sadcSection .table-content.compair-table#table_id_1866 tr td {    
    word-break: break-word;
    max-width: 100px;
}*/

.table-scroll.mar-from-main-text td span {
    display: inline-block;
    max-width: 120px;
}


.sadcSection .table-content.compair-table#table_id_1866 tr td:first-child {
    white-space: nowrap;
}


.sadcSection .table-content td a {
    color: #000;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.sadcSection .table-content td a:hover,
.sadcSection .table-content td a:focus {
    color: #cc3e0f;
    text-decoration: underline !important;
}

#innerSection {
    display: none;
}

#innerSection.active {
    display: block;
}

/*Contact Page*/
.contact-form {
    padding-right: 10%;
}

.contact-form input[type="submit"] {
    background: #5f3b48;
    border-color: #5f3b48;
}

.contact-form input[type="submit"]:hover {
    background: transparent;
    border-color: #5f3b48;
    color: #5f3b48;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5f3b48;
    border-color: #5f3b48;
}


/** Dev Team Start **/
.innerSection.redAccordian .card h5 a {
    color: #cc3e0f;
}

.innerSection.redAccordian .card .card-header a::after {
    color: #cc3e0f;
}

.guidSection.redAccordian.innerSection .card-header {
    border-bottom: 1px solid #cc3e0f;
    padding: 20px 0;
}

.innerSection .card .card-header a::after {
    top: 18px;
    right: 0;
}

.innerSection.blueAccordian .card .card-header a::after {
    right: inherit;
    top: 18px;
    left: 0;
}

.innerSection.redAccordian .card h5 {
    padding-left: 55px;
}

.innerSection.redAccordian .card h5 span {
    font-size: 40px;
    color: #cc3e0f;
    font-weight: 500;
    position: absolute;
    top: 22px;
    left: 0;
}

.preloader {
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
}

.loader {
    position: relative;
    top: 45%;
    display: inline-block;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #cc3e0f;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.entry-footer {
    display: none;
}

/*.select2-results__option {
    box-shadow: inset 0px 1px 8px 2px rgba(255, 255, 255);
    background-color: rgb(255, 255, 255, 0.6);
}
.select2-results__option:hover{
	box-shadow: inset 0px 1px 8px 2px rgba(255, 255, 255);
    background: rgb(255, 255, 255, 0.6) important;
}
#select2-countrySelect-result-oyq1-ll_botswana {
    box-shadow: none;
}
.select2-results__option--highlighted{
	background-color: #fff;
}*/
.current-menu-item {
    background-color: #5f3b48;
}

.current-menu-item a {
    color: #ffffff !important;
}



.page-id-204 select:focus,
.page-id-204 input:focus {
    outline: none;
    box-shadow: none;
}

#s2member-pro-paypal-registration-submit {
    background-color: #5f3b48;
    border-color: #5f3b48;
}

#s2member-pro-paypal-registration-submit:hover,
#s2member-pro-paypal-registration-submit:focus {
    background-color: #ffffff;
    color: #5f3b48;
    box-shadow: none;
    border-color: #5f3b48;
}

.user-login {
    padding: 0;
}

.page-id-204 #s2member-pro-paypal-checkout-form-options-section select {
    width: 60%;
}

.page-id-204 div.s2member-pro-paypal-form-section-title {
    font-size: 18px;
}

.page-id-204 header.entry-header h1 {
    font-size: 30px;
    margin: 0;
}

.page-id-204 #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-div {
    width: 50%;
    float: left;
    padding: 0 5px;
}

label.s2member-pro-paypal-form-card-type-label input {
    opacity: 0;
}

.page-id-204 #s2member-pro-paypal-checkout-form-billing-address-section .s2member-pro-paypal-form-div {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.page-id-204 #s2member-pro-paypal-checkout-submit {
    background-color: #795654;
    border-color: #795654;
}

.page-id-204 #s2member-pro-paypal-checkout-submit:hover,
.page-id-204 #s2member-pro-paypal-checkout-submit:focus {
    background-color: #ffffff;
    border-color: #795654;
    color: #795654;
}

#s2member-pro-paypal-registration-form select {
    width: 60%;
}

#s2member-pro-paypal-registration-form-registration-section .s2member-pro-paypal-form-div {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.country-popup-heading {
    margin-bottom: 20px;
}

.country-popup-heading h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
}

.entry-content {
    margin-top: 20px;
}

.page-id-204 a {
    color: #775652;
    text-decoration: none;
}

/** Dev Team End **/


/*19-08-2019 Start*/
.signup-txt-banner {
    background: #F29200;
    text-align: center;
    padding: 10px 0;
}

.signup-txt-banner span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
}

.signup-txt-banner span a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 5px 7px;
    display: inline-block;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.signup-txt-banner span a:hover {
    background: #fff;
    border-color: #fff;
    color: #F29200;
}

.signup-section h2 {
    font-size: 40px;
    margin: 0 0 20px;
    color: #795654;
}

.signup-section h2 span {
    font-size: 15px;
    display: block;
    color: #888888;
}

.signup-section .card-header {
    border-bottom: 1px solid #000;
    padding-left: 25px;
}

.signup-section .card .card-header a::after {
    top: 11px;
    left: 0;
}

.guidSection.signup-section .card-header a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

.guidSection.signup-section .card-header a span {
    font-size: 14px;
    display: block;
    color: #999;
    font-weight: 500;
    line-height: 22px;
}

.signup-top-txt .card-header {
    padding-left: 0;
}

.signup-top-txt .card-body {
    padding-left: 0;
    padding-right: 0;
}

.signup-top-txt .card .card-header a::after {
    display: none;
}

.signup-top-txt .card-header a {
    cursor: auto;
}

.signup-section #accordion {
    padding: 0;
}

.signup-section #accordion h4 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 0 5px 5px;
}

.signup-section .card {
    padding-top: 25px;
}

.signup-section .card-body {
    padding-top: 30px;
}

.card-signup-txt button {
    display: inline-block;
    background: #795654;
    color: #fff;
    font-size: 18px;
    border: 2px solid #795654;
    padding: 8px 50px;
    line-height: 27px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    margin: 0 70px 0 0;
    vertical-align: middle;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.card-signup-txt button:hover {
    background: transparent;
    color: #795654;
}

.signup-section .card-signup-txt {
    padding: 60px 0 90px;
}

.signup-section .card-signup-txt p {
    font-size: 16px;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    vertical-align: middle;
    color: #43425D;
}

.signup-section .card-signup-txt p a {
    color: #43425D;
}

.card-signup-txt p small {
    display: block;
    font-size: 12px;
    color: #43425D;
}


/*New Banner Style*/
.bannerSection.colored-bg-banner {
    background: #F29200;
}

.bannerSection.colored-bg-banner .topColumn {
    padding: 65px 0 45px;
}

.bannerSection.colored-bg-banner .topColumn h1 {
    text-shadow: inherit;
}

.sub-heading-txt {
    margin: 0 0 40px;
    color: #5f3b48;
}

/*shahil*/
.page-id-204 .bannerSection.colored-bg-banner.default-country {
    background: #5f3b47;
}

.page-id-204 .s2member-pro-paypal-form-section .s2member-pro-paypal-form-div,
.page-id-419 .s2member-pro-paypal-form-section .s2member-pro-paypal-form-div {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.page-id-204 .s2member-pro-paypal-form-section:after,
.page-id-419 .s2member-pro-paypal-form-section:after {
    content: '';
    display: table;
    clear: both;

}

.page-id-204 .register-outer>p,
.page-id-419 .student-subscription-outer>p {
    text-align: right;
}

.page-id-466 .student-subscription-outer>p {
    text-align: right;
}

.page-id-204 .register-outer>p a,
.page-id-419 .student-subscription-outer>p a,
.page-id-466 .student-subscription-outer>p a {
    color: #0a0a0a;
    font-weight: bold;
}

.page-id-204 .register-outer>p a:hover,
.page-id-419 .student-subscription-outer>p a:hover {
    text-decoration: underline;
}

.page-id-204 .mainWrapper .sub-heading-txt,
.page-id-419 .mainWrapper .sub-heading-txt {
    color: #000;
}

.page-id-204 #s2member-pro-paypal-checkout-form-options-section select,
.page-id-419 #s2member-pro-paypal-checkout-form-options-section select {
    width: 100%;
}

.page-id-204 .s2member-pro-paypal-form-section .s2member-pro-paypal-checkout-form-card-type-div,
.page-id-419 .s2member-pro-paypal-form-section .s2member-pro-paypal-checkout-form-card-type-div {
    width: 100%;
}

.page-id-204 .register-outer,
.page-id-419 .student-subscription-outer {
    padding: 24px 0 70px;
}

.page-id-466 .student-subscription-outer {
    padding: 24px 0 70px;
}

.page-id-204 div.s2member-pro-paypal-form-section-title {
    color: #000;
    border-color: #999093 !important;
}

.page-id-419 div.s2member-pro-paypal-form-section-title {
    color: #000;
    border-color: #91bbd1 !important;
}

.page-id-204 div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div label span,
.page-id-419 div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div label span {
    color: #474654;
    display: inline-block;
    margin: 0 0 4px;
}

.page-id-419 .bannerSection.colored-bg-banner.default-country {
    background: #0071c1;
}

.page-id-419 .form-control:focus {
    border-color: #0071c1;
}

.page-id-204 .student-subscription-outer #s2member-pro-paypal-checkout-submit {
    background: #603a47;
    border-color: #603a47;
}

.page-id-204 .student-subscription-outer #s2member-pro-paypal-checkout-submit:hover {
    border-color: #603a47;
}

.page-id-419 .student-subscription-outer #s2member-pro-paypal-checkout-submit {
    background: #0071c1;
    border-color: #0071c1;
}

.page-id-419 .student-subscription-outer #s2member-pro-paypal-checkout-submit:hover {
    border-color: #0071c1;
}

.page-id-204 .s2member-pro-paypal-form-section .s2member-pro-paypal-checkout-form-submit-div,
.page-id-419 .s2member-pro-paypal-form-section .s2member-pro-paypal-checkout-form-submit-div {
    text-align: right;
    width: 100%;
    float: none;
}

.page-id-452 .bannerSection.colored-bg-banner.default-country {
    background: #993515;
}

.page-id-419 .student-subscription-outer #s2member-pro-paypal-checkout-form-description-div,
.page-id-419 .student-subscription-outer #s2member-pro-paypal-checkout-form-custom-fields-section,
.page-id-419 .student-subscription-outer #s2member-pro-paypal-checkout-form-billing-method-section {
    padding: 0;
}

.page-id-419 .student-subscription-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-section-title,
.page-id-419 .student-subscription-outer #s2member-pro-paypal-checkout-form-billing-address-section-title,
.page-id-419 .student-subscription-outer #s2member-pro-paypal-checkout-form-submission-section-title {
    width: 100%;
}

.page-id-419 .student-subscription-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-div {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

.cstmFormpage__SectionTitle {
    font-size: 150%;
    text-align: left;
    min-height: 22px;
    margin: 0 0 25px 0;
    border: 1px solid #b79b98;
    padding: 10px 0 10px 0;
    border-width: 0 0 1px 0;
    font-weight: 600;
    font-size: 20px;
}

.cstmFormpage .form-group label.error {
    color: red;
    font-size: 13px;
    margin: 3px 0 0 0;
}

.cstmFormpage__sctntop {
    margin: 0 0 26px;
}

.cstmFormpage .group-subscription-outer {
    padding: 50px 0 70px;
}

.cstmFormpage__Sectionsbtitle {
    font-weight: 600;
    margin: 0 0 20px;
}

.CstmFormbtn {
    text-align: right;
}

.CstmFormbtn input {
    background: #973613;
    border-color: #973613;
}

.CstmFormbtn input:hover,
.CstmFormbtn input:focus,
.CstmFormbtn input:not(:disabled):not(.disabled):active {
    background: transparent;
    color: #973613;
    border-color: #973613;
    box-shadow: none !important;
}

.inline-radiobox .customCheckbox {
    margin: 0 25px 0 0;
}


.commonExercicediv__inner {
    position: relative;
    padding: 40px 0 20px;
    border-top: 1px solid #993515;
    margin: 20px 0 0;
}

.group-subscription-outer .remove {
    position: absolute;
    top: 13px;
    right: 10px;
    background: #993515;
    border: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-weight: bold;
}

.group-subscription-outer .remove:hover {
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.26);
}

.page-id-438 .bannerSection.colored-bg-banner {
    background: #993515;
}

.page-id-438 #group_member_form #group_submit,
.page-id-438 #add_exercise {
    background: #993515;
    border: 1px solid #993515;
}

.customCheckbox {
    margin: 0 0 10px;
}

.customCheckbox [type="radio"]:checked,
.customCheckbox [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.customCheckbox [type="radio"]:checked+.customCheckbox__Label,
.customCheckbox [type="radio"]:not(:checked)+.customCheckbox__Label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

.customCheckbox [type="radio"]:checked+.customCheckbox__Label:before,
.customCheckbox [type="radio"]:not(:checked)+.customCheckbox__Label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #993515;
    border-radius: 100%;
    background: #fff;
}

.customCheckbox [type="radio"]:checked+.customCheckbox__Label:after,
.customCheckbox [type="radio"]:not(:checked)+.customCheckbox__Label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #993515;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.customCheckbox [type="radio"]:not(:checked)+.customCheckbox__Label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.customCheckbox[type="radio"]:checked+.customCheckbox__Label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.centerHeadingCmn {
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0 15px;
}

.commonselect_student {
    font-size: 13px;
    width: 140px;
    margin: 0 auto;
}

.page-id-452 .cstmFormpage__SectionTitle {
    text-transform: uppercase;
}

.maincntntPrsnSctn {
    margin: 0 0 20px;
}

.textCenter__md {
    text-align: center;
}

.page-id-438 select.form-control.subscription_type,
.page-id-419 select.form-control,
.page-id-204 select.form-control {
    padding: .375rem 2rem .375rem .75rem !important;
}


.page-id-204 .s2member-pro-paypal-form-custom-reg-field-gender-div.s2member-pro-paypal-checkout-form-custom-reg-field-gender-div,
.page-id-419 .s2member-pro-paypal-form-custom-reg-field-gender-div.s2member-pro-paypal-checkout-form-custom-reg-field-gender-div {
    min-height: 80px;
}

.page-id-204 div.s2member-pro-paypal-form-section>.s2member-pro-paypal-form-custom-reg-field-gender-div.s2member-pro-paypal-checkout-form-custom-reg-field-gender-div label span,
.page-id-419 .s2member-pro-paypal-form-custom-reg-field-gender-div.s2member-pro-paypal-checkout-form-custom-reg-field-gender-div label span {

    margin: 0 0 9px 0;
}

.page-id-204 label.s2member-pro-paypal-form-card-type-label.s2member-pro-paypal-checkout-form-card-type-label,
.page-id-419 label.s2member-pro-paypal-form-card-type-label.s2member-pro-paypal-checkout-form-card-type-label,
label.s2member-pro-paypal-form-card-type-label.s2member-pro-paypal-checkout-form-card-type-label {
    width: 54px;
    height: 34px;
    margin: 8px 7px;
    border: 2px solid transparent;
    position: relative;
}

.s2mamber_card_active {
    border: 2px solid #5f3b47 !important;
}

.s2mamber_card_active:after {
    content: "\2713";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #5f3b47;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;

}

.totalCount__holder {
    border: 1px solid #b79b98;
    padding: 10px 0 10px 0;
    border-width: 0 0 1px 0;
}

.totalCount__holder h5 {
    font-weight: 600;
}

.totalCount__companyname {
    border-bottom: 1px solid #b79b98;
    padding: 0 0 7px;
    margin: 0 0 30px;
}

.totalCount__holdernobrdr {
    border: 0;
    padding: 0;
    margin: 0 0 10px;
}

.totalCount__holder span.total_count p {
    margin: 0;
}

.totalCount__holdernobrdr .total_count p {
    font-weight: 600;
}

.group__subscription2 .sub-heading-txt {
    margin: 0 0 10px;
    font-weight: 600;
}

.page-id-204 input#s2member-pro-paypal-checkout-custom-reg-field-gender---1,
.page-id-419 input#s2member-pro-paypal-checkout-custom-reg-field-gender---1 {
    margin: 0 0 0 19px;
}

.alert.alert-danger.enquire_danger,
.alert.alert-success.enquire_success {
    margin: 20px 0 0 0;
}

.page-id-306 .my-profile-outer .div-links {
    padding: 0;
}

div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div {
    padding: 0 5px;
}

.page-id-409 .modify-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-section-title,
.page-id-409 .modify-outer #s2member-pro-paypal-checkout-form-submission-section-title,
.page-id-409 .modify-outer #s2member-pro-paypal-checkout-form-billing-address-section-title {
    width: 100%;
}

.page-id-409 .modify-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-div,
.page-id-409 .modify-outer #s2member-pro-paypal-checkout-form-billing-address-section .s2member-pro-paypal-form-div {
    padding: 0 5px;
}

.page-id-409 .modify-outer #s2member-pro-paypal-checkout-form-billing-method-section {
    padding: 0;
}



/*shahil ends here*/


/*****11-09-2019********/
/* navdeep bhai css ends here */
/*20-8-19 Start*/
.user-login ul li {
    padding: 0 12px;
    /* border-right: 2px solid #8a6b6a; */
}

.user-login ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.form-control:focus {
    border-color: #5f3b48;
    box-shadow: inherit;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/down-select-arrow.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
}


/*Profile Page Start*/
.my-profile-outer {
    padding: 70px 0;
}

.my-profile-outer #ws-plugin--s2member-profile-saved {
    font-weight: bold;
    font-size: 110%;
    width: 96%;
    margin: 0 auto 22px;
}

.my-profile-outer form table tr td {
    display: block;
}

.my-profile-outer form table tr:nth-child(-n+10) {
    display: inline-block;
    width: 50%;
    padding: 0 5px;
    margin: 0 -4px 0 0;
}

.my-profile-outer form#ws-plugin--s2member-profile table tr:nth-child(-n+6) label input,
.my-profile-outer form#ws-plugin--s2member-profile table tr:nth-child(-n+6) select {
    margin: 5px 0 0;
}

.my-profile-outer form table tr:nth-last-child(-n+3) {
    padding: 0 5px;
    display: block;
}

.my-profile-outer form table tr:nth-last-child(3) {
    margin: 25px 0 15px;
}

.my-profile-outer form table tr:nth-last-child(2) {
    padding: 0;
}

.my-profile-outer form table tr:nth-last-child(2) td label {
    width: 50%;
    display: inline-block !important;
    margin: 0 -4px 0 0;
    padding: 0 5px;
}

.my-profile-outer form#ws-plugin--s2member-profile table tr:nth-last-child(2) td label input {
    margin: 10px 0 0;
    display: block;
}

.my-profile-outer form table tr:nth-last-child(2) #ws-plugin--s2member-profile-password-strength {
    width: 100%;
    margin: 20px auto 10px;
    padding: 7px 20px;
}

.my-profile-outer form#ws-plugin--s2member-profile table tr:last-child input[type="submit"] {
    width: auto;
    background: #5f3b48;
    border-color: #5f3b48;
}

.my-profile-outer form#ws-plugin--s2member-profile table tr:last-child input[type="submit"]:hover {
    background: transparent;
    border-color: #5f3b48;
    color: #5f3b48;
}

.div-links {
    padding: 0 2%;
}

.div-links p {
    display: inline-block;
    margin: 0 20px 0 0;
}

.div-links p a {
    color: #5f3b48;
}


/*Modify Subscription Page Start*/
.modify-outer {
    padding: 70px 0;
}

.modify-outer a,
.student-subscription-outer a {
    color: #5f3b48;
}

.modify-outer #s2member-pro-paypal-checkout-form-description-section {
    margin: 0;
}

.modify-outer #s2member-pro-paypal-checkout-form-description-div {
    padding: 0 2%;
}

.modify-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-section-title,
.modify-outer #s2member-pro-paypal-checkout-form-billing-address-section-title,
.modify-outer #s2member-pro-paypal-checkout-form-submission-section-title {
    width: 96%;
    margin: 0 auto 25px;
}

.modify-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-div {
    width: 50%;
    display: inline-block;
    margin: 0 -4px 15px 0;
    padding: 0 2%;
}

.modify-outer #s2member-pro-paypal-checkout-form-billing-method-section {
    padding: 0 2%;
}

.modify-outer #s2member-pro-paypal-checkout-form-billing-address-section .s2member-pro-paypal-form-div {
    width: 50%;
    display: inline-block !important;
    margin: 0 -4px 15px 0;
    padding: 0 2%;
}

.modify-outer #s2member-pro-paypal-checkout-submit {
    width: auto;
    background: #5f3b48;
    border-color: #5f3b48;
}

.modify-outer #s2member-pro-paypal-checkout-submit:hover {
    background: transparent;
    border-color: #5f3b48;
    color: #5f3b48;
}

.modify-outer #s2member-pro-paypal-checkout-submit[type="image"],
.student-subscription-outer #s2member-pro-paypal-checkout-submit[type="image"] {
    width: auto;
    background: transparent;
    border-color: 0;
}

.modify-outer #s2member-pro-paypal-checkout-submit[type="image"]:hover,
.student-subscription-outer #s2member-pro-paypal-checkout-submit[type="image"]:hover {
    background: transparent;
    border-color: 0;
}


/*Cancel Subscription Page Start*/
.cancel-subscription-outer {
    padding: 70px 0;
}

.cancel-subscription-outer #s2member-pro-paypal-cancellation-submit {
    width: auto;
    background: #5f3b48;
    border-color: #5f3b48;
    color: #fff;
}

.cancel-subscription-outer #s2member-pro-paypal-cancellation-submit:hover {
    background: transparent;
    border-color: #5f3b48;
    color: #5f3b48;
}

/*Student Subscription Page Start*/
.student-subscription-outer {
    padding: 70px 0;
}

.student-subscription-outer #s2member-pro-paypal-checkout-form-description-section {
    margin: 0;
}

.student-subscription-outer #s2member-pro-paypal-checkout-form-description-div,
.student-subscription-outer #s2member-pro-paypal-checkout-form-custom-fields-section {
    padding: 0 2%;
}

.student-subscription-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-section-title,
.student-subscription-outer #s2member-pro-paypal-checkout-form-billing-address-section-title,
.student-subscription-outer #s2member-pro-paypal-checkout-form-submission-section-title {
    width: 96%;
    margin: 0 auto 25px;
}

.student-subscription-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-div {
    width: 50%;
    display: inline-block;
    margin: 0 -4px 15px 0;
    padding: 0 2%;
}

.student-subscription-outer #s2member-pro-paypal-checkout-form-billing-method-section {
    padding: 0 2%;
}

.student-subscription-outer #s2member-pro-paypal-checkout-form-billing-address-section .s2member-pro-paypal-form-div {
    width: 50%;
    display: inline-block !important;
    margin: 0 -4px 15px 0;
    padding: 0 2%;
}

.student-subscription-outer #s2member-pro-paypal-checkout-submit {
    width: auto;
    background: #5f3b48;
    border-color: #5f3b48;
}

.student-subscription-outer #s2member-pro-paypal-checkout-submit:hover {
    background: transparent;
    border-color: #5f3b48;
    color: #5f3b48;
}

/*Sign Up Page Start*/
.register-outer {
    padding: 70px 0;
}

.register-outer #s2member-pro-paypal-registration-form-password-div {
    width: 100%;
    vertical-align: bottom;
}

.register-outer #s2member-pro-paypal-registration-form-password-label {
    display: inline-block;
    width: 50%;
    margin: 0 -4px 0 0;
    padding-right: 0.4%;
}

.register-outer #s2member-pro-paypal-registration-form-password-div #s2member-pro-paypal-registration-password2 {
    width: 49.5%;
    margin: 0 -4px 0 0.5%;
    display: inline-block;
}

.register-outer .ws-plugin--s2member-password-strength {
    margin: 15px 0 0;
    padding: 5px 15px;
    width: 100%;
    display: inline-block;
}

/*Group Subscription Page Start*/
.group-subscription-outer {
    padding: 70px 0;
}

.group-subscription-outer.group__subscription2 {
    padding: 30px 0 50px;
}

#group_member_form {
    margin: 0;
}

#group_member_form #exercises {
    width: 100%;
    display: inline-block;
    padding: 15px 0 0;
}

#group_member_form label.error {
    color: #df4040;
    font-size: 14px;
    margin: 2px 0 0;
}

.group-subscription-outer textarea {
    resize: none;
    height: 170px;
}

.user-list-text {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
}

.exercise {
    position: relative;
}

.extra-field-user {
    width: 100%;
    position: relative;
}

/* .exercise ~ .exercise {
    padding: 0 40px 0 0;
} */
.exercise .remove {
    position: absolute;
    right: -30px;
    top: 0;
    background: #df4040;
    color: #fff;
    border: 1px solid #df4040;
    padding: 0 0 5px;
    line-height: 15px;
    width: 34px;
    height: 37px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
}

.exercise .remove:hover {
    background: transparent;
    color: #df4040;
    border-color: #df4040;
}

.user-add-button {
    margin: 5px 0 20px;
    text-align: right;
}

#group_member_form #group_submit,
#add_exercise {
    width: auto;
    background: #5f3b48;
    border: 1px solid #5f3b48;
    color: #fff;
    padding: 6px 35px;
    cursor: pointer;
    border-radius: 5px;
    float: none;
    display: inline-block;
}

#group_member_form #group_submit:hover,
#add_exercise:hover {
    background: transparent;
    border-color: #5f3b48;
    color: #5f3b48;
}

/* navdeep bhai css ends here */

/*18-9-19*/


.page-id-204 div.s2member-pro-paypal-form-section {
    text-align: left;
    /*margin: 39px 0 0 0;*/
    margin: 0px 0 0 0;
}

/**new_css**/
#s2member-pro-paypal-registration-form-custom-reg-field-gender-div {
    min-height: 66px
}

.page-id-204 #s2member-pro-paypal-registration-form select {
    width: 100%;
}

/***/
.page-id-419 div.s2member-pro-paypal-form-section-title {
    font-size: 18px;
}

.topColumn {
    padding: 120px 0 170px;
}

.bannerSection.default-country {
    background-position: bottom center !important;
}

.btmColumn h2 {
    padding: 70px 0;
    margin: 0;
}

.bannerSection.inner-banner {
    min-height: auto;
}

.page-id-419 div.s2member-pro-paypal-form-section {
    margin: 33px 0 0 0;
}

/*18-9-19*/

/*19-9-19*/

.my-profile-outer p {
    margin-left: 0 !important;
}

/*19-9-19*/
/*20-9-19*/
.subscrptn__pagetitle {
    text-align: center;
    color: #000;
    max-width: 716px;
    margin: 0 auto 40px;
    width: 100%;
    font-size: 25px;
    line-height: 36px;
}

.SbscrptnOptn__hdnghldr {
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px;
}

.SbscrptnOptn__pagetitle {
    font-weight: 600;
    font-size: 33px;
    margin: 0;
}

.fortndytrl {
    text-align: center;
    padding: 14px 20px;
    margin: 20px 0;
    border: 1px solid #d18e33;
    border-radius: 15px;
    display: inline-block;
    margin: 0 auto;
}

.fortndytrl__title {
    font-size: 29px;
    margin: 0;
}

.cstmfeaturebox {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding: 60px 15px 0;
}

.cstmfeaturebox p {
    font-size: 21px;
}

.cstmfeaturebox__title {
    font-size: 39px;
    margin: 0 0 30px;
}

.cstmpricebx {
    text-align: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.cstmpricebx--holder {
    padding: 0 0 30px;
}

.cstmpricebx--darkpink .cstmpricebx__header {
    background: #5f3b47;
}

.cstmpricebx--blue .cstmpricebx__header {
    background: #0071c1;
}

.cstmpricebx--brown .cstmpricebx__header {
    background: #993515;
}

.cstmpricebx--darkpink {
    border-bottom: 1px solid #5f3b47;
}

.cstmpricebx--blue {
    border-bottom: 1px solid #0071c1;
}

.cstmpricebx--brown {
    border-bottom: 1px solid #993515;
}

.cstmpricebx .btn-primary {
    margin: 20px 0 0;
    color: #fff;
}

.cstmpricebx .btn-primary:focus,
.cstmpricebx .btn-primary:hover {
    text-shadow: none;
}

.cstmpricebx--darkpink .btn-primary {
    background: #5f3b47;
    border-color: #5f3b47;
}

.cstmpricebx--blue .btn-primary {
    background: #0071c1;
    border-color: #0071c1;
}

.cstmpricebx--brown .btn-primary {
    background: #993515;
    border-color: #993515;
}

.cstmpricebx--darkpink .btn-primary:hover {
    background: transparent;
    color: #5f3b47;
    border-color: #5f3b47;

}

.cstmpricebx--blue .btn-primary:hover {
    background: transparent;
    color: #0071c1;
    border-color: #0071c1;

}

.cstmpricebx--brown .btn-primary:hover {
    background: transparent;
    color: #993515;
    border-color: #993515;

}

.cstmpricebx__header {
    padding: 37px 15px;
}

.cstmpricebx__header .cstmpricebx__title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cstmpricebx__header .cstmpricebx__title span {
    display: block;
    font-weight: 400;
}

.cstmpricebx__body {
    padding: 35px 15px;
}

.cstmpricebx__duration {
    font-weight: 700;
    font-size: 22px;
}

.cstmpricebx__annually {
    font-size: 18px;
}

.cstmpricebx__body--cntnt {
    min-height: 100px;
}

.banner_bottom .bannerSection {
    padding-bottom: 60px;
}

/*20-9-19*/
.guidSection.home-contect-area {
    /* padding: 120px 0 100px; */
    background: #e5dddb;
}

.county-banner-space {
    padding: 120px 0px;
}

/*3-10-19*/
.client_section {
    padding: 20px 0;
    margin: 60px 0 0 0;
}

.parnter_head h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.client_section .slick-slide img {
    display: inline-block;
    max-height: 55px;
}

.client_section .slick-slide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
}

.client_section .slick-slide {
    text-align: center;
    border-right: 2px solid #e5dddb;
    padding: 0 30px;
    height: auto;
}

.client_section .slick-slide:last-child {
    border-right: none;
}

/*3-10-19*/

/*4-10-19*/
.image-title {
    display: inline-block;
    color: #fff;
}

.image-title h6 {
    font-size: 9px;
}

.footer__img {
    height: 35px;
    margin: 0 10px 0;
    max-width: 100%;
    vertical-align: middle;
}

.footer__ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer__ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer__ul li span {
    font-size: 11px;
    display: block;
    padding: 0;
}

.footer__ul li:last-child span {
    border: 0;
}

.no-padding {
    padding: 0 !important;
}

.mainWrapper.footerfixbtm .bannerSection.inner-banner.default-country {
    margin-bottom: 190px;
}

.contactpageform {
    padding: 60px 0 0;
}

/*4-10-19*/

/*7-10-19*/
.mainfooter__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainfooter__list li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.mainfooter__list li img {
    width: 100%;
    max-width: 150px;
}

.country__popheading2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #f79d01;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.country-popup-heading h3 span {
    color: #f79d01;
    display: inline-block;
    margin: 0 4px 0 0;
}

.country__popheading2 .pop-up-share li a img {
    width: 16px;
}

.country__popheading2 .pop-up-share p {
    margin: 0;
    font-size: 12px;
}

.fundamental--footer {
    border-top: 2px solid #f79d01;
    padding-top: 20px;
}

.contact_label {
    color: #f79d01;
}

.contact_label label {
    color: #212529;
}

ul.pop_up__footer {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.pop_up__footer li {
    margin-right: 10px;
    font-size: 9px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pop_up__footer li span {
    margin-right: 6px;
}

.pop_up__footer li img {
    max-height: 30px;
}

.about-sadc {
    position: absolute;
    top: 150px;
    left: 130px;
    right: auto;
}

.about-sadc a {
    background: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    color: #cc3e0f;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.contact-form {
    margin-top: 15px;
}

/*7-10-19*/

/* 26sep2019 */
.mainWrapper.footerfixbtm {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footerfixbtm footer {
    margin-top: auto;
}


.slider div {
    text-align: center;
    width: 234px;
    float: left;
    position: relative;
    padding: 0 20px;
    min-height: 80px;
    text-align: center;
    /* border-right: 2px solid #e5dddb; */
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider div img {
    border: none;
    max-height: 55px;
    max-width: 100%;
    height: auto;
}

.caroufredsel_wrapper {
    width: 100%;
    overflow: hidden;
    max-width: calc(100% - 5px);
    margin: 0 auto;
}



.page-id-6 .bannerSection.default-country {
    background: #fff;
}

.page-id-6 .bannerSection.default-country .divImg img {
    width: 100%;
}

/*** 30april *****/
.bannerSection.default-country .slick-slide {
    height: inherit;
}

.page-template-home .bannerSection.default-country .divImg {
    background-size: cover;
    background-repeat: no-repeat;
    height: 345px;
}

.page-template-home .bannerSection.default-country ul.slick-dots li {
    display: inline-block;
}

.page-template-home .bannerSection.default-country ul.slick-dots {
    position: absolute;
    right: 8px;
    top: 15px;
    text-align: center;
    margin: 0;
}

.page-template-home .bannerSection.default-country ul.slick-dots li {
    margin: 0 0.25rem;
}

.page-template-home .bannerSection.default-country ul.slick-dots button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 100%;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.82);
    border: 0;
}

.page-template-home .bannerSection.default-country ul.slick-dots li.slick-active button,
.page-id-6 .bannerSection.default-country ul.slick-dots button:hover {
    background: #f79d01;
}

.page-template-home .bannerSection.default-country ul.slick-dots button:focus {
    outline: none;
}

.page-id-204 .sub-heading-txt {
    padding-bottom: 40px;
}

.covid::after {
    content: '+';
    right: 0px;
    position: absolute;
    color: #cc3e0f;
}

.covid-minus::after {
    content: '-';
    right: 0px;
    position: absolute;
    color: #cc3e0f;
}

.laws::after {
    content: '-';
    right: 0px;
    position: absolute;
    color: #000;
}

.laws-plus::after {
    content: '+';
    right: 0px;
    position: absolute;
    color: #000;
}

.down-btns.lawsShare {
    position: absolute;
    right: 0;
}

#lawbtn {
    color: #000;
}

#covidbtn {
    color: #cc3e0f;
}

.accTabheading .coviddwnld {
    margin: 0px;
    right: 45px;
    position: absolute;
    top: 7px;
}

/**** Covid19 Table css ***/

.covid_table {
    position: relative;
}

.top-head,
.covid_block {
    display: flex;
    border-bottom: 2px solid #cc3e0f;
}

.top-head {
    border: #cc3e0f solid;
    border-width: 2px 0;
    padding: 20px 0;
    font-weight: bold;
}

.covid_table .top-head li {
    padding-right: 40px;
}

.covid_table .top-head div.td1 {
    align-self: flex-start;
    padding: 10px;
}

div.td1 {
    width: 100%;
    max-width: 120px;
    align-self: center;
}

.covid_ul_inner {
    max-width: calc(100% - 120px);
    display: flex;
    list-style: none;
    width: 100%;
}

.covid_ul_inner>li {
    padding: 10px;
    /* width: 49%;*/
    vertical-align: top;
    position: relative;
}

/* .covid_block ul {
            padding-left: 20px;
        } */

.covid_ul_inner>li>ul>li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.covid_ul_inner>li>ul {
    padding-left: 20px;
}

.nxtBtn {
    position: absolute;
    right: 0;
    top: -10px;
    background: none;
    cursor: pointer;
    border-style: none;

}

.hiddenbtn {
    display: none;
}

.covid19main .card h5 a {
    color: #cc3e0f;
}

.covid19main .card h5::before {
    color: #cc3e0f;
}

.covid19main .card .card-header a::after {
    color: #cc3e0f;
}

.covid19main .card-header {
    border-bottom: 3px solid #cc3e0f !important;
}

.covidmain-sidebar p {
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 20px;
}

.count {
    font-size: 1rem;
}

.covidmain-sidebar .covidImg {
    text-align: center;
}

.page-template-sadc .covidmain-sidebar {
    margin-bottom: 20px;
}

.covidCompareTbl th.blue-td {
    background: #cc3e0f;

}

.covidCompareTbl tr {
    border-bottom: 3px solid #cc3e0f !important;
}

.covidcomp .down-btns {
    position: absolute;
    top: 10px;
    right: 0px;
}

.covidcomp .mr-auto {
    color: #cc3e0f !important;
}

.covidcomp .covidmain-sidebar {
    margin-right: 15px;
}

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

#s2member-pro-paypal-registration-form-submission-section-title {
    margin-top: 15px;
}

/** 13may2020 **/
.bannerSection.signUpPage {
    height: 460px;
}

.signUpPage .topColumn h1 {
    color: #fff;
}

.page-template-register #s2member-pro-paypal-registration-form-submission-section-title {
    display: none;
}

.signUpPage .imgSec {
    margin-top: 40px;
}

.signUpPage .imgSec img {
    max-width: 250px;
}

.sgnbtn {
    background-color: #5f3b48;
    border: none;
    color: #fff !important;
    padding: 11px 31px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 25px;
    cursor: pointer;
    width: 180px;
    height: 45px;
    border-radius: 8px;
}

.sgnbtn:hover,
.sgnbtn:focus {
    color: #5f3b48 !important;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #5f3b48;
}

.signupBtn p {
    color: #000;
    font-size: 15px;
}

.signupBtn p a {
    color: #000;
}

.signupContent p {
    font-size: 20px;
    margin-top: 20px;
}

.signupContent {
    margin-top: 40px;
}

.page-id-204 #s2member-pro-paypal-registration-form select {
    width: 100%;
    background-color: #5f3b48;
    color: #fff;
}

.covidTitleDiv {
    border-bottom: 3px solid #cc3e0f;
}

.covid19main .down-btns li a img {
    margin-top: 15px;
}

.cvdCntry,
.cvdPhn,
.cvdMail {
    color: #cc3e0f !important;
}

.DashbordSec {
    text-align: center;
    margin-top: 50px;
}

.DashbordSec {
    position: relative;
}

.textDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.DashbordSec img {
    width: 100%;
}

.textDiv p {
    color: #fff;
    font-size: 19px;
    text-align: left;
}

.textDivInner a {
    background: #cc3e10;
    color: #fff;
    /* padding: 0 25px;*/
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 7px;
    text-decoration: none;
    width: 100%;
    border: 1px solid #fff;
}

.textDivInner {
    max-width: 70%;
    margin: auto;
}

.freeSignUp {
    background-color: #5f3b48;
    color: #fff !important;
    padding: 3px 10px 3px 10px !important;
    border-radius: 7px;
    text-decoration: none !important;
}

.freeSignUp:hover {
    border-bottom-color: #5f3b48;
    /* !important; */
}

.covidTitleDiv p {
    color: #cc3e0f;
    position: absolute;
    top: 50px;
    font-size: 12px;
}

.DashbordTop {
    margin-bottom: 50px;
}

.SadcLawMain {
    margin-top: 55px;
}

#selectLanguage>a:hover {
    border: none !important;
}

.languageBox {
    display: none;
    position: absolute;
    background: #5d3b47;
    width: 135px;
    right: 45px;
    top: 53px;
    top: 28px;
    height: inherit;
    z-index: 2;
    padding: 0 0 2px;
}

.languageBox::before {
    position: absolute;
    content: "";
    right: 48.2% !important;
    top: -4px;
    background: #5d3b47;
    ;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

.languageBox span {
    display: block;
    margin: 2px 0;
}

.languageBox span img {
    margin-right: 5px;
}

.languageBox span a {
    color: #fff !important;
    margin-left: 15px;
    font-size: 12px !important;

}

.languageBox span:not(:last-child) a {
    border-bottom: 1px solid #987c86;
}

.languageBox span a:hover {
    border-color: transparent;
}

.navbar {
    position: unset;
    /* align-content */
}

.homesgnbtn {
    background-color: #5f3b48;
    border: none;
    color: #fff !important;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 18px;
    cursor: pointer;
    /* width: 180px; */
    height: 45px;
    border-radius: 6px;
}

.homesgnbtn:hover,
.sgnbtn:focus {
    color: #5f3b48 !important;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
    text-decoration: none;
}

.ft_logo #img0 {
    width: 65px;
    height: auto;
}

.compare-covidmain-sidebar {
    border-bottom: 1px solid #cc3e0f;
    margin-bottom: 20px;
    font-size: 13px;
}

.compare-covidmain-sidebar img {
    margin-bottom: 20px;
}

.covidmain-sidebar .covidImg img {
    max-width: 100%;
    width: auto;
}

/** 1 June 2020 **/
nav.mainhead .container {
    max-width: 90%;
    max-width: calc(100% - calc(10vw + 40px));
}

.topRow .container {
    max-width: 90%;
    max-width: calc(100% - 10vw);
}

.topRow a.logo img {
    max-height: 61px;
    width: 200px;
}

/*.logo-img a {
    margin-left: 10px;
}*/
/*.topRow .logo {
    margin: 20px 0 0 0px;
}*/

.languageBox span a {
    display: block;
    /* margin-right: 15px;*/
}

.languageBox::before {
    right: 24.2%;
}

.login-banner {
    background-image: url('https://www.sadclabourlawguide.spsf.org.bw/wp-content/uploads/2020/06/LLG-gavel-pic-hi-res-e1591210021275.jpg');
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover;

}

.profileBanner {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover;
}

/** 11 09 2020*/
#s2member-pro-paypal-registration-form-custom-reg-field-other-specify-div {
    width: 25%;
    height: 335px;
}

#s2member-pro-paypal-registration-form-custom-reg-field-organizations-type-div {
    width: 25%;
}

#s2member-pro-paypal-registration-form-custom-reg-field-gender-div {
    width: 50%;
}



div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input[type="radio"] {
    position: relative;
    width: 20px;
    margin: -22px 0px 0 0px !important;
    height: 18px;
    opacity: 0;
    z-index: 9;
    top: 20px;
    display: inline-block;
    cursor: pointer;
}

div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input[type="radio"] {
    margin: -5px 0px 0 0px !important;
    width: 100%
}

div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input[type="radio"]+label.ws-plugin--s2member-custom-reg-field-op-l {
    position: relative;
    z-index: 0;
    opacity: 1;
}

div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input[type="radio"]+label.ws-plugin--s2member-custom-reg-field-op-l:before {
    width: 20px;
    height: 20px;
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #C3C0CF;
    padding: 0;
    display: inline-block;
    position: relative;
    bottom: 3px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 0;
}

div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input[type="radio"]+label.ws-plugin--s2member-custom-reg-field-op-l:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 2px solid #C3C0CF;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: top;
    text-align: center;
    vertical-align: middle;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}

div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input[type="radio"]:checked+label:before {
    background-color: #5f3b48;
    box-shadow: inset 0 0 0 2px #f4f4f4;
    border-color: #5f3b48;
}

.timerCounter {
    font-size: 17px !important;
    color: #f79d01 !important;
    font-weight: 700;
}

.home_map svg {
    width: auto !important;
}

.page-template-country .fundamental-content {
    text-align: justify;
}

.page-template-country .guidSection .card-body {
    text-align: justify;

}

.navClose_wrapper {
    display: none
}

.mobileView.d-flex.align-items-end {
    margin-left: auto;
}

.fr-FR .DashbordSec img {
    width: 100%;
    height: 250px;
}

/* .mainWrapper {
    flex-direction: column;
    display: flex;
    height: 100%;
}
footer {
    margin-top: auto;
} */
.fr-FR .topColumn {
    padding: 50px 0 170px;
}

header .user-login {
    padding: 0;
}

/*  17/10/20233*/


.img-fluid:hover {
    opacity: 0.7;
}

/* header{
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
} */
header.header__fixed .topRow a.logo img {
    width: 70px;
}

.topRow a.logo img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.homme_map svg#Map {
    max-width: 400px !important;


}

.DashbordSec {
    display: none;
}

.hover_ctnt {
    display: none;
    text-decoration: none;

}

.gap {
    padding-right: 18px;
    position: relative;
    height: 100px;
    width: 100px;
    text-align: center
}

.gap:hover .hover_ctnt {
    display: block;

}

.gap-issue {
    margin-right: 18px;
    /* Introduce a margin to create the gap issue */
    position: relative;
    z-index: 1;
    /* Ensure this element stays on top when hovered */
}


/* nov 6 */
.footertop {
    padding: 30px 0;
}

.footertop__menu {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.footertop__title {
    font-size: 12px;
}
.footertop__menu li a {
    color: #fff;
    display: block;
    font-size: 12px;
}

.footertop_menubig { 
    max-width: 209px;
    width: 100%;
}

.footertop__title {
    margin-bottom: 10px;
}

.footer__logoImg {
    font-weight: 700;
    font-size: 17.5px;
    max-width: 250px;
    margin: 0px auto 0;
}

/*  */
.contactLinkBanner {
    padding: 40px 0;
    margin: 0;
}

.contactLinkBanner__left {
    flex: 0 0 calc(100% - 240px);
}

.contactLinkBanner__left p {
    color: #fff;
    font-size: 14px;
    max-width: 475px;
    width: 100%;
}

.contactLinkBanner__right .btn {
    font-size: 16px;
    padding: 8px 30px;
}

.contactLinkBanner__right .btn:focus,
.contactLinkBanner__right .btn:active {
    box-shadow: none !important;
}

.footer__logoImg a {
    display: block;
}


html[lang="pt-pt"] .footer__logoImg,
html[lang="fr-FR"] .footer__logoImg {
    font-size: 12.5px;
    margin-top: 0px;
}

body.scroll {
    overflow: hidden;
}

.footer__logoImg .text-white {
    padding-top: 2px;
}

.row.acpetance_check span {
    display: block;
}

.row.acpetance_check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.row.acpetance_check span input {
    position: relative;
    top: 5px;
}

.page-template-template-pagescontact-php .paltform_points {
    font-size: 26px;
}

div#login form .user-pass-wrap {
    margin-bottom: 10px;
}

div#login form .forgetmenot label {
    display: inline-block;
}

.form-control option:first-child {
    display: none;
}


body.login .navbar {
    margin-bottom: 0;
}

body.login .logo-img a {
    display: block;
}

.contactLinkBanner_row {
    justify-content: space-between;
}

.footertop__menuHolder {
    padding-top: 25px;
}

html[lang="pt-pt"] .footertop__menuHolder {
    padding-top: 33px;
}

html[lang="fr-FR"] .footertop__menuHolder {
    padding-top: 25px;
}

.guidSection.home-contect-area .flexSearchItem,
.guidSection.home-contect-area .homme_map.barchartBox {
    margin: 0;
}

.bannerSection .tv_video {
    position: absolute;
    inset: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
/*     object-position: 50% 30%; */
	  object-position: 0% 50%;
	  
}

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

.footertop__menu li a {
	transition: 0.2s ease-in-out
}
.footertop__menu li a:hover, 
ul.footer__ul li a{
	color: #f79d01 ;
    text-decoration: none;
}
.footertop__menu  .current-menu-item a:hover,
ul.footer__ul li a:hover{
	color: #f79d01 !important; 
}




.fundamental-content ul li > ul {
    list-style-type: square;
}

.page-id-14 .table-scroll.mar-from-main-text td span {
   
    max-width: 100%;
}
span#content_show {
    display: none;
}

/* .page-id-14 .table-scroll.mar-from-main-text td span ul {
    margin-top: 10px;
}



.page-id-14 .table-content table {
    border-collapse: collapse;
    width: 1800px;
}

.page-id-14 .sadcSection .table-scroll {
    padding: 0;
	overflow:hidden;
	overflow-x:auto;
}
.page-id-14 .sadcSection .table-content.compair-table tr td {
	vertical-align: top;
}
.page-id-14 .sadcSection .table-content.compair-table tr td:first-child {
    position: sticky;
    left: 0;
    background-color: #fff;
} */


 span.hide_content {
    display: none !important;		
}

.sadcSection .table-content td a.read-more {
    cursor: pointer;
    margin: 2px 0;
    display: inline-block;
}
.last-update {
    margin: 50px 0;
    padding: 1px;
}
a.read-more {
    text-decoration: none;
    color: #f29d01;
}
span.hide_qus
{
	  display: none !important;	
}
.table-content.compair-table {
  position: relative;
}

.sadcSection .table-scroll {
  overflow: auto;
  max-height: 480px;
}

.table-scroll > table > tbody {
/*   padding-top: 60px; */
  display: block;
}

.table-content.compair-table tr:nth-child(1) {
	position: sticky;
	top: 0;
	z-index:2;
	background-color: #eee;
	width: 100%;
}
.table-content table ul {
    padding-left: 15px;
}
.common_table:not(.table6) tr:nth-child(1) { 
  
	 display: none;
}
.sadcSection .table-content.compair-table .table6 tr:first-child td:first-child {
	font-size: 0;
}
th.compare_thead {
    background: #fff;
}
.page-template-compare .guidSection .card-body table td  p, 
.page-template-compare .guidSection .card-body table td  p strong,
.page-template-compare .guidSection .card-body table td  li {
    text-align: left;
    font-size: 14px;
    color: #212529;
}
/*----------------responsive-------------------*/

@media only screen and (min-width: 992px) {

    html[lang="pt-pt"] .logo-img span,
    html[lang="fr-FR"] .logo-img span {
        font-size: 13px;
        bottom: -23px;
    }

    html[lang="pt-pt"] .guidSection .card-header a,
    html[lang="fr-FR"] .guidSection .card-header a {
        font-size: 27px;
    }


    .navbar-nav.navhead li {
        position: relative;
        border-left: 0;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .navbar-nav.navhead li .nav-link {
        transition: ease 0.3s;
        -webkit-transition: ease 0.3s;
        -moz-transition: ease 0.3s;


    }


    .navbar-nav.navhead li {
        border: 0 !important;
    }

    .navbar-nav.navhead li:last-child {
        border-right: 0 !important;
    }

    /* .navbar-nav.navhead li:before {
        content: "";
        width: 2px;
        background: #8a6b6a;
        position: absolute;
        inset: 0 auto 0 0;
    }

    .navbar-nav.navhead li:last-child:after {
        content: "";
        width: 2px;
        background: #8a6b6a;
        position: absolute;
        inset: 0 0 0 auto;
    } */

    .navbar-nav.navhead li.current-menu-item a:before

    /* , .navbar-nav.navhead li a:hover:before  */
        {
        opacity: 1;
    }

    .navbar-nav.navhead li.current-menu-item:before,
    .navbar-nav.navhead li.current-menu-item+li:before

    /* ,    .navbar-nav.navhead li:hover:before,
    .navbar-nav.navhead li:hover+li:before */
        {
        background: #5f3b48;
    }


    .navbar-nav.navhead li.current-menu-item:last-child:after

    /* ,    .navbar-nav.navhead li:last-child:hover:after  */
        {
        opacity: 0;
    }


}

@media only screen and (max-width: 1240px) {

    /*Group Subscription Page Start*/
    #group_member_form {
        padding: 0 20px;
    }

    .exercise .remove {
        right: -25px;
    }


    .page-id-438 #group_member_form {
        padding: 0;
    }

    .homme_map svg#Map {
        width: 300px !important;

    }
}

@media only screen and (max-width: 1350px) {
    .languageBox {
        right: 20px;
    }
}

@media only screen and (max-width: 1200px) {

    /*New*/
    .top-middle {
        width: 60%;
    }

    .layout_list.large-btn {
        width: 220px;
    }

    .layout_list li {
        margin-bottom: 10px;
    }

    .layout_list.large-btn li a {
        padding: 32.5px 0;
    }

    .layout_list.large-btn li h3 {
        font-size: 40px;
    }

    .sidebar-area {
        padding: 0 0 0 85px;
    }

    /*Sadc Page*/
    .table-scroll {
        overflow-x: auto;
    }

    .footer__ul li span {
        font-size: 9px;
    }

    .footerBottom .ft_logo #img0 {
        width: 45px;
    }

    .footer__img {
        height: 25px;
        margin: 0 7px 0;
    }

    .footer__logoImg {
        font-size: 15px;
    }
}

@media only screen and (max-width:1199px) {
    #economy .economySection__titlle {
        font-size: 30px;
        display: flex;

    }

    .genderImg__cntnt--title {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .DashbordBottom .textDivInner {
        max-width: 90%;

    }

    html[lang="pt-pt"] .footer__logoImg,
    html[lang="fr-FR"] .footer__logoImg {
        font-size: 10.5px;
    }

    .guidSection .card-header a {
        font-size: 28px;
    }

    .footertop__menuHolder {
        padding-top: 19px;
    }

    html[lang="pt-pt"] .footertop__menuHolder {
        padding-top: 25px;
    }

    html[lang="fr-FR"] .footertop__menuHolder {
        padding-top: 19px;
    }
}

@media only screen and (max-width:1035px) {

    .topColumn p {
        font-size: 22px;
    }

    /*New*/
    .topRow .logo {
        margin: 10px 0 0 -10px;
    }

    .logo-img a {
        max-width: 280px;
    }

    .logo-img span {
        font-size: 20px;
    }

    .selectvalue.selCompare+.selectvalue.selCompare {
        margin-top: 22px;
    }

    .homme_map svg#Map {
        width: 250px !important;

    }

    .logo-img a {
        max-width: 100%;
    }

    .logo-img span {
        font-size: unset;
    }

    nav.mainhead .container {
        max-width: calc(100% - calc(10vw + 100px));
    }
}

@media only screen and (max-width:991px) {
    .navigation-btns {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        width: 100%;
        text-align: center;
    }

    .download-app a {
        width: auto;
    }

    .navigation-btns ul li a h6 {
        font-size: 15px;
    }

    .navigation-btns ul li a h3 {
        font-size: 25px;
    }

    .listpanel {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .btmColumn h2,
    .topColumn h1 {
        font-size: 35px;
    }

    .guidSection .card-header a {
        font-size: 25px;
    }

    .guidSection .card-body p {
        font-size: 16px;
    }

    .guidSection .card-body ul li {
        font-size: 16px;
    }

    /*New*/
    .topRow .logo {
        margin: 10px 0 0 -25px;
    }

    .top-middle {
        width: 65%;
        height: 42px;
    }

    .topRow span {
        font-size: 14px;
    }

    .logo-img a {
        max-width: 230px;
    }

    .logo-img span {
        font-size: 16px;
        bottom: -28px;
    }

    .bannerSection.inner-banner {
        /*padding: 0 0 30px;
        min-height: 320px;*/
    }

    .listpanel {
        margin-bottom: 20px;
    }

    .navigation-btns ul li {
        min-width: 210px;
    }

    .sidebar-area {
        padding: 0;
    }

    .lawGuide-logo h5 {
        font-size: 15px;
    }

    .compheading h2 {
        font-size: 25px;
    }

    .accTabheading h2 {
        font-size: 20px;
    }

    .law-selection h6 {
        margin-bottom: 12px;
    }

    .selectvalue.selCompare+.selectvalue.selCompare {
        margin-top: 10px;
    }

    .compareTwo .selectvalue select {
        width: 250px;
    }

    /*Contact Page*/
    .contact-form {
        padding-right: 15px;
        margin: 0 0 10%;
    }

    .contact-form label {
        font-size: 14px;
    }

    /*SignUp page*/
    .signup-section .card {
        padding-top: 20px;
    }

    .signup-txt-banner span {
        font-size: 15px;
    }

    .signup-txt-banner span a {
        padding: 2px 5px 2px;
        font-size: 14px;
    }

    .signup-section h2 {
        font-size: 30px;
        margin: 0;
    }

    .signup-section h2 span {
        font-size: 13px;
    }

    .guidSection.signup-section .card-header a {
        font-size: 16px;
    }

    .guidSection.signup-section .card-header a span {
        font-size: 12px;
        line-height: 16px;
    }

    .signup-section .card-signup-txt {
        padding: 10px 0 35px;
    }

    .card-signup-txt button {
        font-size: 18px;
        padding: 4px 20px;
        line-height: 27px;
        margin: 0 20px 10px 0;
    }

    .signup-section .card-signup-txt p {
        font-size: 15px;
    }

    .signup-section #accordion h4 {
        font-size: 17px;
    }

    .signup-section .card .card-header a::after {
        top: 15px;
    }

    .signup-section .card-body {
        padding-top: 20px;
    }

    .signup-section .card-body p {
        font-size: 13px;
    }

    .signup-top-txt .card-signup-txt .ll-signup-button {
        font-size: 15px;
        padding: 3px 10px;
        line-height: 23px;
        margin: 0 20px 5px 0;
    }

    /*shahil*/
    .page-id-438 select.form-control.subscription_type,
    .page-id-419 select.form-control,
    .page-id-204 select.form-control {
        font-size: 14px;
    }

    .page-id-306 .my-profile-outer .div-links p {
        margin-left: 12px;
    }

    /*19-9-2019*/
    .centerHeadingCmn {
        text-align: left;
        margin: 0 0 15px 0;
        padding: 0 0;
    }

    .centerHeadingCmn br {
        display: none;
    }

    .subscrptn__pagetitle {
        font-size: 20px;
        line-height: normal;
    }

    .cstmpricebx__header .cstmpricebx__title {
        font-size: 20px;
    }

    .cstmpricebx__duration {
        font-size: 18px;
    }

    .cstmpricebx__annually {
        font-size: 16px;
    }

    .cstmpricebx__header {
        padding: 25px 15px;
    }

    .fortndytrl {
        padding: 15px 20px;
    }

    .fortndytrl__title {
        font-size: 22px;
    }

    .cstmfeaturebox p {
        font-size: 18px;
    }

    .cstmfeaturebox__title {
        font-size: 35px;
        margin: 0px 0 19px;
    }

    .SbscrptnOptn__pagetitle {
        font-size: 30px;
    }

    .cstmpricebx__body {
        padding: 25px 15px;
    }

    /*19-9-2019*/
    .new__footer {
        text-align: center;
    }

    .footer__ul li span {
        font-size: 11px;
    }

    .footer__ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .homme_map svg#Map {
        width: 200px !important;
    }

    .navbar .mobileView {
        width: calc(100% - 0px);
        display: block;
        padding: 0 0 20px;
        width: 100%;
        max-width: 350px;
        height: 100vh;
        overflow-y: auto;
        pointer-events: none;
        background: #fff;
        z-index: 99;
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .mobileView.toggle {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        pointer-events: all;
    }

    header nav.navbar {
        margin-bottom: 0;
    }

    .menuIcon {}

    .menuIcon {
        position: relative;
        width: 30px;
        height: 21px;
        display: none;
        cursor: pointer;
        margin-left: 25px;
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menuIcon span {
        position: relative;
        width: 100%;
        height: 3px;
        display: block;
        background: #5f3b48;
        -o-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .menuIcon span:nth-child(2) {
        margin: 6px 0;
        margin-left: auto;
    }

    .navClose_wrapper {
        cursor: pointer;
        display: none;
        float: right;
        margin: 15px 5px 10px;
        width: 30px;
    }

    .navClose_wrapper,
    .nav_overlay.show {
        display: block;
    }

    header .menu-header_menu-container {
        width: 100%;
    }

    header ul#menu-header_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    header .navbar-nav.navhead li {

        border-bottom: 1px solid;
        border-left: 0;
        padding: 0;
    }

    header .mainhead .container {
        position: unset;
    }

    header .navbar-nav.navhead .nav-link {
        font-size: 16px;
        padding: 10px;
    }

    header .navbar-nav.navhead li:last-child {
        border-right: 0
    }

    .navClose_wrapper,
    .nav_overlay.show {
        display: block;
    }

    .nav_overlay {
        background-color: rgba(0, 0, 0, .7);
        bottom: 0;
        display: none;
        height: 100vh;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    header .logo-img span {
        position: unset;
    }

    header.topRow .container {

        padding: 0;
    }

    header nav.navbar .row {

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
    }

    header .logo-img {
        margin: 0 0 0 15px;
        width: 230px;
    }

    header .logo-img span {
        position: unset;
        display: block;
        text-align: center;
    }

    .menu-header_menu_portugal-container,
    .menu-header_menu_fr-container {
        width: 100%;
    }

    ul#menu-header_menu_portugal,
    ul#menu-header_menu_fr {
        flex-direction: column;
    }

    .mapholder .barchartBox {
        width: 100%;
    }

    header .logo-img span {

        color: #5f3b48;
    }

    .sidebar-area {

        padding-left: 10px;
    }

    .DashbordSec img {
        width: 100%;
        min-height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    .DashbordSec .textDivInner a {
        font-size: 14px;
    }

    .fr-FR header .logo-img span {

        font-size: 12px;
    }

    .pt-PT header .logo-img span {

        font-size: 12px;
    }

    .contactLinkBanner_row {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .footer__logoImg {
        font-size: 17.5px;
    }

    html[lang="pt-pt"] .footer__logoImg, html[lang="fr-FR"] .footer__logoImg {
        font-size: 12.5px;
    }

    .footertop_menubig {
        margin-inline: auto;
    }

    nav.mainhead .container {
        max-width: calc(100% - calc(10vw + 40px));
    }
	.sadcSection .table-content table.table6{
		min-width: 900px;
	}
}

@media only screen and (max-width:767px) {
    .navbar-nav.navhead {
        flex-direction: row;
        margin-right: 0;
    }

    .mainhead .container {
        position: relative;
    }

    .search-form {
        position: absolute;
        right: 0;
    }

    .search-form button {
        font-size: 18px;
    }

    .search-form input {
        top: 80px;
        z-index: 98;
    }

    .user-login ul li a {
        font-size: 13px;
    }

    .navbar-nav.navhead .nav-link {
        padding: 5px 12px;
        font-size: 13px;
    }

    .bannerSection {
        min-height: auto;
    }

    /*    .bannerSection.inner-banner {
        min-height: 440px;
    }*/

    .inner-banner .topColumn {
        padding: 70px 0 10px;
    }

    .topColumn {
        margin-top: 0;
    }



    .topColumn p {
        font-size: 18px;
        line-height: 25px;
    }

    .guidSection {
        padding: 30px 0;
    }

    .navigation-btns ul li a h3 {
        font-size: 22px;
    }

    .paltform_points {
        margin-top: 15px;
    }

    .paltform_points li::before {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    .paltform_points li span {
        font-size: 16px;
    }

    .download-app a {
        margin-top: 20px;
        font-size: 15px;
    }

    .download-app {
        padding: 20px 0;
    }

    .app-dis span {
        font-size: 16px;
    }

    .resourse-block {
        margin-bottom: 30px;
    }

    .resource-sec {
        padding: 30px 0;
    }

    .resource-sec .resourceList:last-child .resourse-block {
        margin-bottom: 0;
    }

    .resource-sec h2 {
        font-size: 20px;
    }

    .flexSearchItem {
        text-align: center;
    }

    .flexSearchItem img {
        width: 250px;
        margin: 0 auto;
    }

    .hvr-text a {
        line-height: 35px;
        font-size: 14px;
    }

    .topRow .nav .nav-link {
        font-size: 14px;
    }

    .btmColumn .d-flex.justify-content-between {
        display: block !important;
    }

    .bootstrap-select {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .layout_list.large-btn {
        width: 100%;
    }

    .listpanel {
        margin-right: 0;
    }

    .layout_list li h3 {
        font-size: 14px;
    }

    .layout_list.large-btn li h3 {
        font-size: 22px;
    }

    .compheading h2 {
        font-size: 25px;
    }

    .down-btns img {
        width: 20px;
    }

    .accTabheading h2 {
        font-size: 20px;
    }

    .contentSection .card h5 {
        padding-left: 35px;
        margin-bottom: 0;
    }

    .guidSection.contentSection .card-body {
        padding: 15px 35px;
    }

    .contentSection .card h5 a {
        font-size: 18px;
    }

    .dataList .card-body ul li a {
        font-size: 15px;
    }

    .contentSection .card h5::before {
        font-size: 32px;
        top: 15px;
    }

    .guidSection .card-body p {
        font-size: 15px;
    }

    .guidSection.contentSection .card-header {
        padding: 15px 0;
    }

    .contentSection .card .card-header a::after {
        top: 15px;
    }

    .btmColumn h2,
    .topColumn h1 {
        font-size: 30px;
    }

    .guidSection .card-header a {
        font-size: 22px;
    }

    .guidSection.signup-section .card-header a {
        font-size: 16px;
    }

    .guidSection .card-body p {
        font-size: 15px;
    }

    .signup-section .card-body p {
        font-size: 13px;
    }

    .guidSection .card-body ul li {
        font-size: 15px;
    }

    .card .card-header a::after {
        left: 0;
    }

    .faqsection .card .card-header a.collapsed::after {
        left: 0;
    }

    .accTabheading .down-btns {
        margin-top: 0;
    }

    /*New*/
    /*    .bannerSection.inner-banner.faq-banner {
        min-height: 220px;
    }*/

    .topRow .logo {
        margin: 10px 0 0 -5px;
    }

    .topRow span {
        font-size: 10px;
    }

    .logo-img {
        margin: 0 0 0 15px;
    }

    .navbar-nav.navhead {
        /*         margin-right: 15px; */
    }

    .topColumn {
        padding: 70px 0 120px;
    }

    .topRow .d-flex div:last-child {
        display: none;
    }

    .navigation-btns ul li {
        min-width: 162px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .layout_list.large-btn li a {
        padding: 33px 0;
    }

    .layout_list.large-btn li h3 {
        font-size: 31px;
    }

    .flexSearchItem {
        margin: 0 0 30px;
    }

    /*16-7-19 start*/
    .bannerSection {
        margin: 0;
    }

    .contentSection .dataList {
        padding-right: 15px;
    }

    .sidebar-area {
        padding: 0 15%;
    }

    .selectvalue {
        margin: 0 0 15px;
    }

    .selectvalue select {
        width: 100%;
    }

    .compareTwo .selectvalue select {
        width: 100%;
    }

    /*Popup*/
    .FundamentalModal .modal-dialog {
        max-width: 90%;
    }

    .fundamental-header {
        margin: 0 0 20px;
    }

    .lawGuide-logo {
        max-width: 100%;
    }

    .lawGuide-logo img {
        max-height: 40px;
        max-width: 100%;
    }

    .fundamental-header .col-sm-5,
    .fundamental-header .col-sm-7 {
        width: 50%;
    }

    .country-heading {
        margin: 0;
    }

    .lawGuide-logo h5 {
        font-size: 13px;
    }

    .bannerSection.inner-banner {
        /* min-height: 340px;*/
    }


    /*Sign Up Page Start*/
    .register-outer #s2member-pro-paypal-registration-form-registration-section .s2member-pro-paypal-form-div {
        width: 100%;
        padding: 0;
    }

    .register-outer #s2member-pro-paypal-registration-form-password-label {
        width: 100%;
        margin: 0;
        padding-right: 0;
    }

    .register-outer #s2member-pro-paypal-registration-form-password-div #s2member-pro-paypal-registration-password2 {
        width: 100%;
        margin: 0;
    }

    .centerHeadingCmn,
    .textCenter__md {
        text-align: left;
        padding: 0;
    }

    .textCenter__md .commonselect_student {
        margin: 0;
    }

    .page-id-306 .bannerSection.default-country {
        margin: 0;
    }

    .page-id-306 .my-profile-outer .div-links p {
        margin-left: 8px;
    }

    /*image updown code*/
    .mobile_content_rver .row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .guidSection.mobile_content_rver {
        /* padding: 80px 0 60px; */
    }

    .guidSection.mobile_content_rver .flexSearchItem {
        margin: 30px 0 0 0;
    }

    /*image updown code ends here*/
    .cstmpricebx {
        margin: 0 0 20px;

    }

    .cstmpricebx__body--cntnt {
        min-height: auto;
    }

    .cstmpricebx {
        height: auto;
    }

    .SbscrptnOptn__hdnghldr {
        padding: 10px 0;
        margin: 0 0 20px;
    }

    .subscrptn__pagetitle br,
    .cstmfeaturebox p br {
        display: none;
    }

    .banner_bottom .bannerSection {
        padding-bottom: 30px;
    }

    .county-banner-space {
        padding: 30px 0;
    }

    .footer__ul li {
        text-align: center;
    }

    ul.pop_up__footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 21px;
    }

    .fundamental--footer {
        display: block;
    }

    .footer-contactt {
        text-align: center;
    }

    .about__img {
        text-align: center;
        margin: 0 0 20px;
    }

    .page-template-home .bannerSection.default-country .divImg {
        height: 255px !important;
    }

    .homme_map svg#Map {
        width: 300px !important;
    }

    .homesgnbtn {
        margin-top: 0;
    }

    .contentSection .card h5 {
        padding-left: 45px;
        margin-bottom: 0;
    }

    header .user-login ul li {
        padding: 0 7px;

    }

    header .topRow .container {

        padding-right: 0;
    }

    .languageBox::before {
        right: 4px !important;
    }

    .page-template-template-pagescontact-php .paltform_points {
        font-size: 20px;
    }

    .btmColumn h2,
    .topColumn h1,
    .topColumn .signupBtn {
        margin-bottom: 10px;
    }

    .footer__logoImg {
        font-size: 17.5px;
    }

    html[lang="pt-pt"] .footer__logoImg,
    html[lang="fr-FR"] .footer__logoImg {
        font-size: 12.5px;
    }

    .footertop__menuHolder,
    html[lang="pt-pt"] .footertop__menuHolder,
    html[lang="fr-FR"] .footertop__menuHolder {
        padding-top: 25px;
    }

    nav.mainhead .container {
        max-width: calc(100% - calc(10vw + 100px));
    }
	.bannerSection   .tv_video { 
		object-position: 20% 50%;
	}
}

@media only screen and (max-width:575px) {

    .navigation-btns {
        text-align: left;
    }

    .navigation-btns ul {
        margin-left: 17px;
    }

    .bannerSection.inner-banner {
        /* min-height: 280px;*/
    }

    /*Group Subscription Page Start*/
    #group_member_form {
        padding: 0 35px;
    }



    .page-id-204 .s2member-pro-paypal-form-section .s2member-pro-paypal-form-div,
    .page-id-204 #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-div,
    .page-id-419 #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-div,
    .page-id-419 .s2member-pro-paypal-form-section .s2member-pro-paypal-form-div {
        width: 100%;
        float: none;
        padding: 0 5px;
    }

    .page-id-419 .student-subscription-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-div {
        width: 100%;
        padding: 0 5px;
    }

    .page-id-438 #group_member_form {
        padding: 0;
    }

    .page-id-438 .group-subscription-outer {
        padding: 40px 0;
    }

    .page-id-204 div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div label span,
    .page-id-419 div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div label span {
        font-size: 15px;
    }

    .page-id-306 .bannerSection.default-country {
        margin: 0;
    }

    .page-id-306 .my-profile-outer .div-links p {
        margin-left: 0;
    }

    /*    {
        padding: 50px 0;
        margin: 0;

    }*/

    .topColumn h1,
    .btmColumn h2 {
        font-size: 26px;
    }

    .sub-heading-txt {
        font-size: 24px;
    }

    .cstmFormpage__SectionTitle {
        font-size: 18px;
    }

    .card .card-header a::after {
        font-size: 23px;
    }

    .SbscrptnOptn__pagetitle {
        font-size: 26px;
    }

    .cstmpricebx__header {
        padding: 15px;
    }

    .cstmpricebx--holder {
        padding: 0px;
    }

    .cstmpricebx--holder {
        padding: 0 0 10px;
    }

    .cstmfeaturebox {
        padding: 10px 15px 0;
    }

    .subscrptn__pagetitle {
        font-size: 18px;
    }

    .footer__ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__ul li {
        display: block;
        width: 100%;
    }

    .footer__ul li span {
        border: 0;
    }

    .footer__ul li span {
        font-size: 10px;
    }

    .footer__ul li {
        margin-left: 0;
    }

    .signUpPage .bannerSection {
        margin: 0 !important;
    }

    header .logo-img {

        width: 150px;
        margin-left: 0;
    }

    header .topRow .container {

        padding: 0;
    }

    header .user-login ul li {
        padding: 0 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    header .logo-img a {
        max-width: 100%;
    }

    body.scroll {
        overflow: hidden;
    }

    header .user-login ul li {

        width: auto;
        flex: 0 0 auto;
    }

    .user-login ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 5px;
    }

    header .logo-img span {
        font-size: 10px
    }

    .page-template-home .bannerSection.default-country .divImg {

        background-position: center;
    }

    header .topRow a.logo img {

        width: 100px;
    }

    .fr-FR header .logo-img {
        width: 190px;

    }

    .pt-PT header .logo-img {
        max-width: 190px;
        flex: 0 0 190px;

    }

    .fr-FR header .logo-img span {
        font-size: 8px;
    }

    .pt-PT header .logo-img span {
        font-size: 10px;
    }

    .fr-FR .homesgnbtn,
    .pt-PT .homesgnbt {
        height: auto;

    }

    .pt-PT .homesgnbtn {
        height: auto;
    }

    .fr-FR .topColumn {
        padding: 20px 0 120px;
    }

    .pt-PT .topColumn {
        padding: 20px 0 120px;
    }

    p.timerCounter {
        text-align: center;
    }

    header .user-login ul li a {

        font-size: 12px
    }

    header .user-login ul li {

        padding-left: 5px;
        padding-right: 5px
    }

    h2#lawbtn {
        margin-right: 10px !important;
        display: inline;
    }

    a.share_button.gap {
        display: inline-table;
        padding-right: 5px;
        font-size: 12px
    }

    a.country_law_pdf.gap {
        display: inline-table;
        padding-right: 5px;
        font-size: 12px;
        width: 70px
    }

    .gap {

        width: 70px;

    }

    html[lang="pt-pt"] .footer__logoImg,
    html[lang="fr-FR"] .footer__logoImg {
        /* font-size: 8px; */
    }

    nav.mainhead .container {
        max-width: calc(100% - calc(10vw + 71px));
    }
 .page-template-home .bannerSection.default-country .divImg {
    height: 200px !important;
}
}

@media only screen and (max-width:550px) {




    .topColumn p {
        font-size: 15px;
    }

    .navigation-btns ul li a h3 {
        font-size: 20px;
    }

    .paltform_points li span {
        font-size: 14px;
    }

    .paltform_points li span {
        font-size: 14px;
    }

    .search-form {
        margin-right: 0;
    }

    .search-form input {
        top: 55px;
    }

    .search-form button {
        right: 0;
        top: 0;
    }

    .navbar-nav.navhead {
        margin-right: 30px;
    }

    .user-login {
        padding: 0 8px 0 0;
    }

    .user-login ul li a {
        font-size: 14px;
    }

    .navbar-nav.navhead .nav-link {
        padding: 0 5px;
        font-size: 14px;
    }

    footer span {
        font-size: 13px;
        text-align: center;
        display: block;
    }

    .compheading {
        display: block !important;
    }

    .compheading h2 {
        font-size: 22px;
        margin: 0 0 20px;
    }

    .contentSection .card h5 {
        padding-left: 22px;
    }

    .contentSection .card h5 a {
        font-size: 15px;
    }

    .contentSection .card h5::before {
        font-size: 25px;
    }

    .guidSection.contentSection .card-body {
        padding: 15px 25px;
    }

    .contentSection .card .card-header a::after {
        font-size: 22px;
    }

    .bootstrap-select .dropdown-menu {
        min-width: 100% !important;
        transform: none !important;
        margin-top: 50px;
    }

    .accTabheading .down-btns {
        margin-left: 10px;
    }

    .guidSection .card-header a {
        font-size: 19px;
    }

    /*New*/
    .logo img {
        width: 100px;
    }

    .topRow span {
        padding: 5px 10px;
        font-size: 9px;
    }

    .logo-img {
        margin: 0 0 0 15px;
    }

    .logo-img a {
        max-width: 150px;
    }

    .logo-img span {
        font-size: 10px;
        bottom: -18px;
    }

    .navbar-nav.navhead {
        margin-right: 15px;
    }

    .bannerSection {
        margin: 0 0 220px;
    }

    .signUpPage .bannerSection {
        margin: 0 !important;
    }

    .page-id-466 .bannerSection {
        margin: 0;
    }

    .navigation-btns {
        text-align: center;
        bottom: -280px;
    }

    .navigation-btns ul {
        margin-left: 0;
    }

    .navigation-btns ul li {
        min-width: 180px;
        margin-bottom: 5px;
        margin-right: 0;
        margin-left: 2px;
    }

    .navigation-btns {
        text-align: center;
        bottom: -170px;
    }

    .inner-banner .topColumn {
        padding: 70px 0 10px;
    }

    .guidSection .card-body ul {
        padding: 0;
    }


    /*Popup*/
    .FundamentalModal .modal-dialog {
        max-width: 90%;
    }

    .FundamentalModal .modal-header {
        padding: 15px 15px 0;
    }

    .FundamentalModal .modal-body {
        padding: 30px 15px;
    }

    .fundamental-header .col-sm-5,
    .fundamental-header .col-sm-7 {
        width: 100%;
    }

    .modal-header .logo img {
        width: 100px;
    }

    .lawGuide-logo {
        margin: 0 auto;
    }

    .country-heading {
        margin: 20px 0;
        text-align: center;
    }

    .fundamental-content p {
        font-size: 13px;
    }

    .last-update {
        margin: 30px 0;
    }

    .fundamental--footer {
        display: block;
        align-items: inherit;
        text-align: center;
        justify-content: inherit;
    }

    .footer-contactt {
        margin: 0 0 20px;
    }

    .down-btns .nav {
        display: block;
    }

    .down-btns li {
        margin: 0 10px;
        display: inline-block;
    }

    /*innerSection*/
    .table-content.compair-table tr td {
        padding: 10px;
    }

    th.blue-td {
        font-size: 20px;
    }

    .table-content.compair-table tr td:first-child {
        font-size: 14px;
    }

    .table-content td,
    .table-content th {
        font-size: 14px;
    }

    /*Sadc page*/
    .sadcSection .table-content th img {
        width: 50px;
    }

    .sadcSection .table-content td a {
        font-size: 14px;
    }

    /*Faq banner page*/
    .inner-banner.faq-banner .topColumn {
        padding: 70px 0 30px;
    }

    .bannerSection.inner-banner {
        /*min-height: 240px;*/
    }

    /*Profile Page Start*/
    .my-profile-outer {
        padding: 40px 0;
    }

    .my-profile-outer #ws-plugin--s2member-profile-saved,
    .my-profile-outer form table tr:nth-last-child(2) #ws-plugin--s2member-profile-password-strength {
        width: 100%;
    }

    .my-profile-outer form table tr:nth-child(-n+10),
    .my-profile-outer form table tr:nth-last-child(2) td label {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }

    .my-profile-outer form table tr:nth-last-child(-n+3) {
        padding: 0;
    }

    .div-links {
        padding: 0;
    }

    .div-links p {
        margin: 0 10px 0 0;
    }

    /*Modify Subscription Page & Student Subscription Page Start*/
    .modify-outer,
    .student-subscription-outer {
        padding: 40px 0;
    }

    .modify-outer #s2member-pro-paypal-checkout-form-description-div,
    .student-subscription-outer #s2member-pro-paypal-checkout-form-description-div {
        padding: 0;
        font-size: 16px;
    }

    .modify-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-section-title,
    .modify-outer #s2member-pro-paypal-checkout-form-billing-address-section-title,
    .modify-outer #s2member-pro-paypal-checkout-form-submission-section-title,
    .student-subscription-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-section-title,
    .student-subscription-outer #s2member-pro-paypal-checkout-form-billing-address-section-title,
    .student-subscription-outer #s2member-pro-paypal-checkout-form-submission-section-title {
        width: 100%;
        margin: 0 auto 15px;
    }

    .modify-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-div,
    .modify-outer #s2member-pro-paypal-checkout-form-billing-address-section .s2member-pro-paypal-form-div,
    .student-subscription-outer #s2member-pro-paypal-checkout-form-registration-section .s2member-pro-paypal-form-div,
    .student-subscription-outer #s2member-pro-paypal-checkout-form-billing-address-section .s2member-pro-paypal-form-div {
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }

    .modify-outer #s2member-pro-paypal-checkout-form-billing-method-section,
    .student-subscription-outer #s2member-pro-paypal-checkout-form-billing-method-section {
        padding: 0;
    }

    .modify-outer label.s2member-pro-paypal-form-card-type-label,
    .student-subscription-outer label.s2member-pro-paypal-form-card-type-label {
        background-size: 90% !important;
    }


    /*Cancel Subscription Page Start*/
    .cancel-subscription-outer {
        padding: 40px 0;
    }

    /*Sign Up Page Start*/
    .register-outer {
        padding: 40px 0;
    }

    .register-outer #s2member-pro-paypal-registration-form-registration-section .s2member-pro-paypal-form-div {
        width: 100%;
        padding: 0;
    }

    .register-outer #s2member-pro-paypal-registration-form-password-label {
        width: 100%;
        margin: 0;
        padding-right: 0;
    }

    .register-outer #s2member-pro-paypal-registration-form-password-div #s2member-pro-paypal-registration-password2 {
        width: 100%;
        margin: 0;
    }

    /*Group Subscription Page Start*/
    .extra-field-user .form-group:nth-child(1) {
        padding-right: 5px;
    }

    .extra-field-user .form-group:nth-child(2) {
        padding-left: 5px;
    }

    .user-add-button {
        text-align: left;
    }

    /*shahil*/
    .page-id-204 .bannerSection.colored-bg-banner.default-country,
    .page-id-419 .bannerSection.colored-bg-banner.default-country,
    .page-id-452 .bannerSection.colored-bg-banner.default-country,
    .page-id-438 .bannerSection.colored-bg-banner,
    .page-id-306 .bannerSection.default-country {
        margin: 0;
    }


    .guidSection.mobile_content_rver {
        /* padding: 0 0 60px; */
    }

    .sub-heading-txt {
        font-size: 18px;
    }

    .mainfooter__list {
        margin-bottom: 20px;
    }

    .down-btns.pop-up-share {
        margin-top: 20px;
    }

    .country__popheading2 {
        display: block;
    }

    .mainfooter__list li {
        margin: 0 10px 6px 0;
    }

    .bannerSection.contactLinkBanner {
        margin: 0;
    }

}

@media only screen and (max-width:435px) {
    h2#lawbtn {

        display: block;
    }

    .accordionData.socialrelpos.SadcLawMain .compheading.d-flex {
        text-align: center;
    }

}

@media only screen and (max-width:380px) {
    .textDiv p {
        font-size: 13px !important;
    }

    .textDivInner a {
        padding: 0px !important;
    }

    .navigation-btns ul li {
        min-width: 150px;
    }

    .topColumn h1,
    .btmColumn h2 {
        font-size: 21px;
    }

    .fortndytrl__title strong {
        display: block;
    }
}

@media only screen and (max-width:360px) {

    .logo-img a {
        max-width: 110px;
    }

    .logo-img span {
        font-size: 8px;
    }

    .user-login ul li a {
        font-size: 11px;
    }

    .navbar-nav.navhead .nav-link {
        font-size: 13px;
    }

	.flexSearchItem {
		padding-inline: 0; 
	}

}

