@import url('../css2');

/* 
font-family: 'Jost', sans-serif;
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

a,
button,
input[type="submit"] {
  cursor: pointer
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

a {
  color: #1c1c1c;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: 'Jost', sans-serif
}

body {
  font-size: 15px;
  font-family: 'Jost', sans-serif;
  color: #1c1c1c;
  overflow-x: hidden;
}

p {
  line-height: 30px;
  color: #1c1c1c
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 15px) 50%
}

.italic {
  font-style: italic;
}

.pjustify p {
  text-align: justify
}

.prelative {
  position: relative
}

.pabsolute {
  position: absolute
}

.zindex0 {
  z-index: 0
}

.zindex1 {
  z-index: 1
}

.zindex2 {
  z-index: 2
}

.zindex3 {
  z-index: 3
}

.zindex4 {
  z-index: 4
}

.zindex5 {
  z-index: 5
}

.zindex6 {
  z-index: 6
}

.zindex7 {
  z-index: 7
}

.zindex8 {
  z-index: 8
}

.zindex9 {
  z-index: 9
}

.zindex10 {
  z-index: 10
}

.zindex99 {
  z-index: 99
}

.zindex999 {
  z-index: 999
}

.zindex9999 {
  z-index: 9999
}

.dblock {
  display: block
}

.dinline,
ul.dinline li {
  display: inline
}

.dinblock {
  display: inline-block
}

.white,
a.white,
p.white,
span.white {
  color: #fff !important
}

.bg-white {
  background: #fff !important
}

.fw-normal {
  font-weight: 400 !important
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-bold {
  font-weight: 700
}

.blur1 {
  filter: blur(1px)
}

.blur2 {
  filter: blur(2px)
}

.blur3 {
  filter: blur(3px)
}

.blur4 {
  filter: blur(4px)
}

.color333 {
  color: #333
}

.color666 {
  color: #666
}

.color111 {
  color: #111
}

.color-black,
.color000 {
  color: #000
}

.th-color {
  color: #0e59ac !important;
}

.bg-theme {
  background: #0e59ac
}

.bg000 {
  background: #000
}

.bg111 {
  background: #111
}

.bg222 {
  background: #222
}

.bg333 {
  background: #333
}

.bgfa {
  background: #fafafa
}

.bgf2 {
  background: #f2f2f2
}

.bgf5 {
  background: #f5f5f5
}

.bgf7 {
  background: #f7f7f7
}

.bgf9 {
  background: #f9f9f9
}

.bg-white1 {
  background: rgba(255, 255, 255, .1)
}

.bg-white2 {
  background: rgba(255, 255, 255, .2)
}

.bg-white3 {
  background: rgba(255, 255, 255, .3)
}

.bg-white4 {
  background: rgba(255, 255, 255, .4)
}

.bg-white5 {
  background: rgba(255, 255, 255, .5)
}

.bg-white6 {
  background: rgba(255, 255, 255, .6)
}

.bg-white7 {
  background: rgba(255, 255, 255, .7)
}

.bg-white8 {
  background: rgba(255, 255, 255, .8)
}

.bg-white9 {
  background: rgba(255, 255, 255, .9)
}

.bg-white10 {
  background: rgba(255, 255, 255, 1)
}

.bg-black1 {
  background: rgba(0, 0, 0, .1)
}

.bg-black2 {
  background: rgba(0, 0, 0, .2)
}

.bg-black3 {
  background: rgba(0, 0, 0, .3)
}

.bg-black4 {
  background: rgba(0, 0, 0, .4)
}

.bg-black5 {
  background: rgba(0, 0, 0, .5)
}

.bg-black6 {
  background: rgba(0, 0, 0, .6)
}

.bg-black7 {
  background: rgba(0, 0, 0, .7)
}

.bg-black8 {
  background: rgba(0, 0, 0, .8)
}

.bg-black9 {
  background: rgba(0, 0, 0, .9)
}

.bg-black10 {
  background: rgba(0, 0, 0, 1)
}

.max {
  max-width: 100%
}

.full {
  width: 100%
}

ul.general {
  margin: 0;
  padding: 0
}

.nostyle li {
  list-style: none
}

.lilh25 li {
  line-height: 25px !important
}

.limb5 li {
  margin-bottom: 5px !important
}

.limb10 li {
  margin-bottom: 10px !important
}

.check li,
.angle li {
  position: relative;
  padding-left: 20px !important
}

.check li::before {
  content: '\f269';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%)
}

.angle li::before {
  content: '\f285';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 50%;
  transform: translateY(-45%)
}

ul.half li {
  display: inline-block;
  min-width: 48%
}

ul.three li {
  display: inline-block;
  min-width: 31%
}

.box-shadow {
  box-shadow: 0 8px 6px -6px #ccc
}

.border1solid {
  border: 1px solid
}

.border2solid {
  border: 2px solid
}

.border3solid {
  border: 3px solid
}

.border4solid {
  border: 4px solid
}

.border5solid {
  border: 5px solid
}

.border1dashed {
  border: 1px dashed
}

.border2dashed {
  border: 2px dashed
}

.border3dashed {
  border: 3px dashed
}

.border4dashed {
  border: 4px dashed
}

.border5dashed {
  border: 5px dashed
}

.bordercolorccc {
  border-color: #ccc
}

.bordercolorddd {
  border-color: #ddd
}

.bordercolorf2 {
  border-color: #f2f2f2
}

.bordercolorf {
  border-color: #fff
}

.bordercolor333 {
  border-color: #333
}

.bordercolord9 {
  border-color: #d9d9d9
}

.tagger {
  text-align: right;
  display: inline-block
}

.tagger img {
  display: inline
}

.radius0 {
  border-radius: 0 !important
}

.radius2 {
  border-radius: 2px !important
}

.radius5 {
  border-radius: 5px !important
}

.radius10 {
  border-radius: 10px !important
}

.radius20 {
  border-radius: 20px !important
}

.radius30 {
  border-radius: 30px !important
}

.radius50 {
  border-radius: 50%
}

.radius-top-5 {
  border-radius: 5px 5px 0 0
}

.radius-top-10 {
  border-radius: 10px 10px 0 0
}

.radius-bottom-5 {
  border-radius: 0 0 5px 5px !important
}

.radius-bottom-10 {
  border-radius: 0 0 10px 10px !important
}

.radius-right-5 {
  border-radius: 0 5px 5px 0
}

.radius-right-10 {
  border-radius: 0 10px 10px 0
}

.radius-left-5 {
  border-radius: 5px 0 0 5px !important
}

.radius-left-10 {
  border-radius: 10px 0 0 10px !important
}

.op1 {
  opacity: .1
}

.op2 {
  opacity: .2
}

.op3 {
  opacity: .3
}

.op4 {
  opacity: .4
}

.op5 {
  opacity: .5
}

.op6 {
  opacity: .6
}

.op7 {
  opacity: .7
}

.op8 {
  opacity: .8
}

.op9 {
  opacity: .9
}

.top1 {
  top: 1px
}

.top2 {
  top: 2px
}

.top3 {
  top: 3px
}

.top4 {
  top: 4px
}

.top5 {
  top: 5px
}

.top6 {
  top: 6px
}

.top7 {
  top: 7px
}

.top8 {
  top: 8px
}

.top9 {
  top: 9px
}

.top10 {
  top: 10px
}

.top-1 {
  top: -1px
}

.top-2 {
  top: -2px
}

.top-3 {
  top: -3px
}

.top-4 {
  top: -4px
}

.top-5 {
  top: -5px
}

.top-6 {
  top: -6px
}

.top-7 {
  top: -7px
}

.top-8 {
  top: -8px
}

.top-9 {
  top: -9px
}

.top-10 {
  top: -10px
}

.capp {
  position: relative
}

.capp input {
  padding-left: 65px !important
}

.capp span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.bgfacebook {
  background: #3b5998
}

.bggoogle-plus {
  background: #de5245
}

.bgtwitter {
  background: #1da1f2
}

.bgyoutube {
  background: red
}

.bginstagram {
  background: #783fc4
}

.bgpinterest {
  background: #bd081c
}

.bgwhatsapp {
  background: #14ad53
}

.bglinkedin {
  background: #007bb6
}

.colorfacebook {
  color: #3b5998
}

.colorgoogle-plus {
  color: #de5245
}

.colortwitter {
  color: #1da1f2
}

.coloryoutube {
  color: red
}

.colorinstagram {
  color: #783fc4
}

.colorpinterest {
  color: #bd081c
}

.colorwhatsapp {
  color: #14ad53
}

.colorlinkedin {
  color: #007bb6
}

select,
.aselect {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url(../images/angle-down.svg) no-repeat right 10px center !important;
  background-size: 10px !important;
  padding-right: 25px !important
}

.datepicker,
.daterange,
.daterangebooking,
.daterange-small,
.daterangebooking-small {
  cursor: pointer;
  background: url(../images/calendar-white.svg) no-repeat right 10px center !important;
  padding-right: 20px !important
}

.noresize {
  resize: none
}

.ofhidden {
  overflow: hidden
}

.ofxhidden {
  overflow-x: hidden
}

.ofyhidden {
  overflow-y: hidden
}

.transition {
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
}

.abefore::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block
}

.aafter::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block
}

.bg-cover {
  background-size: cover
}

.bg-fixed {
  background-attachment: fixed
}

.bg-repeat {
  background-repeat: repeat
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.text-img-bg {
  color: #fff;
  background: url() repeat fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.no-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: hidden
}

.grd-text {
  background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
  background: linear-gradient(to right, #ff8a00, #da1b60);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}

.dtable {
  width: 100%;
  display: table
}

.amt-0 {
  margin-top: 0 !important
}

.amt-1 {
  margin-top: 1px !important
}

.amt-2 {
  margin-top: 2px !important
}

.amt-3 {
  margin-top: 3px !important
}

.amt-4 {
  margin-top: 4px !important
}

.amt-5 {
  margin-top: 5px !important
}

.amt-6 {
  margin-top: 6px !important
}

.amt-7 {
  margin-top: 7px !important
}

.amt-8 {
  margin-top: 8px !important
}

.amt-9 {
  margin-top: 9px !important
}

.amt-10 {
  margin-top: 10px !important
}

.amt-15 {
  margin-top: 15px !important
}

.amt-20 {
  margin-top: 20px !important
}

.amt-25 {
  margin-top: 25px !important
}

.amt-30 {
  margin-top: 30px !important
}

.amt-35 {
  margin-top: 35px !important
}

.amt-40 {
  margin-top: 40px !important
}

.amt-45 {
  margin-top: 45px !important
}

.amt-50 {
  margin-top: 50px !important
}

.amt-55 {
  margin-top: 55px !important
}

.amt-60 {
  margin-top: 60px !important
}

.amt-65 {
  margin-top: 65px !important
}

.amt-70 {
  margin-top: 70px !important
}

.amt-75 {
  margin-top: 75px !important
}

.amt-80 {
  margin-top: 80px !important
}

.amt-85 {
  margin-top: 85px !important
}

.amt-90 {
  margin-top: 90px !important
}

.amt-95 {
  margin-top: 95px !important
}

.amt-100 {
  margin-top: 100px !important
}

.amb-0 {
  margin-bottom: 0 !important
}

.amb-1 {
  margin-bottom: 1px !important
}

.amb-2 {
  margin-bottom: 2px !important
}

.amb-3 {
  margin-bottom: 3px !important
}

.amb-4 {
  margin-bottom: 4px !important
}

.amb-5 {
  margin-bottom: 5px !important
}

.amb-6 {
  margin-bottom: 6px !important
}

.amb-7 {
  margin-bottom: 7px !important
}

.amb-8 {
  margin-bottom: 8px !important
}

.amb-9 {
  margin-bottom: 9px !important
}

.amb-10 {
  margin-bottom: 10px !important
}

.amb-15 {
  margin-bottom: 15px !important
}

.amb-20 {
  margin-bottom: 20px !important
}

.amb-25 {
  margin-bottom: 25px !important
}

.amb-30 {
  margin-bottom: 30px !important
}

.amb-35 {
  margin-bottom: 35px !important
}

.amb-40 {
  margin-bottom: 40px !important
}

.amb-45 {
  margin-bottom: 45px !important
}

.amb-50 {
  margin-bottom: 50px !important
}

.amb-55 {
  margin-bottom: 55px !important
}

.amb-60 {
  margin-bottom: 60px !important
}

.amb-65 {
  margin-bottom: 65px !important
}

.amb-70 {
  margin-bottom: 70px !important
}

.amb-75 {
  margin-bottom: 75px !important
}

.amb-80 {
  margin-bottom: 80px !important
}

.amb-85 {
  margin-bottom: 85px !important
}

.amb-90 {
  margin-bottom: 90px !important
}

.amb-95 {
  margin-bottom: 95px !important
}

.amb-100 {
  margin-bottom: 100px !important
}

.aml-0 {
  margin-left: 0 !important
}

.aml-5 {
  margin-left: 5px !important
}

.aml-10 {
  margin-left: 10px !important
}

.aml-15 {
  margin-left: 15px !important
}

.aml-20 {
  margin-left: 20px !important
}

.aml-25 {
  margin-left: 25px !important
}

.aml-30 {
  margin-left: 30px !important
}

.aml-35 {
  margin-left: 35px !important
}

.aml-40 {
  margin-left: 40px !important
}

.aml-45 {
  margin-left: 45px !important
}

.aml-50 {
  margin-left: 50px !important
}

.amr-0 {
  margin-right: 0 !important
}

.amr-5 {
  margin-right: 5px !important
}

.amr-10 {
  margin-right: 10px !important
}

.amr-15 {
  margin-right: 15px !important
}

.amr-20 {
  margin-right: 20px !important
}

.amr-25 {
  margin-right: 25px !important
}

.amr-30 {
  margin-right: 30px !important
}

.amr-35 {
  margin-right: 35px !important
}

.amr-40 {
  margin-right: 40px !important
}

.amr-45 {
  margin-right: 45px !important
}

.amr-50 {
  margin-right: 50px !important
}

.apt-0 {
  padding-top: 0 !important
}

.apt-1 {
  padding-top: 1px !important
}

.apt-2 {
  padding-top: 2px !important
}

.apt-3 {
  padding-top: 3px !important
}

.apt-4 {
  padding-top: 4px !important
}

.apt-5 {
  padding-top: 5px !important
}

.apt-6 {
  padding-top: 6px !important
}

.apt-7 {
  padding-top: 7px !important
}

.apt-8 {
  padding-top: 8px !important
}

.apt-9 {
  padding-top: 9px !important
}

.apt-10 {
  padding-top: 10px !important
}

.apt-15 {
  padding-top: 15px !important
}

.apt-20 {
  padding-top: 20px !important
}

.apt-25 {
  padding-top: 25px !important
}

.apt-30 {
  padding-top: 30px !important
}

.apt-35 {
  padding-top: 35px !important
}

.apt-40 {
  padding-top: 40px !important
}

.apt-45 {
  padding-top: 45px !important
}

.apt-50 {
  padding-top: 50px !important
}

.apt-55 {
  padding-top: 55px !important
}

.apt-60 {
  padding-top: 60px !important
}

.apt-65 {
  padding-top: 65px !important
}

.apt-70 {
  padding-top: 70px !important
}

.apt-75 {
  padding-top: 75px !important
}

.apt-80 {
  padding-top: 80px !important
}

.apt-85 {
  padding-top: 85px !important
}

.apt-90 {
  padding-top: 90px !important
}

.apt-95 {
  padding-top: 95px !important
}

.apt-100 {
  padding-top: 100px !important
}

.apb-0 {
  padding-bottom: 0 !important
}

.apb-1 {
  padding-bottom: 1px !important
}

.apb-2 {
  padding-bottom: 2px !important
}

.apb-3 {
  padding-bottom: 3px !important
}

.apb-4 {
  padding-bottom: 4px !important
}

.apb-5 {
  padding-bottom: 5px !important
}

.apb-6 {
  padding-bottom: 6px !important
}

.apb-7 {
  padding-bottom: 7px !important
}

.apb-8 {
  padding-bottom: 8px !important
}

.apb-9 {
  padding-bottom: 9px !important
}

.apb-10 {
  padding-bottom: 10px !important
}

.apb-15 {
  padding-bottom: 15px !important
}

.apb-20 {
  padding-bottom: 20px !important
}

.apb-25 {
  padding-bottom: 25px !important
}

.apb-30 {
  padding-bottom: 30px !important
}

.apb-35 {
  padding-bottom: 35px !important
}

.apb-40 {
  padding-bottom: 40px !important
}

.apb-45 {
  padding-bottom: 45px !important
}

.apb-50 {
  padding-bottom: 50px !important
}

.apb-55 {
  padding-bottom: 55px !important
}

.apb-60 {
  padding-bottom: 60px !important
}

.apb-65 {
  padding-bottom: 65px !important
}

.apb-70 {
  padding-bottom: 70px !important
}

.apb-75 {
  padding-bottom: 75px !important
}

.apb-80 {
  padding-bottom: 80px !important
}

.apb-85 {
  padding-bottom: 85px !important
}

.apb-90 {
  padding-bottom: 90px !important
}

.apb-95 {
  padding-bottom: 95px !important
}

.apb-100 {
  padding-bottom: 100px !important
}

.apl-0 {
  padding-left: 0 !important
}

.apl-5 {
  padding-left: 5px !important
}

.apl-10 {
  padding-left: 10px !important
}

.apl-15 {
  padding-left: 15px !important
}

.apl-20 {
  padding-left: 20px !important
}

.apl-25 {
  padding-left: 25px
}

.apl-30 {
  padding-left: 30px !important
}

.apl-35 {
  padding-left: 35px !important
}

.apl-40 {
  padding-left: 40px !important
}

.apl-45 {
  padding-left: 45px !important
}

.apl-50 {
  padding-left: 50px !important
}

.apr-0 {
  padding-right: 0 !important
}

.apr-5 {
  padding-right: 5px !important
}

.apr-10 {
  padding-right: 10px !important
}

.apr-15 {
  padding-right: 15px !important
}

.apr-20 {
  padding-right: 20px !important
}

.apr-25 {
  padding-right: 25px !important
}

.apr-30 {
  padding-right: 30px !important
}

.apr-35 {
  padding-right: 35px !important
}

.apr-40 {
  padding-right: 40px !important
}

.apr-45 {
  padding-right: 45px !important
}

.apr-50 {
  padding-right: 50px !important
}

.padd5 {
  padding: 5px !important
}

.padd10 {
  padding: 10px !important
}

.padd15 {
  padding: 15px !important
}

.padd20 {
  padding: 20px !important
}

.padd25 {
  padding: 25px !important
}

.padd30 {
  padding: 30px !important
}

.padd35 {
  padding: 35px !important
}

.padd40 {
  padding: 40px !important
}

.padd45 {
  padding: 45px !important
}

.padd50 {
  padding: 50px !important
}

.padd55 {
  padding: 55px !important
}

.padd60 {
  padding: 60px !important
}

.padd05 {
  padding: 0 5px
}

.padd010 {
  padding: 0 10px
}

.padd015 {
  padding: 0 15px
}

.padd025 {
  padding: 0 20px
}

.padd510 {
  padding: 5px 10px
}

.padd515 {
  padding: 5px 15px
}

.padd520 {
  padding: 5px 20px
}

.padd525 {
  padding: 5px 25px
}

.padd105 {
  padding: 10px 5px
}

.padd1015 {
  padding: 10px 15px
}

.padd1020 {
  padding: 10px 20px
}

.lh-20 {
  line-height: 20px !important
}

.lh-22 {
  line-height: 22px !important
}

.lh-24 {
  line-height: 24px !important
}

.lh-25 {
  line-height: 25px !important
}

.lh-26 {
  line-height: 26px !important
}

.lh-28 {
  line-height: 28px !important
}

.lh-30 {
  line-height: 30px !important
}

.lh-32 {
  line-height: 32px !important
}

.lh-34 {
  line-height: 34px !important
}

.lh-35 {
  line-height: 35px !important
}

.lh-36 {
  line-height: 36px !important
}

.lh-38 {
  line-height: 38px !important
}

.lh-40 {
  line-height: 40px !important
}

.lh-42 {
  line-height: 42px !important
}

.lh-44 {
  line-height: 44px !important
}

.lh-45 {
  line-height: 45px !important
}

.lh-46 {
  line-height: 46px !important
}

.lh-48 {
  line-height: 48px !important
}

.lh-50 {
  line-height: 50px !important
}

.font10 {
  font-size: 10px !important
}

.font11 {
  font-size: 11px !important
}

.font12 {
  font-size: 12px !important
}

.font13 {
  font-size: 13px !important
}

.font14 {
  font-size: 14px !important
}

.font15 {
  font-size: 15px !important
}

.font16 {
  font-size: 16px !important
}

.font17 {
  font-size: 17px !important
}

.font18 {
  font-size: 18px !important
}

.font19 {
  font-size: 19px !important
}

.font20 {
  font-size: 20px !important
}

.font21 {
  font-size: 21px !important
}

.font22 {
  font-size: 22px !important
}

.font23 {
  font-size: 23px !important
}

.font24 {
  font-size: 24px !important
}

.font25 {
  font-size: 25px !important
}

.font26 {
  font-size: 26px !important
}

.font27 {
  font-size: 27px !important
}

.font28 {
  font-size: 28px !important
}

.font29 {
  font-size: 29px !important
}

.font30 {
  font-size: 30px !important
}

.font31 {
  font-size: 31px !important
}

.font32 {
  font-size: 32px !important
}

.font33 {
  font-size: 33px !important
}

.font34 {
  font-size: 34px !important
}

.font35 {
  font-size: 35px !important
}

.font36 {
  font-size: 36px !important
}

.font37 {
  font-size: 37px !important
}

.font38 {
  font-size: 38px !important
}

.font39 {
  font-size: 39px !important
}

.font40 {
  font-size: 40px !important
}

.font41 {
  font-size: 41px !important
}

.font42 {
  font-size: 42px !important
}

.font43 {
  font-size: 43px !important
}

.font44 {
  font-size: 44px !important
}

.font45 {
  font-size: 45px !important
}

.font46 {
  font-size: 46px !important
}

.font47 {
  font-size: 47px !important
}

.font48 {
  font-size: 48px !important
}

.font49 {
  font-size: 49px !important
}

.font50 {
  font-size: 50px !important
}

.clearfix {
  clear: both;
  display: block
}

ul.half li {
  display: inline-block;
  min-width: 48%
}

ul.three li {
  display: inline-block;
  min-width: 31%
}

.text-center {
  text-align: center !important
}

.text-justify {
  text-align: justify !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

@media(min-width:1200px) {
  .amt-0-lg {
    margin-top: 0 !important
  }

  .amt-1-lg {
    margin-top: 1px !important
  }

  .amt-2-lg {
    margin-top: 2px !important
  }

  .amt-3-lg {
    margin-top: 3px !important
  }

  .amt-4-lg {
    margin-top: 4px !important
  }

  .amt-5-lg {
    margin-top: 5px !important
  }

  .amt-6-lg {
    margin-top: 6px !important
  }

  .amt-7-lg {
    margin-top: 7px !important
  }

  .amt-8-lg {
    margin-top: 8px !important
  }

  .amt-9-lg {
    margin-top: 9px !important
  }

  .amt-10-lg {
    margin-top: 10px !important
  }

  .amt-15-lg {
    margin-top: 15px !important
  }

  .amt-20-lg {
    margin-top: 20px !important
  }

  .amt-25-lg {
    margin-top: 25px !important
  }

  .amt-30-lg {
    margin-top: 30px !important
  }

  .amt-35-lg {
    margin-top: 35px !important
  }

  .amt-40-lg {
    margin-top: 40px !important
  }

  .amt-45-lg {
    margin-top: 45px !important
  }

  .amt-50-lg {
    margin-top: 50px !important
  }

  .amt-55-lg {
    margin-top: 55px !important
  }

  .amt-60-lg {
    margin-top: 60px !important
  }

  .amt-65-lg {
    margin-top: 65px !important
  }

  .amt-70-lg {
    margin-top: 70px !important
  }

  .amt-75-lg {
    margin-top: 75px !important
  }

  .amt-80-lg {
    margin-top: 80px !important
  }

  .amt-85-lg {
    margin-top: 85px !important
  }

  .amt-90-lg {
    margin-top: 90px !important
  }

  .amt-95-lg {
    margin-top: 95px !important
  }

  .amt-100-lg {
    margin-top: 100px !important
  }

  .amb-0-lg {
    margin-bottom: 0 !important
  }

  .amb-1-lg {
    margin-bottom: 1px !important
  }

  .amb-2-lg {
    margin-bottom: 2px !important
  }

  .amb-3-lg {
    margin-bottom: 3px !important
  }

  .amb-4-lg {
    margin-bottom: 4px !important
  }

  .amb-5-lg {
    margin-bottom: 5px !important
  }

  .amb-6-lg {
    margin-bottom: 6px !important
  }

  .amb-7-lg {
    margin-bottom: 7px !important
  }

  .amb-8-lg {
    margin-bottom: 8px !important
  }

  .amb-9-lg {
    margin-bottom: 9px !important
  }

  .amb-10-lg {
    margin-bottom: 10px !important
  }

  .amb-15-lg {
    margin-bottom: 15px !important
  }

  .amb-20-lg {
    margin-bottom: 20px !important
  }

  .amb-25-lg {
    margin-bottom: 25px !important
  }

  .amb-30-lg {
    margin-bottom: 30px !important
  }

  .amb-35-lg {
    margin-bottom: 35px !important
  }

  .amb-40-lg {
    margin-bottom: 40px !important
  }

  .amb-45-lg {
    margin-bottom: 45px !important
  }

  .amb-50-lg {
    margin-bottom: 50px !important
  }

  .amb-55-lg {
    margin-bottom: 55px !important
  }

  .amb-60-lg {
    margin-bottom: 60px !important
  }

  .amb-65-lg {
    margin-bottom: 65px !important
  }

  .amb-70-lg {
    margin-bottom: 70px !important
  }

  .amb-75-lg {
    margin-bottom: 75px !important
  }

  .amb-80-lg {
    margin-bottom: 80px !important
  }

  .amb-85-lg {
    margin-bottom: 85px !important
  }

  .amb-90-lg {
    margin-bottom: 90px !important
  }

  .amb-95-lg {
    margin-bottom: 95px !important
  }

  .amb-100-lg {
    margin-bottom: 100px !important
  }

  .aml-0-lg {
    margin-left: 0 !important
  }

  .aml-5-lg {
    margin-left: 5px !important
  }

  .aml-10-lg {
    margin-left: 10px !important
  }

  .aml-15-lg {
    margin-left: 15px !important
  }

  .aml-20-lg {
    margin-left: 20px !important
  }

  .aml-25-lg {
    margin-left: 25px !important
  }

  .aml-30-lg {
    margin-left: 30px !important
  }

  .aml-35-lg {
    margin-left: 35px !important
  }

  .aml-40-lg {
    margin-left: 40px !important
  }

  .aml-45-lg {
    margin-left: 45px !important
  }

  .aml-50-lg {
    margin-left: 50px !important
  }

  .amr-0-lg {
    margin-right: 0 !important
  }

  .amr-5-lg {
    margin-right: 5px !important
  }

  .amr-10-lg {
    margin-right: 10px !important
  }

  .amr-15-lg {
    margin-right: 15px !important
  }

  .amr-20-lg {
    margin-right: 20px !important
  }

  .amr-25-lg {
    margin-right: 25px !important
  }

  .amr-30-lg {
    margin-right: 30px !important
  }

  .amr-35-lg {
    margin-right: 35px !important
  }

  .amr-40-lg {
    margin-right: 40px !important
  }

  .amr-45-lg {
    margin-right: 45px !important
  }

  .amr-50-lg {
    margin-right: 50px !important
  }

  .apt-0-lg {
    padding-top: 0 !important
  }

  .apt-1-lg {
    padding-top: 1px !important
  }

  .apt-2-lg {
    padding-top: 2px !important
  }

  .apt-3-lg {
    padding-top: 3px !important
  }

  .apt-4-lg {
    padding-top: 4px !important
  }

  .apt-5-lg {
    padding-top: 5px !important
  }

  .apt-6-lg {
    padding-top: 6px !important
  }

  .apt-7-lg {
    padding-top: 7px !important
  }

  .apt-8-lg {
    padding-top: 8px !important
  }

  .apt-9-lg {
    padding-top: 9px !important
  }

  .apt-10-lg {
    padding-top: 10px !important
  }

  .apt-15-lg {
    padding-top: 15px !important
  }

  .apt-20-lg {
    padding-top: 20px !important
  }

  .apt-25-lg {
    padding-top: 25px !important
  }

  .apt-30-lg {
    padding-top: 30px !important
  }

  .apt-35-lg {
    padding-top: 35px !important
  }

  .apt-40-lg {
    padding-top: 40px !important
  }

  .apt-45-lg {
    padding-top: 45px !important
  }

  .apt-50-lg {
    padding-top: 50px !important
  }

  .apt-55-lg {
    padding-top: 55px !important
  }

  .apt-60-lg {
    padding-top: 60px !important
  }

  .apt-65-lg {
    padding-top: 65px !important
  }

  .apt-70-lg {
    padding-top: 70px !important
  }

  .apt-75-lg {
    padding-top: 75px !important
  }

  .apt-80-lg {
    padding-top: 80px !important
  }

  .apt-85-lg {
    padding-top: 85px !important
  }

  .apt-90-lg {
    padding-top: 90px !important
  }

  .apt-95-lg {
    padding-top: 95px !important
  }

  .apt-100-lg {
    padding-top: 100px !important
  }

  .apb-0-lg {
    padding-bottom: 0 !important
  }

  .apb-1-lg {
    padding-bottom: 1px !important
  }

  .apb-2-lg {
    padding-bottom: 2px !important
  }

  .apb-3-lg {
    padding-bottom: 3px !important
  }

  .apb-4-lg {
    padding-bottom: 4px !important
  }

  .apb-5-lg {
    padding-bottom: 5px !important
  }

  .apb-6-lg {
    padding-bottom: 6px !important
  }

  .apb-7-lg {
    padding-bottom: 7px !important
  }

  .apb-8-lg {
    padding-bottom: 8px !important
  }

  .apb-9-lg {
    padding-bottom: 9px !important
  }

  .apb-10-lg {
    padding-bottom: 10px !important
  }

  .apb-15-lg {
    padding-bottom: 15px !important
  }

  .apb-20-lg {
    padding-bottom: 20px !important
  }

  .apb-25-lg {
    padding-bottom: 25px !important
  }

  .apb-30-lg {
    padding-bottom: 30px !important
  }

  .apb-35-lg {
    padding-bottom: 35px !important
  }

  .apb-40-lg {
    padding-bottom: 40px !important
  }

  .apb-45-lg {
    padding-bottom: 45px !important
  }

  .apb-50-lg {
    padding-bottom: 50px !important
  }

  .apb-55-lg {
    padding-bottom: 55px !important
  }

  .apb-60-lg {
    padding-bottom: 60px !important
  }

  .apb-65-lg {
    padding-bottom: 65px !important
  }

  .apb-70-lg {
    padding-bottom: 70px !important
  }

  .apb-75-lg {
    padding-bottom: 75px !important
  }

  .apb-80-lg {
    padding-bottom: 80px !important
  }

  .apb-85-lg {
    padding-bottom: 85px !important
  }

  .apb-90-lg {
    padding-bottom: 90px !important
  }

  .apb-95-lg {
    padding-bottom: 95px !important
  }

  .apb-100-lg {
    padding-bottom: 100px !important
  }

  .apl-0-lg {
    padding-left: 0 !important
  }

  .apl-5-lg {
    padding-left: 5px !important
  }

  .apl-10-lg {
    padding-left: 10px !important
  }

  .apl-15-lg {
    padding-left: 15px !important
  }

  .apl-20-lg {
    padding-left: 20px !important
  }

  .apl-25-lg {
    padding-left: 25px
  }

  .apl-30-lg {
    padding-left: 30px !important
  }

  .apl-35-lg {
    padding-left: 35px !important
  }

  .apl-40-lg {
    padding-left: 40px !important
  }

  .apl-45-lg {
    padding-left: 45px !important
  }

  .apl-50-lg {
    padding-left: 50px !important
  }

  .apr-0-lg {
    padding-right: 0 !important
  }

  .apr-5-lg {
    padding-right: 5px !important
  }

  .apr-10-lg {
    padding-right: 10px !important
  }

  .apr-15-lg {
    padding-right: 15px !important
  }

  .apr-20-lg {
    padding-right: 20px !important
  }

  .apr-25-lg {
    padding-right: 25px !important
  }

  .apr-30-lg {
    padding-right: 30px !important
  }

  .apr-35-lg {
    padding-right: 35px !important
  }

  .apr-40-lg {
    padding-right: 40px !important
  }

  .apr-45-lg {
    padding-right: 45px !important
  }

  .apr-50-lg {
    padding-right: 50px !important
  }

  .padd5-lg {
    padding: 5px !important
  }

  .padd10-lg {
    padding: 10px !important
  }

  .padd15-lg {
    padding: 15px !important
  }

  .padd20-lg {
    padding: 20px !important
  }

  .padd25-lg {
    padding: 25px !important
  }

  .padd30-lg {
    padding: 30px !important
  }

  .padd35-lg {
    padding: 35px !important
  }

  .padd40-lg {
    padding: 40px !important
  }

  .padd45-lg {
    padding: 45px !important
  }

  .padd50-lg {
    padding: 50px !important
  }

  .padd55-lg {
    padding: 55px !important
  }

  .padd60-lg {
    padding: 60px !important
  }

  .padd05-lg {
    padding: 0 5px
  }

  .padd010-lg {
    padding: 0 10px
  }

  .padd015-lg {
    padding: 0 15px
  }

  .padd025-lg {
    padding: 0 20px
  }

  .padd510-lg {
    padding: 5px 10px
  }

  .padd515-lg {
    padding: 5px 15px
  }

  .padd520-lg {
    padding: 5px 20px
  }

  .padd525-lg {
    padding: 5px 25px
  }

  .padd105-lg {
    padding: 10px 5px
  }

  .padd1015-lg {
    padding: 10px 15px
  }

  .padd1020-lg {
    padding: 10px 20px
  }

  .lh-20-lg {
    line-height: 20px !important
  }

  .lh-22-lg {
    line-height: 22px !important
  }

  .lh-24-lg {
    line-height: 24px !important
  }

  .lh-25-lg {
    line-height: 25px !important
  }

  .lh-26-lg {
    line-height: 26px !important
  }

  .lh-28-lg {
    line-height: 28px !important
  }

  .lh-30-lg {
    line-height: 30px !important
  }

  .lh-32-lg {
    line-height: 32px !important
  }

  .lh-34-lg {
    line-height: 34px !important
  }

  .lh-35-lg {
    line-height: 35px !important
  }

  .lh-36-lg {
    line-height: 36px !important
  }

  .lh-38-lg {
    line-height: 38px !important
  }

  .lh-40-lg {
    line-height: 40px !important
  }

  .lh-42-lg {
    line-height: 42px !important
  }

  .lh-44-lg {
    line-height: 44px !important
  }

  .lh-45-lg {
    line-height: 45px !important
  }

  .lh-46-lg {
    line-height: 46px !important
  }

  .lh-48-lg {
    line-height: 48px !important
  }

  .lh-50-lg {
    line-height: 50px !important
  }

  .font10-lg {
    font-size: 10px !important
  }

  .font11-lg {
    font-size: 11px !important
  }

  .font12-lg {
    font-size: 12px !important
  }

  .font13-lg {
    font-size: 13px !important
  }

  .font14-lg {
    font-size: 14px !important
  }

  .font15-lg {
    font-size: 15px !important
  }

  .font16-lg {
    font-size: 16px !important
  }

  .font17-lg {
    font-size: 17px !important
  }

  .font18-lg {
    font-size: 18px !important
  }

  .font19-lg {
    font-size: 19px !important
  }

  .font20-lg {
    font-size: 20px !important
  }

  .font21-lg {
    font-size: 21px !important
  }

  .font22-lg {
    font-size: 22px !important
  }

  .font23-lg {
    font-size: 23px !important
  }

  .font24-lg {
    font-size: 24px !important
  }

  .font25-lg {
    font-size: 25px !important
  }

  .font26-lg {
    font-size: 26px !important
  }

  .font27-lg {
    font-size: 27px !important
  }

  .font28-lg {
    font-size: 28px !important
  }

  .font29-lg {
    font-size: 29px !important
  }

  .font30-lg {
    font-size: 30px !important
  }

  .font31-lg {
    font-size: 31px !important
  }

  .font32-lg {
    font-size: 32px !important
  }

  .font33-lg {
    font-size: 33px !important
  }

  .font34-lg {
    font-size: 34px !important
  }

  .font35-lg {
    font-size: 35px !important
  }

  .font36-lg {
    font-size: 36px !important
  }

  .font37-lg {
    font-size: 37px !important
  }

  .font38-lg {
    font-size: 38px !important
  }

  .font39-lg {
    font-size: 39px !important
  }

  .font40-lg {
    font-size: 40px !important
  }

  .font41-lg {
    font-size: 41px !important
  }

  .font42-lg {
    font-size: 42px !important
  }

  .font43-lg {
    font-size: 43px !important
  }

  .font44-lg {
    font-size: 44px !important
  }

  .font45-lg {
    font-size: 45px !important
  }

  .font46-lg {
    font-size: 46px !important
  }

  .font47-lg {
    font-size: 47px !important
  }

  .font48-lg {
    font-size: 48px !important
  }

  .font49-lg {
    font-size: 49px !important
  }

  .font50-lg {
    font-size: 50px !important
  }

  .clearfix-lg {
    clear: both;
    display: block
  }

  ul.half-lg li {
    display: inline-block;
    min-width: 48%
  }

  ul.three-lg li {
    display: inline-block;
    min-width: 31%
  }

  .text-center-lg {
    text-align: center !important
  }

  .text-justify-lg {
    text-align: justify !important
  }

  .text-left-lg {
    text-align: left !important
  }

  .text-right-lg {
    text-align: right !important
  }
}

@media(max-width:1199px) {
  .amt-0-md {
    margin-top: 0 !important
  }

  .amt-1-md {
    margin-top: 1px !important
  }

  .amt-2-md {
    margin-top: 2px !important
  }

  .amt-3-md {
    margin-top: 3px !important
  }

  .amt-4-md {
    margin-top: 4px !important
  }

  .amt-5-md {
    margin-top: 5px !important
  }

  .amt-6-md {
    margin-top: 6px !important
  }

  .amt-7-md {
    margin-top: 7px !important
  }

  .amt-8-md {
    margin-top: 8px !important
  }

  .amt-9-md {
    margin-top: 9px !important
  }

  .amt-10-md {
    margin-top: 10px !important
  }

  .amt-15-md {
    margin-top: 15px !important
  }

  .amt-20-md {
    margin-top: 20px !important
  }

  .amt-25-md {
    margin-top: 25px !important
  }

  .amt-30-md {
    margin-top: 30px !important
  }

  .amt-35-md {
    margin-top: 35px !important
  }

  .amt-40-md {
    margin-top: 40px !important
  }

  .amt-45-md {
    margin-top: 45px !important
  }

  .amt-50-md {
    margin-top: 50px !important
  }

  .amt-55-md {
    margin-top: 55px !important
  }

  .amt-60-md {
    margin-top: 60px !important
  }

  .amt-65-md {
    margin-top: 65px !important
  }

  .amt-70-md {
    margin-top: 70px !important
  }

  .amt-75-md {
    margin-top: 75px !important
  }

  .amt-80-md {
    margin-top: 80px !important
  }

  .amt-85-md {
    margin-top: 85px !important
  }

  .amt-90-md {
    margin-top: 90px !important
  }

  .amt-95-md {
    margin-top: 95px !important
  }

  .amt-100-md {
    margin-top: 100px !important
  }

  .amb-0-md {
    margin-bottom: 0 !important
  }

  .amb-1-md {
    margin-bottom: 1px !important
  }

  .amb-2-md {
    margin-bottom: 2px !important
  }

  .amb-3-md {
    margin-bottom: 3px !important
  }

  .amb-4-md {
    margin-bottom: 4px !important
  }

  .amb-5-md {
    margin-bottom: 5px !important
  }

  .amb-6-md {
    margin-bottom: 6px !important
  }

  .amb-7-md {
    margin-bottom: 7px !important
  }

  .amb-8-md {
    margin-bottom: 8px !important
  }

  .amb-9-md {
    margin-bottom: 9px !important
  }

  .amb-10-md {
    margin-bottom: 10px !important
  }

  .amb-15-md {
    margin-bottom: 15px !important
  }

  .amb-20-md {
    margin-bottom: 20px !important
  }

  .amb-25-md {
    margin-bottom: 25px !important
  }

  .amb-30-md {
    margin-bottom: 30px !important
  }

  .amb-35-md {
    margin-bottom: 35px !important
  }

  .amb-40-md {
    margin-bottom: 40px !important
  }

  .amb-45-md {
    margin-bottom: 45px !important
  }

  .amb-50-md {
    margin-bottom: 50px !important
  }

  .amb-55-md {
    margin-bottom: 55px !important
  }

  .amb-60-md {
    margin-bottom: 60px !important
  }

  .amb-65-md {
    margin-bottom: 65px !important
  }

  .amb-70-md {
    margin-bottom: 70px !important
  }

  .amb-75-md {
    margin-bottom: 75px !important
  }

  .amb-80-md {
    margin-bottom: 80px !important
  }

  .amb-85-md {
    margin-bottom: 85px !important
  }

  .amb-90-md {
    margin-bottom: 90px !important
  }

  .amb-95-md {
    margin-bottom: 95px !important
  }

  .amb-100-md {
    margin-bottom: 100px !important
  }

  .aml-0-md {
    margin-left: 0 !important
  }

  .aml-5-md {
    margin-left: 5px !important
  }

  .aml-10-md {
    margin-left: 10px !important
  }

  .aml-15-md {
    margin-left: 15px !important
  }

  .aml-20-md {
    margin-left: 20px !important
  }

  .aml-25-md {
    margin-left: 25px !important
  }

  .aml-30-md {
    margin-left: 30px !important
  }

  .aml-35-md {
    margin-left: 35px !important
  }

  .aml-40-md {
    margin-left: 40px !important
  }

  .aml-45-md {
    margin-left: 45px !important
  }

  .aml-50-md {
    margin-left: 50px !important
  }

  .amr-0-md {
    margin-right: 0 !important
  }

  .amr-5-md {
    margin-right: 5px !important
  }

  .amr-10-md {
    margin-right: 10px !important
  }

  .amr-15-md {
    margin-right: 15px !important
  }

  .amr-20-md {
    margin-right: 20px !important
  }

  .amr-25-md {
    margin-right: 25px !important
  }

  .amr-30-md {
    margin-right: 30px !important
  }

  .amr-35-md {
    margin-right: 35px !important
  }

  .amr-40-md {
    margin-right: 40px !important
  }

  .amr-45-md {
    margin-right: 45px !important
  }

  .amr-50-md {
    margin-right: 50px !important
  }

  .apt-0-md {
    padding-top: 0 !important
  }

  .apt-1-md {
    padding-top: 1px !important
  }

  .apt-2-md {
    padding-top: 2px !important
  }

  .apt-3-md {
    padding-top: 3px !important
  }

  .apt-4-md {
    padding-top: 4px !important
  }

  .apt-5-md {
    padding-top: 5px !important
  }

  .apt-6-md {
    padding-top: 6px !important
  }

  .apt-7-md {
    padding-top: 7px !important
  }

  .apt-8-md {
    padding-top: 8px !important
  }

  .apt-9-md {
    padding-top: 9px !important
  }

  .apt-10-md {
    padding-top: 10px !important
  }

  .apt-15-md {
    padding-top: 15px !important
  }

  .apt-20-md {
    padding-top: 20px !important
  }

  .apt-25-md {
    padding-top: 25px !important
  }

  .apt-30-md {
    padding-top: 30px !important
  }

  .apt-35-md {
    padding-top: 35px !important
  }

  .apt-40-md {
    padding-top: 40px !important
  }

  .apt-45-md {
    padding-top: 45px !important
  }

  .apt-50-md {
    padding-top: 50px !important
  }

  .apt-55-md {
    padding-top: 55px !important
  }

  .apt-60-md {
    padding-top: 60px !important
  }

  .apt-65-md {
    padding-top: 65px !important
  }

  .apt-70-md {
    padding-top: 70px !important
  }

  .apt-75-md {
    padding-top: 75px !important
  }

  .apt-80-md {
    padding-top: 80px !important
  }

  .apt-85-md {
    padding-top: 85px !important
  }

  .apt-90-md {
    padding-top: 90px !important
  }

  .apt-95-md {
    padding-top: 95px !important
  }

  .apt-100-md {
    padding-top: 100px !important
  }

  .apb-0-md {
    padding-bottom: 0 !important
  }

  .apb-1-md {
    padding-bottom: 1px !important
  }

  .apb-2-md {
    padding-bottom: 2px !important
  }

  .apb-3-md {
    padding-bottom: 3px !important
  }

  .apb-4-md {
    padding-bottom: 4px !important
  }

  .apb-5-md {
    padding-bottom: 5px !important
  }

  .apb-6-md {
    padding-bottom: 6px !important
  }

  .apb-7-md {
    padding-bottom: 7px !important
  }

  .apb-8-md {
    padding-bottom: 8px !important
  }

  .apb-9-md {
    padding-bottom: 9px !important
  }

  .apb-10-md {
    padding-bottom: 10px !important
  }

  .apb-15-md {
    padding-bottom: 15px !important
  }

  .apb-20-md {
    padding-bottom: 20px !important
  }

  .apb-25-md {
    padding-bottom: 25px !important
  }

  .apb-30-md {
    padding-bottom: 30px !important
  }

  .apb-35-md {
    padding-bottom: 35px !important
  }

  .apb-40-md {
    padding-bottom: 40px !important
  }

  .apb-45-md {
    padding-bottom: 45px !important
  }

  .apb-50-md {
    padding-bottom: 50px !important
  }

  .apb-55-md {
    padding-bottom: 55px !important
  }

  .apb-60-md {
    padding-bottom: 60px !important
  }

  .apb-65-md {
    padding-bottom: 65px !important
  }

  .apb-70-md {
    padding-bottom: 70px !important
  }

  .apb-75-md {
    padding-bottom: 75px !important
  }

  .apb-80-md {
    padding-bottom: 80px !important
  }

  .apb-85-md {
    padding-bottom: 85px !important
  }

  .apb-90-md {
    padding-bottom: 90px !important
  }

  .apb-95-md {
    padding-bottom: 95px !important
  }

  .apb-100-md {
    padding-bottom: 100px !important
  }

  .apl-0-md {
    padding-left: 0 !important
  }

  .apl-5-md {
    padding-left: 5px !important
  }

  .apl-10-md {
    padding-left: 10px !important
  }

  .apl-15-md {
    padding-left: 15px !important
  }

  .apl-20-md {
    padding-left: 20px !important
  }

  .apl-25-md {
    padding-left: 25px
  }

  .apl-30-md {
    padding-left: 30px !important
  }

  .apl-35-md {
    padding-left: 35px !important
  }

  .apl-40-md {
    padding-left: 40px !important
  }

  .apl-45-md {
    padding-left: 45px !important
  }

  .apl-50-md {
    padding-left: 50px !important
  }

  .apr-0-md {
    padding-right: 0 !important
  }

  .apr-5-md {
    padding-right: 5px !important
  }

  .apr-10-md {
    padding-right: 10px !important
  }

  .apr-15-md {
    padding-right: 15px !important
  }

  .apr-20-md {
    padding-right: 20px !important
  }

  .apr-25-md {
    padding-right: 25px !important
  }

  .apr-30-md {
    padding-right: 30px !important
  }

  .apr-35-md {
    padding-right: 35px !important
  }

  .apr-40-md {
    padding-right: 40px !important
  }

  .apr-45-md {
    padding-right: 45px !important
  }

  .apr-50-md {
    padding-right: 50px !important
  }

  .padd5-md {
    padding: 5px !important
  }

  .padd10-md {
    padding: 10px !important
  }

  .padd15-md {
    padding: 15px !important
  }

  .padd20-md {
    padding: 20px !important
  }

  .padd25-md {
    padding: 25px !important
  }

  .padd30-md {
    padding: 30px !important
  }

  .padd35-md {
    padding: 35px !important
  }

  .padd40-md {
    padding: 40px !important
  }

  .padd45-md {
    padding: 45px !important
  }

  .padd50-md {
    padding: 50px !important
  }

  .padd55-md {
    padding: 55px !important
  }

  .padd60-md {
    padding: 60px !important
  }

  .padd010-md {
    padding: 0 10px
  }

  .padd015-md {
    padding: 0 15px
  }

  .padd025-md {
    padding: 0 20px
  }

  .padd510-md {
    padding: 5px 10px
  }

  .padd515-md {
    padding: 5px 15px
  }

  .padd520-md {
    padding: 5px 20px
  }

  .padd525-md {
    padding: 5px 25px
  }

  .padd105-md {
    padding: 10px 5px
  }

  .padd1015-md {
    padding: 10px 15px
  }

  .padd1020-md {
    padding: 10px 20px
  }

  .lh-20-md {
    line-height: 20px !important
  }

  .lh-22-md {
    line-height: 22px !important
  }

  .lh-24-md {
    line-height: 24px !important
  }

  .lh-25-md {
    line-height: 25px !important
  }

  .lh-26-md {
    line-height: 26px !important
  }

  .lh-28-md {
    line-height: 28px !important
  }

  .lh-30-md {
    line-height: 30px !important
  }

  .lh-32-md {
    line-height: 32px !important
  }

  .lh-34-md {
    line-height: 34px !important
  }

  .lh-35-md {
    line-height: 35px !important
  }

  .lh-36-md {
    line-height: 36px !important
  }

  .lh-38-md {
    line-height: 38px !important
  }

  .lh-40-md {
    line-height: 40px !important
  }

  .lh-42-md {
    line-height: 42px !important
  }

  .lh-44-md {
    line-height: 44px !important
  }

  .lh-45-md {
    line-height: 45px !important
  }

  .lh-46-md {
    line-height: 46px !important
  }

  .lh-48-md {
    line-height: 48px !important
  }

  .lh-50-md {
    line-height: 50px !important
  }

  .font10-md {
    font-size: 10px !important
  }

  .font11-md {
    font-size: 11px !important
  }

  .font12-md {
    font-size: 12px !important
  }

  .font13-md {
    font-size: 13px !important
  }

  .font14-md {
    font-size: 14px !important
  }

  .font15-md {
    font-size: 15px !important
  }

  .font16-md {
    font-size: 16px !important
  }

  .font17-md {
    font-size: 17px !important
  }

  .font18-md {
    font-size: 18px !important
  }

  .font19-md {
    font-size: 19px !important
  }

  .font20-md {
    font-size: 20px !important
  }

  .font21-md {
    font-size: 21px !important
  }

  .font22-md {
    font-size: 22px !important
  }

  .font23-md {
    font-size: 23px !important
  }

  .font24-md {
    font-size: 24px !important
  }

  .font25-md {
    font-size: 25px !important
  }

  .font26-md {
    font-size: 26px !important
  }

  .font27-md {
    font-size: 27px !important
  }

  .font28-md {
    font-size: 28px !important
  }

  .font29-md {
    font-size: 29px !important
  }

  .font30-md {
    font-size: 30px !important
  }

  .font31-md {
    font-size: 31px !important
  }

  .font32-md {
    font-size: 32px !important
  }

  .font33-md {
    font-size: 33px !important
  }

  .font34-md {
    font-size: 34px !important
  }

  .font35-md {
    font-size: 35px !important
  }

  .font36-md {
    font-size: 36px !important
  }

  .font37-md {
    font-size: 37px !important
  }

  .font38-md {
    font-size: 38px !important
  }

  .font39-md {
    font-size: 39px !important
  }

  .font40-md {
    font-size: 40px !important
  }

  .font41-md {
    font-size: 41px !important
  }

  .font42-md {
    font-size: 42px !important
  }

  .font43-md {
    font-size: 43px !important
  }

  .font44-md {
    font-size: 44px !important
  }

  .font45-md {
    font-size: 45px !important
  }

  .font46-md {
    font-size: 46px !important
  }

  .font47-md {
    font-size: 47px !important
  }

  .font48-md {
    font-size: 48px !important
  }

  .font49-md {
    font-size: 49px !important
  }

  .font50-md {
    font-size: 50px !important
  }

  .clearfix-md {
    clear: both;
    display: block
  }

  ul.half-md li {
    display: inline-block;
    min-width: 48%
  }

  ul.three-md li {
    display: inline-block;
    min-width: 31%
  }

  .text-center-md {
    text-align: center !important
  }

  .text-justify-md {
    text-align: justify !important
  }

  .text-left-md {
    text-align: left !important
  }

  .text-right-md {
    text-align: right !important
  }
}

@media(max-width:991px) {
  .amt-0-sm {
    margin-top: 0 !important
  }

  .amt-1-sm {
    margin-top: 1px !important
  }

  .amt-2-sm {
    margin-top: 2px !important
  }

  .amt-3-sm {
    margin-top: 3px !important
  }

  .amt-4-sm {
    margin-top: 4px !important
  }

  .amt-5-sm {
    margin-top: 5px !important
  }

  .amt-6-sm {
    margin-top: 6px !important
  }

  .amt-7-sm {
    margin-top: 7px !important
  }

  .amt-8-sm {
    margin-top: 8px !important
  }

  .amt-9-sm {
    margin-top: 9px !important
  }

  .amt-10-sm {
    margin-top: 10px !important
  }

  .amt-15-sm {
    margin-top: 15px !important
  }

  .amt-20-sm {
    margin-top: 20px !important
  }

  .amt-25-sm {
    margin-top: 25px !important
  }

  .amt-30-sm {
    margin-top: 30px !important
  }

  .amt-35-sm {
    margin-top: 35px !important
  }

  .amt-40-sm {
    margin-top: 40px !important
  }

  .amt-45-sm {
    margin-top: 45px !important
  }

  .amt-50-sm {
    margin-top: 50px !important
  }

  .amt-55-sm {
    margin-top: 55px !important
  }

  .amt-60-sm {
    margin-top: 60px !important
  }

  .amt-65-sm {
    margin-top: 65px !important
  }

  .amt-70-sm {
    margin-top: 70px !important
  }

  .amt-75-sm {
    margin-top: 75px !important
  }

  .amt-80-sm {
    margin-top: 80px !important
  }

  .amt-85-sm {
    margin-top: 85px !important
  }

  .amt-90-sm {
    margin-top: 90px !important
  }

  .amt-95-sm {
    margin-top: 95px !important
  }

  .amt-100-sm {
    margin-top: 100px !important
  }

  .amb-0-sm {
    margin-bottom: 0 !important
  }

  .amb-1-sm {
    margin-bottom: 1px !important
  }

  .amb-2-sm {
    margin-bottom: 2px !important
  }

  .amb-3-sm {
    margin-bottom: 3px !important
  }

  .amb-4-sm {
    margin-bottom: 4px !important
  }

  .amb-5-sm {
    margin-bottom: 5px !important
  }

  .amb-6-sm {
    margin-bottom: 6px !important
  }

  .amb-7-sm {
    margin-bottom: 7px !important
  }

  .amb-8-sm {
    margin-bottom: 8px !important
  }

  .amb-9-sm {
    margin-bottom: 9px !important
  }

  .amb-10-sm {
    margin-bottom: 10px !important
  }

  .amb-15-sm {
    margin-bottom: 15px !important
  }

  .amb-20-sm {
    margin-bottom: 20px !important
  }

  .amb-25-sm {
    margin-bottom: 25px !important
  }

  .amb-30-sm {
    margin-bottom: 30px !important
  }

  .amb-35-sm {
    margin-bottom: 35px !important
  }

  .amb-40-sm {
    margin-bottom: 40px !important
  }

  .amb-45-sm {
    margin-bottom: 45px !important
  }

  .amb-50-sm {
    margin-bottom: 50px !important
  }

  .amb-55-sm {
    margin-bottom: 55px !important
  }

  .amb-60-sm {
    margin-bottom: 60px !important
  }

  .amb-65-sm {
    margin-bottom: 65px !important
  }

  .amb-70-sm {
    margin-bottom: 70px !important
  }

  .amb-75-sm {
    margin-bottom: 75px !important
  }

  .amb-80-sm {
    margin-bottom: 80px !important
  }

  .amb-85-sm {
    margin-bottom: 85px !important
  }

  .amb-90-sm {
    margin-bottom: 90px !important
  }

  .amb-95-sm {
    margin-bottom: 95px !important
  }

  .amb-100-sm {
    margin-bottom: 100px !important
  }

  .aml-0-sm {
    margin-left: 0 !important
  }

  .aml-5-sm {
    margin-left: 5px !important
  }

  .aml-10-sm {
    margin-left: 10px !important
  }

  .aml-15-sm {
    margin-left: 15px !important
  }

  .aml-20-sm {
    margin-left: 20px !important
  }

  .aml-25-sm {
    margin-left: 25px !important
  }

  .aml-30-sm {
    margin-left: 30px !important
  }

  .aml-35-sm {
    margin-left: 35px !important
  }

  .aml-40-sm {
    margin-left: 40px !important
  }

  .aml-45-sm {
    margin-left: 45px !important
  }

  .aml-50-sm {
    margin-left: 50px !important
  }

  .amr-0-sm {
    margin-right: 0 !important
  }

  .amr-5-sm {
    margin-right: 5px !important
  }

  .amr-10-sm {
    margin-right: 10px !important
  }

  .amr-15-sm {
    margin-right: 15px !important
  }

  .amr-20-sm {
    margin-right: 20px !important
  }

  .amr-25-sm {
    margin-right: 25px !important
  }

  .amr-30-sm {
    margin-right: 30px !important
  }

  .amr-35-sm {
    margin-right: 35px !important
  }

  .amr-40-sm {
    margin-right: 40px !important
  }

  .amr-45-sm {
    margin-right: 45px !important
  }

  .amr-50-sm {
    margin-right: 50px !important
  }

  .apt-0-sm {
    padding-top: 0 !important
  }

  .apt-1-sm {
    padding-top: 1px !important
  }

  .apt-2-sm {
    padding-top: 2px !important
  }

  .apt-3-sm {
    padding-top: 3px !important
  }

  .apt-4-sm {
    padding-top: 4px !important
  }

  .apt-5-sm {
    padding-top: 5px !important
  }

  .apt-6-sm {
    padding-top: 6px !important
  }

  .apt-7-sm {
    padding-top: 7px !important
  }

  .apt-8-sm {
    padding-top: 8px !important
  }

  .apt-9-sm {
    padding-top: 9px !important
  }

  .apt-10-sm {
    padding-top: 10px !important
  }

  .apt-15-sm {
    padding-top: 15px !important
  }

  .apt-20-sm {
    padding-top: 20px !important
  }

  .apt-25-sm {
    padding-top: 25px !important
  }

  .apt-30-sm {
    padding-top: 30px !important
  }

  .apt-35-sm {
    padding-top: 35px !important
  }

  .apt-40-sm {
    padding-top: 40px !important
  }

  .apt-45-sm {
    padding-top: 45px !important
  }

  .apt-50-sm {
    padding-top: 50px !important
  }

  .apt-55-sm {
    padding-top: 55px !important
  }

  .apt-60-sm {
    padding-top: 60px !important
  }

  .apt-65-sm {
    padding-top: 65px !important
  }

  .apt-70-sm {
    padding-top: 70px !important
  }

  .apt-75-sm {
    padding-top: 75px !important
  }

  .apt-80-sm {
    padding-top: 80px !important
  }

  .apt-85-sm {
    padding-top: 85px !important
  }

  .apt-90-sm {
    padding-top: 90px !important
  }

  .apt-95-sm {
    padding-top: 95px !important
  }

  .apt-100-sm {
    padding-top: 100px !important
  }

  .apb-0-sm {
    padding-bottom: 0 !important
  }

  .apb-1-sm {
    padding-bottom: 1px !important
  }

  .apb-2-sm {
    padding-bottom: 2px !important
  }

  .apb-3-sm {
    padding-bottom: 3px !important
  }

  .apb-4-sm {
    padding-bottom: 4px !important
  }

  .apb-5-sm {
    padding-bottom: 5px !important
  }

  .apb-6-sm {
    padding-bottom: 6px !important
  }

  .apb-7-sm {
    padding-bottom: 7px !important
  }

  .apb-8-sm {
    padding-bottom: 8px !important
  }

  .apb-9-sm {
    padding-bottom: 9px !important
  }

  .apb-10-sm {
    padding-bottom: 10px !important
  }

  .apb-15-sm {
    padding-bottom: 15px !important
  }

  .apb-20-sm {
    padding-bottom: 20px !important
  }

  .apb-25-sm {
    padding-bottom: 25px !important
  }

  .apb-30-sm {
    padding-bottom: 30px !important
  }

  .apb-35-sm {
    padding-bottom: 35px !important
  }

  .apb-40-sm {
    padding-bottom: 40px !important
  }

  .apb-45-sm {
    padding-bottom: 45px !important
  }

  .apb-50-sm {
    padding-bottom: 50px !important
  }

  .apb-55-sm {
    padding-bottom: 55px !important
  }

  .apb-60-sm {
    padding-bottom: 60px !important
  }

  .apb-65-sm {
    padding-bottom: 65px !important
  }

  .apb-70-sm {
    padding-bottom: 70px !important
  }

  .apb-75-sm {
    padding-bottom: 75px !important
  }

  .apb-80-sm {
    padding-bottom: 80px !important
  }

  .apb-85-sm {
    padding-bottom: 85px !important
  }

  .apb-90-sm {
    padding-bottom: 90px !important
  }

  .apb-95-sm {
    padding-bottom: 95px !important
  }

  .apb-100-sm {
    padding-bottom: 100px !important
  }

  .apl-0-sm {
    padding-left: 0 !important
  }

  .apl-5-sm {
    padding-left: 5px !important
  }

  .apl-10-sm {
    padding-left: 10px !important
  }

  .apl-15-sm {
    padding-left: 15px !important
  }

  .apl-20-sm {
    padding-left: 20px !important
  }

  .apl-25-sm {
    padding-left: 25px
  }

  .apl-30-sm {
    padding-left: 30px !important
  }

  .apl-35-sm {
    padding-left: 35px !important
  }

  .apl-40-sm {
    padding-left: 40px !important
  }

  .apl-45-sm {
    padding-left: 45px !important
  }

  .apl-50-sm {
    padding-left: 50px !important
  }

  .apr-0-sm {
    padding-right: 0 !important
  }

  .apr-5-sm {
    padding-right: 5px !important
  }

  .apr-10-sm {
    padding-right: 10px !important
  }

  .apr-15-sm {
    padding-right: 15px !important
  }

  .apr-20-sm {
    padding-right: 20px !important
  }

  .apr-25-sm {
    padding-right: 25px !important
  }

  .apr-30-sm {
    padding-right: 30px !important
  }

  .apr-35-sm {
    padding-right: 35px !important
  }

  .apr-40-sm {
    padding-right: 40px !important
  }

  .apr-45-sm {
    padding-right: 45px !important
  }

  .apr-50-sm {
    padding-right: 50px !important
  }

  .padd5-sm {
    padding: 5px !important
  }

  .padd10-sm {
    padding: 10px !important
  }

  .padd15-sm {
    padding: 15px !important
  }

  .padd20-sm {
    padding: 20px !important
  }

  .padd25-sm {
    padding: 25px !important
  }

  .padd30-sm {
    padding: 30px !important
  }

  .padd35-sm {
    padding: 35px !important
  }

  .padd40-sm {
    padding: 40px !important
  }

  .padd45-sm {
    padding: 45px !important
  }

  .padd50-sm {
    padding: 50px !important
  }

  .padd55-sm {
    padding: 55px !important
  }

  .padd60-sm {
    padding: 60px !important
  }

  .padd010-sm {
    padding: 0 10px
  }

  .padd015-sm {
    padding: 0 15px
  }

  .padd025-sm {
    padding: 0 20px
  }

  .padd510-sm {
    padding: 5px 10px
  }

  .padd515-sm {
    padding: 5px 15px
  }

  .padd520-sm {
    padding: 5px 20px
  }

  .padd525-sm {
    padding: 5px 25px
  }

  .padd105-sm {
    padding: 10px 5px
  }

  .padd1015-sm {
    padding: 10px 15px
  }

  .padd1020-sm {
    padding: 10px 20px
  }

  .lh-20-sm {
    line-height: 20px !important
  }

  .lh-22-sm {
    line-height: 22px !important
  }

  .lh-24-sm {
    line-height: 24px !important
  }

  .lh-25-sm {
    line-height: 25px !important
  }

  .lh-26-sm {
    line-height: 26px !important
  }

  .lh-28-sm {
    line-height: 28px !important
  }

  .lh-30-sm {
    line-height: 30px !important
  }

  .lh-32-sm {
    line-height: 32px !important
  }

  .lh-34-sm {
    line-height: 34px !important
  }

  .lh-35-sm {
    line-height: 35px !important
  }

  .lh-36-sm {
    line-height: 36px !important
  }

  .lh-38-sm {
    line-height: 38px !important
  }

  .lh-40-sm {
    line-height: 40px !important
  }

  .lh-42-sm {
    line-height: 42px !important
  }

  .lh-44-sm {
    line-height: 44px !important
  }

  .lh-45-sm {
    line-height: 45px !important
  }

  .lh-46-sm {
    line-height: 46px !important
  }

  .lh-48-sm {
    line-height: 48px !important
  }

  .lh-50-sm {
    line-height: 50px !important
  }

  .font10-sm {
    font-size: 10px !important
  }

  .font11-sm {
    font-size: 11px !important
  }

  .font12-sm {
    font-size: 12px !important
  }

  .font13-sm {
    font-size: 13px !important
  }

  .font14-sm {
    font-size: 14px !important
  }

  .font15-sm {
    font-size: 15px !important
  }

  .font16-sm {
    font-size: 16px !important
  }

  .font17-sm {
    font-size: 17px !important
  }

  .font18-sm {
    font-size: 18px !important
  }

  .font19-sm {
    font-size: 19px !important
  }

  .font20-sm {
    font-size: 20px !important
  }

  .font21-sm {
    font-size: 21px !important
  }

  .font22-sm {
    font-size: 22px !important
  }

  .font23-sm {
    font-size: 23px !important
  }

  .font24-sm {
    font-size: 24px !important
  }

  .font25-sm {
    font-size: 25px !important
  }

  .font26-sm {
    font-size: 26px !important
  }

  .font27-sm {
    font-size: 27px !important
  }

  .font28-sm {
    font-size: 28px !important
  }

  .font29-sm {
    font-size: 29px !important
  }

  .font30-sm {
    font-size: 30px !important
  }

  .font31-sm {
    font-size: 31px !important
  }

  .font32-sm {
    font-size: 32px !important
  }

  .font33-sm {
    font-size: 33px !important
  }

  .font34-sm {
    font-size: 34px !important
  }

  .font35-sm {
    font-size: 35px !important
  }

  .font36-sm {
    font-size: 36px !important
  }

  .font37-sm {
    font-size: 37px !important
  }

  .font38-sm {
    font-size: 38px !important
  }

  .font39-sm {
    font-size: 39px !important
  }

  .font40-sm {
    font-size: 40px !important
  }

  .font41-sm {
    font-size: 41px !important
  }

  .font42-sm {
    font-size: 42px !important
  }

  .font43-sm {
    font-size: 43px !important
  }

  .font44-sm {
    font-size: 44px !important
  }

  .font45-sm {
    font-size: 45px !important
  }

  .font46-sm {
    font-size: 46px !important
  }

  .font47-sm {
    font-size: 47px !important
  }

  .font48-sm {
    font-size: 48px !important
  }

  .font49-sm {
    font-size: 49px !important
  }

  .font50-sm {
    font-size: 50px !important
  }

  .clearfix-sm {
    clear: both;
    display: block
  }

  ul.half-sm li {
    display: inline-block;
    min-width: 48%
  }

  ul.three-sm li {
    display: inline-block;
    min-width: 31%
  }

  .text-center-sm {
    text-align: center !important
  }

  .text-justify-sm {
    text-align: justify !important
  }

  .text-left-sm {
    text-align: left !important
  }

  .text-right-sm {
    text-align: right !important
  }
}

@media(max-width:767px) {
  .amt-0-xs {
    margin-top: 0 !important
  }

  .amt-1-xs {
    margin-top: 1px !important
  }

  .amt-2-xs {
    margin-top: 2px !important
  }

  .amt-3-xs {
    margin-top: 3px !important
  }

  .amt-4-xs {
    margin-top: 4px !important
  }

  .amt-5-xs {
    margin-top: 5px !important
  }

  .amt-6-xs {
    margin-top: 6px !important
  }

  .amt-7-xs {
    margin-top: 7px !important
  }

  .amt-8-xs {
    margin-top: 8px !important
  }

  .amt-9-xs {
    margin-top: 9px !important
  }

  .amt-10-xs {
    margin-top: 10px !important
  }

  .amt-15-xs {
    margin-top: 15px !important
  }

  .amt-20-xs {
    margin-top: 20px !important
  }

  .amt-25-xs {
    margin-top: 25px !important
  }

  .amt-30-xs {
    margin-top: 30px !important
  }

  .amt-35-xs {
    margin-top: 35px !important
  }

  .amt-40-xs {
    margin-top: 40px !important
  }

  .amt-45-xs {
    margin-top: 45px !important
  }

  .amt-50-xs {
    margin-top: 50px !important
  }

  .amt-55-xs {
    margin-top: 55px !important
  }

  .amt-60-xs {
    margin-top: 60px !important
  }

  .amt-65-xs {
    margin-top: 65px !important
  }

  .amt-70-xs {
    margin-top: 70px !important
  }

  .amt-75-xs {
    margin-top: 75px !important
  }

  .amt-80-xs {
    margin-top: 80px !important
  }

  .amt-85-xs {
    margin-top: 85px !important
  }

  .amt-90-xs {
    margin-top: 90px !important
  }

  .amt-95-xs {
    margin-top: 95px !important
  }

  .amt-100-xs {
    margin-top: 100px !important
  }

  .amb-0-xs {
    margin-bottom: 0 !important
  }

  .amb-1-xs {
    margin-bottom: 1px !important
  }

  .amb-2-xs {
    margin-bottom: 2px !important
  }

  .amb-3-xs {
    margin-bottom: 3px !important
  }

  .amb-4-xs {
    margin-bottom: 4px !important
  }

  .amb-5-xs {
    margin-bottom: 5px !important
  }

  .amb-6-xs {
    margin-bottom: 6px !important
  }

  .amb-7-xs {
    margin-bottom: 7px !important
  }

  .amb-8-xs {
    margin-bottom: 8px !important
  }

  .amb-9-xs {
    margin-bottom: 9px !important
  }

  .amb-10-xs {
    margin-bottom: 10px !important
  }

  .amb-15-xs {
    margin-bottom: 15px !important
  }

  .amb-20-xs {
    margin-bottom: 20px !important
  }

  .amb-25-xs {
    margin-bottom: 25px !important
  }

  .amb-30-xs {
    margin-bottom: 30px !important
  }

  .amb-35-xs {
    margin-bottom: 35px !important
  }

  .amb-40-xs {
    margin-bottom: 40px !important
  }

  .amb-45-xs {
    margin-bottom: 45px !important
  }

  .amb-50-xs {
    margin-bottom: 50px !important
  }

  .amb-55-xs {
    margin-bottom: 55px !important
  }

  .amb-60-xs {
    margin-bottom: 60px !important
  }

  .amb-65-xs {
    margin-bottom: 65px !important
  }

  .amb-70-xs {
    margin-bottom: 70px !important
  }

  .amb-75-xs {
    margin-bottom: 75px !important
  }

  .amb-80-xs {
    margin-bottom: 80px !important
  }

  .amb-85-xs {
    margin-bottom: 85px !important
  }

  .amb-90-xs {
    margin-bottom: 90px !important
  }

  .amb-95-xs {
    margin-bottom: 95px !important
  }

  .amb-100-xs {
    margin-bottom: 100px !important
  }

  .apt-0-xs {
    padding-top: 0 !important
  }

  .apt-1-xs {
    padding-top: 1px !important
  }

  .apt-2-xs {
    padding-top: 2px !important
  }

  .apt-3-xs {
    padding-top: 3px !important
  }

  .apt-4-xs {
    padding-top: 4px !important
  }

  .apt-5-xs {
    padding-top: 5px !important
  }

  .apt-6-xs {
    padding-top: 6px !important
  }

  .apt-7-xs {
    padding-top: 7px !important
  }

  .apt-8-xs {
    padding-top: 8px !important
  }

  .apt-9-xs {
    padding-top: 9px !important
  }

  .apt-10-xs {
    padding-top: 10px !important
  }

  .apt-15-xs {
    padding-top: 15px !important
  }

  .apt-20-xs {
    padding-top: 20px !important
  }

  .apt-25-xs {
    padding-top: 25px !important
  }

  .apt-30-xs {
    padding-top: 30px !important
  }

  .apt-35-xs {
    padding-top: 35px !important
  }

  .apt-40-xs {
    padding-top: 40px !important
  }

  .apt-45-xs {
    padding-top: 45px !important
  }

  .apt-50-xs {
    padding-top: 50px !important
  }

  .apt-55-xs {
    padding-top: 55px !important
  }

  .apt-60-xs {
    padding-top: 60px !important
  }

  .apt-65-xs {
    padding-top: 65px !important
  }

  .apt-70-xs {
    padding-top: 70px !important
  }

  .apt-75-xs {
    padding-top: 75px !important
  }

  .apt-80-xs {
    padding-top: 80px !important
  }

  .apt-85-xs {
    padding-top: 85px !important
  }

  .apt-90-xs {
    padding-top: 90px !important
  }

  .apt-95-xs {
    padding-top: 95px !important
  }

  .apt-100-xs {
    padding-top: 100px !important
  }

  .apb-0-xs {
    padding-bottom: 0 !important
  }

  .apb-1-xs {
    padding-bottom: 1px !important
  }

  .apb-2-xs {
    padding-bottom: 2px !important
  }

  .apb-3-xs {
    padding-bottom: 3px !important
  }

  .apb-4-xs {
    padding-bottom: 4px !important
  }

  .apb-5-xs {
    padding-bottom: 5px !important
  }

  .apb-6-xs {
    padding-bottom: 6px !important
  }

  .apb-7-xs {
    padding-bottom: 7px !important
  }

  .apb-8-xs {
    padding-bottom: 8px !important
  }

  .apb-9-xs {
    padding-bottom: 9px !important
  }

  .apb-10-xs {
    padding-bottom: 10px !important
  }

  .apb-15-xs {
    padding-bottom: 15px !important
  }

  .apb-20-xs {
    padding-bottom: 20px !important
  }

  .apb-25-xs {
    padding-bottom: 25px !important
  }

  .apb-30-xs {
    padding-bottom: 30px !important
  }

  .apb-35-xs {
    padding-bottom: 35px !important
  }

  .apb-40-xs {
    padding-bottom: 40px !important
  }

  .apb-45-xs {
    padding-bottom: 45px !important
  }

  .apb-50-xs {
    padding-bottom: 50px !important
  }

  .apb-55-xs {
    padding-bottom: 55px !important
  }

  .apb-60-xs {
    padding-bottom: 60px !important
  }

  .apb-65-xs {
    padding-bottom: 65px !important
  }

  .apb-70-xs {
    padding-bottom: 70px !important
  }

  .apb-75-xs {
    padding-bottom: 75px !important
  }

  .apb-80-xs {
    padding-bottom: 80px !important
  }

  .apb-85-xs {
    padding-bottom: 85px !important
  }

  .apb-90-xs {
    padding-bottom: 90px !important
  }

  .apb-95-xs {
    padding-bottom: 95px !important
  }

  .apb-100-xs {
    padding-bottom: 100px !important
  }

  .apl-0-xs {
    padding-left: 0 !important
  }

  .apl-5-xs {
    padding-left: 5px !important
  }

  .apl-10-xs {
    padding-left: 10px !important
  }

  .apl-15-xs {
    padding-left: 15px !important
  }

  .apl-20-xs {
    padding-left: 20px !important
  }

  .apl-25-xs {
    padding-left: 25px
  }

  .apl-30-xs {
    padding-left: 30px !important
  }

  .apl-35-xs {
    padding-left: 35px !important
  }

  .apl-40-xs {
    padding-left: 40px !important
  }

  .apl-45-xs {
    padding-left: 45px !important
  }

  .apl-50-xs {
    padding-left: 50px !important
  }

  .apr-0-xs {
    padding-right: 0 !important
  }

  .apr-5-xs {
    padding-right: 5px !important
  }

  .apr-10-xs {
    padding-right: 10px !important
  }

  .apr-15-xs {
    padding-right: 15px !important
  }

  .apr-20-xs {
    padding-right: 20px !important
  }

  .apr-25-xs {
    padding-right: 25px !important
  }

  .apr-30-xs {
    padding-right: 30px !important
  }

  .apr-35-xs {
    padding-right: 35px !important
  }

  .apr-40-xs {
    padding-right: 40px !important
  }

  .apr-45-xs {
    padding-right: 45px !important
  }

  .apr-50-xs {
    padding-right: 50px !important
  }

  .padd5-xs {
    padding: 5px
  }

  .padd10-xs {
    padding: 10px
  }

  .padd15-xs {
    padding: 15px
  }

  .padd20-xs {
    padding: 20px
  }

  .padd25-xs {
    padding: 25px
  }

  .padd30-xs {
    padding: 30px
  }

  .padd35-xs {
    padding: 35px
  }

  .padd40-xs {
    padding: 40px
  }

  .padd45-xs {
    padding: 45px
  }

  .padd50-xs {
    padding: 50px
  }

  .padd55-xs {
    padding: 55px
  }

  .padd60-xs {
    padding: 60px
  }

  .padd010-xs {
    padding: 0 10px
  }

  .padd015-xs {
    padding: 0 15px
  }

  .padd025-xs {
    padding: 0 20px
  }

  .padd510-xs {
    padding: 5px 10px
  }

  .padd515-xs {
    padding: 5px 15px
  }

  .padd520-xs {
    padding: 5px 20px
  }

  .padd525-xs {
    padding: 5px 25px
  }

  .padd105-xs {
    padding: 10px 5px
  }

  .padd1015-xs {
    padding: 10px 15px
  }

  .padd1020-xs {
    padding: 10px 20px
  }

  .lh-20-xs {
    line-height: 20px !important
  }

  .lh-22-xs {
    line-height: 22px !important
  }

  .lh-24-xs {
    line-height: 24px !important
  }

  .lh-25-xs {
    line-height: 25px !important
  }

  .lh-26-xs {
    line-height: 26px !important
  }

  .lh-28-xs {
    line-height: 28px !important
  }

  .lh-30-xs {
    line-height: 30px !important
  }

  .lh-32-xs {
    line-height: 32px !important
  }

  .lh-34-xs {
    line-height: 34px !important
  }

  .lh-35-xs {
    line-height: 35px !important
  }

  .lh-36-xs {
    line-height: 36px !important
  }

  .lh-38-xs {
    line-height: 38px !important
  }

  .lh-40-xs {
    line-height: 40px !important
  }

  .lh-42-xs {
    line-height: 42px !important
  }

  .lh-44-xs {
    line-height: 44px !important
  }

  .lh-45-xs {
    line-height: 45px !important
  }

  .lh-46-xs {
    line-height: 46px !important
  }

  .lh-48-xs {
    line-height: 48px !important
  }

  .lh-50-xs {
    line-height: 50px !important
  }

  .font10-xs {
    font-size: 10px !important
  }

  .font11-xs {
    font-size: 11px !important
  }

  .font12-xs {
    font-size: 12px !important
  }

  .font13-xs {
    font-size: 13px !important
  }

  .font14-xs {
    font-size: 14px !important
  }

  .font15-xs {
    font-size: 15px !important
  }

  .font16-xs {
    font-size: 16px !important
  }

  .font17-xs {
    font-size: 17px !important
  }

  .font18-xs {
    font-size: 18px !important
  }

  .font19-xs {
    font-size: 19px !important
  }

  .font20-xs {
    font-size: 20px !important
  }

  .font21-xs {
    font-size: 21px !important
  }

  .font22-xs {
    font-size: 22px !important
  }

  .font23-xs {
    font-size: 23px !important
  }

  .font24-xs {
    font-size: 24px !important
  }

  .font25-xs {
    font-size: 25px !important
  }

  .font26-xs {
    font-size: 26px !important
  }

  .font27-xs {
    font-size: 27px !important
  }

  .font28-xs {
    font-size: 28px !important
  }

  .font29-xs {
    font-size: 29px !important
  }

  .font30-xs {
    font-size: 30px !important
  }

  .font31-xs {
    font-size: 31px !important
  }

  .font32-xs {
    font-size: 32px !important
  }

  .font33-xs {
    font-size: 33px !important
  }

  .font34-xs {
    font-size: 34px !important
  }

  .font35-xs {
    font-size: 35px !important
  }

  .font36-xs {
    font-size: 36px !important
  }

  .font37-xs {
    font-size: 37px !important
  }

  .font38-xs {
    font-size: 38px !important
  }

  .font39-xs {
    font-size: 39px !important
  }

  .font40-xs {
    font-size: 40px !important
  }

  .font41-xs {
    font-size: 41px !important
  }

  .font42-xs {
    font-size: 42px !important
  }

  .font43-xs {
    font-size: 43px !important
  }

  .font44-xs {
    font-size: 44px !important
  }

  .font45-xs {
    font-size: 45px !important
  }

  .font46-xs {
    font-size: 46px !important
  }

  .font47-xs {
    font-size: 47px !important
  }

  .font48-xs {
    font-size: 48px !important
  }

  .font49-xs {
    font-size: 49px !important
  }

  .font50-xs {
    font-size: 50px !important
  }

  .clearfix-xs {
    clear: both;
    display: block
  }

  ul.half-xs li {
    display: inline-block;
    min-width: 48%
  }

  ul.three-xs li {
    display: inline-block;
    min-width: 31%
  }

  .text-center-xs {
    text-align: center !important
  }

  .text-justify-xs {
    text-align: justify !important
  }

  .text-left-xs {
    text-align: left !important
  }

  .text-right-xs {
    text-align: right !important
  }

  .float-none-xs {
    float: none !important
  }

  .float-left-xs {
    float: left !important
  }

  .float-right-xs {
    float: right !important
  }

  .dblock-xs {
    display: block !important
  }

  .dinline-xs {
    display: block !important
  }

  .dinlineblock-xs {
    display: block !important
  }

  .dtable-xs {
    display: table !important
  }

  .full-xs {
    width: 100% !important
  }

  .tagger {
    text-align: center !important
  }
}

.visible-xss {
  display: none
}

@media(max-width:575px) {
  .visible-xss {
    display: block !important
  }

  .hidden-xss {
    display: none !important
  }

  .col-xss-12 {
    width: 100%
  }

  .amt-0-xss {
    margin-top: 0 !important
  }

  .amt-1-xss {
    margin-top: 1px !important
  }

  .amt-2-xss {
    margin-top: 2px !important
  }

  .amt-3-xss {
    margin-top: 3px !important
  }

  .amt-4-xss {
    margin-top: 4px !important
  }

  .amt-5-xss {
    margin-top: 5px !important
  }

  .amt-6-xss {
    margin-top: 6px !important
  }

  .amt-7-xss {
    margin-top: 7px !important
  }

  .amt-8-xss {
    margin-top: 8px !important
  }

  .amt-9-xss {
    margin-top: 9px !important
  }

  .amt-10-xss {
    margin-top: 10px !important
  }

  .amt-15-xss {
    margin-top: 15px !important
  }

  .amt-20-xss {
    margin-top: 20px !important
  }

  .amt-25-xss {
    margin-top: 25px !important
  }

  .amt-30-xss {
    margin-top: 30px !important
  }

  .amt-35-xss {
    margin-top: 35px !important
  }

  .amt-40-xss {
    margin-top: 40px !important
  }

  .amt-45-xss {
    margin-top: 45px !important
  }

  .amt-50-xss {
    margin-top: 50px !important
  }

  .amt-55-xss {
    margin-top: 55px !important
  }

  .amt-60-xss {
    margin-top: 60px !important
  }

  .amt-65-xss {
    margin-top: 65px !important
  }

  .amt-70-xss {
    margin-top: 70px !important
  }

  .amt-75-xss {
    margin-top: 75px !important
  }

  .amt-80-xss {
    margin-top: 80px !important
  }

  .amt-85-xss {
    margin-top: 85px !important
  }

  .amt-90-xss {
    margin-top: 90px !important
  }

  .amt-95-xss {
    margin-top: 95px !important
  }

  .amt-100-xss {
    margin-top: 100px !important
  }

  .amb-0-xss {
    margin-bottom: 0 !important
  }

  .amb-1-xss {
    margin-bottom: 1px !important
  }

  .amb-2-xss {
    margin-bottom: 2px !important
  }

  .amb-3-xss {
    margin-bottom: 3px !important
  }

  .amb-4-xss {
    margin-bottom: 4px !important
  }

  .amb-5-xss {
    margin-bottom: 5px !important
  }

  .amb-6-xss {
    margin-bottom: 6px !important
  }

  .amb-7-xss {
    margin-bottom: 7px !important
  }

  .amb-8-xss {
    margin-bottom: 8px !important
  }

  .amb-9-xss {
    margin-bottom: 9px !important
  }

  .amb-10-xss {
    margin-bottom: 10px !important
  }

  .amb-15-xss {
    margin-bottom: 15px !important
  }

  .amb-20-xss {
    margin-bottom: 20px !important
  }

  .amb-25-xss {
    margin-bottom: 25px !important
  }

  .amb-30-xss {
    margin-bottom: 30px !important
  }

  .amb-35-xss {
    margin-bottom: 35px !important
  }

  .amb-40-xss {
    margin-bottom: 40px !important
  }

  .amb-45-xss {
    margin-bottom: 45px !important
  }

  .amb-50-xss {
    margin-bottom: 50px !important
  }

  .amb-55-xss {
    margin-bottom: 55px !important
  }

  .amb-60-xss {
    margin-bottom: 60px !important
  }

  .amb-65-xss {
    margin-bottom: 65px !important
  }

  .amb-70-xss {
    margin-bottom: 70px !important
  }

  .amb-75-xss {
    margin-bottom: 75px !important
  }

  .amb-80-xss {
    margin-bottom: 80px !important
  }

  .amb-85-xss {
    margin-bottom: 85px !important
  }

  .amb-90-xss {
    margin-bottom: 90px !important
  }

  .amb-95-xss {
    margin-bottom: 95px !important
  }

  .amb-100-xss {
    margin-bottom: 100px !important
  }

  .apt-0-xss {
    padding-top: 0 !important
  }

  .apt-1-xss {
    padding-top: 1px !important
  }

  .apt-2-xss {
    padding-top: 2px !important
  }

  .apt-3-xss {
    padding-top: 3px !important
  }

  .apt-4-xss {
    padding-top: 4px !important
  }

  .apt-5-xss {
    padding-top: 5px !important
  }

  .apt-6-xss {
    padding-top: 6px !important
  }

  .apt-7-xss {
    padding-top: 7px !important
  }

  .apt-8-xss {
    padding-top: 8px !important
  }

  .apt-9-xss {
    padding-top: 9px !important
  }

  .apt-10-xss {
    padding-top: 10px !important
  }

  .apt-15-xss {
    padding-top: 15px !important
  }

  .apt-20-xss {
    padding-top: 20px !important
  }

  .apt-25-xss {
    padding-top: 25px !important
  }

  .apt-30-xss {
    padding-top: 30px !important
  }

  .apt-35-xss {
    padding-top: 35px !important
  }

  .apt-40-xss {
    padding-top: 40px !important
  }

  .apt-45-xss {
    padding-top: 45px !important
  }

  .apt-50-xss {
    padding-top: 50px !important
  }

  .apt-55-xss {
    padding-top: 55px !important
  }

  .apt-60-xss {
    padding-top: 60px !important
  }

  .apt-65-xss {
    padding-top: 65px !important
  }

  .apt-70-xss {
    padding-top: 70px !important
  }

  .apt-75-xss {
    padding-top: 75px !important
  }

  .apt-80-xss {
    padding-top: 80px !important
  }

  .apt-85-xss {
    padding-top: 85px !important
  }

  .apt-90-xss {
    padding-top: 90px !important
  }

  .apt-95-xss {
    padding-top: 95px !important
  }

  .apt-100-xss {
    padding-top: 100px !important
  }

  .apb-0-xss {
    padding-bottom: 0 !important
  }

  .apb-5-xss {
    padding-bottom: 5px !important
  }

  .apb-10-xss {
    padding-bottom: 10px !important
  }

  .apb-15-xss {
    padding-bottom: 15px !important
  }

  .apb-20-xss {
    padding-bottom: 20px !important
  }

  .apb-25-xss {
    padding-bottom: 25px !important
  }

  .apb-30-xss {
    padding-bottom: 30px !important
  }

  .apb-35-xss {
    padding-bottom: 35px !important
  }

  .apb-40-xss {
    padding-bottom: 40px !important
  }

  .apb-45-xss {
    padding-bottom: 45px !important
  }

  .apb-50-xss {
    padding-bottom: 50px !important
  }

  .apb-55-xss {
    padding-bottom: 55px !important
  }

  .apb-60-xss {
    padding-bottom: 60px !important
  }

  .apb-65-xss {
    padding-bottom: 65px !important
  }

  .apb-70-xss {
    padding-bottom: 70px !important
  }

  .apb-75-xss {
    padding-bottom: 75px !important
  }

  .apb-80-xss {
    padding-bottom: 80px !important
  }

  .apb-85-xss {
    padding-bottom: 85px !important
  }

  .apb-90-xss {
    padding-bottom: 90px !important
  }

  .apb-95-xss {
    padding-bottom: 95px !important
  }

  .apb-100-xss {
    padding-bottom: 100px !important
  }

  .apl-0-xss {
    padding-left: 0 !important
  }

  .apl-5-xss {
    padding-left: 5px !important
  }

  .apl-10-xss {
    padding-left: 10px !important
  }

  .apl-15-xss {
    padding-left: 15px !important
  }

  .apl-20-xss {
    padding-left: 20px !important
  }

  .apl-25-xss {
    padding-left: 25px
  }

  .apl-30-xss {
    padding-left: 30px !important
  }

  .apl-35-xss {
    padding-left: 35px !important
  }

  .apl-40-xss {
    padding-left: 40px !important
  }

  .apl-45-xss {
    padding-left: 45px !important
  }

  .apl-50-xss {
    padding-left: 50px !important
  }

  .apr-0-xss {
    padding-right: 0 !important
  }

  .apr-5-xss {
    padding-right: 5px !important
  }

  .apr-10-xss {
    padding-right: 10px !important
  }

  .apr-15-xss {
    padding-right: 15px !important
  }

  .apr-20-xss {
    padding-right: 20px !important
  }

  .apr-25-xss {
    padding-right: 25px !important
  }

  .apr-30-xss {
    padding-right: 30px !important
  }

  .apr-35-xss {
    padding-right: 35px !important
  }

  .apr-40-xss {
    padding-right: 40px !important
  }

  .apr-45-xss {
    padding-right: 45px !important
  }

  .apr-50-xss {
    padding-right: 50px !important
  }

  .padd5-xss {
    padding: 5px !important
  }

  .padd10-xss {
    padding: 10px !important
  }

  .padd15-xss {
    padding: 15px !important
  }

  .padd20-xss {
    padding: 20px !important
  }

  .padd25-xss {
    padding: 25px !important
  }

  .padd30-xss {
    padding: 30px !important
  }

  .padd35-xss {
    padding: 35px !important
  }

  .padd40-xss {
    padding: 40px !important
  }

  .padd45-xss {
    padding: 45px !important
  }

  .padd50-xss {
    padding: 50px !important
  }

  .padd55-xss {
    padding: 55px !important
  }

  .padd60-xss {
    padding: 60px !important
  }

  .padd010-xss {
    padding: 0 10px
  }

  .padd015-xss {
    padding: 0 15px
  }

  .padd025-xss {
    padding: 0 20px
  }

  .padd510-xss {
    padding: 5px 10px
  }

  .padd515-xss {
    padding: 5px 15px
  }

  .padd520-xss {
    padding: 5px 20px
  }

  .padd525-xss {
    padding: 5px 25px
  }

  .padd105-xss {
    padding: 10px 5px
  }

  .padd1015-xss {
    padding: 10px 15px
  }

  .padd1020-xss {
    padding: 10px 20px
  }

  .lh-20-xss {
    line-height: 20px !important
  }

  .lh-22-xss {
    line-height: 22px !important
  }

  .lh-24-xss {
    line-height: 24px !important
  }

  .lh-25-xss {
    line-height: 25px !important
  }

  .lh-26-xss {
    line-height: 26px !important
  }

  .lh-28-xss {
    line-height: 28px !important
  }

  .lh-30-xss {
    line-height: 30px !important
  }

  .lh-32-xss {
    line-height: 32px !important
  }

  .lh-34-xss {
    line-height: 34px !important
  }

  .lh-35-xss {
    line-height: 35px !important
  }

  .lh-36-xss {
    line-height: 36px !important
  }

  .lh-38-xss {
    line-height: 38px !important
  }

  .lh-40-xss {
    line-height: 40px !important
  }

  .lh-42-xss {
    line-height: 42px !important
  }

  .lh-44-xss {
    line-height: 44px !important
  }

  .lh-45-xss {
    line-height: 45px !important
  }

  .lh-46-xss {
    line-height: 46px !important
  }

  .lh-48-xss {
    line-height: 48px !important
  }

  .lh-50-xss {
    line-height: 50px !important
  }

  .font10-xss {
    font-size: 10px !important
  }

  .font11-xss {
    font-size: 11px !important
  }

  .font12-xss {
    font-size: 12px !important
  }

  .font13-xss {
    font-size: 13px !important
  }

  .font14-xss {
    font-size: 14px !important
  }

  .font15-xss {
    font-size: 15px !important
  }

  .font16-xss {
    font-size: 16px !important
  }

  .font17-xss {
    font-size: 17px !important
  }

  .font18-xss {
    font-size: 18px !important
  }

  .font19-xss {
    font-size: 19px !important
  }

  .font20-xss {
    font-size: 20px !important
  }

  .font21-xss {
    font-size: 21px !important
  }

  .font22-xss {
    font-size: 22px !important
  }

  .font23-xss {
    font-size: 23px !important
  }

  .font24-xss {
    font-size: 24px !important
  }

  .font25-xss {
    font-size: 25px !important
  }

  .font26-xss {
    font-size: 26px !important
  }

  .font27-xss {
    font-size: 27px !important
  }

  .font28-xss {
    font-size: 28px !important
  }

  .font29-xss {
    font-size: 29px !important
  }

  .font30-xss {
    font-size: 30px !important
  }

  .font31-xss {
    font-size: 31px !important
  }

  .font32-xss {
    font-size: 32px !important
  }

  .font33-xss {
    font-size: 33px !important
  }

  .font34-xss {
    font-size: 34px !important
  }

  .font35-xss {
    font-size: 35px !important
  }

  .font36-xss {
    font-size: 36px !important
  }

  .font37-xss {
    font-size: 37px !important
  }

  .font38-xss {
    font-size: 38px !important
  }

  .font39-xss {
    font-size: 39px !important
  }

  .font40-xss {
    font-size: 40px !important
  }

  .font41-xss {
    font-size: 41px !important
  }

  .font42-xss {
    font-size: 42px !important
  }

  .font43-xss {
    font-size: 43px !important
  }

  .font44-xss {
    font-size: 44px !important
  }

  .font45-xss {
    font-size: 45px !important
  }

  .font46-xss {
    font-size: 46px !important
  }

  .font47-xss {
    font-size: 47px !important
  }

  .font48-xss {
    font-size: 48px !important
  }

  .font49-xss {
    font-size: 49px !important
  }

  .font50-xss {
    font-size: 50px !important
  }

  .clearfix-xss {
    clear: both;
    display: block
  }

  ul.half-xss li {
    display: inline-block;
    min-width: 48%
  }

  ul.three-xss li {
    display: inline-block;
    min-width: 31%
  }

  .text-center-xs {
    text-align: center !important
  }

  .text-justify-xss {
    text-align: justify !important
  }

  .text-left-xss {
    text-align: left !important
  }

  .text-right-xss {
    text-align: right !important
  }

  .float-none-xss {
    float: none !important
  }

  .float-left-xss {
    float: left !important
  }

  .float-right-xss {
    float: right !important
  }

  .dblock-xss {
    display: block !important
  }

  .dinline-xss {
    display: block !important
  }

  .dinlineblock-xss {
    display: block !important
  }

  .dtable-xss {
    display: table !important
  }

  .full-xss {
    width: 100% !important
  }
}

.height100 {
  height: 100%;
}

.shadow1 {
  box-shadow: 5px 20px 50px 5px rgba(0, 0, 0, 0.1);
}

.shadow2 {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow3 {
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.bglight {
  background: #f3f3ff ! important;
}

.bglight1 {
  background: #fffcf5;
}

.border1 {
  border: 1px solid #e4ebec;
}

.border11 {
  border: 2px solid #f48020cf;
}

.color2,
a.color2 {
  color: #303b46;
}

a.color2:hover,
.color2:focus {
  color: #3c4957;
}

.ellipsis1 {
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.ellipsis2 {
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.ellipsis3 {
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.ellipsis4 {
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
}

.ellipsis5 {
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
}

.ellipsis6 {
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 6 !important;
}

.ellipsis7 {
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 7 !important;
}

* {
  box-sizing: border-box;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-control {
  border-radius: 4px;
  box-shadow: none;
  border-color: #d1d3e2;
  font-size: 14px;
  color: #414141;
  background: transparent;
  min-width: 50px;
  min-height: 50px;
  border: 1px solid #d1d3e2;
  padding: 0 0 0 10px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  outline: none;
  width: 100%;
}

.form-control:focus {
  border-color: #0e59ac;
  box-shadow: none
}

.form-control::-webkit-input-placeholder {
  color: rgb(51 51 51) !important
}

.form-control:-moz-placeholder {
  color: rgb(51 51 51) !important;
  opacity: 1 !important
}

.form-control::-moz-placeholder {
  color: rgb(51 51 51) !important;
  opacity: 1 !important
}

.form-control:-ms-input-placeholder {
  color: rgb(51 51 51) !important
}

.form-control::-ms-input-placeholder {
  color: rgb(51 51 51) !important
}

select::-ms-input-placeholder {
  color: rgb(51 51 51) !important
}

textarea.form-control {
  resize: none;
  min-height: 100px;
  padding: 10px;
}

.th-color1 {
  color: #ffab00;
}

.th-color2 {
  color: #0e59ac;
}

.bg-theme1 {
  background: #0e59ac;
}

.bg-theme2 {
  background: #ffab00;
}

input,
select,
textarea,
select {
  border: none;
  width: 100%;
  height: 50px;
  background-color: transparent;
  padding: 0 15px;
  border: 1px solid #d2d2d1;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

textarea {
  height: 120px;
  padding-top: 15px
}

::-webkit-input-placeholder,
input,
textarea,
select {
  font-family: 'Jost', sans-serif;
  color: #8c8c8c
}

:-ms-input-placeholder,
input,
textarea,
select {
  font-family: 'Jost', sans-serif;
  color: #8c8c8c
}

::-ms-input-placeholder,
input,
textarea,
select {
  font-family: 'Jost', sans-serif;
  color: #8c8c8c
}

::placeholder,
input,
textarea,
select {
  font-family: 'Jost', sans-serif;
  color: #8c8c8c
}

.input-group input,
.input-group select,
.input-group textarea,
.input-group select {
  padding-left: 45px
}

.input-group label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #8c8c8c;
  display: block;
  width: 100%;
}

.input-group .icon {
  position: absolute;
  left: 15px;
  bottom: 22px;
  color: #8c8c8c;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
}

.input-group.textarea .icon {
  top: 17px;
  bottom: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.input-group.input-group-two input,
.input-group.input-group-two select,
.input-group.input-group-two textarea,
.input-group.input-group-two select {
  height: 50px;
  padding: 0 20px 0 15px;
  background-color: transparent;
  color: #8c8c8c;
  border: 1px solid #d1d3e2;
  font-weight: 400;
  font-size: 14px;
}

.input-group.input-group-two textarea {
  height: auto;
  padding: 10px 15px;
}

.input-group.input-group-two ::-webkit-input-placeholder {
  opacity: 1;
  color: #8c8c8c
}

.input-group.input-group-two :-ms-input-placeholder {
  opacity: 1;
  color: #8c8c8c
}

.input-group.input-group-two ::-ms-input-placeholder {
  opacity: 1;
  color: #8c8c8c
}

.input-group.input-group-two ::placeholder {
  opacity: 1;
  color: #8c8c8c
}

.input-group.input-group-two .icon {
  left: auto;
  top: -3px;
  right: 30px
}

.input-group.input-group-two .form-control::-webkit-input-placeholder {
  color: rgb(96 112 131) !important
}

.input-group.input-group-two .form-control:-moz-placeholder {
  color: rgb(96 112 131) !important;
  opacity: 1 !important
}

.input-group.input-group-two .form-control::-moz-placeholder {
  color: rgb(96 112 131) !important;
  opacity: 1 !important
}

.input-group.input-group-two .form-control:-ms-input-placeholder {
  color: rgb(96 112 131) !important
}

.input-group.input-group-two .form-control::-ms-input-placeholder {
  color: rgb(96 112 131) !important
}

.input-group.input-group-two select::-ms-input-placeholder {
  color: rgb(96 112 131) !important
}

.hover-text:hover {
  color: #fff;
}

.colorlight {
  color: rgba(255, 255, 255, 0.8);
}

.shadow1 {
  box-shadow: 5px 20px 50px 5px rgb(0 0 0 / 4%);
}

.shadow2 {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow3 {
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.line-bg {
  background: url(../images/line-bg.png.html) repeat;
}

.bgblack {
  background: #000;
}

.bgred,
.bg-red {
  background: #de4536;
}

.red,
.color-red {
  color: #de4536;
}

.nobdr {
  border: 0;
}

.whitep p {
  color: #fff;
}

figure {
  margin-bottom: 0;
}

.color {
  color: #1f2e54;
}

.color1 {
  color: #0e59ac !important;
}

.color2 {
  color: #0e59ac;
}

.color3 {
  color: #FFDE16;
}

.bg1 {
  background: #f4fcff;
}

.bgl {
  background-color: #fffad9;
}

.bgl1 {
  background-color: #f6fbff;
}

.bgl2 {
  background-color: #FFF7E5;
}

.bgl3 {
  background-color: #EAF9FF;
}

.bgl4 {
  background-color: #fff5f3;
}

.bordercolorth {
  border-color: #0e59ac;
}

.lts {
  letter-spacing: 0.5px;
}

.lts1 {
  letter-spacing: 3px;
}

.ovrlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background: #0e59ac;
  opacity: .7;
}

.ovrlay1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background: #1a1a1a;
  opacity: .3;
}

.wb {
  word-break: break-all;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #fff;
  border: 1px solid #468847
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #fff;
  border: 1px solid #B94A48
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: .9em;
  line-height: .9em;
  opacity: 0;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  width: 100%;
}

.parsley-errors-list.filled {
  opacity: 1
}

.dark .parsley-errors-list {
  color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

.contact-itm1 {
  padding-left: 60px !important;
  align-items: center;
  display: flex;
}

.contact-itm1 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 10px;
}

.contact-itm1 .contact-card {
  padding-left: 15px;
  border-left: 1px solid #ceeaf7;
}

.breadcrumb {
  margin: 0;
}

.breadcrumb li {
  line-height: 28px;
}

.breadcrumb>li+li::before {
  content: "\/";
  color: #333;
  margin: 0 5px;
  padding-right: 0 !important;
}

.breadcrumb li.active {
  color: #333
}

.breadcrumb li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb.white>li+li::before {
  content: "\/";
  color: #fff;
  margin: 0 5px;
  padding-right: 0 !important;
}

.breadcrumb.white li a {
  color: #fff;
  font-weight: 400
}

.breadcrumb.white li.active {
  color: silver;
  font-weight: 500
}

.inner-title {
  background: #ffffff61;
  display: inline-block;
  padding: 8px 30px 0px;
  border-radius: 30px;
}

.dotbg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dott.png.html);
  opacity: .2;
  z-index: -1;
}

.shadow4 {
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(107, 124, 147, .3);
}

.radius8 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pack-page .price2 {
  background: #0e59ac;
  color: #fff;
  padding: 6px 15px 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

.pack-page .trend-last {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jarallax {
  position: relative;
  z-index: 0
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.inner-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0;
}

.inner-banner-dest {
  height: 70vh;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.middle-sec::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 250px;
  background: #007bb6;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1050px;
    margin: 1.75rem auto;
  }
}

@media(min-width:768px) {
  .log-in-pop {
    width: 705px;
  }
}

@media(min-width:992px) {
  .log-in-pop {
    background: #fff;
    width: 900px;
  }

  .umodal .modal-dialog {
    width: 900px !important;
  }
}

@media(min-width:1200px) {

  .umodal .modal-dialog,
  .log-in-pop {
    width: 1050px !important;
  }

  .dest-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media(max-width:768px) {
  .log-in-pop {
    background: #fff;
    width: 90%;
    max-width: 500px;
  }

  .log-in-pop .log-in-pop-left {
    display: none;
  }

  .log-in-pop .log-in-pop-right {
    width: 100%;
  }
}

body.modal-open {
  overflow: hidden !important;
}

.modal .col .input-field {
  width: auto;
}

.fade.in {
  background: rgba(0, 0, 0, .75);
}

.log-in-pop {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: end;
  background: #fff;
}

.log-in-pop-right .slogan {
  padding: 15px 25px 15px;
}

.log-in-pop-right form {
  padding: 20px 25px 10px 25px;
}

.log-in-pop-right.full {
  width: 100%;
}

.log-in-pop-right h4 {
  margin-bottom: 10px
}

.log-in-pop-right a {
  color: #333
}

.log-in-pop-right input[type="checkbox"][disabled] {
  color: #333;
  cursor: default;
}

.log-in-pop-right textarea.form-control {
  height: 100px;
}

.log-in-pop-right form label {
  display: none;
}

.pop-close {
  color: #333;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all ease .3s;
  z-index: 1;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.pop-close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.pop-close img {
  width: 20px;
  opacity: .5;
}

.modal-open {
  overflow: inherit !important
}

 
.bg-white0 {
  background: #ffffff0a;
}

.color-light {
  color: #b5b5b5;
}

li {
  list-style: none;
}

.covered ul {
  margin: 0;
  padding: 0;
}

.covered ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  font-size: 13px;
}

.covered.white ul li {
  color: #fff;
}

.covered.black ul li {
  color: #333;
}

.covered ul li::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 3px;
  font-size: 11px;
}

.covered ul li:last-child {
  padding-right: 0;
}

.covered ul li:last-child::after {
  display: none;
}

.highlights ul {
  margin: 5px 0 0
}

.highlights ul li {
  display: block;
  position: relative;
  padding-left: 15px;
  line-height: 24px;
  color: #fff;
  font-size: 13px;
}

.highlights ul li::after {
  content: '\f285';
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0px;
  font-size: 11px;
  top: 0;
}

.highlights ul li:last-child {
  padding-right: 0;
}

.d-flex {
  display: flex;
}

.unstyle {
  list-style: none;
}

.align-items-center {
  align-items: center;
}

/* .fade.show {  background: rgb(0 0 0 / 53%)} */
.login-signup-content {
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center
}

