:root {
   --primary: #3a59ae !important;
   --white: #ffffff !important;
}

/********** Reset Start **********/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
   margin: 0;
   padding: 0;
   border: 0;
   vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
   display: block;
}
body {
   background-color: #e2e6f3;
   font-family: 'Alata', sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.2;
}
ol,
ul {
   list-style: none;
}
blockquote,
q {
   quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}

button {
   text-decoration: none;
}
button:hover,
button:focus {
   outline: medium;
   text-decoration: none;
}
input {
   text-decoration: none;
}
input:hover,
input:focus {
   box-shadow: none !important;
}
a {
   text-decoration: none;
}
a:hover,
a:focus {
   outline: medium;
   text-decoration: none;
}

/********** CSS Start **********/

.mainbox {
   width: 100%;
   max-width: 450px;
   margin: 30px auto;
}
.card {
   width: 100%;
   border: none;
   border-radius: 15px;
   overflow: hidden;
   margin-bottom: 20px;
}

.save-contact-div {
   display: inline-block;
   width: 100%;
   text-align: center;
   padding: 54px 15px 15px 15px;
}
.save-contact-div .imgs {
   width: 120px;
   height: 120px;
   margin-top: -50px;
   margin-bottom: 15px;
   border-radius: 30%;
   border: 5px solid #fff;
}
.save-contact-div .names {
   color: #000;
   font-size: 26px;
   font-weight: 600;
   margin-bottom: 10px;
}
.save-contact-div .posts {
   color: #999;
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 10px;
}
.save-contact-div .mails {
   color: #666;
   font-size: 18px;
   font-weight: 500;
   margin-bottom: 10px;
}
.save-contact-div .links {
   color: #fff;
   font-size: 20px;
   line-height: 1.3;
   background-color: #000;
   width: 100%;
   border-radius: 20px;
   margin: 15px 0;
}

.card-title {
   font-weight: 500;
}
.temp-lists-div {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}
.temp-lists-div .temp-list {
   width: 100%;
   float: left;
   margin: 10px 0;
   padding-left: 50px;
   position: relative;
   min-height: 40px;
}
.temp-lists-div .temp-list .temp-img {
   background-color: var(--white);
   box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
   border-radius: 6px;
   padding: 4px;
   width: 40px;
   height: 40px;
   text-align: center;
   min-width: 40px;
   position: absolute;
   left: 0;
   top: 0;
}
.temp-lists-div .temp-list .links {
   color: #222;
   font-size: 16px;
}
.temp-lists-div .temp-list .subtext {
   color: #9e9e9e;
   font-size: 12px;
}
.temp-lists-div .temp-list .subtext-2 {
   color: #212529;
   font-size: 14px;
   margin: 3px 0;
}

.gredview .card-title {
   text-align: center;
}
.gredview .temp-lists-div {
   justify-content: center;
}
.gredview .temp-lists-div .temp-list {
   width: 25%;
   padding-left: 0;
   text-align: center;
}
.gredview .temp-lists-div .temp-list .temp-img {
   position: static;
   width: 60px;
   height: 60px;
}
.gredview .temp-lists-div .temp-list .links {
   display: none;
}

.branch-wrapper .branch {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   display: table;
   width: fit-content;
   margin: auto;
   padding: 0 4vw 0.6vw;
   font-size: 4vw;
   font-weight: 600;
   z-index: 2;
   border-radius: 0 0 10px 10px;
   background-color: #ffffff;
}
.branch-wrapper .branch img {
   width: 3.2vw;
   margin-left: 1vw;
   vertical-align: -0.3vw;
}
.branch-wrapper .branch-name {
   position: fixed;
   top: -100%;
   left: 0;
   right: 0;
   width: calc(100% - 8vw);
   margin: 8vw auto 0;
   max-height: calc(100vh - 9vh);
   overflow: auto;
   z-index: 10;
   padding: 5vw;
   gap: 2.6vw;
   border-radius: 3.2vw;
   background-color: var(--primary-color);
   box-shadow: 0 0 6px #4f4f4f;
   transition: all 0.5s ease-in-out;
}
.branch-wrapper .branch-name.active {
   top: 0;
}
.branch-wrapper .branch-name p {
   font-size: 3.8vw;
   padding: 0.5vw 2vw;
   font-weight: 500;
   background-color: var(--theme-color);
   display: inline-block;
   color: var(--primary-color);
   border-radius: 6px;
}
.branch-wrapper .branch-name p:last-child {
   border: none;
}
.branch-wrapper .branch-name .branch-search {
   margin-bottom: 4vw;
   top: 0;
}
.branch-wrapper .branch-name .branch-search input {
   border: 1px solid rgba(0, 0, 0, 0.4);
   border-radius: 10vw;
   padding: 1.2vw 3.8vw;
   font-size: 3.6vw;
   width: 100%;
}
.branch-wrapper .branch-name .branch-search input:focus-visible {
   outline: none;
}
.branch-wrapper .branch-name .branch-search button {
   border: none;
   background-color: transparent;
   position: absolute;
   right: 3vw;
   top: 50%;
   line-height: 0.8;
   transform: translateY(-50%);
}
.branch-wrapper .branch-name .branch-search button img {
   width: 4vw;
}

