:root{
  --hs-blue-color:#0093E9;
  --hs-light-blue:#F2FAFE;
  --hs-para-color:#5B7A8C;
  --hs-para-color1:#8A8E93;
  --hs-yellow-color:#FFA724;
  --hs-white-color:#ffffff;
  --hs-black-color:#132C3B;
  --hs-border-color:#D0E3F9;
  --hs-footer-color:#132631;
  --hs-copywrite-color:#0F1E26;
  --hs-bg-light:#E0F4FF;
  --hs-border-radius:6px;
  --hs-green-color:#5EBE68;
}
*{
  box-sizing: border-box;
}
*, *::before, *::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body{
  font-family: 'Inter', sans-serif;
  transition: all 0.5s;
  line-height: 1.5;
}
h1,h2,h3,h4,h5,h6{
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
  margin:0;
  padding:0;
 
  text-transform: capitalize;
}
p{
  line-height: 1.7;
}
ul,p{
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}
ul li{
  list-style-type: none;
}
a{
  text-decoration: none;
}
.form-control:focus{
  box-shadow: none;
}
:focus-visible{
  outline: none;
}
input:focus-visible {
  outline: none;
}
.form-control:focus{
  background-color: #F9FAFC;
  border-color: #EAEAF3;
}
img{
  max-width: 100%;
}
/*scroll bar css*/
/* width */
::-webkit-scrollbar {
	width: 4px;
}
/* Track */

::-webkit-scrollbar-track {
	background: var(--hs-blue-color);
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--hs-white-color);
	width: 4px;
}

/* all btn css */
a.hs-all-btn {
  background-color:var(--hs-blue-color) ;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0px 50px;
  max-width: 140px;
  color: var(--hs-white-color);
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  border-radius: var(--hs-border-radius);
  transition: all 0.5s;
}
a.hs-all-btn:hover{
    background-color: var(--hs-black-color);
}
/* ============================ css start ================================= */
/* ================ header css start ================ */
.hs-header-wrapper {
  padding: 15px 48px;
}
.hs-logo a img {
    width: 100%;
    max-width: 180px;
}
ul.hs-menu-ul {
  text-align: center;
}
ul.hs-menu-ul > li {
  position: relative;
  display: inline-flex;
  padding: 0px 10px;
  
}
ul.hs-menu-ul > li > a {
  position: relative;
  color: var(--hs-black-color);
  font-size: 16px;
  font-weight: 500;
  background-color:var(--hs-white-color) ;
  padding: 6px 20px;
  border-radius: 100px;
  transition: all 0.5s;
}
ul.hs-menu-ul > li > a > span{
  padding: 0px 0px 0px 5px;
  transition: all 0.5s;
}
ul.hs-menu-ul > li:hover a{
  background-color: #C9EBFF;
  color: var(--hs-blue-color);
}
ul.hs-menu-ul > li:hover > a > span > svg{
  fill: var(--hs-blue-color);
}
/* notification css */
.hs-header-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hs-header-btn > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hs-header-btn > ul > li {
    position: relative;
    margin-left: 10px;
    background-color: #C9EBFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
     transition: all 0.3s;
}
.hs-header-btn > ul > li:last-child{
    width:auto;
    background-color:transparent;
    position:relative;
}
.hs-dropedown > ul > li > a {
    color: #5A798B;
    text-transform: capitalize;
    padding:0px 15px 10px 45px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.hs-dropedown > ul > li > a > span > svg {
    position: absolute;
    left: 20px;
    top: 3px;
}
/*.hs-header-btn > ul > li > a {*/
/*  position: relative;*/
/*}*/
.hs-header-btn > ul > li > a > svg {
    fill: var(--hs-blue-color);
    width: 25px;
    height: 25px;
}

.hs-header-btn > ul > li > a > span.hs-noti-no {
  width: 19px;
  height: 18px;
  position: absolute;
  right: 0;
  background: #132C3B;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  top: 10px;
  border-radius: 20px;
  font-size: 8px;
  font-weight: 700;
}

/* dropedown css */

.hs-dropedown {
    position: absolute;
    z-index: 1;
    width: auto;
    max-width: 205px;
    min-width: 205px;
    padding: 10px 0px 5px;
    border: 1px solid var(--hs-border-color);
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(25, 58, 78, 0.29);
    background-color: var(--hs-white-color);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    right: 0px;
    top: 60px;
    -webkit-transform: translateY(50px);
    -moz-trans-webkit-transform: translateY(50px);
    -ms-trans-webkit-transform: translateY(50px);
    -o-trans-webkit-transform: translateY(50px);
}
.hs-dropedown.hs-notiList-dropedown{
    max-width: 255px;
    min-width: 255px;
}
.hs-dropedown.hs-notiList-dropedown > ul {
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
}
.hs-dropedown.hs-notiList-dropedown > ul > li > a {
    padding: 10px 15px 10px 15px;
    margin: 0px 10px 10px;
    background-color: #F2FAFE;
    border-radius: 5px;
}
.hs-dropedown.hs-notiList-dropedown > ul > li > a > h2 {
    font-size: 16px;
    padding: 0px 0px 5px;
    color: var(--hs-blue-color);
    font-weight: 500;
}
.hs-dropedown.hs-notiList-dropedown > ul > li > a > p{
    text-transform: capitalize;
}
.hs-dropedown:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid var(--hs-blue-color);
    position: absolute;
    right: 20px;
    top: -6px;
    
}
.hs-header-btn > ul > li:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../images/downArrow.svg);
    background-size: cover;
    width: 13px;
    height: 7px;
}
.hs-header-btn > ul > li.hs-header-login-btn:after{
    display:none;
}

