*, html, body, ul, li, p, h1, h2, h3, h4{ margin:0; padding:0; }
body{ font:14px/22px 'Roboto'; overflow-x:hidden; }
p{ margin-bottom:12px; }
a{ text-decoration:none; color:#000; }
ul{list-style:none;}
button:active, button:focus, input:active, input:focus, textarea:active, textarea:focus{ outline:0; border:0; }
.container{ width:1360px; margin:0 auto; }
.clearfix:after, .fig-blk:after, .container:after, .chk-blk:after, .rw:after{ content:''; display:block; clear:both; height:0; overflow:hidden; }
input::-webkit-input-placeholder{ color:#999;}input:-moz-placeholder{ color:#999;}input::-moz-placeholder{ color:#999;}input:-ms-input-placeholder{ color:#999;}

/**** Hearder ***/
#header{ box-shadow: 0px 0px 11px 0px #b3b3b3; }
.logo{ float:left; padding:6px 0; }
.hdr-btns{ float:right; padding-top:35px; }
.hdr-btns .btns{ background:url(../../img/frontend/adver.png) no-repeat 134px center #000; color:#fff; padding:10px 26px 10px 10px; font-size:14px; border:0; width:170px; text-align:center; box-sizing:border-box; border-radius:18px; margin-left:5px; cursor:pointer; }
.hdr-btns .btns:hover{ box-shadow:0px 1px 4px 0px #a9a9a9; }
.hdr-btns .btns.n1{ background:url(../../img/frontend/signin.png) no-repeat 128px center #E87A23; }
.hdr-btns2{ display:none; float:right; margin-top:32px; position:relative; }
.hdr-btns2 span{ display:block; width:19px; height:15px; background:url(../img/menu-icon.png) no-repeat center; cursor:pointer; }
.hdr-btns2 ul{ position:absolute; right:0; background:#fff; padding:5px 10px; border:1px solid #e4e4e4; border-radius:5px; width:160px; top:18px; display:none; }
.hdr-btns2.active ul{ display:block; }
.hdr-btns2 li{ border-top:1px solid #e4e4e4;padding:5px 0; }
.hdr-btns2 li:first-child{ border:0; }
.hdr-btns2 li a{ display:block; }
.hdr-btns2 li a:hover{ color:#0088CC; }

/**** Navigation ***/
#navigation ul{ display:block; text-align:center; }
#navigation ul li{ display:inline-block; }
#navigation li a{ display:block; padding:15px 20px; font-size:15px; font-weight:bold; }
#navigation li a:hover{ color:#26a7e7; }
#navigation li.active a{ color:#fff; background:#26A7E7; }

/**** Banner *****/
#banner{ }
#banner li{ line-height:0;  background-size:cover }
#banner li img{ width:100%; height:auto; }
.offer-wrap{
    background: #FF344F;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
     }
/**** search ***/
#search-bar{ background:#010101; padding:4px 0; }
.srch-bx {
   background: #fff;
   border-radius: 24px;
   position: relative;
   padding: 0 150px 0 55px;
   margin: 0 90px;
   height: 49px;
}
.srch-bx .lt-ico{ position:absolute; left:20px; top:14px; background:url(../../img/frontend/lens.png) no-repeat center; width:20px; height:21px;  }
.srch-bx .field{ height:48px; border:0; background:none; text-align:left; font-size:15px; font-style:italic; color:#397D9E; }
.srch-bx .field-keyword{ width:60%; float: left; padding-right: 30px; box-sizing: border-box; }
.srch-bx .field-zip{ width:38%; padding-right: 30px; box-sizing: border-box; }
.srch-bx .field::-webkit-inp38-placeholder{font-style:italic; color:#82abbf;}
.srch-bx .btn {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #E87A23;
    color: #fff;
    font-size: 15px;
    border: none;
    padding: 0;
    border-radius: 25px;
    cursor: pointer;
    width: 140px;
    height: 43px;
}

.srch-bx .btn:hover{background:#ff9948;}

@media (max-width:960px){
    .srch-bx{ margin:0 0;}
}
@media (max-width:480px){
    .srch-bx .btn{ padding:13px 16px; }
}

/**** title ***/
.title{ box-shadow:0px 0px 11px 0px #b3b3b3; }
.title h1{ font-size:20px; padding:15px 0; }

/**** highlight videos ***/
#hgh-lt{ background:#E5E2E2; padding:25px 0; box-shadow: inset 0px 5px 11px 0px #b3b3b3; }
#hgh-lt .rw{ margin:0 -19px; }
#hgh-lt .col6{ float:left; width:50%; padding:0 14px; box-sizing:border-box; }
.ht-video{ background:#fff; padding:16px; line-height:0; }
.ht-video img{ width:100%;}
.ht-video-sub{background:#1179AC; padding:29px; color:#fff; }
.ht-video-sub h3{ font-size:20px; margin-bottom:19px; color:#fff; font-weight:normal; }
.ht-video-sub li{ position:relative; padding-left:135px; min-height:90px; font-size:15px; margin-top:18px; }
.ht-video-sub li:first-child{margin-top:0;}
.ht-video-sub li .sub-fig{ width:120px; position:absolute; left:0; top:0; }
.ht-video-sub li .sub-fig img{ width:100%; }
.ht-video-sub li:after{ content:''; display:block; clear:both; height:0; overflow:hidden; }
.ht-video-sub li h4{ font-size:18px; font-weight:normal; }

@media (max-width:980px){
    #hgh-lt .col6{ width:100%; } 
}

/**** Content ***/
.content{padding-top:25px;padding-bottom:25px;}
.content h2{font-size:22px;font-weight:normal;margin-bottom:22px}

.fig-blk{ margin: 0 -14px; } 
.fig-blk figure{ width:20%; display:block; float:left; padding:0 14px; box-sizing:border-box; margin:0 0 25px 0;; }  
.fig-blk figure img{ width:100%; } 
.fig-blk figure figcaption{ font-size:14px; min-height:66px } 
.fig-blk figcaption span{ color:#F77E08; }

@media (max-width:730px){
    .hdr-btns .btns { background: url(../../img/frontend/adver.png) no-repeat 98px center #000; padding: 10px 25px 10px 8px; width: 130px; }
    .hdr-btns .btns.n1 { background: url(../../img/frontend/signin.png) no-repeat 88px center #E87A23; }
}
@media (max-width:640px){
    .srch-bx { padding: 0 100px 0 55px; }
    .logo img{ width:190px; } .hdr-btns { padding-top: 21px; }
}
@media (max-width:1375px){
    .container{ width:100%; box-sizing:border-box; padding-left:25px; padding-right:25px; }
}
@media (max-width:1200px){
    .fig-blk figure{ width:25%; }
}
@media (max-width:900px){
    .fig-blk figure{ width:33.3333333%; }
}
@media (max-width:650px){
    .fig-blk figure{ width:50%; } 
    /*.hdr-btns{ display:none; } */
    /*.hdr-btns2{ display:block; }*/
    .hdr-btns .btns {
    padding: 7px 15px;
    width: auto;
    font-size: 12px;
    }
    #header .logo a img {
    max-width: 170px;
    }
    #header .hdr-btns {
    padding-top: 22px;
    }

}
@media (max-width:480px){
    .fig-blk figure{ width:100%;
        margin: auto !important;
        margin-bottom: 10px !important;
        border: 1px solid #d2d1d1;
        padding: 15px 8px;
        max-width: 300px;
        float: initial;
     }
}


.sub-title{ border-bottom:1px solid #dedede; margin-bottom:20px; }
.sub-title h2 { font-size:18px; padding:15px 0; margin-bottom:0; font-weight:normal; }
.fig-cov{ border:1px solid #1179AC; padding:15px; margin-bottom:20px; }
.fig-cov .fig-blk figure{ margin:0;}
.img-ttl{ vertical-align:middle; width:40px; margin:-14px 0 -9px 20px; }
.mor{text-align:right;padding-top:6px;line-height:12px;}
.mor a{}
.mor a:hover{color:#EA8A3E}



/**** Footer ***/
#footer{ background:#0088CC; }
.fot-inner{padding-top:15px;padding-bottom:15px;}
.fot-logo{ float:left;display: none; }
.fot-rt{ width: 100%; text-align: center; padding: 20px 0; clear: both; }
.fot-nav { display: block; clear: both; }
.fot-nav a{ color:#fff; margin:0 14px }
.fot-nav a:last-child{ margin-right:0; }
.fot-nav a:hover{ color: #a2e0fd; }
.cprt{ color:#fff; text-align: center; padding-top: 20px; }
.cprt img{ vertical-align:middle; margin-left:12px; }
.socio{ float:right; text-align:center; padding:12px 0 12px 0;width: 100%; }
.socio a{ display:inline-block; margin:0 1px; }
.socio img{ vertical-align:middle; display:inline-block; width:42px; }
.socio_pop img{ vertical-align:middle; display:inline-block; width:42px; }
@media (max-width:1240px){
    .socio { padding: 12px 0 12px 11%; }
}
@media (max-width:1170px){
    .socio { padding: 12px 0 12px 7%; }
}
@media (max-width:1110px){
    .socio { width: 100%; padding: 0; }
    .socio img{ width:40px; }
    .socio_pop img{ width:40px; }
    .fot-rt{ padding-top: 15px; width: 100%; clear: both; text-align: center; }
    .cprt { display: inline-block; }
    .fot-logo { display:none; }
    .expired_wraper {height: calc(100vh - 284px) !important;}
}
.pop-video-dtle ul.contact-adv li.contact-icon
{
    padding-left: 56px;
}
.pop-video-dtle ul.contact-adv li.contact-icon img
{
    display: block;
}
.pt-10
{
    padding-top: 10px !important;
}

/*.popup{ position:fixed; top:0; right:0; bottom:0; left:0; width:0; height:0; overflow:hidden }
.popup.active{ display:block;  width:100%; height:auto; overflow:initial; }
.popup .overlay{position:fixed; width:100%; top:0; right:0; bottom:0; left:0; background:rgba(255, 255, 255, 0.8); z-index:900;display:none;}
.popup.active .overlay{ display:block; }
.popup .close{position:absolute; top:12px; right:12px;background: url(../img/close.png) no-repeat center; width:14px; height:14px; cursor:pointer; }
.popup .pop-box{ position:absolute; opacity:0; top:10%; left:50%; transform:translate(-50%, -50%); width:1180px; background:#DEE0E1; box-shadow:0 0 38px 0px #717171; z-index:1000; transition:all .5s ease-out }
.popup.active .pop-box{top:50%; opacity:1;}
.pop-col{ width:50%; float:left; }
.vdo-blk{ text-align:center; padding:35px; line-height:0; }
.vdo-blk img{ width:100%; }

.pop-frm{ background:#0188CC; padding:20px 45px; color:#fff; min-height:430px; font-size:16px; display:none; }
.pop-frm h3{ font-size:20px; margin-bottom:10px; }
.chk-blk{ margin-bottom:15px; margin-top:5px; }
.chk-blk label{ width:33.3333333%; float:left; }
.chk-blk input[type="checkbox"]{ display:none; }
.chk-blk input[type="checkbox"] + i{ background:#fff; width:18px; height:18px; display:inline-block; }
.chk-blk input[type="checkbox"]:checked + i{ position:relative; }
.chk-blk input[type="checkbox"]:checked + i:after{content:'';display:block;position:absolute;border-left:2px solid #0188CC;border-bottom:2px solid #0188CC; width:9px; height:4px; left:3px; top:5px; transform:rotate(-50deg);}
.form-grp{ margin-bottom:15px; }
.form-grp input[type="text"],.form-grp textArea{ background:#fff; width:100%; padding:7px 10px; height:35px; box-sizing:border-box; font-size:13px; border:0; }
.form-grp textArea{ height:80px; }
.form-grp .bond{ font-size:12px; display:block; margin-bottom:7px; line-height:17px; }
.pop-box .btn-cov button{background:#010101; color:#fff; font-size:15px; border:none; padding:13px 35px; border-radius:25px; cursor: pointer; float:right;}

.pop-video-dtle{ background:#fff; padding:30px 45px; color:#010101; min-height:400px; font-size:16px; display:none; }
.pop-frm.active, .pop-video-dtle.active{ display:block; }
.pop-video-dtle ul{ padding:0 0 30px 15px;  }
.pop-video-dtle ul li{ position:relative; padding:0 0 20px 45px}
.pop-video-dtle ul li a,.pop-video-dtle ul li a.n1:hover{ color:#EA8A3E; }
.pop-video-dtle ul li a.n1{color:#010101;}
.pop-video-dtle ul li i{ position:absolute; left:0; top:0; }
.pop-video-dtle h3{ font-size:20px; margin-bottom:30px; }
.pop-video-dtle .share{}
.pop-video-dtle .share a{ display:inline-block; margin-right:6px; }
.popup .pop-video-dtle .close{background: url(../img/close2.png) no-repeat center; }*/

.popup{ position:fixed; top:0; right:0; bottom:0; left:0; width:0; height:0; overflow:hidden }
.popup.active{ display:block;  width:100%; height:auto; overflow:initial; }
.popup .overlay{position:fixed; width:100%; top:0; right:0; bottom:0; left:0; background:rgba(255, 255, 255, 0.8); z-index:900;display:none;}
.popup.active .overlay{ display:block; }
.popup .close{position:absolute; top:12px; right:12px;background: url(../../img/frontend/close.png) no-repeat center; width:14px; height:14px; cursor:pointer; }
.popup .pop-box{ position:absolute; opacity:0; top:10%; left:50%; transform:translate(-50%, -50%); width:1180px; background:#DEE0E1; box-shadow:0 0 38px 0px #717171; z-index:1000; transition:all .5s ease-out }
.popup.active .pop-box{top:50%; opacity:1;}
.pop-col{ width:50%; float:left; position:relative; }
.pop-col.n1{min-height:570px; overflow:hidden;}
.vdo-blk{ text-align:center; padding:35px; min-height:497px;  line-height:0; position:relative; }
.vdo-blk img{ width:100%; }
.vdo-blk .close{background: url(../../img/frontend/close2.png) no-repeat center; width:14px; height:14px; cursor:pointer;position:absolute; top:12px; right:12px; display:none; }

.pop-frm{ background:#0188CC; padding:20px 45px; color:#fff; height: 575px;; font-size:16px; position:absolute; transform:translateY(100%); top:0; box-sizing:border-box; width:100%;opacity:0; overflow-y:auto;}
.pop-frm h3{ font-size:20px; margin-bottom:10px; }
.chk-blk{ margin-bottom:15px; margin-top:5px; }
.chk-blk label{ width:33.3333333%; float:left; font-size: 14px; }
.chk-blk input[type="checkbox"]{ display:none; }
.chk-blk input[type="checkbox"] + i{ background:#fff; width:18px; height:18px; display:inline-block; }
.chk-blk input[type="checkbox"]:checked + i{ position:relative; }
.chk-blk input[type="checkbox"]:checked + i:after{content:'';display:block;position:absolute;border-left:2px solid #0188CC;border-bottom:2px solid #0188CC; width:9px; height:4px; left:3px; top:5px; transform:rotate(-50deg);}
.form-grp{ margin-bottom:15px; }
.form-grp input[type="text"],.form-grp textArea{ background:#fff; width:100%;color:#444; padding:7px 10px; height:35px; box-sizing:border-box; font-size:13px; border:0; }
.form-grp textArea{ height:80px; font-family: 'Roboto'; }
.form-grp .bond{ font-size:12px; display:block; margin-bottom:7px; line-height:17px; }
.pop-box .btn-cov button{background:#010101; color:#fff; font-size:15px; border:none; padding:13px 35px; border-radius:25px; cursor: pointer; float:right;}

.pop-video-dtle{ background:#fff; bottom:0; padding:30px 45px; color:#010101; min-height:570px; font-size:16px; position:absolute; top:0;transform:translateY(-100%); width:100%; box-sizing:border-box; }
.pop-frm, .pop-video-dtle{ transition:all .4s ease-out;opacity:1 }
.pop-frm.active, .pop-video-dtle.active{ transform:translateY(0%) }
.pop-video-dtle ul{ padding:10px 0 10px 15px; clear: both; margin-bottom: 35px;border-bottom: 1px solid #ccc;}
.pop-video-dtle ul li{ position:relative; padding:0 0 20px 45px}
.pop-video-dtle ul li a,.pop-video-dtle ul li a.n1:hover{ color:#EA8A3E; }
.pop-video-dtle ul li a.n1{color:#010101;}
.pop-video-dtle ul li i{ position:absolute; left:0; top:0; }
.pop-video-dtle h3{ font-size:20px; margin-bottom:30px; }
.pop-video-dtle .share{}
.pop-video-dtle .share a{ display:inline-block; margin-right:2px; }
.popup .close{background: url(../../img/frontend/close2.png) no-repeat center; }

.pop-video-dtle h3.md-title
{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.figure_container.cmp-name-block
{
    display: flex;
    padding-left: 45px;
    margin-top: 25px;
}
.cmp-name-block{
    padding-left: 45px;
    display: flex;
}
.inline-adv-contact.list-contact-style{
    flex-direction: column;
    align-items: flex-start !important;
    border-top: none;
    border-bottom: none;
}
.inline-adv-contact.list-contact-style li{
    margin: 20px 0;
}
.cmp-name-block .figure_details{
    padding-left: 0;
}
.cont-adv-details li.privacy_details{
    padding-bottom: 0;
}
.cmp-name-block .figure_logo{
    left:0px;
}
.cmp-name-block .figure_logo img{
    width:50px;
    height: 50px;
    object-fit: cover;
}
.cont-adv-details
{
    padding-left: 60px !important;
}
.form-control {
    border: 1px solid #ddd;
    border-radius: 0px !important;
    box-shadow: none;
    color: #555;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
}
input.form-control:active,
input.form-control:focus,
textarea.form-control:active,
textarea.form-control:focus {
    outline: 0;
    border: 1px solid #ddd;
}
.form-control:focus {
    box-shadow:0 0 8px rgba(0, 136, 204, 0.29);
}
textarea.form-control {
    min-height: 120px;
}
.btn {
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    border: none;
}
.btn-primary {
    background-color: #1ea2e3;
}
.note-error {
    color: red;
    font-size: 11.5px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}
.vdo-blk iframe{ width:100%; }
iframe
{
    border: none;
}
div#subscription_model_box {
    padding: 0;
}
.avatar-body .col-md-9 {
    margin-bottom: 20px;
}

@media (max-width:1210px){
    .popup .pop-box{ width:98%;}
}
@media (max-width:980px){
    .popup{ position:absolute; }
    .popup.active .pop-box{ width:98.5%; transform:translate(-50%, 5px); top:0%; left:50%; }
    .pop-col, .popupbox02 .pop-col { width:100% !important; float:none !important;}
    .popup .close{background: url(../img/close2.png) no-repeat center; }
    .vdo-blk .close{ display:block !important; }
    .popup .close{ display:none; }
}
@media (max-width:550px){
    .pop-col.n1{min-height:inherit;}
    .pop-frm, .pop-video-dtle{ transform:translateY(0%);position:static;display:none; }
    .pop-frm.active, .pop-video-dtle.active{ transform:translateY(0%); display:block; }
}
.fb_iframe_widget {
    vertical-align: top;
}
.share .twitter-share-button {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 10px;
}
.share div:nth-child(3) {
    vertical-align: top !important;
    margin-left: 10px !important;
}

.cms_data * {
    margin: inherit;
    padding: 5px 0;
}
.cms_data table {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
}
.cms_data table tr td {
    background-color: #eee;
    padding: 8px 10px;
    border:1px solid #ddd
}
.cms_data table tr:nth-child(even) td {
    background-color: #fafafa;
}
.cms_data ul,
.cms_data ol {
    margin: 0 0 0 30px;
}
.cms_data ul li {
    margin:0;
    list-style: initial;
}
.cms_data ol li {
    margin:0;
}
.cms_data a {
    color:#0088CC;
}
.cms_data a:hover {
    text-decoration: underline;
}

.figure_container {
    display: block;
    position: relative;
}
.figure_logo {
    position: absolute;
    left: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.figure_logo img {
    max-width: 50px;
    max-height: 50px;
}
.figure_details {
    float: left;
    padding-left: 58px;
    width: 100%;
    box-sizing:border-box;
}
.figure_details > p {
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
}
.figure_details > h3 {
    margin-top: 10px;
}

.srch-bx .field.error_frontend::-webkit-input-placeholder{color:#FF0000;}
.sel_cat_error
{
  color: red !important;
}
.business_type
{
  cursor: pointer !important;
}
.lbl_chk_bx, .lbl_txt_bx {
    display: inline-block;
    float: left;
}
.lbl_txt_bx {
    line-height: 20px;
    padding-left: 8px;
}

.pop-video-dtle ul li a.n1 {
color: #EA8A3E;
}
.pop-video-dtle ul li a.n1:hover {
color: #178fc1;
}
.no_data_front_div{
    padding-left: 16px;
}
section#content {
min-height: calc(100vh - 327px);
}
section#content.home_campaign_list {
    min-height: auto;
}
.pop-shr{ background:#0188CC; padding:20px 45px; color:#fff; height: 570px;; font-size:16px; position:absolute; transform:translateY(100%); top:0; box-sizing:border-box; width:100%;opacity:0; overflow-y:auto;}
.pop-shr h3{ font-size:20px; margin-bottom:10px; }
.pop-shr{ transition:all .4s ease-out;opacity:1 }
.pop-shr.active{ transform:translateY(0%) }

.popupbox02 .pop-col.n1 {
    min-height: 570px;
    overflow: hidden;
    float: right;
}
.popupbox02 .pop-col {
    width: 50%;
    float: left;
    min-height: 505px;
    position: relative;
}
a.spotlight_contact {
    bottom: 0px;
    right: 40px;
    position: absolute;
	    color: #f5fcff;
	cursor: pointer;
}
.popupbox03 .pop-col.n1 {
    min-height: 570px;
    overflow: hidden;
    float: right;
}
.popupbox03 .pop-col {
    width: 33.3%;
    float: left;
    min-height: 505px;
    position: relative;
}


.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.box-01 {
	
}
.box-02 {
	background: #fff;
    padding: 30px 45px;
    color: #010101;
    min-height: 575px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
	position: static !important;
	transform: none !important;
}
.box-03.active{
    display: block;
}
.box-03 {
    display: none;
    background: #0188CC;
    padding: 20px 45px;
    color: #fff;
    min-height: 575px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
}


.before_payment_error{
	    background-color: #ffdee1;
    color: red;
    font-size: 12px;
    font-style: italic;
    padding-left: 20px;
    width: 105px;
    border-radius: 5px;
}  


@media (max-width:550px){   
    .pop-shr{ transform:translateY(0%);position:static;display:none; }
    .pop-shr.active{ transform:translateY(0%); display:block; }
}

#banner{ position:relative;}
.collapse_banner { 
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    background: #26A7E7;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    z-index: 15;
    }
.bannerBtn img{ transform:rotate(180deg);}
#hgh-lt .col6.ht_video_cntr {
float: none;
margin: 0 auto;
}

/*=======BUG FIXES======*/

.ht-video-sub {
    min-height: 454px;
}
#bannerwraper.banner_toggle {
    height: 100px !important;
    overflow: hidden;
    display: block !important;
}
#bannerwraper {
    height: auto;
    display: block !important;
}
.collapse_banner span {
    color: #fff;
    font-size: 35px;
}
.collapse_banner .bnr_show {
    display: block;
    line-height: 27px;
}
.collapse_banner .bnr_hide {
    display: none;
}
.collapse_banner_wrap.active .collapse_banner .bnr_show {
    display: none;
}
.collapse_banner_wrap.active .collapse_banner .bnr_hide {
    display: block;
    font-size: 22px;
}

.expired_wraper {
    width: 100%;
    height: calc(100vh - 326px);
    display: table;
    text-align: center;
}
.expired_wraper .text-primary {
    color: #428bca;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 0 0;
}
.ht-video-sub ul li p {
    margin-bottom: 5px;
}

.collapse_banner.prev {
    right: inherit;
    left: 10px;
}

#banner.banner_home #search-bar.searchnew {
    position: absolute;  
    bottom: 70px;
    background: transparent;
    width: 100%;
    z-index: 10;
}
#banner #search-bar.searchnew .container {
    width: 100%;
}
#banner #search-bar.searchnew .srch-bx {
    margin: 0 auto;
    width: 750px;
    padding: 0 110px 0 55px;
    /*border: #26a7e7 3px solid;*/
    border-radius: 30px;
}
#banner #search-bar.searchnew .srch-bx .field-keyword {
    width: 335px;
    padding-right: 10px;
}
#banner #search-bar.searchnew .srch-bx .field-zip {
    width: 180px;
    padding-right: 0;
    padding-left: 15px;
    color: #26a7e7;
}
#banner #search-bar.searchnew .srch-bx .field-category {
    width: 230px;
    outline: none;
}
#banner #search-bar.searchnew .srch-bx .btn {
    right: 5px;
    top: 5px;
    font-size: 14px;
    width: 95px;
    height: 39px;
}
#bannerwraper.banner_toggle #search-bar.searchnew {
    bottom: 18px;
}

#banner #bannerwraper li {
    display: none;
}
#banner.commercialville_wrap #bannerwraper .commercialville_banner {
    display: block;
}
#banner.localyocal_wrap #bannerwraper .localyocal_banner {
    display: block;
}
#banner .banner_logo_wrap, #banner .banner_logo_wrap li {
    width: 100%;
    text-align: center;
    display: block;
}
#banner.commercialville_wrap #bannerwraper li.commercialville_banner_logo, #banner.localyocal_wrap #bannerwraper li.localyocal_banner_logo {
    display: block;
}
#banner.commercialville_wrap #bannerwraper li.commercialville_banner_logo img, 
#banner.localyocal_wrap #bannerwraper li.localyocal_banner_logo img {
    width: 30%;
}
#banner #bannerwraper li.mobile_banner_logo {
    display: none;
}
#banner #bannerwraper .bannerimg_wrap {
    display: block !important;
}
.popup.active {
    z-index: 150;
}
.spotlightpopup .pop-video-dtle .close {
    display: none;
}

@media (max-width: 999px) {
    #banner #search-bar.searchnew .srch-bx {
    width: 500px;
    }
    #banner #search-bar.searchnew .srch-bx .field-zip {
    width: 80px;
    }
    #banner #search-bar.searchnew .srch-bx .field-keyword {
    width: 180px;
    }
    #banner #search-bar.searchnew .srch-bx .field-category {
    width: 235px;
    }
    #banner #search-bar.searchnew {
    bottom: 50px;
    }
}

@media (max-width: 980px) {
    .ht-video-sub {
    min-height: auto;
    }
    #popupBox02.popup.active .pop-box, #popupBox01.popup.active .pop-box {
    width: 90%;
    transform: none;
    top: 30px;
    left: 5%;
    position: fixed;
    height: auto;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    }
    #popupBox02 .pop-video-dtle.active, #popupBox01 #made-in-ny {
    transform: none;
    position: relative;
    min-height: auto;
    }
    #popupBox02 .popupbox02 .pop-col {
    min-height: auto;
    }
    .pop-video-dtle ul {
    padding: 0 0 10px 15px;
    }
    .pop-video-dtle h3 {
    margin-bottom: 10px;
    }
    #popupBox02 .pop-frm {
    height: auto;
    position: relative;
    transform: none;
    }
    #popupbox02 .pop-col.n1 {
    min-height: auto;
    }
    #popupbox02 .pop-col, #popupbox01 .pop-col {
    width: 100%;
    min-height: auto;
    }
    #popupbox02 .pop-col.n1, #popupbox01 .pop-col.n1 {
    min-height: auto;
    }
    .popup .close {
    display: block;
    position: fixed;
    top: 30px;
    width: 30px;
    height: 30px;
    border-radius: 0 5px 5px 0;
    right: 5%;
    background: #078bcd url(../../img/frontend/close.png) no-repeat center;
    background-size: 10px;
    border: #0786c5 1px solid;
    border-left: 0;
    margin-right: -31px;
    }
    .popup .pop-video-dtle .close {
        display: none;
    }
    .figure_container {
    height: 60px;
    }
    #popupbox01 .pop-video-dtle.active {
    position: relative;
    height: auto;
    min-height: auto;
    }
    #popupbox01 .pop-col.n1 {
    min-height: auto;
    }
    #made-in-ny-spotlight iframe {
        height: auto !important;
    }
    .pop-col.n1 {
    min-height: auto;
    }
    .pop-video-dtle {
        position: relative;
        transform: none;
        max-height: 0px;
        overflow: hidden;
        padding: 30px 45px;
        min-height: 0px;
    }
    .pop-frm {
        height: auto;
        position: relative;
        transform: none;
        max-height: 0px;
        padding: 0px 45px;
        min-height: 0px;
    }
    .pop-shr {
        height: auto;
        position: relative;
        transform: none;
        max-height: 0px;
        padding: 0px 45px;
        min-height: 0px;
    }
    .pop-shr.active,
    .pop-frm.active,
    .pop-video-dtle.active {
        transform: none;
        padding: 0px;
        max-height: 1000px;
    }
    .vdo-blk iframe {
    height: auto !important;
    }
    .pop-shr .close {
        display: none;
    }
    #banner #search-bar.searchnew {
    bottom: 30px;
    }
    .popupbox02 .pop-col {
        min-height: auto !important;
    }
    .popupbox02 .pop-col.n1 {
        min-height: auto !important;
    }
 
