*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

a {
  text-decoration: none;
  color: inherit;
}

.col-1 {
  width: 15%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 40%;
}

.col-5 {
  width: 50%;
}

.col-6 {
  width: 60%;
}

.col-7 {
  width: 70%;
}

.col-8 {
  width: 80%;
}

.col-9 {
  width: 85%;
}

.wrapper {
  /* max-width: 1045px; */
  margin: 0 auto;
  /* padding: 0 50px; */
}

.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-inner-pages {
  margin: 100px 0;
}

.mobile-tab-section {
  display: none;
}

.text-inner-pages h1 {
  font-size: 40px;
  color: #000;
  font-weight: 600;
  margin: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Times New Roman';
}

.text-inner-pages p {
  font-size: 20px;
  color: #585858;
  font-weight: 300;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1.4;
  font-family: 'Times New Roman';
}

.text-inner-pages p strong {
  font-weight: 500;
}

.text-inner-pages h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Times New Roman';
}

.text-inner-pages a {
  font-size: 20px;
  color: #585858;
  font-weight: 600;
  text-decoration: none;
}

.text-inner-pages p.list {
  margin-bottom: 20px;
}

.text-inner-pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-inner-pages ul li {
  position: relative;
  font-size: 20px;
  color: #585858;
  font-weight: 600;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 20px;
  font-family: 'Times New Roman';
}

.text-inner-pages ul li::after {
  content: '';
  position: absolute;
  background: url(../images/tick.png) no-repeat center;
  width: 15px;
  height: 11px;
  top: 8px;
  left: 0;
}

.text-inner-pages ul li br {
  margin-bottom: 7px;
}

.text-inner-pages ul li strong {
  font-weight: 500;
}

.text-inner-pages ul.circle-list li {
  font-weight: 300;
}

.text-inner-pages ul.privacy-list li::after {
  content: '';
  position: absolute;
  background: url(../images/privacy-list-icon-1.png) top center no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}

.text-inner-pages ul.privacy-list li:nth-child(2)::after {
  background-position: 0px -20px;
}

.text-inner-pages ul.privacy-list li:nth-child(3)::after {
  background-position: 0px -41px;
}

.text-inner-pages ul.privacy-list li:nth-child(4)::after {
  background-position: 0px -61px;
}

.text-inner-pages ul.circle-list li::after {
  background-image: none;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px #919396 solid;
}

.banner-section.car-insurance {
  background: url(../images/banner-img-1.jpg) no-repeat center;
}

.banner-section.office-insurance {
  background: url(../images/banner-img-4.jpg) no-repeat center;
}

.banner-section.life-insurance {
  background: url(../images/banner-img-5.jpg) no-repeat center;
}

.banner-section.medical-insurance {
  background: url(../images/banner-img-3.jpg) no-repeat center;
}

.banner-section.home-insurance {
  background: url(../images/banner-img-2.jpg) no-repeat center;
}

.banner-section {
  height: 565px;
  background-size: cover !important;
  align-items: flex-end;
  padding-bottom: 80px;
}

.banner-section h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Times New Roman';
  text-transform: uppercase;
}

.banner-section p {
  font-family: 'Times New Roman';
  font-size: 28px;
  color: #fff;
  font-weight: 300;
}

.insurance-section {
  padding: 80px 0 0 0;
  background-color: #fff;
}

.insurance-section ul.insur-tab {
  margin: 0 -2px;
  width: 100%;
  margin-bottom: 80px;
}

.insurance-section ul.insur-tab li {
  padding: 0 2px;
  width: calc(100% / 5);
  text-align: center;
}

.insurance-section ul.insur-tab li a h5 {
  font-size: 22px;
  color: #777777;
  font-weight: 500;
  font-family: 'Times New Roman';
  position: relative;
  padding-bottom: 20px;
  transition: ease-in-out .3s;
  letter-spacing: 1px;
}

.insurance-section ul.insur-tab li a h5::after {
  content: '';
  position: absolute;
  background-color: #777777;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}

.insurance-section ul.insur-tab li.current a h5 {
  color: #336698;
  transition: ease-in-out .3s;
}

.insurance-section ul.insur-tab li.current a h5::after {
  background-color: #336698;
}

.insurance-section ul.insur-tab li:hover a h5 {
  color: #336698;
}

.insurance-section ul.insur-tab li a h5::before {
  content: '';
  position: absolute;
  background-color: #336698;
  width: 0;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  z-index: 11;
  transition: ease-in-out .3s;
}

.insurance-section ul.insur-tab li:hover a h5::before {
  width: 100%;
}

.red-box-section .top-text {
  background-color: #336698;
  height: 130px;
  align-items: center;
  padding: 0 60px
}

.red-box-section .top-text h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 200;
  font-family: 'Times New Roman';
}

.red-box-section .top-text h2 strong {
  font-weight: 600;
}

.red-box-section .bottom-text {
  padding: 45px 60px 45px 60px;
  background-color: #72a8dd;
}

.red-box-section .bottom-text p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  font-family: 'Times New Roman';
  line-height: 1.6;
}

.red-box-section ul.red-list {
  margin-top: 80px;
}

.red-box-section ul.red-list li {
  width: calc(100% / 3);
  padding-left: 50px;
}

.red-box-section ul.red-list li:nth-child(2) {
  border-left: 1px solid #336698;
  border-right: 1px solid #336698;
}

.red-box-section ul.red-list li:first-child {
  padding-left: 0;
}

.red-box-section ul.red-list li p {
  margin-top: 20px;
}

.red-box-section .black-top-text {
  background-color: #000;
  align-items: center;
  height: 130px;
  text-align: center;
  justify-content: center;
}

.red-box-section .black-top-text p {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.red-box-section .black-top-text h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.red-box-section .black-bottom-text {
  background-color: #0d0d0d;
  padding: 50px 30px;
}

.red-box-section .black-bottom-text form input {
  width: 100%;
  border: none;
  background-color: #3d3d3d;
  padding: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-family: 'Times New Roman';
  margin-bottom: 10px;
  border-radius: 10px;
}

.red-box-section .black-bottom-text form button {
  width: 100%;
  border: none;
  background-color: #336698;
  padding: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-family: 'Times New Roman';
  margin-top: 10px;
  border-radius: 10px;
  letter-spacing: 4px;
  transition: ease-in-out.3s;
  border: 1px solid #336698;
  cursor: pointer;
}

.red-box-section .black-bottom-text form button:hover {
  color: #336698;
  background-color: transparent;
}

.red-box-section .black-bottom-text form {
  margin-bottom: 60px;
}

.red-box-section .black-bottom-text p {
  font-size: 18px;
  text-transform: uppercase;
  color: #c1c1c1;
  font-weight: 500;
  font-family: 'Times New Roman';
  margin-bottom: 10px;
  text-align: center;
}

.red-box-section .black-bottom-text h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-family: 'Times New Roman';
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 15px;
}

.red-box-section .black-bottom-text a {
  font-size: 20px;
  text-transform: uppercase;
  color: #336698;
  font-weight: 700;
  font-family: 'Times New Roman';
  letter-spacing: 2px;
  text-align: center;
  display: block;
}

.grey-heading-box {
  padding-top: 150px;
  text-align: center;
  background: url(../images/insurance-bg.jpg) no-repeat center bottom;
  background-position-y: -93%;
}

.grey-heading-box h3 {
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}

.grey-heading-box p {
  font-family: 'Times New Roman';
  font-weight: 300;
  font-size: 20px;
  color: #585858;
}

ul.assured-list {
  margin-top: 170px;
}

ul.assured-list li {
  width: calc(100% / 5);
  text-align: center;
}

ul.assured-list li h6 {
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin-top: 40px;
}

ul.assured-list li img.mobile-icon {
  display: none;
}

.anvantage-section {
  padding: 100px 0;
  margin-top: 100px;
  border-top: 1px solid #dfdfdf;
}

.anvantage-section .heading-box {
  text-align: center;
}

.anvantage-section .heading-box h2 {
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 40px;
  color: #000;
}

.anvantage-section .heading-box p {
  font-family: 'Times New Roman';
  font-weight: 500;
  font-size: 18px;
  color: #313131;
  text-transform: uppercase;
}

.anvantage-section ul.anvantage-list {
  margin: 0 -20px;
  margin-top: 50px;
}

.anvantage-section ul.anvantage-list li {
  width: calc(100% / 3);
  padding: 0 20px;
}

.anvantage-box {
  border: 1px solid #dfdfdf;
  padding: 50px 40px;
  text-align: center;
  border-radius: 20px;
}

.anvantage-box h4 {
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 30px;
  color: #000;
  margin: 60px 0 50px 0;
  line-height: 1;
}

.anvantage-box p {
  font-size: 20px;
  color: #585858;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Times New Roman';
}

.banner-section.showroom-banner {
  background: url(../images/showroom-banner.jpg) no-repeat center;
  padding-bottom: 90px;
}

.banner-section.showroom-banner h1 {
  margin-bottom: 0;
  line-height: 1;
}

.banner-section.showroom-banner p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
  font-family: 'Times New Roman';
}

.banner-section.showroom-banner .flex-box {
  justify-content: space-between;
  align-items: flex-end;
}

.banner-section.showroom-banner .text-box {
  width: 50%;
}

.banner-section.showroom-banner a.banner-btn {
  width: auto;
  padding: 25px 140px 25px 30px;
  background-color: #fff;
  font-size: 20px;
  color: #000;
  font-family: 'Times New Roman';
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  position: relative;
  transition: ease-in-out .2s;
  opacity: .8;
}

.banner-section.showroom-banner a.banner-btn sup {
  vertical-align: super;
  font-size: 10px;
  font-family: 'Times New Roman';
  font-weight: 500;
}

.banner-section.showroom-banner a.banner-btn::after {
  content: '';
  position: absolute;
  background: url(../images/play.png) no-repeat center;
  width: 29px;
  height: 29px;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  transition: .2s cubic-bezier(.42, 0, .21, 1.19);
  opacity: 0;
}

.banner-section.showroom-banner a.banner-btn:hover::after {
  right: 25px;
  opacity: 1;
}

.banner-section.showroom-banner a.banner-btn:hover {
  opacity: 1;
}

.showroom-section {
  margin: 80px 0 0;
}

ul.showroom-tab {
  margin: 0 -2px;
  width: 100%;
  margin-bottom: 80px;
}

ul.showroom-tab li {
  padding: 0 2px;
  width: calc(100% / 3);
  text-align: center;
  cursor: pointer;
}

ul.showroom-tab li h5 {
  font-size: 22px;
  color: #777777;
  font-weight: 500;
  font-family: 'Times New Roman';
  position: relative;
  padding-bottom: 20px;
  transition: ease-in-out .3s;
  letter-spacing: 1px;
  text-transform: uppercase;
}

