body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}


/*--global-style--*/

h2 {
    font-size: 47px;
    color: #000;
}

p {
    font-size: 17px;
    line-height: auto;
}

h3 {
    font-size: 34px;
    color: #000;
    font-weight: 800;
}

h4 {
    font-size: 28px;
    color: #000;
}

.logo {
    /* width: 50%; */
    max-width: 150px;
    height: auto;
}

a:hover {
    text-decoration: none;
}

.middle-header-section {
    text-align: center;
    width: 100%;
    float: left;
}

.middle-header-section h2 {
    font-size: 30px;
    color: #444444;
    font-weight: 600;
}

/* .container {
    max-width: 1400px;
} */
.fixed-cart {
    position: fixed;
    right: 0;
    top: 30%;
    cursor: pointer;
    background-color: #2a4194;
    z-index: 9999;
    padding: 20px;
}
.banner-section img {
    width: 100%;
}

.banner-section {
    border-top: 0;
    position: relative;
}

.banner-overlay {
    position: absolute;
    right: 0;
    justify-content: center;
    padding: 13px 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
}

.banner-overlay h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.banner-overlay p {
    color: #4e4e4f;
    font-size: 22px;
}

.banner-overlay img {
    width: auto;
    margin-bottom: 11px;
}

.product-catgories.block-element h2 {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    margin-top: 0;
}

