* {
     margin: 0px;
     padding: 0px;
}
 .clear {
     padding: 0px;
     margin: 0px;
     clear: both;
}
 body {
     overflow-x: hidden;
     margin: 0;
     padding: 0;
     font-family: 'Mulish', sans-serif;
     font-size: 15px;
     position: relative;
}
 ul {
     list-style: none;
     margin: 0px !important;
}
 a:focus, :focus {
     outline: none !important;
}
 a:hover {
     text-decoration: none !important;
}
 a {
     text-decoration: none;
}
 a img {
     border: none;
}
 h1 {
     font-size: 25px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 h2 {
     font-size: 22px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 h3 {
     font-size: 20px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 h4 {
     font-size: 18px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 h5 {
     font-size: 15px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 h6 {
     font-size: 14px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 p {
     font-family: 'Mulish', sans-serif;
     font-size: 12px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 a {
     padding: 0px;
     margin: 0px;
     outline: none;
}
 ul {
     list-style: none;
     padding: 0px;
     margin: 0px;
}
 label {
     list-style: none;
     padding: 0px;
     margin: 0px;
}
 ul li {
     padding: 0px;
     margin: 0px;
}
 h1, h2, h3, h4, h5, h6 {
     padding: 0px;
     margin: 0px;
}
 input[type="text"]::-webkit-placeholder {
     opacity: 1;
}
 input[type="text"]::-moz-placeholder {
     opacity: 1;
}
 input[type="password"]::-webkit-placeholder {
     opacity: 1;
}
 input[type="password"]::-moz-placeholder {
     opacity: 1;
}
 input[type="search"]::-webkit-placeholder {
     opacity: 1;
}
 input[type="search"]::-moz-placeholder {
     opacity: 1;
}
 input[type="email"]::-webkit-placeholder {
     opacity: 1;
}
 input[type="email"]::-moz-placeholder {
     opacity: 1;
}
 input[type="tel"]::-webkit-placeholder {
     opacity: 1;
}
 input[type="tel"]::-moz-placeholder {
     opacity: 1;
}
 textarea::-moz-placeholder {
     opacity: 1;
}
 textarea::-webkit-placeholder {
     opacity: 1;
}
 a:hover {
     outline: none !important;
     text-decoration: none;
}
 a:active {
     outline: none !important;
     text-decoration: none;
}
 a {
     text-decoration: none !important;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 img {
     vertical-align: middle;
     border-style: none;
}
 .btn.focus, .btn:focus {
     outline: 0;
     box-shadow: none;
}
 :root {
     --mute-blue: #CDE9F3;
     --hover-blue:#0492C2;
}
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
font-family: 'Mulish', sans-serif;
font-family: 'Outfit', sans-serif;
*/
/* header */
header{
     position: fixed;
     width: 100%;
     display: block;
     top: 0px;
     z-index: 999;
}
header.lightheader{
    background-color: #0C0F1A;
}
.custom-container{
     width: 100%;
     max-width:1600px;
     padding: 0px 70px !important;
}
.navbar-collapse {
     flex-grow:0;
     justify-content: flex-end;
 }
 .navbar{
     justify-content: space-between;
     border-bottom:1px solid rgba(255, 255, 255, 0.22);
     padding: 0px 0px !important;
 }
 .navbar-brand{
     padding: 0px 0px !important;
     margin: 0px 0px !important;
     width: 160px;
     height: 52px;
     display:flex;
     justify-content: center;
     align-items: center;
 }
 .navbar-brand img{
     display: block;
     width: auto;
     height: auto;
     max-width: 100%;
     max-height: 100%;
 }
 .nav-link{
    padding: 29px 0px 26px 0px !important;
    color: #FFF;
font-family: 'Mulish';
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.42px;
text-transform: uppercase;
margin-left: 50px;
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
 }
 .nav-link.active,
 .nav-link:hover,
 .nav-link:focus,
 .navbar-nav .show>.nav-link{
    color: white !important;
 }
 .nav-link::before{
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    opacity: 0;
    background-color: white;
    transition: all 0.4s ease;
 }
 .nav-link:hover::before,
 .nav-link.active::before{
    width: 50px;
    height: 3px;
    opacity: 1;
    transition: all 0.4s ease;
 }
 .dropdown-toggle::after{
    display: none !important;
 }
 .nav-link img{
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 11px;
 }
 .navbar-nav .dropdown-menu {
    border: none !important;
    border-radius: 0px !important;
    padding: 14px 63px 14px 23px !important;
    left: 30px;
    top: 101%;
    box-shadow: 0px 17px 13px 0px #00000021;
}
 .dropdown-item{
    color: #0C0F1A;
font-family: 'Mulish';
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 30px;
letter-spacing: 0.45px;
padding: 0px 0px !important;
 }
 .dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent !important;
    color: var(--hover-blue);
 }
 .nav-sign::before,
 .nav-log::before{
    left: calc(50% + 17px);
 }
 .nav-divider{
    display: block;
    margin: 0px 29px 0px 165px;
    background: rgba(255, 255, 255, 0.22);
    width: 1px;
    height: 73px;
 }
 .nav-link.nav-log{
    margin-left: 37px;
 }
/* header */

/* banner */
.banner{
    display: block;
    width: 100%;
    height: auto;
    background: linear-gradient(128deg, #8EA9B8 0%, #97BBCE 48.44%, #AABEC8 98.96%);
    position: relative;
}
.banner-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    bottom: -1px;
    left: 100%;
    transform: translateX(-100%);
}
.banner-txt{
    padding: 164px 0px 140px 0px;
    width: 930px;
    max-width: 100%;
    position: relative;
    z-index: 3;
}
.banner-txt h1{
    color: #FFF;
font-family: 'Outfit';
font-size: 66px;
font-style: normal;
font-weight: 500;
line-height: 67px;
margin-bottom: 23px;
width: 627px;
max-width: 100%;
}
.banner-txt p{
    color: #FFF;
font-family: 'Mulish';
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 27px;
letter-spacing: 0.34px;
margin-bottom: 45px;
width: 627px;
max-width: 100%;
}
.banner-txt h5{
    display: block;
    width: fit-content;
    border-radius: 2px;
background: #0C0F1A;
box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.09);
padding: 12px 35px 11px 43px;
color: #FFF;
font-family: 'Mulish';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 27px;
letter-spacing: 0.36px;
}
.banner-frm{
    background-color: white;
    padding: 22px 20px 16px 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bnr-frmbox{
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.11);;
}
.bnr-frmbox label{
    color: #717171;
font-family: 'Mulish';
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 27px;
letter-spacing: 0.3px;
display: block;
margin-bottom: 2px;
width: 100%;
}
.bnr-frmbox input,
.bnr-frmbox select{
    width: 100%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #232529;
font-family: 'Mulish';
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 27px;
appearance: none;
background-color: transparent !important;
-webkit-appearance: textfield !important;
}
.bnr-frmbox input::placeholder{
    color: #717171;
    font-weight: 600;
}
.bnr-frmbox select{
    background-image: url(../images/bnr-slct-drop.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0px 24px 0px 0px;
}
.bnr-frmbox select:disabled{
    color: #717171;
    font-weight: 600;
}
.bfb1{
    width: 233px;
    padding-right: 38px;
}
.bfb2{
    width: 263px;
    padding-left:31px;
}
.bfb3{
    width: 197px;
    padding: 0px 19px 0px 43px;
    border-right: 0px solid transparent;
}
.banner-frm button{
    width: fit-content;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
background: #0C0F1A;
padding: 15px 28px 14px 28px;
color: #FFF;
font-family: 'Mulish';
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 27px;
letter-spacing: 0.34px;
}
.banner-frm button:hover,
.banner-frm button:focus{
    background: var(--hover-blue);
}
.btm-line{
    position: absolute;
    display: block;
    width:calc(100% + 70px);
    height:1px;
    background: #C0D6E2;
    left: -70px;
    bottom: 0px;
}
.line-left{
    position: absolute;
    display: block;
    width: 1px;
    height:calc(100% - 497px);
    top: 497px;
    left: 70px;
    background: #C0D6E2;
    z-index: 99;
}
/* banner */


/* welcome */
.welcome{
    background-image: url(../images/welcome-aftr.png);
    background-repeat: no-repeat;
    background-size: 171px 174px;
    background-position: right 59px top;
    padding: 83px 0px 79px 0px;
}
.welcome-img{
    height: 100%;
}
.welc1{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100% - 24px);
    margin-bottom: 24px;
}
.welc2{
    bottom: 0px;
    right: 0px;
    display: block;
    border: 5px solid #fff;
    width: 297px;
    height: 222px;
    max-width: 100%;
    max-height: 100%;
}
.welcome-txt{
  margin: 11px 0px 0px 55px;
}
.welcome-txt h2{
    color: #0C0F1A;
font-family: 'Outfit';
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 14px;
}
.welcome-txt p {
    color: #404145;
    font-family: 'Mulish';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.15px;
    margin-bottom: 40px;
    margin-right: 98px;
}
.welcome-txt ul li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 47%;
    position: relative;
    padding-left: 13px;
    margin-bottom: 43px;
}
.welcome-txt ul li img{
    display: block;
    width: 41px;
    height: 41px;
    z-index: 2;
    margin-right: 15px;
}
.welcome-txt ul li::before{
    position: absolute;
    content: '';
    width: 39px;
    height: 39px;
    background-color: var(--mute-blue);
    z-index: -1;
    left: 0px;
    top: 3px;
}
.welc-li-txt h5{
    color: #06060C;
font-family: 'Outfit';
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 27px;
}
.welc-li-txt h6{
    color: #424447;
font-family: 'Mulish';
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 21px;
letter-spacing: 0.14px;
}
.welcome-txt a{
    padding: 12px 60px 11px 23px;
    border-radius: 2px;
background-color: #0C0F1A;
box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.09);
color: #FFF;
font-family: 'Mulish';
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 27px;
letter-spacing: 0.34px;
text-transform: capitalize;
background-image: url(../images/btn-arw.png);
background-position: right 19px center;
background-repeat: no-repeat;
background-size: 20px 20px;
display: block;
width: fit-content;
}
.welcome-txt a:hover{
    background-color: var(--hover-blue);
    background-position: right 9px center;
}
.welc-right-line{
    width: 1px;
    height: 431px;
    background: #E3E3E3;
    right: 70px;
    top: -89px;
    display: block;
    position: absolute;
    z-index: -1;
}
/* welcome */

/*satisfied*/
.satisfied-client {
    border-top: 1px solid #C0D6E2;
    border-bottom: 1px solid #C0D6E2;
    background: #FFF;
    position: relative;
    z-index: 110;
}
.satisfied-client::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 68px;
    right: 73px;
    top: 0px;
    transform: translateY(-100%);
    background-color: var(--mute-blue);
}
.satis-inr{
    width: calc(100% + 14px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.satis-number {
    border-right: 1px solid #C0D6E2;
    border-left: 1px solid #C0D6E2;
    padding: 22px 60px 29px 83px;
    position: relative;
    z-index: 2;
    height: 100%;
    margin-right: 27px;
    width: 319px;
}
.satis-number::before{
content: '';
position: absolute;
z-index: -1;
width: 85px;
height: 85px;
left: 50%;
top: 22px;
transform: translateX(-100%);
background-color: var(--mute-blue);
}
.satis-number p{
    color: #0E0E16;
font-family: 'Mulish';
font-size: 44px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 0.88px;
margin-bottom: 1px;
position: relative;
padding-right: 28px;
width: 137px;
}
.satis-number p::after{
    content: '+';
    position: absolute;
    right: 0px;
    top: -3px;
    font-family: 'Mulish';
font-size: 44px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 0.88px;
}
.satis-number h5{
    color: #1F1F29;
font-family: 'Mulish';
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.38px;
}
.satis-txt{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px 16px 0px;
}
.satis-txt img{
    width: 158.921px;
height: 104px;
margin-right: 24px;
}
.satis-main {
    width: 465px;
    margin-right: 35px;
}
.satis-main h5{
    color: #0C0F1A;
font-family: 'Mulish';
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.23px;
margin-bottom: 2px;
}
.satis-main p{
    color: #424447;
font-family: 'Mulish';
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.45px;
}
a.satis-btn {
    padding: 12px 70px 11px 23px;
    border-radius: 2px;
    background: #0C0F1A;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
    font-family: 'Mulish';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.34px;
    background-image: url(../images/btn-arw.png);
    background-position: right 19px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 191px;
}
a.satis-btn:hover{
    background-color: var(--hover-blue);
    background-position: right 5px center;
}
/*satisfied*/

/* services */
.services{
    padding: 82px 0px 59px 0px;
    position: relative;
}
.services::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 73px;
    top: 0px;
    bottom: 0px;
    background-color: var(--mute-blue);
}
.serv-header{
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 41px;
}
.srvc-hdlft{
    width: 415px;
}
.srvc-hdlft h5{
    color: #0492C2;
font-family: 'Mulish';
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 158.824% */
letter-spacing: 0.34px;
margin-bottom: 8px;
}
.srvc-hdlft h2{
    color: #0E0E16;
font-family: 'Outfit';
font-size: 38px;
font-style: normal;
font-weight: 500;
line-height: 43px;
text-transform: capitalize;
}
.srvc-hdr8{
    width: 638px;
    margin-right: 23px;
}
.srvc-hdr8 p{
    color: #424447;
font-family: 'Mulish';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 25px;
letter-spacing: 0.32px;
margin-bottom:1px;
}
.serv-inr {
    margin: 0px -15px;
    width: calc(100% + 30px);
}
.serv-inr .gx-6{
padding: 0px 25px !important;
}
.serv-box{
    height: calc(100% - 20px);
    margin-bottom: 20px;
    border: 1px solid #C0D6E2;
background: #F5F5F5;
padding: 58px 38px 63px 32px;
cursor:pointer;
transition:all 0.4s ease;
}
.serv-box::after{
    content: '';
    position: absolute;
    top: 38px;
    left: 0px;
    width: 2px;
height: 70px;
background-color: #0492C2;
z-index: 99;
}
img.srvc-hov-bg {
    width: auto;
    height: 100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    right: 0px;
    top: 0px;
    transform: translateX(100%);
    position: absolute;
    transition: all 0.4s ease;
}
.serv-box::before{
content: '';
position: absolute;
bottom: 0px;
right: 0px;
display: block;
width:0px;
height:0px;
border-width:24px 20.5px 28.5px 24px;
border-style: solid;
border-color:transparent var(--hover-blue) var(--hover-blue) transparent;
opacity: 0;
transition:all 0.4s ease;
z-index: 99;
box-sizing: border-box;
}
.serv-box:hover img.srvc-hov-bg{
    transform: translateX(0%);
}
.serv-box:hover::before{
    width: 43px;
height: 52px;
opacity: 1;
}
.serv-box:hover{
    background: #0C0F1A;
}
.srv-box-inr{
    position: relative;
    z-index: 9;
}
.srv-box-inr img{
    display: block;
    width: 81px;
    height: 81px;
    margin-bottom: 49px;
}
.srv-box-inr h3{
    color: #0C0F1A;
font-family: 'Outfit';
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 27px;
letter-spacing: 0.44px;
text-transform: capitalize;
margin-bottom: 19px;
transition:all 0.4s ease;
}
.srv-box-inr p{
    color: #424447;
font-family: 'Mulish';
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 26px;
transition:all 0.4s ease;
}
.serv-box:hover .srv-box-inr h3{
    color: #fff;
}
.serv-box:hover .srv-box-inr p{
    color: rgba(255, 255, 255, 0.81);
}
.serv-box:hover .srv-box-inr img{
    filter: invert(42%) sepia(12%) saturate(5387%) hue-rotate(160deg) brightness(100%) contrast(97%);
}
/* services */



/* featured */
.featured{
    padding-top: 52px;
    z-index: 2;
}
.featured::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc((100% - 1200px)/2 + 766px);
    max-width: 89%;
    height: 430px;
    background-color: #0C0F1A;
    top: 0px;
    left: 0px;
}
.featured::after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 1px;
    height:calc(100% - 12px);
    right: 73px;
    top: 0px;
    bottom: 0px;
    background-color: var(--mute-blue);
}

.feature-hdr{
    width: 463px;
    margin-bottom: 24px;
    max-width: calc(100% - 150px);
}
.feature-hdr h2{
    margin-bottom: 11px;
    color: #FFF;
font-family: 'Outfit';
font-size: 39px;
font-style: normal;
font-weight: 600;
line-height: 44px;
letter-spacing: 0.78px;
}
.feature-hdr p{
    color: #EAEAEA;
font-family: 'Mulish';
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 29px;
letter-spacing: 0.34px;
}
.owl-feature,
.owl-recent{
    padding-left: 13px;
    margin-left: calc((100% - 1200px)/2);
    width: calc(100% - ((100% - 1200px)/2)) !important;
}
.owl-feature{
    padding-left: 2px;
}
.owl-recent{
    padding-left: 6px;
}
.owl-feature .item,
.owl-recent .item{
    padding:10px;
}
.fetr-box{
    border-radius: 10px;
background: #FFF;
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.13);
padding: 28px 26px 17px 25px;
}
a.fetr-hd{
    color: #0C0F1A;
font-family: Mulish;
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 9px;
}
.fetr-box h5{
    color: #585858;
font-family: 'Mulish';
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 18px;
}
ul.ament{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 22px !important;
}
ul.ament li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    color: #7C7F84;
font-family: 'Mulish';
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
ul.ament li img{
    display: block;
    width: 13px !important;
    height: 13px;
    margin-right: 5.5px;
}
a.fetr-img{
display: flex;
justify-content: center;
align-items: center;
border-radius: 14px;
overflow: hidden;
min-height: 195px;
background-color: var(--mute-blue);
margin-bottom: 24px;
}
a.fetr-img img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-width: 100%;
}
.fetr-btm h6{
    color: #0C0F1A;
font-family: 'Mulish';
font-size: 17px;
font-style: normal;
font-weight: 800;
line-height: 135.8%;
}
.fetr-btm h6 span{
    color: #717171;
font-family: 'Mulish';
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 135.8%;
display: block;
width: 100%;
}
a.fetr-btn{
    display: block;
    width: fit-content;
    padding: 4px 37px 5px 13px;
    color: #FFF;
font-family: 'Mulish';
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 27px;
letter-spacing: 0.26px;
border-radius: 2px;
background-color: #0C0F1A;
box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.09);
background-image: url(../images/btn-arw.png);
background-position: right 10px center;
background-repeat: no-repeat;
background-size:16px;
}
a.fetr-btn:hover{
    background-color: var(--hover-blue);
    background-position: right 5px center;
}
.owl-feature .owl-nav,
.owl-recent .owl-nav{
    margin-top: 0px !important;
    position: absolute;
    top: -70px;
    right: calc(100% - 1200px + 15px);
    width: 147px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-feature .owl-nav button,
.owl-recent .owl-nav button{
    margin: 0px 0px !important;
    width: 30px;
    height: 24px;
    display: block;
    opacity: 0.5;
}
.owl-feature .owl-nav button:hover,
.owl-feature .owl-nav button:focus,
.owl-recent .owl-nav button:hover,
.owl-recent .owl-nav button:focus{
    background: transparent !important;
    opacity: 1;
}
.owl-feature .owl-nav button span,
.owl-recent .owl-nav button span{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.owl-feature .owl-nav button.owl-prev span,
.owl-recent .owl-nav button.owl-prev span{
    background-image: url(../images/owl-ft-prev.png);
}
.owl-feature .owl-nav button.owl-next span,
.owl-recent .owl-nav button.owl-next span{
    background-image: url(../images/owl-ft-nxt.png);
}
.owl-feature .owl-dots,
.owl-recent .owl-dots{
top: -63px;
position: absolute;
right: calc((100% - 1200px + 15px) + 30px);
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 87px;
}
.owl-feature .owl-dots .owl-dot span,
.owl-recent .owl-dots .owl-dot span{
    margin: 0px 7px !important;
    width: 7px !important;
    height: 7px !important;
    background: #7C7F84 !important;
}
.owl-feature .owl-dots .owl-dot.active span, .owl-feature .owl-dots .owl-dot:hover span,
.owl-recent .owl-dots .owl-dot.active span, .owl-recent .owl-dots .owl-dot:hover span{
    width: 10px !important;
    height: 10px !important;
    background: #0C0F1A !important;
}
/* featured */


/* landlord */
.landlord {
    padding: 80px 0px 69px 0px;
}
.landlord-inr{
    border-radius: 10px;
background: linear-gradient(130deg, rgba(4, 146, 194, 0.19) 0%, rgba(12, 15, 26, 0.19) 100%);
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
padding: 30px 39px 30px 52px;
}
.landlord-inr img {
    width: 207px;
    height: 128px;
    margin-right: 50px;
    display: block;
}
.landlrd-txt{
   width:593px;
}
.landlrd-txt h2{
    color: #0C0F1A;
font-family: 'Mulish';
font-size: 29px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 15px;
}
.landlrd-txt p{
    color: #464652;
font-family: 'Mulish';
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: 0.48px;
}
a.lndlrd-btn{
    margin-left:44px;
    display: block;
    width: 191px;
    border-radius: 2px;
background-color: #0C0F1A;
box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.09);
background-image: url(../images/btn-arw.png);
background-repeat: no-repeat;
background-size: 20px;
background-position: right 23px center;
padding: 12px 70px 11px 23px;
color: #FFF;
font-family: 'Mulish';
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 27px;
letter-spacing: 0.34px;
}
a.lndlrd-btn:hover{
    background-color: var(--hover-blue);
    background-position: right 13px center;
}
/* landlord */



/* recently */
.recently{
    margin-bottom: 115px;
}
.recent-hdr{
    display: block;
    width: 585px;
    max-width: 100%;
    margin-bottom: 30px;
}
.recent-hdr h2{
    color: #0C0F1A;
font-family: 'Outfit';
font-size: 39px;
font-style: normal;
font-weight: 600;
line-height: 44px;
letter-spacing: 0.78px;
margin-bottom: 11px;
}
.recent-hdr p{
    color: #424447;
font-family: 'Mulish';
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 29px;
letter-spacing: 0.34px;
}
.owl-recent .item{
    padding: 10px;
}
.recent-box{
    border-radius: 7px;
background: #FFF;
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.11);
padding: 15px 13px 19px 13px;
display: block;
width: 100%;
}
.recent-img{
    width: 100%;
    background-color: var(--mute-blue);
    border-radius: 7px 7px 0px 0px;
    overflow: hidden;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
}
.recent-img img {
    width: 100%;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    display: block !important;
}
.recent-box-name{
    padding-bottom: 18px;
    margin-bottom: 11px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.56);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.recent-box-name h3{
    color: #0C0F1A;
font-family: 'Mulish';
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.recent-box:hover .recent-box-name h3{
    color: var(--hover-blue);
}
.recent-box-name h4{
    color: #0492C2;
    font-family: 'Mulish';
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.recent-box-name h3 span{
    display: block;
    width: 100%;
    margin-top: 8px;
    color: #909296;
font-family: 'Mulish';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.recent-list li{
    color: #64676D;
    font-family: 'Mulish';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 16px;
}
.recent-list li img{
    width: 15px !important;
    height: 13px;
    display: block;
    margin-right:6.3px;
}
/* recently */


/* clients */
.clients{
    background: linear-gradient(128deg, #05080A 0%, #081116 48.44%, #769BAD 98.96%);
    padding: 49px 0px 39px 0px;
    margin-bottom: 78px;
}
img.clients-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.client-hd h2{
margin-top: 38px;
margin-bottom: 20px;
color: #FFF;
font-family: 'Outfit';
font-size: 39px;
font-style: normal;
font-weight: 600;
line-height: 44px;
letter-spacing: 0.78px;
}
.client-hd p{
    color: #EAEAEA;
font-family: 'Mulish';
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 27px;
letter-spacing: 0.45px;
}
.owl-client {
    float: right;
    margin-top: -220px;
    width: calc((100% - 1200px)/2 + 700px) !important;
}
.owl-client .item{
    padding: 10px;
}
.client-box{
    border-radius: 10px;
background: #FFF;
box-shadow: 0px 20px 44px 0px rgba(0, 0, 0, 0.10);
background-image: url(../images/quote.png);
background-repeat: no-repeat;
background-position: right 24px bottom 30px;
background-size: 34px 25px;
padding: 25px 20px 20px 23px;
}
.client-box h2{
    color: #0C0F1A;
font-family: 'Outfit';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 27px;
letter-spacing: 0.4px;
margin-bottom: 8px;
}
.test-star li{
    margin-right: 5px;
    width: fit-content;
    height: fit-content;
}
.test-star li img{
    display: block;
    width: 10px;
    height: 10px;
}
.client-box p{
    margin: 17px 0px 21px 0px;
    color: #464652;
font-family: 'Mulish';
font-size: 14.5px;
font-style: italic;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.29px;
}
.testi-img{
    width: 47px;
height: 47px;
border-radius: 50%;
margin-right: 10px;
}
.testi-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.testi-name h3{
    color: #0C0F1A;
    font-family: 'Mulish';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.3px;
}
.testi-name h3 span{
    color: #717171;
font-family: 'Mulish';
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 23px;
letter-spacing: 0.28px;
display: block;
width: 100%;
}

.owl-client .owl-nav {
    margin-top: 0px !important;
    position: absolute;
    bottom: 35px;
    left: calc(-500px + 15px);
    width: 147px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-client .owl-nav button{
    margin: 0px 0px !important;
    width: 30px;
    height: 24px;
    display: block;
    opacity: 0.5;
}
.owl-client .owl-nav button:hover,
.owl-client .owl-nav button:focus{
    background: transparent !important;
    opacity: 1;
}
.owl-client .owl-nav button span{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: invert(1) brightness(100%);
}
.owl-client .owl-nav button.owl-prev span{
    background-image: url(../images/owl-ft-prev.png);
}
.owl-client .owl-nav button.owl-next span{
    background-image: url(../images/owl-ft-nxt.png);
}
.owl-client .owl-dots{
bottom:42px;
position: absolute;
left: calc((-500px + 15px) + 30px);
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 87px;
}
.owl-client .owl-dots .owl-dot span{
    margin: 0px 7px !important;
    width: 7px !important;
    height: 7px !important;
    background: #fff !important;
    opacity: 0.5;
}
.owl-client .owl-dots .owl-dot.active span, .owl-client .owl-dots .owl-dot:hover span{
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 1;
}
/* clients */


/* footer */
.footer-top{
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #C0D6E2;
    margin-bottom: 21px;
}
.foot-left{
    padding: 36px 41px 44px 0px;
    margin-right: 42px;
    border-right: 1px solid var(--mute-blue);
}
a.foot-logo{
    width: 212px;
    height: 69px;
    margin-bottom: 20px;
}
a.foot-logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.foot-left p{
    color: #545863;
font-family: 'Mulish';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.14px;
margin-bottom: 19px;
}
.foot-left h5{
    color: #0C0F1A;
font-family: 'Mulish';
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 26px;
margin-bottom: 13px;
}
.foot-left li{
    width: fit-content;
    height: fit-content;
    margin-right: 15px;
}

.foot-mid{
    margin-left: -11px;
    width: calc(100% + 11px);
    padding: 43px 0px 50px 0px;
}
.foot-mid h3,
.foot-right h3{
    color: #080D1D;
font-family: 'Mulish';
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 19px;
}
.foot-mid ul li a{
    color: #545863;
font-family: 'Mulish';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 36px;
letter-spacing: 0.42px;
}
.foot-mid ul li a:hover,
.foot-mid ul li a.active{
    color: var(--hover-blue);
}

.foot-right{
    padding:47px 0px 62px 10px;
}
.foot-right ul li{
    color: #545863;
font-family: 'Mulish';
font-size: 14.4px;
font-style: normal;
font-weight: 500;
line-height: 24px;
margin-bottom: 10px;
}
.foot-right ul li a{
    color: #0C0F1A;
}
.foot-right ul li a:hover{
    color: var(--hover-blue);
}
.foot-sos{
    margin-top: 9px !important;
}
.foot-sos li{
    margin-right: 18px;
    margin-bottom: 0px !important;
}
.foot-sos li a{
    color: #0C0F1A;
    font-size: 21px;
}
.foot-sos li a:hover{
    color: var(--hover-blue);
}
.copy-inr{
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
}
.copy p{
    color: #545863;
font-family: 'Mulish';
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.copy p a{
    color: inherit;
}
.copy ul li a{
    color: #545863;
text-align: right;
font-family: 'Mulish';
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 0.9;
width: fit-content;
}
.copy ul li:first-child {
padding-right: 21px;
margin-right: 25px;
border-right: 1.5px solid #545863;
}
.copy p a:hover,
.copy ul li a:hover{
    color: var(--hover-blue);
}
/* footer */


/*login*/
.login_section {
  background-image: url("../images/login_back.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.login_section:before{
    position: fixed;
    content: "";
    top: 0;
    left: 35px;
    background: #D9D9D9;
    width: 1px;
    height: 100vh;
}
.login_section:after {
    position: fixed;
    content: "";
    bottom: 35px;
    left: 0;
    background: #D9D9D9;
    width: 100%;
    height: 1px;
    z-index: 1;
}
.login_left{
    height: 100vh;
    position: fixed;
    padding:30px 30px 50px 40px;
}
.login_texts h2 {
    color: #0C171E;
    font-family: Mulish;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.41px;
    margin-top: 50px;
    width: 70%;
    position: relative;
}
.left_contents {
    height: calc(100vh - 180px);
}
.login_texts h2:before{
    position: absolute;
    content: "";
    top:0px;
    left: -40px;
    width:4px;
    height:83px;
    flex-shrink: 0;
    background: #0492C2;
}
.login_stats {
    padding: 0px 0px 29px 40px;
    border: 0;
}
.satis-number.login_stats::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 85px;
    height: 85px;
    left: 0;
    top: 0;
    transform: none;
    background-color: #fff;
}
.login_sign_s{
    margin-top: 5px;
}
.login_sign_btn {
    padding: 12px 70px 11px 23px;
    border-radius: 2px;
    background: #0C0F1A;
    box-shadow: 0px 7px 12px 0px rgb(0 0 0 / 9%);
    color: #FFF;
    font-family: 'Mulish';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.34px;
    background-image: url(../images/btn-arw.png);
    background-position: right 19px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: inline-block;
}
.login_sign_btn:hover {
    background-color: var(--hover-blue);
    background-position: right 5px center;
    color: #FFF;
}
.login_sign_s p{
    color: #000;
font-family: Mulish;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 12px;
}
.signup_div {
    padding: 20px 0;
    position: relative;
    z-index: 9;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup_body{
    border-radius: 18px;
    background: #FFF;
    padding: 25px;
}
.signup_heading{
    margin-bottom: 22px;
}
.signup_heading h2{
    color: #1A1B2F;
font-family: Outfit;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.27px;
margin-bottom: 5px;
}
.signup_heading p{
    color: #70717C;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.34px;
}
.input_box{
    margin-bottom: 15px;
}
.input_box label{
    color: #424447;
font-family: Mulish;
font-size: 13.5px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.14px;
text-transform: capitalize;
margin-bottom:1px;
}
.input_box input, .input_box select, .input_box textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(133, 144, 155, 0.37);
    border-radius: 0px;
    color: #383B3D;
    font-family: Mulish;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
    height: 33px;
    padding-right: 27px;
    text-overflow: ellipsis;
    width: 100%;
    outline: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 15;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder { /* Edge */
  color: #A9ACB1;
  font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A9ACB1;
  font-weight: 400;
}

::placeholder {
  color: #A9ACB1;
  font-weight: 400;
}
.p-relative{
    position: relative;
}
.input_span {
    position: absolute;
    right: 0;
    top: 6px;
}
 .fa-eye::before {
     content: "" !important;
     background-image: url(../images/eye.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: 100% 100%;
     width: 18px;
     height: 19px;
     display: block;
}
 .fa-eye-slash:before {
     content: "" !important;
     background-image: url(../images/eye-off.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: 100% 100%;
     width: 19px;
     height: 19px;
     display: block;
}
.field-icon {
    position: absolute;
    right: 0px;
    top: 9px;
    font-size: 19px;
    z-index: 99;
    color: #B9C8CC;
    background: #fff;
}
.agree label{
    color: #2B2E30;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.14px;
    padding-left: 30px;
    position: relative;
}
.agree label a{
    color: #000;
    font-weight: 700;
    text-decoration: underline !important;
}
.agree label input {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 100%;
    height: 19px;
    display: block;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}
span.checkbox {
    position: absolute;
    left: 0px;
    top: 0;
    width: 19px;
    height: 19px;
    border-radius: 6px;
    border: 2px solid rgba(121, 131, 136, 0.50);
    background: #FFF;
}
span.checkbox::after {
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(../images/tick1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    top: -1px;
    right: -1px;
    display: none;
}
.agree label input:checked ~ span.checkbox {
     border: 2px solid #0492C2;
     background: #0492C2
}
 .agree label input:checked ~ span.checkbox::after {
     display: block;
}
.captcha_div{
    border-radius: 5px;
    border: 1px solid #C7D8DD;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 15px;
    width: 240px;
    height: 65px;
    margin-top: 18px;
}
.ckeck_captcha label{
    font-size: 0;
}

.tu-check {
    display: block;
    width: auto;
    padding: 0;
    clear: both;
    font-size: 0;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    position: relative;
}

.tu-check label:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1.5px solid #94A6B5;
    border-radius: 60px;
    margin-right: 13px;
    background-color: #ffffff;
}

.tu-check input[type=checkbox]+label::before,
.tu-check input[type=radio]+label::before {
    border-radius: 4px;
    color: #ffffff;
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.tu-checksm input[type=checkbox]+label::before, .tu-checksm input[type=radio]+label::before {
    width: 19px;
    height: 19px;
    font-size: 10px;
    top: 10px;
    position: absolute;
    left: 0;
}

.tu-check input {
    display: none;
}
.check_languages {
    width: 100%;
}
.tu-check label {
    margin: 0;
    display: flex;
    align-items: center;
    color: #464343;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    width: 100%;
    padding-left: 32px;
}
.tu-check label p {
    margin: 0;
    display: flex;
    align-items: center;
    color: #464343;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    width: 100%;
}
 .tu-check label {
    font-size: 0px;
}
.tu-checksm input[type=checkbox]+label::before, .tu-checksm input[type=radio]+label::before {
    width: 22px;
    height: 22px;
    font-size: 10px;
    border-radius: 3px;
    top: -10px;
    position: absolute;
    left: 0;
}
.tu-check input:checked+label::before {
    border: 1px solid #0492C2;
}

.tu-check input[type=checkbox]:checked+label::before, .tu-check input[type=radio]:checked+label::before {
    background: url(../images/tick1.png) 1px no-repeat;
    font-weight: 900;
    background-color: #0492C2;
}
.captcha_div p{
    color: #0C0F1A;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 25px; /* 138.889% */
letter-spacing: -0.36px;
}
.login_btns{
    margin-top: 14px;
    height: 51px;
    width: 100%;
border-radius: 3px;
padding: 0 20px;
border: 0;
background: #0C0F1A;
display: flex;
align-items: center;
justify-content: space-between;
color: #FFF;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.login_btns:hover{
    color: #fff;
    background: #0492C2;
    }
.btm_login{
    margin-top: 17px;
    text-align: center;
}
.btm_login p{
    color: #4E4E53;
text-align: center;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.32px;
}
.btm_login p a{
    color: #000;
font-weight: 700;
}
.btm_login p a:hover{
    color: #0492C2
}
.flex-forget{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 15px
}
.flex-forget .agree label{
    text-decoration: underline;
}
.login_body_from{
    padding:30px 50px;
}
.login_body_from .login_btns{
    margin-top: 30px;
}
.login_body_from .input_box{
    margin-bottom: 30px;
}
.login_body_from .btm_login{
    margin-top: 20px;
}
.anc_all_sign{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto 15px;
}
.anc_all_sign a{
    color: #0C0F1A;
text-align: center;
font-family: Mulish;
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: underline !important;
}
.anc_all_sign a:hover{
    color: #0492C2
}
.forget_an a{
    color: #0492C2;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 23px; /* 143.75% */
letter-spacing: 0.16px;
text-transform: capitalize;
}
.forget_an a:hover{
    color: #0C0F1A
}
.login_into .left_contents {
    height: calc(100vh - 280px);
}

/* 03-08 */
/* search-property-page */
/* inner-hdr */
.inner-header{
    z-index: 999;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.11);
}
header.lightheader.inner-header{
    background-color: #fff;
}
.inner-header .navbar-brand img,
.inner-header .nav-link img,
.inner-header .navbar-toggler-icon{
    filter: grayscale(100) brightness(0);
}
.inner-header .nav-link,
.inner-header .nav-link.active,
.inner-header .nav-link:hover,
.inner-header .nav-link:focus,
.inner-header .navbar-nav .show>.nav-link{
    color: #0C0F1A !important;
}
.inner-header .nav-link::before {
    bottom: -1px;
    background-color: var(--hover-blue);
}
.hdr-padding {
    padding: 37px 0px;
    display: block;
    width: 100%;
    margin-top: -23px;
}/* 07-08 */
/* inner-hdr */

/* search property header */
.srch-prop-hdr{
    padding: 37px 0px 29px 0px;
}
.srch-phd-inr h2{
    color: #0C0F1A;
font-family: 'Mulish';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 27px;
}
.srch-phd-inr h2 span{
    font-weight: 800;
}
.sort-frm{
    margin: 0px 0px 0px auto;
}
.sort-frm label{
    display: block;
    width: fit-content;
    color: #717171;
font-family: 'Mulish';
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 27px;
letter-spacing: 0.26px;
padding-right: 12px;
border-right: 1px solid rgba(0, 0, 0, 0.11);;
}
.sort-frm select {
    padding: 3px 19px 3px 13px;
    color: #1A1B2F;
    font-family: 'Mulish';
    font-size: 15.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    background-image: url(../images/bnr-slct-drop.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right center;
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 158px;
    cursor: pointer;
    background-color: transparent !important;
    -webkit-appearance: textfield !important;
}
.sort-frm select:hover,
.sort-frm select:focus,
.sort-frm select:focus-visible,
.sort-frm select:focus-within{
    border: none;
    outline: none;
    box-shadow: none;
}
/* search property header */
/* search page left panel */
.srch-left{
    margin-right: -21px;
    width: calc(100% + 21px);
    border-radius: 8px;
border: 1px solid #EEE;
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
padding: 22px 19px 72px 25px;
}
.label-grp{
    margin-bottom: 23px;
}
.label-grp h3{
    color: #1A1B2F;
font-family: 'Mulish';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.48px;
margin-bottom: 8px;
}
.label-grp label{
    padding-left: 32px;
    color: #464343;
font-family: 'Mulish';
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 37px;
position: relative;
}
span.checkbox_2{
    width: 19px;
    height: 19px;
    border-radius: 4px;
    border: 1px solid #B9B9B9;
    left: 0px;
    top: 10px;
    position: absolute;
    background-color: transparent;
}
span.checkbox_2::after{
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    margin: 4.5px;
    z-index: 2;
    background-image: url(../images/checkbox-check.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    top: -1px;
    left: -1px;
}
.label-grp label input{
    width: 100%;
    height: 19px;
    left: 0px;
    top: calc(50% - 8.5px);
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.label-grp label input:checked + span.checkbox_2{
border: 1px solid var(--hover-blue);
background-color: var(--hover-blue);
}
span.radio{
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #B9B9B9;
    left: 0px;
    top: 10px;
    position: absolute;
    background-color: transparent;
}
span.radio::after {
    content: '';
    position: absolute;
    display: none;
    z-index: 2;
    width: 12.7px;
    height: 12.7px;
    border-radius: 50%;
    background-color: var(--hover-blue);
    margin: 2.4px;
    left: 0px;
    top: 0px;
}
.label-grp label input:checked + span.radio{
    border: 1px solid var(--hover-blue);
}
.label-grp label input:checked + span.radio::after{
    display: block;
}
.lft-panel-input{
    margin-top: 28px;
    margin-bottom: 5px;
}
.lft-pan-box{
    margin-bottom: 29px;
}
.lft-pan-box label,
.plpg-range label{
    color: #1A1B2F;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.48px;
display: block;
width: 100%;
margin-bottom: 4px;
}
.lft-pan-box input, .lft-pan-box select{
padding: 4px 19px 8px 1px;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: rgba(133, 144, 155, 0.37);
appearance: none;
outline: none;
box-shadow: none;
color: #1A1B2F;
font-family: Mulish;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
text-transform: capitalize;
width: 100%;
background-color: transparent !important;
-webkit-appearance: textfield !important;
}
.lft-pan-box select{
    background-image: url(../images/bnr-slct-drop.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}
.lft-pan-box input:hover,
.lft-pan-box select:hover,
.lft-pan-box input:focus, .lft-pan-box select:focus,
.lft-pan-box input:focus-visible, .lft-pan-box select:focus-visible,
.lft-pan-box input:focus-within, .lft-pan-box select:focus-within{
    outline: none;
box-shadow: none;
border-color: #1A1B2F;
}
.lft-pan-box input::placeholder,
.lft-pan-box select:disabled{
    color: #A9ACB1;
}
.plpg-range p input{
    display: block;
    margin-top: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    color: #383B3D;
font-family: 'Mulish';
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.plpg-range label{
    margin-bottom: 21px;
}
.plpg-range{
    margin-bottom: 47px;
}
.slider-range{
    margin-top: 21px;
    display: block;
    width: 100%;
}
.left-panel-btns button{
    display: block;
    width: fit-content;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 11px 14px;
    border-radius: 3px;
background: #0C0F1A;
color: #FFF;
text-align: center;
font-family: 'Mulish';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.32px;
}
.left-panel-btns button:hover,
.left-panel-btns button:focus{
    background: var(--hover-blue);
}
.left-panel-btns a{
    width: 87px;
    display: block;
    color: #1A1B2F;
font-family: 'Mulish';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.32px;
}
.left-panel-btns a:hover{
    color: var(--hover-blue);
}
/* search page left panel */

/* search page right area */
.srch-page-right{
    margin-left: 14px;
}
.srch-result-box{
    border-radius: 9px;
border: 1px solid rgba(232, 232, 232, 0.80);
background: #FFF;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.11);
margin-bottom: 25px;
padding: 15.5px 20px 15.5px 17px;
display: flex;
justify-content: flex-start;
align-items: stretch;
}
.res-tab{
    left: 0px;
    top: 19px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFF;
font-family: Mulish;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
display: block;
z-index: 2;
padding: 4px 28px 6px 9px;
}
.grntd{
    background-image: url(../images/grntd-bg.png);
}
.prcnt{
    background-image: url(../images/prcnt-bg.png);
}
.srch-re-img{
    width: 240px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mute-blue);
    margin-right: 21px;
}
.srch-re-img img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.result-txt{
    width: calc(100% - 261px);
}
.res-name{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
}
.res-name h3{
    color: #0C0F1A;
font-family: 'Mulish';
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.2px;
}
.res-name h3 span{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    color: #64676D;
font-family: 'Mulish';
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.15px;
}
.res-name h3 span img{
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: 2px;
}
.res-name h4{
    color: #424447;
font-family: 'Mulish';
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 118%;
}
.res-name h4 b{
    color: #0492C2;
text-align: right;
font-family: 'Mulish';
font-size: 21px;
font-style: normal;
font-weight: 800;
line-height: 118%; /* 24.78px */
}
.result-txt p{
    color: #64676D;
font-family: Mulish;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 23px; /* 164.286% */
letter-spacing: 0.14px;
margin-bottom: 28px;
}
.res-txt-btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.res-txt-btm a{
    display: block;
    width: fit-content;
    margin-left: 34px;
    padding: 4px 37px 4px 13px;
    color: #FFF;
font-family: Mulish;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 27px;
letter-spacing: 0.26px;
background-image: url(../images/btn-arw.png);
background-position: right 10px center;
background-repeat: no-repeat;
background-size:16px 14px;
border-radius: 2px;
background-color: #0C0F1A;
box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.09);
}
.res-txt-btm a:hover{
    background-color: var(--hover-blue);
    background-position: right 5px center;
}
ul.util{
    width: calc(100% - 134px - 34px);
    padding-top: 7.25px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
ul.util li{
    margin-right: 28.5px;
}
ul.util li img{
    width: auto;
    height: auto;
    display: block;
    max-width: 21px;
    max-height: 18px;
    margin-right: 7px;
}
ul.util li p{
    color: #64676D;
font-family: Mulish;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.14px;
margin-bottom: 0px;
}
ul.util li p b{
    color: #0C0F1A;
    font-weight: 700;
}
a.filter-btn {
    display: none;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 3px;
    background-color: #0C0F1A;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-right: 10px;
}
a.filter-btn img {
    width: 13px;
    height: 14px;
    display: block;
    margin-right: 7px;
}
a.filter-btn:hover{
    background-color: var(--hover-blue);
}
.srch-pagi {
    border-top: 1px solid rgba(217, 217, 217, 0.60);
    padding-top: 24px;
    padding-bottom: 54px;
}
.srch-pagi .pagination{
    justify-content: center;
}
.srch-pagi .page-link{
    border-radius: 6px !important;
border: 1px solid rgba(217, 217, 217, 0.65);
background: #FFF;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
color: #1F1F29;
font-family: Mulish;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.45px;
margin: 0px 5.25px 0px 5.25px !important;
}
.srch-pagi .page-link.prev-pagi{
    margin: 0px 5.25px 0px 15px !important;
}
.srch-pagi .page-link.prev-pagi.rev-icn{
    margin: 0px 15px 0px 5.25px !important;
}
.srch-pagi .page-link img{
    width: 19px;
    height: 19px;
    display: block;
}
.srch-pagi .page-link:hover,
.srch-pagi .page-link:focus,
.srch-pagi .page-link.active{
border: 1px solid rgba(217, 217, 217, 0.65);
background: #0C0F1A;
outline: none;
box-shadow: none;
color: #fff;
}
.srch-pagi .page-link.prev-pagi:hover,
.srch-pagi .page-link.prev-pagi:focus{
background: #fff;
}
.srch-pagi .page-link.prev-pagi:hover img,
.srch-pagi .page-link.prev-pagi:focus img{
    filter: invert(44%) sepia(54%) saturate(6543%) hue-rotate(172deg) brightness(98%) contrast(104%);
}
/* search page right area */
/* search-property-page */
/* 03-08 */


/* 07-08 */
/* property-details page */
/* propert-name */
.propert-name{
    margin: 39px 0px 16px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.propn-lft{
    margin-right: 12px;
    width: fit-content;
}
.propn-lft h1{
    color: #0C0F1A;
font-family: Mulish;
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.23px;
margin-bottom: 9px;
}
.propn-lft p{
    color: #64676D;
font-family: Mulish;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.17px;
}
.propn-lft p img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    margin-top: 3px;
}
.propn-r8{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.propn-r8 h3{
    color: #0C0F1A;
    font-family: Mulish;
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 11px;
    text-align: right;
}
.propn-r8 h3 small{
    display: inline;
    color: #717171;
font-family: Mulish;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 17px;
}
.propn-r8 a{
    display: block;
    width: fit-content;
    border-radius: 130px;
border: 1px solid #0492C2;
background: #FFF;
padding: 6px 17px;
color: #0492C2;
text-align: center;
font-family: Mulish;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 17px;
}
.propn-r8 a:hover{
    background: var(--hover-blue);
    color: white;
}
/* propert-name */

/* prop-details */
.prop-details{
    margin: 22px 0px 62px 0px;
}
.deet-txt-grp{
    margin-right: 35px;
}
.prop-details h3{
    color: #1F1F29;
    font-family: Mulish;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.19px;
}
.info-grp{
    margin: 17px 0px 19px 0px;
}
.info-box {
    margin: 0px 12px 12px 0px;
    border-radius: 9px;
    border: 1px solid rgba(232, 232, 232, 0.80);
    background: #FFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
    padding: 12px 12px 12px 17px;
    min-width: 133px;
}
.info-box:last-child{
    margin: 0px 0px 12px 0px;
}
.info-box img{
    display: block;
    width: auto;
    height: auto;
    max-width: 22px;
    max-height: 22px;
    margin-bottom: 5px;
}
.info-box h6{
    color: #424447;
font-family: Mulish;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.15px;
}
.deet-desc{
    border-radius: 4px;
border: 1px solid rgba(224, 224, 224, 0.80);
background: #FFF;
padding: 26px 22px 18px 20px;
margin-bottom: 36px;
}
.deet-desc h3{
    margin-bottom: 11px;
}
.deet-desc p{
    color: #64676D;
font-family: Mulish;
font-size: 14.5px;
font-style: normal;
font-weight: 500;
line-height: 26px;
letter-spacing: 0.29px;
margin-bottom: 12px;
}
.deet-map{
    border-radius: 4px;
    border: 1px solid rgba(224, 224, 224, 0.80);
    background: #FFF;
    padding: 22px 20px 31px 22px;
}
.deet-map h3{
    margin-bottom: 20px;
}
.deet-map iframe{
    width: 100%;
height: 331px;
}
.enq-div{
    width: calc(100% + 22px);
    margin-left: -22px;
    border-radius: 4px;
    border: 1px solid rgba(224, 224, 224, 0.80);
    background: #FFF;
    position: sticky;
    top:78px;
    padding:17px 21px 21px 21px;
}
.enq-div h3{
    color: #1F1F29;
font-family: Mulish;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.2px;
padding-bottom: 15px;
margin-bottom: 15px;
position: relative;
border-bottom: 1px solid #D9D9D9;
}
.enq-frm-bx{
    margin-bottom:12px;
    width: 100%;
    padding-top: 10px;
    position: relative;
}
.enq-frm-bx label{
    position: absolute;
    top: 0px;
    z-index: 3;
    left: 14px;
    top: 0px;
    color: #8A919D;
    font-family: Mulish;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.13px;
    text-transform: capitalize;
    padding: 3px 3px 4px 7px;
    background-color: white;
}
.enq-frm-bx input,
.enq-frm-bx textarea{
    width: 100%;
    height: 50px;
    border-radius: 5px;
border: 1px solid rgba(133, 144, 155, 0.37);
background: #FFF;
padding: 15px 21px 13px 21px;
color: #2B2D33;
font-family: Mulish;
font-size: 14.5px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.29px;
text-transform: capitalize;
}
.enq-frm-bx input::placeholder,
.enq-frm-bx textarea::placeholder{
    color: #717171;
}
.enq-frm-bx textarea{
    height: 132px;
}
.enq-frm-bx input:hover,
.enq-frm-bx textarea:hover,
.enq-frm-bx input:focus,
.enq-frm-bx textarea:focus,
.enq-frm-bx input:focus-visible,
.enq-frm-bx textarea:focus-visible,
.enq-frm-bx input:focus-within,
.enq-frm-bx textarea:focus-within{
    border: 1px solid #0492C2B0;
    box-shadow: none;
    outline: none;
}




.captcha {
    border-radius: 5px;
    border: 1px solid #C7D8DD;
    background: #FFF;
    color: #4c4a4b;
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 224px;
    padding: 12px;
    margin-bottom: 21px;
    margin-top:18px;
}
.text {
    color: #0C0F1A;
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.spinner {
    position: relative;
    width:19px;
    height:19px;
    display: flex;
    margin: 0px 10px 0px 0px;
    align-items: center;
    justify-content: center;
}
.logs img{
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}
.logs p{
    color: #8A919D;
    font-family: Mulish;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
input[type="checkbox"]+.checkmark {
    display: inline-block;
    width:19px;
    height:19px;
    background-color: #fcfcfc;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
input[type="checkbox"]+.checkmark span {
    content: '';
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: .75em;
    height: 1.2em;
    opacity: 0;
}
input[type="checkbox"]+.checkmark>span:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
}
input[type="checkbox"]+.checkmark>span:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
}
input[type="checkbox"]:checked+.checkmark {
    animation: 2s spin forwards;
}
input[type="checkbox"]:checked+.checkmark>span {
    animation: 1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked+.checkmark>span:after {
    animation: .3s bottomslide 2s forwards;
}
input[type="checkbox"]:checked+.checkmark>span:before {
    animation: .5s rightslide 2.2s forwards;
}
@keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes bottomslide {
    0% {width: 0;}
    100% {width: 100%;}
}
@keyframes rightslide {
    0% {height: 0;}
    100% {height: 100%;}
}
@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }
    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199, 218, 245);
    }
    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }
    70% {
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }
    90% {
        border-width: 4px;
    }
    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    }
}


.enq-div button{
    border-radius: 3px;
background: #0C0F1A;
box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.09);
color: #FFF;
text-align: center;
font-family: Mulish;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 27px;
letter-spacing: 0.34px;
padding: 12px;
border: none;
outline: none;
box-shadow: none;
width: 100%;
}
.enq-div button:hover,
.enq-div button:focus{
    border: none;
outline: none;
box-shadow: none;
background: var(--hover-blue);
}

.prop-recent-sec{
    padding: 50px 0px 79px 0px !important;
    background-color: #F2FAFF;
    margin-bottom: 0px !important;
}
/* prop-details */
/* property-details page */
/* 07-08 */



/* 08-08 */
/* about us */
.inner-banner{
    width: 100%;
    height: fit-content;
    z-index: 2;
}
.inr-bnr-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.inr-bnr-txt{
    padding: 92px 0px 150px 0px;
    margin: 0 auto;
}
.inr-bnr-txt h1{
    color: #FFF;
text-align: center;
font-family: Mulish;
font-size: 55px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 13px;
}
.inr-bnr-txt .breadcrumb{
    justify-content: center;
}
.inr-bnr-txt .breadcrumb-item.active,
.inr-bnr-txt .breadcrumb-item a{
    color: #FFF !important;
    text-align: center;
    font-family: Mulish !important;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal !important;
    letter-spacing: 0.63px;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 26px !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-right: 26px !important;
    color: white !important;
    content: '//' !important;
}
.inr-bnr-txt .breadcrumb-item a:hover{
    color: var(--mute-blue) !important;
}

.abt-sec1{
    padding-bottom: 27px;
}
.sec1-box{
    margin-top: -53px;
    width: 100%;
    border-radius: 13px;
    background: #FFF;
    padding: 39px;
    z-index: 4;
}
.sec1-box::after{
    position: absolute;
    content: '';
    border-radius: 13px;
    background: #0492C2;
    width: 1000px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    max-width: 80%;
}
.abt-sec1-img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:flex-start;
    overflow: hidden;
    border-radius: 7px;
    height: 100%;
}
.abt-sec1-img img{
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.sec1-txt{
    margin-left: 11px;
}
.sec1-txt h2{
    color: #0C0F1A;
font-family: Mulish;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 17px;
}
.sec1-txt p{
    color: #64676D;
font-family: Mulish;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 186.667% */
letter-spacing: 0.3px;
margin-bottom: 15px;
}
.sec1-numbers{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 25px;
}
.satis-number.sec-num-lft{
    border: 0px solid transparent !important;
    padding: 0px 0px 6px 46px !important;
    width: fit-content !important;
    margin-right: 98px !important;
}
.satis-number.sec-num-lft::before{
    top: 0px;
    left: 0px;
    transform: translateX(0%) !important;
}
.satis-number.sec-num-lft p{
    color: #0E0E16 !important;
font-family: Mulish !important;
font-size: 44px !important;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 0.88px;
margin-bottom: 0px !important;
}
.sec-num-r8 img{
    width: 54px;
    height: 54px;
    margin-right: 20px;
}
.sec-num-r8 h4{
    color: #545863;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 187.5% */
letter-spacing: 0.32px;
}
.sec-num-r8 h4 b{
    display: block;
    color: #0C0F1A;
font-family: Mulish;
font-size: 22px;
font-style: normal;
font-weight: 800;
line-height: 30px;
letter-spacing: 0.44px;
}

.sec1-txt a{
    display: block;
    width: fit-content;
    padding: 12px 60px 11px 23px;
    border-radius: 2px;
    background-color: #0C0F1A;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
    font-family: Mulish;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 158.824% */
    letter-spacing: 0.34px;
    text-transform: capitalize;
    background-image: url(../images/btn-arw.png);
    background-position: right 19px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.sec1-txt a:hover{
background-color: var(--hover-blue);
background-position: right 9px center;
}

.mis-vis{
    background: #F2FAFF;
    padding: 50px 0px 40px 0px;
}
.miss-box{
    margin-bottom: 20px;
    border-radius: 12px;
border: 1px solid #D9D9D9;
background: #FFFBF5;
padding: 25px 22px 22px 30px;
}
.miss-box h6{
    color: #0492C2;
font-family: Mulish;
font-size: 22.5px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 120% */
margin-bottom: 10px;
}
.miss-box h5{
    color: #0C0F1A;
font-family: Mulish;
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 27px; /* 117.391% */
letter-spacing: 0.46px;
margin-bottom: 16px;
}
.miss-box p{
    color: #424447;
font-family: Mulish;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 27px; /* 180% */
letter-spacing: 0.3px;
}
.mis-vis-inr{
    padding: 0px 39px;
}
/* about us */

/* how it works */
.how-heading{
    margin-bottom: 26px;
}
.how-heading h2{
margin-bottom: 3px;
color: #0C0F1A;
text-align: center;
font-family: Outfit;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 146.667% */
letter-spacing: 0.6px;
}
.how-heading p{
    color: #464343;
text-align: center;
font-family: Mulish;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 170.588% */
letter-spacing: 0.34px;
}
.fee-box{
    background: #FFF;
box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.14);
padding: 17px 16px 22px 16px;
margin-bottom: 15px;
}
.fee-box-inr{
    border: 1px dashed #D9D9D9;
background: #FFF;
padding: 19px 24px 21px 19px;
min-height: 395px;
}
.fee-box-inr h3{
    color: #0C0F1A;
font-family: Mulish;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.18px;
padding-bottom: 12px;
margin-bottom: 13px;
border-bottom: 1px solid #D9D9D9CC;
}
.fee-box-inr ul li{
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fee-box-inr ul li h6{
    color: #545863;
font-family: Mulish;
font-size: 14.5px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 206.897% */
letter-spacing: 0.145px;
text-transform: capitalize;
}
.fee-box-inr ul li p{
    color: #3F4148;
text-align: right;
font-family: Mulish;
font-size: 14.5px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 206.897% */
letter-spacing: 0.145px;
text-transform: capitalize;
}
.fee-box-inr ul li p span{
    color: #0492C2;
font-family: Mulish;
font-size: 14.5px;
font-style: normal;
font-weight: 800;
line-height: 30px;
letter-spacing: 0.145px;
}

.fee-outer h5{
    color: #64676D;
    font-family: Mulish;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
}
.fee-outer h5 span{
    color: #0492C2;
font-size: 16px;
font-weight: 900;
margin-bottom: 6px;
}
/* how it works */


/* conact us */
.contact-hd{
    margin-bottom: 34px;
}
.cont-frm-outer{
    border-radius: 4px;
border: 1px solid #D9D9D9;
background: #FFF;
padding: 19px 30px 21px 31px;
}
.cont-frm-outer h3{
    padding-bottom: 14px;
    margin-bottom:18px;
    border-bottom: 1px solid #D9D9D9;
    color: #1F1F29;
font-family: Mulish;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.22px;
}

.cont-frm-outer .enq-frm-bx{
    margin-bottom: 19px;
}

.cont-frm-outer button{
    border-radius: 3px;
background: #0C0F1A;
box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.09);
color: #FFF;
text-align: center;
font-family: Mulish;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 27px;
letter-spacing: 0.34px;
padding: 12px;
border: none;
outline: none;
box-shadow: none;
width: 100%;
}
.cont-frm-outer button:hover,
.cont-frm-outer button:focus{
    border: none;
outline: none;
box-shadow: none;
background: var(--hover-blue);
}
.cnnt-deet ul li{
    margin-bottom: 27px;
    border-radius: 4px;
border: 1px solid #D9D9D9;
background: #FFF;
padding: 32px 21px 33px 27px;
min-height: 141px;
}
.cnnt-deet ul li:last-child{
    margin-bottom: 0px;
}
.cnnt-deet ul li img{
    width: 57px;
    height: 56px;
    margin-right: 31px;
}
.cnnt-deet ul li h6{
    color: #0C0F1A;
font-family: Mulish;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.18px;
}
.cnnt-deet ul li h6 small{
    display: block;
    margin-top: 6px;
    color: #64676D;
font-family: Mulish;
font-size: 14.6px;
font-style: normal;
font-weight: 500;
line-height: 23px; /* 157.534% */
letter-spacing: 0.146px;
}
.cnnt-deet ul li h6 small a{
    color: inherit;
}
.cnnt-deet ul li h6 small a:hover{
    color: var(--hover-blue);
}
/* conact us */
/* 08-08 */

.nav-right{
    position: relative;
}
a.nav-rtbtn em {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 1px;
    border: 2px solid var(--hover-blue);
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 7px;
}
a.nav-rtbtn em img{
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
a.nav-rtbtn h5{
    font-family: 'Mulish';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    color: #0C0F1A;
}
a.nav-rtbtn h5 span{
    margin-bottom: 4px;
    color: #464343;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height:1;
    display: block;
}
.nav-rt-lst{
    background: white;
    border-radius: 8px 0px 8px 8px;
    right: 0px;
    width: 192px;
    padding: 3px;
    box-shadow:1px 2px 19px 0px #00000047;
    top: 60px;
}
.nav-rt-lst::after {
    content: '';
    position: absolute;
    top: 0px;
    transform: translateY(-100%);
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent white transparent;
    right: 8px;
}
.nav-rt-lst ul li a{
padding: 5px 12px;
margin-bottom: 9px;
border-radius: 4px;
font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
    color: #0C0F1A;
    line-height: 1;
    display: block;
}
.nav-rt-lst ul li a:hover,
.nav-rt-lst ul li a.active{
    background-color: var(--hover-blue);
    color: white;
}
.nav-rt-lst ul li:last-child{
    border-top: 1px solid #ebebeb;
}
.nav-rt-lst ul li:last-child a{
    margin-bottom: 0px;
    margin-top: 5px;
}
.al-bg{
    width: 100%;
    height: 230px;
    background-color: var(--hover-blue);
    top: 0px;
    left: 0px;
    z-index: -1;
}
.al-innr {
    padding-top: 60px;
    padding-bottom: 60px;
}
h1.pg-name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:16px;
    color: var(--hover-blue);
    font-family: 'Mulish';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin-top: 4px;
}
h1.pg-name svg {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
h1.pg-name svg path{
    fill: var(--hover-blue);
}
.al-innr-paper {
    background-color:#F4FCFF;
    box-shadow: 3px 5px 14px 0px #00000021;
    border-radius: 14px;
    padding: 14px;
}
.al-innr-lft{
    border-radius: 10px;
    /* border: 2px solid #EBEBEB; */
    background-color: white;
}
.al-lft-top{
    border-bottom: 2px solid #ebebeb;
    padding: 12px;
}
.al-lft-top em{
    width: 70px;
    height: 70px;
    margin-bottom: 13px;
    padding: 1px;
    border: 2px solid var(--hover-blue);
    border-radius: 50%;
    overflow: hidden;
}
.al-lft-top em img{
    display: block;
    width:auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.al-lft-top h4{
    font-size: 19px;
    line-height: 1.1;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
    color: #0C0F1A;
    font-family: 'Mulish';
    text-align: center;
}
.al-lft-top a{
    display:flex;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight:400;
    line-height: normal;
    letter-spacing: 0.42px;
    color: #0C0F1A;
    line-height: 1;
    justify-content: center;
    align-items: center;
}
.al-lft-top a svg{
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 3px;
}
ul.al-lft-lst{
    padding: 20px 0px;
}
.al-lft-lst li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:4px;
    border: 1px solid transparent;
}
.al-lft-lst li a svg{
    display: block;
    width:24px;
    height:24px;
    margin-right: 15px;
}
.al-lft-lst li a:hover svg path,
.al-lft-lst li a.active svg path{
   stroke: var(--hover-blue);
}
.al-lft-lst li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid transparent;
    font-size: 15px;
    font-style: normal;
    font-weight:400;
    line-height: normal;
    letter-spacing: 0.42px;
    color: #999CA1;
    line-height: 1;
    width: 100%;
    padding: 12px 19px;
    background-color: transparent;
    border-right: 2px solid transparent;
}
.al-lft-lst li a span{
    width: calc(100% - 39px);
}
.al-lft-lst li:hover a,
.al-lft-lst li a.active{
    border-right: 2px solid var(--hover-blue);
    color: #000;
    background-color: #EFF9FF;
}
.al-lft-lst li:last-child{
    padding-top: 14px;
    border-top: 2px solid #ebebeb;
    margin-bottom: 0px;
}


.al-inr-box {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 17px 0px #00000021;
    padding:18px 15px;
    min-height: 436px;
}
.al-inr-box h2{
    padding-bottom: 14px;
    border-bottom: 1px solid var(--hover-blue);
    position: relative;
    font-size: 19px;
    line-height: 1.1;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
    color: #0C0F1A;
    margin-bottom: 14px;
}
.al-inr-box h2::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    width: 23px;
    height: 3px;
    background-color: var(--hover-blue);
}
ul.info-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:stretch;
}
ul.info-list li {
    width: 33%;
    margin-bottom:34px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
ul.info-list li h6 {
    font-family: 'Mulish';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.42px;
    color: #999CA1;
    margin-bottom: 6px;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
ul.info-list li h6 svg{
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
}
ul.info-list li h6 svg path{
    stroke:#999CA1;
}
ul.info-list li b {
    font-family: 'Mulish';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.42px;
    color: #0C0F1A;
    word-break: break-word;
}



.static-bg{
    width: 100%;
    top: 0px;
    left: 0px;
    height: 284px;
    background-color: var(--hover-blue);
    background-image: url(../images/static-bg.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.static-main-inr{
    padding: 60px 0px;
}
.static-main-inr h1{
    color: #FFF;
text-align: center;
font-family: Mulish;
font-size: 55px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 13px;
}
.static-main-inr .breadcrumb{
    justify-content: center;
    margin-bottom: 40px;
}
.static-main-inr .breadcrumb-item.active,
.static-main-inr .breadcrumb-item a{
    color: #FFF !important;
    text-align: center;
    font-family: Mulish !important;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal !important;
    letter-spacing: 0.63px;
}
.static-main-inr .breadcrumb-item a:hover{
    color: var(--mute-blue) !important;
}
.static-main-paper {
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px #00000024;
    padding:28px;
}
.static-main-paper::before{
    position: absolute;
    content: '';
    width: 85%;
    height: 3px;
    border-radius: 3px;
    background-color: var(--hover-blue);
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.privacy-top-box{
    border-radius:10px;
    border: 2px solid #ebebeb;
    padding: 12px;
    margin-bottom: 20px;
}
span.careful{
    font-size: 14px;
    font-weight: 500;
    color: red;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.2;
    font-family: 'Mulish';
    display: block;
    width: 100%;
}
.privacy-top-box p{
    font-size: 15px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.6;
    font-family: 'Mulish';
    text-align: left;
    margin-bottom: 11px;
    letter-spacing: 0.02em;
}
.privacy-top-box p a{
    color: var(--hover-blue);
    font-weight: 600;
}
.prvc-txt-box{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
}
.prvc-txt-box:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid transparent;
}
.prvc-txt-box h2{
    font-size: 19px;
    font-weight: 500;
    color: #212529;
    line-height: 1.1;
    margin-bottom: 10px;
}
.prvc-txt-box p{
    font-size: 15px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.6;
    font-family: 'Mulish';
    text-align: left;
    margin-bottom: 11px;
    letter-spacing: 0.02em;
}
.prvc-txt-box ul{
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin-bottom:11px !important;
}
.prvc-txt-box ul li{
    font-size: 15px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.6;
    font-family: 'Mulish';
    text-align: left;
    margin-bottom:6px;
    letter-spacing: 0.02em;
}
.prvc-txt-box h3{
    font-size: 16px;
    font-weight:600;
    color: #212529;
    line-height: 1.1;
    margin-bottom:11px;
}



h2.loc-name {
    font-family: 'Mulish';
    font-size: 27px;
    font-weight: 800;
    line-height: 1.3;
    padding-bottom: 7px;
    margin-bottom: 24px;
    color: #2B2D33;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
h2.loc-name::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 300px;
    max-width: 100%;
    background-color: var(--hover-blue);
    height: 2px;
    border-radius: 2px;
}
h2.loc-name svg{
    display: block;
    width: 23px;
    height: 23px;
    margin-right: 9px;
}
h2.loc-name svg path{
   stroke: #2B2D33;
}
.local-info-box{
    margin-bottom: 15px;
    align-items: center;
}
.local-info-box h6{
    font-family: 'Mulish';
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    color: #525252;
    margin-right: 12px;
    width: 153px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.local-info-box h5{
    font-family: 'Mulish';
    font-size: 20px;
    font-weight:600;
    line-height: 1.3;
    color: #3b3b3b;
}
.local-info-box h5 a{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 9px;
    margin-bottom: 4px;
}
.local-info-box h5 a svg{
    display: block;
    width: 100%;
    height: 100%;
}
.local-info-box h5 a svg path{
    stroke: var(--hover-blue);
}


.loc-news-box {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding-bottom: 18px;
    padding-left: 28px;
    background-image: url(../images/bookmark.png);
    background-size: 20px 20px;
    background-position: left top 3px;
    background-repeat: no-repeat;
}
.loc-news-box h4{
    font-weight: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #4c4a4b;
    margin-bottom: 16px;
}
.loc-news-box:hover h4{
    color: var(--hover-blue);
}
.loc-nw-info {
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.loc-nw-info h6{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    color: #8d8d8d;
    padding-right: 12px;
    border-right: 1px solid #ebebeb;
    margin-right: 12px;
}
.loc-nw-info h6:last-child{
    padding-right: 0px;
    border-right: 0px solid transparent;
    margin-right: 0px;
}
.loc-nw-info h6 svg{
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.loc-nw-info h6 svg path{
    stroke: #8d8d8d;
}
.chang_pass{
        display: block;
        width: fit-content;
        padding: 4px 13px 4px 13px;
        color: #FFF;
        font-family: Mulish;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0.26px;
        border-radius: 2px;
        border: 0;
        cursor: pointer;
        background-color: #0C0F1A;
        box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.09);
    }
    .chang_pass:hover {
        background-color: var(--hover-blue);
        background-position: right 5px center;
    }
    .input_box.box_pt {
        margin-bottom: 25px;
    }
/* 05-03 */
.dash-frm-btn{
    margin-bottom: 19px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    border: none;
    outline: none;
    box-shadow: none;
    background: #0C0F1A;
    color: #FFF;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 6px 16px;
}
.dash-frm-btn:hover,
.dash-frm-btn:focus{
    background: var(--hover-blue);
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
}
.dash-frm-btn svg{
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    opacity: 0.4;
}
.dash-srch-box{
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 14px;
    padding-bottom: 0px;
}
.dash-table-box{
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    margin-top: 20px;
}

.dt-row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.dt-head{
    background-color: var(--hover-blue);
    border-radius: 4px 4px 0px 0px;
}
.dt-body{
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}
.dt-cell{
    padding: 4px 4px;
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dt-cell p{
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dt-head .dt-cell{
    color: white;
    border-right: 1px solid #ffffff30;
}
.dt-body .dt-cell{
    color: #424447;
    border-right: 1px solid #ebebeb;
    padding-top: 7px;
    align-items: flex-start;
}
.dt-head .dt-cell:last-child{
    border-right: 0px solid transparent;
}
.dtc1{width: 120px;}
.dtc2{width: 102px;}
.dtc3{width: 102px;}
.dtc4{width: 154px;}
.dtc5{width: 97px;}
.dtc6{width: 89px;}
.dtc7{width: 89px;}
.dtc8{width: 78px;}

.hide-large{display: none;}
.receipt-link a{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    word-break: break-all;
    color: inherit;
}
.dt-cell p a{
    color: inherit;
}
.receipt-link a small{
    width: calc(100% - 18px);
    font-size: 14px;
}
.dt-cell p a:hover{
    color: var(--hover-blue);
}
.receipt-link a svg{
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-top: 3px;
}
.receipt-link a svg path{
    stroke:#424447 ;
    stroke-width: 1;
}
.receipt-link a:hover svg path{
    stroke:var(--hover-blue);
}
.pay-tp{
    padding: 4px;
    border-radius: 3px;
    color: white;
    width: fit-content;
    margin: 0 auto;
}
.tpcomplete{
    background-color: #029f56;
}
.actn-tooltip svg{
    display: block;
    width: 18px;
    height: 18px;
}
.actn-tooltip svg path{
    stroke:#424447;
    stroke-width: 1;
}
.actn-tooltip:hover svg path{
    stroke:var(--hover-blue);
    stroke-width: 1;
}
.cust-actn-tooltip{
    --bs-tooltip-bg: #0C0F1A;
    --bs-tooltip-opacity: 1;
}
p.actns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
p.actns a{
    margin-right: 5px;
}
p.actns a:last-child{
    margin-right: 0px;
}
/* 05-03 */