.hs-header-btn > ul > li:last-child .hs-dropedown {
    max-width: 124px;
    min-width: 124px;
}
.hs-header-btn > ul > li:hover .hs-dropedown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-trans-webkit-transform: translateY(0px);
    -ms-trans-webkit-transform: translateY(0px);
    -o-trans-webkit-transform: translateY(0px);

}
.hs-header-btn > ul > li:last-child > a > img {
    border-radius: var(--hs-border-radius);
    max-width: 50px;
    min-width: 50px;
    object-fit: cover;
    object-position: top;
    position: absolute;
    left: 0;
    top: 0px;
    min-height: 50px;
    max-height: 50px;
}
.hs-profile-full-name {
    padding: 5px 30px 0px 60px;
}
.hs-header-btn > ul > li > a > .hs-profile-full-name > h2 {
    font-size: 20px;
    font-size: 14px;
    font-weight: 700;
    color:var(--hs-black-color);
}
.hs-header-btn > ul > li > a > .hs-profile-full-name > p{
    color: #5B7A8C;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 0 0 0;
}
/*toggle css*/
.hs-header-overlay {
       position: fixed;
    background: rgb(0 0 0 / 21%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    cursor: zoom-in;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
a.hs-toggle {
    display: none;
}
a.hs-toggle span {
    width: 28px;
    height: 3px;
    display: block;
    margin-bottom: 3px;
    background-color: var(--hs-blue-color);
    transition: all 0.5s;
}
/* ================== banner css start ======================= */
.hs-banner-wrapper {
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 0 0;
  position: relative;
  margin-bottom: 100px;
}
.hs-banner-left {
  padding-left: 137px;
}
.hs-banner-left > h6 {
  color: var(--hs-white-color);
  font-size: 20px;
  font-weight: 600;
}
.hs-banner-left > h1 {
  color: var(--hs-white-color);
  font-size: 60px;
  font-weight: 700;
  padding: 10px 0px 20px;
}
.hs-banner-btn {
  display: flex;
  align-items: center;
}
.hs-banner-btn a {
  max-width: 226px;
  margin: 0 15px 20px 0px;
}
.hs-banner-btn a.hs-all-btn.hs-yellow-btn {
  background-color: var(--hs-yellow-color);
}
.hs-banner-btn a.hs-all-btn.hs-black-btn {
  background-color: var(--hs-black-color);
}
/* right sec */
.hs-banner-right{
  position: relative;
}
.hs-banner-box {
  background-color: var(--hs-white-color);
  margin: 0px 0px 10px;
  padding: 20px 20px;
  border-radius: var(--hs-border-radius);
  position: relative;
}
.hs-banner-box > h3 {
  position: absolute;
  font-size: 36px;
  font-weight: 800;
}
.hs-banner-box img {
  position: absolute;
  left: 20px;
  top: 10px;
}
.hs-banner-content {
  padding: 0 0 0 75px;
}
.hs-banner-box.hs-box2 .hs-banner-content {
  padding: 0 0 0 120px;
}
.hs-banner-box.hs-box3 .hs-banner-content {
  padding: 0 0 0 85px;
}
.hs-banner-content > h2{
  font-size: 16px;
  font-weight: 600;
  color: var(--hs-black-color);

}
.hs-banner-content > p{
  font-size: 14px;
  color: var(--hs-para-color);
  font-weight: 500;
}
.hs-banner-box.hs-box1 {
  position: absolute;
  top: 210px;
  max-width: 340px;
  left: -30px;
  animation: 3s rightToleft infinite alternate;
}
.hs-banner-box.hs-box2 {
  position: absolute;
  bottom: 200px;
  right: 30px;
  animation: 4s rightToleft infinite alternate;
}
.hs-banner-box.hs-box3 {
  position: absolute;
  top: 70px;
  right: 115px;
  animation: 5s rightToleft infinite alternate;
}
/* =====banner search css======== */
.hs-banner-search-wrapper {
  background-color: var(--hs-white-color);
  box-shadow: 0px 12px 50px 0px rgba(25, 58, 78, 0.10);
  max-width: 720px;
  margin: -150px auto 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
}
.hs-banner-input {
  position: relative;
  padding-right: 15px;
}
.hs-banner-input input {
  height: 50px;
  width: 470px;
  border: 1px solid #C9EBFF;
  background: #F2FAFE;
  border-radius: var(--hs-border-radius);
  padding: 5px 15px 5px 50px;
}
.hs-banner-input span {
  position: absolute;
  left: 25px;
  top: 13px;
}
.hs-banner-search-btn a {
  max-width: 160px;
  padding: 0px 20px;
}

/* ==================== service section css start ========================== */
.hs-service-wrapper {
  padding: 80px 0px;
}
.hs-heading{
  text-align: center;
  padding: 0 0 60px 0;
}
.hs-heading > h2{
  color: var(--hs-black-color);
  font-size: 36px;
  font-weight: 800;
}
/* service box */
.hs-service-box {
    position: relative;
    text-align: center;
    min-height: 308px;
    border-radius: var(--hs-border-radius);
    border: 1px solid var(--hs-border-color);
    box-shadow: 0px 12px 50px 0px rgba(25, 58, 78, 0.10);
    background-color: var(--hs-white-color);
    padding:40px 40px 50px 40px;
    margin-bottom: 0;
    transition: all 0.5s;
    height: calc(100% - 55px);
}
.hs-service-box:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--hs-blue-color);
  width: 100%;
  max-width: 202px;
  height: 5px;
  margin: 0 auto;
  border-radius: 0px 0px 6px 6px;
}
.hs-service-box > img {
    width: 80px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
    object-position: center;
}
.hs-service-box > h2 > a {
  color: var(--hs-black-color);
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 25px 0px 15px;
  display: block;
}
.hs-service-box > p{
  color: var(--hs-para-color);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 60px;
}
.hs-service-box > a {
  background-color: var(--hs-blue-color);
  color: var(--hs-white-color);
  max-width: 180px;
  height: 34px;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -15px;
  transition: all 0.5s;
}
.hs-service-box > a > span{
  padding: 0 0 0 10px;
}
.hs-service-box > a > span > svg {
  fill: var(--hs-white-color);
  transition: all 0.5s;
}
.hs-service-box:hover{
  transform: translateY(-3px);
}
.hs-service-box:hover > a{
  background-color: var(--hs-black-color);
}
.hs-service-box:hover > a > span > svg{
  fill: var(--hs-white-color);
}
/* ================= client section css start ===================== */
.hs-client-wrapper {
  padding: 80px 0px;
  background-color: var(--hs-bg-light);
}
.hs-client-slider-wrapper {
  position: relative;
  overflow: hidden;
  padding: 60px 0 70px 0;
}
.hs-client-slider-wrapper span.swiper-pagination-bullet {
  border-radius: 0px;
  width: 15px;
  height: 8px;
  background-color: #91C3E1;
}
.hs-client-slider-wrapper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--hs-blue-color);
  width: 20px;
}
.hs-client-box {
  background-color: var(--hs-white-color);
  position: relative;
  padding: 20px 10px 10px;
  border-radius: var(--hs-border-radius);
  text-align: center;
  transition: all 0.5s;
}
.hs-client-quote {
  position: absolute;
  right: 30px;
  top: -20px;
}
.hs-client-box-img {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
}
.hs-client-box-img > img {
    padding: 0 0 15px 0;
    width: 100%;
    max-width: 110px;
    min-height: 111px;
    max-height: 130px;
    object-fit: cover;
    object-position: top;
}
.hs-client-box-img > h2 {
  font-size: 20px;
  color: var(--hs-black-color);
  font-weight: 700;
  padding: 7px 0 5px;
}
.hs-client-description{
  background-color: var(--hs-light-blue);
  margin: 160px 0px 0px 0px;
  padding: 20px 30px;
  border-radius: var(--hs-border-radius);
}
.hs-client-description > p{
  font-size: 16px;
  color: var(--hs-para-color);
}