.login-tab {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.login-tab p {
    color: #808384;
    font-size: 18px;
}

.banner-overlay p {
    font-size: 25px;
    color: #000;
    line-height: 32px;
    margin: 0;
}

.login-tab p a {
    color: #808384;
    padding-right: 15px;
}

.login-tab p a:last-child {
    padding-left: 15px;
}

header {
    position: relative;
    z-index: 9;
    width: 100%;
    float: left;
    background: #fff;
}

ul .top-list-header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-list-header li {
    float: left;
    margin: 15px;
}

.top-list-header li a {
    display: block;
    color: #444444;
    text-align: center;
    text-decoration: none;
}

.top-list-header li a:hover {
    background-color: #111111;
    color: #fff;
}

ul.top-list-header.lower-menu {
    margin: 0;
}

.block-element {
    width: 100%;
    float: left;
}

footer {
    border-top: 8px solid #f2f2f2;
}

.middle-header-section .top-list-header li {
    font-size: 18px;
    color: #706f6f;
    margin: 0px 0px 0 31px;
    text-align: center;
}

.middle-header-section .top-list-header {
    padding: 0;
    width: auto;
    display: flex;
    justify-content: center;
    max-width: 600px;
    flex-wrap: wrap;
    float: none;
    align-items: center;
    margin: 0 auto;
}

.header-section {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
}

.menu .top-list-header.lower-menu {
    display: flex;
    justify-content: center;
}

.menu {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.header-section .row {
    align-items: center;
}

.menu .top-list-header.lower-menu li {
    list-style: none;
    text-transform: uppercase;
    color: #706f6f;
    font-weight: bold;
    border-left: 1px solid #706f6f;
    line-height: 24px;
    margin: 0;
    padding: 10px 11px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.menu .top-list-header.lower-menu li:first-child {
    border: 0;
}

.main-form form .btn.btn-primary {
    float: right;
    background: #7b8491;
    border-color: #7b8491;
    padding: 6px 41px;
}

.main-form form label {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 18px;
    color: #808384;
    padding-right: 20px;
}

.main-form {
    background: #dee5e9;
    margin-top: 0;
    padding: 15px 0 0;
    float: left;
    width: 100%;
}

.product-catgories.block-element .main-form:first-child {
    padding-top: 70px;
}

.product-catgories.block-element .three-columns.row {
    padding-bottom: 80px;
}

.main-form form {
    /* max-width: 500px; */
    margin: 0 auto;
}
.img-section img {
    width: 100px;
    clear: both;
}

.form-tab {
    width: 100%;
    float: left;
    display: flex;
    margin-top: 10px;
}

.form-tab .inn-tab.frt-tab {
    background: #2e91cc;
}

.form-tab .inn-tab.frt-tab p {
    color: #fff;
    font-size: 21px;
    margin: 0;
    padding: 0;
}

.form-tab .inn-tab {
    width: 50%;
    text-align: center;
    /* padding: 12px; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.form-tab .inn-tab.sec-tab p {
    color: #2e91cc;
    font-size: 19px;
    margin: 0;
    padding: 0;
}

.form-tab .inn-tab.frt-tab a {
    color: #fff;
}

.form-tab .inn-tab.sec-tab a {
    color: #dee5e9;
}

.qr-section a {
    color: #2e91cc;
    font-size: 23px;
}

.main-form form .choose-pro-main label {
    text-align: left;
}

.shopping-btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    float: left;
    display: flex;
    justify-content: center;
}

.block-element p {
    text-align: center;
    padding: 10px 10px;
}

.shopping-btn.new-shop-btn {
    flex-direction: column;
    border-top: 1px solid #424242de;
    padding-top: 23px;
    border-bottom: 1px solid #424242de;
    padding-bottom: 17px;
    margin-bottom: 25px;
}

.shopping-btn a {
    float: right;
    background: #7b8491;
    border-color: #7b8491;
    padding: 10px 41px;
    color: #fff;
    border-radius: 4px;
    margin: 0 7px;
    margin-bottom: 10px;
}

.choose-pro-main {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.choose-pro-main p {
    font-size: 18px;
    font-weight: bold;
}

.order-number span {
    font-size: 18px;
    font-weight: bold;
    color: #6b6e6e;
    margin-right: 30px;
}

.form-group.select {
    width: 100%;
    float: left;
    position: relative;
}

.form-group.select::before {
    position: absolute;
    right: 16px;
    width: 10px;
    height: 10px;
    background: transparent;
    content: "";
    border: 1px solid #8c8c8c;
    float: left;
    bottom: 22px;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    pointer-events: none;
}

.form-group.select select {
    appearance: none;
}

.change-language {
    background: #fff;
    color: #777;
    border: 0;
    appearance: none;
}

#lang-conv i {
    color: #777;
}

.table {
    max-width: 700px;
    margin: 0 auto;
}
.cart-section .table {
    max-width: 800px;
    margin: 0 auto;
}

.form-group.select::after,
/* .form-group.shoping-cart::before { */
    /* content: ""; */
    /* height: 48px; */
    /* width: 7px; */
    /* position: absolute; */
    /* background: #dee5e9; */
    /* right: 42px; */
    /* bottom: 0; */
    /* border-left: 1px solid #cacaca; */
    /* border-right: 1px solid #cacaca; */
/* } */

.table tr th {
    color: #6b6e6e;
    font-weight: bold;
}

.form-group.shoping-cart input {
    background-image: url("http://68.183.104.69/staticfiles/images/shop-btn.png");
    background-repeat: no-repeat;
    background-position: top 10px right 6px;
    background-size: 28px;
}

.form-group.shoping-cart {
    position: relative;
}

.search-form {
    display: none;
}

.search-form.show {
    display: block;
}


/* 28-09-2020 css */

.form-tab .inn-tab.active {
    background: #7e8793;
}

.info-model {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.info-model .modal {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: inherit;
    display: block;
    overflow: hidden;
    outline: 0;
    background: #fff;
    max-width: 550px;
    width: 100%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.info-model .modal-dialog {
    max-width: inherit;
    margin: 0;
    border: 0;
    transition: inherit !important;
    -webkit-transform: inherit !important;
    transform: translate(0) !important;
}

.info-model .modal-content {
    border: 0;
}

.info-model input {
    width: 100%;
    padding: 0 15px;
    line-height: normal;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    height: 50px;
    margin: 0 0 20px;
}

.info-model input[type="submit"] {
    margin: 0 0 10px;
}

.info-model input[type="submit"],
.info-model .register-btn {
    background: #7b8491;
    border-color: #7b8491;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    height: 50px;
    display: block;
    padding: 13px;
    text-align: center;
}

.info-model h2 {
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}


/* css for productdetail login */

.info-model2 .modal {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: inherit;
    display: block;
    overflow: hidden;
    outline: 0;
    background: #fff;
    max-width: 550px;
    width: 100%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.info-model2 .modal-content {
    border: 0;
}

.info-model2 .modal {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: inherit;
    display: block;
    overflow: hidden;
    outline: 0;
    background: #fff;
    max-width: 550px;
    width: 100%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.info-model2 input {
    width: 100%;
    padding: 0 15px;
    line-height: normal;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    height: 50px;
    margin: 0 0 20px;
}

.info-model2 input[type="submit"] {
    margin: 0 0 10px;
}

.info-model2 input[type="submit"],
.info-model2 .register-btn {
    background: #7b8491;
    border-color: #7b8491;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    height: 50px;
    display: block;
    padding: 13px;
    text-align: center;
}

.info-model2 h2 {
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}


/****** IGNORE ******/

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 48px;
    line-height: 40px;
    text-align: left;
    background: transparent;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.file-upload .file-select .file-select-button {
    background: transparent;
    padding: 0;
    display: inline-block;
    height: auto;
    line-height: 40px;
    float: right;
    font-size: 18px;
    color: #808384;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 48px;
    max-width: 390px;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: auto;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}


/* 28-09-2020 css */

.services.text-center {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 405px;
}

.services.text-center p br {
    display: none;
}

.services.text-center .icon {
    background: #dee5e9;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 50px;
    border: 3px solid #000;
}

.why-svm {
    width: 100%;
    float: left;
    padding: 70px 0;
    text-align: center;
}

.why-svm h2 {
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.why-svm p {
    margin-bottom: 30px;
    padding: 0 150px;
}

.svm-img img {
    width: 100%;
}

.svm-img {
    position: relative;
    width: 100%;
    float: left;
}

.img-ovrly h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.img-ovrly {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: #2f2f2fc2;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
}

.svm-img:hover .img-ovrly {
    transform: scale(1);
    opacity: 1;
}

.img-ovrly h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.svm-img-in .row {
    margin-bottom: 30px;
}

.indust {
    width: 100%;
    float: left;
    padding-bottom: 0px;
}

.indust img {
    width: 100%;
    float: left;
}

.footer-main {
    width: 100%;
    float: left;
    border: 0;
    background: #dee5e9;
    padding: 80px 0 10px;
}

.footer-main span {
    font-size: 18px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.foter-inner.foter-list ul {
    padding: 0;
}

.foter-inner.foter-list ul li {
    font-size: 17px;
    list-style: none;
    margin-bottom: 5px;
}

.foter-inner.foter-list ul li a {
    color: #8c8c8c;
}

.foter-inner p {
    color: #8c8c8c;
}

.copy-write {
    border-top: 1px solid #8c8c8c;
    color: #8c8c8c;
    text-align: center;
    padding-top: 20px;
    margin-top: 40px;
}

.services.text-center h3 {
    font-weight: 500;
    font-size: 25px;
}

.information-data {
    width: 100%;
    float: left;
}

.information-data label {
    color: #9d9d9d;
    text-transform: capitalize;
}

.information-data .info-tab {
    background: #ffffff75;
    border-radius: 7px;
    border: 1px solid #b9b9b9;
    margin-bottom: 12px;
    padding: 13px;
    position: relative;
    width: 100%;
    float: left;
}

.information-data .info-tab label {
    font-weight: bold;
}

.information-data .info-tab a {
    width: 100%;
    float: left;
    text-align: center;
    color: #9d9d9d;
    text-decoration: underline;
}

.service-history.info-tab i {
    color: red;
}

.service-images.info-tab i,
.drawings-images.info-tab i {
    color: #25c2ff;
}

.information-data .info-tab .col-md-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.information-data .info-tab .col-md-2 {
    position: static;
}

.information-data .info-tab i {
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 24px;
}

.thumbnail li {
    display: inline-block;
    width: 18%;
    cursor: pointer;
}

.thumbnail li img {
    width: 100%;
}

.light-box {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 0;
    z-index: 10;
}

.light-box li {
    width: 100%;
    display: none;
}

.light-box li img {
    width: 100%;
}

.next,
.prev {
    font-weight: bold;
    opacity: 1;
    color: rgb(255, 255, 255);
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.prev {
    right: 0;
}

.light-box .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032;
}

ul.thumbnail img {
    width: 100%;
    margin-top: 10px;
    /* display: flex; */
    flex: row;
}

.vision-mision-sec {
    padding: 100px 0 48px;
    position: relative;
}

.vision-mision-sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/vision-bg.jpg) no-repeat top center;
    width: 700px;
    height: 500px;
}

.vision-mision-sec a {
    font-size: 22px;
    color: #000;
    letter-spacing: 1;
    font-weight: 700;
    line-height: 1;
}

.vision-mision-sec a:hover {
    color: #1b3d6d;
}

.vision-mision-sec .container {
    position: relative;
}


.chooseus-sec {
    padding: 65px 0 40px;
    background-color: #797979;
    text-align: center;
}

.chooseus-sec h2 {
    margin: 0 0 60px;
    color: #fff;
}

.chooseus-sec .col {
    position: relative;
    background: #fff;
    border: 1px solid;
}

.chooseus-sec .col::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 155px;
    background-color: #56bce7;
}

.chooseus-sec .col:last-child::after {
    display: none;
}

.chooseus-sec img {
    display: block;
    margin: 0 auto 25px;
}

.chooseus-sec p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    color: #000;
    padding: 0 10px;
}

.house-gallery-sec {
    padding: 100px 0;
}

.house-gallery-slider {
    height: 500px;
}

.house-gallery-sec .col.col-md-7 {
    text-align: center;
}

.house-gallery-sec h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.house-gallery-sec p {
    font-size: 15px;
    padding: 0 10px;
    margin: 0 0 55px;
}

.house-gallery-sec ul {
    font-size: 0;
}

.house-gallery-sec ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.house-gallery-sec ul li img {
    display: block;
    margin: 0 auto 15px;
}

.house-gallery-sec ul li span {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
    display: block;
    line-height: 1.8;
    text-transform: uppercase;
}

/* 08/12/2022 */

section.product-catgories {
    padding: 0 0 0 !important;
}
.login-tab{
    margin-top: 0 !important;
}
/* 08/12/2022 */

.house-gallery-slider .img {
    position: relative;
}

.house-gallery-slider span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 10px;
    background: rgb(0, 0, 0, 0.5);
    text-align: center;
    line-height: 1;
}

.house-gallery-slider .slick-arrow {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 60px;
    height: 60px;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    position: absolute;
    right: -75px;
    bottom: 110px;
}

.house-gallery-slider .slick-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #777;
    border-width: 0px 2px 2px 0px;
    transition: .3s all linear;
}

.house-gallery-slider .slick-next.slick-arrow::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin: 0 0 0 -2px;
}

.house-gallery-slider .slick-prev.slick-arrow::after {
    margin: 0 0 0 2px;
}

.house-gallery-slider .slick-next.slick-arrow {
    bottom: 185px;
}

.house-gallery-slider .slick-arrow:hover {
    border-color: #1b3d6d;
}

.house-gallery-slider .slick-arrow:hover::after {
    border-color: #fff;
}

.house-gallery-slider .custom_paging {
    width: 100%;
    height: 125px;
    background: #ebebeb;
    position: absolute;
    bottom: -40px;
    right: -85px;
    z-index: -1;
}

.house-gallery-slider .custom_paging li {
    font-size: 20px;
    font-weight: 400;
    color: #363636;
    letter-spacing: 3px;
    display: block;
    width: 100%;
    text-align: right;
    position: absolute;
    right: 17px;
    bottom: 35px;
    opacity: 0;
    visibility: hidden;
    font-family: 'Unna', serif;
}

.house-gallery-slider .custom_paging li.slick-active {
    opacity: 1;
    visibility: visible;
}

.house-gallery-slider .custom_paging li label {
    font-size: 44px;
    color: #2cabe1;
    font-weight: 700;
}

.step-sec {
    padding: 70px 0 90px;
    background: url(../img/step-bg.jpg) no-repeat top center;
    text-align: center;
}

.step-sec h2 {
    color: #fff;
    text-transform: inherit;
    margin: 0 0 70px;
}

.step-sec h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.step-sec img {
    display: block;
    margin: 0 auto 50px;
}

.step-sec ul::after {
    content: "";
    clear: both;
    display: table;
}

.step-sec ul {
    font-size: 0;
}

.step-sec ul li {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 25%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    padding: 0 20px;
}

.deal-sec {
    padding: 0 0 91px;
    background: url(../img/dot-print-bg.jpg) repeat;
    text-align: center;
}

.deal-sec h2 {
    margin: 0 0 60px;
}

.deal-sec h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.deal-sec .col img {
    display: block;
    margin: 0 auto 35px;
}

.deal-sec .col p {
    font-size: 15px;
    margin: 0;
}

.homepage-video-sec {
    display: flex;
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.homepage-video-sec .col {
    padding: 0;
    background-color: #2cabe1;
}

.homepage-video-sec .col img {
    display: block;
}

.homepage-video-sec .col.text {
    padding: 160px 95px 0;
}

.homepage-video-sec .col.text h2 {
    color: #fff;
    line-height: 1.4;
    width: 80%;
}

.homepage-video-sec .col.text h2::after {
    background-color: #fff;
}

.homepage-video-sec .col.text p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.homepage-video-sec .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    =o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.homepage-video-sec .play-icon:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    =o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.sellyourhouse-sec {
    padding: 170px 0 130px;
    background: url(../img/sellhouse-img.jpg) no-repeat top center;
    position: relative;
}

.sellyourhouse-sec h2 {
    line-height: 1.4;
    margin: 0 0 50px;
}
section.homepage-video-sec h3 {
    color: #fff;
}
section.homepage-video-sec p {
    font-size: 18px !important;
    line-height: 31px;
}
.change-language {
    background: #fff;
    color: #777;
    border: 0;
    appearance: none;
    padding: 20px;
}
select.change-language:focus {
    outline: none !important;
}



.sellyourhouse-sec span {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 40px;
    display: block;
}

.sellyourhouse-sec .btn-box a:last-child {
    background-color: #1b3d6d;
    margin-left: 10px;
}

.sellyourhouse-sec .btn-box a:last-child:hover {
    background-color: #2cabe1 !important;
}

.sellyourhouse-sec .btn-box a i.fa {
    margin-right: 12px;
}

.sellyourhouse-sec img.girl-img {
    position: absolute;
    right: 350px;
    bottom: 0;
}


/*Done by me 10Mar2021 */

#module {
    font-size: 1rem;
    line-height: 1.5;
}

#module #collapseExample.collapse:not(.show) {
    display: block;
    height: 3rem;
    overflow: hidden;
}

#module #collapseExample.collapsing {
    height: 3rem;
}

#module a.collapsed::after {
    content: '+ Show More';
}

