@charset "utf-8";
/* CSS Document */

a{
    cursor: pointer;
}
*{
    font-family: 'Roboto', sans-serif;
}
.fullwidth {
    width: 100%;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.main-container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding:0px 15px;
}
.outer-div{
    position:fixed;
}
.outer-slider{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.slider-cont{
    background-size: cover;
    background-position: center;
}
.text-white{
    color: #fff;
}
.text-black{
    color: #545454 !important;
    
}
.top-hd-cnt{
    position: relative;
}




.text-shdw{
    text-shadow: 0px 2px 4px #000000b5;
}
.black-secondary{
    background: #141414;
}
.bg-white{
     background-color: #ffffff !important;
}

@media(min-aspect-ratio: 16/9){
    .video-bg{
        width:  100%;
        height: auto;
    }
}
@media(max-aspect-ratio: 16/9){
    .video-bg{
        width:  auto;
        height: 100%;
    }
}
.outer-slider-bg{
    background-color: rgba(0, 0, 0, 0.15);
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}
.main-header{
    z-index: 99;
    position: relative;
    padding-bottom: 80px;
    
}
.shadow-top{
    background: linear-gradient(0deg, rgba(131,58,180,0) 0%, rgba(0,0,0,0.45) 100%);
}
.head-ul {
    margin: 0px;
    list-style: none;
    padding: 15px 0px;
    padding-right: 20px;
    margin-top: 3px;
	overflow: hidden;
}
.head-li {
    margin: 0px;
    float: left;
    font-size: 14px;
    color: #fff;
    letter-spacing .2px;
}
.head-li a {
    
    text-decoration: none;
    
}
.user-img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #7bb35c;
    border-radius: 50px;
}
.search-div {
    max-width: 740px;
    margin: auto;
    padding: 0px 15px;
    margin-top: 20px;
}
.srch-area {
    padding: 10px 10px;
    border-radius: 12px;
    box-shadow: 0 1px 10px rgba(0,0,0,.3);
    display: flex;
}
.inpt-srch {
    width: 88%;
    border: none;
    height: 34px;
    background: none;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #3b3b3b;
    letter-spacing: .2px;
}
.srch-bt {
    border: none;
    background: none;
    width: 65px;
}
.search-icn {
    width: 25px;
}
.bt-cntr {
    border: none;
    padding: 12px 12px;
    font-size: 15px;
    background: #7bb35c;
    color: #fff;
    border-radius: 5px;
    margin: 25px 5px 20px 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    transition: .2s ease;
    font-weight: bold;
    letter-spacing: .2px;
}
.bt-cntr:hover {
    background: #548737;
}
.btns {
    text-align: center;
}
.language-p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2px;
    padding: 0px 15px;
}
.language-p a {
    font-weight: normal;
}
.language-p a:hover {
}
.footer-outer{
    z-index: 99;
}
.footer-outer {
    z-index: 99;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.footer-shadow{
    padding-top: 100px;
background: linear-gradient(180deg, rgba(131,58,180,0) 0%, rgba(0,0,0,0.65) 100%);
}
.foorer-bg{
    
}
.ftr-ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.ftr-li {
    margin: 0px;
    float: left;
    padding: 10px 10px 0px 0px;
    font-size: 13px;
    color: #fff;
}
.ftr-li a {
    text-decoration: none;
    padding: 0px 10px 0px 0px;
}
.cpy-rt {
    padding-top: 10px;
    font-size: 13px;
}
.social-ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.social-li {
    margin: 0px;
    float: left;
    padding: 10px 10px 0px 0px;
    font-size: 14px;
    color: #fff;
}
.social-li a {
    text-decoration: none;
    padding: 0px 10px 0px 0px;
}
.nav-width{
    width:620px;
}


nav ul li { float: left; }

nav ul li.more {
  width: 3em;
  text-align: center;
  display: none;
  padding-bottom: 5px;
}



nav ul li a,
nav ul li span {
  display: block;
  text-decoration: none;
  padding: 2px 5px;
margin: 6px 5px;    
  cursor: pointer;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}



nav #overflow { 
  position: absolute;
  text-align: left;
  list-style: none;
  width: 160px;
  right: 110px;
  padding: 5px 3px;
  border-radius: 8px;
  top: 55px;
  box-shadow: 0 2px 4px rgba(0,0,0,.3);
  transition: .2s ease;
  display:none;
  opacity:0;
}

.more:hover #overflow {
    display: block;
    opacity:1;
}

nav #overflow li { float: none; }

.drp-li a {
    color: #000;
    text-decoration: none;
    text-shadow: 0px 2px 4px #000000b5;
}
.nav-w{
width: 900px;
}
#overflow li a {
    color: #484848;
    text-shadow: none;
    letter-spacing: .2px;
    padding: 7px 15px;
margin: 3px 5px;
}
#overflow li a:hover {
    background: #eee;
border-radius: 5px;
}
.menu-br{
    padding: 7px;
margin-top: 15px;
margin-right: 10px;
display: none;
}
.slide-out{
    padding:0px 7px;
}
.slide-in{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.slide-in:hover .slider-txt {
    top: 40px;
    background: #1e1e1ed4;
}
.slider-txt {
    position: absolute;
    background: #1e1e1ed4;
    left: 0px;
    top: 92px;
    right: 0px;
    bottom: 0px;
    transition: .3s ease;
    font-size: 13px;
    padding: 3px 10px;
    letter-spacing: 0.2px;
}   
.slide-in:hover .slider-txt p {
    opacity: .8;
    padding-top: 4px;
}
.slider-txt p {
    opacity: 0;
    transition: 0.4s ease;
    padding-top: 50px;
    line-height: 15px;
}
.bt-slide-out{
    padding: 0px 70px;
}

.prv:hover {
    opacity: 1;
}
.prv {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: #2e2e2e;
    color: #fff;
    border: none;
    padding: 12px 12px;
    border-radius: 5px;
    opacity: .7;
    transition: .2s ease;
    cursor: pointer;
}
.nxt:hover {
    opacity: 1;
}
.nxt:focus {
    outline: none;
    border: none;
}
.prv:focus {
    outline: none;
    border: none;
}   
.nxt {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: #2e2e2e;
    color: #fff;
    border: none;
    padding: 12px 12px;
    border-radius: 5px;
    opacity: .7;
    transition: .2s ease;
    cursor: pointer;
}
.mnu-br {
    margin: 9px 0px 9px 10px;
    padding: 10px 9px;
    font-size: 20px;
}
.menu-drp{
    right: 0px;
top: 70px;
width: 340px;
background: #fff;
padding: 15px 5px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
display: none;
z-index: 99;

}
.menu-drp.active{
    display:block;
}
.drp-ic-st {
    color: #7bb35c;
    margin-right: 20px;
}
.drp-mnu-st {
    padding: 10px 20px;
    font-size: 14px;
    background: ;
    margin: 2px 0px;
    border-radius: 5px;
transition: .2s ease;
}
.drp-mnu-st:hover {
    background: #f1f1f1;
     text-decoration:none;
}
.slider-head {
    padding: 0px 80px;
}

.top-hd-cnt::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0%;
    color: transparent;
    background: #7bb35c;
    height: 1px;
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
    transition-duration: .3s;
}
.top-hd-cnt:hover::after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
  width: 100%;
}
.top-hd-cnt:hover {
    color: #000 !important;
}