.login-signup-wrap h1 {
  font-size: 35px
}

.vh-100 {
  height: 100vh !important
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

.ml-n3,
.mx-n3 {
  margin-left: -.98rem !important
}

.small,
small {
  font-size: 90%
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #95aac9;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: .375rem;
  -webkit-border-radius: .375rem;
  -moz-border-radius: .375rem;
  -ms-border-radius: .375rem;
  -o-border-radius: .375rem;
}

.form-control:focus {
  border-color: #0e59ac
}

.btn.border-radius {
  border-radius: 4px
}

.login-signup-form .form-group {
  position: relative
}

.login-signup-form .form-group label {
  font-weight: 500;
  font-size: 90%
}

.login-signup-form .form-group .input-group.input-group-merge>.form-control {
  text-indent: 35px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: calc(2.65em + .75rem + 2px)
}

.login-signup-form .form-group .input-group.input-group-merge>.form-control:focus {
  z-index: inherit
}

.input-icon {
  height: calc(3.4rem + 2px);
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  top: 0;
  bottom: 0;
  left: 0
}

.input-icon span {
  padding: 18px 15px;
  border-left: 2px solid #076aa2;
  position: absolute;
  font-size: 18px;
  height: calc(3.4rem + 2px);
  border-radius: 4px;
  color: #afafaf
}

.login-signup-card {
  position: relative;
  z-index: 2
}

.custom-control-label {
  line-height: 1.5;
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.subscribe-form-footer.subscribe-form-two {
  top: 0
}


.padd-top {
  margin-top: 15px
}

.newsletterdd .log-in-btn {
  padding: 7px 10px;
}

.newsletterdd input {
  font-size: 14px;
  padding: 4px 0;
  margin-bottom: 15px;
  color: #ddd;
}

.newsletterdd input[type="submit"] {
  margin-bottom: 0px;
}

.zoomer-video {
  position: relative;
  display: block;
}

.zoomer-video::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zoom-vid.svg) no-repeat center center rgb(35 35 35 / 36%);
  background-size: 30px;
  transform: scale(.5);
  opacity: 0;
  transition: all ease .3s;
}