#module a:not(.collapsed)::after {
    content: '- Show Less';
}

.fotter-menu {
    display: flex;
    width: 100%;
}

ul.fotter-menus li {
    display: block;
    padding: 7px 0;
}

ul.fotter-menus li {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #00000096;
}

ul.fotter-menus li:last-child {
    border-bottom: none;
}

.fotter-menu .table th {
    background: #2a4194;
    color: #fff;
}

.fotter-menu .table {
    border: 1px solid #000;
    margin: 20px 0;
    border-top: 1px solid #000;
    border-collapse: collapse;
    min-width: 1026px !important;
    width: 100% !important;
}

.fotter-menu .table td {
    border-bottom: 1px solid;
}

ul.fotter-menus li.active {
    background: #2a4194;
    color: #fff;
}

ul.fotter-menus {
    background: #fff;
    height: 100%;
    padding: 0;
    margin: 20px 0;
}     

.fotter-menu .table a {
    color: #000;
    font-weight: 600;
}

span.icon-right {
    float: right;
}

ul.fotter-menus li a {
    color: #000;
}

ul.fotter-menus li.active a {
    color: #fff;
}

ul.fotter-menus li:hover {
    background: #dee5e9;
    width: 100%;
}

ul.messagelist {
    text-align: center;
}

ul.messagelist li {
    display: block;
}