.top-hd-cnt::after.active{
    width: 100%;
    opacity: 1;
}

.drp-none{
    display:none;
}
.more-bt:hover {
    background: #548737;
}
.more-bt {
    position: absolute;
    bottom: 21px;
    right: 17px;
    font-size: 13px;
    background: #7bb35c;
    color: #fff !important;
    padding: 1px 7px;
    border-radius: 5px;
    transition: .2s all;
}
.slide-cls{
    display:none;
}
.menu-drp::after {
    content: '';
    position: absolute;
    top: -13px;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 5px solid transparent;
    right: 8px;
}
.usr-drp {
    z-index: 98;
    background: #fff;
    right: -5px;
    min-width: 200px;
    top: 70px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    display: none;
}
.usr-img-drp-div {
    width: 40px;
    margin: 0px auto;
    height: 40px;
    margin-top: 10px;
    border: 2px solid #7bb35c;
    border-radius: 50px;
}
.drp-usrname{
    font-size: 13px;
margin: 0px;
padding-top: 8px;
font-weight: bold;
color: #7b7b7b;
letter-spacing: .2px;
}
.drp-email{
    font-size: 13px;
color: #7bb35c;
margin: 0px ;
}
.user-cnt-st {
    font-size: 14px;
    padding: 4px 0px;
    margin: 2px 0px;
}
.drp-usr-ic {
    margin-right: 8px;
    color: #7bb35c;
}
.usr-drp-lgout:hover {
    background: #548737;
}
.usr-drp-lgout {
    background: #7bb35c;
    float: left;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 3px;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0px;
    border-radius: 5px;
    transition: .2s ease;
    
}
.usr-drp::after {
    content: '';
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -8px;
    right: 10px;
}
.usr-login {
    background: #fff;
    width: 100%;
    max-width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    overflow: hidden;
    min-height: 310px;
    z-index:100;
    display:none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.log-50{
    width:50%;
}
.login-bg-st {
    height: 100%;
    min-height: 310px;
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e3eff3;
}   
.log-r{
    min-height: 310px;
    text-align: center;
    padding:20px;
}
.log-txt-d{
    padding: 1px;
border: 2px solid #7bb35c7d;
width: 240px;
margin: 0px auto;
border-radius: 20px;
margin-top: 15px;
margin-bottom: 20px;
}

.log-input {
    background: none;
    border: none;
    width: 100%;
    font-size: 15px;
    height: 32px;
    padding-left: 32px;
    color: #47941d;
}
.lg-ic{
    font-size: 14px;
    left: 12px;
    top: 6px;
    color: #7bb35c;
}
.log-txt-b{
    padding: 1px;
width: 240px;
margin: 8px auto;
border-radius: 20px;
}
.log-bt{
    background: #7bb35c;
border: none;
color: #fff;
font-weight: bold;
letter-spacing: .2px;
width: 100%;
padding: 7px;
border-radius: 20px;
font-size: 15px;
transition: .2s ease;
}
.error-msg-log {
    left: 20px;
    top: 36px;
    font-size: 13px;
    color: #e32323;
    display: none;
}
.log-bt:hover {
    background: #548737;
}

.log-reg{
    font-size: 14px;
    color: #909090 !important;
    letter-spacing: .2px;
    transition: .2s ease;
}
.log-reg:hover{
    font-size: 14px;
    color: #548737 !important;
    letter-spacing: .2px;
}
.bg-clr1 {
    background: #00000015;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: none;
}
.log-cls:hover {
    color: #909090 !important;
}
.log-cls {
    color: #bfbfbf !important;
    right: 10px;
    top: 1px;
    font-size: 22px;
    transition: .2s ease;
}
.reg-rt{
    width:35%;
    margin-top: 70px;
}
.reg-lt{
    width:65%;
    margin-top: 30px;
    margin-bottom:10px
}
.chng-pass-rt{
    width:60%;
    margin-top: 70px;
}
.chng-pass-lt{
    width:40%;
    margin-top: 40px;
}

.rg-img{
    width: 80%;
}
.chng-pass-img{
    width: 45%;
}
.reg-frm{
    box-shadow: 0px 0px 20px 0px #e2e0df;
    padding: 20px 25px;;
    border-radius: 20px;
}
.reg-head{
    font-weight: bold;
    color: #5b5b5b;
    padding-top: 15px;
    margin-bottom: 20px;
}
.reg-txt {
    width: 100%;
    background: none;
    border: none;
    color: #5b5b5b;
    font-size:15px;
    border-bottom: 1px solid #83c4b28f;
    transition: .2s ease;
    height: 30px;
padding: 0px 10px;
}
.reg-txt:focus {
    border-bottom: 1px solid #7bb35c;
}
.reg-cont {
    padding: 14px 0px 3px 0px;
    margin: 5px 0px;
}
.reg-btn{
    width: 100%;
border: none;
margin-top: 20px;
background: #7bb35c;
color: #fff;
font-size: 15px;
font-weight: bold;
letter-spacing: .3px;
padding: 10px;
border-radius: 34px;
margin-bottom: 5px;
transition: .2s ease;
}
.reg-btn:hover {
    background: #6a9a50;
}
.reg-logo {
    position: absolute;
    width: 140px;
    z-index: 100;
    left: 50px;
    top: 20px;
}
.ftr-bg-res{
    
}
.head-logo {
    width: 145px;
    margin-right: 25px;
}
.head-div{
    padding: 25px 0px 10px 0px;
}
.header-srch {
    width: 100%;
    height: 45px;
    border: 1px solid #ececec;
    border-radius: 25px;
    box-shadow: 0px 0px 7px 0px #e2e0dfd4;
    display: flex;
    overflow: hidden;
}
.head-inpt {
    height: 100%;
    border: none;
    padding-left: 20px;
    background: none;
    width: 90%;
    letter-spacing: .2px;
    color: #3a3a3a;
}
.header-srch-bt {
    background: none;
    border: none;
    padding: 0px 20px;
}
.search-head {
    width: 22px;
}
.hd-mnu {
    padding: 0px 6px;
    margin: 0px 9px;
    font-size: 14px;
    color: #464646 !important;
    transition: .2s ease;
    border-radius: 21px;    
}
.hd-mnu-ic {
    font-size: 13px;
    margin-right: 5px;
    color: #7cb55c;
    transition: .2s ease;
}
.search-head-out {
    width:700px;
}


.hd-mnu:hover {
    background: #7cb55ce6;
    color: #fff !important;
    border-radius: 7px;
    box-shadow: 0px 0px 7px 0px #e2e0dfd4;
}


.hd-mnu:hover .hd-mnu-ic {
    color: #fff;
}

.hd-mnu.active {
    background: #7cb55ce6;
    color: #fff !important;
    border-radius: 21px;
    box-shadow: 0px 0px 7px 0px #e2e0dfd4;
}



.my-pr-img {
    width: 60px;
    border: 2px solid #7cb55c;
    border-radius: 50px;
    margin-top: 10px;
}
.my-pr-txt-lt{
font-size: 14px;
width: 150px;
font-weight: bold;
}
.my-pr-txt-rt{
font-size: 14px;
margin-right:30px;
font-weight: bold;

}
.pr-ic{
    color: #7bb35c;
    margin-right: 5px;
}
.my-pr-outr {
    width: 100%;
    max-width: 700px;
    box-shadow: 0px 0px 20px 0px #e2e0df;
    padding: 20px 25px;
    border-radius: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.pr-btn:hover {
    background: #69984f;
}
.pr-btn {
    font-size: 14px;
    background: #7bb35c;
    border: none;
    padding: 6px 13px;
    color: #fff;
    margin: 5px 0px 0px 20px;
    font-weight: bold;
    letter-spacing: .2px;
    border-radius: 5px;
    transition: .2s ease;
}
.ctg-bt:hover {
    background: #6a9950;
}
.ctg-bt {
    margin-left: 5px;
    background: #7cb55c;
    font-size: 14px;
    color: #fff;
    border: none;
    width: 200px;
    letter-spacing: .2px;
    border-radius: 5px;
    transition: .2s ease;
}
.ctg-inpt {
    height: 35px;
    margin-right: 5px;
}
.crt-nw-ct {
    padding: 10px 0px;
    display: flex;
}
.mng-ct-brd{
    border-bottom: 1px solid #ececec;
padding-bottom: 30px;
margin-bottom: 15px;
}
.ctg-lt-txt{
    font-size: 14px;
width: 150px;
font-weight: bold;
}
.mng-ct-div {
    padding: 10px 0px;
}
.mng-ct-bt {
    margin: 0px 5px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}
.mng-edt:hover {
    background: #6a9950;
}
.mng-edt {
    background: #7cb55c;
    transition: .2s ease;
}
.mng-dlt:hover {
    background: #c84747;
}
.mng-dlt {
    background: #e85656;
    transition: .2s ease;
}
.email-frnd {
    position: fixed;
    max-width: 700px;
    background: #fff;
    margin: 0px auto;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    padding: 20px 25px;
    text-align: center;
    display: none;
    z-index: 100;
    box-shadow: 0px 0px 20px 0px #e2e0df;
}
.snd-em-p {
    font-size: 14px;
    color: #9b9999;
}
.email-fr-cont {
    padding: 10px 0px 5px 0px;
    margin: 5px 0px;
}
.email-fr-bt {
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0px 15px;
    letter-spacing: .2px;
    font-weight: bold;
    height: 35px;
    margin: 5px;
    border-radius: 5px;
}
.snd-bt:hover {
    background: #6a9a50;
}
.snd-bt {
    background: #7bb35c;
}
.cncl-bt:hover {
    background: #7a7a7a;
}
.cncl-bt {
    background: #878787;
}
.
.adv-rt{
    width:40%;
    margin-top: 70px;
}
.adv-lt{
    width:60%;
    margin-top: 40px;
}
.adv-spn{
    position: absolute;
bottom: -8px;
right: 0;
font-size: 12px;
color: #bdbdbd;
}
.wb-lt{
    width: 70%;
}
.wb-rt{
    width: 30%;
}
.wb-rslt {
    font-size: 13px;
    color: #8c8c8c;
    letter-spacing: .2px;
}
.wb-rslt-hd {
    font-size: 20px;
    width:max-content;
    color: #3529bc;
    margin-bottom: 0px;
    letter-spacing: .2px;
    width: auto;
    float: left;
}


.wb-rslt-dmn {
    font-size: 14px;
    color: #acacac;
    width: auto;
    letter-spacing: .2px;
    margin-bottom: 0px;
}
.wb-rslt-a{
    float: left;
color: #3529BC;
}
.wb-rslt-info {
    font-size: 15px;
    letter-spacing: .2px;
    color: #454545;
    margin-bottom: 0px;
}
.wb-rslt-a:hover .wb-rslt-hd{
    text-decoration: underline;
}
.rslt-lnk {
    font-size: 13px;
    padding: 0px 5px;
    margin-right: 10px;
    color: #848484 !important;
}
.rslt-lnk:hover {
    text-decoration: underline !important;
}
.rslt-lnk-ic {
    color: #7cb55c;
}
.rslt-out{
    box-shadow: 0 1px 6px rgba(33, 34, 37, 0.28);
    padding: 12px 8px;
    border-radius: 10px;
}
.pgntn-li {
    list-style: none;
    margin: 0px 5px;
}
.pgntn-ul {
    margin: 0px;
    padding: 0px;
}
.pgntn-a {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    padding-top: 10px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #454545 !important;
}
.pgn-cnt{
    width: 30px;
    height: 30px;
    margin-top: 5px;
    padding-top: 5px;
}
.pgn-arw {
    background: #7cb55c;
    color: #fff !important;
}
.pgn-actv {
    background: #7cb55cba;
    color: #fff !important;
}
.pgntn{
    margin-left: 50%;
    transform: translateX(-50%);
    width: 300px;
}
.reg-error-msg {
    left: 25px;
    top: 48px;
    font-size: 13px;
    color: #e32323;
    display: none;
}


.cat-error-msg {
    left: 25px;
    top: 125px;
    font-size: 13px;
    color: #e32323;
    display: none;
}

.cat-update-error-msg{

    left: 30px;
    bottom: 6px;
    font-size: 15px;
    color: #e32323;
    display: none;

}



.gcaptcha {
    top: 75px;
    left: 15px !important;
}

.email_popup {
    left: 10px;
    top: 38px;
    font-size: 13px;
    color: #e32323;
    display: none;
}
.email-sucess {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    box-shadow: 0px 0px 20px 0px #c4c4c4;
    padding: 15px 10px;
    border-radius: 10px;
    width: 220px;
    text-align: center;
}
.sucess-img {
    width: 85px;
    opacity: .9;
    margin-top: 15px;
}
.sucess-p {
    padding-top: 15px;
    margin: 0px;
    color: #7bb35c;
    font-weight: bold;
    letter-spacing: .2px;
    font-size: 15px;
}

.passwrd_error {
    left: 15px;
    top: 45px;
    font-size: 13px;
    color: #e32323;
    display: none;
}

.rslt-qck-drp {
    background: #fff;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    display: none;
    float: left;
    width: 100%;
}
.rslt-cmnt-drp {
    padding: 10px;
    display: none;
    float: left;
    width: 100%;
    padding-bottom: 0px;
}
.rslt-cmnt-area {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 5px 10px 0px 10px;
    color: #454545;
    box-shadow: 0px 0px 7px 0px #d3d3d3d4;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    transition: .2s ease;
}
.rslt-cmnt-area:focus{
    border: 1px solid #92c289a3;
}
.rslt-cmnt-btn:hover {
    background: #6a9a50;
}
.rslt-cmnt-btn {
    border: none;
    margin-top: 5px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    color: #fff;
    background: #7cb55c;
    border-radius: 5px;
    transition: .2s ease;
}
.grid-item { 
    width: 20%; 
}

.grid-inner:hover {
    box-shadow: 0px 2px 7px 0px #bfbfbf;
}
.grid-inner {
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 5px 0px #d8d8d8;
    border-radius: 7px;
    overflow: hidden;
    padding-bottom: 9px;
    transition: .3s ease;
    width: 100%;
}
.grd-out {
    padding: 10px;
    float: left;
    width: 100%;
}
.rslt-img-cont {
    font-size: 13px;
    padding: 5px;
    color: aliceblue;
    margin: 0px;
    padding-bottom: 0px;
   width:max-content;
}
.rslt-img-link {
    font-size: 12px;
    padding: 0px 5px;
    margin: 0px;
    color: #c0c0c0;
    line-height: 12px;
    width:max-content;
}
.grid-inner:hover .rslt-img-cont,
.grid-inner:hover .rslt-img-link {
    text-decoration: underline;
}
.related-itm {
    padding: 5px 10px;
    margin: 0px 5px;
    background: #ebebeb;
    font-size: 13px;
    letter-spacing: .2px;
    font-weight: bold;
    color: #646464 !important;
    border-radius: 29px;
    overflow: hidden;
}
.relt-outer {
    position: relative;
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
}
.relt-inner {
    width: max-content;
    height: 29px;
    float: none !important;
}
.relt-outer::-webkit-scrollbar {
  height: 5px;
  border-radius: 10px;
}
.relt-outer::-moz-scrollbar {
  height: 5px;
  border-radius: 10px;
}
.relt-outer::-webkit-scrollbar-thumb {
  background: #cdcdcd; 
}
.relt-outer::-webkit-scrollbar-track {
  background: #f0f0f0; 
}  

.video-inner {
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 5px 0px #d8d8d8;
    border-radius: 7px;
    overflow: hidden;
    transition: .3s ease;
    margin-bottom: 20px;
}
.video-inner:hover {
    box-shadow: 0px 2px 7px 0px #bfbfbf;
}
.vdo-ttl{
    font-size: 13px;
    letter-spacing: .2px;
    margin: 0px;
    line-height: 18px;
}
.video-dtl{
    padding: 7px 10px;
}
.video-link{
    font-size: 12px;
    margin: 0px;
    color: #c0c0c0;
    line-height: 12px;
    padding-top: 3px;
}
.video-view{
    font-size: 13px;
    color: #7e7e7e;
}
.video-date{
    font-size: 13px;
    padding-left: 10px;
    color: #7e7e7e;
}
.video-ply {
    background: #000000b0;
    color: #fff;
    font-size: 13px;
    letter-spacing: .2px;
    font-weight: bold;
    bottom: 5px;
    left: 5px;
    padding: 1px 8px;
    border-radius: 5px;
}

.no-rslt{
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
    width: 90%;
    text-align: center;
}
.no-rslt-txt {
    padding-top: 10px;
    letter-spacing: .2px;
    color: #8b8a8a;
}
.no-rslt-img {
    width: 55%;
    opacity: .8;
}

.add_favourites {
    color: #FFA700;
    font-size: 15px;
    margin-left: 5px;
}

.fv-lt {
    width: 20%;
    padding-right: 20px;
}
.fv-rt {
    width: 80%;
    padding-left: 20px;
    border-left: 1px solid #e9e9e9;
}
.fv-outr{
    margin-top: 40px;
}
.fv-rslt{
    box-shadow: none;
}
.fv-rslt {
    box-shadow: none;
    padding: 10px 0px;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0px;
    margin: 0px !important;
}
.fv-ct-hd {
    font-size: 17px;
    background: #7cb55c;
    color: #fff;
    padding: 12px 10px;
    letter-spacing: .2px;
    border-radius: 9px;
}
.fv-ct-a:hover {
    background: #f1f1f1;
}
.fv-ct-a {
    font-size: 14px;
    letter-spacing: .2px;
    padding: 10px 10px;
    font-weight: bold;
    margin-bottom: 5px;
    transition: .2s ease;
    border-radius: 9px;
}
.fv-ct-ic {
    margin-right: 12px;
    color: #7cb55c;
    margin-left: 5px;
}







.fv-drp-cnt {
    position: relative;
    width: 200px;
    cursor: pointer;
    outline: none;
    background: #7cb55c;
    padding: 10px 12px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .2px;
    border-radius: 9px;
}



.fv-drpdwn {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: white;
    border-radius: inherit;
    border: 1px solid #e8e5e5;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    padding: 10px 5px;
    border-radius: 9px;

}
.fv-drpdwn li:hover {
    background: #f1f1f1;
}
.fv-drpdwn li {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    transition: .2s ease;
}

.fv-drp-cnt.active .fv-drpdwn {
    opacity: 1;
    pointer-events: auto;
}
.fv-drp-ic {
    right: 11px;
    top: 11px;
    color: #fff;
}
.msg-s {
    text-align: center;
    max-width: 280px;
    background: #fff;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 20px 0px #c4c4c4;
    padding: 15px 10px;
    border-radius: 10px;
    display: none;
}
.msg-c {
    text-align: center;
    max-width: 280px;
    background: #fff;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 20px 0px #c4c4c4;
    padding: 15px 10px;
    border-radius: 10px;
    display: none;
}
.suc-p {
    padding-top: 10px;
    margin: 0px;
    letter-spacing: .2px;
    font-size: 14px;
    font-weight: bold;
}
.suc-ic {
    width: 60px;
}

.add_fav_images {
    position: absolute;
    right: 17px;
    bottom: 30px;
}

.fa_color{
color: #3529BC;

}
.data_srce{

 width: auto;

}
.select2-selection.select2-selection--single {
    width: 150px;
    height: 40px;
    border: none;
    background: #7cb55c;
    position: relative !important;
    border-radius: 9px;
}
.select2-selection__rendered {
    height: 40px;
    line-height: 40px !important;
    font-size: 14px;
    color: #fff !important;
    letter-spacing: .2px;
}
.select2-selection__arrow {
    height: 40px !important;
    right: 5px !important;
}
.select2-dropdown.select2-dropdown--below {
    width: 150px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.select2-results__option.select2-results__option--selectable {
    font-size: 14px;
    color: #393939;
    letter-spacing: .2px;
}   
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #7cb55cc9;
}
.fv-drp-dwn {
    width: auto;
    float: right;
}
.fv-drp1 {
    float: left;
    margin-right: 10px;
}
.fv-drp2 {
    float: left;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}
.select2.select2-container.select2-container--default {
    width: 150px !important;
}
.select2-dropdown {
    border-radius: 9px;
}
.fv-web{
border-bottom: 1px solid #e9e9e9;
    float: left;
}
.fv-img{
    float: left;
    border-bottom: 1px solid #e9e9e9;
}
.fv-vdo{
    float: left;
    border-bottom: 1px solid #e9e9e9;
}

.fv-twtr{ 
    float: left;
    border-bottom: 1px solid #e9e9e9;
}


.fv-hd{
    float: left;
}
.fv-v-div{
    float: left;
}
.twtr-img-div {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 0px #d3d3d3d4;
}
.rslt-twtr {
    float: left;
    padding-left: 60px;
}
.twt-cnt{
    padding-top: 8px;
    float: left;
}

.twt_desc{

width: auto;

}
.select2-container--default .select2-results__option--selected {
    background-color: transparent;
}
.itunes-fltr{
    float: left;
    margin-bottom: 10px;
}
.select2-results__options {
    overflow: hidden;
}
.itune-fltr-srch {
    float: left;
    margin-left: 10px;
    height: 40px;
    border: none;
    border-radius: 9px;
    padding: 0px 20px;
    color: #fff;
    background: #7cb55c;
    border: 2px solid #7cb55c;
}
*:focus {
    outline: none;
}

.it_heading{

width:auto;

}

.externl_lnk_icn{

float: none !important;
width: auto !important;

}

.title_itns {
    float: none !important;
    width: auto !important;
}


.title_itns:hover {
    color: #3529BC;
}

button:focus {
    outline: none;
}
.cmnt-name {
    font-size: 14px;
    color: #575757;
    margin-bottom: 0px;
}
.drp-cmnts {
    padding: 10px;
    background: #f0f0f0;
    border-radius: 6px;
    margin-bottom: 5px;
    float: left;
}
.cmnt-cnt {
    font-size: 13px;
    color: #959595;
    margin-bottom: 0px;
}
.cmnt-date-time {
    font-size: 12px;
    padding-top: 0px;
    float: left;
    width: 100%;
    color: #a2a2a2;
}
.cmnt-cnt {
    font-size: 13px;
    color: #717171;
    margin-bottom: 0px;
    float: left;
    padding-top: 3px;
    line-height: 18px;
}
.drp-cmnt-area {
    float: left;
    max-height: 220px;
    overflow-y: auto;
    margin-bottom: 10px;
    scrollbar-width: thin;
}



.radio-cstm {
    float: left;
    display: block;
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #575757;
    padding-right: 10px;
}
.radio-cstm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #7cb55c;
}
.radio-cstm:hover input ~ .checkmark {
  background-color: #eee;
}
.radio-cstm input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-cstm input:checked ~ .checkmark:after {
  display: block;
}
.radio-cstm .checkmark::after {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7cb55c;
    position: absolute;
}
.cmnt-drp-outer{
    float: left;
    margin-right: 2px;
}


.cmt_error_msg{

left: 10px;
    top: 38px;
    font-size: 15px;
    color: #e32323;
    display: none;

}


#nav-head {
    list-style: none;
    padding: 0px;
}
.hd-nv-li {
    float: left;
}





