@font-face {    font-family: 'nexabold';    src: url('../webfonts/nexabold-webfont.woff2') format('woff2'),    url('../webfonts/nexabold-webfont.woff') format('woff');    font-weight: normal;    font-style: normal;}body{    color: #464646;}img {    max-width: 100%;}.mainlogo {    margin: 10px 0;    text-align: left;}header {    margin: 0px;    padding: 0px;    float: left;    width: 100%;}nav {    background: #636466;}.product-detail h2 {    color: #e05249;    padding: 25px 0 35px 0;    font-style: italic;    font-weight: bold;}.product-detail .prodimg-thumb {    border: 2px solid #e05249;    border-radius: 15% 0 15% 0;    overflow: hidden;    text-align: center;    width: 100%;    margin-bottom: 30px;    -webkit-box-shadow: -1px 0px 5px 0px #666666;    box-shadow: -1px 0px 5px 0px #666666;}.product-detail ul.spac {    padding: 0 0 0 20px;}.product-detail ul.downlink {    margin: 0px;    padding: 0px;    list-style: none;}.product-detail ul.downlink a {    color: #212529;}.product-detail ul.downlink li:first-child {    margin-bottom: 25px;}.product-detail .relat-rpod {    margin-top: 30px;    border: 2px solid #e05249;    border-radius: 15% 0 15% 0;    overflow: hidden;    text-align: center;    width: 100%;    margin-bottom: 30px;    -webkit-box-shadow: -1px 0px 5px 0px #666666;    box-shadow: -1px 0px 5px 0px #666666;    height: 100%;    position: relative;}.product-detail .relat-rpod .img-ttl {    color: #fff;    font-size: 20px;    text-transform: uppercase;    background: RGBA(0, 0, 0, 0.53);    position: absolute;    bottom: 0px;    width: 100%;    padding: 15px 0;}.product-detail .relat-contact {    margin-top: 30px;    border: 2px solid #e05249;    border-radius: 15% 0 15% 0;    overflow: hidden;    text-align: center;    width: 100%;    margin-bottom: 30px;    -webkit-box-shadow: -1px 0px 5px 0px #666666;    box-shadow: -1px 0px 5px 0px #666666;    height: 100%;    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;    background: #e05249;    color: #fff;}.product-detail .relat-contact p {    width: 100%;    line-height: 40px;}.product-detail .relat-contact p span {    font-size: 24px;    text-transform: uppercase;    font-style: italic;    font-weight: bold;}.product-detail .relat-contact p a {    color: #fff;}.top-contect-details {    padding: 16px 0;    text-align: right;    margin-top: 24px;}.top-contect-details span i {    /*color: #9d231c;*/    color: #b01111;    font-size: 18px;}.top-contect-details span.phone {    font-size: 24px;    font-weight: 500;}.top-contect-details a {    padding: 0 0 0 0;    font-size: 16px;    color: #333333;    text-decoration: none;    float: right;}.top-contect-details a i {    /*color: #9d231c;*/    color: #b01111;}.top-contect-details a:hover {    color: #ba0029;}.navarea {    background: #464646;    width: 100%;    float: left;}.navbar-light {    padding-bottom: 0;    padding-top: 0;    background: #464646;}.navbar-light .navbar-nav .nav-item {    position: relative;}.navbar-light .navbar-nav .nav-item .nav-link {    color: #fff;    padding: 14px 15px;    text-transform: uppercase;    position: relative;}.navbar-light .navbar-nav .nav-item .nav-link .fa {    position: absolute;    right: 0px;    top: 19px;    font-size: 14px;    opacity: .7;}.navbar-light .navbar-nav .nav-item .nav-link:after {    content: '';    /*border-bottom: solid 5px #9d231c;*/    border-bottom: solid 5px #b01111;    -webkit-transform: scaleX(0);    transform: scaleX(0);    -webkit-transition: -webkit-transform 250ms ease-in-out;    transition: -webkit-transform 250ms ease-in-out;    transition: transform 250ms ease-in-out;    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;    -webkit-transform-origin: 100% 50%;    transform-origin: 100% 50%;    position: absolute;    top: 0;    width: 100%;    left: 0;}.navbar-light .navbar-nav .nav-item .nav-link:hover {    color: #fff;	/* color:rgba(212, 195, 195, 0.5); */}.navbar-light .navbar-nav .nav-item .nav-link:hover:after {    -webkit-transform: scaleX(1);    transform: scaleX(1);    -webkit-transition: -webkit-transform 250ms ease-in-out;    transition: -webkit-transform 250ms ease-in-out;    transition: transform 250ms ease-in-out;    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;    -webkit-transform-origin: 0% 50%;    transform-origin: 0% 50%;}.navbar-light .navbar-nav .nav-item .submenu {    position: absolute;    background: #fff;    left: 0;    width: -webkit-max-content;    width: -moz-max-content;    width: max-content;    top: 120%;    -webkit-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;    opacity: 0;    visibility: hidden;    -webkit-box-shadow: 0 11px 13px rgba(0, 0, 0, 0.1);    box-shadow: 0 11px 13px rgba(0, 0, 0, 0.1);    z-index: 1;    padding: 0;    margin: 0;    list-style: none;}.navbar-light .navbar-nav .nav-item .submenu li a {    display: block;    color: #212529;    padding: 5px 75px 5px 14px;    text-decoration: none;    border-bottom: 1px solid #e8e8e8;}.navbar-light .navbar-nav .nav-item .submenu li a:hover {    /*background: #9d231c;*/    background: #b01111;     color: #fff;   /* color: rgba(0,0,0,.5);*/	}.navbar-light .navbar-nav .nav-item .submenu li:last-child a {    border: 0;}.navbar-light .navbar-nav .nav-item:hover .submenu {    top: 100%;    -webkit-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;    opacity: 1;    visibility: visible;}.navbar-light .navbar-nav .nav-item.active .nav-link:after {    -webkit-transform: scaleX(1);    transform: scaleX(1);    -webkit-transition: -webkit-transform 250ms ease-in-out;    transition: -webkit-transform 250ms ease-in-out;    transition: transform 250ms ease-in-out;    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;    -webkit-transform-origin: 0% 50%;    transform-origin: 0% 50%;}.main-cont {    padding: 50px 0;}.login-box {    width: 100%;    float: left;    padding: 0 0 0 0;    border: 1px solid #cfcfcf;    background-color: #ffffff;}.login-box.basket {    padding-bottom: 18px;    text-align: center;    margin-top: 5px;}.margin-bottom {    margin-bottom: 30px;}.login-box h6 {    color: #FFFFFF;    /*background: #9d231c;*/    /*background: #b01111;*/    width: 100%;    float: left;    padding: 10px;    font-size: 18px;    color: #ffffff;   /* background: #9d231c;*/   background: #b01111;    margin: 0;}.login-box .login-form {    width: 100%;    float: left;}.login-form.top {    padding: 30px 20px 0;    height: auto;    margin-bottom: 20px;    max-height: 170px;    overflow: auto;}.inquerybasketblank {    text-align: center;    padding-top: 12% !important;}.login-box.basket .submit-btn {    float: none !important;}.submit-btn {    font-size: 15px;    font-weight: 600;    color: #fff !important;    /*background: #9d231c;*/    background: #b01111;    padding: 8px 20px !important;    text-decoration: none !important;    float: right;    text-transform: uppercase;    cursor: pointer;    width: unset !important;}.category {    width: 100%;    float: left;    padding: 0 0 0 0;    border: 1px solid #cfcfcf;}.category h6 {    width: 100%;    float: left;    padding: 10px;    font-size: 18px;    color: #ffffff;    /*background: #9d231c;*/    background: #b01111;    margin: 0;}.category-list {    width: 100%;    float: left;    padding: 0;    margin: 0 0 0 0;    list-style-type: none;}.dropdown.aside {    list-style: none;    width: 100%;    float: left;    padding: 0 0px 0 0px;    margin: 0 0 0 0;    border-bottom: 1px solid #e7e7e7;}.dropdown.aside:last-child {    border-bottom: 0;}.category .aside {    position: relative !important;}.category-list li a {    color: #595959;    text-decoration: none;    line-height: 36px;    -webkit-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;    display: block;    padding: 0 15px;}.category-list li a i {    font-size: 14px;}.category-list li a:hover {    background: #f5f5f5;}.category-list li a.parant::after {    position: absolute;    display: block;    content: '\25BC';    font-size: 0.7em;    color: #595959;    top: 1px;    right: 6px;    -webkit-transform: rotate(0deg);    transform: rotate(0deg);    -webkit-transition: -webkit-transform 0.6s;    transition: -webkit-transform 0.6s;    transition: transform 0.6s;    transition: transform 0.6s, -webkit-transform 0.6s;}.feature-product {    width: 100%;    float: left;}.feature-product-header {    /*background: #9d231c;*/    background: #b01111;    color: #FFFFFF;}.feature-product-header {    /*background: #9d231c;*/    padding: 7px 0 7px 10px;    font-size: 20px;    color: #fff;    font-weight: 500;    width: 100%;    float: left;    margin: 0 15px 15px 15px;    background: #b01111;}.feature-product .block {    padding-left: 15px;    margin-bottom: 30px;}.border-box {    text-align: center;    float: left;    width: 100%;    background-color: #fff;    border: 1px solid #ccc;    padding: 0 5px 15px 5px;    min-height: 250px;}.img-block {    margin: 0 auto;    padding: 10px;    height: 220px;    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -webkit-box-pack: center;    -ms-flex-pack: center;    justify-content: center;    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;}.content-block {    width: 100%;    float: left;}.content-block p {    min-height: 50px;}.feature-product .view-items {    color: #FFFFFF;    /*background: #9d231c;*/    background: #b01111;}.feature-product .view-items {    float: none;}.feature-product .view-items {    color: #fff;    font-size: 11px;    font-weight: 600;    color: #fff;    /*background: #9d231c;*/    background: #b01111;    padding: 5px 10px;    text-decoration: none;    text-transform: uppercase;    cursor: pointer;    margin-top: 15px;}.view-items {    margin-top: 5px;    display: inline-block;}.footer {    /*background: #9d231c;*/    background: #464646;    color: #fff;    font-size: 16px;    margin-top: 49px;    padding: 20px 0;}.footer-logos {    margin-bottom: 30px;}.footer .small-print {    padding-top: 15px;}.footer a {    color: #fff;    text-decoration: none;}.navbar-brand {    color: #fff !important;    display: none;}.navbar-light .navbar-toggler {    border-color: #fff;}/**//* Search Bar */.search-part {    background: #5e5e61;    float: left;    width: 100%;}.search-part label {    color: #FFFFFF;}.search-part .form-inline .form-control {    width: 75%;    padding: .344rem .70rem;    font-size: 15px;    margin-bottom: 15px;    margin-top: 15px;}.search-part .form-inline .form-sat-2 .form-control {    width: 75%;}.search-part .form-group {    width: 100%;}.search-part select.form-control:not([size]):not([multiple]) {    height: auto !important;}.search-part .form-control:focus {    color: #495057;    background-color: #fff;    border-color: #ffc324;    outline: 0;    -webkit-box-shadow: 0 0 0 0.1rem rgba(255, 195, 36, 0.5);    box-shadow: 0 0 0 0.1rem rgba(255, 195, 36, 0.5);}.search-part .mr-sm-3,.mx-sm-3 {    margin-right: 0.5rem !important;}.search-part .mr-sm-3,.mx-sm-3 {    margin-left: 0.5rem !important;}.search-part .select-box {    margin-right: 0.5rem !important;    margin-left: 0.5rem !important;    color: #9c9c9c;}.search-part .form-inline {    position: relative;    width: 100%;}.search-part .serach-btn {    background: #ffc324 !important;    padding: 5px 20px;    border: 0;    color: #ffffff;    text-align: center;}.search-part .serach-btn:hover {    background: #ba0029 !important;    color: #ffffff;}.search-part .btn-primary.focus,.btn-primary:focus {    -webkit-box-shadow: 0 0 0 0.1rem rgba(255, 195, 36, 0.5) !important;    box-shadow: 0 0 0 0.1rem rgba(255, 195, 36, 0.5) !important;}.advanced-search-link {    width: auto;    color: #ffffff;    padding: 4px 0 4px 0;    float: left;    position: absolute;    right: 12px;    top: 0;    font-size: 16px;}.advanced-search-link:hover {    color: #A9A9A9 !important;    text-decoration: none !important;}.advanced-search-link i {    font-size: 22px;    position: relative;    top: 3px;}.form-sat-1 {    width: 25%;    float: left;}.form-sat-2 {    width: 25%;    float: left;}.form-sat-3 {    width: 25%;    float: left;}.form-sat label {    width: auto;    float: left;}.collapse.show {    width: 100%;}.search-part .form-control::-webkit-input-placeholder {    color: #6c757d;    opacity: 0.7;}.search-part .form-control:-ms-input-placeholder {    color: #6c757d;    opacity: 0.7;}.search-part .form-control::-ms-input-placeholder {    color: #6c757d;    opacity: 0.7;}.search-part .form-control::placeholder {    color: #6c757d;    opacity: 0.7;}.header-search .field-group {    display: -webkit-box;    display: -ms-flexbox;    display: flex;}.header-search .field-group .form-control {    padding: 6px 12px;    border-radius: 0;    border: 0;}.header-search .field-group .btn-primary {    border: 0;    border-radius: 0;    background: #1d1d1b;}.carousel {    position: relative;    display: inline-block;    width: 100%;    margin: 0 0 30px 0;}.carousel .carousel-item img {    width: 100%;}.carousel .carousel-control-next-icon,.carousel .carousel-control-prev-icon {    width: 30px;    height: 30px;}.carousel .carousel-indicators li {    width: 40px;    height: 5px;}.category-list li .dropdown-menu {    border: 0;    margin: 0 0 -1px;    /* padding: 0 15px;    background: #f5f5f5; */   background: #EEE;    border-radius: 0;    float: none;}.category-list li .dropdown-menu li a {    font-size: 15px;    line-height: 28px;}.checkbox label, .radio label {    min-height: 20px;    padding-left: 20px;    margin-bottom: 0;    font-weight: 400;    cursor: pointer;}.checkbox input[type=checkbox], .checkbox input[type=radio] {    position: absolute;    margin-top: 6px;    margin-left: -20px;}.btn {    padding: .2em .75em .3em;    font-size: 1em;    line-height: normal;    border-radius: 0;}.btn-primary {    color: #fff;    /*background-color: #9d231c;*/    background-color: #b01111;    border-color: #b01111;}.btn-primary:hover {    color: #fff;    background-color: #1d1d1b;    border-color: #1d1d1b;}.product-list{    margin-top: 30px;}.product-list .inner-block {    border: 1px solid #ccc;    text-align: center;    padding: 0 8px 10px 8px;    margin-bottom: 20px;    background: #fff;}.product-list .inner-block .img-block{    margin-bottom: 20px;}.product-list .inner-block h5 {    font-size: 13px;    color: #595959;    font-weight: 400;    text-transform: lowercase;    text-transform: capitalize;}.product-list .inner-block h4{    font-size: 15px;    color: #595959;    font-weight: 400;    text-transform: uppercase;    height: 52px;}.product-list .inner-block .cart-detail {    margin-bottom: 42px;}.product-list .inner-block .enquiry {    font-size: 12px;    font-weight: 400;    color: #595959;    text-decoration: none !important;    float: left;    width: 43%;}.product-list .inner-block .virtual-samp {    font-size: 12px;    font-weight: 400;    color: #595959;    float: right;    display: inline-block;    width: 53%;}.product-list .inner-block .btn{    font-size: .9em;    margin: 0 .2em;}.product-list .inner-block .cart-detail .fa {    font-size: 15px;    color: #ba0029;    margin-right: 4px;}.product-title{    font-weight: 900;    /*color: #9d231c;*/    color: #b01111;    font-size: 40px;    margin: 0 0 30px;}.product-detail-main .prduct-img img {    /*width: 100%;*/}.product-detail-main ul{    padding: 0 0 0 20px;    margin-bottom: 30px;}.product-sub-title{        /*color: #9d231c;*/    color: #b01111;    font-size: 30px;    margin: 0 0 20px;}.product-detail-list .box {    border: 3px solid #dadada;    height: 100%;    text-align: center;}.product-detail-list .box img{    width: 100%;}.product-detail-list .box a{    text-decoration: none;}.product-detail-list .box h3{    background: #1d1d1b;    color: #fff;    text-align: center;    margin: 0;    font-size: 20px;    font-weight: 500;    padding: 15px 0;}.product-detail-list .box.contact-box{    /*background: #9d231c;    border-color: #9d231c;    color: #fff;*/	background: #b11016;	border: 3px solid #dadada;    color: #fff;    display: flex;    flex-flow: column;    justify-content: center;}.product-detail-list .box.contact-box h4{    margin-bottom: 30px;}.product-detail-list .box.contact-box a{    color: #fff;    text-decoration: none;    font-size: 18px;    font-weight: 500;    margin-bottom: 30px;}.product-detail-list .box.contact-box a i{    font-size: 35px;    display: block;    margin-bottom: 5px;}.product-detail-list .box.contact-box a:last-child{    margin-bottom: 0;}/*23/12/2019 Start*/.login-box .link {    margin: 10px 0 0 0;}.login-box .link a{    color: #464646;    text-decoration:  none;}.login-box .link a:hover{    /*color: #9d231c;*/    color: #b01111;}#contacterr {    margin: 0;    padding: 0;    list-style: none;}#contacterr li {    color: red;}/*23/12/2019 Ends*//*# sourceMappingURL=style.css.map */.eqnuirybasketlink {    width: 15%;    float: left;    text-align: left;}.eqnuirybaskettext {    width: 80%;    float: left;    margin-top: -9px;    margin-bottom: 12px;    text-align: left;}.eqnuirybaskettext ~ .clear {    width: 100%;    float: left;    clear: both;}@-webkit-keyframes spin {    0% { -webkit-transform: rotate(0deg); }    100% { -webkit-transform: rotate(360deg); }}@keyframes spin {    0% { transform: rotate(0deg); }    100% { transform: rotate(360deg); }}.product-detail-main .prduct-img {    /*border: 3px solid #dadada;*/    display: flex;    align-items: center;    justify-content: center;    align-content: center;}.product-detail-main ul {    padding: 0 0 0 20px;    margin-bottom: 30px;}.product-detail-main ul li a{    color: #464646;}.product-detail-main button.accordion {    display: block;    background: #b01111;    /*background: #9d231c;*/    color: #fff;    font-size: 18px;    padding: 8px 15px;    cursor: pointer;	width: 100%;	text-align: left;	border: 0;	outline: none;}.product-detail-main button.accordion i {    float: right;    margin: 5px 0 0 0;}.product-detail-main .panel {    border: 1px solid #cacaca;	margin: 0 0 20px 0;}.product-detail-main .pricing .pricing-title a:hover {    color: #fff;}.product-detail-main .disclaimer {    margin: 0 0 30px 0;}.product-detail-main .panel .tab {    margin: 0;    padding: 0;    list-style: none;    background: #e2e2e2;        white-space: nowrap;    display: flex;    overflow: auto;}.product-detail-main .panel .tab .tablinks {    padding: 10px 15px;    background: #e2e2e2;    cursor: pointer;	border:0;	outline: none;}.product-detail-main .panel .tabcontent td, .product-detail-main .panel .tabcontent th {    padding: 6px 15px;    border-bottom: 1px solid #f1f1f1;}.product-detail-main .panel .tabcontent tr:nth-child(even) td {    background: #f7f7f7;}.product-detail-main .panel .tabcontent th {    font-weight: 700;}.product-detail-main .panel .tab .tablinks.active {    background: #fff;}.login-form.top.noscroll {    max-height: inherit;    overflow: inherit;}/*02-01-2020*/.footer-menu {    list-style: none;    margin: 0 0 15px;    padding: 0;    text-align: center;}.footer-menu li {    display: inline-block;}.footer-menu li a {    border-right: 2px solid #fff;    line-height: 15px;    display: block;    padding: 0 10px;}.about-us-page h5 {    padding-bottom: 0.7em;}.defult-link{    /*color: #9d231c;*/    color: #b01111;    text-decoration: none;}.defult-link:hover{    color: #464646;    text-decoration: none;}/*03-01-2010*/.cart-page .table th {    background: #ccc;}.teame-content h4{width: 100%;font-size: 1.300em;padding-top: 1em;margin-bottom: 0em;display: inline-block;/*color: #9d231c;*/color: #b01111;}.teame-content .team-box {width: 100%;display: inline-block;text-align: center;background: #f1f0f0;border: 1px solid #f1f0f0;padding: 1.2em 0.8em 0.8em 0.8em;margin: 0.938em 0;position: relative;/*min-height: 16em;*/}.teame-content .team-box .info {width: 100%;display: inline-block;text-align: center;background: #b01111;/*background: #9d231c;*/padding-bottom: 1em;margin-top: 1.5em;bottom: 4%;left: 3%;text-align: center;right: 3%;min-height: 4em;padding: .8em 0;display: flex;align-items: center;justify-content: center;flex-direction: column;}.teame-content .team-box img {transition: all 0.5s ease-in-out !important;}.teame-content .team-box:hover img {transform: scale(1.2);transition: all 0.5s ease-in-out !important;}.teame-content .team-box .title {width: 100%;font-size: 1.100em;display: inline-block;color: #ffffff;font-weight: 500;padding:0;line-height: 1;}.teame-content .team-box p {width: 100%;display: inline-block;color: #ffffff;padding:0;margin: 0 0 0 0;font-size: 0.9em;}.teame-main{    width: 100%;    float: left;    background: #ffffff;    margin: 1em 1em;    min-height: 16em;    border: 0.063em solid #f1f0f0;}.teame-extra-content {    width: 100%;    float: left;    background: #fff;    padding: 0.5em 0 0 0;}.teame-extra-content p {    width: 100%;    float: left;    margin: 0 0 0 0;    padding: 0 0 0 0;    line-height: 1.7em;}.teame-extra-content p span {    color: #9d231c;    font-weight: 600;}.productImage{ max-height:250px; }/*Home Slider Start*/.carousel-control-next, .carousel-control-prev{    width: 5%;}.home-slider .first-slide{    display: flex;}.home-slider .first-slide .first-slide-left{    background: #242122;    width: 41.85%;    display: flex;    align-items: center;    justify-content: center;    position: relative;    padding-left: 20px;}.home-slider .first-slide .first-slide-right {    width: 58.15%;}.home-slider .first-slide .first-slide-left img {    width: auto;    position:relative;}.home-slider .first-slide .first-slide-left:before {    background: #242122;    width: 100%;    height: 100%;    content: '';    position: absolute;    right: -30%;    top: 0;    z-index: 0;    transform: rotateZ(105deg);}.home-slide-caption {    font-family: 'nexabold';    background: rgba(36, 33, 34, .7);    position: absolute;    left: 0;    top: 70px;    width: 100%;    color: #fff;    padding: 32px 138px;}.home-slide-caption h2 {    font-size: 60px;    line-height: 1;    margin: 0;}.home-slide-caption p {    font-size: 30px;    margin: 0 0 20px;}.home-slider .read-more {    border: 2px solid #fff;    color: #fff;    display: inline-block;    padding: 8px 20px;    text-decoration: none;}.home-slider .read-more:hover{    color: #000;    background: #fff;}.home-slider .text-center .read-more{    position: absolute;    bottom: 60px;}.home-slider-third-right {    position: absolute;    right: 9%;    top: 0;    bottom: 0;    display: flex;    align-items: center;}.third-slide .home-slide-caption{    top: 50%;    transform: translateY(-50%);}.forth-slide .home-slide-caption{    top: auto;    bottom: 70px;}.main h3 {    color: #b01111;    font-size: 26px;}.about-us-page .main .info h5{    padding: 15px 0 15px 0;}.about-us-page .main .info .img {    padding: 15px 0 15px 0;    display: inline-block;}.main .info .container {    padding: 0;}a.download {    text-align: center;    text-decoration: none;    background: #b01111;    width: 100%;    display: inline-block;    margin: 10px 0 0 0;    padding: 10px;    font-size: 18px;    font-weight: 600;    color: #fff;}.main .cat .col-lg-6.col-md-6.col-sm-12.col-xs-12 {    padding: 0;  }.row.ma-main {    display: flex;    align-items: center;    justify-content: center;}.m-main h5 {   color: #b01111;    text-align: center;    padding-top: 20px;}h5 {   color: #b01111;}div.m-img{    padding: 25px;}.m-img img {    box-sizing: border-box;    padding: 5px;    border: 0px solid #EEE;    box-shadow: 2px 5px 2px #8888882e;}.m-img a{    color: #b01111;    text-decoration: none;}.m-img h5{    margin: 20px;    text-align: center;}/*.info {    background: rgb(132 188 208);    text-align: center;    color: #fff;}*/.info span{    color: #000;}.m-main{    box-sizing: border-box;    padding: 5px;    border: 0px solid #EEE;    box-shadow: 2px 5px 2px #8888882e;}.m-left{    background: rgb(132 188 208);    text-align: center;    color: #fff; }.m-right img {    padding: 10px 0px;}.link a{  color: #b01111;    text-decoration: none;     padding-top: 10px; }.es-img{     box-sizing: border-box;    padding: 5px;    border: 0px solid #EEE;    box-shadow: 2px 5px 2px #8888882e;    padding: 20px;    margin: 10px;}.es-info {    padding: 5px;}.l-img{    text-align: center;   /* box-sizing: border-box;    padding: 5px;    border: 0px solid #EEE;    box-shadow: 2px 5px 2px #8888882e;    padding: 20px;    margin: 10px;*/}.l-img img{    text-align: center;    box-sizing: border-box;    padding: 5px;    border: 0px solid #EEE;    box-shadow: 2px 5px 2px #8888882e;    padding: 20px;    margin: 10px;    height: 200px;    width: 500px;}/*28-12-2022*/.get_otp_row .submit-btn {    float: initial;    margin-left: 10px;}#otpErrorDiv {	list-style: none !important;    border: 1px solid #ccc;    padding: 10px;    width: 99%;    background: #f5dbdb;    display: none;}.successTxt{color: #008000; border: 1px solid #ccc; padding: 10px; background: #dff0d8; margin-bottom: 15px; }.carousel-inner img {    width: 100%;    height: 100%;}