.zoomer-video:hover::before {
  transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.zoomer {
  position: relative;
  display: block;
}

.zoomer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zoom.svg) no-repeat center center rgba(0, 0, 0, .4);
  background-size: 30px;
  transform: scale(.5);
  opacity: 0;
  transition: all ease .3s;
}

.zoomer:hover::before {
  transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.height100 {
  height: 100%;
}

.rev {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  border-right: 1px solid #dbdbdb;
  padding-right: 15px;
}

a.gtquote {
  border: 1px solid #025370;
  padding: 10px 20px;
  border-radius: 4px;
  color: #025370;
  background: #fafeff;
  display: inline-block;
}

.brt2 {
  border-bottom: 1px solid #025370;
  border-top: 1px solid #025370;
  background: #fffbfa;
  box-shadow: 0 15px 20px rgb(0 0 0 / 2%);
}

.footer-contact li {
  position: relative;
  padding-left: 40px;
  color: rgba(255, 255, 255, 0.8);
  list-style: none;
  display: block;
}

.footer-contact li+li {
  margin-top: 20px;
}

.footer-contact li svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.footer-contact li a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-social a {
  font-size: 18px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: center;
  color: #fff;
}

.footer-social a:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #fff !important;
}

.footer-social a+a {
  margin-left: 20px;
}