/* ================= service step section css start ======================= */
.hs-service-step-wrapper {
  padding: 80px 0px;
}
.hs-service-step-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hs-service-step-box1 {
  position: relative;
  border: 1px solid var(--hs-border-color);
  background-color: var(--hs-white-color);
  box-shadow: 0px 12px 50px 0px rgba(25, 58, 78, 0.10);
  width: 270px;
  height: 308px;
  text-align: center;
  padding: 45px 20px;
  border-radius: var(--hs-border-radius);
}
.hs-service-step-box1:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--hs-blue-color);
  width: 100%;
  max-width: 202px;
  height: 5px;
  margin: 0 auto;
  border-radius: 0px 0px 6px 6px;
}
.hs-service-step-img {
  background-color: #DDF0FB;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto;
}
.hs-service-step-img > img {
    max-width: 61px;
    max-height: 61px;
    min-height: 61px;
    object-fit: cover;
    object-position: top;
}
.hs-service-step-num {
  position: absolute;
  top: 20px;
}
.hs-service-step-num > h2 {
  color: #e8eaec;
  font-size: 47px;
  font-weight: 800;
}
.hs-service-step-content > h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--hs-black-color);
  padding: 15px 0px 8px;
}
.hs-service-step-content > p{
  font-size: 15px;
  color: var(--hs-para-color);
}
.hs-service-step-svg > img {
    width: 100%;
    max-width: 83px;
    min-height: 71px;
    max-height: 71px;
    object-fit: cover;
    object-position: top;
}
/* ========================= footer css start ============================= */
.hs-footer-wrapper{
  background-color: var(--hs-footer-color);
  padding: 80px 0px 50px;
}
.hs-footer-sec1 {
    padding: 0px 0px 30px;
}
.hs-footer-sec1 a img {
    width: 100%;
    max-width: 180px;
}
.hs-footer-sec1 a {
  display: block;
  padding: 0 0 20px 0;
}
.hs-footer-sec1 p{
  color: #C8D5DD;
  font-size: 15px;
}
.hs-footer-sec2.hs-footer-padd1 {
  padding: 0 0 25px 70px;
}
.hs-footer-sec2.hs-footer-padd {
  padding: 0px 0px 25px 40px;
}
.hs-footer-sec2 > h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 35px 0;
  color: var(--hs-white-color);
}
ul.hs-footer-list li {
  position: relative;
  padding: 0 0 8px 20px;
  transition: all 0.5s;

}
ul.hs-footer-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #C8D5DD;
  border-radius: 20px;
   transition: all 0.5s;

}
ul.hs-footer-list li a{
  color: #C8D5DD;
  transition: all 0.5s;

}
ul.hs-footer-list li:hover {
    transform: translateX(10px);
}
ul.hs-footer-list li:hover a{
    color: var(--hs-blue-color);
}
ul.hs-footer-list li:hover:after {
    background-color: var(--hs-blue-color);
}
/* ==================== copywrite section css start ====================== */

.hs-copywrite-wrapper{
  background-color: var(--hs-copywrite-color);
  text-align: center;
  padding: 10px 0px;
}
.hs-copywrite-wrapper p{
  color: var(--hs-white-color);
}

