body {
    /* padding-right: 55px;
    padding-left: 55px; */
    font-family: 'Pilat Wide' !important;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Pilat Wide';
    font-weight: 500;
    color: #1D1D27;
}

p {
    font-family: 'Pilat Wide';
    font-size: 18px;
    font-weight: 500;
    color: #99999D;
    line-height: 23px;
}

a {
    color: #1D1D27 ;
    text-decoration: none !important;
}

a:hover {
    color: #C91D4A !important;
}
a.navbar-brand {
    width: 200px;
}
.btn {
    padding: 15px 20px !important;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.btn:hover {
    background-color: rgb(201,29,74) !important;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #C91D4A !important;
    --bs-btn-border-color: #C91D4A !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(201,29,74)
    --bs-btn-hover-border-color: rgb(201,29,74);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(201,29,74);
    --bs-btn-active-border-color: rgb(201,29,74);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #C91D4A !important;
    --bs-btn-disabled-border-color: #C91D4A !important;    
    position: relative;
}
.btn:focus-visible, .btn-primary:active, .btn-primary:hover {
    border-color: rgb(201,29,74) !important;
    /* background-color: rgb(201,29,74);
    background: -moz-linear-gradient(135deg, rgba(201,29,74,1) 0%, rgba(164,67,87,1) 45%, rgba(40,191,128,1) 65%, rgba(5,226,140,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(201,29,74,1) 0%, rgba(164,67,87,1) 45%, rgba(40,191,128,1) 65%, rgba(5,226,140,1) 100%);
    background: linear-gradient(135deg, rgba(201,29,74,1) 0%, rgba(164,67,87,1) 45%, rgba(40,191,128,1) 65%, rgba(5,226,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c91d4a",endColorstr="#05e28c",GradientType=1); */
    background: rgb(201,29,74);
    background: -moz-linear-gradient(135deg, rgba(201,29,74,1) 0%, rgba(112,2,31,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(201,29,74,1) 0%, rgba(112,2,31,1) 100%);
    background: linear-gradient(135deg, rgba(201,29,74,1) 0%, rgba(112,2,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c91d4a",endColorstr="#70021f",GradientType=1);
}
.btn-secondary {
    background-color: #4F4F56 !important;
}
.btn-secondary:active, .btn-secondary:hover {
    background-color: #4F4F56 !important;
    background: rgb(79,79,86);
background: -moz-linear-gradient(135deg, rgba(79,79,86,1) 0%, rgba(29,29,39,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(79,79,86,1) 0%, rgba(29,29,39,1) 100%);
background: linear-gradient(135deg, rgba(79,79,86,1) 0%, rgba(29,29,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f4f56",endColorstr="#1d1d27",GradientType=1);
}
.btn-click-here {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #C91D4A;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.main-title {
    margin: 0 0 20px 0;
    font-family: 'Pilat Wide Book';
    font-weight: 500;
    font-size: 32px;
    color: #1D1D27;
}

.secondary-title {
    margin: 0 0 20px 0;
    font-family: 'Pilat Wide';
    font-weight: 400;
    font-size: 24px;
    color: #1D1D27;
}

.icons {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}

.icon-desk-phone:before {
    content: '';
    background-image: url('../../../assets/images/icon-phone.svg');
    background-repeat: no-repeat;
    width: 38px;
    height: 100%;
    display: flex;
}

.icon-mobile-mail:before {
    content: '';
    background-image: url('../../../assets/images/icon-mobile-mail.svg');
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    display: flex;
}

.icon-long-arrow:before {
    content: '';
    background-image: url('../../../assets/images/icon-long-right.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 18px;
    display: flex;
    margin: 0 0 0 5px;
}

/* HEADER */
header {
    padding-right: 55px;
    padding-left: 55px;
    background-color: #fff;
}
header nav {
    border-bottom: 1px solid #CECECE;
}

ul.top-right-txt {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

ul.top-right-txt li {
    display: inline-flex;
    border-left: 1px solid #ccc;
    padding: 0 15px;
    font-family: 'Pilat Wide';
    font-size: 16px;
    color: #99999D;
    vertical-align: top;
}

ul.top-right-txt li:first-child {
    border-left: 0px;
}

ul.top-right-txt li span {
    display: block;
    margin: 0 15px;
    line-height: 22px;
}

ul.top-right-txt li a {
    text-decoration: none;
    color: #99999D;
    letter-spacing: 2px;
}

/* header.sticky-top ul.top-right-txt li {
    display: inline-flex;
    border-right: 1px solid #ccc;
    padding: 0 25px;
    font-family: 'Pilat Wide';
    font-size: 14px;
    color: #99999D;
} */

ul.top-right-txt li strong {
    font-family: 'Pilat Wide Book';
    font-size: 21px;
    font-weight: 500 !important;
    line-height: 1;
}

main {
    margin: 0;
}

main .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

/*
*   BANNER
*/
.banner {
    margin: 0;
    padding: 80px 0 0 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow-x: clip;
    align-items: center;
}

.banner::after {
    content: '';
    width: 1030px;
    height: 687px;
    background-image: url('../../../assets/images/dp-icon-gray.png');
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: -120px;
    bottom: -210px;
    z-index: -1;
}

.banner-image {
    top: 0;
    display: flex;
    position: relative;
}

.banner-image img:nth-child(1) {
    /* top: 115px; */
    /* top: 10px; */
    /* right: -115px; */
    position: relative;
}

.banner-txt {
    margin: -45px 0 0 0;
    font-family: 'Pilat Wide';
}

.banner-txt span {
    margin: 0;
    padding: 0px 8px 5px 8px;
    background: #04E68E;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
    display: none;
}

.banner-txt h1 {
    font-size: 61px;
    line-height: 83px;
    text-transform: uppercase;
    position: relative;
}

.banner-txt h1:after {
    content: '';
    margin-left: 10px;
    width: 74px;
    height: 49px;
    display: inline-block;
    position: relative;    
}

.banner .desc {
    margin: 20px 0 0 0;
    padding: 13px 0 0 0;
    max-width: 650px;
    display: block;
    border-top: 1px solid #ccc;
}

.banner-txt p {
    font-size: 16px;
    font-weight: 500;
    color: #99999D;
    margin: 0 0 10px 0;
}

.banner-txt p strong {
    font-weight: bold !important;
    color: #4F4F56 !important;
}

/*
* SERVICES
*/
section.services {
    margin: 0px 0 35px 0;
    display: block;
}

section.services:nth-child(1) {
    margin: 0 !important;
}

.short-desc {
    margin: 10px 0 0 0;
    padding: 0;
    /* max-width: 740px; */
}

.services-list {
    max-width: 1480px;
}

.service-box {
    margin: 11px 0;
    padding: 15px 21px;
    width: 100%;
    border: 2px solid #ECECEC;
    border-radius: 15px;
    box-shadow: 0 3px 6px #ccc;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 170px; */
    max-width: 450px;
    vertical-align: middle;
    align-items: center;
    cursor: pointer;
    background: #fff;
}

.service-box a {
    width: 100%;
    display: contents;
    color: #1d1d27 !important;
}

.main-secondary {
    font-size: 21px;
    font-weight: 500;
}

.service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    float: right;
}

.service-details {
    width: 80%;
}

.service-details dd {
    font-size: 16px;
}

.service-box:hover {
    background: rgb(201,29,74);
    background: -moz-linear-gradient(140deg, rgba(201,29,74,1) 0%, rgba(29,29,32,0.86) 55%, rgba(4,230,142,1) 100%);
    background: -webkit-linear-gradient(140deg, rgba(201,29,74,1) 0%, rgba(29,29,32,0.86) 55%, rgba(4,230,142,1) 100%);
    background: linear-gradient(140deg, rgba(201,29,74,1) 0%, rgba(29,29,32,0.86) 55%, rgba(4,230,142,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c91d4a",endColorstr="#04e68e",GradientType=1);
    cursor: pointer;
}

.service-box:hover .service-details,
.service-box:hover .btn-click-here {
    color: #fff;
}

.service-box:hover .icon-long-arrow:before {
    content: '';
    background-image: url('../../../assets/images/icon-long-right-white.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 18px;
    display: flex;
    margin: 0 0 0 5px;
}

.service-box span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgb(201, 29, 74);
    background: -moz-linear-gradient(140deg, rgba(201, 29, 74, 1) 0%, rgba(29, 29, 32, 0.86) 55%, rgba(4, 230, 142, 1) 100%);
    background: -webkit-linear-gradient(140deg, rgba(201, 29, 74, 1) 0%, rgba(29, 29, 32, 0.86) 55%, rgba(4, 230, 142, 1) 100%);
    background: linear-gradient(140deg, rgba(201, 29, 74, 1) 0%, rgba(29, 29, 32, 0.86) 55%, rgba(4, 230, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c91d4a", endColorstr="#04e68e", GradientType=1);
    cursor: pointer;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    left: 0;
}

.service-box:hover span {
    width: 250%;
    height: 562.5px;
}


/*
*   FOOTER
*/
footer {
    margin: 0;
    padding: 40px 55px 20px;
    background-color: #1D1D27;
}
footer a {
    color: #fff;
}

.foot-about {
    max-width: 360px;
    margin: 0;
    padding: 0;
    display: block;
}

.foot-about p {
    margin: 20px 0 0 0;
    padding: 0;
    font-family: 'Pilat Wide';
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
}

footer table.table.table-primary {
    font-family: 'Pilat Wide';
    font-size: 14px;
}

footer table.table.table-primary,
footer table.table.table-primary td {
    padding: 14px 0;
    background: transparent !important;
    color: #fff;
    border: transparent;
}

footer table.table.table-primary tr {
    position: relative;
    border: transparent;
}

footer table.table.table-primary tr::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgb(29,29,39);
    background: -moz-linear-gradient(90deg, rgba(29,29,39,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(29,29,39,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,29,39,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(29,29,39,1) 100%);
    background: linear-gradient(90deg, rgba(29,29,39,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(29,29,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d27",endColorstr="#1d1d27",GradientType=1);
    display: block;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}
footer table.table.table-primary tr:last-child::after {
    display: none !important;
}

footer table.table.table-primary td span {
    display: block;
}
.divider-multi {
    margin: 20px 0;
    width: 100%;
    height: 3px;
    display: block;
    background: rgb(29,29,39);
    background: -moz-linear-gradient(90deg, rgba(29,29,39,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(29,29,39,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(29,29,39,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(29,29,39,1) 100%);
    background: linear-gradient(90deg, rgba(29,29,39,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(29,29,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d27",endColorstr="#1d1d27",GradientType=1);
}
.divider-modal {
    margin: 5px 0;
    width: 100%;
    height: 2px;
    display: block;
    background: rgb(29,29,39);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(255, 255, 255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(255, 255, 255,1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(255, 255, 255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d27",endColorstr="#1d1d27",GradientType=1);
}
span.copyrights {
    font-family: 'Pilat Wide';
    color: #c0c0c0;
    font-weight: 400;
    font-size: 14px;
}

/*
*   MODAL
*/
.modal-backdrop {
    opacity: 0.8 !important;
    background: -moz-linear-gradient(300deg, rgba(29,29,39,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(29,29,39,1) 100%);
    background: -webkit-linear-gradient(300deg, rgba(29,29,39,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(29,29,39,1) 100%);
    background: linear-gradient(300deg, rgba(29,29,39,1) 0%, rgba(4,230,142,1) 25%, rgba(201,29,74,1) 60%, rgba(29,29,39,1) 100%);
}
.modal-header {
    border: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}
.modal-header .modal-title {
    width: 90%;
    font-size: 26px !important;
    font-family: 'Pilat Wide Book';
    font-weight: 500;
}
.modal-header .service-icon {
    width: 68px;
    height: 90px;
    display: flex;
    float: right;
}
.modal-header .btn-close {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #2a2525;
    border-radius: 50%;
    opacity: 1;
    color: #fff !important;
    background-image: url('../../../assets/images/icon-close-white.svg');
    background-repeat: no-repeat;
}
.modal .btn {
    padding: 8px 16px !important;
}
.modal-body {
    height: 500px;
    overflow: auto;
}
label {
    margin: 0 0 12px 0;
    font-weight: 600;
    color: #cc2e57;
}
.form-control {
    font-size: 16px;
    line-height: normal;
}
.form-control::placeholder {
    font-size: 16px;
    line-height: normal;
    opacity: 0.8;
}
.form-control:focus {
    border-color: #04E68E !important;
    box-shadow: 0 0 0 .25rem rgb(209 250 234) !important;
}
.disabled>.page-link, .page-link.disabled, .page-item:last-child .page-link {
    background-color: #fff !important;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: normal !important;
}

.active>.page-link, .page-link.active {
    background-color: #07e690 !important;
    border-color: #07e690 !important;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
}
/* table.dataTable {    
    border-collapse: separate !important;
    border-spacing: 0 15px !important;
}
table.dataTable>tbody>tr {
    background-color: transparent;
    height: 55px;
    vertical-align: middle;
    box-shadow: 0 4px 6px #ccc;
    border-radius: 10px;
    margin: 5px 0;
}
table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 4%);
    border: 0px;
} */
/* table.dataTable tr {
    border: 0px;
} */
/* table.dataTable td:first-child {
    border-radius: 10px 0 0 10px;
}

table.dataTable td:last-child {
    border-radius: 0 10px 10px 0;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
    margin: 0 4px;
}
.dataTables_wrapper .page-link {
    line-height: normal;
    border-radius: 5px;
    padding: 5px 8px;
    color: #878787;
    font-size: 14px;
} */
/* div.dt-container {
    width: 800px;
    margin: 0 auto;
} */

.dataTables_wrapper   .dataTables_filter{
    float: left
}

.dataTables_wrapper  .dataTables_length{
    float: right
}
table#dpwContainerInq {
    width: 100% !important;
}
#dpwContainerInq_wrapper thead, #dpwContainerInq thead {
    display: none !important;
    
  visibility: hidden;
}
/*
*   RESPONSIVE MEDIA
*/
@media only screen and (max-width: 991px) {
    main .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
    .banner {
        margin: 0;
        padding: 45px 0 0 0;
        height: auto;
    }
    .banner-txt {
        margin: 0 0 0 0;
        font-family: 'Pilat Wide';
    }
    .banner-txt h1 {
        font-size: 68px;
        line-height: 68px;
        text-transform: uppercase;
        position: relative;
    }
    .banner-image {
        top: 0;
        display: flex;
        position: relative;
        margin-bottom: 100px;
    }
    .banner-image img:nth-child(2) {
        right: 5px;
        position: absolute;
        top: 50px;
        width: 55%;
    }
    .banner-image img:nth-child(1) {
        top: 9px;
        right: 0;
        position: relative;
    }
    
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    .banner-txt h1 {
        font-size: 52px;
        line-height: 52px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .banner-txt h1 {
        font-size: 58px;
        line-height: 58px;
    }
    /* .banner-image {
        top: 0;
        display: flex;
        position: relative;
        margin-bottom: 100px;
    }
    .banner-image img:nth-child(2) {
        right: 5px;
        position: absolute;
        top: 50px;
        width: 55%;
    }
    .banner-image img:nth-child(1) {
        top: 115px;
        right: 0;
        position: relative;
        width: 55%;
    } */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .banner-txt h1 {
        font-size: 32px;
        line-height: normal;
        text-transform: uppercase;
        position: relative;
        font-weight: 500;
        font-family: 'Pilat Wide Book';
    }
    /* .banner-image {
        top: 0;
        display: flex;
        position: relative;
    }
    .banner-image img:nth-child(2) {
        right: 5px;
        position: absolute;
        top: 50px;
        width: 55%;
    }
    .banner-image img:nth-child(1) {
        top: 115px;
        right: 0;
        position: relative;
        width: 55%;
    } */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* .banner-image {
        top: 0;
        display: flex;
        position: relative;
    }
    main .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
    .banner-image img:nth-child(1) {
        top: 115px;
        right: 0;
        position: relative;
        width: 55%;
    }
    .banner-image img:nth-child(2) {
        position: relative;
        width: 55%;
        right: 74px;
    }
    .banner-txt h1 {
        font-size: 46px;
        line-height: 46px;
        text-transform: uppercase;
        position: relative;
    } */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    

}
@media only screen and (min-width: 992px) and (max-width:1040px) {
.service-details h3.main-secondary {
    font-size: 17px !important;
}
.btn-click-here {
    font-size: 12px !important;
}
}
@media only screen and (min-width: 992px) and (max-width:1335px) {
    
    a.navbar-brand img {
        width: 200px;
    }
    main .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
    .banner-image {
        top: 0;
        display: flex;
        position: relative;
    }
    .banner-image img:nth-child(1) {
        top: -20px;
        right: 0;
        position: relative;
    }
    .banner-image img:nth-child(2) {
        position: relative;
        width: 350px;
        right: 74px;
        height: 370px;
    }
    .banner-txt {
        margin: 0;
        font-family: 'Pilat Wide';
    }
    .banner-txt h1 {
        font-size: 46px;
        line-height: 46px;
        text-transform: uppercase;
        position: relative;
    }
    ul.top-right-txt li {
        display: inline-block;
        /* border-right: 1px solid #ccc; */
        padding: 0 15px;
        font-family: 'Pilat Wide';
        font-size: 11px;
        color: #99999D;
    }
    ul.top-right-txt li strong {
        font-family: 'Pilat Wide Book';
        font-size: 16px;
        font-weight: 500 !important;
        line-height: 1;
    }
    ul.top-right-txt li i {
        display: inline-block;
        width: 32px;
        height: 33px;
        /* background: red; */
        vertical-align: middle;
    }
    ul.top-right-txt li > span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }
    i.icons.icon-mobile-mail:before {
        content: '';
        width: 28px;
        background-size: contain;
    }
    .icon-desk-phone:before {
        content: '';
        background-image: url('../../../assets/images/icon-phone.svg');
        background-repeat: no-repeat;
        width: 31px;
        height: 25px;
        display: flex;
        background-size: cover;
    }
    .service-details h3.main-secondary {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1336px) and (max-width: 1440px) {
    .banner-image img:nth-child(1) {
        top: -20px;
        right: 0;
        position: relative;
        /* width: 326px; */
        /* height: 418px; */
    }
    .banner-image img:nth-child(2) {
        width: 325px;
        height: 418px;
        right: 0;
        position: absolute;
    }
    
    main .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media only screen and (min-width: 1441px) and (max-width:1799px) {
.banner-image img:nth-child(1) {
    top: -64px;
    /* left: 145px; */
    position: relative;
    /* width: 300px; */
    /* height: 400px; */
}
.banner-image img:nth-child(2) {
    width: 300px;
    height: 400px;
    right: 0;
    position: absolute;
}
}