html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.thin { font-weight: 100;}
.w100p { width: 100% !important;}
.w20p { width: 20% !important;}
.text-red {color: #fd1450;}
.guide-normal {font-size: 16px; letter-spacing: -1px;}
.guide-small {font-size: 14px; letter-spacing: -1px;}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -1px;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 80px;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading h2 {
    font-size: 41px;
    color: #000;
    margin-top: 20px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
    letter-spacing: -4px;
}

.section-heading .thin.l-s-0 {
  letter-spacing: normal;
}

.section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.main-button a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #d40448;
  font-size: 25px;
  font-weight: 600;
  padding: 0px 15px;
  border: none;
  transition: all .3s;
  width: 49%;
  margin-top: 20px;
  text-align: center;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
}
.main-button a:first-child {
  margin-right: 1%;
}

.main-button a:hover {
  box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.5);
}

.main-button a .thin {
  color: #333;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.header-area {
  background-color: #fff !important;
  height: 90px;
  padding: 15px 0;
}

.header-area {
  border-bottom: 1px solid #d0d0d0;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.background-header .main-nav .logo{
  margin-top: 18px;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-top: 10px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 3px;
  padding-right: 3px;
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
  background-color: #fd1450;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
}

.header-area .main-nav .nav li:last-child a {
  background-color: #363636;
  text-transform: uppercase;
  font-weight: 500;
}

.header-area .main-nav .nav li:last-child:hover a {
  background-color: #fc5450;
}

.header-area .main-nav .nav li:hover a {
  background-color: #fc5450;
}

.header-area .main-nav .nav li a.active {
  color: #fff;
  background-color: #fc5450;
}

.background-header .main-nav .nav li a.active {
  color: #fff;
  background-color: #fc5450;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #383838;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #383838;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 2px;
    padding-right: 2px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li:last-child,
  .header-area .main-nav .nav li:last-child {
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    background-color: transparent;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    margin-top: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/banner-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 400px;
}

.main-banner .caption h6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  font-size: 41px;
  color: #fff;
  margin-top: 20px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  letter-spacing: -4px;
}

.main-banner .caption p {
  color: #fff;
  margin-bottom: 70px;
}




/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.features {
  margin-top: -350px;
}

.features .item {
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  min-height: 400px;
  color: #fff;
  background-image: url(../images/bg_top.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: -2px;
}

.features .item h4 {
  font-size: 43px;
  color: #fff;
  letter-spacing: -5px;
  margin-bottom: 10px;
}

.features .item h5.thin {
  display: inline-block;
  font-size: 42px;
  color: #fff;
  letter-spacing: -5px;
}

.features .item p {
  margin: 22px 0;
  color: #fff;
  font-size: 24px;
  letter-spacing: -1px;
}

.features .item .image {
  display: inline-block;
  width: 480px; 
  position: absolute;
  top: 340px; 
  left: calc(50% - 64px);
}


/* 
---------------------------------------------
Merit Area Style
--------------------------------------------- 
*/
.merit-box .col-lg-4 {
  border-right: 1px dashed #d0d0d0;
}

.merit-box .sub-title {
  margin: 10px 0 36px 0;
  color: #de1f5b;
  font-size: 32px;
  position: relative;
}

.merit-box .sub-title::after {
  display: inline-block;
  width: 56px;
  height: 4px;
  position: absolute;
  content: '';
  top: 50px;
  left:  calc(50% - 28px);
  z-index: -1;
  background-color: #c0c0c0;
}

.merit-box .item  {
  display: inline-block;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 6px 20px;
  border: 1px solid #c0c0c0;
}

.merit-box .item .thumb {
  float: left;
  width: 45%;
  text-align: center;
  padding: 20px 0;
}

.merit-box .item .thumb img {
  width: 70px;
}
.merit-box .item .thumb h4 {
  text-align: center;
  font-size: 18px;
  margin: 2px;
}

.merit-box .item .side-content {
  float: right;
  width: 55%;
  padding: 15px 25px 15px 0;
  height: 132px;
  align-items: center;
  display: flex;
}

.merit-box .item .side-content p {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -1px;
  word-break: keep-all;
  line-height: 1.3;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  margin-top: 150px;
  padding: 30px 20px;
  background-color: #eee;
  min-height: 150px;
}

footer p {
  line-height: 1.5;
  color: #484848;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -1px;
}

footer img {
 width: 112px;
}

footer p a {
  color: #484848;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}


/* 
---------------------------------------------
Popup PAge Style
--------------------------------------------- 
*/

.pop {
  position: absolute;
  top: 364px;
  right: 30px;
  font-family: sans-serif;
  word-break: keep-all;
  background-color: #fff;
  width: 360px;
  padding: 31px 20px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  display: none;
}

.pop h3 {
  letter-spacing: -3px;
}

.pop .underlink {
  text-decoration: underline !important;
}

.pop .col-6 {
  padding: 0 2px;
}

.pop .col-6 button {
  font-size: 17px;
  padding: 0 40px;
  line-height: 40px;
}

.pop .col-6.text-end button {
  background-color: #363636;
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg.jpg);
  border-radius: 0px 0px 150px 150px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px 100px 0px;
  text-align: center;
}

.page-heading span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.page-heading span a {
  color: #fff;
}

.page-heading h3 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}


