@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.pics .img img {
    object-fit: cover;
    transition: .5s all ease;
}
body{
    font-family: 'Poppins' !important;
    margin: 0;
}
a , a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
input:focus , textarea:focus , a:focus , select:focus{
    outline: none;
}
header .topside {
    background: #333333;
}
.menu .nav li a:hover , .menu .social ul li a:hover i , .f-menu ul li a:hover , .hometabs #tabs .right .cont .readmore:hover{
    color: #FF8538 !important;
}
/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
  }
  input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
  } 
  input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
  }
  input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
  }
  .form-search form {
    display: flex;
    align-items: center;
}
.form-search button {
    width: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

.topside .side ul li a {
    font-size: 16px;
    transition: all 0.5s ease;
}
.form-search {
    display: flex;
    align-items: center;
    width: 280px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 1px;
    z-index: 99;
    background-color: rgba(200, 199, 197, 0.8);
    padding-right: 9px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    border: 1px solid #ccc;
}
.topside .side ul li a:hover {
    color: #FF8538 !important;
}
ul.dropdown-menu {
    min-width: 12rem;
}
.topside .side ul li ul.dropdown-menu li a::after {
    display: none;
}
.topside .side ul li ul.dropdown-menu li a:hover {
    color: #FF8538;
}
.topside .side ul li a:hover:after {
    width: 100%;
}
.topside .side ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #FF8538;
    transition: all .3s ease-in-out;
}
.mob-nav {
    display: none;
}
header .menu {
    background: #F0F0F0;
}
.menu .nav li a {
    font-size: 16px;
    color: #333333;
    transition: all 0.5s ease;
    font-weight: 500;
}
.menu .social ul li i {
    color: #000;
    font-size: 20px;
    transition: all 0.5s ease;
}
footer .newsletter {
    background: url(../img/newsletter.jpg)no-repeat;
    height: 45px;
    background-size: cover;
    background-position: center;
}
footer .f-menu {
    background: #333333;
}
.newsletter h3 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 600;
}
.newsletter h4 {
    font-family: 'Montserrat';
    font-size: 24px;
}
.newsletter form {
    width: 660px;
}
.newsletter form .icn input {
    width: 70%;
    font-size: 14px;
    font-family: "Montserrat";
    padding: 14.5px 50px;
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
}
.newsletter form .icn input::placeholder {
    color: #000;
}
.newsletter form .icn .btn {
    width: 30%;
    background: #F07C44;
    font-size: 18px;
    transition: all 0.5s ease;
}
.newsletter form .icn .btn:hover {
    background: #000;
}
.donation form .icn .btn {
    background: #F07C44;
    font-size: 14px;
    transition: all 0.5s ease;
}
.donation form .icn .btn:hover {
    background: #000;
}
.f-menu ul li a {
    transition: all 0.5s ease;
}
.quzrs .row {
    justify-content: center;
}
.f-menu ul li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background: #fff;
    right: -12px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.f-menu ul li:last-child:before{
    display: none;
}
.hometabs h2 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #090909;
    margin: 0px 0 -27px;
}
.hometabs .ui-tabs-nav li a {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #000;
    transition: all 0.5s ease;
}
.hometabs .ui-tabs-nav li a:hover , .hometabs .ui-tabs-nav .ui-tabs-active a{
    background: #333333;
    color: #ffff;
}
.hometabs #tabs .left h4 {  
    background: #19180A;
    font-size: 14px;
    transition: all 0.5s ease;
    height: 59px;
}
.hometabs #tabs .left .img {
    height: 150px;
}
.hometabs #tabs .right .cont{
    background: #19180A;
}
.hometabs #tabs .right h4 , .big .cont p{
    font-size: 18px;
}
.hometabs #tabs .right .cont .readmore{
    font-size: 16px;
    transition: all 0.5s ease;
}
.hometabs #tabs .left h4:hover{
    background: #F07C44;
}
.big .cont h3 a {
    color: #000;
    font-size: 25px;
    transition: all 0.5s ease;
    font-weight: 800;
}
.big .cont .meta , .homeleft li .meta{
    font-size: 12px;
}
.big .cont .read{
    font-weight: 600;
    font-size: 18px;
    color: #000;
    transition: all 0.5s ease;
}
.homeleft li h4 a {
    font-family: 'Montserrat';
    font-size: 17px;
    color: #000;
    transition: all 0.5s ease;
}
.homeleft li p {
    font-size: 14px;
}
.homeleft li .read , .homeright .pst .read {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: all 0.5s ease;
}
.homeleft li .read:hover , .homeleft li h4 a:hover , .big .cont .read:hover , .big .cont h3 a:hover , .homeright .pst .read:hover , .homeright .pst h5 a:hover , .latest li .name:hover , .latest-heading .lnews .title:hover , .latest-heading .lexperts .cont a:hover{
    color: #F07C44 !important;
}
.homeright .pst h5 a {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    transition: all 0.5s ease;
}
.homeright .pst p {
    font-size: 14px;
}
.latest h3 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    background: #F0F0F0;
    color: #000;
}
.latest li {
    border-bottom: 1px solid #707070;
}
.latest li:last-child{
    border-bottom: none;
}
.latest li .meta {
    font-size: 14px;
}
.latest li .name {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    transition: all 0.5s ease;
}
.pagetitle {
    font-size: 20px;
}
.latest-heading {
    background: #F0F0F0;
}
.latest-heading h2 {
    font-family: 'Montserrat';
    background: #F18656;
    font-size: 20px;
}
.latest-heading .lnews .watchnow {
    color: #F24A4A;
    font-size: 12px;
    font-weight: 600;
}
.latest-heading .lnews .title {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s ease;
}
.latest-heading .lnews li {
    border-bottom: 1px dashed #CBCBCB;
}
.latest-heading .sidepost .cont {
    background: #333333;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s ease;
}
.latest-heading .sidepost .cont:hover , .latest-heading .site-identify a:hover{
    background: #F07C44;
    color: #fff !important;   
}
.latest-heading h3 {
    font-family: 'Montserrat';
    background: #333333;
    font-size: 16px;
}
.latest-heading .lexperts .cont a {
    font-size: 14px;
    color: #000;
    transition: all 0.5s ease;
}
.latest-heading .lexperts .cont .meta {
    font-size: 11px;
}
.latest-heading .site-identify {
    background: #22438B;
}
.latest-heading .site-identify h4 {
    font-size: 16px;
}
.latest-heading .site-identify a {
    background: #BB2332;
    font-size: 16px;
    transition: all 0.5s ease;
}
.latest-heading .site-identify a i {
    font-size: 20px;
}
.latest-heading .subs-box {
    border: 1px solid #CBCBCB;
}
.latest-heading .subs-box h6 {
    color: #0865C2;
    font-size: 14px;
    
}
.latest-heading .subs-box input {
    border: 1px solid #989898;
    font-size: 10px;
    width:  65% !important;
}
.latest-heading .subs-box .btn {
    background: #F07C44;
    font-family: 'Montserrat';
    font-size: 12px;
    width: 85% !important;
    line-height: 15px;
    transition: all 0.5s ease;
}
.latest-heading .subs-box .btn:hover{
    background: #333333;
    color: #fff !important;
}