.slide-nav .owl-nav .owl-next,
.slide-nav .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  background: #56509f !important;
  text-align: center;
  color: #fff !important;
  transition: all .3s;
  transition-delay: .3s;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 20px !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.slide-nav .owl-nav .owl-left {
  left: 30px;
  right: unset;
}

.slide-nav .owl-nav .owl-next {
  right: 30px;
  left: unset
}

.slide-nav:hover .owl-nav .owl-next,
.slide-nav:hover .owl-nav .owl-prev {
  left: 40px;
  transition-delay: 0;
  opacity: 1
}

.slide-nav:hover .owl-nav .owl-next {
  right: 40px;
  left: unset
}

.slide-nav1 .owl-nav .owl-next,
.slide-nav1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  background: #fff !important;
  text-align: center;
  color: #56509f !important;
  transition: all .3s;
  transition-delay: .3s;
  opacity: .2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 20px !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.slide-nav1 .owl-nav .owl-left {
  left: 30px;
  right: unset;
}

.slide-nav1 .owl-nav .owl-next {
  right: 30px;
  left: unset
}

.slide-nav1:hover .owl-nav .owl-next,
.slide-nav1:hover .owl-nav .owl-prev {
  left: 40px;
  transition-delay: 0;
  opacity: 1
}

.slide-nav1:hover .owl-nav .owl-next {
  right: 40px;
  left: unset
}