.popup .pop-col {
    min-height: auto !important;
}

}

@media (max-width:767px) {
    #banner #search-bar.searchnew {
    position: relative;
    bottom: inherit;
    }
    #banner #search-bar.searchnew .srch-bx {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    margin: 10px 0 15px 0;
    }
    #banner .srch-bx .lt-ico {
    left: 0px;
    top: 5px;
    background-size: 14px;
    }
    #banner #search-bar.searchnew input, #banner #search-bar.searchnew select {
    border-bottom: #e4e1e1 1px solid;
    height: 38px;
    }
    #banner #search-bar.searchnew .srch-bx .field-keyword {
    width: 100%;
    padding: 0 0 0 25px;
    float: left;
    margin-bottom: 10px;
    }
    #banner #search-bar.searchnew .srch-bx .btn {
    right: 0;
    top: inherit;
    bottom: 0;
    border: none;
    }
    #banner #search-bar.searchnew .srch-bx .field-zip {
    width: calc(50% - 110px);
    padding: 0;
    margin-left: 25px;
    }
    #banner #search-bar.searchnew .srch-bx .field-category {
    width: 45%;
    border-radius: 0;
    padding: 0;
    }
    #banner.commercialville_wrap #bannerwraper li.commercialville_banner_logo img, #banner.localyocal_wrap #bannerwraper li.localyocal_banner_logo img {
    width: 40%;
    }
    #banner #bannerwraper li.mobile_banner_logo {
    display: block;
    position: relative;
    }
    #search-bar .banner_logo_wrap {
    display: none !important;
    }
    #banner #bannerwraper li.mobile_banner_logo .banner_logo_wrap {
    position: absolute;
    bottom: 15px;
    }
    #bannerwraper.banner_toggle {
    height: auto !important;
    }
    #banner #bannerwraper.banner_toggle .bannerimg_wrap {
    height: 80px;
    overflow: hidden;
    }
    #bannerwraper.banner_toggle #search-bar.searchnew {
    bottom: 0;
    }
    #banner #search-bar.searchnew input, #banner #search-bar.searchnew select {
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    }
    #popupBox02.popup.active .pop-box, #popupBox01.popup.active .pop-box {
    left: 10px;
    width: calc(100% - 55px);
    top: 10px;
    }
    /*#popupBox02 .pop-video-dtle.active, #popupBox01 #made-in-ny, .pop-video-dtle, .pop-shr {
    padding: 20px;
    }*/
    .popup .close {
    top: 10px;
    right: 14px;
    margin-right: 0;
    }

    #banner.banner_home #search-bar.searchnew {
    position: relative;
    top: 0;
    background: transparent;
    width: 100%;
    z-index: 10;
    }


}