/* 
---------------------------------------------
Login PAge Style
--------------------------------------------- 
*/

.login-page h6 {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}


.login-page .saveid {
  position: relative;
  height: 42px;
  margin-top: 10px;
  float: left;
}

.login-page .saveid input {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.login-page .saveid label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 26px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
}

.login-page .saveid label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #e5e8eb;
}

.login-page .saveid label:after, .saveid label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  cursor: pointer;
}

.login-page .saveid label:after {
  width: 18px;
  height: 18px;
  background: url(../images/set_login.svg) no-repeat 0 -50px;
  opacity: 0;
  transition: all .15s linear;
}
.login-page .saveid input:checked+label:after, .login-page .saveid input[check=true]+label:after {
  opacity: 1;
  transition: all .2s linear;
}
.login-page .loginMenu {
  float: right;
  margin-top: 10px;
  margin-right: 0;
  border-right: none;
  position: relative;
}

.login-page .loginMenu a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  transition: all .15s linear;
  vertical-align: baseline;
  border-right: 1px solid #ccc;
}
.login-page .loginMenu a:last-child {
  padding-right: 0;
  border-right: none;
}


/* 
---------------------------------------------
Remote PAge Style
--------------------------------------------- 
*/

.remote-page .pic-remote {
  width: 96%;
  max-width: 180px;
}

