

app-userregister .form-group .mobil-row.call-phone .variation select , app-vendor-registration .form-group .mobil-row.call-phone .variation select {padding: 0 38px 0 18px;}
app-userregister .form-group .mobil-row.call-phone .variation span.select , app-vendor-registration .form-group .mobil-row.call-phone .variation span.select {padding: 0 38px 0 18px;overflow: hidden !important;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;white-space: nowrap;}



@media (max-width: 767px){
app-userregister .form-group .mobil-row.call-phone .variation, app-vendor-registration .form-group .mobil-row.call-phone .variation {width: 48%;}
app-vendor-registration .form-group .mobil-row.call-phone{flex-direction: row;}
app-userregister .mobil-row.stret.mobile_stret {flex-direction: column-reverse;}
app-userregister .mobil-row.stret.mobile_stret .variation {margin: 0 !important;}
app-userregister .mobil-row.stret.mobile_stret .variation-fld{margin-top: 15px;width: 100%;}
app-userregister .mobil-row.stret.mobile_stret .variation {width: 40%;}

}

@media (max-width: 420px){
app-userregister .form-group .mobil-row.call-phone .variation, app-vendor-registration .form-group .mobil-row.call-phone .variation {width: 100%;}
app-vendor-registration .form-group .mobil-row.call-phone{flex-direction: column;}
app-vendor-registration .form-group .mobil-row.call-phone .variation {margin-bottom: 15px;}
app-userregister .mobil-row.stret.mobile_stret .variation-fld, app-userregister .mobil-row.stret.mobile_stret .variation {width: 100%;}
app-userregister .mobil-row.stret.mobile_stret .variation {width: 100%;}

}*{padding:0;margin:0;box-sizing:border-box;}
body{padding: 0;margin: 0;background: #fff;font-family: 'Montserrat', sans-serif;}
input, select, textarea , button{transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
a {text-decoration:none;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;outline:none;outline: 0;}
a::after , a::before{text-decoration:none;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
a:hover , a:focus {text-decoration:none;}
input {border: 0;outline: 0;}
ul{margin:0;padding:0;list-style:none;}
h1, h2, h3, h4, h5, h6 , p {margin: 0;}
img{max-width:100%}
.container{width: 100%;display: block;margin: 0 auto;max-width: 1200px;}


.home-wrapper{width: 100%;position: relative;height: 100%;min-height: 100vh;
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;

flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
-moz-flex-direction: column;
-o-flex-direction: column;}


/** header **/
header{width: 100%;display: block;padding: 35px 0;}
header.fix_active{box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
    /*animation: slide-down 0.5s;*/
background: #fff;z-index: 9;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;}
/*
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}*/

.hedr-butn {float: right;
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;

align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
-moz-align-items: center;
-o-align-items: center;}

.hedr-butn .sign-in{font-size: 15px;color: #000;text-transform: capitalize;line-height: 100%;margin-right: 25px;display: block;float: left;font-weight: 500;}
.hedr-butn .restr{color: #fff;margin-right: 0;background: #000;border-radius: 50px;padding: 12.7px 20px 12.7px 20px;}
.hedr-butn .sign-in:hover{color: #ff0000;}
.hedr-butn .restr:hover{background: #ff0000;color: #fff;box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);}

/** empower-body **/
.empower-body{width: 100%;display: block;position: relative;
flex: 1 auto;
-webkit-flex: 1 auto;
-ms-flex: 1 auto;
-moz-flex: 1 auto;
-o-flex: 1 auto;}

.empower-body .container {position: absolute;top: 46%;left: 0;right: 0;
    transform: translateY(-50%);}
.home-serch {width: 100%;display: block;}
.logo-home{text-align: center;width: 100%;max-width: 100%;margin: 0 auto 60px;}
.searchbox{position: relative;display: block;width: 100%;max-width: 650px;
margin: 0 auto;}
.searchbox form {width: 100%;display: block;}
.searchbox input{z-index: 0;width: 100%;background: #fff;border-radius: 50px;padding: 16px 65px;border: 1px solid #e4e6e9; font-size: 16px; color: #63646b;font-weight: 400;}
.searchbox input:focus {outline: none;box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);border: 1px solid #e4e6e9;}
.searchbox #closeid{display: none;}
.searchbox .fa-search {position: absolute;top: 21px;left: 28px;color: #63646b;cursor: pointer;font-weight: 500;}
.searchbox .close{outline: none;position: absolute;top: 18px;right: 28px;color: #63646b;float: right;font-size: 20px;cursor: pointer;font-weight: 500;text-shadow: inherit;opacity: 1;}
.searchbox .fa-times{position: absolute;top: 0;right: 0;font-weight: 500;color: #63646b;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #63646b;text-transform: capitalize;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #63646b;text-transform: capitalize;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #63646b;text-transform: capitalize;
}
:-moz-placeholder { /* Firefox 18- */
  color: #63646b;text-transform: capitalize;
}

.inpts-srch{width: 100%;display: block;text-align: center;margin-top: 60px;}
.inpts-srch li{display: inline-block;margin-right: 12px;}
.inpts-srch li:last-child{margin-right: 0;}
.inpts-srch li.srch-input{font-size: 16px;color: #000;font-weight: 600;}
.inpts-srch li a{display: inline-block;text-align: center;font-size: 14px;color: #222;line-height: 100%;background: #f4f4f4;border-radius: 3px;padding: 13px 27px;font-weight: 400;}
.inpts-srch li a.active , .inpts-srch li a:hover{background: #ff0000;color: #fff;box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.09);}
.logo-home img {margin-left: 10%;}


/** footer **/
footer{width: 100%;display: block;background: #f8f8f8;padding: 40px 0;flex-shrink: 0;}
.fotr-privcy{font-size: 15px;color: #63646b;text-transform: capitalize;display: block;float: left;line-height: 100%;font-weight: 400;}
.term{float: right;}
.fotr-privcy:hover{color: #ff0000;}


.listing-pg header {padding: 31px 0;border-bottom: 1px solid #f4f4f4;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;background: #fff;}
.header-listing {width: 100%;display: block;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);}

/** listing Start CSS **/
.logo-header {float: left;}
.headerRow{display: flex;

align-items: center;

justify-content: space-between;}
.header-srch {float: left;width: calc(100% - 380px);
display: flex;

align-items: center;

justify-content: center;

flex-direction: row;}
.header-srch .searchbox {max-width: 303px;margin: 0;float: left;margin-right: 12px;}
.header-srch .searchbox input {padding: 14px 60px 14px 28px;}
.header-srch .searchbox #closeid {display: block !important;}
.header-srch .searchbox .fa-search {top: 19px;left: inherit;right: 60px;}
.header-srch .searchbox .close {top: 18px;right: 25px;}
.header-srch .bodr {width: 1.5px;display: block;height: 75%;background: #e4e6e9;
    position: absolute;top: 7px;right: 49px;}
.header-srch .inpts-srch {margin-top: 0;float: left;width: auto;}
.header-srch .inpts-srch li a {padding: 10px 13px;}
.header-srch .inpts-srch li {margin-right: 6px;}
.header-srch .inpts-srch li:lst-child{margin-right: 0;}
/** top-menu **/
.top-menu{width: 100%;display: block;border-bottom: 1px solid #f4f4f4;}
.menuRow ul{width: 100%;display: block;float: left;}
.menuRow ul li{float: left;margin-right: 18px;}
.menuRow ul li:last-child{margin-right: 0;}
.menuRow ul li a{font-size: 13.5px;color: #999;text-transform: capitalize;display: block;float: left;line-height: 100%;position: relative;padding: 22px 15px;font-weight: 500;}
.menuRow ul li:first-child a{padding-left: 0;}
.menuRow ul li a::after{position: absolute;content: "";bottom: 0;width: 0%;left: 0;right: 0;height: 4px;background: #ff0000;opacity: 0;visibility: hidden;}
.menuRow ul li a.active , .menuRow ul li a:hover{color: #222;}
.menuRow ul li a.active::after , .menuRow ul li a:hover::after {opacity: 1;visibility: visible;width: 100%;}


/** menuSlider **/
.menuSlider {width: 100%;display: block;padding: 12px 0;}
.textSlidr .link-nv{font-size: 13px;color: #999;text-transform: capitalize;display: block;line-height: 100%;font-weight: 400;padding: 10px 9px;}
.textSlidr .link-nv:hover , .textSlidr .link-nv.active{background: #ff0000;color: #fff;border-radius: 3px;box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.09);}
.textSlidr .owl-nav{display: block !important;}
.textSlidr .owl-stage-outer{width: 100%;display: block;max-width: 1100px;margin: 0 auto;}
.textSlidr .owl-prev{width: 32px;height: 32px;background: url('../images/owl-prev-img.png') no-repeat center !important;outline: 0 none;position: absolute;top: 0;left: 0;}
.textSlidr .owl-prev:hover{background: url('../images/owl-prev-active.png') no-repeat center !important;}
.textSlidr button span{display: none;}
.textSlidr .owl-next{width: 32px;height: 32px;background: url('../images/owl-next-img.png') no-repeat center !important;outline: 0 none;position: absolute;top: 0;right: 0;}
.textSlidr .owl-next:hover{background: url('../images/owl-next-active.png') no-repeat center !important;}


/** body-listing **/
.body-listing{width: 100%;display: block;padding: 45px 0 92px;}
.body-listing .container{max-width: 1020px;}
.reslt-hedr{width: 100%;
display: flex;

align-items: center;

justify-content: space-between;

    margin-bottom: 20px;
    float: left;padding: 0 25px;}
.reslt-hedr .lft-txt{font-size: 18px;color: #000;font-weight: 600;text-transform: capitalize;float: left;}
.reslt-hedr .form-group{margin: 0;float: right;width: 100%;
    max-width: 245px;  text-align: right;  }
    
.reslt-hedr .form-control{display: none !important;}
.reslt-hedr .form-group .btn-primary {
    color: #1a1a1a;
    border: 2px solid #e4e4e4;
    width: 245px;
    max-width: 100%;
    text-align: left;font-weight: 500;
    box-shadow: inherit;
    border-radius: 3px;
    background-color: #fff;
}
.reslt-hedr .form-group .btn-primary:focus, .reslt-hedr .form-group .btn-primary.focus {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.11);
}
.reslt-hedr .form-group .dropdown-item{color: #1a1a1a;font-size: 16px;font-weight: 500;}
.reslt-hedr .form-group .dropdown-item.active, .reslt-hedr .form-group .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff0000;
}
.reslt-hedr .form-group .dropdown-toggle::after {    position: absolute;
    top: 16px;
    right: 14px;
}

.gloap-list{width: 100%;display: block;}
.gloap-list .iner-list{width: 100%;display: block;padding: 25px;float: left;background: #fff;border-radius: 2px;}
.gloap-list .lft-img {
    width: 136px;
    float: left;background: #fff;}
.gloap-list .inr-img{width: 100%;
display: flex;

align-items: center;

justify-content: center;

    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e5e7ea;
text-align: center;}
.gloap-list .rit-info {
    width: calc(100% - 136px);
    float: left;
    padding-left: 30px;}
.gloap-list h1{font-size: 18px;margin-bottom: 16px;color: #004be3;font-weight: 600;width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}
.gloap-list p{font-size: 15px;color: #444;font-weight: 500;line-height: 24px;width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.gloap-list .hedr-butn{float: left;margin-top: 22px;}

.gloap-list .hedr-butn .sign-in {
    font-size: 14px;color: #aaaabd;
    text-transform: capitalize;margin-right: 56px;}
.gloap-list .hedr-butn .restr {
    color: #aaaabd;
    margin-right: 0;
    background: 0 none;
    border-radius: inherit;
    padding: 0;}
.gloap-list .hedr-butn .sign-in:hover{color: #ff0000;}
.gloap-list .hedr-butn .restr:hover{box-shadow: inherit;color: #ff0000;}
.gloap-list .iner-list:hover{background: #f6f6f6;}
.menuRow .active{display: block;}
.tabs-wrapper .hide{display: none;}

/** samson-detals **/
.samson-detals{width: 100%;display: block;margin: 45px 0;}
.samson-detals .inerInfo{width: 100%;display: flex;padding: 45px 60px;align-items: center;flex-direction: row;max-width: 1060px;margin: 0 auto;background: #fff;box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.09);border-radius: 3px;}
.samson-detals .iner-img{width: 112px;float: left;}
.samson-detals .iner-txt{width: calc(100% - 112px);float: left;padding-left: 70px;}
.samson-detals h2{font-size: 36px;color: #444;margin-bottom: 12px;line-height: 36px;font-weight: 400;}
.samson-detals p{font-size: 20px;color: #444;font-weight: 400;line-height: 22px;}
.samson-detals .iner-img .sam-img {display: block;}
.samson-detals .inpts-srch {margin-top: 35px;text-align: left;}
.samson-detals .inpts-srch li a {background: 0 none;border: 1px solid #e5e7ea;}
.samson-detals .inpts-srch li a.active, .samson-detals .inpts-srch li a:hover {
background: #ff0000;color: #fff;box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);border: 1px solid #ff0000;}
.detals_Slider{width: 100%;display: block;margin: 0 0 65px 0;}
.imgSlider .owl-stage-outer{width: 100%;display: block;max-width: 275px;margin: 0 auto;}
.imgSlider .item{width: 100%;display: block;max-width: 275px;margin: 0 auto;}
.slid-img{width: 275px;height: 275px;display: flex;align-items: center;justify-content: center;padding: 10px;border-radius: 3px;border: 1px solid #e5e7ea;text-align: center;}
.slid-img img {width: 100%;display: block;height: 100%;object-fit: contain;}
.detals_Slider .owl-nav {display: block !important;}
.detals_Slider .owl-prev{width: 50px;height: 50px;background: url('../images/owl-prev-detls.png') no-repeat center !important;outline: 0 none;position: absolute;top: 40%;left: 28%;}
.detals_Slider .owl-prev:hover{background: url('../images/owl-prev-detls-active.png') no-repeat center !important;}
.detals_Slider button span{display: none;}
.detals_Slider .owl-next{width: 50px;height: 50px;background: url('../images/owl-next-detls.png') no-repeat center !important;outline: 0 none;position: absolute;top: 40%;right: 28%;}
.detals_Slider .owl-next:hover{background: url('../images/owl-next-detls-active.png') no-repeat center !important;}
.detals_Slider .owl-dots{display: block !important;text-align: center;margin-top: 30px;}
.detals_Slider .owl-dots .owl-dot{width: 15px;height: 15px;background: url('../images/dots-no-act.png') no-repeat center !important;outline: 0 none;margin-right: 15px;box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.09);}
.detals_Slider .owl-dots .owl-dot:last-child{margin-right: 0;}
.detals_Slider .owl-dots .owl-dot.active{background: url('../images/dots-act.png') no-repeat center !important;width: 25px;height: 15px;}
.desc-tabs-detal{width: 100%;
    display: block;
    margin: 0 0 75px;}
.desc-tabs-detal .container{max-width: 1090px;}
.tab-Row ul{    width: 100%;
    display: block;
    border-bottom: 1px solid #f4f4f4;float: left;}
.tab-Row ul li{float: left;margin-right: 50px;}
.tab-Row ul li:last-child{margin-right: 0px;}
.tab-Row ul li a{font-size: 16px;color: #b9b9b9;line-height: 100%;display: block;font-weight: 500;padding: 5px 0 25px;position: relative;}

.tab-Row ul li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 0%;
    left: 0;
    right: 0;
    height: 4px;
    background: #ff0000;
    opacity: 0;
    visibility: hidden;
}
.tab-Row ul li a.active::after, .tab-Row ul li a:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.tab-Row ul li a:hover , .tab-Row ul li a.active{color: #000;}
.detls-wraper{width: 100%;display: block;padding: 40px 40px 0 0;clear: both;    min-height: 400px;}
.detls-wraper p{font-size: 16px;font-weight: 400;color: #666;line-height: 28px;margin-bottom: 30px;}
.detals_Slider .hedr-butn{padding-top: 30px;float: left;}
.detals_Slider .hedr-butn .sign-in.restr {
    background: #ff0000;
    border-radius: 3px;
    font-size: 22px;
    padding: 14px 32px;}
.detals_Slider .hedr-butn .sign-in.restr:hover {
    background: #ff0000;}
.title-txt{font-size: 24px;color: #000;margin-bottom: 30px;display: block;text-transform: capitalize;font-weight: 600;line-height: 110%;}
.accessories .container{max-width: 1090px;}
.accessories .owl-dots {
    display: none !important;}
.accessories .owl-prev {left: -6%;}
.accessories .owl-next {    right: -6%;}
.accessories .slid-img {    width: 228px;background: #f7f7f7;border: 0;
    height: 228px;}
.accessories .slid-img:hover {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}
.accessorie-slid .owl-stage-outer{padding: 10px 0;}
.accessories .info-t{font-size: 16px;font-weight: 400;color: #666;line-height: 25px;margin-top: 30px;}
.detls-pg .header-listing {
    box-shadow: inherit;}
.detls-wraper p .link-n{color: #ff0000;word-break: break-all;}
.tabl-info-spec{width: 100%;display: block;border: 1.5px solid #e5e5e5;}
.tabl-info-spec .colm-detl{width: 100%;
    display: flex;
    padding: 18px 30px;
    align-items: center;
    flex-direction: row;}
.tabl-info-spec .left-titl{display: block;width: 200px;font-size: 15px;font-weight: 400;color: #444;line-height: 105%;text-transform: capitalize;}
.tabl-info-spec .rit-info{width: calc(100% - 200px);display: block;font-size: 15px;font-weight: 400;color: #444;line-height: 130%;margin: 0;}
.tabl-info-spec .colm-detl:nth-child(even) {background: #fff}
.tabl-info-spec .colm-detl:nth-child(odd) {background: #f6f6f6}
.specs-prvew{width: 100%;display: none;background: #f6f6f6;padding: 30px 60px 0px 60px;border-top: 1px solid #e5e5e5;    margin-top: 25px;float: left;}
.specs-prvew .title-txt {
    font-size: 22px;font-weight: 500;
    color: #444;
    margin-bottom: 22px;}
.hedr-butn .sign-in cite{font-style: normal;}
.hedr-butn .sign-in .show{display: block;}
.hedr-butn .sign-in .hide{display: none;}
.iner-list.active .hedr-butn .sign-in .show{display: none;}
.iner-list.active .hedr-butn .sign-in .hide{display: block;}
.iner-list.active{background: #f6f6f6;}
.detals_Slider .container {
    max-width: 1090px;}
.w3-txt-cntr {
    display: flex;
    align-items: center;
    justify-content: space-between;flex-direction: row;
}
footer .my-txt {
    font-size: 15px;
    color: #63646b;text-align: center;
    line-height: 100%;
    font-weight: 400;}
footer .my-txt a.fotr-privcy {
    float: none;
    display: inline-block;
}





/** Create Account Start CSS **/
.send-reqst{width: 100%;display: block;padding: 55px 0 75px 0;
    flex: 1 auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    -moz-flex: 1 auto;
    -o-flex: 1 auto;}
.sign-in-form{width: 100%;display: block;max-width: 460px;margin: 0 auto;}
.title-form{font-size: 36px;color: #2d2d2d;text-transform: capitalize;font-weight: 600;line-height: 100%;margin-bottom: 50px;text-align: center;}
.form-group.chek-bx{margin-bottom: 35px;
    display: block;
    width: 100%;
    float: left;}
.form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.form-group:last-child{margin-bottom: 0;}



/*Checkboxes styles*/
.boxes {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.boxes input[type="checkbox"] { display: none; }
.boxes label{font-size: 20px;font-weight: 600;
    color: #000;}
.boxes input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.boxes input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.boxes input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 35px;
    height: 34px;
    border: 2px solid #d8d9dc;
    border-radius: 3px;
    position: absolute;
    left: -6px;
    top: -4px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked + label:before {
    width: 12px;
    top: -6px;
    left: 6px;
    border-radius: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: inherit;
    height: 28px;
}
.home-wrapper .form-group input.form-control {
    border: 0;
    background: #f8f8f8;
    border-radius: 50px;
    text-align: center;
    height: inherit;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 17px 35px;text-transform: inherit;
}

.form-group.sbmt-btn{margin: 25px 0 70px;}
.form-group .form-butn {
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #d8d9dc;
    border-radius: 50px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 100%;
    padding: 18px 15px;
    box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.09);}
.form-group .cret-acnt{background: #000;color: #fff;}
.form-group .form-butn:hover{background: #ff0000;
    color: #fff;border-color: #ff0000;}
.form-group .inr-txt{font-size: 14px;color: #666;font-weight: 400;line-height: 120%;text-align: center;}
.form-control:focus {
    outline: 0 none;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.09);}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
 font-weight: 400;
}

.form-group input.pwd::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;letter-spacing: 4px;
    font-size: 20px;
    font-weight: 600;
}
.form-group input.pwd::-moz-placeholder { /* Firefox 19+ */
  color: #000;letter-spacing: 4px;
    font-size: 20px;
    font-weight: 600;
}
.form-group input.pwd:-ms-input-placeholder { /* IE 10+ */
  color: #000;letter-spacing: 4px;
    font-size: 20px;
    font-weight: 600;
}
.form-group input.pwd:-moz-placeholder { /* Firefox 18- */
  color: #000;letter-spacing: 4px;
    font-size: 20px;
    font-weight: 600;
}
.form-group.alow-s {
    margin-top: 4px;
}


.form-group .lftTxt {
    font-size: 17px;display: block;
    color: #9b9b9b;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 12px;
}
.form-group .lftTxt .fa-asterisk {
    font-size: 8px;
    color: #ff0000;
    font-weight: 700;
    margin-right: 3px;
    position: relative;
    top: -6px;
}
.variation {    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    height: 58px;
    float: left;}
.variation select.select {position: relative;z-index: 10;width: 100%;color: #000;margin: 0;padding: 0;transition: none;-webkit-transition: none;height: 58px;float: left;line-height: 58px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.variation span.select {position: absolute;bottom: 0;float: left;left: 0;width: 100%;height: 58px;line-height: 58px;background: #f8f8f8;cursor: default;z-index: 1;color: #000;font-size: 16px; font-weight: 600;padding: 0 35px;text-transform: capitalize;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 6px;text-align: left;border-radius: 50px;}
.variation select.select option {padding: 4px 6px;background: #fff;color: #000;}
.variation span.select::after {
    content: "\f0d7";position: absolute;top: 0;right: 25px;font-family: "Font Awesome 5 Pro";}
.creat-acount-form .form-group input.form-control{text-align: left;font-weight: 600;color: #000;font-size: 16px;}
.creat-acount-form .form-group {
    margin-bottom: 25px;}
.creat-acount-form .form-group:last-child{margin-bottom: 0;}
.cntinue-btn{padding-top: 50px;width: 100%;display: block;float: none;clear: both;
    max-width: 460px;margin: 0 auto;}

.creat-acount-form .form-group input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;font-weight: 600;
}
.creat-acount-form .form-group input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;font-weight: 600;
}
.creat-acount-form .form-group input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;font-weight: 600;
}
.creat-acount-form .form-group input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;font-weight: 600;
}
.eror-masg{font-size: 14px;font-weight: 600;color: #ff0000;margin-bottom: 12px;text-align: center;clear: both;}
.form-group .brdy-row {width: 100%;display: flex;align-items: center;    justify-content: center;flex-direction: row;}
.form-group .brdy-row .left-dy {width: 55%;margin-right: 5%;float: left;}
.form-group .brdy-row .left-dy .variation {width: 48%;float: left;margin-right: 4%;}
.form-group .brdy-row .left-dy .variation:last-child {margin-right: 0;}
.form-group .brdy-row .rit-yer {width: 40%;}
.creat-acount-form .title-form {margin-bottom: 30px;}
.sign-in-form .progress-bar::before {content: "";position: absolute;left: 0;top: 50%;height: 2px;width: 100%;background-color: #d9d9d9;-webkit-transform: translateY(-50%) perspective(1000px);transform: translateY(-50%) perspective(1000px);}
.sign-in-form .progress-bar::after {content: "";position: absolute;left: 0;top: 50%;height: 2px;opacity: 0;visibility: hidden;width: 100%;background-color: #ff0000;-webkit-transform: translateY(-50%) perspective(1000px);transform: translateY(-50%) perspective(1000px);}
.sign-in-form .progress-bar.profession-line::after{width: 50%;opacity: 1;visibility: visible;}
.sign-in-form .progress-bar.contact-details-line::after{width: 100%;opacity: 1;visibility: visible;}

.sign-in-form .progress-bar {width: 100%;flex-direction: row;display: -webkit-box;
    float: none;
    border: 0 none;
    box-shadow: inherit;
  display: flex;overflow: visible;height: 100px;background: 0 none;-webkit-box-pack: justify;justify-content: space-between;-webkit-box-align: center;
align-items: center;position: relative;max-width: 460px;margin: 0 auto 80px;}
.sign-in-form .progress-bar .step {z-index: 2;position: relative;width: 50px;text-align: center;height: 50px;display: flex;align-items: center;justify-content: center;background: #f8f8f8;border-radius: 50%;}
.sign-in-form .progress-bar .step.active{background: #ff0000;box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.09);}
.sign-in-form .progress-bar .step .step-label {position: absolute;top: calc(100% + 15px);left: 50%;-webkit-transform: translateX(-50%) perspective(1000px);
    transform: translateX(-50%) perspective(1000px);white-space: nowrap;
    font-size: 16px;font-weight: 600;color: #cacaca;-webkit-transition: 0.3s ease;
    transition: 0.3s ease;text-transform: capitalize;}
.sign-in-form .progress-bar .step.active .step-label {color: #000;}
.profession-form .sign-in-form {max-width: 950px;}
.stats-row {width: 100%;display: flex;align-items: flex-start;justify-content: flex-start;flex-direction: row;position: relative;}
.stats-row::after {position: absolute;content: "";display: block;background: #cacaca;text-align: center;width: 1.4px;height: 100%;left: 0;right: 0;margin: 0 auto;border-radius: 2px;z-index: 1;}
.stats-row::before {position: absolute;content: "OR";display: block;color: #000;font-size: 20px;text-align: center;left: 0;right: 0;margin: 0 auto;font-weight: 600;background: #fff;width: 45px;height: 45px;z-index: 2;}
.stats-row > div {width: 50%;float: left;}
.stats-row .left-sts{padding-right: 8%;}
.stats-row .rit-sts{padding-left: 8%;}
.form-group.chek-status {display: flex;align-items: center;width: 100%;justify-content: flex-start;margin-bottom: 60px;margin-top: 5px;}
.chek-status .lft-status {font-size: 16px;line-height: 100%;display: block;width: 115px;font-weight: 400;float: left;color: #9b9b9b;text-transform: capitalize;}
.chek-status .iput-radio {display: block;position: relative;padding: 5px 0 5px 35px;margin: 0;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;font-size: 16px;line-height: 100%;font-weight: 600;color: #2e2e2e;text-transform: capitalize;}
.chek-status .iput-radio input {position: absolute;opacity: 0;cursor: pointer;width: 24px;height: 24px;top: 0;left: 0;bottom: 0;right: 0;}
.chek-status .checkmark {position: absolute;top: 0;left: 0;height: 24px;width: 24px;background-color: #f8f8f8;border-radius: 50%;}
.chek-status .iput-radio input:checked ~ .checkmark {background-color: #ff0000;}
.chek-status .checkmark:after {content: "";position: absolute;display: none;}
.chek-status .iput-radio input:checked ~ .checkmark:after {display: block;}
.chek-status .iput-radio .checkmark:after {top: 6px;left: 6px;width: 12px;
height: 12px;border-radius: 50%;background: white;}
.sign-in-form .progress-bar .step-3 .norml-img , .sign-in-form .progress-bar .step-2 .norml-img{display: block;}
.sign-in-form .progress-bar .step-3.active .norml-img , .sign-in-form .progress-bar .step-2.active .norml-img{display: none;}
.sign-in-form .progress-bar .step-3 .active-img , .sign-in-form .progress-bar .step-2 .active-img{display: none;}
.sign-in-form .progress-bar .step-3.active .active-img , .sign-in-form .progress-bar .step-2.active .active-img{display: block;}
.profession-form .sign-in-form .person-form{display: none;}
.contact-details-form .sign-in-form .profession-info , .contact-details-info , .profession-info{display: none;}
.profession-form .sign-in-form .profession-info , .profession-form.contact-details-form .sign-in-form .contact-details-info{display: block;}
.creat-acount-form.profession-form.contact-details-form  .profession-info{display: none;}
.creat-acount-form .form-2row .form-group {
    margin-bottom: 25px;
    width: 50%;
    margin-right: 10%;
}
.creat-acount-form .form-2row .form-group:last-child {
    margin-right: 0;
}
.form-2row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.form-group .mobil-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.form-group .mobil-row .variation {
    width: 40%;
    margin-right: 3%;
}
.form-group .mobil-row .variation-fld {
    width: 57%;
}
.form-group .mobil-row.stret .variation {
    margin-right: 0;
    margin-left: 3%;
}
.contact-details-info .form-group.chek-bx {
    margin-bottom: 0;
    margin-top: 30px;
}
.contact-details-info .form-group.chek-bx .boxes {
    justify-content: center;
}
.contact-details-info .form-group.chek-bx label {
    font-size: 14px;
    padding: 3px 0 4px 38px;
}
.contact-details-info .form-group.chek-bx label a{color: #ff0000;text-decoration: underline;}
.profession-info .form-group.chek-bx .boxes input[type="checkbox"] + label:before , .contact-details-info .form-group.chek-bx input[type="checkbox"] + label:before{    width: 26px;height: 26px;top: 0;}
.profession-info .form-group.chek-bx .boxes input[type="checkbox"]:checked + label:before , .contact-details-info .form-group.chek-bx .boxes input[type="checkbox"]:checked + label:before {
    width: 10px;
    height: 20px;
    left: 3px;
    top: 0px;
}
.profession-info .form-group.chek-bx label {font-size: 14px;padding: 3px 0 4px 38px;}
.contact-details-info ul.nav.nav-pills {
    justify-content: center;
    margin-bottom: 40px;
}
.contact-details-info ul.nav.nav-pills li {
    margin-right: 28px;
}
.contact-details-info ul.nav.nav-pills li:last-child {
    margin-right: 0;}
.contact-details-info ul.nav.nav-pills li a {
    display: block;
    line-height: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #9b9b9b;
    padding: 5px 0 18px 0;
    border-bottom: 5px solid transparent;
}
.contact-details-info ul.nav.nav-pills li a.active{color: #000;border-bottom: 5px solid #000;}
.contact-wrapper{display: none;}
.contact-wrapper.active{display: block;}
.form-group.chek-bx.tick-memvbr {
    margin-top: 0;
    margin-bottom: 40px;}
.thankyou .progress-bar , .thankyou .person-form , .thankyou .profession-info , .thankyou .contact-details-info , .thankyou-info{display: none;}
.creat-acount-form.thankyou .thankyou-info {display: block;}
.thankyou-info .thnk-img{margin-bottom: 65px;text-align: center;}
.thankyou .sign-in-form .title-form {
    display: none;}
.thankyou .thankyou-info .title-form {
    display: block;margin-bottom: 50px;font-weight: 700;}
.thankyou .sign-in-form {
    max-width: 950px;
}
.thankyou .thankyou-info p {
    font-size: 18px;
    color: #666;font-weight: 400;
    text-align: center;
    line-height: 35px;
}
.creat-acount-form.thankyou .thankyou-info .bk-hom{margin-top: 60px; font-size: 16px;}
.creat-acount-form.thankyou .thankyou-info .bk-hom a{color: #ff0000;text-decoration: underline;}
.form-group .fgrot-pas {
    text-align: center;
}
.form-group .fgrot-pas a {
    font-size: 14px;text-transform: capitalize;
    color: #ff0000;text-decoration: underline;
    font-weight: 400;
    line-height: 100%;}
.boxes label:after {
    position: absolute;
    content: "";
    border: 2px solid #d8d9dc;
    left: -6px;
    top: -4px;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 34px;
    border-radius: 2px;
}
.profession-info .form-group.chek-bx .boxes label:after, .contact-details-info .form-group.chek-bx .boxes label:after{top: 0;width: 26px;
    height: 26px;}



/** About Company Start CSS **/
.about-row .iner-txt {padding-left: 30px;}
.about-row h2 {font-size: 26px;color: #f30202;margin-bottom: 12px;line-height: 30px;font-weight: 600;margin-bottom: 8px;}
.about-row p {font-size: 26px;color: #444;font-weight: 500;line-height: 24px;}
.inpts-srch .tim-isu {font-size: 16px;color: #000;font-weight: 700;line-height: 100%;}
.inpts-srch .tim-isu span {color: #9b9b9b;font-weight: 400;margin-left: 15px;
    display: inline-block;}
.about-row .top-title-br {width: 100%;display: flex;align-items: center;justify-content: space-between;flex-direction: row;}
.about-row .top-title-br .hedr-butn .sign-in.restr {font-size: 22px;background: #ff0000;box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.09);border-radius: 3px;text-align: center;}
.about-row .top-title-br .hedr-butn .sign-in.restr:hover {background: #ff0000;}
.abut-detals {padding-top: 100px;}
.abut-detals .hedr-butn {float: left;margin-top: 30px;}
.abut-detals .hedr-butn .sign-in.restr {padding: 14px 50px;font-size: 22px;background: #ff0000;box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.09);border-radius: 3px;text-align: center;}
.abut-detals .hedr-butn .sign-in.restr:hover {background: #ff0000;}


.contact-details-info ul.nav.nav-pills li.hide-nav a {pointer-events: none;}
.contact-details-info ul.nav.nav-pills li.show-nav a{pointer-events: visible;}



/*Sunil Css*/
.contact-details-info ul.nav.nav-pills li {margin:0px 19px;}
.contact-details-info .chek-bx {display:none;}
.contact-details-info ul.nav.nav-pills li:last-child {display:none;}
.form-group .create {display:none;}
/*.nav-pills .hide-nav {display:none;}*/
/*Sunil Css End*/


/** specify-search-form **/
.specify-search-form .sign-in-form {max-width: 950px;}
.specify-search-form .sign-in-form .title-form {margin-bottom: 70px;}
.specify-search-form .form-2row .chek-row-fm {width: 100%;display: block;margin-top: 25px;}
.chek-row-fm .boxes {margin-bottom: 30px;}
.chek-row-fm .boxes:last-child {margin-bottom: 0;}
.chek-row-fm .boxes label {font-size: 17px;color: #1a1a1a;}
.specify-search-form .form-group .slet-locntn {width: 100%;display: flex;align-items: flex-start;justify-content: flex-start;flex-direction: row;}
.creat-acount-form.thankyou .thankyou-info {padding: 8% 0;}
.inerInfo.vedio-ro {flex-direction: column;}
.inerInfo.vedio-ro .iner-txt {width: 100%;padding-left: 0;padding-bottom: 30px;}
.inerInfo.vedio-ro .iner-txt h2 {color: #222;font-size: 36px;margin: 0;}
.samson-detals .botm-issue {width: 100%;display: flex;align-items: center;justify-content: space-between;flex-direction: row;padding-top: 30px;}
.samson-detals .botm-issue .iner-txt {width: calc(100% - 112px);padding: 0 0 0 30px;}
.samson-detals .botm-issue .iner-txt h2 {font-size: 22px;color: #f30202;}
.samson-detals .botm-issue .iner-txt .top-title-br .hedr-butn.inpts-srch {margin: 0;text-align: right;display: block;width: auto;}
.samson-detals .botm-issue .tim-isu {color: #9b9b9b;font-weight: 600;}
.samson-detals .botm-issue .tim-isu span {margin: 0;font-weight: 600;}
.video-control {width: 100%;display: block;position: relative;height: 0;padding-bottom: 40%;}
.video-control iframe.iframe-vdo {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;border-radius: 6px;object-fit: cover;}
.video-control img.poster-img {position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;cursor: pointer;object-fit: cover;opacity: 1;visibility: visible;border-radius: 6px;}
.video-control::after {content: "";position: absolute;display: block;background: url(../images/video-icon.png) no-repeat center center;top: 50%;left: 0;width: 100px;height: 100px;z-index: 2;cursor: pointer;transform: translateY(-50%);margin: 0 auto;right: 0;opacity: 1;visibility: visible;background-size: 100px;}
.video-control.active img.poster-img{opacity: 0;visibility: hidden;}
.video-control.active::after{opacity: 0;visibility: hidden;}
.similar-videos {width: 100%;display: block;padding: 110px 0;position: relative;z-index: 7;}
.similar-videos .container {max-width: 1090px;}
.similar-videos .slid-title {font-size: 24px;color: #444;font-weight: 600;margin-bottom: 40px;line-height: 24px;}
.item .item-txt{width: 100%;display: block;padding: 30px 0 0 0;}
.item .item-txt h1{font-size: 18px;color: #222;line-height: 100%;font-weight: 600;margin-bottom: 10px;}
.item .item-txt p{font-size: 16px;color: #9b9b9b;line-height: 21px;font-weight: 500;}
.similar-videos-slid .video-control::after {background: url(../images/video-icon1.png) no-repeat center center;width: 42px;height: 42px;background-size: 42px;}
.similar-videos-slid .video-control::before {content: "";position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;right: 0;opacity: 1;visibility: visible;bottom: 0;background: rgba(0,0,0,0.55);border-radius: 6px;}
.video-control.active::before{opacity: 0;visibility: hidden;}
.similar-videos-slid .video-control iframe.iframe-vdo {opacity: 0.01;visibility: visible;}
.similar-videos-slid .video-control.active iframe.iframe-vdo{opacity: 1;}
.similar-videos-slid .video-control {padding-bottom: 77%;z-index: 99;}
.similar-videos-slid .owl-nav {display: block !important;}
.similar-videos-slid .owl-prev {width: 50px;height: 50px;background: url(../images/owl-prev-detls.png) no-repeat center !important;outline: 0 none;position: absolute;top: 25%;left: -6%;}
.similar-videos-slid .owl-prev:hover {background: url(../images/owl-prev-detls-active.png) no-repeat center !important;}
.similar-videos-slid .owl-next {width: 50px;height: 50px;background: url(../images/owl-next-detls.png) no-repeat center !important;outline: 0 none;position: absolute;top: 25%;right: -6%;}
.similar-videos-slid .owl-next:hover {background: url(../images/owl-next-detls-active.png) no-repeat center !important;}
.similar-videos-slid button span {display: none;}

.owl-carousel.similar-videos-slid .owl-stage-outer , .owl-carousel.similar-videos-slid .owl-stage , .owl-carousel.similar-videos-slid .owl-item , .owl-carousel.similar-videos-slid{z-index: 999999;}
.form-group.chek-bx.tick-memvbr.hide-dv{opacity: 0;visibility: hidden;}
.botm-issue.vedio-detls {padding: 0 0 30px 0;}
.reslt-hedr.catgry-vdo {margin-bottom: 40px;padding: 0;justify-content: flex-start;}
.reslt-hedr.catgry-vdo .slid-title {
    margin-bottom: 0;margin-right: 40px;}
.details-new .similar-videos-slid{width: 100%;display: block;float: left;}


.catgry-vdo .dropdown-menu {
    width: 245px;}
.details-new .item .item-txt h1 , .details-new .item .item-txt p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.item .item-txt .vew-txt {
    font-size: 14px;
    color: #3f3f3f;
    font-weight: 500;
    margin-top: 8px;
    line-height: 100%;
}
.details-new .similar-videos-slid .item {
    margin-bottom: 50px;
    width: 21.25%;
    float: left;
    margin-right: 5%;
}
.details-new .similar-videos-slid .item:nth-child(4n) {
    margin-right: 0;
}
.details-new {
    padding-top: 40px;
}
.similar-videos-slid .item.ng-star-inserted>div{height:  auto !important; padding-bottom: 0px !important;}​

.privt-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.privt-row .form-2row {
    display: block;
    margin-right: 10%;
}
.privt-row .form-2row:last-child {
    margin-right: 0;
}
.privt-row .form-2row .form-group {
    width: 100%;
    margin: 0 0 25px;
}

.contact-details-info .tab-content {
    margin-top: 0;
    border: 0;
}

#datatable{
    text-align: left !important; 
 }
 #datatable_filter input[type=search]{
     border: 1px solid #ccc;
 }

 body , section , h1, h2, h3, h4, h5, p {font-family: 'Montserrat', sans-serif !important;}
.account-selection .card {min-height: 450px;}
.account-selection .card .card-body h2.card-title {min-height: inherit;font-weight: 700;}
.account-selection .hedr-butn .sign-in.restr {border-color: #000;border-radius: 3px;}
.account-selection .hedr-butn {flex: inherit;max-width: 100%;padding-left: 0;padding-top: 30px;}
.header-srch .inpts-srch ul {
    margin: 0;
}
.account-selection .hedr-butn .sign-in.restr:hover{border-color: #ff0000;}
.account-selection .send-reqst.creat-acount-form {margin-top: 0;padding: 55px 0 150px 0;}


.contact-details-info ul.nav.nav-pills li a.active , .contact-details-info ul.nav.nav-pills li a:hover{background: 0 none;}
.inpts-srch li a.active, .inpts-srch li a:hover {color: #fff !important;}
.hedr-butn .sign-in:hover{text-decoration: underline;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9b9b9b !important;opacity: 0.7 !important;font-weight: 400 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9b9b9b !important;opacity: 0.7 !important;font-weight: 400 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9b9b9b !important;opacity: 0.7 !important;font-weight: 400 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9b9b9b !important;opacity: 0.7 !important;font-weight: 400 !important;
}




/** changes Start CSS **/
.lft-img.ng-star-inserted , .lft-img, .similar-videos-slid .item.ng-star-inserted > div , .gloap-list .lft-img > div , .gloap-list .lft-img .ng-star-inserted{
    position: relative;
    height: 0;
    padding-bottom: 15%;
}
.lft-img.ng-star-inserted video , .lft-img video  , .similar-videos-slid .item.ng-star-inserted video , .inerInfo.vedio-ro .iner-txt + div video , .gloap-list .lft-img > div, .gloap-list .lft-img .ng-star-inserted , .inerInfo.vedio-ro .ng-star-inserted video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.similar-videos-slid .item.ng-star-inserted video{width: auto;}
.inerInfo.vedio-ro .iner-txt + div , .inerInfo.vedio-ro .ng-star-inserted{ position: relative;
    height: 0;width: 100%;display: block;
    padding-bottom: 55%;}
.ng-star-inserted .row.pb-5 {
    display: none;
}
.textSlidr .owl-stage-outer.ng-star-inserted {
    max-width: 92%;
}
.textSlidr .owl-nav.ng-star-inserted {
    margin: 0;
}
.textSlidr .owl-nav.ng-star-inserted .owl-prev, .textSlidr .owl-nav.ng-star-inserted .owl-next {
    margin: 0;
}
.textSlidr .link-nv {
    color: #999;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;white-space: nowrap;
}
.textSlidr .link-nv.active , .textSlidr .link-nv:hover{color: #fff !important;}
.textSlidr .item.ng-star-inserted {
    margin-right: 10px;
}
div#reviewModal .modal-footer button.btn.btn-primary{font-size: 15px;
    text-transform: capitalize;
    line-height: 100%;
    margin-right: 25px;
    display: block;
    font-weight: 500;color: #fff;
    background: #000;
    border-radius: 50px;
    padding: 12.7px 20px 12.7px 20px;}
div#reviewModal .modal-footer button.btn.btn-primary:hover {
    background: #ff0000;
    color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);}
.gloap-list .lft-img { background: initial;}
.gloap-list .lft-img span.inr-img {    background: #fff;}
.variation select.select {
    bottom: 0;
    background: #f8f8f8;
    cursor: default;
    z-index: 1;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 0 35px;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    text-align: left;
    border-radius: 50px;}
.variation select.select {
    background-image: linear-gradient(#223752, #223752), linear-gradient(-135deg, transparent 50%, #f8f8f8 50%), linear-gradient(-225deg, transparent 50%, #f8f8f8 50%), linear-gradient(#f8f8f8 42%, #223752 42%) !important;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat !important;
    background-size: 0px 100%, 45px 40px, 60px 52px, 40px 100% !important;
    background-position: right 20px center, right bottom, right bottom, right bottom !important;
    opacity: 1 !important;
    background-color: #f8f8f8 !important;
    outline: 0 none !important;border: 0 !important;
}
.imgSlider .item {max-width: 95%;margin: 0;}
.modal .ng-star-inserted{ position: relative;
    height: 0;width: 100%;display: block;
    padding-bottom: 55%;}
.modal .ng-star-inserted video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.similar-videos-slid .item video , .samson-detals .inerInfo.vedio-ro .botm-issue + div video{
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.reslt-hedr.catgry-vdo + .similar-videos-slid .item > div , .similar-videos-slid .item > div , .samson-detals .inerInfo.vedio-ro .botm-issue + div{
    position: relative;
    height: 0;width: 100%;display: block;
    padding-bottom: 55%;
}
.reslt-hedr.catgry-vdo + .similar-videos-slid .item > div video{width: 100%;}
app-userlogin , app-home {
    flex: 1;
}
 
.gloap-list .lft-img span.inr-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.gloap-list .lft-img span.inr-img {
    width: 100%;
    height: 115px;
}
.imgSlider .slid-img {width: 270px;height: 270px;}
#reviewModal .form-group {
    margin-bottom: 22px;}
app-vendor-registration form.ng-untouched.ng-pristine.ng-invalid {
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
}
.owl-prev , .owl-next {
    text-indent: -99999px;}
app-search-all-master.ng-star-inserted ngx-spinner.ng-tns-c4-1 {
    color: #ff0000 !important;
    opacity: 1 !important;
}

.proDD{z-index: 9;}
input#termscondtions {margin-right: 10px;position: relative;top: 2px;}
.card {
    overflow: hidden;
}
/* .total-price-bx{padding: 25px;
    margin: 35px 0 -10px 0 !important;
    position: relative;
    font-size: 18px;}
.total-price-bx::after {
    position: absolute;
    top: 0;
    right: 0;
    left: -4%;
    width: 108%;
    display: block;
    height: 2px;
    background: #add8e6;
    content: "";
} */
.total-price-bx {position: relative; font-size: 18px; min-height: auto !important; max-width: 350px; border-top: 5px solid #add8e6 !important; width: 100% !important;}
.proDD.active .proDD-menu {
    display: block;
}
app-video-category , app-job-description , app-userregister , app-video-description , app-home-info-center-list , app-product-listing , app-job-list , app-thankyou-userregister{
    flex: 1;
}
app-job-description video{width: 100%;
    display: block;}
.hedr-butn .restr{text-align: center !important;}
app-video-category .botm-issue.vedio-detls.ng-star-inserted {    padding: 20px 20px 0 20px; width: 100%; height: auto; float: left;}




/** media Start CSS **/
@media (min-width: 1579px) and (max-width:2560px){
.listing-pg.form-hedr header {background: #fff;z-index: 9;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;
position: fixed;top: 0;left: 0;right: 0;}
.send-reqst {margin-top: 110px;padding-bottom: 8%;}


    .account-selection .send-reqst.creat-acount-form {margin-top: 0;padding: 55px 0 150px 0;}
  .ContentCSS[_ngcontent-njb-c1] {
    padding-bottom: 45%;
}

}

@media (min-width: 1404px) and (max-width:2560px){
.send-reqst{padding: 55px 0 14%;}

}


@media (min-width: 768px) and (max-width:1279px){
header {padding: 26px 0;}
.logo-home {max-width: 400px;margin: 0 auto 40px;}
.inpts-srch {margin-top: 40px;}
.searchbox {max-width: 550px;}
footer {padding: 26px 0;}
.logo-home img {margin-left: 19%;}
.textSlidr .owl-stage-outer {max-width: 90%;}


}

@media (min-width: 1150px) and (max-width:1279px){
.logo-home {max-width: 485px;margin: 0 auto 40px;}
.logo-home img {margin-left: 8%;}
.textSlidr .link-nv {font-size: 12px;padding: 10px 8px;}

}


@media (min-width: 992px) and (max-width:1200px){
.header-srch .searchbox {max-width: 225px;
    margin-right: 10px;
    margin-left: 10px;}
.header-srch .inpts-srch li a {padding: 9px 8px;font-size: 12px;}
.accessories .owl-nav{text-align: center;margin-top: 25px;}
.accessories .owl-prev , .accessories .owl-next{position: static;margin: 0 5px;}
.textSlidr .link-nv {font-size: 12px;padding: 10px 8px;}
.hedr-butn .sign-in {
    margin-right: 5px;font-size: 12px;
}
.hedr-butn .restr {
    padding: 10px 10px 10px 10px;
}
/** About Company Start CSS **/
.about-row .top-title-br .hedr-butn .sign-in.restr {font-size: 16px;}
.about-row h2 {font-size: 25px;}
.about-row p {font-size: 26px;}
.similar-videos-slid .owl-nav {
    text-align: center;
    margin-top: 25px;}
.similar-videos-slid .owl-prev, .similar-videos-slid .owl-next {
    position: static;
    margin: 0 5px;
}
.account-selection .card .card-body h2.card-title {min-height:90px;}
 app-vendor-registration form.ng-untouched.ng-pristine.ng-invalid > .col-lg-6 {float: left;} 
}

@media (min-width: 768px) and (max-width:991px){
.logo-home img {margin-left: 19%;}
.headerRow {
    display: block;}
.header-srch {width: 100%;
    padding: 20px 0 0 0;}
.header-srch .searchbox {
    max-width: 380px;
    margin-right: 10px;}
.header-listing .hedr-butn {
    position: absolute;
    right: 15px;}
.samson-detals h2 {
    font-size: 30px;line-height: 32px;}
.samson-detals .inpts-srch li a{padding: 13px 12px;}
.detals_Slider .owl-next {right: 15%;}
.detals_Slider .owl-prev{left: 15%;}
.tab-Row ul li {
    margin-right: 15px;}
.accessories .owl-nav{text-align: center;margin-top: 25px;}
.accessories .owl-prev , .accessories .owl-next{position: static;margin: 0 5px;}
.tab-Row ul li a {
    font-size: 14px;}

.textSlidr .link-nv {
    font-size: 12px;padding: 10px 8px;}
.contact-details-info .variation span.select{padding: 0 15px;}

/** About Company Start CSS **/
.samson-detals .inerInfo {padding: 45px 15px;}
.about-row .top-title-br {align-items: flex-start;justify-content: flex-start;
    flex-direction: column;}
.about-row .top-title-br .hedr-butn {margin-top: 20px;}
.about-row .top-title-br .hedr-butn .sign-in.restr {font-size: 18px;}
.similar-videos-slid .owl-nav {
    text-align: center;
    margin-top: 25px;}
.similar-videos-slid .owl-prev, .similar-videos-slid .owl-next {
    position: static;
    margin: 0 5px;
}
.about-row .top-title-br {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;}
.samson-detals .botm-issue .iner-txt {
    padding: 0 0 0 15px;}
    .account-selection .card .card-body h2.card-title {min-height:95px;}
    .account-selection .card {
        min-height: 520px;
    }
  app-vendor-registration form.ng-untouched.ng-pristine.ng-invalid > .col-lg-6 {float: left;}  
  .textSlidr .owl-stage-outer.ng-star-inserted {
    max-width: 85%;
}

.proDD{
    position: absolute !important;
    top: -10px;
    right: 15px;
}

}


@media (max-width:767px){

header {padding: 15px 0;}
.hedr-butn .sign-in {font-size: 13px;margin-right: 10px;}
footer {padding: 15px 0;}
.logo-home {max-width: 385px;margin: 0 auto 26px;}
.searchbox {max-width: 550px;}
.inpts-srch {margin-top: 26px;}
.inpts-srch li {margin-right: 10px;}

.textSlidr .owl-stage-outer {
    max-width: 90%;}
.body-listing {
    padding: 45px 0;}
.gloap-list .hedr-butn .sign-in {
    margin-right: 25px;}

.headerRow {
    display: block;}
.header-srch {width: 100%;
    padding: 15px 0 0 0;}
.header-srch .searchbox {
    max-width: 40%;
    margin-right: 10px;
}
.header-listing .hedr-butn {
    position: absolute;
    right: 15px;}
.hedr-butn .restr{margin-right: 0px;}
.logo-header {
    width: 140px;}
.accessories .owl-nav{text-align: center;margin-top: 25px;}
.accessories .owl-prev , .accessories .owl-next{position: static;margin: 0 5px;}
.tab-Row ul li {margin-right: 2%;}
.tab-Row ul li a {
    font-size: 75%;}
.detals_Slider .owl-next {right: 10%;}
.detals_Slider .owl-prev{left: 10%;}
.samson-detals .inerInfo {
    padding: 35px 10px;
    flex-direction: column;}
.samson-detals .iner-img {
    margin-bottom: 30px;}
.samson-detals .iner-txt {
    width: 100%;
    padding-left: 0;
    text-align: center;}
.samson-detals h2 {
    font-size: 28px;
    line-height: 32px;
    }
.samson-detals p {
    font-size: 18px;
    line-height: 20px;}
.samson-detals .inpts-srch {
    margin-top: 25px;
    text-align: center;}
.samson-detals .inpts-srch li a {
    font-size: 12px;
    padding: 10px 10px;
    }
.detls-wraper p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;}
.detals_Slider {
    margin: 0 0 45px 0;}
.detls-wraper {
    padding: 35px 0 0 0;}
.desc-tabs-detal{margin: 0 0 45px;}
.title-txt {
    font-size: 22px;
    margin-bottom: 30px;
    }
.accessories .slid-img {
    width: 100%;
    background: #f7f7f7;
    border: 0;
    height: 228px;
}
.specs-prvew {
    padding: 30px 15px 0px 15px;
}

.w3-txt-cntr {
flex-direction: column;}
.fotr-privcy {
    font-size: 14px;}
    footer .my-txt {
    font-size: 14px;
    margin: 15px 0;}

.detls-wraper {
    min-height: auto;
}

.header-srch .inpts-srch li a {padding: 10px 13px;}
.sign-in-form .progress-bar .step .step-label{white-space: normal;
    text-align: center;}
.stats-row {flex-direction: column;}
.stats-row > div {width: 100%;}
.stats-row .left-sts {padding-right: 0;}
.stats-row .rit-sts {
    padding-left: 0;
    padding-top: 100px;}
.form-group.chek-status{margin-top: 0;margin-bottom: 25px;}
.stats-row::after {width: 100%;
    height: 1.4px;top: 55%;transform: translateY(-50%);}
.stats-row::before{top: 55%;transform: translateY(-50%);height: 30px;}
.chek-status .lft-status{ width: auto;padding-right: 15px;}
.form-2row {flex-direction: column;}
.creat-acount-form .form-2row .form-group {
    width: 100%;
    margin-right: 0;}

/** About Company Start CSS **/
.about-row .top-title-br {justify-content: center;flex-direction: column;}
.about-row .top-title-br .hedr-butn {margin-top: 20px;}
.about-row .top-title-br .hedr-butn .sign-in.restr {font-size: 18px;}
.abut-detals {padding-top: 45px;}
.chek-row-fm .boxes {flex-direction: row;}
.chek-row-fm .boxes .chk-row {margin-bottom: 0px;}
.profession-info .form-group.chek-bx.tick-memvbr {margin-bottom: 25px;}
.form-group.chek-bx.tick-memvbr.hide-dv{display: none;}
.similar-videos-slid .owl-nav {
    text-align: center;
    margin-top: 25px;}
.similar-videos-slid .owl-prev, .similar-videos-slid .owl-next {
    position: static;
    margin: 0 5px;
}
.samson-detals .botm-issue {
    justify-content: center;
    flex-direction: column;
}
.samson-detals .botm-issue .iner-txt {
    width: 100%;
    padding: 0;
}
.samson-detals .botm-issue .iner-txt .top-title-br .hedr-butn.inpts-srch {
    margin: 10px 0 0 0;
 }
.inerInfo.vedio-ro .iner-txt h2 {
    font-size: 26px;
}
.video-control {
    padding-bottom: 100%;
}
.video-control::after {
    width: 70px;
    height: 70px;
    background-size: 70px;
}
.similar-videos {
    padding: 50px 0;}
.details-new .similar-videos-slid .item {
    width: 49%;
    margin-right: 2%;
}
.details-new .similar-videos-slid .item:nth-child(2n) {
    margin-right: 0;
}
.privt-row {
    flex-direction: column;}
.privt-row .form-2row {
    margin-right: 0;
}
.account-selection .send-reqst.creat-acount-form .title-form {
    font-size: 30px;
}
.account-selection .send-reqst.creat-acount-form .col-sm-3 {
    width: 100%;
    flex: inherit;
    max-width: 100%;
}
.account-selection .card {
    min-height: auto;
}
.account-selection .card .card-body h2.card-title{min-height: initial !important;}


/** changes Start CSS **/
.header-listing .hedr-butn {display: flex;
    position: static;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;}
header .hedr-butn .sign-in.restr {
    width: auto !important;
    padding: 7px 12px;
    text-align: center;font-size: 12px;
}
.hedr-butn .sign-in {
    position: absolute;
    top: 0;
    right: 15px;margin: 0;
}
.hedr-butn .sign-in.restr {
    position: static;
    margin-right: 15px;
}
.sign-in.spec-preview {
    position: static;
}
.lft-img.ng-star-inserted , .lft-img, .similar-videos-slid .item.ng-star-inserted > div , .gloap-list .lft-img > div , .gloap-list .lft-img .ng-star-inserted{padding-bottom: 30%;}

.similar-videos-slid .item video {
    width: 100%;
}
.similar-videos-slid .item {
    width: 100%;
}

.similar-videos-slid .item .item-txt {
    padding-bottom: 27%;
}
app-home .empower-body.ContentCSS .container {
    position: static;
    transition: initial;
}
app-home .empower-body.ContentCSS {
    padding: 50% 0 0 0;
}
app-frontent-home-master .hedr-butn .sign-in {
    position: static;
    margin-right: 15px;
}
header .hedr-butn .sign-in.restr:last-child {
    margin-right: 0;}
app-vendor-registration form .form-group .mobil-row .variation-fld {
    width: 100%;
}
app-vendor-registration form .form-group.cntinue-btn {
   float: left;
    padding: 35px 0 40px 0;
}
app-vendor-registration form .form-group > .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
}
.detals_Slider .owl-prev {
    background: url(../images/owl-prev-detls-active.png) no-repeat center !important;
}
.detals_Slider .owl-next {background: url(../images/owl-next-detls-active.png) no-repeat center !important;}
.imgSlider .item {
    max-width: 100%;}
.slid-img {width: 100%;}
.send-reqst .form-group.cntinue-btn input.form-butn.cret-acnt {
    margin-top: 20px;
}
.textSlidr .item.ng-star-inserted {
    margin-right: 10px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.textSlidr .owl-stage-outer.ng-star-inserted {
    max-width: 80%;
}
app-payment-page .send-reqst.creat-acount-form {
    width: 90%;
    margin: 0 auto;
}
app-search-all {
    flex: 1;
}
.form-group.cntinue-btn .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.form-group .form-butn {
    margin-top: 20px;
}
.proDD{
    position: absolute !important;
    top: -10px;
    right: 15px;
}
.mobil-row.stret.mobile_stret {
    flex-direction: column-reverse;
}
.form-group .mobil-row.stret.mobile_stret .variation{margin-top: 0;
    margin-bottom: 15px;}
app-userregister .progress-bar.profession-line.contact-details-line .mobil-row.stret.mobile_stret .variation{margin-bottom: 0;}

.form-group .mobil-row.call-phone .variation {width: 48%;}
 .form-group .mobil-row.call-phone .variation-fld {    width: 100%;}

 app-video-category .botm-issue.vedio-detls.ng-star-inserted .iner-txt {
    width: auto;
    padding-left: 10px;
}
app-video-category .botm-issue.vedio-detls.ng-star-inserted .iner-img .sam-img {
    height: 90px;
}
app-video-category .botm-issue.vedio-detls.ng-star-inserted .iner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
app-video-category .botm-issue.vedio-detls.ng-star-inserted .iner-img {
    margin-bottom: 0;width: 100px;
}
.inerInfo.vedio-ro .iner-txt h2 {
    font-size: 20px;
}
app-video-category .botm-issue.vedio-detls {
    padding-top: 20px;
}
.privt-row .form-group .mobil-row.call-phone {
    flex-direction: column;
}
.privt-row .form-group .mobil-row.call-phone .variation{margin-right: 0;
    margin-bottom: 15px;}
.privt-row .mobil-row.stret.mobile_stret .variation {
    margin-bottom: 0;
}

}

@media (min-width: 320px) and (max-width:520px){
.inpts-srch li a {font-size: 12px;padding: 9px 15px;}
.inpts-srch li .srch-input {font-size: 12px;}
.hedr-butn .restr {padding: 8px 16px 8px 16px;}
.logo-home {max-width: 250px;}
.header-srch {   
flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
-moz-flex-direction: column;
-o-flex-direction: column;}
.header-srch .searchbox {
    max-width: 100%;
    margin-right: 0;margin-bottom: 15px;}
.menuRow ul li a {
    font-size: 12px;
    padding: 18px 5px;}
.textSlidr .link-nv {
    padding: 10px 6px;font-size: 13px;}
.textSlidr .owl-stage-outer {
    max-width: 80%;
}
.reslt-hedr {
    padding: 0;flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
-moz-flex-direction: column;
-o-flex-direction: column;}
.reslt-hedr .lft-txt {
    margin-bottom: 15px;}
.gloap-list .iner-list {
    padding: 20px;
    text-align: center;

display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;

align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
-moz-align-items: center;
-o-align-items: center;

justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
-moz-justify-content: center;
-o-justify-content: center;

flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
-moz-flex-direction: column;
-o-flex-direction: column;}
.gloap-list .lft-img {margin-bottom: 20px;}
.gloap-list .rit-info {
    width: 100%;padding-left: 0;}
.gloap-list .hedr-butn {
    margin-top: 20px;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
-moz-align-items: center;
-o-align-items: center;

justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
-moz-justify-content: center;
-o-justify-content: center;
    text-align: center;
    width: 100%;}

.detals_Slider .owl-nav{text-align: center;margin-top: 25px;}
.detals_Slider .owl-prev , .detals_Slider .owl-next{position: absolute;margin: 163px 28px; margin-top: 170px !important;}
.tab-Row ul li {
    margin-right: 0;
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
    min-height: 65px;
}
.tab-Row ul li a {
    line-height: 17px;
}
.tabl-info-spec .colm-detl {
    padding: 18px 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;}
.tabl-info-spec .left-titl {
    width: 100%;
    margin-bottom: 15px;
}
.tabl-info-spec .rit-info {
    width: 100%;
}

.boxes {
    flex-direction: column;
}
.boxes .chk-row {
    margin-bottom: 20px;
}
.title-form {
    font-size: 25px;
    margin-bottom: 40px;
}
#checkout-progress:after , #checkout-progress:before{display: none;}
#checkout-progress .progress-bar{max-width: 90%;margin: 0 auto;}
.form-group .brdy-row{flex-direction: column;}
.form-group .brdy-row .left-dy {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.form-group .brdy-row .rit-yer {
    width: 100%;
}
.chek-row-fm .boxes label {font-size: 16px;}
.details-new .similar-videos-slid .item {
    width: 100%;
    margin-right: 0;
}
.details-new .similar-videos-slid .item:nth-child(2n) {
    margin-right: 0;
}
.reslt-hedr.catgry-vdo .slid-title {
    margin-bottom: 20px;
    margin-right: 0;
}


.lft-img.ng-star-inserted , .lft-img, .similar-videos-slid .item.ng-star-inserted > div , .gloap-list .lft-img > div , .gloap-list .lft-img .ng-star-inserted{padding-bottom: 35%;height: 115px;}
.gloap-list .lft-img {
    margin-bottom: 20px;
/*    height: auto;*/
    padding-bottom: 0;
}

.textSlidr .item.ng-star-inserted {
    margin-left: 5%;
}

}

@media (max-width: 420px){
.inpts-srch li {width: auto;margin-bottom: 6px;margin-right: 6px;}
.form-group .mobil-row{flex-direction: column;}
.form-group .mobil-row .variation {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.form-group .mobil-row .variation-fld{width: 100%;}
.form-group .mobil-row.stret .variation {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.contact-details-info ul.nav.nav-pills li {
    margin-right: 0;
    width: 50%;
    text-align: center;
}
.contact-details-info ul.nav.nav-pills li a{min-height: 65px;}
.thankyou-info .thnk-img {
    margin-bottom: 35px;
    }
.thankyou-info .thnk-img img {
    width: 75px;
}
.thankyou .thankyou-info .title-form {
    margin-bottom: 35px;
}
.thankyou .thankyou-info p {
    font-size: 16px;
    line-height: 25px;
}

/** About Company Start CSS **/
.about-row h2 {font-size: 26px;line-height: 30px;}
.inpts-srch .tim-isu {font-size: 14px;}
.specify-search-form .form-group .slet-locntn {flex-direction: column;}
.stats-row::before {top: 57%;}
.stats-row::after {top: 57%;}

.privt-row .form-group .mobil-row {flex-direction: row;}
.privt-row .form-group .mobil-row .variation {
    width: 50%;margin-bottom: 0;
    margin-right: 2%;margin-top: 0;}
.form-group .mobil-row .variation-fld {
    width: 48%;}
.privt-row .form-group .mobil-row.stret .variation {
    margin-left: 2%;
    margin-right: 0;}
.privt-row .form-group .mobil-row .variation span.select{padding: 0 22px;}

}

@media (max-height: 414px){
.home-wrapper {min-height: calc(100vh + 130px);}

}


@media (max-width: 375px){
.textSlidr .owl-stage-outer.ng-star-inserted {
    max-width: 75%;
}

}


@media (min-width: 375px) and (max-width: 767px){
.textSlidr .item.ng-star-inserted {margin-left: 12%;}
.details-new .similar-videos-slid .item .item-txt {
    padding: 0;
    float: left;
}
.reslt-hedr.catgry-vdo + .similar-videos-slid .item > div, .similar-videos-slid .item > div, .samson-detals .inerInfo.vedio-ro .botm-issue + div {
    padding-bottom: 50%;
}

}
@media (max-width:430px){
#videos .textSlidr .item.ng-star-inserted {margin-left: 0px !important; max-width: 100%;}
#videos .textSlidr .owl-stage-outer.ng-star-inserted {max-width:100%}
#videos .textSlidr .owl-next {width: 38px; height: 38px; background: url(../images/owl-next-img.png) no-repeat top right #fff !important; border-radius: 0px !important;}
#videos .textSlidr .owl-prev {width: 38px; height: 38px; background: url(../images/owl-prev-img.png) no-repeat top left #fff !important; border-radius: 0px !important;}
}



footer .my-txt {font-size: 14px; line-height: 20px;}
.fotr-privcy {float:none; padding:10px 0px;}
.term {float:none;}
footer .col-lg-3{text-align:center;}

 

@media (min-width: 500px){
    footer .col-lg-3{text-align:center; width:25%;}
}

 

@media (max-width:767){
    .fotr-privcy {padding:10px 0px;}
    }

    .dropdowndetails {
        opacity: 1 !important;
        }

        .vedio-ro .hedr-butn .sign-in.restr {margin-right:0px !important;} .inerInfo .hedr-butn .sign-in.restr {margin-right:0px !important;} @media (max-width: 430px){ .similar-videos .slid-title {text-align:center;} .similar-videos-slid .item {text-align:center;} .similar-videos-slid .owl-item img {display:inline-block !important;} .similar-videos-slid .item .item-txt {padding-top:0px;} } .inerInfo.vedio-ro .iner-txt + div, .inerInfo.vedio-ro .ng-star-inserted {padding-bottom:30px; height:auto;} .inerInfo.vedio-ro .iner-txt + div video {position:relative;} .detals_Slider .hedr-butn .sign-in.restr {margin-right:0px;} .detals_Slider .hedr-butn {position:relative; left:50%; transform:translateX(-50%);} .similar-videos select {width:100%;} .btnrequest {float: left; position: relative; left: 50%; transform: translateX(-50%);} 
        .btnrequest .sign-in {border: none; width: auto !important; border-radius: 3px !important; outline: none; margin: 0px 0px 0px 10px!important; font-size: 14px !important; padding: 10px 30px !important;}
         .btnrequest .sign-in:nth-child(1) {background-color:#000000 !important;} .samson-detals .iner-img .sam-img {text-align:center;}

         footer .col-lg-3 {padding:0px;} @media(max-width:520px){ .inpts-srch li {margin:0px 3px !important;} .inpts-srch li a {width:100px;} .inpts-srch li.srch-input {width: 100%; margin-bottom: 10px !important;} } @media(max-width:370px){ .inpts-srch li a {width:85px;} }
         .googlefontcss{
            font-family: Roboto,arial,sans-serif;
            font-size: 20px;
            line-height: 1.3;
            font-weight: normal;
            margin: 0;
            padding: 0;
            color: #609;
           
            /* background: #fff; */
            padding-top: 4px;
           
            -webkit-tap-highlight-color: rgba(0,0,0,.10);
           
        }
        
        .header-listing .menuRow ul { width: auto; left: 50%; position: relative; -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%); }


        app-userregister .form-group .mobil-row.call-phone .variation select , app-vendor-registration .form-group .mobil-row.call-phone .variation select {padding: 0 38px 0 18px;}
app-userregister .form-group .mobil-row.call-phone .variation span.select , app-vendor-registration .form-group .mobil-row.call-phone .variation span.select {padding: 0 38px 0 18px;overflow: hidden !important;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;white-space: nowrap;}



@media (max-width: 767px){
app-userregister .form-group .mobil-row.call-phone .variation, app-vendor-registration .form-group .mobil-row.call-phone .variation {width: 48%;}
app-vendor-registration .form-group .mobil-row.call-phone{flex-direction: row;}
app-userregister .mobil-row.stret.mobile_stret {flex-direction: column-reverse;}
app-userregister .mobil-row.stret.mobile_stret .variation {margin: 0 !important;}
app-userregister .mobil-row.stret.mobile_stret .variation-fld{margin-top: 15px;width: 100%;}
app-userregister .mobil-row.stret.mobile_stret .variation {width: 40%;}

}

@media (max-width: 420px){
app-userregister .form-group .mobil-row.call-phone .variation, app-vendor-registration .form-group .mobil-row.call-phone .variation {width: 100%;}
app-vendor-registration .form-group .mobil-row.call-phone{flex-direction: column;}
app-vendor-registration .form-group .mobil-row.call-phone .variation {margin-bottom: 15px;}
app-userregister .mobil-row.stret.mobile_stret .variation-fld, app-userregister .mobil-row.stret.mobile_stret .variation {width: 100%;}
app-userregister .mobil-row.stret.mobile_stret .variation {width: 100%;}

}
.newBox {width: 100%; display: block; padding: 45px 60px; align-items: center; max-width: 1060px; margin: 0 auto; background: #fff; box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 9%); border-radius: 3px; position: relative;}
.newBox .img {margin-top: -6px; width: 112px; float: left;}
.newBox .img span {display: block; text-align: center;}
.newBox .txt {width: calc(100% - 112px); float: left; padding-left: 30px; }
.newBox .txt h2 {color: #f30202; padding: 0px; margin: 0px 0px 0px 0px; padding-bottom: 12px; border-bottom: 1px solid #c8ced3; margin-bottom: 12px; padding-top: 0px; font-size: 26px; line-height: 30px; font-weight: 600;}
.newBox .txt p {font-size: 26px; color: #444; font-weight: 500; line-height: 24px; }
.newBox .inpts {width: 100%; display: block; text-align: center; margin-top: 60px; margin-top: 35px; text-align: left; }
.newBox .inpts ul {margin-top: 0; margin-bottom: 10px; }
.newBox .inpts li {display: inline-block; margin-right: 12px;}
.newBox .inpts li:last-child {margin-right: 0;}
.newBox .inpts li a {cursor: pointer !important;display: inline-block;text-align: center;font-size: 14px;color: #222;line-height: 100%;border-radius: 3px;padding: 13px 27px;font-weight: 400;text-decoration: none;border: 1px solid #e5e7ea;background: 0 none;border: 1px solid #e5e7ea;}
.newBox:after {display: block; content: ""; clear: both;}
.newBox .inpts li a.active, .newBox .inpts li a:hover {background: #ff0000; color: #fff; box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 11%); border: 1px solid #ff0000;}

.similar-videos-slid .owl-next {display: inline-block !important;}
.similar-videos-slid .owl-prev {display: inline-block !important;}



@media (min-width: 768px) and (max-width: 991px){
	.newBox {padding: 45px 15px;}
	.newBox .inpts li a {padding: 13px 12px;}
}
@media (max-width: 767px){
	.newBox {padding: 35px 10px;}
	.newBox .img {position: relative; left: 50%; -webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
	.newBox .txt {width: 100%; padding: 0px;}
	.newBox .txt h2 {text-align: center;}
	.newBox .txt p {text-align: center;}
	.newBox .inpts li a {font-size: 12px; padding: 10px 10px;}
	.newBox .txt p {font-size: 18px; line-height: 20px;}
	.newBox .inpts {margin-top: 25px; text-align: center;}
}
@media (max-width: 520px){
	.newBox .inpts li a {width: 100%;}
	.newBox .inpts li {margin: 0px 3px 6px 0px!important; display: block;}
}


.newBox .hedr-butn {margin-top: -12px;}

@media(max-width: 767px){
	.newBox .inpts .hedr-butn {float: left; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-bottom: 20px;}
	.newBox .inpts .inpts-srch {clear: both;}
        .newBox .hedr-butn .sign-in.restr {margin-right:0px;}
}
        
@media (min-width: 992px) and (max-width: 1200px){
    .newBox .hedr-butn .restr {padding: 12.7px 20px 12.7px 20px; font-size: 15px; margin-right:0px;}
}
        
     
        
               