.messagelist {
    text-align: center;
    position: relative;
    transform: translate(10px, -1px);
    z-index: 99;
    clear: both;
}

.messagelist .alert {
    width: 100%;
    margin: 0 auto;
}

.messagelist .alert {
    text-align: center;
    padding-top: 12px !important;
    display: block;
    margin: 8px 0;
}

banner-overlay h2 {
    font-size: 32px;
    margin-bottom: 12px;
    background: #fff;
    width: 356px;
    margin: 0 auto;
    padding: 8px;
}

section.banner-section.block-element p {
    background: #fff;
    width: 713px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 11px;
}

section.banner-section.block-element h2:hover {
    background: #000;
    color: #fff;
}

.banner-overlay h2 {
    background: #fff;
    width: 300px;
    margin: 0 auto;
    padding: 8px;
}

section.banner-section.block-element p:hover {
    background: #000;
    color: #fff;
}

.banner-overlay img {
    background: #fff;
    padding: 7px;
}

.top-list-header li a:hover {
    background-color: transparent;
    color: #2a4194;
}

.services.text-center {
    min-height: 372px;
}

/* 11march */
.svm-img {
    margin: 0 0 27px;
}

h2.border-bottom {
    margin: 73px 0 62px;
    border-bottom: none !important;
}
section.vision-mision-sec p {
    line-height: 31px;
    font-size: 18px;
}
.fixed-cart:hover {
    background: #000;
}
section.vision-mision-sec img {
    margin: 40px 0;
}
.chooseus-sec img {
    display: block;
    margin: 16px auto 16px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
section.chooseus-sec h3 {
    font-size: 19px;
}
.chooseus-sec .col {
    position: relative;
    background: #fff;
    border: none;
    margin: 0 12px 23px 0;
    max-width: 32%;
    padding: 0 14px 22px;
}
.chooseus-sec p {
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
}
.chooseus-sec .col::after {
    background-color: transparent;
}
section.deal-sec img {
    border-radius: 50%;
}
section.deal-sec h3 {
	 font-size: 19px;
}
section.deal-sec .col {
    box-shadow: 0 0 10px #ddd;
    margin: 0 10px 0 0;
    max-width: 32%;
    padding: 34px 20px;
}
section.homepage-video-sec img {
    width: 100%;
}
.main-form form .btn.btn-primary {
    margin: 30px 0 0;
}
.login-section {
    box-shadow: 0 0 4px #000;
    width: 500px;
    margin: 0 auto;
}
.login-section  {
    box-shadow: 0 0 4px #b7adad;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}
.login-section h2 {
    background: #0e4194;
    text-align: left !important;
    color: #fff;
    font-size: 18px !important;
    padding: 15px;
    text-transform: capitalize !important;
}
.login-section form label {
	font-size: 14px;
	font-weight: 300;
	text-transform: inherit;
	display: block;
	text-align: left;
}
.login-section .register-btn {
    color: #fff;
    font-weight: 500;
    background: #0e4194;
    margin: 9px 0;
    display: block;
    max-width: 100%;
    border-radius: 3px;
    text-align: center;
    height: 51px;
    padding: 11px 0;
}
.register-section {
    box-shadow: 0 0 4px #b7adad;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}
.login-section .form-control {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.login-section form {
    padding: 10px 16px;
}
.register-section h2 {
    background: #0e4194;
    text-align: left !important;
    color: #fff;
    font-size: 18px !important;
    padding: 15px;
    text-transform: capitalize !important;
}
.register-section form {
    padding: 10px 20px;
}
.register-section form {
    padding: 10px 20px;
    min-height: 465px;
    height: 100%;
}
.register-section .btn-success {
    float: none !important;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #0e4194;
    border: none;
    height: 51px;
}
.form-group.btn-login {
    width: 100%;
    display: block;
}
.main-form .login-section form .btn.btn-primary {
    margin: 0;
    float: none;
    height: 51px;
    background: #0e4194;
    border: none;
}
.form-group.btn-login .btn {
    width: 100%;
}
section.vision-mision-sec img {
    float: right;
}
section.vision-mision-sec h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
}
.hamburger-menu {
    display: none;
}
ul.top-list-header.lower-menu li{padding:10px;}
ul.top-list-header.lower-menu li.active {
    background: #2e91cc;
}
ul.top-list-header.lower-menu li.active a {
    color: #fff;
}
.fotter-menu {
    display: flex;
    width: 100%;
}
section.product-catgories.block-element.change-password form {
    background: #fff;
    margin: 19px 30px;
	height:100%;
}
section.product-catgories.block-element.change-password .form-control {
    border: none;
}
section.product-catgories.block-element.change-password h2 {
    background: #2a4194;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
    padding: 10px 20px;
}
section.product-catgories.block-element.change-password input , section.product-catgories.block-element.change-password textarea {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    width: 100%;
    border: 1px solid #ddd;
}
section.product-catgories.block-element.change-password label {
    float: none;
    text-align: left;
    font-size: 16px;
}
section.product-catgories.block-element.change-password .btn {
    background: #0e4194;
    height: 45px;
    margin: 16px 13px 0 0;
    width: 95%;
}
input:focus {
    outline: none !important;
}
.main-form .login-section form .btn.btn-primary {
    margin: 0;
    margin-top: 17px;
}
.login-section div a {
    font-weight: 600;
    color: #0e4194;
}
input#id_email {
    width: 100% !important;
    height: 34px !important;
    border: 1px solid #ddd !important;
}
input#id_new_password1 {
    width: 100% !important;
    margin-bottom: 20px !important;
}
input#id_new_password2 {
    width: 100% !important;
}
span.helptext ul {
    margin: 0 0 21px;
    padding: 0 20px;
}
span.helptext ul li {
    display: block;
}
section.homepage-video-sec .text ul li {
    color: #fff;
    padding: 8px 0;
}
section.product-catgories.block-element h2 {
    margin: 40px 0;
}
.form-tab .inn-tab {
    padding: 10px;
}
section.product-catgories.block-element .main-form {
    padding: 54px 0;
}
section.product-catgories.block-element .main-form {
    padding: 54px 0;
}
.main-form.parts-body label {
    float: none;
    text-align: left;
}
.main-form.parts-body .search-section {
    background: #fff;
    height: 100%;
    padding: 20px;
    width: 600px;
    margin: 0 auto;
}
.main-form.parts-body .form-group.select::before {
display:none;
}
.main-form.parts-body .btn.btn-primary, .cart-form .btn.btn-primary {
    float: left;
    width: 100%;
    height: 51px;
    background: #104395 !important;
}
input#message {
    height: 140px;
    width: 100%;
   
}
.order-form {
    float: left;
    width: 100%;
}
input.additional-msg {
    width: 100%;
    height: 200px;
    border: none;
}
.order-form .cart-form {
    max-width: 868px;
    margin: 0 auto;
}