.head-drp-main {
  width: 100%;
}

.head-drp-main ul { 
margin: 0px;
list-style: none;
padding: 0px;
 }

.head-drp-main ul li { float: left; }

.head-drp-main ul li.more-bt-drp {
  text-align: center;
  display: none;
}

.head-drp-main ul li.more-bt-drp:hover ul#drp-ovrflw {
  opacity: 1;
  visibility: visible;
}

.head-drp-main ul li a,
.head-drp-main ul li span {
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.head-drp-main ul li a:hover,
.head-drp-main ul li span:hover { background: #7CB55C; }

.head-drp-main #drp-ovrflw {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  background: #fff;
box-shadow: 0 1px 6px rgba(33, 34, 37, 0.28);
border-radius: 10px;
padding: 10px 5px;
z-index: 100;
}

.head-drp-main #drp-ovrflw li { float: none; }

.head-drp-main #drp-ovrflw li a:hover {
    background: #FFF !important;
    box-shadow: none;
    color: #545454 !important;
}


.head-drp-main #drp-ovrflw li a:hover { background: #46CFB0; }
.spn-mr {
    font-size: 14px;
    padding: 0px 6px;
    margin: 0px 5px;
    border-radius: 21px;
}
.spn-mr:hover {
    color: #fff !important;
    border-radius: 7px;
}
#drp-ovrflw li .hd-mnu-ic {
    color: #7cb55c;
}
.spn-mr:hover .hd-mnu-ic {
    color: #fff !important;
}
#drp-ovrflw li a {
    width: 100%;
    padding: 5px 7px;
    margin: 0px;
}
.head-drp-main #drp-ovrflw li a:hover {
    background: #eaeaea !important;
}