.result .notice {
    background: #F8F8F8;
    font-size: 18px;
}

.our-heading {
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}
.new-text p.big {
    font-size: 18px;
}
.staf .img {
    width: 18%;
}
.staf .scont {
    width: 82%;
}
.staf {
    background: #EEEEEE;
}
.staf h5 {
    font-size: 18px;
}
.staf p {
    font-size: 15px;
    line-height: 20px;
}
.oradv {
    color: #000;
    font-size: 20px;
}
.dbtn a {
    border-color: #188EE8 !important;
    color: #188EE8 !important;
    transition: all 0.3s ease;
    background: transparent;
}
.dbtn a:hover {
    background: #188EE8;
    color: #fff !important;
}
.highlight h4 {
    border: 1px solid #707070;
    border-radius: 4px;
    font-size: 16px;
}
.highlight p {
    font-size: 15px;
}
.highlight p a {
    color: #000;
}
.listing {
    background: #ECECEC;
}
.listing .list {
    width: 31.33%;
    margin: 0 1%;
}
.listing .list .heding {
    border-bottom: 1px solid #707070;
}
.listing .list .locc {
    font-size: 14px;
    margin-top: -7px;
}
.listing .list ul li {
    border-top: 1px solid #707070;
    font-size: 12px;
}
.list .green {
    color: #135B1A;
}
.list .red {
    color: #b40d0d;
}
.list .lime {
    color: #2ee72e;
}
.list .sky {
    color: #47c3f6;
}
.list .purple {
    color: #dd1cdd;
}
.lexperts .img img {
    width: 60px;
}