.dotta .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 10px;
  z-index: 1;
  margin: 0;
}

.dotta .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 4px;
}

.dotta .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: block;
  transition: all ease-in-out .3s;
  opacity: .8;
  transform: scale(.7);
}

.dotta .owl-dots .owl-dot.active span,
.dotta .owl-dots .owl-dot.active span:hover,
.dotta .owl-dots .owl-dot.active span:focus {
  background: #fff;
  opacity: 1;
  transform: scale(1);
}

.shapes {
  width: 50px;
  height: 50px;
  background: #115aac;
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 8px;
  z-index: -1;
}

.shapes.right-shape {
  top: -20px;
  right: -20px;
  left: auto;
}

.shapes.altter {
  background: rgb(255 255 255 / 29%);
}

.social-links {
  display: inline-block
}

.social-links ul li {
  display: inline-block !important
}

.social-links ul li+li {
  margin-left: 15px;
}

.social-links ul li a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 17px !important;
}

.social-links ul li a:hover {
  color: #fff;
}

.copyright-inner {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.zindex-1 {
  z-index: -1;
}

.bglight2 {
  background: #f8f9ff;
}

/* START WA/ APPO BTN / SCROLL TOP*/
/* .showhide{visibility:hidden;opacity:0;} */
.showhide.show {
  opacity: 1;
  visibility: visible
}

.flt-btn {
  border-radius: 4px;
  display: flex;
  height: 45px;
  min-width: 45px;
  position: fixed;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.appo-btn {
  position: fixed;
  left: 20px;
  bottom: 95px;
  line-height: 40px;
  color: #fff;
  background: #a5822e;
}

.appo-btn a {
  color: #fff !important;
  display: block;
}

.wa-btn {
  position: fixed;
  left: 20px;
  bottom: 40px;
  line-height: 48px;
  color: #fff;
  background: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%);
}

.wa-btn a {
  color: #fff !important;
  height: 100%;
}

.flt-btn span {
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: -15px;
  opacity: 0;
  line-height: 45px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.flt-btn:hover {
  color: #fff;
  padding: 0 20px;
}

.flt-btn:hover span {
  opacity: 1;
  letter-spacing: 0;
  padding-left: 5px;
}

.wa-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 1;
  background: #4bc75a;
  border-radius: 4px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.appo-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  animation: ripple 1.7s ease-out infinite;
  opacity: 1;
  background: #a5822e;
  border-radius: 4px;
  -webkit-animation: ripple 1.7s ease-out infinite;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

button.scroll-top:focus {
  outline: none
}

.scroll-top.open {
  bottom: 40px
}

.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  bottom: 105%;
  right: 20px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #a5822e;
  transition: 1s ease;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.scroll-top span {
  color: #fff
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%)
}

/* END WA/ APPO BTN / SCROLL TOP */

.pt-10 {
  padding-top: 10px
}

.pt-20 {
  padding-top: 20px
}

.pt-30 {
  padding-top: 30px
}

.pt-40 {
  padding-top: 40px
}

.pt-50 {
  padding-top: 50px
}

.pt-60 {
  padding-top: 60px
}

.pt-70 {
  padding-top: 70px
}

.pt-75 {
  padding-top: 75px
}

.pt-80 {
  padding-top: 80px
}

.pt-90 {
  padding-top: 90px
}

.pt-100 {
  padding-top: 100px
}

.pt-200 {
  padding-top: 200px
}

.pb-10 {
  padding-bottom: 10px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-30 {
  padding-bottom: 30px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-50 {
  padding-bottom: 50px
}

.pb-60 {
  padding-bottom: 60px
}

.pb-70 {
  padding-bottom: 70px
}

.pb-75 {
  padding-bottom: 75px
}

.pb-80 {
  padding-bottom: 80px
}

.pb-90 {
  padding-bottom: 90px
}

.pb-100 {
  padding-bottom: 100px
}

.pb-130 {
  padding-bottom: 130px
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-10 {
  margin-bottom: 10px !important
}

.mb-15 {
  margin-bottom: 15px !important
}

.mb-20 {
  margin-bottom: 20px !important
}

.mb-25 {
  margin-bottom: 25px !important
}

.mb-30 {
  margin-bottom: 30px !important
}

.mb-40 {
  margin-bottom: 40px !important
}

.mb-50 {
  margin-bottom: 50px !important
}

.mb-60 {
  margin-bottom: 60px !important
}

.mb-70 {
  margin-bottom: 70px !important
}

.mb-80 {
  margin-bottom: 80px !important
}

.mb-90 {
  margin-bottom: 90px !important
}

.mb-100 {
  margin-bottom: 100px !important
}

.mmt-10 {
  margin-top: -10px !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-10 {
  margin-top: 10px !important
}

.mt-15 {
  margin-top: 15px !important
}

.mt-20 {
  margin-top: 20px !important
}

.mt-25 {
  margin-top: 25px !important
}

.mt-30 {
  margin-top: 30px !important
}

.mt-35 {
  margin-top: 35px !important
}

.mt-40 {
  margin-top: 40px !important
}

.mt-50 {
  margin-top: 50px !important
}

.mt-60 {
  margin-top: 60px !important
}

.mt-70 {
  margin-top: 70px !important
}

.mt-80 {
  margin-top: 80px !important
}

.mt-100 {
  margin-top: 100px !important
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important
}

.z-0 {
  z-index: 0;
  position: relative
}

#message {
  padding: 6px;
  margin: 0
}

.help-block {
  color: #E31C25
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none
}

.list-style li {
  list-style: none
}

.page-wrapper {
  overflow-x: hidden
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.header-wrap .header-top .header-top-left .contact-info li span,
.content-feature-list.style1 li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box span,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video .video-icon,
.feature-item-wrap .feature-item .feature-icon,
.service-card .service-img .service-icon,
.service-card.style4 .service-icon,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video,
.about-wrap.style1 .about-content .ceo-msg,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.about-doctor-box,
.counter-card-wrap .counter-card,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.cta-content,
.pricing-card .pricing-header,
.book-appointment-form .radio-btn,
.contact-item,
.wp-block-quote,
.testimonial-slider-two.owl-carousel.style2 .owl-dots,
.testimonial-slider-two.owl-carousel .owl-dots,
.owl-carousel .owl-nav,
.pp-post-item,
.feature-item-wrap .feature-item,
.counter-card-wrap,
.promo-card,
.post-author,
.comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.header-wrap .header-top .header-top-left .contact-info li span,
.content-feature-list.style1 li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box span,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video .video-icon,
.feature-item-wrap .feature-item .feature-icon,
.service-card .service-img .service-icon,
.service-card.style4 .service-icon,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video,
.about-wrap.style1 .about-content .ceo-msg,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.about-doctor-box,
.counter-card-wrap .counter-card,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.cta-content,
.pricing-card .pricing-header,
.book-appointment-form .radio-btn,
.contact-item,
.wp-block-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center
}

.pricing-card .pricing-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.testimonial-slider-two.owl-carousel.style2 .owl-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header-wrap .header-top .header-top-right,
.testimonial-slider-two.owl-carousel .owl-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto
}

.play-now .ripple:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute
}

.play-now .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  background: #F0F4FF;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.back-to-top.open {
  bottom: 30px
}

.back-to-top i {
  color: #0e59ac
}

.absCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.loaderPill {
  text-align: center
}

.loaderPill .loaderPill-anim {
  height: 160px
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce {
  -webkit-animation: loaderPillBounce 1800ms linear infinite;
  animation: loaderPillBounce 1800ms linear infinite
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce .loaderPill-anim-flop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loaderPillFlop 1800ms linear infinite;
  animation: loaderPillFlop 1800ms linear infinite
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce .loaderPill-anim-flop .loaderPill-pill {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #0e59ac;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0e59ac), color-stop(50%, #fff));
  background-image: linear-gradient(to right, #0e59ac 50%, #fff 50%)
}

.loaderPill .loaderPill-floor {
  display: block;
  text-align: center
}

.loaderPill .loaderPill-floor .loaderPill-floor-shadow {
  display: inline-block;
  width: 70px;
  height: 7px;
  border-radius: 50%;
  background-color: color(#0e59ac opacity(26%));
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-animation: loaderPillScale 1800ms linear infinite;
  animation: loaderPillScale 1800ms linear infinite
}

@-webkit-keyframes loaderPillBounce {
  0% {
    -webkit-transform: translateY(123px);
    transform: translateY(123px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
  }

  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  50% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
  }

  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  100% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
  }
}

@keyframes loaderPillBounce {
  0% {
    -webkit-transform: translateY(123px);
    transform: translateY(123px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
  }

  25% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  50% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
  }

  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  100% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
  }
}

@-webkit-keyframes loaderPillFlop {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    -o-transform: rotate(450deg);
  }

  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
  }
}

@keyframes loaderPillFlop {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    -o-transform: rotate(450deg);
  }

  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
  }
}