ul.showroom-tab li h5::after {
  content: '';
  position: absolute;
  background-color: #777777;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}

ul.showroom-tab li.current h5 {
  color: #336698;
  transition: ease-in-out .3s;
}

ul.showroom-tab li.current h5::after {
  background-color: #336698;
}

ul.showroom-tab li:hover h5 {
  color: #336698;
}

ul.showroom-tab li h5::before {
  content: '';
  position: absolute;
  background-color: #336698;
  width: 0;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  z-index: 11;
  transition: ease-in-out .3s;
}

ul.showroom-tab li:hover h5::before {
  width: 100%;
}

.showroom-tab-content {
  display: none;
  margin-bottom: 100px;
  background: rgb(244, 244, 244);
  background: -moz-linear-gradient(0deg, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 75%);
  background: -webkit-linear-gradient(0deg, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 75%);
  background: linear-gradient(0deg, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#ffffff", GradientType=1);
  padding-bottom: 120px;
}

.showroom-tab-content:last-child {
  margin-bottom: 0;
}

.showroom-tab-content.current {
  display: block;
}

.showroom-tab-content h2 {
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}

.showroom-tab-content p {
  font-size: 20px;
  color: #585858;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Times New Roman';
  margin-bottom: 30px;
}

.showroom-tab-content p.add {
  font-size: 20px;
  color: #336698;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Times New Roman';
  position: relative;
  display: inline-block;
}

.showroom-tab-content p.add a {
  color: #585858;
}

.showroom-tab-content p.add a::after {
  content: '';
  position: absolute;
  background: url(../images/add-1.png) no-repeat center;
  width: 17px;
  height: 24px;
  top: 0;
  right: -25px;
}

.showroom-tab-content p.add a:hover::after {
  background: url(../images/add-2.png) no-repeat center;
}

.showroom-tab-img-sec {
  margin: 70px 0 50px;
}

.showroom-tab-img-sec .img-box img {
  width: 100%;
  height: 100%;
}

.four-img-line {
  margin: 0 -5px;
  margin-bottom: 10px;
}

.four-img-line .img-box {
  padding: 0 5px;
  width: calc(100% / 4);
}

.three-img-line {
  margin: 0 -5px;
}

.three-img-line .img-box {
  padding: 0 5px;
  width: calc(100% / 3);
}

a.more-btn {
  text-align: center;
  width: 450px;
  margin: 0 auto;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 10px;
  border: 1px solid #1a1a1a;
  display: block;
  padding: 25px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.showroom-icon-section {
  margin-top: 120px;
}

.showroom-icon-section h3 {
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0;
}

ul.showroom-icon-list {
  margin: 0 -60px;
  margin-top: 50px;
}

ul.showroom-icon-list li {
  width: calc(100% / 6);
  text-align: center;
}

ul.showroom-icon-list li h5 {
  font-family: 'Times New Roman';
  font-weight: 500;
  font-size: 22px;
  color: #000;
  margin-top: 40px;
}

.showroom-mobile-sider {
  display: none;
}

.mobile-showroom-icon-list {
  display: none;
}

.faq-banner {
  background: url(../images/faq-banner.jpg) no-repeat center;
}

.faq-banner .text-box {
  text-align: center;
}

.faq-banner .text-box h1 {
  font-size: 60px;
  margin-top: 40px;
  margin-bottom: 0;
}

.faq-banner .text-box p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: 'Times New Roman';
}

.faq-section {
  margin: 70px 0;
}

.search-box {
  text-align: center;
}

.inner-search-box {
  position: relative;
  display: inline-block;
  max-width: 650px;
  width: 100%;
  margin-bottom: 60px;
}

.search-box input {
  display: block;
  color: #404040;
  font-family: "Times New Roman", arial;
  font-size: 17px;
  letter-spacing: .5px;
  font-weight: normal;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 130px 20px 60px;
  padding-right: 130px;
  margin: 0 auto;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 12px;
  border: 0 none;
  transition: all 0.3s ease-in-out;
}

.search-box button {
  display: block;
  width: 120px;
  cursor: pointer;
  color: #000;
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid #fff;
  background-color: #fff;
  letter-spacing: 3px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 7px;
  left: auto;
  right: 7px;
  z-index: 1;
}

.search-box button:hover {
  border: 1px solid #000;
}

.inner-search-box::after {
  position: absolute;
  content: '';
  background: url(../images/search.png) no-repeat center;
  width: 17px;
  height: 17px;
  top: 22px;
  left: 25px;
  z-index: 11;
}

.search-box p {
  font-size: 18px;
  font-family: "Times New Roman";
  color: rgb(88, 88, 88);
}

.faq-tab-box ul.faq-tab {
  margin: 0 -10px;
  margin-top: 60px;
  margin-bottom: 120px;
}

.faq-tab-box ul.faq-tab li {
  text-align: center;
  width: calc(100% / 5);
  padding: 0 10px;
}

.faq-tab-box ul.faq-tab li .tab-box {
  border: 1px solid #cacaca;
  padding: 40px 0 25px;
  border-radius: 12px;
  cursor: pointer;
  transition: ease-in-out .3s;
}

.faq-tab-box ul.faq-tab li h5 {
  margin-top: 20px;
  font-size: 20px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.faq-tab-box ul.faq-tab li h5 strong {
  font-weight: 500;
}

.faq-tab-box ul.faq-tab li.current .tab-box {
  background-color: #f2f2f2;
  border: 1px solid #f43636;
}

.faq-tab-box ul.faq-tab li .tab-box:hover {
  background-color: #f2f2f2;
}

.faq-tab-content h3 {
  font-size: 28px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.faq-tab-content h4 {
  font-size: 23px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 25px;
  width: 95%;
  margin-top: 25px;
}

.current-qtion-list-2 {
  border-bottom: 1px solid #d6d6d6;
}

.current-qtion-list-2 .opening-box-2 {
  padding: 0 0 40px 0;
  display: none;
}

.faq-section>.container {
  max-width: 1260px;
}

.faq-tab-content span.faq-icon-2 {
  font-size: 27px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  font-weight: 500;
  text-align: right;
  width: 5%;
  margin-top: 22px;
}

.faq-tab-content .tab-content {
  display: none;
  animation: fadeEffect .5s;
  -webkit-animation: fadeEffect .5s;
  animation-timing-function: cubic-bezier(.46, .03, .52, .96);
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0.6;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0.6;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.opening-box-2 p {
  font-size: 20px;
  font-family: "Times New Roman";
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.563;
}

.faq-tab-content .tab-content.current {
  display: block;
}

.still-qtion-section {
  max-width: 820px;
  width: 100%;
  margin: 90px auto;
  text-align: center;
}

.still-qtion-section h3 {
  font-size: 28px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.still-qtion-section p {
  font-size: 19px;
  font-family: "Times New Roman";
  color: rgb(88, 88, 88);
  line-height: 1.5;
}

ul.still-qtion-list li {
  width: calc(100% / 2);
  text-align: center;
  padding: 0 15px;
}

.still-qtion-box {
  text-align: center;
  padding: 30px 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  transition: ease-in-out .3s;
}

.still-qtion-box img {
  display: block;
  margin: 0 auto;
  height: 35px;
  object-fit: contain;
  width: 35px;
}

ul.still-qtion-list {
  margin: 0 -15px;
  margin-top: 50px;
}

.still-qtion-box a {
  margin: 20px 0;
  display: block;
  font-size: 20px;
  font-family: "Times New Roman";
  font-weight: 700;
  letter-spacing: 2px;
}

.still-qtion-box p {
  font-size: 18px;
  font-family: "Times New Roman";
  color: #585858;
  font-weight: 500;
  line-height: 1;
}

.still-qtion-box:hover {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}

.wallpaper-banner {
  background: url(../images/wallpaper-banner.jpg) no-repeat center;
}

.wallpaper-banner p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: 'Times New Roman';
}

ul.wallpaper-list {
  margin: 0 -30px;
}

ul.wallpaper-list li {
  padding: 0 30px;
  width: calc(100% / 3);
  margin-bottom: 70px;
}

ul.wallpaper-list .top-heading h6 {
  font-size: 20px;
  font-family: 'Times New Roman';
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  width: 42px;
  text-align: center;
}

ul.wallpaper-list .top-heading h6::after {
  content: '';
  position: absolute;
  background-color: #000;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

ul.wallpaper-list .top-heading h5 {
  font-size: 18px;
  font-family: 'Times New Roman';
  color: #000;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.wallpaper-section {
  padding: 70px 0;
}

.middle-heading {
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 30px;
  padding: 0 15px;
}

.middle-heading h4 {
  font-size: 25px;
  font-family: 'Times New Roman';
  color: #000;
  font-weight: 600;
  margin-bottom: 3px;
}

.middle-heading a {
  width: 50px;
  height: 50px;
  border: 1px solid #cccccc;
  position: relative;
  border-radius: 10px;
  display: block;
  transition: ease-in-out .2s;
}

.middle-heading a::after {
  content: '';
  position: relative;
  background: url(../images/wall-download.png) no-repeat center;
  width: 16px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.middle-heading a:hover {
  border-color: #f43636;
}

.middle-heading span {
  font-size: 12px;
  font-family: 'Times New Roman';
  color: #8d8d8d;
  font-weight: 500;
  vertical-align: middle;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #8d8d8d;
}

.middle-heading img {
  vertical-align: middle;
}

.wallpaper-img img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.top-heading {
  padding: 0 15px;
}

.bottom-count {
  justify-content: space-between;
  align-items: center;
}

ul.nav-count li {
  font-size: 18px;
  font-family: 'Times New Roman';
  color: #000;
  font-weight: 300;
  padding: 20px 0;
  width: 65px;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 15px;
  margin-right: 2px;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  transition: ease-in-out .2s;
}

ul.nav-count li:hover {
  border: 1px solid #000;
}

ul.nav-count li.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.bottom-count a.show-btn {
  width: 450px;
  padding: 25px 0;
  font-family: "Times New Roman";
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  text-align: center;
  border-radius: 10px;
  transition: ease-in-out .2s;
}

.bottom-count a.show-btn:hover {
  background-color: #111111;
}

.wallpaper-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  width: 60%;

}

.popup-body h5 {
  font-size: 20px;
  font-family: "Times New Roman";
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}

.popup-body {
  padding: 70px 50px;
  text-align: center;
  background-color: #f1f1f1;
  position: relative;
  border-radius: 20px;
}

.wallpaper-popup a.close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 1111;
  font-size: 30px;
  font-family: "Times New Roman";
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  width: auto;
  height: auto;
  border: none;
}

ul.dl-btn {
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}

ul.dl-btn li {
  padding: 0 10px;
  width: calc(100% /3);
  margin: 0 0 20px 0;
}

ul.dl-btn li a {
  padding: 10px 0;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  letter-spacing: 2px;
  width: 100%;
  height: auto;
}

ul.dl-btn li a::after {
  display: none;
}

ul.dl-btn li a strong {
  font-weight: 600;
  display: block;
  font-size: 15px;
  letter-spacing: 3px;
}

.wallpaper-popup a.close-btn::after {
  display: none;
}

.bottom-cntnr.wallpapernav.flex-box {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.bottom-cntnr.wallpapernav.flex-box.center {
  justify-content: center;
}

.showmore-btn {
  min-width: 320px;
  padding: 12px 15px;
}

/*============= Loader CSS =================*/
.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #00652d;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  background-color: #fe0000;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em)
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-load-status {
  display: none;
  width: 100%;
  float: left;
}





@media all and (max-width: 1600px) {
  .red-box-section ul.red-list li {
    padding-left: 30px;
  }

  .banner-section {
    height: 480px;
  }

  .banner-section h1 {
    font-size: 45px;
  }

  .banner-section p {
    font-size: 22px;
  }

  .insurance-section {
    background-color: #f5f5f5;
  }

  .insurance-section ul.insur-tab li a h5 {
    font-size: 20px;
    text-transform: uppercase;
  }

  .insurance-section {
    padding: 60px 0 0 0;
  }

  .red-box-section .bottom-text p {
    font-size: 17px;
  }

  .red-box-section .black-bottom-text {
    padding: 50px 30px 40px 30px;
  }

  .red-box-section .top-text {
    height: 100px;
  }

  .red-box-section .black-top-text {
    height: 100px;
  }

  .red-box-section .top-text h2 {
    font-size: 28px;
  }

  .red-box-section .black-top-text h3 {
    font-size: 26px;
  }

  .red-box-section .black-top-text p {
    margin-bottom: 5px;
  }

  .red-box-section .black-bottom-text form input {
    padding: 15px 20px;
  }

  .red-box-section .bottom-text {
    padding: 45px 30px 45px 60px;
  }

  .red-box-section ul.red-list li p {
    width: 90%;
  }

  .red-box-section .black-bottom-text form {
    margin-bottom: 50px;
  }

  .red-box-section ul.red-list li img {
    width: 50px;
    height: 55px;
    object-fit: contain;
  }

  .red-box-section .black-bottom-text h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .grey-heading-box p {
    font-size: 18px;
  }

  .grey-heading-box h3 {
    font-size: 35px;
  }

  .grey-heading-box {
    background-position-y: -50px;
  }

  ul.assured-list li h6 {
    font-size: 20px;
  }

  .red-box-section .black-bottom-text form button {
    padding: 15px 20px;
  }

  .anvantage-section {
    padding: 60px 0;
    margin-top: 80px;
  }

  .anvantage-section .heading-box h2 {
    font-size: 35px;
  }

  .anvantage-box p {
    font-size: 18px;
  }

  .anvantage-box img {
    width: 50px;
  }

  .anvantage-box h4 {
    font-size: 27px;
    margin: 50px 0 25px 0;
  }

  .anvantage-box {
    padding: 40px 30px;
  }

  .banner-section.showroom-banner {
    padding-bottom: 80px;
  }

  .banner-section.showroom-banner a.banner-btn {
    padding: 20px 120px 20px 30px;
    font-size: 18px;
  }

  ul.showroom-tab li h5 {
    font-size: 20px;
  }

  ul.showroom-tab li h5::before,
  ul.showroom-tab li h5::after {
    height: 4px;
  }

  .showroom-tab-content h2 {
    font-size: 35px;
  }

  ul.showroom-tab {
    margin-bottom: 70px;
  }

  .showroom-tab-content p {
    font-size: 18px;
  }

  .showroom-tab-content p.add {
    font-size: 18px;
  }

  .showroom-icon-section h3 {
    font-size: 27px;
  }

  ul.showroom-icon-list li img {
    width: 100px;
  }

  ul.showroom-icon-list li h5 {
    margin-top: 20px;
    font-size: 20px;
  }

  a.more-btn {
    font-size: 16px;
    padding: 20px 0;
    width: 380px;
  }

  .showroom-mobile-sider {
    display: none;
  }





}


@media all and (max-width: 1440px) {
  .red-box-section .bottom-text {
    padding: 40px
  }

  .red-box-section .top-text {
    padding: 0 40px;
  }

  .red-box-section ul.red-list {
    margin-top: 40px;
  }

  .anvantage-box {
    padding: 40px 20px;
  }

  ul.assured-list li h6 {
    font-size: 19px;
  }

  ul.assured-list li img {
    width: 90px;
  }

  .grey-heading-box {
    background-position-y: -93px;
  }

  ul.assured-list li h6 {
    margin-top: 25px;
  }

  .banner-section.showroom-banner {
    padding-bottom: 70px;
    height: 450px;
  }

  .showroom-section {
    margin-top: 60px;
  }

  ul.showroom-tab {
    margin-bottom: 50px;
  }

  .showroom-tab-content h2 {
    font-size: 30px;
  }

  .showroom-tab-img-sec {
    margin-top: 50px;
  }

  a.more-btn {
    padding: 15px 0;
    width: 350px;
  }

  .showroom-icon-section h3 {
    font-size: 25px;
  }

  ul.showroom-icon-list li h5 {
    font-size: 18px;
  }

}

@media all and (max-width: 1370px) {
  .banner-section {
    height: 400px;
    padding-bottom: 60px;
  }

  .banner-section h1 {
    font-size: 42px;
    line-height: 1.1;
  }

  .banner-section p {
    font-size: 20px;
  }

  .insurance-section ul.insur-tab li a h5 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .insurance-section ul.insur-tab li a h5::after,
  .insurance-section ul.insur-tab li a h5::before {
    height: 4px;
  }

  .red-box-section>.col-7 {
    width: 73%;
  }

  .red-box-section>.col-3 {
    width: 27%;
  }

  .red-box-section .black-bottom-text {
    padding: 50px 25px 40px 25px;
  }

  .red-box-section .black-bottom-text form input,
  .red-box-section .black-bottom-text form button {
    padding: 15px;
    font-size: 15px;
  }

  .red-box-section ul.red-list li p {
    width: 97%;
    font-size: 16px;
  }

  .red-box-section .black-bottom-text h4 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .red-box-section .black-bottom-text p {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .red-box-section .black-bottom-text a {
    font-size: 18px;
  }

  .red-box-section .black-bottom-text form {
    margin-bottom: 40px;
  }

  .red-box-section .black-top-text p {
    font-size: 13px;
  }

  .red-box-section .black-top-text h3 {
    font-size: 24px;
  }

  .insurance-section ul.insur-tab {
    margin-bottom: 55px;
  }

  .grey-heading-box {
    padding-top: 100px;
    background-position-y: -145px;
  }

  .banner-section.showroom-banner {
    height: 400px;
  }

  .showroom-icon-section {
    margin-top: 70px;
  }

  .showroom-tab-content {
    margin-bottom: 70px;
    padding-bottom: 80px;
  }

  .opening-box-2 p {
    font-size: 18px;
  }

  .faq-tab-content h4 {
    font-size: 21px;
  }

  ul.wallpaper-list {
    margin: 0 -15px;
  }

  ul.wallpaper-list li {
    padding: 0 15px;
  }

  .top-heading,
  .middle-heading {
    padding: 0 10px;
  }

}

@media all and (max-width: 1280px) {
  .red-box-section .bottom-text p {
    font-size: 16px;
  }

  .red-box-section .black-bottom-text form button {
    padding: 15px 7px;
  }

  .red-box-section .black-bottom-text {
    padding: 50px 15px 40px 15px;
  }

  .red-box-section .top-text h2 {
    font-size: 26px;
  }

  .anvantage-box h4 {
    font-size: 26px;
    margin: 30px 0 20px 0;
  }

  .anvantage-section ul.anvantage-list {
    margin: 0 -10px;
    margin-top: 40px;
  }

  .anvantage-section ul.anvantage-list li {
    padding: 0 10px;
  }

  .banner-section.showroom-banner p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .banner-section.showroom-banner a.banner-btn {
    padding: 15px 100px 15px 30px;
    font-size: 16px;
  }

  .showroom-tab-content h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }

  ul.showroom-tab li h5 {
    font-size: 18px;
  }

  .faq-tab-box ul.faq-tab li .tab-box img {
    margin: 0 auto;
  }
}


@media all and (max-width: 1025px) {
  .container {
    width: 90%;
  }

  .text-inner-pages {
    margin: 80px 0;
  }

  .text-inner-pages h1 {
    margin-bottom: 50px;
    font-size: 35px;
  }

  .text-inner-pages p {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .text-inner-pages h2 {
    font-size: 27px;
  }

  .text-inner-pages ul li {
    font-size: 17px;
  }

  .text-inner-pages a {
    font-size: 17px;
  }

  .anvantage-section ul.anvantage-list {
    margin: 0 -10px;
    margin-top: 40px;
  }

  .anvantage-section ul.anvantage-list li {
    padding: 0 10px;
  }

  .anvantage-box p {
    font-size: 17px;
  }

  .anvantage-box {
    padding: 30px 15px;
  }

  .red-box-section .black-top-text h3 {
    font-size: 26px;
  }

  .red-box-section .black-top-text p {
    letter-spacing: 2px;
  }

  .red-box-section .bottom-text p {
    line-height: 1.4;
  }

  .red-box-section ul.red-list li p {
    width: 95%;
  }

  .red-box-section .black-bottom-text {
    padding: 30px 15px;
  }

  .red-box-section ul.red-list li {
    padding-left: 15px;
  }

  .red-box-section .black-bottom-text form {
    margin-bottom: 30px;
  }

  ul.assured-list li h6 {
    margin-top: 20px;
    font-size: 18px;
  }

  .red-box-section .bottom-text {
    padding: 40px 25px;
  }

  .red-box-section .black-top-text h3 {
    font-size: 24px;
  }

  .faq-tab-content h4 {
    line-height: 1.4;
  }
}

@media all and (max-width: 800px) {
  .dropdown-list {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 3px;
    width: 100%;
    display: flex;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    color: #777777;
    font-weight: 400;
    font-family: 'Times New Roman';
    position: relative;
  }

  .dropdown-list::after {
    content: '';
    position: absolute;
    background: url(../images/down-icon2.png) no-repeat center;
    background-size: 90%;
    width: 18px;
    height: 10px;
    right: 20px;
    top: 20px;

  }

  .rotate-dropdown-arrow {
    transform: rotate(-180deg);
  }

  .dropdown-menu {
    display: none;
    flex-direction: column;
    border-radius: 4px;
    margin-top: 8px;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
    background: #fafafa;
    transform-origin: top left;
  }

  .dropdown-menu span {
    padding: 10px;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .dropdown-menu span:last-child {
    border: none;
  }

  .dropdown-menu span:hover {
    background: #eee;
  }

  #openDropdown:checked+.dropdown-menu {
    display: flex;
    animation: openDropDown 0.4s ease;
  }

  @keyframes openDropDown {
    from {
      transform: rotateX(50deg);
    }

    to {
      transform: rotateX(0deg);
    }
  }

  .dropdown-menu ul.tabs li {
    margin-bottom: 10px;
  }

  .dropdown-menu ul.tabs li h5 {
    font-size: 20px;
    color: #777777;
    font-weight: 400;
    font-family: 'Times New Roman';
    position: relative;
  }

  .wrapper {
    padding: 0 20px
  }

  .mobile-tab-section {
    display: block;
  }

  .insurance-section ul.insur-tab {
    display: none;
  }

  .red-box-section .col-7,
  .red-box-section .col-3 {
    width: 100%;
  }

  .red-box-section .top-text {
    background-color: #f2f2f2;
    height: auto;
    text-align: center;
  }

  .red-box-section .top-text h2 {
    color: #000;
    margin-bottom: 40px;
  }

  .insurance-section {
    padding-top: 50px;
    background-color: #f2f2f2;
    background-image: none;
  }

  .red-box-section .bottom-text {
    padding: 0;
    text-align: center;
    background-color: #f2f2f2;
  }

  .red-box-section ul.red-list li {
    width: 100%;
    border: 1px solid #dadada;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 15px;
  }

  .red-box-section ul.red-list li:first-child {
    padding-left: 40px;
  }

  .red-box-section .bottom-text p {
    color: #585858;
    font-weight: 400;
  }

  .grey-heading-box p {
    font-weight: 400;
    font-size: 16px;
  }

  .anvantage-box p {
    font-weight: 400;
    font-size: 16px;
  }

  .grey-heading-box p br {
    display: none;
  }

  .red-box-section ul.red-list li img {
    filter: invert(1);
  }

  .red-box-section ul.red-list li:nth-child(2) {
    border-color: #dadada;
  }

  .red-box-section .black-top-text {
    height: auto;
    background-color: #f2f2f2;
    margin-bottom: 30px;
  }

  .red-box-section .black-top-text p {
    color: #313131;
    font-size: 18px;
  }

  .red-box-section .black-top-text h3 {
    color: #313131;
    font-size: 40px;
  }

  .red-box-section .black-bottom-text {
    background-color: #f2f2f2;
  }

  .red-box-section .black-bottom-text form input {
    background-color: #fff;
    border: 1px solid #cccccc;
    color: #585858;
  }

  .red-box-section .black-bottom-text form button {
    background-color: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
  }

  .red-box-section .black-bottom-text {
    padding: 0;
    padding-bottom: 70px;
  }

  .red-box-section .black-bottom-text form {
    margin-bottom: 70px;
  }

  .red-box-section .black-bottom-text p {
    color: #949494;
    font-size: 18px;
  }

  .red-box-section .black-bottom-text h4 {
    color: #313131;
  }

  .red-box-section .black-bottom-text a {
    color: #000;
  }

  .grey-heading-box {
    background: none;
  }

  ul.assured-list {
    margin-top: 30px;
  }

  ul.assured-list li img {
    display: none;
  }

  ul.assured-list li img.mobile-icon {
    display: inline-block;
    vertical-align: middle;
  }

  ul.assured-list li {
    margin: 0;
    text-align: left;
    width: calc(100% / 1);
    margin-bottom: 20px;
  }

  ul.assured-list li h6 {
    margin-top: 0;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }

  ul.assured-list li h6 br {
    display: none;
  }

  .anvantage-section ul.anvantage-list li {
    width: 100%;
    margin-bottom: 30px;
  }

  .anvantage-section ul.anvantage-list li:last-child {
    margin-bottom: 0;
  }

  .anvantage-section {
    padding: 80px 0;
    margin-top: 80px;
  }

  .mobile-tab-section {
    margin: 100px 0 40px 0;
  }

  .mobile-tab-section h2 {
    font-size: 30px;
    color: #000;
    font-weight: 300;
    font-family: 'Times New Roman';
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  ul.insur-tab {
    height: 30px;
    width: 100%;
    border: 1px #000 solid;
  }

  ul.insur-tab li {
    padding: 5px 10px;
    z-index: 2;
    position: relative;
  }

  ul.insur-tab li:not(.init) {
    float: left;
    width: 130px;
    display: none;
    background: #ddd;
  }

  ul.insur-tab li:not(.init):hover,
  ul.insur-tab li.selected:not(.init) {
    background: #09f;
  }

  li.init {
    cursor: pointer;
  }

  a#submit {
    z-index: 1;
  }

  .grey-heading-box {
    padding-top: 60px;
  }

  .banner-section.showroom-banner {
    height: 500px;
  }

  .banner-section.showroom-banner .text-box {
    display: none;
  }

  .banner-section.showroom-banner .flex-box {
    justify-content: center;
  }

  .banner-section.showroom-banner a.banner-btn {
    opacity: 1;
  }

  .banner-section.showroom-banner a.banner-btn::after {
    opacity: 1;
    right: 25px;
  }

  ul.showroom-tab {
    display: none;
  }

  a.more-btn {
    display: none;
  }

  .showroom-tab-content p.add {
    color: #585858;
    font-weight: 500;
    font-size: 16px;
    position: relative;
  }

  .showroom-tab-content p.add a {
    font-weight: 400;
  }

  .showroom-tab-content p.add a::after {
    background: url(../images/map-icon.png) no-repeat center;
    width: 52px;
    height: 52px;
    top: -10px;
    right: -20px;
  }

  .showroom-tab-content p.add a:hover::after {
    background: url(../images/map-icon.png) no-repeat center;
  }

  ul.showroom-icon-list {
    margin: 40px 0 0 0;
  }

  ul.showroom-icon-list li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  ul.showroom-icon-list li img {
    display: none;
  }

  ul.showroom-icon-list li img.mobile-showroom-icon-list {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
  }

  ul.showroom-icon-list li h5 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 17px;
    width: 70%;
    margin-top: 0;
  }

  ul.showroom-icon-list li h5 br {
    display: none;
  }

  .showroom-tab-img-sec .img-box img {
    height: 160px;
    object-fit: cover;
  }

  .four-img-line {
    margin-bottom: 5px;
  }

  .showroom-tab-content {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    border-bottom: 1px solid #ebebeb;
  }

  ul.showroom-icon-list li:last-child {
    margin-bottom: 0;
  }

  ul.wallpaper-list li {
    width: 50%;
  }

  .bottom-count a.show-btn {
    width: 200px;
  }

  .wallpaper-popup {
    z-index: 9999;
    width: 95%;
  }

  .popup-body {
    padding: 50px 15px 30px 15px;
  }

  .popup-body h5 br {
    display: none;
  }

  .popup-body h5 {
    font-size: 16px;
  }

  .popup-body ul.dl-btn {
    margin-top: 30px;
  }

  .popup-body ul.dl-btn li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
  }

  .popup-body ul.dl-btn li a {
    font-size: 13px;
  }

  .popup-body ul.dl-btn li a strong {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .bottom-cntnr.wallpapernav.flex-box {
    justify-content: center;
  }

}

@media all and (max-width: 500px) {
  .banner-section.home-insurance {
    background-position-x: 90%;
  }

  .banner-section.life-insurance h1 br {
    display: block;
  }

  .banner-section.office-insurance {
    background-position-x: 90%;
  }

  .banner-section.car-insurance {
    background-position-x: 58%;
  }

  .banner-section.life-insurance {
    background-position-x: 72%;
  }

  .banner-section.medical-insurance {
    height: 310px !important;
    background-position-x: 77%;
  }

  .text-inner-pages {
    margin: 60px 0;
  }

  .wrapper {
    padding: 0 15px
  }

  .text-inner-pages h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .text-inner-pages p {
    margin-bottom: 20px;
  }

  .text-inner-pages p strong {
    font-size: 16px;
  }

  .text-inner-pages h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.1;
  }

  .text-inner-pages ul li::after {
    left: -10px;
    top: 6px;
  }

  .text-inner-pages ul li {
    padding-left: 10px;
  }

  .text-inner-pages a {
    font-size: 16px;
  }

  .text-inner-pages ul.circle-list li::after {
    left: -5px;
    top: 5px;
  }

  .text-inner-pages ul.privacy-list li {
    padding-left: 30px;
  }

  .text-inner-pages ul.privacy-list li br {
    display: none;
  }

  .red-box-section .top-text {
    padding: 0;
  }

  .red-box-section .top-text h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .red-box-section .bottom-text p {
    font-size: 16px;
  }

  .red-box-section .black-top-text {
    margin-top: 10px;
  }

  .red-box-section .black-top-text h3 {
    font-size: 35px;
  }

  .red-box-section .black-bottom-text p {
    margin-bottom: 5px;
  }

  ul.assured-list li {
    width: 100%;
  }

  ul.assured-list li:last-child {
    margin-bottom: 0;
  }

  .anvantage-section {
    padding: 70px 0;
    margin-top: 70px;
  }

  .banner-section {
    text-align: center;
    padding-bottom: 50px;
    height: 350px !important;
  }

  .banner-section h1 {
    font-size: 40px;
    font-weight: 600;
  }

  .banner-section h1 br {
    display: none;
  }

  .banner-section p {
    font-size: 20px;
  }

  ul.assured-list li img.mobile-icon {
    width: 65px;
  }

  ul.assured-list li h6 {
    font-size: 17px;
    width: 70%;
  }

  .banner-section.showroom-banner {
    height: 500px !important;
    background: url(../images/mobile-showroom-banner.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 30px;
  }

  .showroom-tab-img-sec {
    display: none;
  }

  .showroom-mobile-sider {
    display: block;
  }

  .showroom-tab-content p.add {
    width: 85%;
  }

  .mobile-tab-section {
    margin: 60px 0 40px;
  }

  .showroom-section {
    margin-top: 0;
  }

  .dropdown-list::after {
    top: 25px;
  }

  .mobile-silder .slick-arrow {
    background-color: #fff;
    border: none;
    font-size: 0;
    width: 57px;
    height: 52px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 11;
    transition: ease-in-out .2s;
    opacity: 1;
  }

  .mobile-silder .slick-arrow.slick-prev {
    right: 68px;
  }

  .mobile-silder .slick-arrow:hover {
    opacity: .9;
  }

  .mobile-silder .slick-arrow::after {
    content: '';
    position: absolute;
    background: url(../images/slider-arrow-1.png);
    width: 6px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile-silder .slick-arrow.slick-prev::after {
    background: url(../images/slider-arrow-2.png);
  }

  .showroom-tab-content {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .showroom-tab-content p {
    font-size: 16px;
    font-weight: 400;
  }

  .showroom-icon-section {
    margin-top: 50px;
  }

  .showroom-tab-content p.add a::after {
    right: -40px;
  }

  .faq-banner {
    background: none;
  }

  .faq-banner .text-box h1 {
    color: #000;
    font-size: 30px;
  }

  .faq-banner .text-box p {
    display: none;
  }

  .search-box input {
    padding: 20px 10px 70px 50px;
  }

  .search-box button {
    width: 90%;
    bottom: 10px;
    top: auto;
    left: 20px;
  }

  .faq-banner {
    padding-bottom: 0;
    height: 120px !important;
    padding-top: 50px;
  }

  .faq-banner .text-box h1 {
    margin-top: 0;
  }

  .faq-section {
    margin-top: 40px;
  }

  .inner-search-box {
    margin-bottom: 30px;
  }

  .search-box>p {
    width: 70%;
    margin: 0 auto;
  }

  .faq-tab-box ul.faq-tab {
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .faq-tab-content h3 {
    text-align: center;
    margin-bottom: 0;
  }

  .faq-tab-content h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .faq-tab-content span.faq-icon-2 {
    margin-top: 9px;
  }

  .opening-box-2 p {
    font-size: 16px;
  }

  .current-qtion-list-2 .opening-box-2 {
    padding-bottom: 20px;
  }

  .still-qtion-section {
    margin: 70px 0;
  }

  .still-qtion-section p {
    font-size: 16px;
  }

  ul.still-qtion-list li {
    width: 100%;
  }

  ul.still-qtion-list li:first-child {
    margin-bottom: 10px;
  }

  .still-qtion-box a {
    margin: 10px 0;
  }

  ul.wallpaper-list li {
    width: 100%;
  }

  .bottom-count a.show-btn {
    width: 100%;
    margin-top: 30px;
    padding: 15px 0;
  }

  ul.nav-count li {
    padding: 12px 0;
  }

  ul.wallpaper-list li {
    margin-bottom: 40px;
  }

  ul.wallpaper-list {
    margin: 0;
  }

  ul.wallpaper-list li {
    padding: 0;
  }

  .popup-body h5 {
    font-size: 16px;
  }

  .popup-body ul.dl-btn {
    margin-top: 30px;
  }

  .popup-body ul.dl-btn li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
  }

  .popup-body ul.dl-btn li a {
    font-size: 13px;
  }

  .popup-body ul.dl-btn li a strong {
    font-size: 13px;
    letter-spacing: 2px;
  }
}

@media all and (max-width: 430px) {
  .showroom-tab-content p.add a::after {
    right: -70px;
  }

  .search-box button {
    left: 18px;
  }

  .faq-tab-content h3 {
    margin-bottom: 5px;
    font-size: 27px;
  }

  .search-box>p {
    width: 80%;
  }
}

@media all and (max-width: 375px) {
  .banner-section.car-insurance {
    background-position-x: 57%;
  }

  .search-box button {
    left: 16px;
  }
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

a {
  text-decoration: none;
  color: inherit;
}

.col-1 {
  width: 15%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 40%;
}

.col-5 {
  width: 50%;
}

.col-6 {
  width: 60%;
}

.col-7 {
  width: 70%;
}

.col-8 {
  width: 80%;
}

.col-9 {
  width: 85%;
}

.wrapper {
  /* max-width: 1045px; */
  margin: 0 auto;
  /* padding: 0 50px; */
}

.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-inner-pages {
  margin: 100px 0;
}

.mobile-tab-section {
  display: none;
}

.text-inner-pages h1 {
  font-size: 40px;
  color: #000;
  font-weight: 600;
  margin: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Times New Roman';
}

.text-inner-pages p {
  font-size: 20px;
  color: #585858;
  font-weight: 300;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1.4;
  font-family: 'Times New Roman';
}

.text-inner-pages p strong {
  font-weight: 500;
}

.text-inner-pages h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Times New Roman';
}

.text-inner-pages a {
  font-size: 20px;
  color: #585858;
  font-weight: 600;
  text-decoration: none;
}

.text-inner-pages p.list {
  margin-bottom: 20px;
}

.text-inner-pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-inner-pages ul li {
  position: relative;
  font-size: 20px;
  color: #585858;
  font-weight: 600;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 20px;
  font-family: 'Times New Roman';
}

.text-inner-pages ul li::after {
  content: '';
  position: absolute;
  background: url(../images/tick.png) no-repeat center;
  width: 15px;
  height: 11px;
  top: 8px;
  left: 0;
}

.text-inner-pages ul li br {
  margin-bottom: 7px;
}

.text-inner-pages ul li strong {
  font-weight: 500;
}

.text-inner-pages ul.circle-list li {
  font-weight: 300;
}

.text-inner-pages ul.privacy-list li::after {
  content: '';
  position: absolute;
  background: url(../images/privacy-list-icon-1.png) top center no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}

.text-inner-pages ul.privacy-list li:nth-child(2)::after {
  background-position: 0px -20px;
}

.text-inner-pages ul.privacy-list li:nth-child(3)::after {
  background-position: 0px -41px;
}

.text-inner-pages ul.privacy-list li:nth-child(4)::after {
  background-position: 0px -61px;
}

.text-inner-pages ul.circle-list li::after {
  background-image: none;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px #919396 solid;
}

.banner-section.car-insurance {
  background: url(../images/banner-img-1.jpg) no-repeat center;
}

.banner-section.office-insurance {
  background: url(../images/banner-img-4.jpg) no-repeat center;
}

.banner-section.life-insurance {
  background: url(../images/banner-img-5.jpg) no-repeat center;
}

.banner-section.medical-insurance {
  background: url(../images/banner-img-3.jpg) no-repeat center;
}

.banner-section.home-insurance {
  background: url(../images/banner-img-2.jpg) no-repeat center;
}

.banner-section {
  height: 565px;
  background-size: cover !important;
  align-items: flex-end;
  padding-bottom: 80px;
}

.banner-section h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Times New Roman';
  text-transform: uppercase;
}

.banner-section p {
  font-family: 'Times New Roman';
  font-size: 28px;
  color: #fff;
  font-weight: 300;
}

.insurance-section {
  padding: 80px 0 0 0;
  background-color: #fff;
}

.insurance-section ul.insur-tab {
  margin: 0 -2px;
  width: 100%;
  margin-bottom: 80px;
}

.insurance-section ul.insur-tab li {
  padding: 0 2px;
  width: calc(100% / 5);
  text-align: center;
}

.insurance-section ul.insur-tab li a h5 {
  font-size: 22px;
  color: #777777;
  font-weight: 500;
  font-family: 'Times New Roman';
  position: relative;
  padding-bottom: 20px;
  transition: ease-in-out .3s;
  letter-spacing: 1px;
}

.insurance-section ul.insur-tab li a h5::after {
  content: '';
  position: absolute;
  background-color: #777777;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}

.insurance-section ul.insur-tab li.current a h5 {
  color: #336698;
  transition: ease-in-out .3s;
}

.insurance-section ul.insur-tab li.current a h5::after {
  background-color: #336698;
}

.insurance-section ul.insur-tab li:hover a h5 {
  color: #336698;
}

.insurance-section ul.insur-tab li a h5::before {
  content: '';
  position: absolute;
  background-color: #336698;
  width: 0;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  z-index: 11;
  transition: ease-in-out .3s;
}

.insurance-section ul.insur-tab li:hover a h5::before {
  width: 100%;
}

.red-box-section .top-text {
  background-color: #336698;
  height: 130px;
  align-items: center;
  padding: 0 60px
}

.red-box-section .top-text h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 200;
  font-family: 'Times New Roman';
}

.red-box-section .top-text h2 strong {
  font-weight: 600;
}

.red-box-section .bottom-text {
  padding: 45px 60px 45px 60px;
  background-color: #72a8dd;
}

.red-box-section .bottom-text p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  font-family: 'Times New Roman';
  line-height: 1.6;
}

.red-box-section ul.red-list {
  margin-top: 80px;
}

.red-box-section ul.red-list li {
  width: calc(100% / 3);
  padding-left: 50px;
}

.red-box-section ul.red-list li:nth-child(2) {
  border-left: 1px solid #336698;
  border-right: 1px solid #336698;
}

.red-box-section ul.red-list li:first-child {
  padding-left: 0;
}

.red-box-section ul.red-list li p {
  margin-top: 20px;
}

.red-box-section .black-top-text {
  background-color: #000;
  align-items: center;
  height: 130px;
  text-align: center;
  justify-content: center;
}

.red-box-section .black-top-text p {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.red-box-section .black-top-text h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.red-box-section .black-bottom-text {
  background-color: #0d0d0d;
  padding: 50px 30px;
}

.red-box-section .black-bottom-text form input {
  width: 100%;
  border: none;
  background-color: #3d3d3d;
  padding: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-family: 'Times New Roman';
  margin-bottom: 10px;
  border-radius: 10px;
}

.red-box-section .black-bottom-text form button {
  width: 100%;
  border: none;
  background-color: #336698;
  padding: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-family: 'Times New Roman';
  margin-top: 10px;
  border-radius: 10px;
  letter-spacing: 4px;
  transition: ease-in-out.3s;
  border: 1px solid #336698;
  cursor: pointer;
}

.red-box-section .black-bottom-text form button:hover {
  color: #336698;
  background-color: transparent;
}

.red-box-section .black-bottom-text form {
  margin-bottom: 60px;
}

.red-box-section .black-bottom-text p {
  font-size: 18px;
  text-transform: uppercase;
  color: #c1c1c1;
  font-weight: 500;
  font-family: 'Times New Roman';
  margin-bottom: 10px;
  text-align: center;
}

.red-box-section .black-bottom-text h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-family: 'Times New Roman';
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 15px;
}

.red-box-section .black-bottom-text a {
  font-size: 20px;
  text-transform: uppercase;
  color: #336698;
  font-weight: 700;
  font-family: 'Times New Roman';
  letter-spacing: 2px;
  text-align: center;
  display: block;
}

.grey-heading-box {
  padding-top: 150px;
  text-align: center;
  background: url(../images/insurance-bg.jpg) no-repeat center bottom;
  background-position-y: -93%;
}

.grey-heading-box h3 {
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}

.grey-heading-box p {
  font-family: 'Times New Roman';
  font-weight: 300;
  font-size: 20px;
  color: #585858;
}

ul.assured-list {
  margin-top: 170px;
}

ul.assured-list li {
  width: calc(100% / 5);
  text-align: center;
}

ul.assured-list li h6 {
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin-top: 40px;
}

ul.assured-list li img.mobile-icon {
  display: none;
}

.anvantage-section {
  padding: 100px 0;
  margin-top: 100px;
  border-top: 1px solid #dfdfdf;
}

.anvantage-section .heading-box {
  text-align: center;
}

.anvantage-section .heading-box h2 {
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 40px;
  color: #000;
}

.anvantage-section .heading-box p {
  font-family: 'Times New Roman';
  font-weight: 500;
  font-size: 18px;
  color: #313131;
  text-transform: uppercase;
}

.anvantage-section ul.anvantage-list {
  margin: 0 -20px;
  margin-top: 50px;
}

.anvantage-section ul.anvantage-list li {
  width: calc(100% / 3);
  padding: 0 20px;
}

.anvantage-box {
  border: 1px solid #dfdfdf;
  padding: 50px 40px;
  text-align: center;
  border-radius: 20px;
}

.anvantage-box h4 {
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 30px;
  color: #000;
  margin: 60px 0 50px 0;
  line-height: 1;
}

.anvantage-box p {
  font-size: 20px;
  color: #585858;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Times New Roman';
}

.banner-section.showroom-banner {
  background: url(../images/showroom-banner.jpg) no-repeat center;
  padding-bottom: 90px;
}

.banner-section.showroom-banner h1 {
  margin-bottom: 0;
  line-height: 1;
}

.banner-section.showroom-banner p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
  font-family: 'Times New Roman';
}

.banner-section.showroom-banner .flex-box {
  justify-content: space-between;
  align-items: flex-end;
}

.banner-section.showroom-banner .text-box {
  width: 50%;
}

.banner-section.showroom-banner a.banner-btn {
  width: auto;
  padding: 25px 140px 25px 30px;
  background-color: #fff;
  font-size: 20px;
  color: #000;
  font-family: 'Times New Roman';
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  position: relative;
  transition: ease-in-out .2s;
  opacity: .8;
}

.banner-section.showroom-banner a.banner-btn sup {
  vertical-align: super;
  font-size: 10px;
  font-family: 'Times New Roman';
  font-weight: 500;
}

.banner-section.showroom-banner a.banner-btn::after {
  content: '';
  position: absolute;
  background: url(../images/play.png) no-repeat center;
  width: 29px;
  height: 29px;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  transition: .2s cubic-bezier(.42, 0, .21, 1.19);
  opacity: 0;
}

.banner-section.showroom-banner a.banner-btn:hover::after {
  right: 25px;
  opacity: 1;
}

.banner-section.showroom-banner a.banner-btn:hover {
  opacity: 1;
}

.showroom-section {
  margin: 80px 0 0;
}

ul.showroom-tab {
  margin: 0 -2px;
  width: 100%;
  margin-bottom: 80px;
}

ul.showroom-tab li {
  padding: 0 2px;
  width: calc(100% / 3);
  text-align: center;
  cursor: pointer;
}

ul.showroom-tab li h5 {
  font-size: 22px;
  color: #777777;
  font-weight: 500;
  font-family: 'Times New Roman';
  position: relative;
  padding-bottom: 20px;
  transition: ease-in-out .3s;
  letter-spacing: 1px;
  text-transform: uppercase;
}

ul.showroom-tab li h5::after {
  content: '';
  position: absolute;
  background-color: #777777;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}

ul.showroom-tab li.current h5 {
  color: #336698;
  transition: ease-in-out .3s;
}

ul.showroom-tab li.current h5::after {
  background-color: #336698;
}

ul.showroom-tab li:hover h5 {
  color: #336698;
}

ul.showroom-tab li h5::before {
  content: '';
  position: absolute;
  background-color: #336698;
  width: 0;
  height: 5px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  z-index: 11;
  transition: ease-in-out .3s;
}

ul.showroom-tab li:hover h5::before {
  width: 100%;
}

.showroom-tab-content {
  display: none;
  margin-bottom: 100px;
  background: rgb(244, 244, 244);
  background: -moz-linear-gradient(0deg, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 75%);
  background: -webkit-linear-gradient(0deg, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 75%);
  background: linear-gradient(0deg, rgba(244, 244, 244, 1) 20%, rgba(255, 255, 255, 1) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#ffffff", GradientType=1);
  padding-bottom: 120px;
}

.showroom-tab-content:last-child {
  margin-bottom: 0;
}

.showroom-tab-content.current {
  display: block;
}

.showroom-tab-content h2 {
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}

.showroom-tab-content p {
  font-size: 20px;
  color: #585858;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Times New Roman';
  margin-bottom: 30px;
}

.showroom-tab-content p.add {
  font-size: 20px;
  color: #336698;
  font-weight: 300;
  line-height: 1.4;
  font-family: 'Times New Roman';
  position: relative;
  display: inline-block;
}

.showroom-tab-content p.add a {
  color: #585858;
}

.showroom-tab-content p.add a::after {
  content: '';
  position: absolute;
  background: url(../images/add-1.png) no-repeat center;
  width: 17px;
  height: 24px;
  top: 0;
  right: -25px;
}

.showroom-tab-content p.add a:hover::after {
  background: url(../images/add-2.png) no-repeat center;
}

.showroom-tab-img-sec {
  margin: 70px 0 50px;
}

.showroom-tab-img-sec .img-box img {
  width: 100%;
  height: 100%;
}

.four-img-line {
  margin: 0 -5px;
  margin-bottom: 10px;
}

.four-img-line .img-box {
  padding: 0 5px;
  width: calc(100% / 4);
}

.three-img-line {
  margin: 0 -5px;
}

.three-img-line .img-box {
  padding: 0 5px;
  width: calc(100% / 3);
}

a.more-btn {
  text-align: center;
  width: 450px;
  margin: 0 auto;
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 10px;
  border: 1px solid #1a1a1a;
  display: block;
  padding: 25px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.showroom-icon-section {
  margin-top: 120px;
}

.showroom-icon-section h3 {
  font-family: 'Times New Roman';
  font-weight: 600;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0;
}

ul.showroom-icon-list {
  margin: 0 -60px;
  margin-top: 50px;
}

ul.showroom-icon-list li {
  width: calc(100% / 6);
  text-align: center;
}

ul.showroom-icon-list li h5 {
  font-family: 'Times New Roman';
  font-weight: 500;
  font-size: 22px;
  color: #000;
  margin-top: 40px;
}

.showroom-mobile-sider {
  display: none;
}

.mobile-showroom-icon-list {
  display: none;
}

.faq-banner {
  background: url(../images/faq-banner.jpg) no-repeat center;
}

.faq-banner .text-box {
  text-align: center;
}

.faq-banner .text-box h1 {
  font-size: 60px;
  margin-top: 40px;
  margin-bottom: 0;
}

.faq-banner .text-box p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: 'Times New Roman';
}

.faq-section {
  margin: 70px 0;
}

.search-box {
  text-align: center;
}

.inner-search-box {
  position: relative;
  display: inline-block;
  max-width: 650px;
  width: 100%;
  margin-bottom: 60px;
}

.search-box input {
  display: block;
  color: #404040;
  font-family: "Times New Roman", arial;
  font-size: 17px;
  letter-spacing: .5px;
  font-weight: normal;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 130px 20px 60px;
  padding-right: 130px;
  margin: 0 auto;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 12px;
  border: 0 none;
  transition: all 0.3s ease-in-out;
}

.search-box button {
  display: block;
  width: 120px;
  cursor: pointer;
  color: #000;
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid #fff;
  background-color: #fff;
  letter-spacing: 3px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 7px;
  left: auto;
  right: 7px;
  z-index: 1;
}

.search-box button:hover {
  border: 1px solid #000;
}

.inner-search-box::after {
  position: absolute;
  content: '';
  background: url(../images/search.png) no-repeat center;
  width: 17px;
  height: 17px;
  top: 22px;
  left: 25px;
  z-index: 11;
}

.search-box p {
  font-size: 18px;
  font-family: "Times New Roman";
  color: rgb(88, 88, 88);
}

.faq-tab-box ul.faq-tab {
  margin: 0 -10px;
  margin-top: 60px;
  margin-bottom: 120px;
}

.faq-tab-box ul.faq-tab li {
  text-align: center;
  width: calc(100% / 5);
  padding: 0 10px;
}

.faq-tab-box ul.faq-tab li .tab-box {
  border: 1px solid #cacaca;
  padding: 40px 0 25px;
  border-radius: 12px;
  cursor: pointer;
  transition: ease-in-out .3s;
}

.faq-tab-box ul.faq-tab li h5 {
  margin-top: 20px;
  font-size: 20px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.faq-tab-box ul.faq-tab li h5 strong {
  font-weight: 500;
}

.faq-tab-box ul.faq-tab li.current .tab-box {
  background-color: #f2f2f2;
  border: 1px solid #f43636;
}

.faq-tab-box ul.faq-tab li .tab-box:hover {
  background-color: #f2f2f2;
}

.faq-tab-content h3 {
  font-size: 28px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.faq-tab-content h4 {
  font-size: 23px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 25px;
  width: 95%;
  margin-top: 25px;
}

.current-qtion-list-2 {
  border-bottom: 1px solid #d6d6d6;
}

.current-qtion-list-2 .opening-box-2 {
  padding: 0 0 40px 0;
  display: none;
}

.faq-section>.container {
  max-width: 1260px;
}

.faq-tab-content span.faq-icon-2 {
  font-size: 27px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  font-weight: 500;
  text-align: right;
  width: 5%;
  margin-top: 22px;
}

.faq-tab-content .tab-content {
  display: none;
  animation: fadeEffect .5s;
  -webkit-animation: fadeEffect .5s;
  animation-timing-function: cubic-bezier(.46, .03, .52, .96);
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0.6;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0.6;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.opening-box-2 p {
  font-size: 20px;
  font-family: "Times New Roman";
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.563;
}

.faq-tab-content .tab-content.current {
  display: block;
}

.still-qtion-section {
  max-width: 820px;
  width: 100%;
  margin: 90px auto;
  text-align: center;
}

.still-qtion-section h3 {
  font-size: 28px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.still-qtion-section p {
  font-size: 19px;
  font-family: "Times New Roman";
  color: rgb(88, 88, 88);
  line-height: 1.5;
}

ul.still-qtion-list li {
  width: calc(100% / 2);
  text-align: center;
  padding: 0 15px;
}

.still-qtion-box {
  text-align: center;
  padding: 30px 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  transition: ease-in-out .3s;
}

.still-qtion-box img {
  display: block;
  margin: 0 auto;
  height: 35px;
  object-fit: contain;
  width: 35px;
}

ul.still-qtion-list {
  margin: 0 -15px;
  margin-top: 50px;
}

.still-qtion-box a {
  margin: 20px 0;
  display: block;
  font-size: 20px;
  font-family: "Times New Roman";
  font-weight: 700;
  letter-spacing: 2px;
}

.still-qtion-box p {
  font-size: 18px;
  font-family: "Times New Roman";
  color: #585858;
  font-weight: 500;
  line-height: 1;
}

.still-qtion-box:hover {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}

.wallpaper-banner {
  background: url(../images/wallpaper-banner.jpg) no-repeat center;
}

.wallpaper-banner p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: 'Times New Roman';
}

ul.wallpaper-list {
  margin: 0 -30px;
}

ul.wallpaper-list li {
  padding: 0 30px;
  width: calc(100% / 3);
  margin-bottom: 70px;
}

ul.wallpaper-list .top-heading h6 {
  font-size: 20px;
  font-family: 'Times New Roman';
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  width: 42px;
  text-align: center;
}

ul.wallpaper-list .top-heading h6::after {
  content: '';
  position: absolute;
  background-color: #000;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

ul.wallpaper-list .top-heading h5 {
  font-size: 18px;
  font-family: 'Times New Roman';
  color: #000;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.wallpaper-section {
  padding: 70px 0;
}

.middle-heading {
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 30px;
  padding: 0 15px;
}

.middle-heading h4 {
  font-size: 25px;
  font-family: 'Times New Roman';
  color: #000;
  font-weight: 600;
  margin-bottom: 3px;
}

.middle-heading a {
  width: 50px;
  height: 50px;
  border: 1px solid #cccccc;
  position: relative;
  border-radius: 10px;
  display: block;
  transition: ease-in-out .2s;
}

.middle-heading a::after {
  content: '';
  position: relative;
  background: url(../images/wall-download.png) no-repeat center;
  width: 16px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.middle-heading a:hover {
  border-color: #f43636;
}

.middle-heading span {
  font-size: 12px;
  font-family: 'Times New Roman';
  color: #8d8d8d;
  font-weight: 500;
  vertical-align: middle;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #8d8d8d;
}

.middle-heading img {
  vertical-align: middle;
}

.wallpaper-img img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.top-heading {
  padding: 0 15px;
}

.bottom-count {
  justify-content: space-between;
  align-items: center;
}

ul.nav-count li {
  font-size: 18px;
  font-family: 'Times New Roman';
  color: #000;
  font-weight: 300;
  padding: 20px 0;
  width: 65px;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 15px;
  margin-right: 2px;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  transition: ease-in-out .2s;
}

ul.nav-count li:hover {
  border: 1px solid #000;
}

ul.nav-count li.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.bottom-count a.show-btn {
  width: 450px;
  padding: 25px 0;
  font-family: "Times New Roman";
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  text-align: center;
  border-radius: 10px;
  transition: ease-in-out .2s;
}

.bottom-count a.show-btn:hover {
  background-color: #111111;
}

.wallpaper-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  width: 60%;

}

.popup-body h5 {
  font-size: 20px;
  font-family: "Times New Roman";
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}

.popup-body {
  padding: 70px 50px;
  text-align: center;
  background-color: #f1f1f1;
  position: relative;
  border-radius: 20px;
}

.wallpaper-popup a.close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 1111;
  font-size: 30px;
  font-family: "Times New Roman";
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  width: auto;
  height: auto;
  border: none;
}

ul.dl-btn {
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}

ul.dl-btn li {
  padding: 0 10px;
  width: calc(100% /3);
  margin: 0 0 20px 0;
}

ul.dl-btn li a {
  padding: 10px 0;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Times New Roman";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  letter-spacing: 2px;
  width: 100%;
  height: auto;
}

ul.dl-btn li a::after {
  display: none;
}

ul.dl-btn li a strong {
  font-weight: 600;
  display: block;
  font-size: 15px;
  letter-spacing: 3px;
}

.wallpaper-popup a.close-btn::after {
  display: none;
}

.bottom-cntnr.wallpapernav.flex-box {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.bottom-cntnr.wallpapernav.flex-box.center {
  justify-content: center;
}

.showmore-btn {
  min-width: 320px;
  padding: 12px 15px;
}

/*============= Loader CSS =================*/
.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #00652d;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  background-color: #fe0000;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em)
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-load-status {
  display: none;
  width: 100%;
  float: left;
}





@media all and (max-width: 1600px) {
  .red-box-section ul.red-list li {
    padding-left: 30px;
  }

  .banner-section {
    height: 480px;
  }

  .banner-section h1 {
    font-size: 45px;
  }

  .banner-section p {
    font-size: 22px;
  }

  .insurance-section {
    background-color: #f5f5f5;
  }

  .insurance-section ul.insur-tab li a h5 {
    font-size: 20px;
    text-transform: uppercase;
  }

  .insurance-section {
    padding: 60px 0 0 0;
  }

  .red-box-section .bottom-text p {
    font-size: 17px;
  }

  .red-box-section .black-bottom-text {
    padding: 50px 30px 40px 30px;
  }

  .red-box-section .top-text {
    height: 100px;
  }

  .red-box-section .black-top-text {
    height: 100px;
  }

  .red-box-section .top-text h2 {
    font-size: 28px;
  }

  .red-box-section .black-top-text h3 {
    font-size: 26px;
  }

  .red-box-section .black-top-text p {
    margin-bottom: 5px;
  }

  .red-box-section .black-bottom-text form input {
    padding: 15px 20px;
  }

  .red-box-section .bottom-text {
    padding: 45px 30px 45px 60px;
  }

  .red-box-section ul.red-list li p {
    width: 90%;
  }

  .red-box-section .black-bottom-text form {
    margin-bottom: 50px;
  }

  .red-box-section ul.red-list li img {
    width: 50px;
    height: 55px;
    object-fit: contain;
  }

  .red-box-section .black-bottom-text h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .grey-heading-box p {
    font-size: 18px;
  }

  .grey-heading-box h3 {
    font-size: 35px;
  }

  .grey-heading-box {
    background-position-y: -50px;
  }

  ul.assured-list li h6 {
    font-size: 20px;
  }

  .red-box-section .black-bottom-text form button {
    padding: 15px 20px;
  }

  .anvantage-section {
    padding: 60px 0;
    margin-top: 80px;
  }

  .anvantage-section .heading-box h2 {
    font-size: 35px;
  }

  .anvantage-box p {
    font-size: 18px;
  }

  .anvantage-box img {
    width: 50px;
  }

  .anvantage-box h4 {
    font-size: 27px;
    margin: 50px 0 25px 0;
  }

  .anvantage-box {
    padding: 40px 30px;
  }

  .banner-section.showroom-banner {
    padding-bottom: 80px;
  }

  .banner-section.showroom-banner a.banner-btn {
    padding: 20px 120px 20px 30px;
    font-size: 18px;
  }

  ul.showroom-tab li h5 {
    font-size: 20px;
  }

  ul.showroom-tab li h5::before,
  ul.showroom-tab li h5::after {
    height: 4px;
  }

  .showroom-tab-content h2 {
    font-size: 35px;
  }

  ul.showroom-tab {
    margin-bottom: 70px;
  }

  .showroom-tab-content p {
    font-size: 18px;
  }

  .showroom-tab-content p.add {
    font-size: 18px;
  }

  .showroom-icon-section h3 {
    font-size: 27px;
  }

  ul.showroom-icon-list li img {
    width: 100px;
  }

  ul.showroom-icon-list li h5 {
    margin-top: 20px;
    font-size: 20px;
  }

  a.more-btn {
    font-size: 16px;
    padding: 20px 0;
    width: 380px;
  }

  .showroom-mobile-sider {
    display: none;
  }





}


@media all and (max-width: 1440px) {
  .red-box-section .bottom-text {
    padding: 40px
  }

  .red-box-section .top-text {
    padding: 0 40px;
  }

  .red-box-section ul.red-list {
    margin-top: 40px;
  }

  .anvantage-box {
    padding: 40px 20px;
  }

  ul.assured-list li h6 {
    font-size: 19px;
  }

  ul.assured-list li img {
    width: 90px;
  }

  .grey-heading-box {
    background-position-y: -93px;
  }

  ul.assured-list li h6 {
    margin-top: 25px;
  }

  .banner-section.showroom-banner {
    padding-bottom: 70px;
    height: 450px;
  }

  .showroom-section {
    margin-top: 60px;
  }

  ul.showroom-tab {
    margin-bottom: 50px;
  }

  .showroom-tab-content h2 {
    font-size: 30px;
  }

  .showroom-tab-img-sec {
    margin-top: 50px;
  }

  a.more-btn {
    padding: 15px 0;
    width: 350px;
  }

  .showroom-icon-section h3 {
    font-size: 25px;
  }

  ul.showroom-icon-list li h5 {
    font-size: 18px;
  }

}

@media all and (max-width: 1370px) {
  .banner-section {
    height: 400px;
    padding-bottom: 60px;
  }

  .banner-section h1 {
    font-size: 42px;
    line-height: 1.1;
  }

  .banner-section p {
    font-size: 20px;
  }

  .insurance-section ul.insur-tab li a h5 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .insurance-section ul.insur-tab li a h5::after,
  .insurance-section ul.insur-tab li a h5::before {
    height: 4px;
  }

  .red-box-section>.col-7 {
    width: 73%;
  }

  .red-box-section>.col-3 {
    width: 27%;
  }

  .red-box-section .black-bottom-text {
    padding: 50px 25px 40px 25px;
  }

  .red-box-section .black-bottom-text form input,
  .red-box-section .black-bottom-text form button {
    padding: 15px;
    font-size: 15px;
  }

  .red-box-section ul.red-list li p {
    width: 97%;
    font-size: 16px;
  }

  .red-box-section .black-bottom-text h4 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .red-box-section .black-bottom-text p {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .red-box-section .black-bottom-text a {
    font-size: 18px;
  }

  .red-box-section .black-bottom-text form {
    margin-bottom: 40px;
  }

  .red-box-section .black-top-text p {
    font-size: 13px;
  }

  .red-box-section .black-top-text h3 {
    font-size: 24px;
  }

  .insurance-section ul.insur-tab {
    margin-bottom: 55px;
  }

  .grey-heading-box {
    padding-top: 100px;
    background-position-y: -145px;
  }

  .banner-section.showroom-banner {
    height: 400px;
  }

  .showroom-icon-section {
    margin-top: 70px;
  }

  .showroom-tab-content {
    margin-bottom: 70px;
    padding-bottom: 80px;
  }

  .opening-box-2 p {
    font-size: 18px;
  }

  .faq-tab-content h4 {
    font-size: 21px;
  }

  ul.wallpaper-list {
    margin: 0 -15px;
  }

  ul.wallpaper-list li {
    padding: 0 15px;
  }

  .top-heading,
  .middle-heading {
    padding: 0 10px;
  }

}

@media all and (max-width: 1280px) {
  .red-box-section .bottom-text p {
    font-size: 16px;
  }

  .red-box-section .black-bottom-text form button {
    padding: 15px 7px;
  }

  .red-box-section .black-bottom-text {
    padding: 50px 15px 40px 15px;
  }

  .red-box-section .top-text h2 {
    font-size: 26px;
  }

  .anvantage-box h4 {
    font-size: 26px;
    margin: 30px 0 20px 0;
  }

  .anvantage-section ul.anvantage-list {
    margin: 0 -10px;
    margin-top: 40px;
  }

  .anvantage-section ul.anvantage-list li {
    padding: 0 10px;
  }

  .banner-section.showroom-banner p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .banner-section.showroom-banner a.banner-btn {
    padding: 15px 100px 15px 30px;
    font-size: 16px;
  }

  .showroom-tab-content h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }

  ul.showroom-tab li h5 {
    font-size: 18px;
  }

  .faq-tab-box ul.faq-tab li .tab-box img {
    margin: 0 auto;
  }
}


@media all and (max-width: 1025px) {
  .container {
    width: 90%;
  }

  .text-inner-pages {
    margin: 80px 0;
  }

  .text-inner-pages h1 {
    margin-bottom: 50px;
    font-size: 35px;
  }

  .text-inner-pages p {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .text-inner-pages h2 {
    font-size: 27px;
  }

  .text-inner-pages ul li {
    font-size: 17px;
  }

  .text-inner-pages a {
    font-size: 17px;
  }

  .anvantage-section ul.anvantage-list {
    margin: 0 -10px;
    margin-top: 40px;
  }

  .anvantage-section ul.anvantage-list li {
    padding: 0 10px;
  }

  .anvantage-box p {
    font-size: 17px;
  }

  .anvantage-box {
    padding: 30px 15px;
  }

  .red-box-section .black-top-text h3 {
    font-size: 26px;
  }

  .red-box-section .black-top-text p {
    letter-spacing: 2px;
  }

  .red-box-section .bottom-text p {
    line-height: 1.4;
  }

  .red-box-section ul.red-list li p {
    width: 95%;
  }

  .red-box-section .black-bottom-text {
    padding: 30px 15px;
  }

  .red-box-section ul.red-list li {
    padding-left: 15px;
  }

  .red-box-section .black-bottom-text form {
    margin-bottom: 30px;
  }

  ul.assured-list li h6 {
    margin-top: 20px;
    font-size: 18px;
  }

  .red-box-section .bottom-text {
    padding: 40px 25px;
  }

  .red-box-section .black-top-text h3 {
    font-size: 24px;
  }

  .faq-tab-content h4 {
    line-height: 1.4;
  }
}

@media all and (max-width: 800px) {
  .dropdown-list {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 3px;
    width: 100%;
    display: flex;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    color: #777777;
    font-weight: 400;
    font-family: 'Times New Roman';
    position: relative;
  }

  .dropdown-list::after {
    content: '';
    position: absolute;
    background: url(../images/down-icon2.png) no-repeat center;
    background-size: 90%;
    width: 18px;
    height: 10px;
    right: 20px;
    top: 20px;

  }

  .rotate-dropdown-arrow {
    transform: rotate(-180deg);
  }

  .dropdown-menu {
    display: none;
    flex-direction: column;
    border-radius: 4px;
    margin-top: 8px;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
    background: #fafafa;
    transform-origin: top left;
  }

  .dropdown-menu span {
    padding: 10px;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .dropdown-menu span:last-child {
    border: none;
  }

  .dropdown-menu span:hover {
    background: #eee;
  }

  #openDropdown:checked+.dropdown-menu {
    display: flex;
    animation: openDropDown 0.4s ease;
  }

  @keyframes openDropDown {
    from {
      transform: rotateX(50deg);
    }

    to {
      transform: rotateX(0deg);
    }
  }

  .dropdown-menu ul.tabs li {
    margin-bottom: 10px;
  }

  .dropdown-menu ul.tabs li h5 {
    font-size: 20px;
    color: #777777;
    font-weight: 400;
    font-family: 'Times New Roman';
    position: relative;
  }

  .wrapper {
    padding: 0 20px
  }

  .mobile-tab-section {
    display: block;
  }

  .insurance-section ul.insur-tab {
    display: none;
  }

  .red-box-section .col-7,
  .red-box-section .col-3 {
    width: 100%;
  }

  .red-box-section .top-text {
    background-color: #f2f2f2;
    height: auto;
    text-align: center;
  }

  .red-box-section .top-text h2 {
    color: #000;
    margin-bottom: 40px;
  }

  .insurance-section {
    padding-top: 50px;
    background-color: #f2f2f2;
    background-image: none;
  }

  .red-box-section .bottom-text {
    padding: 0;
    text-align: center;
    background-color: #f2f2f2;
  }

  .red-box-section ul.red-list li {
    width: 100%;
    border: 1px solid #dadada;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 15px;
  }

  .red-box-section ul.red-list li:first-child {
    padding-left: 40px;
  }

  .red-box-section .bottom-text p {
    color: #585858;
    font-weight: 400;
  }

  .grey-heading-box p {
    font-weight: 400;
    font-size: 16px;
  }

  .anvantage-box p {
    font-weight: 400;
    font-size: 16px;
  }

  .grey-heading-box p br {
    display: none;
  }

  .red-box-section ul.red-list li img {
    filter: invert(1);
  }

  .red-box-section ul.red-list li:nth-child(2) {
    border-color: #dadada;
  }

  .red-box-section .black-top-text {
    height: auto;
    background-color: #f2f2f2;
    margin-bottom: 30px;
  }

  .red-box-section .black-top-text p {
    color: #313131;
    font-size: 18px;
  }

  .red-box-section .black-top-text h3 {
    color: #313131;
    font-size: 40px;
  }

  .red-box-section .black-bottom-text {
    background-color: #f2f2f2;
  }

  .red-box-section .black-bottom-text form input {
    background-color: #fff;
    border: 1px solid #cccccc;
    color: #585858;
  }

  .red-box-section .black-bottom-text form button {
    background-color: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
  }

  .red-box-section .black-bottom-text {
    padding: 0;
    padding-bottom: 70px;
  }

  .red-box-section .black-bottom-text form {
    margin-bottom: 70px;
  }

  .red-box-section .black-bottom-text p {
    color: #949494;
    font-size: 18px;
  }

  .red-box-section .black-bottom-text h4 {
    color: #313131;
  }

  .red-box-section .black-bottom-text a {
    color: #000;
  }

  .grey-heading-box {
    background: none;
  }

  ul.assured-list {
    margin-top: 30px;
  }

  ul.assured-list li img {
    display: none;
  }

  ul.assured-list li img.mobile-icon {
    display: inline-block;
    vertical-align: middle;
  }

  ul.assured-list li {
    margin: 0;
    text-align: left;
    width: calc(100% / 1);
    margin-bottom: 20px;
  }

  ul.assured-list li h6 {
    margin-top: 0;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }

  ul.assured-list li h6 br {
    display: none;
  }

  .anvantage-section ul.anvantage-list li {
    width: 100%;
    margin-bottom: 30px;
  }

  .anvantage-section ul.anvantage-list li:last-child {
    margin-bottom: 0;
  }

  .anvantage-section {
    padding: 80px 0;
    margin-top: 80px;
  }

  .mobile-tab-section {
    margin: 100px 0 40px 0;
  }

  .mobile-tab-section h2 {
    font-size: 30px;
    color: #000;
    font-weight: 300;
    font-family: 'Times New Roman';
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  ul.insur-tab {
    height: 30px;
    width: 100%;
    border: 1px #000 solid;
  }

  ul.insur-tab li {
    padding: 5px 10px;
    z-index: 2;
    position: relative;
  }

  ul.insur-tab li:not(.init) {
    float: left;
    width: 130px;
    display: none;
    background: #ddd;
  }

  ul.insur-tab li:not(.init):hover,
  ul.insur-tab li.selected:not(.init) {
    background: #09f;
  }

  li.init {
    cursor: pointer;
  }

  a#submit {
    z-index: 1;
  }

  .grey-heading-box {
    padding-top: 60px;
  }

  .banner-section.showroom-banner {
    height: 500px;
  }

  .banner-section.showroom-banner .text-box {
    display: none;
  }

  .banner-section.showroom-banner .flex-box {
    justify-content: center;
  }

  .banner-section.showroom-banner a.banner-btn {
    opacity: 1;
  }

  .banner-section.showroom-banner a.banner-btn::after {
    opacity: 1;
    right: 25px;
  }

  ul.showroom-tab {
    display: none;
  }

  a.more-btn {
    display: none;
  }

  .showroom-tab-content p.add {
    color: #585858;
    font-weight: 500;
    font-size: 16px;
    position: relative;
  }

  .showroom-tab-content p.add a {
    font-weight: 400;
  }

  .showroom-tab-content p.add a::after {
    background: url(../images/map-icon.png) no-repeat center;
    width: 52px;
    height: 52px;
    top: -10px;
    right: -20px;
  }

  .showroom-tab-content p.add a:hover::after {
    background: url(../images/map-icon.png) no-repeat center;
  }

  ul.showroom-icon-list {
    margin: 40px 0 0 0;
  }

  ul.showroom-icon-list li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  ul.showroom-icon-list li img {
    display: none;
  }

  ul.showroom-icon-list li img.mobile-showroom-icon-list {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
  }

  ul.showroom-icon-list li h5 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 17px;
    width: 70%;
    margin-top: 0;
  }

  ul.showroom-icon-list li h5 br {
    display: none;
  }

  .showroom-tab-img-sec .img-box img {
    height: 160px;
    object-fit: cover;
  }

  .four-img-line {
    margin-bottom: 5px;
  }

  .showroom-tab-content {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    border-bottom: 1px solid #ebebeb;
  }

  ul.showroom-icon-list li:last-child {
    margin-bottom: 0;
  }

  ul.wallpaper-list li {
    width: 50%;
  }

  .bottom-count a.show-btn {
    width: 200px;
  }

  .wallpaper-popup {
    z-index: 9999;
    width: 95%;
  }

  .popup-body {
    padding: 50px 15px 30px 15px;
  }

  .popup-body h5 br {
    display: none;
  }

  .popup-body h5 {
    font-size: 16px;
  }

  .popup-body ul.dl-btn {
    margin-top: 30px;
  }

  .popup-body ul.dl-btn li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
  }

  .popup-body ul.dl-btn li a {
    font-size: 13px;
  }

  .popup-body ul.dl-btn li a strong {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .bottom-cntnr.wallpapernav.flex-box {
    justify-content: center;
  }

}

@media all and (max-width: 500px) {
  .banner-section.home-insurance {
    background-position-x: 90%;
  }

  .banner-section.life-insurance h1 br {
    display: block;
  }

  .banner-section.office-insurance {
    background-position-x: 90%;
  }

  .banner-section.car-insurance {
    background-position-x: 58%;
  }

  .banner-section.life-insurance {
    background-position-x: 72%;
  }

  .banner-section.medical-insurance {
    height: 310px !important;
    background-position-x: 77%;
  }

  .text-inner-pages {
    margin: 60px 0;
  }

  .wrapper {
    padding: 0 15px
  }

  .text-inner-pages h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .text-inner-pages p {
    margin-bottom: 20px;
  }

  .text-inner-pages p strong {
    font-size: 16px;
  }

  .text-inner-pages h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.1;
  }

  .text-inner-pages ul li::after {
    left: -10px;
    top: 6px;
  }

  .text-inner-pages ul li {
    padding-left: 10px;
  }

  .text-inner-pages a {
    font-size: 16px;
  }

  .text-inner-pages ul.circle-list li::after {
    left: -5px;
    top: 5px;
  }

  .text-inner-pages ul.privacy-list li {
    padding-left: 30px;
  }

  .text-inner-pages ul.privacy-list li br {
    display: none;
  }

  .red-box-section .top-text {
    padding: 0;
  }

  .red-box-section .top-text h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .red-box-section .bottom-text p {
    font-size: 16px;
  }

  .red-box-section .black-top-text {
    margin-top: 10px;
  }

  .red-box-section .black-top-text h3 {
    font-size: 35px;
  }

  .red-box-section .black-bottom-text p {
    margin-bottom: 5px;
  }

  ul.assured-list li {
    width: 100%;
  }

  ul.assured-list li:last-child {
    margin-bottom: 0;
  }

  .anvantage-section {
    padding: 70px 0;
    margin-top: 70px;
  }

  .banner-section {
    text-align: center;
    padding-bottom: 50px;
    height: 350px !important;
  }

  .banner-section h1 {
    font-size: 40px;
    font-weight: 600;
  }

  .banner-section h1 br {
    display: none;
  }

  .banner-section p {
    font-size: 20px;
  }

  ul.assured-list li img.mobile-icon {
    width: 65px;
  }

  ul.assured-list li h6 {
    font-size: 17px;
    width: 70%;
  }

  .banner-section.showroom-banner {
    height: 500px !important;
    background: url(../images/mobile-showroom-banner.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 30px;
  }

  .showroom-tab-img-sec {
    display: none;
  }

  .showroom-mobile-sider {
    display: block;
  }

  .showroom-tab-content p.add {
    width: 85%;
  }

  .mobile-tab-section {
    margin: 60px 0 40px;
  }

  .showroom-section {
    margin-top: 0;
  }

  .dropdown-list::after {
    top: 25px;
  }

  .mobile-silder .slick-arrow {
    background-color: #fff;
    border: none;
    font-size: 0;
    width: 57px;
    height: 52px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 11;
    transition: ease-in-out .2s;
    opacity: 1;
  }

  .mobile-silder .slick-arrow.slick-prev {
    right: 68px;
  }

  .mobile-silder .slick-arrow:hover {
    opacity: .9;
  }

  .mobile-silder .slick-arrow::after {
    content: '';
    position: absolute;
    background: url(../images/slider-arrow-1.png);
    width: 6px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile-silder .slick-arrow.slick-prev::after {
    background: url(../images/slider-arrow-2.png);
  }

  .showroom-tab-content {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .showroom-tab-content p {
    font-size: 16px;
    font-weight: 400;
  }

  .showroom-icon-section {
    margin-top: 50px;
  }

  .showroom-tab-content p.add a::after {
    right: -40px;
  }

  .faq-banner {
    background: none;
  }

  .faq-banner .text-box h1 {
    color: #000;
    font-size: 30px;
  }

  .faq-banner .text-box p {
    display: none;
  }

  .search-box input {
    padding: 20px 10px 70px 50px;
  }

  .search-box button {
    width: 90%;
    bottom: 10px;
    top: auto;
    left: 20px;
  }

  .faq-banner {
    padding-bottom: 0;
    height: 120px !important;
    padding-top: 50px;
  }

  .faq-banner .text-box h1 {
    margin-top: 0;
  }

  .faq-section {
    margin-top: 40px;
  }

  .inner-search-box {
    margin-bottom: 30px;
  }

  .search-box>p {
    width: 70%;
    margin: 0 auto;
  }

  .faq-tab-box ul.faq-tab {
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .faq-tab-content h3 {
    text-align: center;
    margin-bottom: 0;
  }

  .faq-tab-content h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .faq-tab-content span.faq-icon-2 {
    margin-top: 9px;
  }

  .opening-box-2 p {
    font-size: 16px;
  }

  .current-qtion-list-2 .opening-box-2 {
    padding-bottom: 20px;
  }

  .still-qtion-section {
    margin: 70px 0;
  }

  .still-qtion-section p {
    font-size: 16px;
  }

  ul.still-qtion-list li {
    width: 100%;
  }

  ul.still-qtion-list li:first-child {
    margin-bottom: 10px;
  }

  .still-qtion-box a {
    margin: 10px 0;
  }

  ul.wallpaper-list li {
    width: 100%;
  }

  .bottom-count a.show-btn {
    width: 100%;
    margin-top: 30px;
    padding: 15px 0;
  }

  ul.nav-count li {
    padding: 12px 0;
  }

  ul.wallpaper-list li {
    margin-bottom: 40px;
  }

  ul.wallpaper-list {
    margin: 0;
  }

  ul.wallpaper-list li {
    padding: 0;
  }

  .popup-body h5 {
    font-size: 16px;
  }

  .popup-body ul.dl-btn {
    margin-top: 30px;
  }

  .popup-body ul.dl-btn li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
  }

  .popup-body ul.dl-btn li a {
    font-size: 13px;
  }

  .popup-body ul.dl-btn li a strong {
    font-size: 13px;
    letter-spacing: 2px;
  }
}

@media all and (max-width: 430px) {
  .showroom-tab-content p.add a::after {
    right: -70px;
  }

  .search-box button {
    left: 18px;
  }

  .faq-tab-content h3 {
    margin-bottom: 5px;
    font-size: 27px;
  }

  .search-box>p {
    width: 80%;
  }
}

@media all and (max-width: 375px) {
  .banner-section.car-insurance {
    background-position-x: 57%;
  }

  .search-box button {
    left: 16px;
  }
}