.lexperts .img {
    padding-top: 0px !important;
}

.propacc .card-header button {
    position: relative;
}

.propacc .card-header button:after {
    content: "\f078";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 16px;
    right: 30px;
}

@media all and (max-width: 767px) and (min-width: 320px){

.mob-nav li {
    line-height: 22px;
}

.sspace {
    padding: 0 15px !important;
}

header .row .col-6.col-xl-4 {
    flex: 0 0 80%;
    max-width: 80%;
}

header .row .col-6.col-xl-8 {
    flex: 0 0 20%;
    max-width: 20%;
}

.rootee {
    flex-direction: row-reverse !important;
}

.mob-nav li ul a {
    font-size: 15px;
}

.mob-nav li ul {
    display: none;
}

.mob-nav li span {
    right: 20px;
}


.humberger {
display: block;
margin-right: 10px;
}

.side ul {
display: none;
}

.logo .img img {
width: 100%;
float: left;
margin-left: 0px;
}

.menu .nav li a {
font-size: 16px;
}

.mob-nav {
display: none;
padding-left: 0;
margin-bottom: 0;
list-style: none;
padding: 10px;
position: absolute;
z-index: 9999;
background: #FFF;
}

ul.hide {
display: none !important;
}

.social {
/*display: none;*/
padding: 7px 12px;
}

.mob-nav li a {
font-size: 16px;
color: #000;
}

header .menu {
padding: 2px 0 !important;
}

section.homenews {
padding: 0 !important;
}

.cont {
padding: 10px !important;
}

.homeleft ul li {
width: 100% !important;
}

.big .cont h3 a {
font-size: 16px;
}

.homenews .col-xl-8 {
padding: 0;
}

.cont p.w-100 {
font-size: 12px;
}

.big .cont .meta, .homeleft li .meta {
font-size: 10px;
margin-bottom: 3px !important;
}

.big .cont .read {
font-size: 14px;
}

.big .cont.w-100 {
padding: 10px !important;
}

.homeleft ul {
margin: 0 !important;
}

.homeleft ul li a img {
padding: 0 10px;
}

.homeleft ul li {
padding: 0 !important;
}

.homenews .col-xl-4 {
padding: 0;
}

.homeright .pst a {
padding: 0 10px;
}

.cont h5 a {
padding: 0 !important;
}

.cont a.read {
padding: 0;
}

.latest h3 {
font-size: 14px;
text-align: center;
padding: 6px !important;
}

.latest li a.name {
font-size: 14px;
}

.latest ul li {
padding: 10px !important;
}

.latest li .meta {
font-size: 10px;
}

.latest .pics {
padding: 0 10px;
}

.hometabs .col-xl-12 h2 {
width: 100%;
float: left;
background: #090909;
color: white;
text-align: center;
margin: 0px;
}

.lexperts .img img {
    width: 90%;
}

.newsletter form .icn input {
    font-size: 12px;
    padding: 10px;
}

.newsletter form .icn .btn {
    width: 30%;
    font-size: 12px;
}

footer .newsletter {
    height: 150px;
}

.newsletter form {
    width: 80%;
}

.f-menu ul li a {
    font-size: 10px;
}

footer .f-menu ul {
    justify-content: center !important;
}

.f-menu ul li:before {
    width: 1px;
    height: 12px;
}

.pagetitle {
    font-size: 16px;
}

.flx .mob {
    flex-direction: column-reverse;
}

.hometabs ul {
    margin: 12px 0px !important;
    padding: 0px 20px !important;
    justify-content: center !important;
    flex-wrap: wrap;
}
.topside .side ul li a {
    font-size: 16px;
    transition: all 0.5s ease;
    color: #fff !important;
}

.hometabs ul li {
    width: 50% !important;
    margin: 0px !important;
    padding: 8px 0px !important;
}

.hometabs .ui-tabs-nav li a {
    font-size: 14px;
    width: initial !important;
    float: left;
}

.hometabs .ui-tabs-panel {
    flex-direction: column-reverse !important;
    display: flex;
}

.hometabs .ui-tabs-panel .w-50 {
    width: 100% !important;
    padding: 0 20px !important;
}

.hometabs .ui-tabs-panel .w-50 ul {
    margin: 0px 0 0  !important;
    padding: 0 !important;
}

.hometabs .ui-tabs-panel .w-50 ul li {
    padding: 0 !important;
    margin: 15px 0px 0px !important;
    width: 50% !important;
}

.hometabs #tabs .right h4, .big .cont p {
    font-size: 12px;
    margin: 0;
}