.checkbox-custom {
  display: block;
position: relative;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
float: left;
top: 5px;
}
.checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.chk-mrk {
    position: absolute;
top: 0;
left: 0;
height: 15px;
width: 15px;
background-color: #fff;
border: 1px solid #7cb55c;
border-radius: 4px;
}
.checkbox-custom:hover input ~ .chk-mrk {
  background-color: #eee;
}
.checkbox-custom input:checked ~ .chk-mrk {
  background-color: #fff;
}
.chk-mrk:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-custom input:checked ~ .chk-mrk:after {
  display: block;
}
.checkbox-custom .chk-mrk::after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #7cb55c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fv-wb {
    padding-left: 20px;
}
.chck-img {
    left: 5px !important;
    top: 9px !important;
}
.fav-p {
    padding-left: 25px;
}
.chck-vdo {
    top: 4px !important;
    left: 0px !important;
}
.fav-p-v {
    padding-left: 20px;
}
.fv-tw-img {
    left: 22px;
}
.fv-tw-cnt{
    padding-left: 82px;
}
.chck-twtr{
    top: 1px;
}
.vw-mr-bt:hover {
    background: #67994b;
}
.vw-mr-bt {
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    border: none;
    background: #7cb55c;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    letter-spacing: .2px;
    border-radius: 9px;
    transition: .2s ease-in;
}