@media (max-width:640px) {
    a.spotlight_contact {
    bottom: initial;
    right: initial;
    position: relative;
    }
    #banner #bannerwraper.banner_toggle .bannerimg_wrap {
    height: 50px;
    }
}

@media (max-width:560px) {
    #banner #search-bar.searchnew .srch-bx .btn {
    position: relative;
    margin: 15px 0 0 0;
    width: 100%;
    height: 35px;
    padding: 0;
    line-height: 33px;
    }
    #banner #search-bar.searchnew .srch-bx .field-zip {
    width: calc(50% - 30px);
    }
    #banner #search-bar.searchnew .srch-bx .field-category {
    width: 50%;
    }
}

@media (max-width:480px) {
    #navigation li a {
    padding: 10px 15px;
    font-size: 13px;
    }
    .pop-video-dtle ul {
    padding: 10px 0;
    }
    .pop-video-dtle ul li {
    padding: 5px 0 10px 45px;
    font-size: 15px;
    }
    .pop-frm {
    padding: 20px 25px;
    }
    .pop-video-dtle .share a {
    margin-right: 0;
    }
    .pop-video-dtle, #popupBox02 .pop-video-dtle.active, #popupBox01 #made-in-ny, .pop-video-dtle {
    padding: 15px;
    }

}