.hometabs #tabs .right .cont .readmore {
    font-size: 12px;
}

.hometabs #tabs .left h4 {
    font-size: 12px;
}

.hometabs .ui-tabs-panel .w-50 ul li:nth-child(2n+1) {
    padding-right: 7px !important;
}

.hometabs .ui-tabs-panel .w-50 ul li:nth-child(2n+2) {
    padding-left: 7px !important;
}

.hometabs .ui-tabs-panel .w-50 ul li .img {
    height: 100% !important;
}

.hometabs .col-xl-12 h2 {
    font-size: 18px;
    padding: 10px 20px;
}

body .sppage {
    padding: 10px 0px !important;
}

body .sppage .col-xl-9.pl-5 {
    padding: 0px 10px 20px !important;
}

body .our-heading {
    font-size: 22px;
    padding: 0px 10px !important;
    margin: 0 0 20px !important;
    background: transparent;
}


.dbtn a {
    padding: 10px 35px !important;
    font-size: 12px;
}

.latest-heading h2 {
    font-size: 18px;
    margin: 0;
}

body .rslt {
    padding: 10px 0px !important;
}

.result .notice {
    font-size: 12px;
    margin-bottom: 30px !important;
}

body .rslt {
    padding: 10px 0px !important;
}

body .rslt .col-xl-9.pl-5 {
    padding: 0 !important;
}

.result ul {
    margin: 0px 0px 20px !important;
    justify-content: center !important;
}

body .newh {
    padding: 10px 0px 20px !important;
}

body .ostaff {
    padding: 10px 0px !important;
}

.ostaff .col-xl-9.pl-5 {
    padding: 0px !important;
}

.staf {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 10px !important;
    align-items: center;
}

.staf h5 {
    font-size: 13px;
    font-weight: bold;
}

.staf p {
    font-size: 12px;
}

.staf .img {
    width: 40%;
}

.staf .scont {
    width: 60%;
    padding: 0px 10px 0px 0px !important;
}

body .oradv {
    font-size: 14px;
    padding: 0px 10px 20px !important;
}

body .mss {
    padding: 10px !important;
}