span.active {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 12px;
    background: #104395;
    padding: 4px 11px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
.qr-section img{
    width: 100%;
}
.container.listing-container {
    max-width: 1050px;
}
.shopping-btn a {
    float: left;
    width: 89%;
    background: #104395;
    position: relative;
    top: 0;
    height: 51px;
    padding: 15px 0 0 !important;
}
/* .main-form.parts-body input {
    height: 50px;
} */
.main-form.parts-body select {
    height: 50px;
}
.for-sticky-header {
    display: flex;
}
.logo-for-sticky {
    display: none;
}
section.banner-section.block-element {
    margin: 60px 0 0;
}
.menu.sticky-on {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    padding: 20px 0;
}
.menu.sticky-on .logo-for-sticky img {
    display: block;
    width: 52px;
    height: 52px;
}
.menu.sticky-on .logo-for-sticky {
    display: block;
}
.for-sticky-header {
    display: block;
}
.menu.sticky-on .for-sticky-header {
    display: flex;
    justify-content: center;
}
.main-form .search-section form {
    max-width: 500px;
    margin: 0 auto;
}
.search-section {
    background: #fff;
    height: 100%;
    padding: 20px;
    width: 600px;
    margin: 0 auto;
}
.search-section label {
    float: left !important;
    text-align: left !important;
}
.img-section img {
    max-width: 100px;
    clear: both;
}
.form-control {
    position: relative;
}
input#Person_image-clear_id {
    position: absolute;
    left: 37px;
    top: 101px;
}
input#Company_logo-clear_id {
    position: absolute;
    left: 37px;
    top: 153px;
}
p#svm-message {
    width: 89%;
    margin: -29px auto 20px !important;
    display: block;
    clear: both;
}
input.form-control.form-control-lg.cart-js:hover {
    background: #104395;
    color: #fff;
}

.order-number  {
    background: #dee5e9;
    padding: 20px !important;
}
.choose-pro-main label {
    padding: 20px 20px 0;
}
.search-section.home-section {
    width: 100%;
}
.search-section.home-section h2 {
    margin: 25px 0 0 !important;
}
section.product-catgories.block-element .login-section h2 {
    margin: 40px 0 0;
}
.main-form.three-divider-section {
    padding: 70px 0 0 !important;
}
.product-catgories.block-element .main-form.three-divider-section1 .three-columns.row {
    padding-bottom: 36px;
}

/* 11-10-2022 */
.footer-main {
    float: left;
    background: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 80px 0;
}
.footer-main + 
 footer.block-element.text-center {
    display: none;
}
.container {
    max-width: 1170px;
}
.footer-main .row .col-sm-4:nth-child(2) {
    padding-left: 100px;
}
.footer-main .foter-inner.foter-list  span {
    color: rgba(0, 0, 0, 0.8) !important;
}
.footer-main .foter-inner p {
    color: #727272;
}
.footer-main .foter-inner.foter-list  p:last-child {
    font-weight: bold !important;
    padding: 10px 0 0;
}
.footer-main .foter-inner.foter-list p {
    line-height: 30px;
}
.copy-write {
    border-top: 0;
    padding-top: 27px;
    margin-top: 80px;
}
.foter-inner.foter-list ul li a {
    color: #727272;
    text-decoration: none;
}
.copy-write {
    color: #727272;
}

section.indust {
    padding: 25px 0px;
}
section.why-svm {
    padding: 140px 0;
}

section.why-svm .container >h2 {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8) !important;
    font-weight: 300;
    margin: 0 0 30px 0;
}

section.why-svm .container >p {
    padding: 0;
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #727272;
    font-weight: 300;
}

section.why-svm  .img-ovrly {
    background: #2f2f2f96;
}

.product-catgories.block-element .main-form:first-child .search-section.home-section h2 {
    margin: 0 0 30px !important;
    color: rgba(0, 0, 0, 0.8) !important;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 30px !important;
}
.product-catgories.block-element .main-form:first-child .search-section.home-section p {
    padding: 0 0 27px;
    font-size: 18px;
    color: #727272;
    font-weight: 300;
}

h1, h2 , h3 ,h4 , h5 , h6{
color: rgba(0, 0, 0, 0.8);
}
p{
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #727272;
    font-weight: 300;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

section.product-catgories {
    background: transparent;
    padding: 7rem 0 0;
}

section.product-catgories .main-form {
    background: transparent;
    padding: 0 !important;
}

.product-catgories.block-element .main-form:first-child .search-section.home-section {
    padding: 0;
}

.product-catgories.block-element .main-form:first-child .search-section.home-section h2 {
    margin: 0 0 30px !important;
    color: rgba(0, 0, 0, 0.8) !important;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 30px !important;
}

.product-catgories.block-element .main-form:first-child .search-section.home-section p {
    padding: 0 0 27px;
    font-size: 18px;
    color: #727272;
    font-weight: 300;
}

section.product-catgories .main-form .three-columns {
    padding: 0 !important;
}


section.product-catgories .main-form .three-columns .services.text-center {
    border-radius: 0;
    min-height: 370px;
    margin: 0;
    position: relative;
    padding: 90px 30px 20px;
    margin-top: 60px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

section.product-catgories .main-form .three-columns .services.text-center h3 {
    font-size: 24px;
    padding: 0 40px 30px;
    text-transform: uppercase;
    margin: 0;
}

section.product-catgories .main-form .three-columns .services.text-center p {
    padding: 0;
}

section.product-catgories .main-form .three-columns .services.text-center .icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-color: #fff;
    width: 100%;
    max-width: 100px;
    height: 100px;
}

section.product-catgories .main-form .three-columns .services.text-center .icon i {
    font-size: 35px;
}


.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }

  header {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    float: unset;
    padding: 0 10px;
    position: relative;
}