/* ===================== breadcrum css start ========================== */
.hs-breadcrum-wrapper {
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 60px;
  text-align: center;
}
.hs-breadcrum-wrapper > h1{
  color: var(--hs-white-color);
  font-size: 24px;
  font-weight: 800;
}
.hs-breadcrum-wrapper ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff2e;
  padding: 10px 20px;
  border-radius: 100px;
  margin: 15px 0px 0px 0px;
}
.hs-breadcrum-wrapper ul li{
  color: var(--hs-white-color);
  padding: 0px 4px;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}
.hs-breadcrum-wrapper ul li a{
  color: var(--hs-white-color);
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}

/* ========================= gabrication css satrt============================== */
.hs-user-details-wrapper{
  padding: 80px 0px 50px;
}
.hs-user-details-box{
  border: 1px solid var(--hs-border-color);
  background-color: var(--hs-white-color);
  border-radius: var(--hs-border-radius);
  filter: drop-shadow(0px 12px 50px rgba(25, 58, 78, 0.10));
  margin-bottom: 30px;
  padding: 30px 0px 10px 0px;
}
.hs-user-profile-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--hs-border-color);
  margin-bottom: 45px;
  padding: 0px 30px 45px;
}
.hs-user-profile {
  position: relative;
  padding: 20px 0px 0px 90px;
}
.hs-user-profile > img {
    position: absolute;
    left: 0;
    top: 0px;
    max-width: 60px;
    max-height: 60px;
    min-height: 60px;
    object-position: top;
    object-fit: cover;
    border-radius: 10px;
}
.hs-user-name-detail > h2{
  font-size: 16px;
  font-weight: 700;
  color: var(--hs-black-color);
}
.hs-user-name-detail > p{
  font-size: 14px;
  color: var(--hs-blue-color);
  font-weight: 600;
}

.hs-user-rating-star > span.hs-user-rating-num {
  color: #5B7A8C;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  top: 0px;
  padding-left: 5px;
}
.hs-user-rating-star > span > svg {
    fill: var(--hs-blue-color);
    width: 14px;
    height: 14px;
}
.hs-user-data-box {
  padding: 0 30px;
}
.hs-user-data-field {
  padding: 0px 0px 25px 0px;
}
.hs-user-data-field > h2 {
  color: var(--hs-blue-color);
  font-size: 12px;
  font-weight: 500;
}
.hs-user-data-field > p {
  font-size: 14px;
  font-weight: 700;
  color: var(--hs-black-color);
}
.hs-call-notify-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 26px;
  top: 120px;
  width: 215px;
}
.hs-call-notify-btn a {
  font-size: 14px;
  padding: 0px;
  max-width: 98px;
  height: 40px;
  margin: 0px 0px 10px 10px;
}
.hs-call-notify-btn a.hs-all-btn.hs-call-btn {
  background-color: var(--hs-green-color);
  
}
.hs-view-service a {
  max-width: 230px;
  margin: 10px auto 0;
}
/* ===================== user profile form css ===================== */
.hs-user-profile-form-wrapper {
  padding: 200px 0px 80px;
  position: relative;
}
.hs-user-form {
  filter: drop-shadow(0px 12px 50px rgba(25, 58, 78, 0.10));
  background-color: var(--hs-white-color);
  padding: 52px 40px 50px;
  border: 1px solid var(--hs-border-color);
  border-radius: var(--hs-border-radius);
}
.hs-user-form-field {
  padding: 0 0 25px 0;
}
.hs-user-form-field > label{
  font-size: 15px;
  font-weight: 600;
  color: var(--hs-black-color);
  text-transform: capitalize;
}
.hs-user-form-field > input{
    border: 1px solid #EAEAF3;
    border-radius: var(--hs-border-radius);
    background-color: #F9FAFC;
    height: 50px;
    padding: 10px 30px;
}
.hs-user-form-field > select {
    word-wrap: normal;
    width: 100%;
    border: 1px solid #EAEAF3;
    border-radius: var(--hs-border-radius);
    background-color: #F9FAFC;
    height: 50px;
    padding: 10px 10px;
    position: relative;
    
}
.hs-user-form-field > select:after{
    content:'';
    position:absolute;
    right:0;
    top:0;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../images/downArrow.svg);
    background-size: cover;
    width: 13px;
    height: 7px;
}
input::placeholder{
  color: #62889D;
  font-size: 13px;
  font-weight: 400;
}
/*  */
.hs-user-edit-section {
  background-color: var(--hs-blue-color);
  border-top-left-radius: 34px;
  border-top-right-radius: 30px;
  position: absolute;
  top: -118px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 25px;
}
.hs-user-edit-profile {
  position: relative;
  padding: 20px 0 0 140px;
}
.hs-user-edit-profile > img {
    position: absolute;
    left: 0;
    top: 0px;
    object-fit: cover;
    object-position: top;
    max-width: 130px;
    min-height: 130px;
    max-height: 130px;
     border-radius: 10px;
}
.hs-user-edit-profile-name > h2 {
  color: var(--hs-white-color);
  font-size: 20px;
  font-weight: 700;
}
.hs-user-edit-profile-name > p{
  font-size: 14px;
  font-weight: 400;
  color: var(--hs-white-color);
}
.hs-edit-profile-btn a {
  padding: 0;
  background-color: var(--hs-black-color);
  width: 155px;
}