body .mss .col-xl-9.pl-5 {
    padding: 0px !important;
}

body .mss .our-heading {
    padding: 0px !important;
    margin: 0px !important;
}

body .mss .new-text .w-100 .w-50 {
    width: 100% !important;
}

body .mss .new-text .w-100 .w-25 , body .mss .new-text .w-100 .w-75 {
    width: 100% !important;
    padding: 0 !important;
}

body .mss .new-text .w-100 .w-25 .img {
    padding: 0 15%;
}

body .mss .new-text .w-100 .w-25 .big {
    font-size: 12px;
}

.new-text p.big {
    font-size: 12px;
}

body .committ , body .jbopen , body .gmmck {
    padding: 10px 0px !important;
}

body .committ .col-xl-9.pl-5 , body .jbopen .col-xl-9.pl-5 , body .gmmck .col-xl-9.pl-5 , body .dbte .col-xl-9.pl-5 {
    padding: 0 10px !important;
    font-size: 12px;
}

body .committ .our-heading , body .jbopen .our-heading , body .gmmck .our-heading {
    padding: 0 !important;
    margin: 0 !important;
}




}


@media all and (max-width: 1199px) and (min-width: 768px){

.roote {
    flex-direction: column-reverse;
}

}


@media all and (max-width: 1023px) and (min-width: 768px){

    .lexperts {
    display: flex;
    /*align-items: center;*/
}

.lexperts .img img {
    width: 60px;
}

.lexperts .img {
    padding-top: 0px !important;
}

.latest-heading .lexperts .cont a {
    font-size: 14px;
}

.humberger {
    display: none;
}

.hometabs #tabs .right .cont .readmore {
    font-size: 14px;
}

.hometabs h2 {
    font-size: 22px;
}

.hometabs #tabs .left .img {
    height: 94px;
}

.hometabs #tabs .left h4 {
    font-size: 11px;
}

.hometabs #tabs .right h4, .big .cont p {
    font-size: 16px;
}

.hometabs .ui-tabs-nav li a {
    font-size: 14px;
}

.hometabs .ui-tabs-nav li {
    margin-right: 5px !important;
}

header .col-6.col-xl-4 {
    flex: 0 0 40%;
    max-width: 40%;
}

header .col-6.col-xl-8 {
    max-width: 60%;
    flex: 0 0 60%;
}

.iroote .col-xl-8.col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

header .col-6.col-xl-8 .side li a {
    font-size: 14px;
}

header .img img {
    width: 100%;
}

header .menu {
    padding: 18px 0px !important;
}

.iroote {
    flex-direction: column-reverse;
}

.iroote .col-xl-4.col-md-4 {
    display: none;
}

.iroote .col-xl-8.col-md-8 .nav li a {
    font-size: 14px;
}

ul.mob-nav {
display: none !important;}
}


@media all and (max-width: 1366px) and (min-width: 1024px){

header .menu .col-xl-8.col-md-8 {
    flex: 0 0 80%;
    max-width: 80%;
}

header .menu .col-xl-4.col-md-4 {
    max-width: 20%;
    flex: 0 0 20%;
}

/*.hometabs #tabs .left .img {
    height: 128px;
}*/

.lexperts {
    display: flex;
    /*align-items: center;*/
}

.latest-heading .lexperts .cont a {
    font-size: 14px;
}

.lexperts .img img {
    width: 60px;
}

.lexperts .img {
    padding-top: 0px !important;
}


}


@media all and (max-width: 2000px) and (min-width: 1024px){

.humberger {
display: none;
}



ul.mob-nav {
display: none !important;
}

}

/*IZHAN CSS*/
.humberger i {
font-size: 35px;
width: 100%;
float: left;
}


.side ul li {
    position: relative;
}
.side ul li:hover > ul {
    display: block;
}
.side ul li ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px !important;
}

.side ul li li {
    padding: 0 15px;
}