@media (max-width:420px) { 
    #header .logo a img {
        max-width: 130px;
    }
    #header .hdr-btns {
    padding-top: 14px;
    }
    .hdr-btns .btns {
    padding: 7px 10px;
    margin-left: 2px;
    }
    .hdr-btns .btns {
    font-size: 10px;
    }
    #header .logo a img {
    max-width: 120px;
    }
    #banner #search-bar.searchnew .srch-bx .field-category {
    width: 100%;
    margin-bottom: 10px;
    }
    #banner #search-bar.searchnew .srch-bx .field-zip {
    width: 100%;
    margin-left: 0;
    }
}

@media (max-width:380px) {
    .chk-blk label {
    width: 50%;
    }
}
.display-inline-block{
    display: inline-block !important;
}


@media (max-width:500px) {
    .chk-blk.labelresponsive label {
    width: 100%;
    
}
}
#gallery_contact_2 input[type="text"]::-webkit-input-placeholder {
    color: #252222;
}
#gallery_contact_2 textArea::-webkit-input-placeholder {
    color: #252222;
}
#gallery_contact_2 input[type="text"]::-moz-placeholder {
    color: #252222;
}
#gallery_contact_2 textArea::-moz-placeholder {
    color: #252222;
}
#gallery_contact_2 input[type="text"]:-ms-input-placeholder {
    color: #252222;
} 
#gallery_contact_2 textArea:-ms-input-placeholder {
    color: #252222;
} 
#gallery_contact_2 input[type="text"]:-o-input-placeholder {
    color: #252222;
}
#gallery_contact_2 textArea:-o-input-placeholder {
    color: #252222;
}