.banner-slider .banner-img img {
   width: 100%;
   /* height: 400px; */
}
.card-dtl {
   background-image: none;
   padding-top: 0;
   margin-top: -75px;
}
.card-dtl .businessmen-img {
   border: 5px solid rgba(255, 255, 255, 0.5);
}
.banner-slider .slick-arrow {
   position: absolute;
   top: 50%;
   left: 1vw;
   width: 1vw;
   height: 1vw;
   font-size: 0;
   line-height: 0;
   transform: translateY(-50%);
   background-color: transparent;
   border: none;
   background-image: url('/images/back.png');
   background-size: cover;
   z-index: 1;
}
.banner-slider .slick-arrow.slick-next {
   right: 1vw;
   left: auto;
   transform: translateY(-50%) rotate(180deg);
}
.banner-slider .banner-img {
   height: auto;
   height: 225px;
}

@media (max-width: 575px) {
   .banner-slider .slick-arrow {
      position: absolute;
      top: 50%;
      left: 1vw;
      width: 7vw;
      height: 7vw;
      font-size: 0;
      line-height: 0;
      transform: translateY(-50%);
      background-color: transparent;
      border: none;
      background-image: url('/images/back.png');
      background-size: cover;
      z-index: 1;
   }
}
@media (max-width: 768px) {
   .banner-slider .slick-arrow {
      position: absolute;
      top: 50%;
      left: 1vw;
      width: 7vw;
      height: 7vw;
      font-size: 0;
      line-height: 0;
      transform: translateY(-50%);
      background-color: transparent;
      border: none;
      background-image: url('/images/back.png');
      background-size: cover;
      z-index: 1;
   }
}

.banner-slider.hide .slick-arrow {
   position: absolute;
   top: 50%;
   left: 1vw;
   width: 0vw !important;
   height: 0vh !important;
   font-size: 0;
   line-height: 0;
   transform: translateY(-50%);
   background-color: transparent;
   border: none;
   background-image: url('/images/back.png');
   background-size: cover;
   z-index: 1;
}

@media (min-width: 575px) {
   .branch-wrapper .branch {
      font-size: 20px;
      padding: 0px 25px 3px;
      cursor: pointer;
   }
   .branch-wrapper .branch img {
      width: 14px;
      margin-left: 5px;
      vertical-align: -2px;
   }
   .branch-wrapper .branch-name {
      width: calc(575px - 40px);
      margin-top: 44px;
      padding: 20px;
      gap: 12px;
      border-radius: 18px;
   }
   .branch-wrapper .branch-name::-webkit-scrollbar,
   #inquiry-form.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
      width: 8px;
   }
   .branch-wrapper .branch-name::-webkit-scrollbar-thumb,
   #inquiry-form.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
      background-color: var(--theme-color);
      border: 2px solid #000;
      border-radius: 10px;
   }
   .branch-wrapper .branch-name .branch-search {
      margin-bottom: 10px;
   }
   .branch-wrapper .branch-name .branch-search input {
      font-size: 18px;
      padding: 8px 20px;
   }
   .branch-wrapper .branch-name .branch-search button {
      right: 20px;
   }
   .branch-wrapper .branch-name .branch-search button img {
      width: 20px;
   }
   .branch-wrapper .branch-name p {
      font-size: 14px;
      padding: 2px 10px;
      border-radius: 5px;
      cursor: pointer;
   }

   .banner-slider .slick-arrow {
      position: absolute;
      top: 50%;
      left: 1vw;
      width: 1vw;
      height: 1vw;
      font-size: 0;
      line-height: 0;
      transform: translateY(-50%);
      background-color: transparent;
      border: none;
      background-image: url('/images/back.png');
      background-size: cover;
      z-index: 1;
   }
}