.button-pay .button-amount {
    border-color: #188EE8 !important;
    color: #188EE8 !important;
    transition: all 0.3s ease;
    background: transparent;
    padding: 1.2rem 3rem 2.3rem 3rem;
    width: 210px;
    text-transform: capitalize;
    margin: 0 0 18px 0;
}
.button-pay .button-amount:hover {
    background: #188EE8;
    color: #fff !important;
}

body.page-id-275 .col-lg-8.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1.col-xs-12{
    text-align: center;
    margin: 0 auto;
}
.banner-text {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 90%;
    left: 5%;
}
.banner-text h2 span {
    color: #ff8538;
}

.banner-text h2 {
    color: #fff;
    font-size: 44px;
    font-family: AgencyFB;
    letter-spacing: 6px;
    text-shadow: 2px 3px 5px #000;
}
.banner-main {
    position: relative;
}
.banner-text p {
    color: #fff;
    text-transform: uppercase;
    margin-top: 11px;
    margin-bottom: 19px;
    letter-spacing: 2px;
    font-weight: 500;
    text-shadow: 2px 2px 3px #000;
    font-size: 15px;
}
.banner-text button {
    background: #ff8538;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    line-height: 18px;
}

@media all and (max-width: 767px) and (min-width: 240px){
.mob-nav li:hover > a {
    color: #F07C44;
    background: #eee;
    transition: all 0.5s ease;
}

.banner-text p {
    letter-spacing: 1px;
    font-size: 12px;
}

.latest-heading .lexperts .cont a {
    font-size: 14px;
}
.share_btn{
    padding-left: 0;
    margin-top: -33px;
}

}
@media all and (max-width: 10000px) and (min-width: 1030px){
    .latest-heading .lexperts .cont a {
    font-size: 12px;
}
}

.st-first {
    display: none !important;
 }  

.fb-share-button::after {
    position: absolute;
    content: "";
    background-image: url(../img/social/icons/facebook.png);
    width: 35px;
    height: 35px;
    top: -4px !important;
    background-size: cover;
    right: -5px !important;
    z-index: 99;
    transition: 0.3s;
}
.fb-share-button:hover:after{
    transform: translate(0px, -4px);
    opacity: 0.8;
    transition: 0.3s;
}
.front img {
    height: 35px;
}

.front img {
    position: absolute;
    top: -6px;
    right: 0px;
}
.fb_iframe_widget iframe {
    position: absolute;
    right: -7px;
    z-index: 999;
    opacity: 0.01;
    padding: 0px;
    top: 0;
    bottom: 0;
}
.share_btn{
    display: flex;
    align-items: center;
    margin: 30px 0px 12px 0px;
    justify-content: flex-end;
}

@media all and (max-width: 991px)and (min-width: 768px){
   .hometabs #tabs .left .img {
       height: 97px !important;
    }
}

@media all and (max-width: 1023px) and (min-width: 991px){
   .hometabs #tabs .left .img {
       height: 122px !important;
    }
}

@media all and (max-width: 1199px) and (min-width: 1023px){
   .hometabs #tabs .left .img {
       height: 135px !important;
    }
}

@media (max-width: 1200px){
    .sspace {
        display: none;
    }
}


.promovid {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
}
.video-promo {
	position: relative;
	box-shadow: 4px 4px 5px #000;
	min-height: 210px;
}
.video-promo .ratio {
	display: block;
	width: 100%;
	height: auto;
}
.video-promo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0px;
}

.disclaimer {
	font-size: 10px;
}

.pquote {
	float: right;
	width: 300px;
	background: url(/img/openquote.gif) top left no-repeat;
	color: #030;
	font-size: 26px;
	line-height: 1.0;
	font-style: italic;
	padding: 13px;
}
blockquote {
	margin: 0;
}
.pquote p:first-letter {
	font-size: 39px;
	font-weight: bold;
}