/* =========================== login css satrt ============================= */
.hs-login-wrapper{
  background-image: url(../images/login-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  overflow: auto;
  position: relative;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-login-box {
  display: flex;
  position: relative;
}
.hs-login-right-sec{
  position: relative;
}
.hs-login-cross {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  display:none;
}
/* left sec */
.hs-login-left-sec {
  border-radius: 30px 0px 0px 30px;
  background: #86CCF4;
  width: 508px;
  padding: 30px 30px 0;
  position: relative;
}
.hs-login-left-sec > img {
  position: absolute;
  bottom: 0;
}
img.login-pos2 {
  position: absolute;
  bottom: 200px;
  right: 40px;
  animation: 4s leftToRight infinite alternate;
}
img.login-pos1 {
  position: absolute;
  bottom: 60px;
  animation: 3s rightToleft infinite alternate;
}
@keyframes leftToRight {
  0% {
      transform: translateX(0px);
  }

  50% {
      transform: translateX(-20px);
  }
  
}
@keyframes rightToleft {
  0% {
      transform: translateX(-20px);
  }

  50% {
      transform: translateX(0px);
  }
}
.hs-gotopage p {
    font-weight: 500;
    font-size: 16px;
    color: var(--hs-para-color1);
    text-align: center;
    padding: 20px 0px 0px;
}
.hs-gotopage p a {
    color: var(--hs-blue-color);
}
/*==== right sec ====*/
.hs-login-form {
  background-color: var(--hs-white-color);
  width: 508px;
  padding: 45px 60px 35px 45px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.hs-login-form a img {
    width: 100%;
    max-width: 180px;
}
.hs-login-form h2{
  color: var(--hs-black-color);
  font-size: 32px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 20px 0px 10px;
}
.hs-login-form > p {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--hs-para-color1);
  padding: 0 0 35px;
}
.hs-login-input-field > label {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: var(--hs-black-color);
}
.hs-login-input-field > input {
  border-radius: 8px;
  border: 1px solid #EAEAF3;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 600;
  background: #F9FAFC;
  height: 70px;
  margin: 0px 0px 20px;
  padding: 15px 30px;
  color: var(--hs-black-color);
}
.hs-login-input-field > input:focus {
  background-color: transparent;
  border-color: var(--hs-blue-color);
}
/*==================== registration css start ====================*/
.hs-login-box.hs-registration-box .hs-login-input-field > input {
    height: 50px;
}
.hs-login-box.hs-registration-box .hs-login-form {
    border-radius: 30px;
    width: 760px;
    padding: 45px 45px 35px 45px;
}
.hs-login-box.hs-registration-box .hs-login-btn a {
    margin-top: 10px;
}
/* custom checkbox */
.hs-checkbox {
  position: relative;
  padding: 3px 0 0 30px;
  cursor: pointer;
  color: var(--hs-para-color1);
  font-weight: 400;
  font-size: 14px;
}
.hs-checkbox input {
  display: none;
}
.hs-checkbox > span {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '';
  left: 2px;
  top: 3px;
  border-radius: 3px;
  border: 1px solid #E9EEF2;
}
.hs-checkbox input:checked ~ span:after {
  transform: rotate(-45deg) scale(1);
}
.hs-checkbox > span:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 5px;
  border: 1px solid #8A8E93;
  border-top: none;
  border-right: none;
  left: 4px;
  top: 6px;
  transform: rotate(-45deg) scale(0);
}
/* checkbox css end */
.hs-remember-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px 0px;
}
.hs-forgot-pass > p > a{
  font-weight: 400;
  font-size: 14px;
  color: var(--hs-para-color1);
}
/* login btn css */
.hs-login-btn > a {
  max-width: 100%;
  margin: 25px 0px 0px;
  height: 62px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0px 8px 26px 0px rgba(0, 147, 233, 0.19);
}

/* error success notification */
.hs-notification {
  position: fixed;
  right: 20px;
  bottom: 25px;
  padding: 15px 20px 15px 25px;
  overflow: hidden;
  max-width: 302px;
  width: 100%;
  border-radius: var(--hs-border-radius);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 0px 30px 108px 12px rgb(80 52 255 / 8%);
  z-index: 8;
}
.hs-notification-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.hs-notification-icon {
  width: 60px;
}
.hs-notification-msg {
  margin-bottom: 5px;
}
.hs-notification-close {
  position: absolute;
  right: 10px;
  top: 5px;
}
.hs-notification-msg h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
}
.hs-notification.error .hs-notification-msg h4 {
  color: #FF4057;
}

.hs-notification.success .hs-notification-msg h4 {
  color: #4caf50;
}

.hs-notification-msg p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: var(--hs-para-color1);
  padding-top: 2px;
}
/*====================== privacy policy page css start ============================*/
.hs-privacy-policy-box {
    padding: 40px 40px;
    background: #cccccc2e;
    border-radius: 6px;
}
.hs-commom-breadcrumn-wrapper {
  text-align: center;
  padding: 80px 0;
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.hs-commom-breadcrumn-wrapper h2 {
  color: #ffffff;
  font-size: 30px;
}
.hs-commom-breadcrumn-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 0px;
}
.hs-commom-breadcrumn-wrapper ul li{
  color: var(--hs-white-color);
  text-transform: capitalize;
  padding: 0 5px;
}
.hs-commom-breadcrumn-wrapper ul li a {
  background-color: #C9EBFF;
  color: var(--hs-blue-color);
  padding: 5px 15px;
  border-radius: 30px;
}
.hs-privacy-policy-wrapper {
  padding: 80px 0px;
}
.hs-privacy-policy-box h2 {
  color: var(--hs-blue-color);
  font-size: 22px;
  font-weight: 600;
  padding: 0px 0px 10px;
  display: inline-block;
}
.hs-privacy-policy-box p {
  color: var(--hs-para-color);
  padding: 0 0 15px 0;
  font-size: 16px;
}
.hs-privacy-policy-box ul li {
  color: var(--hs-para-color);
  font-size: 16px;
  position: relative;
  padding: 0 0 5px 0px;
}