@-webkit-keyframes loaderPillScale {
  0% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
  }

  25% {
    -webkit-transform: translateY(-15px) scale(0.7, 1);
    transform: translateY(-15px) scale(0.7, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  50% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
  }

  75% {
    -webkit-transform: translateY(-15px) scale(0.6, 1);
    transform: translateY(-15px) scale(0.6, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  100% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -moz-transform: translateY(-15px) scale(1, 1);
    -ms-transform: translateY(-15px) scale(1, 1);
    -o-transform: translateY(-15px) scale(1, 1);
  }
}

@keyframes loaderPillScale {
  0% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
  }

  25% {
    -webkit-transform: translateY(-15px) scale(0.7, 1);
    transform: translateY(-15px) scale(0.7, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  50% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
  }

  75% {
    -webkit-transform: translateY(-15px) scale(0.6, 1);
    transform: translateY(-15px) scale(0.6, 1);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  100% {
    -webkit-transform: translateY(-15px) scale(1, 1);
    transform: translateY(-15px) scale(1, 1);
    -moz-transform: translateY(-15px) scale(1, 1);
    -ms-transform: translateY(-15px) scale(1, 1);
    -o-transform: translateY(-15px) scale(1, 1);
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 11px 25px;
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.btn i {
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 0 50% 50% 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.btn:after {
  border-radius: 50% 0 0 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.btn:hover {
  color: #fff
}

.btn:hover:after,
.btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1
}

.btn.style1 {
    background-color: #f7f7f7;
    border-radius: 5px;
    color: #0e59ac;
    border: 1px solid #0e59ac;
}

.btn.style1:hover { 
    color: #ffffff; 
}

.btn.style1:after,
.btn.style1:before {
  background: #0e59ac;
  color: #fff;
}

.btn.style2 {
  background-color: #0e59ac;
  color: #fff;
  border-radius: 5px
}

.btn.style2:after,
.btn.style2:before {
  background: #0e59ac
}

.btn.style2:hover {
  color: #fff
}

.btn.style3 {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  color: #000;
  border-radius: 5px
}

.btn.style3:after,
.btn.style3:before {
  background: #0e59ac
}

.btn.style3:hover {
  color: #fff
}

.btn.style5 {
  background-color: #0e59ac;
  color: #fff;
  border: 1px solid transparent
}

.btn.style5:after,
.btn.style5:before {
  background: #0e59ac
}

.btn.style5:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.01)
}

.btn.style6,
.btn.style8 {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.btn.style6:after,
.btn.style6:before,
.btn.style8:after,
.btn.style8:before {
  background: #0e59ac
}

.btn.style6:hover,
.btn.style8:hover {
  border-color: transparent;
  color: #fff
}

.btn.style8 {
  border-radius: 5px
}

.btn.style7 {
  background-color: #0e59ac;
  color: #fff;
  border: 1px solid transparent
}

.btn.style7:after,
.btn.style7:before {
  background: #0e59ac
}

.btn.style7:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.01)
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #0e59ac;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.link.style1 {
  color: #0e59ac
}

.link.style1:after {
  background-color: #0e59ac
}

.link.style1:hover {
  color: #0e59ac
}

.link.style2 {
  color: #0e59ac
}

.link.style2:after {
  background-color: #0e59ac
}

.link.style2:hover {
  color: #0e59ac
}

.link:hover {
  color: #0e59ac
}

.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%
}

.link:hover i {
  margin-left: 10px
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #0e59ac;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  font-size: 25px;
  line-height: .8;
  display: inline-block;
  position: relative;
  top: 1px;
  color: #0e59ac;
  margin: 0 auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  border-color: transparent
}

.owl-carousel .owl-nav button.owl-prev:hover:after,
.owl-carousel .owl-nav button.owl-next:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1
}