.fv-end-drp {
    float: left;
}
.end-bt {
    float: left;
    margin-bottom: 20px;
    border: none;
    background: #7cb55c;
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .2px;
    border-radius: 9px;
    transition: .2s ease-in;
    height: 40px;
    margin-left: 8px;
}
.fv-noresult {
    text-align: center;
    float: left;
    padding-top: 80px;
}


.img_noresult {
    width: 220px;
    opacity: .8;
}

.categry_display{

float:left;

}


.catgrydivuser {
    float: left;
    color: #848484;
    font-size: 13px;
    letter-spacing: .2px;
}
.image-pop {
    position: fixed;
    width: 100%;
    background: #141414e6;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
    z-index: 10000000000;
}
.image-pop-lt{
    float: left;
    width: 65%;
}
.image-pop-rt{
    float: left;
    width: 35%;
}
.pop-img-div {
    margin-top: 70px;
    text-align: center;
    height: 500px;
    padding-right: 20px;
    border-right: 1px solid #4d4d4d;
}
.pop-cnt{ 
    margin-top: 70px;
    padding-left: 20px;
}
.pop-img {
    max-width: 100%;
    min-height:100%;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.63);
}
.pop-img-head {
    font-size: 20px;
    color: #ededed;
    margin: 0px;
    letter-spacing: .2px;
}
.pop-cmt {
    font-size: 15px;
    color: #ededed;
    margin: 0px;
    letter-spacing: .2px;
}
.pop-img-p {
    font-size: 14px;
    color: #7c7c7c;
    letter-spacing: .2px;
    margin: 0px;
}
.pop-txt {
    padding: 10px;
    background: #333;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    float: left;
}
.pop-link {
    font-size: 13px;
    background: #2b2b2b;
    color: #ededed !important;
    padding: 7px 8px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
}
.img-cmnt{
    background: #2b2b2b;
}
.img-cmnt-outr{
    display: block !important;
}
.img-c-name{
    color: #ededed;
}
.radio-cstm-img {
    color: #7c7c7c;
    font-size: 13px;
}
.radio-cstm-img:hover input ~ .checkmark {
    background-color: #eee0 !important;
}
.checkmark-img {
    background-color: #fff0 !important;
}
.img-cmnt-area{
    background: #2b2b2b;
    border: none;
    box-shadow: none;
    color: #828181;
    font-size: 13px !important;
}
.img-cmnt-ht {
    max-height: 200px;
}
.close-img-bt {
    position: absolute;
    width: 30px;
    text-align: center;
    height: 30px;
    background: #222222c9;
    padding: 7px;
    border-radius: 5px;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.cls-ic {
    width: 100%;
    float: left;
}

.cls-ic {
    width: 100%;
    float: left;
}
.main-bg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000003b;
    z-index: 99;
    display: none;
}
.cmnt-pop {
    position: fixed;
    z-index: 100;
    margin-top: 60px;
    max-width: 700px;
    width: 92%;
    background: #fff;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35);
    display: none;
 top: 0px;
}
.cmnt-pop-inner{
    padding: 15px;
    float: left;
    width: 100%;
}
.close-cmnt-bt:hover {
    background: #222222b5;
}
.close-cmnt-bt {
    position: absolute;
    width: 25px;
    text-align: center;
    height: 25px;
    background: #2222225c;
    padding: 6px;
    border-radius: 6px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transition: .2s ease;
}
.drp-cmnt-v {
    max-height: 250px !important;
}
.map-dtl {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.map-srch-div {
    padding: 15px;
    max-width: 420px;
    position: relative;
}
.map-srch-inner{
    display: flex;
    z-index: 101;
position: relative;
}

.gt-dir {
    width: 25%;
    background: #785623;
}
.srch-bt-map {
    position: absolute;
    right: 0px;
}
.map-srch {
    width: 100%;
    padding-left: 10px;
    border: none;
    background: transparent;
}   
.srch-bt-map {
    position: absolute;
    right: 0px;
    border: none;
    background: 0px;
    bottom: 0px;
    top: 0px;
    width: 60px;
}
.map-srch {
    width: 100%;
    padding-left: 35px;
    border: none;
    background: transparent;
    height: 45px;
    font-size: 14px;
}
.srch-inpt {
    width: 80%;
    background: #fff;
    margin-right: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.get-drctn {
    height: 45px;
    border: none;
    width: 100%;
    background: #fff;
}
.gt-dir {
    width: 20%;
    background: transparent;
    margin-left: 5px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.lcn-mp {
    color: #7cb55c !important;
    font-size: 17px;
}
.mp-lc {
    top: 13px;
    left: 13px;
}
.drctn-bt{
    font-size: 21px;
    color: #7cb55c;
}
.get-drctn-drp {
    left: 65px;
    right: 65px;
    top: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: .3s ease;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
}
.get-drctn-drp.active {
    left: 15px;
    right: 15px;
    top: 70px;
    opacity: 1;
    visibility: visible;
}
.gt-dir-inpt {
    width: 100%;
    padding-left: 15px;
    border: none;
    background: transparent;
    height: 45px;
    font-size: 14px;
}
.gt-dr {
    margin-left: 40px;
    margin-right: 20px;
}
.dr-lc {
    top: 13px;
    left: -25px;
}
.dt-ic{
    font-size: 9px;
    margin-top: 6px;
    margin-left: 3px;
    color: #7cb55c;
}
.lcn-ic {
    font-size: 15px;
    margin-left: 2px;
}
.drp-head {
    font-size: 17px;
    padding: 10px 0px 0px 15px;
    margin: 0px;
    color: #525252;
}
.drctn-btn {
    float: right;
    margin-right: 20px;
    margin-bottom: 12px;
    border: none;
    padding: 8px 8px;
    background: #7cb55c;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
}
.prnt-bt{
    position: absolute;
bottom: 100px;
z-index: 20;
left: 15px;
}
.prnt-btn-st:hover {
    text-decoration: none;
    color: #444;
}
.prnt-btn-st {
    padding: 13px 10px;
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
    color: #6c6c6c;
    letter-spacing: .2px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    transition: .2s ease;
}
.trnst-head {
    font-size: 26px;
    letter-spacing: .2px;
}
.trnslt-div {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 10px;
    min-height: 200px;
}
.te-sm-hd {
    font-size: 18px;
    letter-spacing: .2px;
    width: max-content;
}
.tr-hd {
    padding-top: 5px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
}

.sl-lag-out {
    float: left;
    width: auto;
    position: relative;
    padding-left: 60px;
    cursor: pointer;
}
.trnslt-stle {
    float: left;
    font-size: 15px;
    letter-spacing: .3px;
    color: #8d8d8d;
    font-weight: bold;
}
.lang-ic {
    position: absolute;
    color: #7cb55c;
    font-size: 20px;
    left: 30px;
}
.lang-drp.active {
    position: absolute;
    top: 50px;
    left: 10px;
    right: 10px;
    height: 300px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 5px;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    z-index: 99;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
}
.lang-drp {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    height: 300px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
    overflow-y: auto;
    
}
.lang-drp-list {
    float: left;
    width: 33.33%;
    padding: 2px;
}
.lang-drp-list-inner:hover {
    background: #f1f1f1;
}
.lang-drp-list-inner {
    background: #fff;
    cursor: pointer;
    padding: 7px 9px;
    font-size: 14px;
    letter-spacing: .2px;
    border-radius: 5px;
    color: #545454;
    to-arw
    padding-left: 15px;
}
.trnslt-txt {
    width: 100%;
    height: 110px;
    border: none;
    padding-top: 5px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: .2px;
    color: #585252;
}
.trnslt-rslt {
    width: 100%;
    padding-top: 5px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: .2px;
    color: #585252;
    float: left;
}
.trnslt-out-rslt {
    float: left;
    max-height: 110px;
    overflow: auto;
}
.trnslt-list-hd {
    font-size: 17px;
    color: #545454;
    padding-top: 10px;
}
.trnslt-rslt-ul {
    float: left;
    padding-right: 20px;
    padding-left: 0px;
}
.trnslt-rslt-li {
    list-style: none;
    font-size: 13px;
    letter-spacing: .2px;
    color: #606060;
    padding: 4px 0px;
}
.trnslt-arw {
    margin-left: 7px;
    transform: rotate(0deg);
    color: #8d8d8d;
    font-size: 14px;
    transition: .3s ease;
}
.trnslt-arw.active {
    transform: rotate(180deg);
}
.prfl-sub-hdr {
    float: right;
}
.prfl-sub-ic {
    margin-right: 5px;
    color: #7cb55c;
}

.prfl-sub-inner {
    width: auto;
    float: right;
}


.sub-hd-lnk:hover {
    border-radius: 9px;
    box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
    background: #faf9f9;
}

.sub-hd-lnk.active {
    border-radius: 9px;
    box-shadow: 0 0px 13px 0 rgba(0, 0, 0, 0.2);
    background: #faf9f9;
}



.sub-hd-lnk {
    font-size: 15px;
    color: #585858 !important;
    font-weight: bold;
    padding: 7px;
    margin-right: 5px;
    transition: .3s ease;
    border-radius: 9px;
    background: #faf9f9;
}

.hm-pg-ht {
    width: 100%;
    float: left;
}

.prfl-menu{ 
    display: none;
}

.prfl-sub-hdr {
    float: left;
    width: 100%;
}

.prfl-sub-hdr {
    float: left;
    width: 100%;
}

.add-to-srch{
	width: 100%;
	float: left;	
}
.srch-add {
    max-width: 1000px;
    margin: 0px auto;
}
.add-srch-hd {
    text-align: center;
    color: #545454;
    font-size: 22px;
    padding-top: 40px;
}
.spn-cnt {
    color: #575757;
    font-size: 15px;
    letter-spacing: .2px;
    font-weight: bold;
}	
.ad-srch-rd{
    float: left;
    width: 100%;
    padding-top: 2px;
}

.add-chck {
    float: left;
    width: 20%;
}
.ad-chk-mrk{
	top: 3px;
}
.chk-txt{
	font-size: 14px;
    padding-left: 21px;
    color: #575757;
}
.add-srch-btn:hover {
    background: #6ea052;
}
.add-srch-btn {
    padding: 8px 17px;
    margin-top: 30px;
	margin-bottom: 30px;
    border: none;
    background: #7cb55c;
    color: #fff;
    font-size: 15px;
    border-radius: 9px;
    letter-spacing: .2px;
    transition: .3s ease;
}
.brd-bt {
    border-bottom: 1px solid #e9e9e9;
}
.add-srch-div {
    max-width: 720px;
    margin: 0px auto;
    text-align: center;
	position: relative;
}
.add-srch-logo {
    margin-bottom: 20px;
    width: 175px;
}
.ad-srch-bx {
    width: 100%;
    display: table;
    height: 54px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3	);
	overflow: hidden;
	margin-bottom: 15px;
}
.ad-srch-inpt-out {
    width: 100%;
    display: table-cell;
}
.ad-srch-bt-out {
    display: table-cell;
}
.add-srch-inpt {
    width: 100%;
    border: none;
    height: 54px;
    padding-left: 15px;
    color: #717171;
    letter-spacing: .2px;
    font-size: 18px;
}
.add-src-bt {
    width: 75px;
    height: 54px;
    border: none;
	background: transparent;
}
.ad-srch-ic {
    right: 75px;
    border-right: 1px solid #e9e9e9;
    top: 50%;
    transform: translateY(-50%);
	padding: 5px 10px;
    cursor: pointer;
}
.ad-srch-ic-st {
    color: #a9a9a9;
    margin-right: 5px;
}

.add-srch-drp {
    left: 40px;
    right: 40px;
	top: 100px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	padding: 5px;
	transition: .3s ease;
	z-index: 99;
}
.add-srch-drp.active {
	top: 145px;
    left: 0px;
    right: 0px;
	opacity: 1;
	visibility: visible;
}
.srch-drp-list:hover {
    background: #f1f1f1;
}

.srch-drp-list.active {
    background: #f1f1f1;
}


.srch-drp-list {
    width: 10%;
    text-align: center;
    float: left;
    padding: 5px 0px;
    border-radius: 5px;
    transition: .3s ease;
    cursor: pointer;
}
.srch-drp-list-txt {
    font-size: 14px;
    margin-top: 2px;
    color: #575757;
    font-weight: bold;
    margin-bottom: 0px;
	margin-top: 5px;
}
.srch-drp-list-spn {
    color: #a9a9a9;
    font-size: 15px;
}
.srch-txtarea-hd {
    font-size: 14px;
    color: #575757;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.srch-code {
    width: 100%;
    padding: 0px 10px;
    font-size: 14px;
    height: 200px;
    border: none;
}
.srch-code-div {
    box-shadow: 0px 0px 20px 0px #e2e0df;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    margin-top: 10px;
}
.srch-lst-ic {
    color: #a9a9a9;
    margin-right: 7px;
    font-size: 13px;
}

.slct-language {
    font-size: 14px;
    color: #575757;
}

.lng-lnk {
    color: #575757;
}
.lng-spn-1 {
    font-weight: bold;
    padding-right: 5px;
}
.lng-lnk:hover {
    color: #649548 !important;
}
.lng-lnk {
    color: #575757;
    padding: 0px 7px;
    transition: .3s ease;
}
.lng-spn-2 {
    padding-left: 6px;
    cursor: pointer;
    transition: .3s ease;
}

.lng-spn-2-ic.active {
    transform: rotate(180deg);
}
.lng-spn-2-ic {
    margin-left: 2px;
    transition: .3s ease;
    width: 10px;
    top: -1px;
    position: relative;
}
.lng-spn-2:hover .main-lang-drp-div{
    color: #575757 !important;
}
.main-lang-drp-div:hover {
    color: #575757;
}
.main-lang-drp-div {
    right: 0px;
    width: 180px;
    cursor: default;
}
.main-lang-drp {
    width: 100%;
    float: left;
    margin: 10px 0px;
}
.main-lang-drp-div {
    right: 0px;
    width: 120px;
    cursor: default;
    background: #fff;
    height: 120px;
    overflow: hidden;
    border-radius: 9px;
	visibility: hidden;
	opacity: 0;
	transition: .3s ease;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
	top: -5px;
	padding: 5px;
}
.main-lang-drp-div.active {
    right: 0px;
    width: 180px;
	visibility: visible;
	opacity: 1;
	top: 25px;
}
.main-lang-drp:hover {
    background: #f1f1f1;
}
.main-lang-drp {
    width: 100%;
    float: left;
    margin: 1px 0px;
    padding: 5px 0px;
    transition: .3s ease;
    border-radius: 5px;
	font-size: 13px;
}
.main-lang-drp-div-inner {
    float: left;
    width: 100%;
    overflow: auto;
    height: 110px;
}
.slct-country {
    font-weight: normal;
	cursor: pointer;
}
.cntry-spn-2-ic.active {
    transform: rotate(180deg);
}
.cntry-spn-2-ic {
    margin-left: 2px;
    transition: .3s ease;
    width: 10px;
    top: -1px;
    position: relative;
}
.cntry-flg {
    width: 17px;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.cntry-drp-outr {
	top: -10px;
    width: 150px;
    right: 0px;
    background: #fff;
    height: 120px;
    padding: 5px;
	border-radius: 9px;
	visibility: hidden;
	opacity: 0;
	transition: .3s ease;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.cntry-drp-outr.active {
	visibility: visible;
	opacity: 1;
	top: 25px;
	width: 190px;
}
.cntry-drp-inner {
    text-align: left;
    background: #fff;
    float: left;
    height: 110px;
    overflow: auto;
}
.cntry-drp {
    width: 100%;
    float: left;
    font-size: 13px;
}
.cntry-drp:hover {
    background: #f1f1f1;
}
.cntry-drp {
    width: 100%;
    float: left;
    font-size: 13px;
    padding: 5px 0px;
    margin: 1px 0px;
    border-radius: 5px;
    transition: .3s ease;
}

.lang-drp-clr{

color: #575757 !important;
 text-decoration: none;

}

.result-div:hover {
    color: #3529BC;
}
.result-div {
    font-size: 20px;
    color: #3529BC;
    margin-bottom: 0px;
    letter-spacing: .2px;
    word-wrap:anywhere;
}


.bck-clr-new {
    background: #fff;
}

.image-bckg {
    left: -40px;
    right: -40px;
    top: -90px;
    z-index: 50;
}