/*=================== contact us page css start ==============================*/
.hs-contact-us-wrapper {
  padding: 80px 0px;
}
.hs-contactUs-inner {
  filter: drop-shadow(0px 12px 50px rgba(25, 58, 78, 0.10));
  background-color: var(--hs-white-color);
  padding: 30px 30px 30px;
  border: 1px solid var(--hs-border-color);
  border-radius: var(--hs-border-radius);
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.hs-contact-heading h2 {
  color: var(--hs-black-color);
  font-size: 25px;
  padding: 0px 0px 20px 0px;
  font-weight: 600;
}
.hs-contact-field label {
  font-size: 15px;
  font-weight: 600;
  color: var(--hs-black-color);
  text-transform: capitalize;
}
.hs-contact-field input{
  border: 1px solid #EAEAF3;
  border-radius: var(--hs-border-radius);
  background-color: #F9FAFC;
  height: 50px;
  padding: 10px 30px;
}

.hs-contact-field textarea{
  border: 1px solid #EAEAF3;
  border-radius: var(--hs-border-radius);
  background-color: #F9FAFC;
  height: 200px;
  padding: 10px 30px;
  resize: none;
  font-size: 14px;
}
.hs-contact-field {
  padding: 0 0 20px;
}
.hs-contact-field textarea::-webkit-scrollbar{
  width: 5px;
}
.hs-contact-field textarea::-webkit-scrollbar-track{
  background-color: var(--hs-blue-color);
  border-radius: 10px;
}
.hs-contact-field textarea::-webkit-scrollbar-thumb{
  background-color: var(--hs-white-color);
}
/* ====================== help center page css start ========================== */
.hs-commom-breadcrumn-wrapper.hs-help-center-wrapper {
  padding: 80px 0 180px;
}
.hs-help-center-boxes {
  margin-top: -100px;
}
.hs-commom-breadcrumn-wrapper p {
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 5px 0 20px;
}
.hs-help-search-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.hs-help-search-wrapper input {
  border: 1px solid var(--hs-border-color);
  background-color: transparent;
  height: 45px;
  padding:5px 54px 5px 20px;
  position: relative;
  color: #ffffff;
  width: 100%;
  border-radius: var(--hs-border-radius);
}
.hs-help-search-wrapper input::placeholder{
  color: #ffffff;
}
.hs-help-search-wrapper span{
  position: absolute;
  right: 20px;
  top: 10px;
}
.hs-help-search-wrapper span svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
}
.hs-help-box {
  filter: drop-shadow(0px 12px 50px rgba(25, 58, 78, 0.10));
  background-color: var(--hs-white-color);
  border: 1px solid var(--hs-border-color);
  border-radius: var(--hs-border-radius);
  padding: 40px 40px;
  text-align: center;
  margin-bottom: 30px;
}
.hs-help-box svg {
  width: 70px;
  height: 70px;
}
.hs-help-box h2 {
  padding: 20px 0 0 0;
  font-size: 25px;
  color: var(--hs-black-color);
}


/* help center faq */
.hs-help-faq-wrapper {
  padding: 50px 0px 80px;
}
.hs-help-faq .accordion-item {
  margin: 0px 0px 30px;
  padding: 0px 10px;
  border-radius: 10px;
}
.accordion-item:not(:first-of-type) {
  border: 1px solid var(--hs-border-color);
}
.accordion-button:focus {
  border-color: var(--hs-border-color);
  box-shadow: none;
}
.hs-help-faq .accordion-button:not(.collapsed) {
  color: var(--hs-white-color);
  background-color: var(--hs-blue-color);
  box-shadow: none;
  border-radius: 10px;
  margin: 10px 0 0 0;
}
.hs-help-faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/down-arrow-white.png");
  transform: rotate(-180deg);
}
.hs-help-faq .accordion-button::after{
  background-image: url("../images/down-arrow-blue.png");
}
.hs-help-faq  .accordion-body p {
    color: var(--hs-para-color);
}

/*===================== model popup css start ===============================*/
.modal-dialog {
  max-width: 560px;
}
.modal-header {
  padding: 0;
  border-bottom: none;
}
.modal-body {
  padding: 40px 40px 40px;
}
.hs-model-body-inner .hs-login-input-field input {
  height: 50px;
  padding: 15px 20px;
}
.modal-footer {
  border: none;
  padding: 0px;
}
.hs-model-heading > h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 0px 0px 30px;
}
.modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: var(--hs-blue-color);
  background-image: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}