header .header-section {
    padding: 60px 0 20px;
    float: unset;
}

.menu ul.top-list-header.lower-menu {
    display: flex;
    padding: 0;
    position: fixed;
    left: 0;
    height: 100vh;
    align-items: center;
    background: #fff;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease;
    transform: scale(0);
    justify-content: center;
}


.menu.change ul.top-list-header.lower-menu {
    opacity: 1;
    transform: scale(1.2);
}
.toggle-cstm {
    cursor: pointer;
}
header .header-section .row {
    flex-direction: column;
}

header .header-section .row >div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    padding: 0;
}

header .header-section .row .col-md-2:first-child {
    margin: 0 0 90px;
}

header .menu {
    padding: 0;
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    width: 100%;
}


header .header-section .middle-header-section h2.main-heading {
    margin: 0 0 30px;
    color: rgba(0, 0, 0, 0.8) !important;
}

header .header-section .middle-header-section ul.top-list-header {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

header .header-section .middle-header-section ul.top-list-header li {
    margin: 0;
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #727272;
    font-weight: 300;
    padding: 0 3px;
}

.lang-drop {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
}

.lang-drop span {
    display: block;
}

header .menu .container {
    padding: 0;
}

.menu.change .lang-drop .for-sticky-header {
    text-align: inherit;
}

.menu.change ul.top-list-header.lower-menu li {
    padding: 0;
    border: 0;
}

.menu.change ul.top-list-header.lower-menu li a {
    display: block;
    width: 100%;
    color: black;
    font-size: 28px;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: capitalize;
}


.menu.change .for-sticky-header .toggle-cstm {
    position: fixed;
    left: auto;
    z-index: 1;
    top: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 0;
    border-radius: 50%;
    padding-left: 11px;
    padding-top: 7px;
    cursor: pointer;
}

.menu.change .for-sticky-header .toggle-cstm .bar1 {
    transform: translate(0, 8px) rotate(-47deg);
    width: 29px;
    height: 3px;
    background-color: #fff;
}
.menu.change .for-sticky-header .toggle-cstm .bar3 {
    transform: translate(0, -10px) rotate(45deg);
    width: 29px;
    height: 3px;
    background-color: #fff;
}
 .svm-img-in .svm-img img {
    object-fit: cover;
}
.lang-drop form {
    line-height: normal;
    margin: 0;
}

.lang-drop form button {
    border: 0;
    color: #0E4194;
    font-size: 14px;
    font-weight: bold;
}

.lang-drop form:nth-child(2) {position: relative;padding-right: 15px;}

.lang-drop form:nth-child(2)::after {
    position: absolute;
    content: "";
    background: #333;
    width: 1.5px;
    height: 12px;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.lang-drop .for-sticky-header {
    margin-left: 25px;
}

section.banner-section.block-element .carousel-item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    position: relative;
}

section.banner-section.block-element .carousel-item::after {
    position: absolute;
    content: "";
    background: #dddddd73;
    width: 100%;
    height: 100%;
    top: 0;
}



section.banner-section .banner-content-text-inner  {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

section.banner-section .banner-content-text-inner {
    position: absolute;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    max-width: 1170px;
    left: 50%;
    right: auto;
    padding-left: 30%;
}

.banner-content-text-inner h2 {
    margin: 0 0 30px;
    font-size: 60px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7) !important;
    font-family: "Noto Serif", Arial, serif !important;
    text-transform: uppercase;
    text-align: left;
}

.banner-content-text-inner h2:hover {
    background: transparent !important;
}
.menu.sticky-on {
    position: absolute;
}

.banner-content-text-inner p {
    width: 100% !important;
    background: transparent !important;
    text-align: left;
    padding: 0 !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 18px !important;
}
/* 14-11-2022 */
.banner-section ol.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
body.clicked {
    transform: scale(.9);
}

body {
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
}
body.clicked {
    overflow: hidden;
}
header .menu .language_change {
    position: relative;
    padding-right: 60px;
}

header .menu .language_change .menu {
    top: 0;
    right: 0;
    left: auto;
}

header .menu .language_change .menu .for-sticky-header {
    text-align: end;
    position: absolute;
    right: 0;
    top: -5px;
}

/* 8/12/2022 */
.banner-section img {
    width: 100%;
    object-fit: cover;
     max-width: 100%;
}
/* 09/12/2022 */
body .modal.show .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

.modal .modal-body img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.banner-section .banner-img, .banner-overlay {
    display: none;
}
.main-form {
	margin-bottom: 40px;
}
.main-form h2 {
	margin-top: 0 !important;
}
/* new-css -02-jun - start*/

body.clicked .main_container_data {
    display: none;
}
.main_container_data {
    font-size: 18px;
}

.main_container_data .row {
    margin: 0;
}

.main_container_data h1 {
    display: block !important;
    width: 100%;
    margin-bottom: 15px;
    font-size: 35px;
    text-transform: uppercase;
}

.main_container_data h2 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 30px;
}

.main_container_data p {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 32px;
}

.main_container_data ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

.main_container_data ul li a {
    color: #727272;
    font-size: 18px;
    display: block;
    padding: 6px 0px;
}

.main_container_data p a {
    font-size: 20px;
}

.main_container_data h3 {
    display: block;
    width: 100%;
    font-size: 26px;
    margin-bottom: 15px;
}

.main_container_data ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
/* new-css -02-jun - end*/