#gallery_contact input[type="text"]::-webkit-input-placeholder {
    color: #252222;
}
#gallery_contact textArea::-webkit-input-placeholder {
    color: #252222;
}
#gallery_contact input[type="text"]::-moz-placeholder {
    color: #252222;
}
#gallery_contact textArea::-moz-placeholder {
    color: #252222;
}
#gallery_contact input[type="text"]:-ms-input-placeholder {
    color: #252222;
} 
#gallery_contact textArea:-ms-input-placeholder {
    color: #252222;
} 
#gallery_contact input[type="text"]:-o-input-placeholder {
    color: #252222;
}
#gallery_contact textArea:-o-input-placeholder {
    color: #252222;
}


#share_content input[type="text"]::-webkit-input-placeholder{
    color:#252222;
}
#share_content input[type="text"]::-moz-placeholder{
    color:#252222;
}
#share_content input[type="text"]:-ms-input-placeholder{
    color:#252222;
}
#share_content input[type="text"]::-o-input-placeholder{
    color:#252222;
}


#gallery_contact_2 span.error_icon {
    position: absolute;
    left: -17px;
    top: 0;
    font-size: 19px;
    color: #cc5252;
    /*padding-top: 13px;*/
}
#gallery_contact_2 .form-grp {
    position:relative;
}
#gallery_contact_2 .note-error {
    background: #cc5252;
    padding: 3px 12px;
    border-radius: 5px;
    color:#fff;
    display: inline-block;
    margin-top:5px;
}
#gallery_contact span.error_icon {
    position: absolute;
    left: -17px;
    top: 0;
    font-size: 19px;
    color: #cc5252;
    /*padding-top: 13px;*/
}
#gallery_contact .form-grp {
    position:relative;
}
#gallery_contact .note-error {
    background: #cc5252;
    padding: 3px 12px;
    border-radius: 5px;
    color:#fff;
    display: inline-block;
    margin-top:5px;
}
#share_content .note-error {
    background: #cc5252;
    padding: 3px 12px;
    border-radius: 5px;
    color:#fff;
    display: inline-block;
    margin-top:5px;
}
#gallery_contact span.error_icon_1 {
    position: absolute;
    left: -17px;
    top: 40px;
    font-size: 19px;
    color: #cc5252;