/* ========================= media query start ======================== */
@media(max-width:1400px){
    ul.hs-menu-ul {
    text-align: left;
}
}
@media(max-width:1200px){
    .hs-footer-sec2.hs-footer-padd1 {
        padding: 0 0 25px 0px;
    }
    .hs-footer-sec2.hs-footer-padd {
        padding: 0px 0px 25px 0px;
    }
  .hs-login-form {
    width: 450px;
  }
  .hs-login-left-sec{
    width: 450px;
  }
  
  .hs-service-step-svg {
    display: none;
  }
  .hs-service-box {
     padding: 40px 20px 50px;
    }
.hs-profile-full-name {
        display: none;
    }
    .hs-header-btn > ul > li:last-child > a > img {
        position: relative;
        top: 0;
    }
    .hs-header-btn > ul > li:last-child:after{
        display:none;
    }
       ul.hs-menu-ul {
    text-align: center;
}
}
@media(max-width:991px){
     .hs-login-box.hs-registration-box .hs-login-form {
         width: 600px;
    }
    body.menu-open .hs-header-overlay {
        opacity: 1;
        visibility: visible;
    }
    .hs-header-wrapper {
        padding: 15px 0px 15px 0;
    }
    a.hs-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 33px;
        z-index: 999;
    }
    .hs-header-btn {
        padding: 0 60px 0 0;
    }
    body.menu-open ul.hs-menu-ul {
        left: 0;
    }
    ul.hs-menu-ul {
        position: fixed;
        left: -300px;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 999999;
        width: 300px;
        padding: 20px 0 0;
        background-color: var(--hs-blue-color);
        transition: all 0.5s;
    }
    ul.hs-menu-ul > li {
        text-align: left;
        display: block;
        padding: 0px;
        margin: 0px 10px;
    }
    ul.hs-menu-ul > li > a {
        background-color: transparent;
        color: #ffffff;
        width: 100%;
        display: block;
        padding: 15px 20px;
        margin: 0 0 10px;
    }
    ul.hs-menu-ul > li > a > span {
        position: absolute;
        right: 30px;
    }
    ul.hs-menu-ul > li > a > span > svg {
        fill: var(--hs-white-color);
    }
    ul.hs-menu-ul > li:hover a {
        background-color: #C9EBFF;
        color: var(--hs-blue-color);
    }
    .hs-service-step-box1 {
         width: 100%;
        height: auto;
        margin: 0 auto 30px;
    }
    .hs-service-step-section {
        display: block;
    }
    .hs-login-form {
         width: 100%;
        border-radius: 30px;
    }
    .hs-login-left-sec {
        display: none;
    }
    .hs-login-box {
        display: block;
    }
    .hs-login-left-sec > img {
      position: relative;
    }
    
    .hs-service-step-wrapper {
        padding: 80px 0px 50px;
    }
    .hs-banner-left {
        padding-left: 0;
    }
    .hs-banner-box.hs-box1 {
         left: 30px;
    }
    .hs-footer-sec2.hs-footer-padd1 {
        padding: 0 0 25px 0px;
    }
    .hs-footer-sec2.hs-footer-padd {
        padding: 0px 0px 25px 0px;
    }
    .hs-call-notify-btn {
        position: relative;
        top: 0;
        margin: 0 0 15px;
    }
    .hs-user-profile-box {
        margin-bottom: 25px;
        padding: 0px 30px 25px;
        display: block;
    }
}
@media(max-width:767px){
    a.hs-toggle {
        top: 30px;
    }
    .hs-header-wrapper {
        padding: 15px 0px 20px 0;
    }
    .hs-help-search-wrapper {
        max-width: 500px;
    }
    .hs-header-btn > ul > li {
         width: 40px;
         height: 40px;
    }
    .hs-header-btn > ul > li:last-child > a > img {
        max-width: 40px;
        min-width: 40px;
        min-height: 40px;
        max-height: 40px;
    }
    .hs-user-profile-box {
        display: flex;
    }
      .hs-header-btn {
        position: absolute;
        right: 0px;
        top: 15px;
    }
    .hs-footer-sec2 > h2 {
        padding: 0 0 20px 0;
    }
    .hs-banner-left > h1 {
         font-size: 50px;
    }
    
    .hs-banner-position {
        display: none;
    }
    .hs-banner-left {
        text-align: center;
    }
    .hs-banner-box.hs-box3 {
        top: 150px;
        right: 0;
    }
    .hs-service-box {
        height: auto;
        min-height: auto;
         padding: 40px 20px 40px;
        margin: 0 0 40px 0;
    }
    .hs-service-box > p {
        margin-bottom: 20px;
    }
    .hs-service-box > a {
        position: relative;
        bottom: 0;
    }
    .hs-service-box > h2 > a {
        padding: 25px 0px 10px;
    }
    .hs-service-wrapper {
        padding: 80px 0px 50px;
    }
    .hs-banner-btn {
        justify-content: center;
    }
    .hs-banner-search-wrapper {
        display: block;
        max-width: 480px;
        padding: 25px 0 20px;
    }
    .hs-banner-input input {
        width: 100%;
    }
    .hs-banner-search-btn a {
        padding: 0px 20px;
        margin: 15px auto 0;
    }
    .hs-banner-input {
        padding: 0 15px;
    }
    .hs-login-box.hs-registration-box .hs-login-form {
        width: 500px;
    }
    .hs-user-form-field > input {
        padding: 10px 10px;
    }
    .hs-user-form-field > select {
        padding: 10px 10px;
    }
}
@media(max-width:580px){
    .hs-commom-breadcrumn-wrapper.hs-help-center-wrapper {
        padding: 80px 20px 180px;
    }
    .hs-help-search-wrapper {
        max-width: 380px;
    }
    .hs-login-box.hs-registration-box .hs-login-form {
        width: 410px;
    }
    .hs-banner-left > h1 {
        font-size: 40px;
    }
    .hs-banner-btn a {
        padding: 0px;
    }
    .hs-client-box {
        margin: 0px 20px;
    }
}
@media(max-width:480px){
    .hs-header-wrapper {
        padding: 15px 0px 30px 0;
    }
    .hs-privacy-policy-box {
        padding: 20px 20px;
    }
    .hs-user-edit-profile > img {
        max-width: 100px;
        min-height: 100px;
        max-height: 100px;
    }
    .hs-breadcrum-wrapper > h1 {
       font-size: 20px;
    }
    .hs-breadcrum-wrapper ul {
         display: block;
         margin: 15px 20px 0px;
         border-radius: 10px;
    }
    .hs-commom-breadcrumn-wrapper {
         padding: 40px 0;
    }
    .hs-privacy-policy-box h2 {
         font-size: 20px;
    }
    .hs-privacy-policy-wrapper {
        padding: 40px 0px;
    }
    .hs-footer-sec2 > h2 {
        font-size: 16px;
    }
    .hs-footer-sec2.hs-footer-padd1 {
        padding: 0 0 15px 0px;
    }
    .hs-footer-sec2.hs-footer-padd {
        padding: 0px 0px 15px 0px;
    }
    .hs-footer-sec1 {
        padding: 0;
    }
   .hs-contact-us-wrapper {
        padding: 40px 0px;
    }
    .hs-commom-breadcrumn-wrapper p {
         font-size: 15px;
    }
    .hs-commom-breadcrumn-wrapper h2 {
        font-size: 22px;
    }
    .hs-help-faq-wrapper {
        padding: 20px 0px 20px;
    }
    .hs-help-box svg {
        width: 50px;
        height: 50px;
    }
    .hs-help-box {
        padding: 20px 40px;
        margin-bottom: 20px;
    }
    .hs-help-box h2 {
        font-size: 20px;
    }
    .hs-commom-breadcrumn-wrapper.hs-help-center-wrapper {
        padding: 40px 20px 40px;
    }
    .hs-help-center-boxes {
        margin-top: 0;
        padding: 40px 0 0 0;
    }
    .hs-help-search-wrapper {
        max-width: 300px;
    }
    .hs-header-btn > ul > li:last-child > a > img {
        max-width: 40px;
        min-width: 40px;
        min-height: 40px;
        max-height: 40px;
    }
    .hs-login-box.hs-registration-box .hs-login-btn a {
        margin-top: 0;
    }
   .hs-login-box.hs-registration-box .hs-login-form {
        width: 350px;
        border-radius: 10px;
        padding: 30px;
    }
    .hs-user-profile {
        padding: 0;
    }
    .hs-user-details-wrapper {
    padding: 40px 0px 10px;
}
    .hs-logo a img {
        max-width: 130px;
    }
    .hs-user-profile > img {
        position: relative;
    }
   .hs-user-name-detail {
        padding: 10px 0 0;
    }
    .hs-user-edit-profile > img {
        position: relative;
        
    }
    .hs-header-btn > ul > li {
        width: 40px;
        height: 40px;
    }
    .hs-header-btn > ul > li > a > svg {
        width: 20px;
        height: 20px;
    }
    a.hs-toggle {
         top: 28px;
    }
    .hs-user-edit-profile {
        padding: 0;
    }
    .hs-login-btn > a {
         height: 50px;
    }
   .hs-user-edit-section {
        display: block;
        text-align: center;
        top: -270px;
    }
    .hs-user-profile-form-wrapper {
    padding: 310px 0px 40px;
}
   .hs-user-edit-profile-name {
        padding: 10px 0 15px;
    }
    .hs-edit-profile-btn a {
        margin: 0 auto;
    }
    .hs-login-form {
        border-radius: 10px;
    }
    .hs-remember-sec {
        display: block;
    }
    .hs-forgot-pass p {
        padding: 10px 0 0 0;
    }
    .hs-login-input-field > input {
        height: 50px;
    }
    .hs-footer-wrapper {
        padding: 30px 0px 0px;
    }
    .hs-banner-wrapper {
        padding: 30px 0 0 0;
    }   
    .hs-banner-left > h1 {
        font-size: 30px;
    }
    .hs-service-wrapper {
        padding: 30px 0px 0px;
    }
    
    .hs-client-slider-wrapper {
        padding: 50px 0 50px 0;
    }
    .hs-client-wrapper {
        padding: 30px 0px 30px;
    }
    .hs-service-step-wrapper {
        padding: 30px 0px 10px;
    }
    .hs-heading {
        padding: 0 0 35px 0;
    }
    .hs-service-step-content > h2 {
        font-size: 18px;
    }   
    .hs-heading > h2 {
        font-size: 25px;
    }
    .hs-service-box {
        padding: 20px 20px 30px;
    }
    .hs-login-form {
        padding: 30px;
    }
    .hs-login-right-sec {
        padding: 0px 20px;
    }
    .hs-login-cross {
         right: 35px;
    }
    .hs-login-form h2 {
         font-size: 25px;
    }   
    .hs-login-form > p {
    padding: 0 0 25px;
    }
    ul.hs-menu-ul {
       width: 250px;
    }
    .hs-user-form {
        padding: 52px 20px 30px;
    }
}
@media(max-width:380px){
    .hs-dropedown.hs-notiList-dropedown {
        max-width: 195px;
        min-width: 195px;
    }
    .hs-header-btn > ul > li:last-child > a > img {
        max-width: 30px;
        min-width: 30px;
        min-height: 30px;
        max-height: 30px;
    }
    .hs-header-btn > ul > li {
        width: 30px;
        height: 30px;
    }
    .hs-header-btn > ul > li > a > span.hs-noti-no {
        width: 13px;
        height: 13px;
        right: 0px;
        top: 14px;
        font-size: 6px;
    }
    .hs-header-btn > ul > li > a > svg {
        width: 15px;
        height: 15px;
    }
    .hs-header-btn {
        top: 20px;
    }
    .hs-login-box.hs-registration-box .hs-login-form {
        width: 280px;
    }
    .hs-login-box.hs-registration-box .hs-login-btn a {
        padding: 0;
    }
    .hs-login-form h2 {
        font-size: 20px;
    }
}
