.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px
}

.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f9f9f9;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.owl-carousel .owl-dots button.owl-dot.active span {
  background: #0e59ac
}

.section-title,
.content-title {
  position: relative
}

.section-title h2,
.section-title h3,
.content-title h2 {
  font-size: 40px;
  margin: 0
}

.section-title p,
.content-title p {
  margin: 12px 0 0
}

.section-title span,
.content-title span {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 16px;
}

.section-title span p,
.content-title span p {
  margin: 10px auto 0
}

.section-title.style1 span,
.content-title.style1 span {
  color: #0e59ac
}

.section-title.style2 h2,
.section-title.style2 h3,
.content-title.style2 span,
.content-title.style2 h2 {
  color: #fff
}

.section-title.style2 span {
  color: #ffab00;
}

.section-title.style2 p,
.content-title.style2 p {
  color: rgba(255, 255, 255, 0.8)
}

.section-para {
  margin: 0
}

.section-para.style2 {
  color: #fff
}

.content-wrapper {
  margin-top: 134px
}

.bg-transparent {
  background-color: transparent
}

.bg-black {
  background-color: #000
}

.bg-white {
  background-color: #fff
}

.bg-athens {
  background-color: #F0F4FF
}

.bg-blue {
  background-color: #0e59ac
}

.bg-albastor {
  background-color: #f9f9f9
}

.bg-chathamas {
  background-color: #0e59ac
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.body_overlay.open {
  visibility: visible;
  opacity: 1
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.op-1 {
  opacity: .1
}

.op-2 {
  opacity: .2
}

.op-3 {
  opacity: .3
}

.op-4 {
  opacity: .4
}

.op-5 {
  opacity: .5
}

.op-6 {
  opacity: .6
}

.op-7 {
  opacity: .7
}

.op-75 {
  opacity: .75
}

.op-8 {
  opacity: .8
}

.op-85 {
  opacity: .85
}

.op-9 {
  opacity: .9
}

.op-95 {
  opacity: .95
}

.op-10 {
  opacity: 1
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd
}

.pos-rel {
  position: relative;
  z-index: 1
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out
}

.moveVertical {
  -webkit-animation: moveVertical 3000ms infinite ease-in-out;
  animation: moveVertical 3000ms infinite ease-in-out
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out
}

.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear
}

@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(3deg)
  }

  50% {
    -webkit-transform: rotate(6deg)
  }

  75% {
    -webkit-transform: rotate(-3deg)
  }

  100% {
    -webkit-transform: rotate(0deg)
  }
}

@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(3deg)
  }

  50% {
    -webkit-transform: rotate(6deg)
  }

  75% {
    -webkit-transform: rotate(-3deg)
  }

  100% {
    -webkit-transform: rotate(0deg)
  }
}

@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(-3deg)
  }

  50% {
    -webkit-transform: rotate(-6deg)
  }

  75% {
    -webkit-transform: rotate(-3deg)
  }

  100% {
    -webkit-transform: rotate(0deg)
  }
}

@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(-3deg)
  }

  50% {
    -webkit-transform: rotate(-6deg)
  }

  75% {
    -webkit-transform: rotate(-3deg)
  }

  100% {
    -webkit-transform: rotate(0deg)
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg)
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg)
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg)
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg)
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg)
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg)
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg)
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg)
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg)
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg)
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg)
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg)
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg)
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg)
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }
}

@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.social-profile li {
  display: inline-block;
  margin: 0 4px
}

.social-profile li:first-child {
  margin-left: 0
}

.social-profile li:last-child {
  margin-right: 0;
  margin-right: 0
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.social-profile li a i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 16px;
  line-height: .8
}

.social-profile li a:hover {
  border-color: transparent;
  color: #0e59ac
}

.social-profile.style1 li a,
.social-profile.style2 li a {
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.social-profile.style1 li a {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.social-profile.style1 li a i {
  color: #0e59ac
}

.social-profile.style1 li a:hover {
  background-color: #0e59ac;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.social-profile.style1 li a:hover i {
  color: #fff
}

.social-profile.style2 li a {
  background: rgba(36, 144, 235, 0.09);
  border-radius: 50%
}

.social-profile.style2 li a i {
  color: #0e59ac
}

.social-profile.style2 li a:hover {
  background-color: #0e59ac;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.social-profile.style2 li a:hover i {
  color: #fff
}

.page-nav {
  text-align: center;
  margin-top: 25px
}

.page-nav li {
  margin: 0 5px;
  display: inline-block
}

.page-nav li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 16px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  line-height: 46px;
  font-weight: 600;
  opacity: .7;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.page-nav li a i {
  font-size: 20px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  top: 5px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.page-nav li a.active,
.page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #0e59ac
}

.page-nav li a.active i,
.page-nav li a:hover i {
  color: #fff
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.header-wrap .header-top .header-top-left .contact-info li span,
.content-feature-list.style1 li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box span,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video .video-icon,
.feature-item-wrap .feature-item .feature-icon,
.service-card .service-img .service-icon,
.service-card.style4 .service-icon,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video,
.about-wrap.style1 .about-content .ceo-msg,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.about-doctor-box,
.counter-card-wrap .counter-card,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.cta-content,
.pricing-card .pricing-header,
.book-appointment-form .radio-btn,
.contact-item,
.wp-block-quote,
.testimonial-slider-two.owl-carousel.style2 .owl-dots,
.testimonial-slider-two.owl-carousel .owl-dots,
.owl-carousel .owl-nav,
.pp-post-item,
.feature-item-wrap .feature-item,
.counter-card-wrap,
.promo-card,
.post-author,
.comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.header-wrap .header-top .header-top-left .contact-info li span,
.content-feature-list.style1 li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box span,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video .video-icon,
.feature-item-wrap .feature-item .feature-icon,
.service-card .service-img .service-icon,
.service-card.style4 .service-icon,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video,
.about-wrap.style1 .about-content .ceo-msg,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.about-doctor-box,
.counter-card-wrap .counter-card,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.cta-content,
.pricing-card .pricing-header,
.book-appointment-form .radio-btn,
.contact-item,
.wp-block-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center
}

.header-wrap .header-top .header-top-right,
.testimonial-slider-two.owl-carousel .owl-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@-webkit-keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
  }

  51% {
    opacity: 1
  }
}

@keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
  }

  51% {
    opacity: 1
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.header-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: .4s;
  transition: .4s
}

.header-wrap.sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: .4s;
  transition: .4s;
  background: #fff;
  -webkit-animation: 500ms ease-in-out normal none 1 running fadeInDown;
  animation: 500ms ease-in-out normal none 1 running fadeInDown;
  width: 100%;
  top: -42px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap.sticky.style3 {
  background-color: #fff
}

.header-wrap.sticky.style3:after {
  height: 0
}

.header-wrap.sticky.style3 .header-bottom {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0
}

.header-wrap .header-top {
  padding: 3px 0;
}

.header-wrap .header-top .header-top-left .contact-info li {
  margin-right: 20px;
  position: relative
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
  margin-right: 0
}

.header-wrap .header-top .header-top-left .contact-info li span {
  position: relative;
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s
}

.header-wrap .header-top .header-top-left .contact-info li span i {
  font-size: 16px;
  line-height: .8;
  margin: 0 auto;
  -webkit-transition: .4s;
  transition: .4s
}

.header-wrap .header-top .header-top-left .contact-info li a,
.header-wrap .header-top .header-top-left .contact-info li p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  -webkit-transition: .4s;
  transition: .4s
}

.header-wrap .header-top .header-top-right .social-profile {
  text-align: right;
  margin-left: 15px;
  position: relative;
  padding-left: 15px
}

.header-wrap .header-top .header-top-right .social-profile li a {
  width: auto;
  height: auto;
  background: transparent;
}

.header-wrap .header-top .header-top-right .social-profile li a i {
  font-size: 16px
}

.header-wrap .header-bottom {
  -webkit-transition: .4s;
  transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.header-wrap .header-bottom .container-fluid {
  position: relative
}

.header-wrap.style1 .header-top {
  background-color: #0e59ac
}

.header-wrap.style1 .header-top .header-top-left .contact-info li span {
  background-color: transparent
}

.header-wrap.style1 .header-top .header-top-left .contact-info li span i {
  color: #ffab00
}

.header-wrap.style1 .header-top .header-top-left .contact-info li:hover span {
  background-color: #0e59ac
}

.header-wrap.style1 .header-top .header-top-left .contact-info li:hover span i {
  color: #fff
}

.header-wrap.style1 .header-top .header-top-left .contact-info li a,
.header-wrap.style1 .header-top .header-top-left .contact-info li p {
  color: #fff
}

.header-wrap.style1 .header-top .header-top-right .select-lang i {
  color: #fff
}

.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle span {
  color: #fff
}

.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
  color: #fff
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a i {
  color: #fff
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i {
  color: #ffab00
}

.header-wrap.style1 .header-bottom {
  background-color: #fff;
  padding: 5px 0;
}

@media only screen and (max-width: 1250px) {
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 13px ! important;
  }
}

@media only screen and (max-width: 767px) {

  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a,
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    font-size: 14px !important
  }

  .header-wrap.sticky {
    top: -179px
  }

  .header-wrap .header-top {
    padding: 5px 0
  }

  .header-wrap .header-top .header-top-left {
    margin-bottom: 0px
  }

  .header-wrap .header-top .header-top-left .contact-info {
    width: 100%
  }

  .header-wrap .header-top .header-top-left .contact-info li {
    text-align: center;
    margin-bottom: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }

  .header-wrap .header-top .header-top-left .contact-info li span {
    top: 0;
    width: 25px;
    height: 25px
  }

  .header-wrap .header-top .header-top-left .contact-info li span i {
    font-size: 14px
  }

  .header-wrap .header-top .header-top-left .contact-info li a,
  .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 14px
  }

  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .header-wrap .header-top .header-top-right .select-lang i {
    top: 4px
  }

  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 34px;
    height: 34px
  }

  .header-wrap.style3::after {
    height: 80%
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 7px !important
  }

  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 14px !important
  }

  .header-wrap.sticky {
    top: -50px
  }

  .header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 15px
  }

  .header-wrap .header-top .header-top-left .contact-info li span {
    top: 0;
    width: 25px;
    height: 25px
  }

  .header-wrap .header-top .header-top-left .contact-info li span i {
    font-size: 14px
  }

  .header-wrap .header-top .header-top-left .contact-info li a,
  .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 13px
  }

  .header-wrap .header-top .header-top-right .select-lang .dropdown-toggle span {
    font-size: 14px
  }

  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 25px;
    height: 24px
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap.sticky {
    top: -90px
  }

  .header-wrap .header-top {
    padding: 5px 0
  }

  .header-wrap .header-top .header-top-left {
    margin-bottom: 0
  }

  .header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 15px;
    padding-left: 0
  }

  .header-wrap .header-top .header-top-left .contact-info li span {
    top: 0;
    width: 25px;
    height: 25px
  }

  .header-wrap .header-top .header-top-left .contact-info li span i {
    font-size: 14px
  }

  .header-wrap .header-top .header-top-left .contact-info li a,
  .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 13px
  }

  .header-wrap .header-top .header-top-right .select-lang .dropdown-toggle span {
    font-size: 14px
  }

  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 25px;
    height: 24px
  }

  .header-wrap .header-top .header-top-left,
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .header-wrap.style3:after {
    height: 78%
  }
}

@media only screen and (max-width: 991px) {
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px
  }

  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    color: #000;
    font-size: 14px;
    font-weight: 400
  }

  .header-wrap .header-bottom .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .header-wrap .header-bottom .container-fluid .search-area.open {
    top: 76px
  }

  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
  }

  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
    font-weight: 500;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: #0e59ac
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #0e59ac
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px
  }

  .header-wrap .header-bottom .user-login span {
    position: relative;
    top: -3px
  }

  .header-wrap .header-bottom .user-login span i {
    font-size: 20px
  }

  .header-wrap.style3 .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px
  }

  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px
  }

  .menu-close i {
    color: #000;
    font-size: 25px
  }

  .mobile-menu {
    text-align: right;
    margin-left: 20px
  }

  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
    text-align: center;
    background-color: #0e59ac;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto
  }

  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px
  }

  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0
  }

  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
    margin: 5.9px 0
  }

  .mobile-top-bar span:nth-child(1) {
    margin-top: 0
  }

  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px
  }

  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: .5s;
    transition: .5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: .4s;
    transition: .4s
  }

  .main-menu-wrap.open {
    left: 0
  }

  .main-menu>li.has-children.menu-open>span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .main-menu>li.has-children.menu-open>span.menu-expand i {
    color: #000
  }

  .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .main-menu li {
    position: relative
  }

  .main-menu li:last-child {
    margin: 0
  }

  .main-menu li>span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer
  }

  .main-menu li>span.menu-expand i {
    color: #000;
    font-size: 18px
  }

  .main-menu li>span.menu-expand:hover {
    color: #000
  }

  .main-menu li a.active {
    color: #0e59ac
  }

  .main-menu li>a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3)
  }

  .main-menu li>a:hover {
    color: #000
  }

  .main-menu li>ul.sub-menu {
    padding-left: 20px
  }

  .header-wrap .header-bottom .main-menu-wrap #menu>ul>li>a::after {
    display: none
  }

  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3)
  }
}

.header-wrap .navbar .navbar-brand {
  padding: 0;
  max-width: 200px;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .menu-expand i {
    display: none
  }

  .header-wrap .navbar {
    padding: 0
  }

  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
  }

  .header-wrap .navbar .navbar-nav {
    margin-left: auto
  }

  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px
  }

  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0
  }

  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #333;
    font-weight: 500;
    padding: 25px 0;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .header-wrap .navbar .navbar-nav .nav-item a:hover,
  .header-wrap .navbar .navbar-nav .nav-item a:focus,
  .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #0e59ac
  }

  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: -3px;
    -webkit-transition: .4s;
    transition: .4s
  }

  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 78px;
    left: -20px;
    z-index: 99;
    opacity: 0;
    min-width: 220px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu.menu-large {
    min-width: 310px;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 8px 20px;
    position: relative;
    display: block;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    font-size: 14px;
    text-transform: uppercase;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0;
    background-color: #0e59ac;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #0e59ac
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    height: 16px;
    visibility: visible;
    opacity: 1
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 30px
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
  }

  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg)
  }

  .header-wrap .navbar .other-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 0
  }

  .header-wrap .navbar .other-options .option-item {
    margin: 0 0 0 20px
  }

  .header-wrap .navbar .other-options .option-item .btn.style1 {
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #0e59ac;
    color: #0e59ac;
    padding: 8px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .header-wrap .navbar .other-options .option-item .btn.style1:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 1400px) {
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 12px
  }
}

.content-feature-list1 {
  margin: 0 0 28px
}

.content-feature-list1 li {
  position: relative;
  margin: 0 0 18px
}

.content-feature-list1 li:last-child {
  margin-bottom: 0
}

.content-feature-list1 li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #0e59ac;
  font-size: 20px;
  line-height: .8
}

.content-feature-list1.style1 li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px
}

.content-feature-list1.style1 li:last-child {
  margin-bottom: 0
}

.content-feature-list1.style1 li span {
  position: absolute;
  top: -2px;
  left: 0;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: rgba(36, 144, 235, 0.15);
  text-align: center
}

.content-feature-list1.style1 li span i {
  position: relative;
  top: 0;
  color: #0e59ac;
  font-size: 18px;
  line-height: .8;
  margin: 0 auto
}


.content-feature-list {
  margin: 0 0 28px
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 18px
}

.content-feature-list li:last-child {
  margin-bottom: 0
}

.content-feature-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #0e59ac;
  font-size: 20px;
  line-height: .8
}

.content-feature-list.style1 li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px
}

.content-feature-list.style1 li:last-child {
  margin-bottom: 0
}

.content-feature-list.style1 li span {
  position: absolute;
  top: -2px;
  left: 0;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: rgba(36, 144, 235, 0.15);
  text-align: center
}

.content-feature-list.style1 li span i {
  position: relative;
  top: 0;
  color: #0e59ac;
  font-size: 18px;
  line-height: .8;
  margin: 0 auto
}

.sidebar .sidebar-widget {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  border-radius: 10px
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #0e59ac;
  -webkit-transition: .4s;
  transition: .4s
}

.sidebar .sidebar-widget:last-child {
  margin: 0
}

.hero-wrap {
  position: relative;
}

.hero-wrap .hero-content span {
  color: #0e59ac;
  display: block;
  font-weight: 500;
  margin-bottom: 5px
}

.hero-wrap .hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px
}

.hero-wrap .hero-content p {
  margin-bottom: 30px
}

.hero-wrap .hero-content .hero-btn .play-video {
  margin-left: 15px
}

.hero-wrap .hero-content .hero-btn .play-video span {
  display: inline-block;
  color: #fff
}

.hero-wrap .hero-content .hero-btn .play-video span:nth-child(1) {
  margin-right: 10px
}

.hero-wrap .hero-content .hero-btn .play-video .video-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 0
}

.hero-wrap .hero-content .hero-btn .play-video .video-icon i {
  font-size: 20px;
  line-height: .8;
  margin: 0 auto;
  color: #0e59ac
}

.hero-wrap.style1 {
  background-color: #f4f4ff
}


.hero-slider-one.owl-carousel .owl-nav button.owl-prev,
.hero-slider-one.owl-carousel .owl-nav button.owl-next,
.hero-slider-two.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
  width: 45px;
  height: 45px
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
.hero-slider-one.owl-carousel .owl-nav button.owl-next i,
.hero-slider-two.owl-carousel .owl-nav button.owl-prev i,
.hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  color: #0e59ac
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i,
.hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover i,
.hero-slider-two.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.about-wrap.style1 .about-img-wrap {
  position: relative;
  padding-bottom: 150px
}

.about-wrap.style1 .about-img-wrap .about-img-one {
  border-radius: 8px;
  margin-right: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.about-wrap.style1 .about-img-wrap .about-img-two {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about-wrap.style1 .about-img-wrap .about-doctor-box {
  position: absolute;
  top: 70px;
  right: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 9%);
  box-shadow: 0 0 15px rgb(0 0 0 / 9%);
  border-right: 3px solid #ffab00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.about-wrap.style1 .about-content .content-title {
  margin-bottom: 25px
}

.about-wrap.style1 .about-content .content-feature-list {
  margin: 0
}

.about-wrap.style1 .about-content .content-feature-list li {
  padding-left: 0px
}

.about-wrap.style1 .about-content .content-feature-list li i {
  font-size: 26px;
  color: #0e59ac;
  top: 2px
}

.about-wrap.style1 .about-content .about-promo-video {
  background-image: url(../images/about/about-img-3.jpg.html);
  height: 150px;
  border-radius: 10px
}

.about-wrap.style1 .about-content .about-promo-video .play-now {
  width: 50px;
  height: 50px;
  top: 50%;
  font-size: 22px;
  line-height: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff
}

.about-wrap.style1 .about-content .about-promo-video .play-now i {
  color: #0e59ac;
  position: relative;
  left: -2px
}

.about-wrap.style1 .about-content .about-promo-video .play-now .ripple:after,
.about-wrap.style1 .about-content .about-promo-video .play-now .ripple:before,
.about-wrap.style1 .about-content .about-promo-video .play-now .ripple {
  width: 50px;
  height: 50px
}

.about-wrap.style1 .about-content .ceo-msg {
  margin: 25px 0 0
}

.about-wrap.style1 .about-content .ceo-msg .ceo-img {
  width: 50px;
  height: 50px;
  border-radius: 50%
}

.about-wrap.style1 .about-content .ceo-msg .ceo-img img {
  border-radius: 50%
}

.about-wrap.style1 .about-content .ceo-msg p {
  width: calc(100% - 65px);
  margin: 0 0 0 15px
}

.about-doctor-box {
  background: #fff;
  padding: 20px 15px;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 9%);
  box-shadow: 0 0 15px rgb(0 0 0 / 9%);
}

.about-doctor-box .doctor-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.about-doctor-box .doctor-img img {
  border-radius: 50%
}

.about-doctor-box .doctor-info {
  margin-left: 0
}

.about-doctor-box .doctor-info h5 {
  font-size: 20px;
  margin: 0;
  color: #0e59ac;
  text-transform: uppercase;
  font-weight: 600;
}

.about-doctor-box .doctor-info span {
  margin: 0;
  font-size: 14px;
  color: #666
}

.about-doctor-box .btn {
  background-color: #0e59ac;
  color: #fff;
  padding: 7px 18px;
  margin-left: auto;
  border-radius: 5px
}

.feature-item-wrap .feature-item {
  margin-bottom: 20px
}

.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0
}

.feature-item-wrap .feature-item .feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 3px;
  -webkit-transition: .4s;
  transition: .4s
}

.feature-item-wrap .feature-item .feature-icon i {
  font-size: 32px;
  line-height: .7;
  margin: 0 auto;
  -webkit-transition: .4s;
  transition: .4s
}