/*    padding-top: 13px;*/
}
#gallery_contact_2 span.error_icon_1 {
    position: absolute;
    left: -17px;
    top: 40px;
    font-size: 19px;
    color: #cc5252;
    /*padding-top: 13px;*/
}
#share_content span.error_icon {
    position: absolute;
    left: 30px;
    top: 51px;
    font-size: 19px;
    color: #cc5252;
    /*padding-top: 13px;*/
}
.modal-height-change .pop-box {
    min-height: 625px;
}
.modal-height-change .pop-col {
    
    min-height: 625px;
}
.modal-height-change .pop-col.n1 {
    min-height: 625px;
   
}
.modal-height-change .pop-frm{
    height: 625px;
}
.modal-height-change .pop-shr {
    
    height: 625px;
}
.figure_details.no_logo {
    padding-left: 0;
}
#share_content #shr_msg{
    font-size: 14px !important;
}
#share_content .btn-cov{
    margin-bottom: 25px;
}


#subscriptionBox {
   min-height: 545px;
}
#subscriptionBox .pop-box {
  
   width: 565px;
      -webkit-box-shadow: 0px 0px 25px 6px rgba(143,162,224,0.73);
   -moz-box-shadow: 0px 0px 25px 6px rgba(143,162,224,0.73);
   box-shadow: 0px 11px 45px 0px rgba(57, 72, 121, 0.73);
   /**min-height: 570px;**/
   min-height: 505px;
   min-height: 390px;
}
/**#subscriptionBox .pop-video-dtle {
   
   min-height: 543px;
}
**/




#subscriptionBox .close {
background: url(../../img/frontend/close2.png) no-repeat center;
margin-top: 6px;
margin-right: 6px;
background-color: #e5eef3;
padding: 8px;
border-radius: 25px;
z-index: 10;
top: 15px;
right: 15px;
width: 15px;
height: 14px;
border: 0;
}

#subscription_form .form-control {
   border: 1px solid #8ab4cc;
  
   height: 40px;
   padding: 6px 12px;
   
   box-sizing: border-box;
}

#subscription_form .form-group {
   margin-bottom: 15px;
}

button#subscription_submit {
   float: right;
   cursor: pointer;
   background-color: #0288cd;
   color: #fff;
   height: 40px;
}
#subscription_form .form-group label {
    font-size: 14px;
    color: #666666;
}
.alert-message {
    text-align: center;
    height: 150px;
}
.success-message-alert .alert-message {
    margin-left: -46px;
    margin-right: -46px;
    margin-top: -18px;
    height: 205px;
    text-align: center;
    background: -moz-linear-gradient(133deg, rgba(55,196,107,1) 0%, rgba(117,221,124,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(117,221,124,1)), color-stop(100%, rgba(55,196,107,1)));
    background: -webkit-linear-gradient(133deg, rgba(55,196,107,1) 0%, rgba(117,221,124,1) 100%);
    background: -o-linear-gradient(133deg, rgba(55,196,107,1) 0%, rgba(117,221,124,1) 100%);
    background: -ms-linear-gradient(133deg, rgba(55,196,107,1) 0%, rgba(117,221,124,1) 100%);
    background: linear-gradient(317deg, rgba(55,196,107,1) 0%, rgba(117,221,124,1) 100%);
}
.success-message-alert img{
    text-align: center;
    display: block;
    margin: 0 auto;
        padding-top: 40px;
}
.success-message-alert h3 {
    visibility: hidden;
}
div#subscribe_message h2 {
    margin-top: 80px;
    font-size: 32px;
    font-weight: normal;
}