.remote-page .user {
  display: block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.remote-page .user .small-text {
  font-size: 14px;
  position: relative;
  top: -2px;
}

.remote-page .user +  button {
  float: right;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 17px;
  height: 40px;
  line-height: 2;
  color: #fff;
  letter-spacing: -1px;
  background-color: #363636;
  position: relative;
  top: -40px;
}

.remote-page .user + button img {
  max-width: 24px;
  position: relative;
  top: -2px;
}

.remote-page .user .tel {
  letter-spacing: 0;
}

.remote-page .box-remote {
  display: inline-block;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 6px 0;
  border: 1px solid #c0c0c0;
  width: 100%;
  padding: 30px 5% 40px;
}

.box-remote h6 {
  font-size: 17px;
  margin-bottom: 20px;
}
.box-remote h6::before {
  display: inline-block;
  width: 30px;
  height: 20px;
  content: '';
  color: #fd1450;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -2px;
  margin-right: 10px
}

.box-remote h6.s1::before {
  content: '01';
}

.box-remote h6.s2::before {
  content: '02';
} 

.box-remote .guide-text {
  font-size: 15px;
  color: #f44d04;
  padding-left: 10px;
  display: inline-block;
  font-weight: 600;
}

.box-remote textarea {
  width: 100%;
  height: 132px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.box-remote .guide-text +  button {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 17px;
  height: 40px;
  line-height: 2;
  color: #484848;
  letter-spacing: -1px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 6px;
}

.box-remote .guide-text + button img {
  max-width: 24px;
  position: relative;
  top: -2px;
}

.box-remote .box-gray {
  width: 100%;
  padding: 10px 30px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.box-gray .box-title {
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
}

.btn-full {
  width: 100%;
  height: 62px;
  padding: 0px 20px;
}

.box-gray input {
  height: 40px;
  border: 2px solid #242424; 
  border-radius: 2px;
  background-color: #fff;
}


/*
---------------------------------------------
Tab Style
--------------------------------------------- 
*/

.tabs-content {
  transition: all 0.3s;
  margin-top: 40px;
}
.tabs-content .nav-wrapper{
  padding:0;
}

.tabs-content .nav-link {
  border: none;
  border-radius: 0px;
  background-color: #eee;
  font-size: 17px;
  font-weight: 600;
  color: #1e1e1e;
  padding: 10px 35px;
  border: 1px solid #d7d7d7;
  border-bottom: 0px solid #fff;
  position: relative;
  z-index: 2;
  letter-spacing: -1px;
}

.tabs-content ul.nav-tabs {
  border-bottom: none;
}

.tabs-content ul.nav-tabs li {
  text-align: center;
}

.tabs-content ul.nav-tabs li:last-child {
  border-left: 0px;
}

.tabs-content .nav-tabs .nav-link.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.tabs-content .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #fd1450;
}

.tabs-content .tab-pane {
  border: 1px solid #d7d7d7;
  padding: 40px 15%;
}


/*
---------------------------------------------
Form Style
--------------------------------------------- 
*/
form input {
  height: 45px;
  padding: 0px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: -1px;
}

.form textarea {
  width: 100%;
  height: 130px;
  border-radius: 25px;
  padding: 20px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 30px;
}

button {
  display: inline-block;
  line-height: 50px;
  background-color: #fd1450;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 40px;
  border: none;
  border-radius: 8px;
  transition: all .3s;
  letter-spacing: -1px;
}

button:hover {
  background-color: #fc5450;
}

button.btn-small {
height: 45px;
line-height: 45px;
font-size: 17px;
padding: 0 10px;
background-color: #363636;
margin-left: 2px;
}

form textarea {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: -1px;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}


@media (max-width: 1400px) {
    .merit-box .item .thumb h4 {
      font-size: 17px;
    }
    .merit-box .item .side-content p {
      font-size: 15px;
    }
}
@media (max-width: 1200px) {
  .merit-box .item .thumb h4 {
    font-size: 14px;
  }
  .merit-box .item .side-content p {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .merit-box .col-lg-4 {
    border-right: 0px dashed #fff;
  }
  .merit-box .item  {
    width: 100%;
    margin: 6px 0;
  }
  .merit-box .item .thumb h4 {
    font-size: 13px;
  }
  .merit-box .item .side-content p {
    font-size: 13px;
  }
  .header-area .main-nav .logo img {
    max-width: 110px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav ul.nav {
    margin-top: 0px;
  }
  .background-header .main-nav ul.nav {
    margin-top: 20px;
  }
  .main-banner .caption {
    margin-bottom: 45px;
    text-align: center;
  }
  .main-banner .caption form,
  .main-banner .caption form input {
    max-width: 100%;
  }
  .features .item {
    margin-bottom: 30px;
  }

  .tabs-content .nav-link {
    font-size: 16px;
  }
  .tabs-content .tab-pane {
    padding: 40px 10%;
  }
  .page-heading {
    padding: 140px 0px 100px 0px;
  }
}

@media (max-width: 767px) {
  .header-area {
    top: 0;
  }
  .remote-page .user +  button {
    float: none;
    top: 0;
    margin-bottom: 20px;
  }
  .box-remote .guide-text {
    display: block;
  }
  .remote-page .box-remote {
    padding: 15px 5% 15px;
  }
 
  .btn-full {
    margin: 20px 0;
  }
  .section {
    margin-top: 30px;
    padding: 0 20px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .merit-box .item .thumb h4 {
    font-size: 20px;
  }
  .merit-box .item .side-content p {
    font-size: 17px;
  }
  .merit-box .sub-title {
    margin: 36px 0;
  }
  .main-banner {
    padding: 60px 0px 400px;
  }
  .main-banner .caption h2 .thin, .main-page .section-heading .thin, footer .thin {
    display: block;
  }
  .main-banner .right-image span.offer {
    left: 20px;
    bottom: 20px;
  }
  .features {
    margin-top: -400px;
  }
  .features .item {
    width: 100%;
    overflow: hidden;
    padding: 32px;
  }
  .features .item .image {
    position: relative;
    top: -20px; 
    left: calc(50% - 120px);
    width: 360px;
  }
  .main-button a {
    width: 100%;
    margin-top: 10px;
  }
  footer {
    margin-top: 60px;
  }
  footer .text-end {
    text-align: left !important;
  }

}

@media (max-width: 414px) {
  .merit-box .item .thumb h4 {
    font-size: 18px;
  }
  .merit-box .item .side-content p {
    font-size: 16px;
  }
  .pop {
    position: absolute;
    top: 400px;
    right: 28px;
  }
  form input {
    height: 40px;
  }
  form button.btn-small {height: 40px; line-height: 40px;}
}

@media (max-width: 375px) {
  .pop {
    position: absolute;
    top: 400px;
    right: 8px;
  }
}