/* new-css -05-jun - start*/
section.contact_form_us h2 {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

section.contact_form_us .main-contact-form form {
    width: 100%;
    border: 3px solid #d1d1d1;
    padding: 30px;
    background-color: #ddd;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 22px;
}

section.contact_form_us .main-contact-form form p {
    max-width: calc(100%/2 - 15px);
    width: 100%;
}

section.contact_form_us .main-contact-form form p label {
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    color: #495057;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
section.contact_form_us {
    padding: 0 0 50px;
}
section.contact_form_us .main-contact-form form p input, section.contact_form_us .main-contact-form form p select {
    width: 100% !important;
    height: 45px !important;
    border: 3px solid #ced4da;
    border-radius: 4px;
    padding: 0 12px;
    color: #495057;
}
section.contact_form_us .main-contact-form form p input#id_email {
    height: 45px !important;
    border: 3px solid #ced4da !important;
}
section.contact_form_us .main-contact-form form  button {
    background: #104395;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border: 1px solid #104395;
    max-width: 200px;
    width: 100%;
    border-radius: 2px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
section.contact_address_form_us {
    padding: 0 0 50px;
}
section.contact_address_form_us h2 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
section.contact_address_form_us .main-contact-address-form .row {
    margin: 0;
    grid-column-gap: 30px;
}
section.contact_address_form_us .main-contact-address-form p {
    width: 100%;
    max-width: calc(100%/2 - 15px);
    font-size: 18px;
    color: #495057;
}
section.contact_address_form_us .main-contact-address-form p b {
    font-weight: 800;
}
/* new-css -05-jun - end*/



@media(max-width:1365px){
    .menu.change ul.top-list-header.lower-menu li a {
        font-size: 25px;
    }
section.product-catgories .main-form .three-columns .services.text-center h3 {
    font-size: 23px;
    padding: 0 28px 30px;
}
section.banner-section.block-element {
    margin: 0 0 0;
}
section.product-catgories {
    padding: 5rem 0 0;
}

section.product-catgories .main-form .three-columns .services.text-center {
    min-height: 390px;
    padding: 60px 20px 20px;
    margin-top: 40px;
}
section.why-svm {
    padding: 80px 0;
}
.footer-main {
    padding: 60px 0;
}
.copy-write {
    margin-top: 40px;
}
}

@media(max-width:1199px){
    .menu.change ul.top-list-header.lower-menu li a {
        font-size: 22px;
    }
header .header-section .row .col-md-2:first-child {
    margin: 0 0 60px;
}
header .header-section .middle-header-section h2.main-heading {
    margin: 0 0 20px;
}
section.banner-section.block-element .carousel-item img {
    height: 520px;
}
.banner-content-text-inner h2 {
    margin: 0 0 20px;
    font-size: 50px;
}
section.product-catgories {
    padding: 4rem 0 0;
}
.product-catgories.block-element .main-form:first-child .search-section.home-section h2 {
    margin: 0 0 15px !important;
}
section.product-catgories .main-form .three-columns .services.text-center h3 {
    font-size: 20px;
    padding: 0 0 20px;
}end
section.product-catgories .main-form .three-columns .services.text-center p {
    font-size: 17px;
}
section.product-catgories .main-form .three-columns .services.text-center {
    min-height: 370px;
}
section.why-svm .container >h2 {
    margin: 0 0 15px 0;
}
section.why-svm {
    padding: 70px 0 10px;
}
header .header-section  .logo {
    max-width: 120px;
}
header .header-section {
    padding: 50px 0 20px;
}
header .header-section .row .col-md-2:first-child {
    margin: 0 0 40px;
}
}

@media(max-width:1023px){
.menu.change ul.top-list-header.lower-menu li a {
    font-size: 20px;
}
}

@media(max-width:991px){
    .menu.change ul.top-list-header.lower-menu li a {
        font-size: 16px;
        padding: 5px 15px !important;
    }
header .header-section {
    padding: 40px 0 10px;
}
header .header-section  .logo {
    max-width: 100px;
}
header .header-section .row .col-md-2:first-child {
    margin: 0 0 30px;
}
header .header-section .middle-header-section h2.main-heading {
    margin: 0 0 10px;
}
header .header-section .middle-header-section ul.top-list-header li {
    margin-bottom: 1em;
    font-size: 16px;
    padding: 0 5px;
}
.lang-drop form button {
    font-size: 13px;
}
.lang-drop span {
    font-size: 14px;
}
.lang-drop .for-sticky-header {
    margin-left: 15px;
}
.banner-content-text-inner h2 {
    margin: 0 0 10px;
    font-size: 40px;
}
section.banner-section.block-element .carousel-item img {
    height: 460px;
}
section.product-catgories {
    padding: 3.5rem 0 0;
}
.product-catgories.block-element .three-columns.row .col-sm-4 {
    padding: 0 10px;
}
section.product-catgories .main-form .three-columns .services.text-center {
    padding: 54px 15px 20px;
    min-height: 360px;
}
section.product-catgories .main-form .three-columns .services.text-center h3 {
    font-size: 18px;
    padding: 0 0 16px;
    min-height: 80px;
}
section.product-catgories .main-form .three-columns .services.text-center p {
    font-size: 15px;
}
section.why-svm {
    padding: 60px 0 10px;
}
section.why-svm .container >p {
    font-size: 17px;
}
.svm-img-in .row {
    margin-bottom: 0;
}
.footer-main .col-sm-4:nth-child(2) {
    max-width: 35%;
    flex: 0 0 35%;
    padding: 0 0px 0 20px;
}
max-widbody.clicked {
    transform: scale(.9);
}

body {
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
}
.footer-main .col-sm-4:first-child {
    max-width: 40%;
    flex: 0 0 40%;
}
.footer-main .col-sm-4:nth-child(3) {
    max-width: 25%;
    flex: 0 0 25%;
}
.footer-main .row .col-sm-4:nth-child(2) {
    padding-left: 20px;
}
.footer-main .container {
    max-width: 100%;
}
.copy-write {
    margin-top: 20px;
}
.lang-drop {
    padding-right: 20px;
}
.bar1, .bar2, .bar3 {
    width: 29px;
    height: 2px;
}
.listing-container span.form-control.form-control-lg {
    font-size: 17px;
}
}

@media(max-width:767px){
    .menu.change .for-sticky-header .toggle-cstm {
        padding-left: 13px;
        padding-top: 9px;
    }
    .menu.change .for-sticky-header .toggle-cstm .bar1 {
        transform: translate(0, 9px) rotate(-47deg);
        width: 25px;
        height: 2px;
    }
    .menu.change .for-sticky-header .toggle-cstm .bar3 {
        transform: translate(0, -7px) rotate(45deg);
        width: 25px;
        height: 2px;
    }
    .menu.change ul.top-list-header.lower-menu li a {
        font-size: 21px;
    }
    .menu.change .top-list-header.lower-menu {
        display: flex !important;
        flex-direction: column;
    }
    .main_container_data ul li a {
        font-size: 12px;
    }
    .main_container_data h1 {
        font-size: 25px;
    }
    .footer-main .row .col-sm-4:nth-child(2) {
        padding: 20px 15px 10px;
    }
    .footer-main .col-sm-4:nth-child(3) {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer-main .col-sm-4:nth-child(2) {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer-main .col-sm-4:first-child {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .img-ovrly h4 {
        font-size: 20px;
    }
    .img-ovrly {
        opacity: 1;
        transform: unset;
    }
    .svm-img-in .row .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    section.why-svm .container >p {
        margin-bottom: 2.5em;
    }
    section.banner-section.block-element .paragraph p {
        text-align: center;
    }
    .banner-content-text-inner h2 {
        text-align: center;
        padding: 0;
    }
     section.banner-section .banner-content-text-inner {
        padding: 0 14px;
        text-align: center !important;
    }
    .custom_mobile .lang-drop {
        position: unset;
        justify-content: flex-start;
        margin: 0 0 30px;
    }
    .custom_mobile  .lang-drop >span {
        display: block !important;
    }
    .custom_mobile {
        display: block !important;
    }
	.hamburger-menu {
    display: block;
}
.custom_mobile .lang-drop  form {
    display: block !important;
}
header .header-section  .logo {
    max-width: 110px;
    display: block !important;
}
.language_change .lang-drop >span {
    display: none;
}
.language_change .lang-drop  form {
    display: none;
}
.logo-for-sticky {
    display: none!important;
}
header .menu .lang-drop {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 0;
}
.logo-for-sticky .logo {
    display: none !important;
} 
.header-section .row>.col-md-8 {
    max-width: 100%;
}
header .header-section .middle-header-section h2.main-heading {
    margin: 0 0 10px;
    font-size: 25px !important;
    text-align: center;
}
header .header-section .middle-header-section ul.top-list-header li {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    float: unset !important;
}
header .header-section .middle-header-section ul.top-list-header {
    margin: 20px auto 0 !important;
    text-align: center !important;
}
header .header-section {
    padding: 30px 0 10px;
}
/* 8/12/2022 */
.middle-header-section h2 {
    text-align: center !important;
}
.product-catgories.block-element .main-form:first-child .search-section.home-section {
    padding-top: 20px !important;
}
section.contact_form_us .main-contact-form form p {
    max-width: 100%;
    width: 100%;
}
section.contact_form_us .main-contact-form form {
    padding: 30px 15px;
    grid-row-gap: 13px;
}
section.contact_address_form_us .main-contact-address-form p {
    width: 100%;
    max-width: 100%;
}
section.contact_form_us h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
section.contact_address_form_us h2 {
    font-size: 28px;
    margin-bottom: 30px;

}
#cookiebannerModal #cookiebannerModalDialog #cookiebannerModalFooter .cookiebannerSubmit.btn {
    font-size: 14px;
}
#cookiebannerModal div#cookiebannerModalDialog {
    width: 90%;
}
#cookiebannerModal nav#cookiebannerModalFooterLinks {
    padding-top: 0;
}
}


/* end */

	ul.top-list-header.lower-menu li {
    width: 100%;
    text-align: left;
    margin: 0;
    border-left: none;
}
.top-list-header li a {
    text-align: left;
}
.menu .top-list-header.lower-menu li {
    list-style: none !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    color: #706f6f !important;
    font-weight: bold !important;
    border-left: none !important;
    line-height: 24px !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding: 10px 0 !important;
    width: auto;
}
.hamburger-menu img {
    width: 46px;
}
.hamburger-menu {
    float: right;
}
section.banner-section.block-element p {
    width: 100%;

}
.menu {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}
.menu .top-list-header.lower-menu {
    display: none;
    justify-content: left;
    width: 100%;
    background: #ddd;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 10px !important;
}
section.deal-sec .col {
    max-width: 48%;
	margin: 0 6px 25px;
}
.deal-sec {
    margin: 0 20px;
}
.menu.sticky-on .for-sticky-header {
    display: flex;
    justify-content: left;
}
.hamburger-menu {
    float: right;
    position: absolute;
    top: 27px;
    right: 11px;
}

@media(max-width:667px){
.chooseus-sec h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 28px;
}
}

/* add 10 nov */
@media(max-width:991px){
    .menu>.container {
        max-width: 100%;
    }

    .menu.sticky-on>.container div>ul>li {
        padding-left: 6px;
        padding-right: 6px;
    }
    .menu.sticky-on>.container>.for-sticky-header>.logo-for-sticky {
        padding-right: 10px;
    }

    .menu .top-list-header.lower-menu {
        display: flex !important;
    }
    .top-list-header li a {
        font-size: 11px;
        padding: 0 !important;
    }
}
@media(max-width:767px){

.menu>.container>.for-sticky-header>.hamburger-menu {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.menu>.container>.for-sticky-header .logo-for-sticky {
    max-width: 50%;
}

.menu>.container>.for-sticky-header .logo-for-sticky img.logo {
    margin-bottom: 0;
}

.menu.sticky-on ul.top-list-header.lower-menu {
    top: 92px;
}

.menu>.container>.for-sticky-header .logo-for-sticky img.logo {
    margin-left: 0;
}

.lang-drop {
    position: unset;
}
.header-section>.container>.row {
    margin: 0;
}
.header-section>.container>.row>.col-md-2:last-child {
    max-width: 39%;
    flex: 39%;
    padding: 0 0 0 15px;
}
.header-section>.container>.row {
    margin: 0;
    align-items: flex-start;
}
.middle-header-section h2 {
    font-size: 15px;
}

.header-section .row>.col-md-8 ul.top-list-header>li {
    margin: 0 0 0 19px;
    width: 100%;
    text-align: left;
}
.middle-header-section h2 {
    font-size: 15px !important;
    text-align: left;
}
.fixed-cart {
    top: 15%;
 }
 .header-section>.container {
    max-width: 100%;
}

.menu .top-list-header.lower-menu {
    flex-flow: column;
}
.top-list-header li a {
    font-size: 16px;
    padding: 0 3px !important;
}
.menu .top-list-header.lower-menu {
    display: none !important;
}
.menu .top-list-header.lower-menu[style="display: block;"] {
    display: block !important;
}

.header-section>.container>.row>.col-md-2:last-child select.change-language {
    padding: 0;
}


}

.main-form {
	margin-bottom: 40px;
}
.main-form h2 {
	margin-top: 0 !important;
}

@media (max-width:550px){
	.main-form .login-section {
		max-width: 100%;
	}
    body .fotter-menu table.table {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
      }
    
}