div#subscribe_message div {
    margin-top: 14px;
    color: #4c4c4c;
    line-height: 28px;
    font-size: 17px;
}

.success-message-alert .pop-box {
        min-height: 530px;
}


.success-message-alert .pop-video-dtle h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.success-message-alert .pop-video-dtle {
    padding: 18px 45px;
        min-height: 471px;
}
.fail-message-alert .pop-box {
        min-height: 530px;
}
.fail-message-alert .alert-message {
    margin-left: -46px;
    margin-right: -46px;
    margin-top: -18px;
    height: 205px;
    text-align: center;
    background: -moz-linear-gradient(133deg, rgba(218,64,80,1) 0%, rgba(228,126,98,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(228,126,98,1)), color-stop(100%, rgba(218,64,80,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(133deg, rgba(218,64,80,1) 0%, rgba(228,126,98,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(133deg, rgba(218,64,80,1) 0%, rgba(228,126,98,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(133deg, rgba(218,64,80,1) 0%, rgba(228,126,98,1) 100%); /* ie10+ */
    background: linear-gradient(317deg, rgba(218,64,80,1) 0%, rgba(228,126,98,1) 100%); /* w3c */
}
.fail-message-alert img{
    text-align: center;
    display: block;
    margin: 0 auto;
        padding-top: 37px;
}
.fail-message-alert h3 {
    visibility: hidden;
}

.fail-message-alert .pop-box {
        min-height: 530px;
}


.fail-message-alert .pop-video-dtle h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.fail-message-alert .pop-video-dtle {
    padding: 18px 45px;
        min-height: 471px;
}
#subscriptionBox .pop-video-dtle {
    min-height: 390px;
}
.stay-connected-head {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold; 
    padding: 23px 30px;
    background: rgba(37,103,194,1);
background: -moz-linear-gradient(left, rgba(37,103,194,1) 0%, rgba(31,162,227,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,103,194,1)), color-stop(100%, rgba(31,162,227,1)));
background: -webkit-linear-gradient(left, rgba(37,103,194,1) 0%, rgba(31,162,227,1) 100%);
background: -o-linear-gradient(left, rgba(37,103,194,1) 0%, rgba(31,162,227,1) 100%);
background: -ms-linear-gradient(left, rgba(37,103,194,1) 0%, rgba(31,162,227,1) 100%);
background: linear-gradient(to right, rgba(37,103,194,1) 0%, rgba(31,162,227,1) 100%);
color:#fff;
text-transform:uppercase;
}
.form-content {
    padding: 30px;
    box-shadow: -1px 2px 1px 1px #d5dde2;
}

#subscription_model_box h3 {
    text-align: center;
    margin-bottom: 18px;
}

.subscribe-content {
    font-weight: normal !important;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 15px;
}

#subscription_model_box form ~ img {
    display: inline-block;
    width: 130px;
    margin-right: 20px;
}
.clear {
    clear: both;
}
.sub-logos img {
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    width: 45%;
}
.sub-logos {
    width: 75%;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 28px;
}
.sub-textfld {
    width: calc(100% - 130px);
    float: left;
}
.mail-btn {
    width: auto;
    float: right;
    /*margin-top: 21px;*/
}
.sub-mail {
    margin-top: 14px !important;
}
.stay-connected-head {
    font-size: 25px;
    text-align: left;
}
.stay-connected-head h5 {
    text-align: left;
    font-size: 15px;
    margin-bottom: -2px;
}
.stay-connected-head h6 {
    font-style: italic;
    text-transform: CAPITALIZE;
    font-size: 14px;
    margin: 0;
    text-align: left;
}


@media only screen and (max-width: 567px) {
    #subscriptionBox .pop-box {
    width: 100%;}
    
}


.empty-info-popup.showthistab,
.empty-info-popup.shownotab
{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.5s;

}
.empty-info-popup
{
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    transition: all 0.5s;
    z-index: 1;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.empty-info-popup.showthistab .empty-info-content,
.empty-info-popup.shownotab .empty-info-content
{

    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.5s;
}
.empty-info-popup .empty-info-content
{
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: all 0.5s;
    z-index: 1;
    background: #fff;
    max-width: 460px;
    margin: auto;
    height: auto;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.empty-info-popup .empty-info-content .search-icon
{
    width: 100px;
    height: 90px;
    margin-bottom: 20px;
    background-image: url(../../img/not-found.svg);
    background-size: 80px;
    background-position:center;
    background-repeat: no-repeat;
}
.empty-info-popup .empty-info-content h3
{
    font-weight: 600;
    font-size: 19px;
    color: #F6882B;
    margin-bottom: 15px;
    text-align: center;
}
.empty-info-popup .empty-info-content p
{
    font-size: 14px;
    color: #080808;
    text-align: justify;
    margin-bottom: 25px;
    line-height: 22px;
}
.empty-info-popup .empty-info-content button
{
    background: #E87A23;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    max-width: 200px;
}
.search-2-box
{
    background: #F4F4F4;
    border-radius: 9px;
    padding: 10px 10px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-2-box .sec-box .logo-img
{
    text-align: center;
}
.search-2-box .sec-box .logo-img img
{
    width: 130px;
    height: 50px;
    object-fit: contain;
}
.search-2-box .sec-box .srch-bx
{
    padding: 0;
    padding-left: 40px;
    margin: 15px auto 20px auto;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 50px;
    height: 40px;
}
.search-2-box .sec-box .srch-bx .field
{
    height: 40px;
}
.search-2-box .sec-box .srch-bx .field-zip
{
    padding-left: 20px;
    padding-right: 20px;
}
.search-2-box .sec-box .srch-bx .lt-ico
{
    left: 10px;
    top: 10px;
    background-size: 15px;
}
.pop-video-dtle ul.contact-adv li
{
    padding-left: 0px;
}

.pop-video-dtle ul.contact-adv li a.n1,
#company_business_url
{
    color: #ef8328;
    font-weight: 500;
}
.pop-video-dtle ul.contact-adv li i img
{
    display: none;
}
.campaign_company_name.adv-comp-name
{
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.inline-adv-contact
{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.pop-video-dtle ul .inline-adv-contact li
{
    padding-bottom: 0px;
    flex:1;
}
.adv-social-icon a img
{
    width: 40px;
}
.padding-align-top
{
    padding-top: 54px;
}


/*========================================recommended section ===================================*/

.recommended-section
{
    background: #e5e2e2;
    padding-bottom: 50px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.title-style2.sub-title
{
    border-bottom: 1px solid #c5c5c5;
}
.recommended-content
{
    border: 1px solid #1179AC;
    padding-bottom: 18px;
}
.recommended-content .fig-blk
{
    margin:0;
}
.recommended-content .fig-cov
{
    border:none;
    padding: 0;
    margin: 0;
}
.recommended-content .fig-cov .fig-box
{
    float: left;
    padding: 5px;}
.recommended-content .fig-cov figure
{
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    background: #fff;
    padding: 10px;
    margin: 12px 0 0 0;
    width: 100%;
}
.recommended-content .scrtabs-tab-container
{
    padding-top: 10px;
    height: 55px;
}
.recommended-content .scrtabs-tab-container .nav-tabs>li.active
{
    position:relative;
}
.recommended-content .scrtabs-tab-container .nav-tabs>li.active::after
{
    position: absolute;
    content:'';
    background: #1788CC;
    width:100%;
    height:2px;
    left:0;
    bottom: 0px;
}
.recommended-content .scrtabs-tab-container .nav-tabs>li.active>a, 
.recommended-content .scrtabs-tab-container .nav-tabs>li.active>a:focus, 
.recommended-content .scrtabs-tab-container .nav-tabs>li.active>a:hover,
.recommended-content .scrtabs-tab-container .nav-tabs>li>a:hover,
.recommended-content .scrtabs-tab-container .nav-tabs>li>a
{
    background: none;
    border: none;
    padding-bottom: 12px;
}
.recommended-content .scrtabs-tab-container .nav-tabs
{
    border-bottom :1px solid #cec9c9
}
.recommended-content .scrtabs-tab-container .nav-tabs>li>a
{
    color: #272727;

}
.recommended-content .scrtabs-tab-container .nav-tabs>li.active>a
{
    font-weight:bold;
}
.recommended-content .fig-cov .fig-box
{
    width: 20%;
}


@media (max-width: 992px) and (min-width: 767px)
{
    .recommended-content .fig-cov .fig-box
    {
        width: 33.333%;
    }
}

@media (max-width: 1199px) and (min-width: 991px)
{
    .recommended-content .fig-cov .fig-box
    {
        width: 25%;
    }
}
@media (max-width: 843px) and (min-width: 716px)
{
    .recommended-content .fig-cov .fig-box
    {
        width: 33.333%;
    }
}
@media (max-width: 715px)
{
    .recommended-content .fig-cov .fig-box
    {
        width: 50%;
    }
}
@media (max-width: 1074px)
{
    .pop-video-dtle,
    .modal-height-change .pop-frm
    {
        padding: 20px !important;
    }
    .contact_page
    {
        visibility: hidden;
    }
    .contact_page.active
    {
        visibility: visible;
    }
}
section#content.gallery-page
{
    min-height: auto;
}
.gallery-page .no_data_front_div
{
    min-height: 60px;
    padding: 20px 15px 0 15px;
    color: #525252;
    font-size: 16px;
}
section.home_campaign_list,
.gallery-page
{
    background: #EEEEEE;
    box-shadow: 0 7px 4px 0 rgba(0,0,0,0.50);
}
.gallery-page
{
    padding: 50px 0 35px 0;
}
.related-gallery-section
{
    padding-top: 20px;
}
.figure-container
{
    margin-left: -15px;
    margin-right: -15px;
}
.gallery-fig
{
    margin-left: -15px;
    margin-right: -15px;
}
section.home_campaign_list .fig-cov,
section.related-section .fig-cov
{
    border: none;
    background: #fff;
    margin-bottom: 10px;
}
.category-box-row
{
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 1px;
    margin-bottom: 25px;
}
.category-box-row .sub-title h2
{
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #1d1d1d;
}
.category-box-row  .sub-title,
section.related-section .sub-title

{
    border-bottom: 1px solid #bcbcbc;
    position: relative;
    margin-bottom: 10px;
}
.vid-block
{
    height: 100%;
    display: block;
    position: relative;
    z-index: 9;
}
.gallery-list-sec
{
    padding-top: 15px;
}
img.play-btn
{
    position: absolute;
    bottom: 18px;
    left: 15px;
    width: 74px !important;
    height: 30px;
    object-fit: contain;
}
img.play-btn:hover
{
    cursor: pointer;
}
.row-title-bar
{
    position: relative;
}
.row-title-bar a.more-btn
{
    position: absolute;
    right: 0px;
    top: 24px;
    font-weight: 500;
    font-size: 17px;
    color: #E87A23;
}
.header-cat
{
    margin-top: 20px;
}
.header-cat h2
{
    color: #1b1b1b;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 22px;
}
.related-section
{
    padding: 30px 0;
    background: #fff;
}
.related-section .fig-cov
{
    background: #fff;
}
.main-title-lg
{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 25px;
}

.main-title-lg h3
{
    font-size: 22px;
    font-weight: 600;
}
.related-section .category-box-row
{
    /*box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.22);*/
    border: 1px solid #eaeaea;
}


.no-data-section
{
    background: #eee;
    min-height: 100px;
    padding: 50px 0;
}
.no-data-box
{
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 1px;
}
.no-data-content
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.no-data-icon
{
    background: #e8e8e8;
    margin-right: 20px;
    width: 100px;
    height:100px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.no-data-content h2
{
    color: #1b1b1b;
    font-weight: 400;
    font-size: 22px;
}
.no-data-content h5
{
    color: #757474;
    font-weight: 400;
    font-size: 16px;
    margin-top: 8px;
}
img.not-found-icon
{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

@media (max-width: 570px)
{
    .no-data-icon {
        background: #e8e8e8;
        margin-right: 20px;
        width: 80px;
        flex-shrink:0;
        height: 80px;
    }
    img.not-found-icon
    {
        width: 46px;
        height: 46px;
    }
    .no-data-content h2
    {
        font-size: 20px;
    }
    .no-data-content h5
    {
        font-size: 14px;
    }
    .no-data-content
    {
        padding: 80px 0;
    }
    .header-cat h2
    {
        font-size: 20px;
    }

}


@media (max-width: 480px)
{.container {
    padding-left: 15px;
    padding-right: 15px;
}
}


@media (max-width: 480px)
{
    section.related-section .fig-cov
    {
        padding: 0 15px;
    }
    .category-box-row .sub-title h2
    {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 17px;    
    }
    .category-box-row .sub-title, section.related-section .sub-title
    {
        margin-left: -15px;
        margin-right: -15px;
    }
    .no-data-content
    {
        flex-direction: column;
    }
    .no-data-section
    {
        padding: 20px 0;
    }
    .no-data-icon
    {
        margin-bottom: 20px;
    }
    .header-cat h2
    {
        font-size: 18px;
    }

    .no-data-content h2
    {
        font-size: 18px;
    }
    .no-data-content h5
    {
        font-size: 12px;
        margin-top: 0;
    }
}

@media (max-width: 320px)
{

    .no-data-content h2
    {
        font-size: 16px;
    }
    .no-data-content h5
    {
        font-size: 11px;
    }
}

.play_spot_light:hover {
  cursor: pointer;
}
.vid-block:hover{
    cursor: pointer;
}