.feature-item-wrap .feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #0e59ac;
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1
}

.feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 90px);
  margin-left: 20px
}

.feature-item-wrap .feature-item .feature-text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  -webkit-transition: .4s;
  transition: .4s
}

.feature-item-wrap .feature-item .feature-text p {
  margin: 0
}

.feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff
}

.feature-item-wrap .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1
}

.feature-item-wrap .feature-item:hover .feature-text h3 {
  color: #0e59ac
}

.service-wrap.style2 {
  position: relative;
  z-index: 1
}

.service-wrap.style2::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(50% + 28px);
  z-index: -1;
  background-color: #0e59ac
}

.service-wrap.style3 {
  position: relative;
  z-index: 1
}

.service-wrap.style3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 20%;
  z-index: -1;
  background-color: #0e59ac
}

.service-card {
  margin-bottom: 25px
}

.service-card .service-img {
  position: relative
}

.service-card .service-img .service-icon {
  position: absolute;
  width: 65px;
  height: 65px;
  -webkit-transition: .4s;
  transition: .4s
}

.service-card .service-img .service-icon i {
  font-size: 32px;
  line-height: .8;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s
}

.service-card .service-info {
  padding: 30px 25px 20px
}

.service-card .service-info h3 {
  font-size: 22px;
  margin: 0 0 5px
}

.service-card .service-info h3:hover a {
  color: #0e59ac
}

.service-card .service-info p {
  margin: 0 0 15px
}

.service-card.style1 {
  border-radius: 10px;
  background-color: #f7f7ff;
}

.service-card.style1 .service-img {
  border-radius: 10px 10px 0 0
}

.service-card.style1 .service-img img {
  border-radius: 10px 10px 0 0
}

.service-card.style1 .service-img .service-icon {
  bottom: -25px;
  right: 25px;
  background-color: #ffab00;
  border-radius: 5px
}

.service-card.style1:hover .service-img .service-icon {
  background-color: #0e59ac
}

.service-slider-one {
  margin: 0
}

.service-slider-one .service-card {
  margin: 0
}

.service-desc .single-service-img {
  border-radius: 10px;
  margin: 10px 0 30px;
  display: block
}

.service-desc .single-service-img img {
  border-radius: 10px
}

.service-wrap .service-slider-one .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.service-wrap .service-slider-one .owl-stage .service-card.style1 {
  height: 100%;
}

.wh-wrap.style1 .wh-img-wrap {
  position: relative;
  padding-bottom: 150px;
  z-index: 1
}

.wh-wrap.style1 .wh-img-wrap .wh-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}

.wh-wrap.style1 .wh-img-wrap .wh-shape-one img {
  display: block;
  margin: 0 auto
}

.wh-wrap.style1 .wh-img-wrap .wh-img-one {
  max-width: 400px;
  margin-right: auto;
  border-radius: 10px
}

.wh-wrap.style1 .wh-img-wrap .wh-img-two {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  max-width: 350px;
  border-radius: 10px
}

.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-icon {
  background: rgb(255 255 255 / 6%)
}

.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-icon i {
  color: #ffab00
}

.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-text h3 {
  color: #fff
}

.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-text p {
  color: rgba(255, 255, 255, 0.8)
}

.wh-wrap.style1 .wh-content .feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff
}

.wh-wrap.style2 .wh-img-wrap .appointment-form {
  width: 350px;
  position: absolute;
  top: 70px;
  left: -120px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09)
}

.wh-wrap.style2 .wh-img-wrap .appointment-form h2 {
  font-size: 22px;
  margin: 0 0 20px
}

.wh-wrap.style2 .wh-content .content-title {
  margin-bottom: 30px
}

.wh-wrap.style2 .wh-content .feature-item-wrap {
  margin-bottom: 30px
}

.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item .feature-icon {
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09)
}

.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item .feature-icon i {
  color: #0e59ac
}

.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item .feature-text h3 {
  color: #000
}

.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item .feature-text p {
  color: #666
}

.wh-wrap.style2 .wh-content .feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff
}

.partner-item {
  -webkit-transition: .4s;
  transition: .4s;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
}

.partner-item img {
  display: block;
  margin: 0 auto
}

.partner-item:hover {
  opacity: 1
}

.counter-wrap.style3 {
  position: relative;
  background-image: url(../images/counter-bg-1.html)
}

.counter-card-wrap .counter-card {
  width: 25%;
  position: relative;
  margin-bottom: 25px
}

.counter-card-wrap .counter-card .counter-icon {
  position: relative;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s
}

.counter-card-wrap .counter-card .counter-icon i {
  display: inline-block;
  font-size: 30px;
  line-height: .8;
  color: #0e59ac;
  -webkit-transition: .4s;
  transition: .4s
}

.counter-card-wrap .counter-card .counter-text {
  margin-left: 20px
}

.counter-card-wrap .counter-card .counter-text h2 {
  font-size: 34px;
  line-height: 1;
  margin: 0 0 10px;
  color: #fff
}

.counter-card-wrap .counter-card .counter-text h2 .target {
  font-size: 34px;
  line-height: .8;
  position: relative;
  top: 1px
}

.counter-card-wrap .counter-card .counter-text p {
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.counter-card-wrap .counter-card.style1 .counter-icon {
  width: 75px;
  position: relative;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s
}

.counter-card-wrap .counter-card.style1 .counter-icon:after {
  position: absolute;
  bottom: -5px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  content: "";
  z-index: -1;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transition: .4s;
  transition: .4s
}

.counter-card-wrap .counter-card.style1 .counter-icon i {
  color: #fff;
  font-size: 70px
}

.counter-card-wrap .counter-card.style1 .counter-text {
  width: calc(100% - 95px);
  margin-left: 20px
}

.counter-card-wrap .counter-card.style1:hover .counter-icon:after {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg)
}

.counter-card-wrap .counter-card.style2 {
  margin-bottom: 0
}

.counter-card-wrap .counter-card.style2 .counter-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff
}

.counter-card-wrap .counter-card.style2 .counter-icon i {
  color: #0e59ac;
  font-size: 40px
}

.promo-wrap.style2 {
  position: relative;
  z-index: 1;
  margin: -50px 0 0
}

.promo-wrap.style3 {
  position: relative;
  z-index: 1
}

.promo-wrap.style3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80%;
  background-color: #0e59ac;
  z-index: -1
}

.promo-card {
  background: url(../img/1.jpg);
  padding: 25px;
  border-radius: 8px;
  margin: 0;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.promo-card .promo-icon {
  width: 55px;
  position: relative;
  top: 2px;
  color: #fff;
}

.promo-card .promo-icon i {
  color: #feab00;
  font-size: 50px;
  line-height: .8;
  margin: 0 auto
}

.promo-card .promo-info {
  width: calc(100% - 65px);
  margin-left: 10px;
}

.promo-card .promo-info h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.promo-card .promo-info p {
  margin: 0;
  color: #fff;
}

.promo-card.style2 {
  border-radius: 0
}

.promo-card.style2 .promo-info p {
  margin: 0 0 15px
}

.promo-card.style3 {
  border-radius: 10px
}

.promo-card.style3 .promo-info p {
  margin: 0 0 15px
}

.ratings li {
  display: inline-block
}

.ratings li i {
  color: #FFC422;
  line-height: .8
}

.testimonial-wrap {
  position: relative;
  z-index: 1
}

.testimonial-wrap.style1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background: url(../img/1.jpg);
  z-index: -1
}

.testimonial-card {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  padding: 25px 25px 22px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.testimonial-card:hover .client-info-area .quote-icon i {
  color: #0e59ac;
  opacity: 1
}

.testimonial-card .client-quote {
  margin-bottom: 20px;
  -webkit-transition: .4s;
  transition: .4s
}

.testimonial-card .client-info-area .client-info-wrap {
  width: calc(100% - 40px)
}

.testimonial-card .client-info-area .client-info-wrap .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%
}

.testimonial-card .client-info-area .client-info-wrap .client-img img {
  border-radius: 50%
}

.testimonial-card .client-info-area .client-info-wrap .client-info {
  width: calc(100% - 85px);
  margin-left: 20px
}

.testimonial-card .client-info-area .client-info-wrap .client-info h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
  -webkit-transition: .4s;
  transition: .4s
}

.testimonial-card .client-info-area .client-info-wrap .client-info span {
  font-size: 14px;
  display: block;
  line-height: 1;
  -webkit-transition: .4s;
  transition: .4s
}

.testimonial-card .client-info-area .quote-icon i {
  display: inline-block;
  position: relative;
  top: 3px;
  font-size: 40px;
  line-height: .8;
  color: #0e59ac;
  opacity: .4;
  -webkit-transition: .4s;
  transition: .4s
}

.testimonial-card.style1 .ratings,
.testimonial-card.style3 .ratings {
  margin-bottom: 12px
}

.testimonial-card.style2 {
  border-radius: 0
}

.testimonial-card.style2 .ratings {
  margin: 20px 0 10px
}

.testimonial-card.style2 .client-quote {
  margin: 0
}

.testimonial-slider-one {
  margin: -15px 0
}

.testimonial-slider-one .testimonial-card {
  margin: 15px 0
}

.testimonial-slider-one.owl-carousel .owl-nav {
  top: -82px
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  border-color: transparent
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover:after,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover:after {
  background-color: #ffab00
}

.cta-wrap.style2 .btn {
  border-radius: 0
}

.cta-content .content-logo {
  width: 100px
}

.cta-content .content-title {
  width: calc(100% - 120px);
  margin-left: 20px
}

.cta-btn .btn:nth-child(1) {
  margin-right: 15px
}

.portfolio-card {
  margin-bottom: 25px
}

.portfolio-card.style1,
.portfolio-card.style2 {
  position: relative;
  border-radius: 10px
}

.portfolio-card.style1 img,
.portfolio-card.style2 img {
  border-radius: 10px
}

.portfolio-card.style1 .portfolio-info,
.portfolio-card.style2 .portfolio-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  width: calc(100% - 45px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #fff;
  border-radius: 8px;
  padding: 14px 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.portfolio-card.style1 .portfolio-info .portfolio-cat,
.portfolio-card.style2 .portfolio-info .portfolio-cat {
  color: #0e59ac;
  display: block;
  font-weight: 600;
  margin: 0 0 5px
}

.portfolio-card.style1 .portfolio-info h3,
.portfolio-card.style2 .portfolio-info h3 {
  font-size: 22px;
  margin: 0
}

.portfolio-card.style1 .portfolio-info h3:hover,
.portfolio-card.style2 .portfolio-info h3:hover {
  color: #0e59ac
}

.portfolio-card.style1:hover .portfolio-info,
.portfolio-card.style2:hover .portfolio-info {
  visibility: visible;
  opacity: 1;
  bottom: 25px
}

.portfolio-card.style2 {
  border-radius: 0
}

.portfolio-card.style2 img {
  border-radius: 0
}

.portfolio-card.style2 .portfolio-info {
  text-align: left;
  border-radius: 0;
  padding: 25px;
  visibility: hidden;
  opacity: 0
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.owl-carousel .owl-nav button.owl-next,
.portfolio-slider-one.owl-carousel .owl-nav button.owl-prev,
.portfolio-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09)
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev,
.portfolio-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -65px
}

.service-slider-one.owl-carousel .owl-nav button.owl-next,
.portfolio-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -65px
}

.portfolio-slider-one .portfolio-card,
.portfolio-slider-two .portfolio-card {
  margin: 0
}

.portfolio-slider-two.owl-carousel .owl-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 20px 0 0
}

.portfolio-slider-two.owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 8px;
  border-radius: 0;
  background-color: rgba(36, 144, 235, 0.15)
}

.portfolio-slider-two.owl-carousel .owl-dots .owl-dot.active span {
  width: 35px;
  background-color: rgba(36, 144, 235, 0.95)
}


.testimonial-slider-one,
.blog-slider-one {
  margin: -15px 0
}

.testimonial-slider-one .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.testimonial-slider-one .owl-stage .testimonial-card {
  height: 100%;
}

.testimonial-slider-one .blog-card,
.blog-slider-one .blog-card {
  margin: 15px 0
}

.testimonial-slider-one.owl-carousel .owl-nav,
.blog-slider-one.owl-carousel .owl-nav {
  position: absolute;
  top: -82px;
  right: 0
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04)
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev {
  margin-right: 15px
}

.btn.disabled {
  opacity: 1
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.header-wrap .header-top .header-top-left .contact-info li span,
.content-feature-list.style1 li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .promo-box span,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video .video-icon,
.feature-item-wrap .feature-item .feature-icon,
.service-card .service-img .service-icon,
.service-card.style4 .service-icon,
.counter-card-wrap .counter-card .counter-icon,
.contact-item .contact-icon,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video,
.about-wrap.style1 .about-content .ceo-msg,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.about-doctor-box,
.counter-card-wrap .counter-card,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.cta-content,
.pricing-card .pricing-header,
.book-appointment-form .radio-btn,
.contact-item,
.wp-block-quote,
.testimonial-slider-two.owl-carousel.style2 .owl-dots,
.testimonial-slider-two.owl-carousel .owl-dots,
.owl-carousel .owl-nav,
.pp-post-item,
.feature-item-wrap .feature-item,
.counter-card-wrap,
.promo-card,
.post-author,
.comment-item-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.portfolio-info-widget .portfolio-info-item-wrap .portfolio-info-item,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style2 .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn,
.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .play-video,
.about-wrap.style1 .about-content .ceo-msg,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.about-doctor-box,
.counter-card-wrap .counter-card,
.testimonial-card .client-info-area,
.testimonial-card .client-info-area .client-info-wrap,
.cta-content,
.pricing-card .pricing-header,
.book-appointment-form .radio-btn,
.contact-item,
.wp-block-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center
}

.footer-wrap {
  position: relative;
  background-color: #0e59ac
}

.footer-wrap .footer-widget {
  margin-bottom: 25px
}

.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-wrap .footer-widget .footer-widget-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15)
}

.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #ffab00
}

.footer-wrap .footer-widget .footer-logo {
  display: block
}

.footer-wrap .footer-widget .comp-desc {
  color: rgba(255, 255, 255, 0.8);
  margin: 28px 0 25px;
  padding-right: 10px
}

.footer-wrap .footer-widget .social-profile li a {
  color: #fff;
  font-size: 18px
}

.footer-wrap .footer-widget .social-profile li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 15px
}

.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0
}

.footer-wrap .footer-widget .footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 15px
}

.footer-wrap .footer-widget .footer-menu li a i {
  display: inline-block;
  position: absolute;
  left: -3px;
  top: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  font-size: 13px;
}

.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffab00;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s
}

.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #ffab00
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1
}

.footer-wrap .footer-widget .footer-menu li a:hover i {
  color: #ffab00
}

.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px
}

.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0
}

.footer-wrap .footer-widget .contact-info li h6 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 5px
}

.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: #0e59ac
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.footer-wrap .footer-widget .contact-info li:hover p,
.footer-wrap .footer-widget .contact-info li:hover a {
  color: #0e59ac
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 18px;
    padding-bottom: 10px
  }

  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
    margin: 20px 0 15px
  }

  .footer-wrap .footer-widget .social-profile li a {
    width: 30px;
    height: 30px
  }

  .footer-wrap .footer-widget .social-profile li a i {
    font-size: 14px
  }

  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px
  }

  .footer-wrap .footer-widget .contact-info p,
  .footer-wrap .footer-widget .contact-info a {
    font-size: 14px
  }

  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px
  }

  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px
  }

  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 14px;
    top: -3px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px
  }
}

@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .footer-menu li a,
  .comp-desc,
  .footer-wrap .footer-widget .contact-info li p,
  .footer-wrap .footer-widget .contact-info li a {
    font-size: 15px
  }

  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px
  }
}

@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px
  }
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 15px;
  font-weight: 600
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d
}

@media only screen and (max-width: 1200px) {
  .header-wrap .navbar .other-options .option-item .btn.style1 {
    font-size: 14px;
  }

  .header-wrap .navbar .other-options {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap .navbar .navbar-brand {
    max-width: 170px;
  }

  .copyright-inner {
    justify-content: center;
  }

  .copyright-inner div {
    width: 100%;
    display: block;
  }

  .ptb-70 {
    padding: 50px 0;
  }

  .hero-slider-one.owl-carousel .owl-nav,
  .hero-slider-two.owl-carousel .owl-nav {
    display: none;
  }
}


.wh-wrap.style1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* ensures overlay stays within the section */
}

.wh-wrap.style1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* black transparent overlay */
  z-index: 0;
}

/* General Styles */

/* General Styles */
.hero-wrap.style1 {
  position: relative;
}

.hero-slider-one .hero-slide-item {
  position: relative;
}

.hero-slider-one .hero-slide-item img {
  width: 100%;
  /* Ensure the images cover the entire width */
  height: 100%;
  /* Ensure the images fill the container height */
  object-fit: cover;
  /* Ensures the images are not distorted and fill the space */
  object-position: center;
  /* Ensure the image is centered within the container */
}

/* Hero Content */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  /* White text color */
  z-index: 2;
  max-width: 80%;
  /* Adjust width to fit content */
}

/* Hero Content */
.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.hero-content p,
.hero-content h3,
.hero-content h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 400;
}

.hero-content h3 {
  font-size: 2rem;
  margin-top: 20px;
}

.hero-content h4 {
  font-size: 1.2rem;
  margin-top: 15px;
}

/* Optional: Add a dark overlay to enhance readability */
.hero-slider-one .hero-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  z-index: 1;
  /* Place overlay below the text */
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .hero-content h1 {
    font-size: 2.5rem;
    /* Slightly smaller heading */
  }

  .hero-content p,
  .hero-content h3,
  .hero-content h4 {
    font-size: 1.4rem;
    /* Adjust font size for better fit */
  }

  .hero-content h3 {
    font-size: 1.8rem;
  }

  .hero-content h4 {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  .hero-content {
    max-width: 90%;
    /* Allow for more space on medium screens */
  }

  .hero-content h1 {
    font-size: 2rem;
    /* Smaller font for large tablets */
  }

  .hero-content p,
  .hero-content h3,
  .hero-content h4 {
    font-size: 1.2rem;
    /* Adjust font size for mobile view */
  }

  .hero-content h3 {
    font-size: 1.5rem;
  }

  .hero-content h4 {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-content {
    max-width: 95%;
    /* Full-width for smaller screens */
  }

  .hero-content h1 {
    font-size: 1.5rem !important;
    /* Even smaller heading */
  }

  .hero-content p,
  .hero-content h3,
  .hero-content h4 {
    font-size: 1rem;
    /* Adjust font size for mobile screens */
  }

  .hero-content h3 {
    font-size: 1.2rem;
  }

  .hero-content h4 {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 1rem !important;
  }

  .hero-content p,
  .hero-content h3,
  .hero-content h4 {
    font-size: 1rem;
  }

  .hero-content h3 {
    font-size: 1.2rem;
  }

  .hero-content h4 {
    font-size: 0.8rem;
  }
}


.portfolio-card img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  /* Ensures the image covers the area without distortion */
  border-radius: 8px;
  /* Optional: for rounded corners */
  display: block;
  margin: 0 auto;
}

.portfolio-slider-one .portfolio-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.portfolio-info h3 {
  margin-top: 10px;
  font-size: 1.1rem;
}


 .condition-section {
        background: #f5f5f5;
        padding: 60px 20px;
        text-align: center;
    }

    .section-title {
        margin-bottom: 30px;
        color: #0d47a1;
    }

    .condition-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .condition-card {
        background: #ffffff;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        font-weight: 500;
        color: #333;
        font-size: 1.1rem;
        position: relative;
        overflow: hidden;
    }

    .condition-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
        background: #e3f2fd;
        color: #0d47a1;
    }

    /* Optional animation to fade in each card */
    .condition-card {
        opacity: 0;
        animation: fadeInUp 0.6s ease forwards;
    }

    .condition-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .condition-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .condition-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    /* Repeat pattern... */
    .condition-card:nth-child(15) {
        animation-delay: 1.5s;
    }

    @keyframes fadeInUp {
        from {
            transform: translateY(20px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }


    .expert-section {
  background: #f4f9ff;
  padding: 60px 20px;
}

.expert-card {
  background: #e3f2fd;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  text-align: center;
}

.expert-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  background: #d0e8ff;
}

.subtitle {
  font-size: 1.2rem;
  color: #1976d2;
  margin-bottom: 5px;
}

.title {
  font-size: 2rem;
  color: #0d47a1;
  font-weight: bold;
  margin-bottom: 72px;
 
}

.expert-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 5%;
  border: 3px solid #1976d2;
}

.expert-name {
  font-size: 1.3rem;
  color: #0d47a1;
  font-weight: 600;
  margin-bottom: 5px;
   text-align: left;
}

.expert-qual, .expert-exp {
  margin: 0;
  font-size: 1rem;
  color: #444;
   text-align: left;
}

.expert-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.expert-image-wrap:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.expert-img-full {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
}
